body {
    margin-bottom: -1px;
}

.form-signin {
    width:100%;
    max-width: 330px;
    padding:15px;
    margin: 0 auto;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.delete-form {
    display: inline-block;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer {
  margin-top: auto;
  padding: 1rem 0;
  border-top: 1px solid #e9ecef;
}

.student_row {
    text-align: left;
    /*float:left;*/
    /*display: flex;*/
    /*list-style-position:inherit;*/
    /*width: 600px;*/
}

/* added by ian */
.capitalize {
    text-transform: capitalize;
}

#class-roster {
    width: 150px;
}
    
.edit-additional-note, .edit-intervention {
    display: none;
}

#floating-form-nav {
    position: fixed;
    top: 100px;
}

.red {
    color: #FF0000;
}

.edit-assessment-data {
    display: none;
}
.horizontalList {
    display: inline-flex;
    padding-right:10%;
    width: auto;
    margin-right: .05%;
    padding-left: 0;
    /*display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;*/

}
.ul-rti {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    background: #cacaca;
    margin: 0;
    padding: 5px;
    margin-bottom: .5%;
}
.li-rti {
    display: block;
    flex: 0 1 auto; 
    list-style-type: none;
}
.button-container {
    text-align: center;
}

.divLeft {
    width: 48%;
    display: inline-block;
}

.divRight {
    width:48%;
    display: inline-block;
}

.map {
    display: inline-block;
    margin-left: 22%;

}

.cutscore {
    display: inline-flex;
    text-align: center;
}

.air {
    display: inline-block;
    margin-left: 46%;
}

.readingLevels {
    display: inline-block;
    margin-left: 44%;
}

.rimp {
    display: inline-block;
    margin-left: 40%;
}

#wrapper {
    max-width: 100%;
    text-align: center;
}

.box {
    width: 35%;
    border: thin black solid;
}

.center {
    text-align: center;
}

.form-group {
    position: relative;
}

.form-control{
    height:40px;
}

.form-control:focus{
    box-shadow: none;
}

.form-label{
    position: absolute;
    left:10px;
    top:8px;
    transition:all 0.3s;
    color:#595959;
    font-weight:normal;
}

.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown) ~ .form-label {
    left:1px;
    top:-12px;
    background:#fff;
    padding:0 5px;
    outline:none;
    transform: scale(.8);
}

.form-control::placeholder {
    color: transparent;
}


div.container {
    width: 80%;
}

td {
    text-align: center;
}

td:first-of-type {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

th {
    text-align: center;
}

th:first-of-type {
    text-align: left;
}

.resize {
    display: inline-block;   
    width: 100%;
    height:150px;
    resize: none;
}

.resizeRIMP {
    display: inline-block;
    width: 100%;
    height: 70px;
    resize: none;
}

.footer {
    margin-top: auto;
}

#otherCustody {
    position: relative;
    margin: auto;  
}

#healthProblems {
    position: relative;
    margin: auto;  
}

#medsNeeded {
    position: relative;
    margin: auto;
}

#OtherDistrict {
    position: relative;
    margin: auto;
}
#openDisclaimer {
    font-size: 7px;
}

#OpenHeader {
    text-align: center;
    border: solid;
    margin-bottom: 1em;
    background-color: grey;
}

.openDate {
    position: relative;
    margin: auto;
}

td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}

.certify {
    text-align: right;
}

.rimpForm {
    justify-content: center;
}








