.clear{
    clear: both;
}
select{
    overflow: auto;
}
select.wide{
    width: 100%;
}

.alignRight{
    float: none;
    text-align: right;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.sessionTypeList {
    float: left;
    width: 59%;
    margin-right: 1%;
}
.sessionTypeForm{
    float: left;
    width: 40%;
}
.sessionManagement{
    width: 100%;
}
.marginRight{
    margin-right: 10px;
}
.marginBot{
    margin-bottom: 25px;
}
.marginBot5{
    margin-bottom: 5px;
}

.marginTop25{
    margin-top: 25px;
}
.paddingBot{
    padding-bottom: 10px;
}
.marginTop{
    margin-top:10px;
}
.paddingTen{
    width: 60px;
}
.sessionTypeList2 {
    float: left;
    width: 69.5%;
}
.sessionTypeList3 {
    align-self: center;
    width: 90%;
}

.sessionTypeForm2{
    float: right;
    width: 30%;
}
.sessionLog{
    align-self: center;
    width: 100%;
}

.innerWrapper {
    padding: 17px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #ffffff;
    width: 100%;

}
.innerWrapper{
    margin-right: 10px;
    margin-left: 0;
}
table tr:nth-child(odd) td{
    background: #dbdbdb;
}
table tr:nth-child(even) td{
    background:#fff;
}

hr{
    border-style: ridge;
    border-width: 1px;
}

fieldset{
    margin-bottom: 10px;
}
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.floatLeft{
    float: left;
}
.widthSame{
    width: 120px;
    margin-right: 2px;
}
.width100{
    width: 100%;
}
.fc-today{
    background-color: #f0ad4e !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 12% 14%;
    padding: 20px;
    border: 1px solid #888;
    width: 84%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.headerImage{
    width:20%;
    float: left;
}
.headerImage img{
    width: 250px;
}
.headerText{
    font-size: xx-large;
    padding-left: 30%;
}
.error{
    margin-top: 5px;
    padding-left: 10px;
    color: red;
    font-size: smaller;
}

input.error {
    border: solid 1px #ff0000;
}
input.error:focus{
    border: solid 1px #ff0000;
}
select.error {
    border: solid 1px #ff0000;
}
select.error:focus{
    border: solid 1px #ff0000;
}