/* 
    Document   : bm_style
    Created on : Mar 21, 2014, 2:55:34 PM
    Author     : jeff
    Description:
        Purpose of the stylesheet follows.
*/

.bm-form-label-block {
    width: 25%;
    float: left;
}


.bm-form-field-block {
    float: left;
    }

.bm-form-label {
    clear: both;
    margin-top: 30px;
    margin-left: 20px;
    line-height: 2.19em; /* JM important to keep label and field aligned */
}

.bm-form-label bm-performance {
    /* line-height: */
}

.bm-form-field {
    clear: both;
    margin-top: 30px;
    margin-left: 20px;
}

#form-performance-block, #form-slack-performance-block {
    clear: both;
}


.checkboxInput {
    display: block;
    margin-top: 1.2em;
    margin-left: 20px;
}

.checkboxInput input {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    clear: right;
}

.selectInput {
    float: left;
    clear: right;
    position: relative;
    top: -5px;
    margin-right: 20px;
}

.perfInputLine {
    margin-bottom: 30px;
}


img.ajax-loader {
    visibility: hidden;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/*KV added 10-25-2019*/
#bm-admin-accordion {border-bottom: 1px solid #999; margin-bottom: 24px;}
#bm-admin-accordion .accordionHeader, #bm-admin-accordion .perfListWrap {
    font-size: 14pt; 
    background: #f4f4f4; 
    padding:8px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: none;
    border-right: 1px solid #999;
}
#bm-admin-accordion .perfListWrap {
    font-size: initial;
    background: none;
    padding:20px;
}
#bm-admin-accordion .perfMeta {
    font-size: 0.75em;
    font-weight: 200;
    color: #999;
}
#bm-admin-accordion a {text-decoration: none;}
#bm-admin-accordion a .accordionHeader{
    font-weight: 800;
    font-family: "Muli", "Open Sans", sans-serif !important;
    text-decoration: none;
    color:#003D6B;
    padding-left: 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
#bm-admin-accordion a .accordionHeader:hover {padding-left: 20px;}
#bmStatsDisplay table tbody tr:first-child {
    background: #003d7e;
}
#bmStatsDisplay table tbody tr:first-child td {
    color:white;
    font-weight: bold;
    font-family: "Muli";
}
#bmStatsDisplay table tbody tr td.time, #bmStatsDisplay table tbody tr td.score { color:#003d7e; font-weight:800; font-family:"Muli";}
