﻿body{

}
#slider-grid-customizations-open {
    cursor: pointer;
}
/*Common*/
.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}

.errorBar {
    border-left: 5px solid #ae0621;
    margin-left: 20px;
    padding-left: 0px !important;
    padding-top: 5px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
    margin-bottom: 20px;
}

.errorBarSupplySchools{
    padding-left: 20px;
    margin-left: 0px;
    border-left: 5px solid #ae0621 !important;
}

.errorMessage {
    font-weight: bold;
    color: #ae0621;
    padding-bottom: 10px;
}

.errorMessageSupplyFieldOfStudy {
    font-weight: bold;
    color: #ae0621;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Supply Report Type DDL*/
#supplySelectReportType label {
    font-weight: normal;
    margin-bottom: 0px;
}

#ddlSupplyReportType {
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    padding: 5px 10px;
    width: 75%;
}

/*Region Drop Down*/
#ddlSupplyRegionSelector input.k-input{
    padding: 0px;
    width: 25px;
}

.errorRequiredRegions {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #ae0621;
}

/*Filters and Multipicker*/
#supplyFieldOfStudyFilters, #supplySchoolsFilters {
    background-color: #FFFFFF;
    margin-top: 15px;
}

#fieldOfStudySinglePickerGrid {
    max-height: 353px;
}

#fieldOfStudySinglePickerGrid .k-grid-content {
    max-height: 315px;
}

#fieldOfStudySinglePickerGrid table th:nth-child(2) {
    width: 100px;
}
#fieldOfStudySinglePickerGrid table td:nth-child(2) {
    width: 100px;
}

#btnGetReport, #btnCreateReport {
    bottom: -60px;
    position: absolute;
    margin-left: -15px;
}

/*Green Bar and Grid*/
#btnFieldOfStudyExcelExport, #btnSchoolsExcelExport{
    margin-bottom: 2px !important;
}
#btnSupplyFieldOfStudyReset, #btnSupplySchoolsReset{
    width: 134px !important;
    margin-bottom: 6px !important;
}
#greenBarAndButtons {
    margin-top: 50px;
}
#greenBarAndButtons {
    display: none;    
}
/*#greenBarAndButtons .btn-tla.k-button:hover {
    border-right: 1px solid #236421 !important;
    background-color: #2f7c2d !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0px 3px 0px #236421 !important;
    -moz-box-shadow: 0px 3px 0px #236421 !important;
    box-shadow: 0px 3px 0px #236421 !important;
}*/

#greenBarAndButtons .btn-tla.k-button {
    height: 40px !important;
    background-color: #1c456a;
    color: #ffffff !important;
    /*-webkit-box-shadow: 0px 3px 0px #d0d2d5 !important;
    -moz-box-shadow: 0px 3px 0px #d0d2d5 !important;
    box-shadow: 0px 3px 0px #d0d2d5 !important;*/
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: none !important;
    padding: 10px 20px  !important;
    margin-top: -3px !important;
}
#supplyFieldOfStudyGridExcelAndReset, #supplySchoolGridExcelAndReset{
    text-align:right;
    padding:0px 0px 0px 0px;
}
#ProgramDetailByCipGrid tfoot,
#SupplySchoolsByFiceGrid .k-footer-template{
    font-family: sans-serif;
    text-align: right;
}
#ProgramDetailByCipGrid tfoot tr  td{
    border: 1px solid #c3c3c3;
}


/* SupplySchoolsByFiceGrid Grid*/
#SupplySchoolsByFiceGrid :not(.k-icon) {
    font-family: sans-serif;
}

#SupplySchoolsByFiceGrid .k-grid-header .k-header {
    position: relative;
}

#SupplySchoolsByFiceGrid .k-grid-header .k-header .k-icon.k-i-close {
    position: absolute;
    right: 8px;
    top: 5px;
}

#SupplySchoolsByFiceGrid .k-icon.k-i-close {
    background-color: #ae0621;
    border-radius: 50%;
    color: #fff;
}

#SupplySchoolsByFiceGrid .k-header > .k-grid-filter {
    position: absolute;
    float: none;
    top: 40px;
    right: 14px;
}

.k-grid .k-grid-header .k-header {
    overflow: visible;
    white-space: normal;
}

#SupplySchoolsByFiceGrid.k-grid .k-grid-header tr:nth-child(1) {
    height:65px;
}

#ProgramDetailByCipGrid .k-grid-norecords {
    padding: 15px 0 15px 0;
    font-size: large;
    font-weight: bold;
}

#SupplySchoolsByFiceGrid .k-grid-norecords {
    padding: 15px 0 15px 0;
    font-size: large;
    font-weight: bold;
}

/*Contact Info*/
#contactTitle {
    background-color: #d0d8e2;
    padding: 10px;
    border-bottom: 2px solid #b7b5b5;
}
#contactInfoDiv {
    border: 2px solid #b7b5b5;
    margin-bottom: 20px;
    display: none;
}
#btnSupplySchoolsExcelAndReset, #btnSupplyFieldOfStudyExcelAndReset{
    display: none;
}
.address {    
    border-right: 1px solid #b7b5b5;    
}

/* Supplu Schools Grid Excel and Reset Buttons*/
/*#supplySchoolGridExcelAndReset{
    padding-left: 76px !important;
}*/

 /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 148px !important;
        }*/
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 148px !important;
        }*/
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 405px !important;
        }*/
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 111px !important;
        }*/

    }
    @media only screen and (max-width : 412px) {
        /*#supplySchoolGridExcelAndReset {
            padding-left: 148px !important;
        }*/
    }
    @media only screen and (max-width : 375px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 111px !important;
        }*/
    }
    
    @media only screen and (max-width : 360px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 96px !important;
        }*/
    }
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        /*#supplySchoolGridExcelAndReset{
            padding-left: 56px !important;
        }*/
    }

@media only screen and (min-width: 100px) and (max-width: 992px) {
    .address {
        border-right: 0;
    }
}