@font-face {
    font-family: 'avenir_light';
    src: url('/fonts/AvenirLTStd-Light.eot');
    src: url('/fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AvenirLTStd-Light.woff') format('woff'),
         url('/fonts/AvenirLTStd-Light.ttf') format('truetype'),
         url('/fonts/AvenirLTStd-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_medium';
    src: url('/fonts/Avenir-Medium.eot');
    src: url('/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Avenir-Medium.woff') format('woff'),
         url('/fonts/Avenir-Medium.ttf') format('truetype'),
         url('/fonts/Avenir-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'avenir_heavy';
    src: url('/fonts/Avenir-Heavy.eot');
    src: url('/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Avenir-Heavy.woff') format('woff'),
         url('/fonts/Avenir-Heavy.ttf') format('truetype'),
         url('/fonts/Avenir-Heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {

    font-family: 'avenir_light';
}


h1 {
    font-family: 'avenir_medium';
    font-size: 21px;
    text-transform: uppercase;
}

    h1 .btn {
        text-transform: uppercase;
    }

hr {
    border-width: 2px;
    border-color: #dfdfdf;
}

.btn-default {
    background: none;
    border: 2px solid #979797;
    font-size: 17px;
}

#navbar .settings {
    background: #000;
}

    #navbar .settings i.icon, #navbar .settings span {
        display: inline-block;
        vertical-align: middle;
    }


#body_row {
    margin: 70px auto;
}


.page-header {
    border-bottom: 4px solid #e8e8e8;
}

.page-header .pull-right {
    margin-top: -13px;
}


.table.data_view tr th, .table.data_view {
    border: none;
    border-bottom: 2px solid #bcbcbc;
}

.table.data_view th {
    text-transform: uppercase;
    font-family: 'avenir_medium';
    vertical-align: bottom;
    font-size: 18px;
}

.table.data_view td {
    border-top: none;
    vertical-align: middle;
}

.table.data_view tr:nth-child(odd) td {
    background: #ebe9e2;
}




.report_block {
    background: #ebe9e2;
    border-top: 3px solid #c0c0be;
    padding: 25px 0;
}

.report_block.primary {
    background: #ebd283;
    border-top: 3px solid #a2956b;
}

.report_block.secondary {
    background: #f2e4b7;
    border-top: 3px solid #a2956b;
}

    .report_block h4 {
        font-family: 'avenir_medium';
    }
    
    

    .report_block span.lead {
        font-family: 'avenir_heavy';
        display: block;
        margin: 0;
    }



#submit .report_block {
    padding: 25px 50px;
}


#dashboard .dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
    
}




#report h1 .btn-default {
    border: none;
    background: none;
}



#report .table.data_view tr th span {
    font-family: 'avenir_light';
    display: block;
    font-size: 11px;
}


#report .table.data_view tr:first-child th {
    border: none;
    color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
    border: 2px solid #f7f5ef;
    padding: 2px;
}

#report .table.data_view tr:first-child th:nth-child(2) {
    background: #4c483e;
}

#report .table.data_view tr:first-child th:nth-child(3), #report .table.data_view tr:first-child th:nth-child(4), #report .table.data_view tr:first-child th:nth-child(5) {
    background: #aba8a1;
}


#report .table.data_view tr:nth-child(2) th, #report .table.data_view {
    border: none;
    border-bottom: 2px solid #bcbcbc;
}

#report .table.data_view td, #report .table.data_view th {
    text-align: center;
    border-right: 1px solid #d7d2c4;
}

#report .table.data_view td:first-child, #report .table.data_view th:first-child {
    text-align: left;
    border-right: 2px solid #bcbcbc;
}

#datepicker {
    padding-bottom: 30px;
   margin: 50px auto;
   border-bottom: 2px solid #e7e7e7;
}

.day_has_data a {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.ui-state-active {}