﻿
/**************************************************/
/* === Printing === */
@media print {
    .hidden-print {
        display: none !important;
    }
}

/* === Mobile devices - Portrait (320px wide) === */

@media only screen and (min-width: 20em) {
    #theme-options,
    #header-logo {
        display: none;
    }
    #page-sidebar {
        transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        visibility: hidden;
    }
    #page-content {
        margin-left: 0;
    }
}


/* === Mobile devices - Landscape (480px wide) === */

@media only screen and (min-width: 30em) {

}
/* === Tablet devices - Portrait (768px wide) === */

@media only screen and (min-width: 48em) {

}
/* === Tablet devices - Landscape (900px wide) === */

@media only screen and (min-width: 56.25em) {
    #theme-options,
    #header-logo {
        display: block;
    }
    #mobile-navigation {
        display: none;
    }
    #page-sidebar {
        transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        visibility: visible;
    }
    #page-content {
        margin-left: 260px;
    }
    #page-sidebar.collapse {
        display: block;
    }
}
/* === Netbook devices (1100px wide) === */

@media only screen and (min-width: 68.75em) {

}
/* === Desktop devices (1300px wide) === */

@media only screen and (min-width: 81.25em) {


}
/* === Desktop devices (1600px wide) === */

@media only screen and (min-width: 81.25em) {

}

/* Custom */
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    .rptDateDiv {
        float: right;
    }

    #agerangeListDiv,
    #questionnaireListDiv,
    #profHeadingListDiv {
        clear: both !important;
    }

    #agerangeListDiv {
        padding-bottom: 5px;
    }

    .profEditHeading {
        text-align: left !important;
    }

    #profEditPanel {
        /*min-height: 320px;*/
    }

    .uploadInputLabel {
        float: left !important;
        margin-left: 10px;
    }

    #profRow_header 
    {
        display: none;
    }
    .importOptCol 
    {
        padding-left: 165px;
    }

    .userInputEmptyCol {
    display: none;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {

    #header-nav-right #fullscreen-btn,
    #cloud-btn {
        display: none;
    }
    
    .profOptionText 
    {
        max-width: 380px;
        word-wrap: break-word;
    }
    .profOptionText1
    {
        max-width: 160px;
        word-wrap: break-word;
    }
    .profOptionText2
    {
        max-width: 240px;
        word-wrap: break-word;
    }
    .profEditHeading,
    .profEditOption
    {
        margin-bottom: 0px !important;
    }

    .qaireToggleLink 
    {
        display:none;
    }

    .leftSettingDiv 
    {
        padding-top: 0px !important;
    }

    .formsInputLabel {
        max-width: 150px;
    }
    
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    ::-webkit-scrollbar:vertical {
        width: 7px;
    }
    
    ::-webkit-scrollbar-track {
        border-radius: 4px;  
        -webkit-border-radius:4px;
        background-color: #ffffff; 
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 4px;
        -webkit-border-radius:4px;
        border: 1px solid #ffffff;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background:rgba(0,0,0,0.4);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background:rgba(0,0,0,0.05);
    }
}

@media only screen and (max-width: 630px) {
    
    #page-header .breadcrumb-div {
        display: none;
        /*max-width: 100px;*/
    }
    #page-header .breadcrumb-div > a.breadcrumb-text {
        font-size: 11px;
        line-height: normal !important;
    }

    #backgroundImageSecondary 
    {
        display: none;
    }
    
    .profFilterPanel,
    .questFilterPanel
    {
        padding-left: 2px !important;
    }
    .profHeadingRow 
    {
        padding-left: 0px !important;
    }
    .profArrowDiv
    {
        width: 30px;
    }
    .profOptionRow 
    {
        padding-left: 0px !important;
    }
    .profOptionText 
    {
        max-width: 350px;
        word-wrap: break-word;
    }
    .profOptionText1
    {
        max-width: 160px;
        word-wrap: break-word;
    }
    .profOptionText2
    {
        max-width: 240px;
        word-wrap: break-word;
    }
}
@media only screen and (max-width: 545px) {
    
    #backgroundImageSecondary 
    {
        display: none;
    }
    
    .profFilterPanel,
    .questFilterPanel
    {
        padding-left: 2px !important;
    }
    .profHeadingRow 
    {
        padding-left: 0px !important;
    }
    .profArrowDiv
    {
        width: 30px;
    }
    .profOptionRow 
    {
        padding-left: 0px !important;
    }
    .profOptionText 
    {
        max-width: 280px;
        word-wrap: break-word;
        font-size: 12px;
    }
    .profOptionText1
    {
        max-width: 130px;
        word-wrap: break-word;
        font-size: 12px;
    }
    .profOptionText2
    {
        max-width: 150px;
        word-wrap: break-word;
        font-size: 12px;
    }
    .colText
    {
        padding-left: 0px !important;
        font-size: 12px;
        padding-top: 2px !important;
    }
    .colHeaderText
    {
        padding-left: 0px !important;
        font-size: 12px;
        margin-bottom: 0px !important;
    }
    .userSLHeading 
    {
        min-width: 80px;
    }
    .UserSchoolListDiv > .listTable 
    {
        min-width: 700px;
    }
    #btnAutoGenUserLogin,
    #btnNewUserGroup,
    #btnUsePW,
    #btnEditUser,
    #btnEditID,
    #btnUpdateUser,
    #btnUpdateID,
    #btnAddGroup
    {
        margin-left: 140px !important;
    }
    
    
}
@media only screen and (max-width: 520px) {

    .popover {
        width: 100%;
        border-radius: 0;
    }
    .box-md {
        width: auto;
    }

    
    #backgroundImageSecondary 
    {
        display: none;
    }
    
    .userInputLabel2,
    .userInputLabel2-bordermask  
    {
        width: 130px;
    }
    .importOptCol 
    {
        padding-left: 125px;
    }
    .labelFloatNextLine {
        margin-left: 130px;
    }
    .labelFloatNextLine2 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 4201px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    /*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
        margin-top: 2px;
        margin-bottom: 2px;
    }*/
}

    @media only screen and (max-width: 460px) {

        .box-sm {
            width: auto;
        }

        #page-content {
            padding: 10px;
        }

        #page-title {
            padding: 10px 0 15px;
            text-align: center;
        }

        /*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            margin-bottom: 10px;
        }*/

        .col-shift-top {
            margin-top: -10px;
        }

        .content-box {
            margin-top: 0 !important;
        }

        .row.mrg20B {
            margin-bottom: 0 !important;
        }

        .timeline-box .popover {
            width: auto;
        }

        .topMenuLink > span {
            display: none !important;
        }

        .header-buttons-separator,
        #progress-btn,
        /*#page-title p,*/
        .dashboard-box .list-grade,
        .tooltip .tooltip-arrow,
        .todo-box .btn,
        .todo-box .bs-label {
            display: none;
        }

        #backgroundImageMain,
        #backgroundImageSecondary,
        #loginuser-btn,
        .homeTitleText {
            display: none !important;
        }

        .homeIconLinks {
            font-size: 16px;
        }

        footer {
            margin-top: 0px !important;
        }

        .profFilterPanel,
        .questFilterPanel {
            padding-left: 2px !important;
        }

        .profHeadingRow {
            padding-left: 0px !important;
        }

        .profArrowDiv {
            width: 30px;
        }

        .profOptionRow {
            padding-left: 0px !important;
        }

        .profOptionText {
            max-width: 180px;
            word-wrap: break-word;
            font-size: 12px;
            padding-top: 2px !important;
        }

        .profOptionText1 {
            max-width: 90px;
            word-wrap: break-word;
            font-size: 12px;
        }

        .profOptionText2 {
            max-width: 90px;
            word-wrap: break-word;
            font-size: 12px;
        }

        .questionNumText {
            padding-left: 0px !important;
            font-size: 12px;
            max-width: 50px;
            padding-top: 2px !important;
        }

        .questionNumText2 {
            padding-left: 0px !important;
            font-size: 12px;
            max-width: 30px;
            padding-top: 2px !important;
        }

        .questionText,
        .responseText,
        .colText {
            padding-left: 0px !important;
            font-size: 12px;
            padding-top: 2px !important;
        }

        .colHeaderText {
            padding-left: 0px !important;
            margin-bottom: 0px !important;
        }

        .questRespFilterInput {
            width: 150px !important;
            height: 30px !important;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
            margin-top: -10px !important;
            margin-left: 0px !important;
        }

        #profHeadingList {
            font-size: 12px;
        }

        .bsdatepicker {
            top: 0px !important;
        }

        .colHeaderText,
        .colText {
            font-size: 11px;
        }

        .chkrdLabel {
            max-width: 220px;
        }

        .listpanel-body,
        #usersListHeader {
            padding-left: 0px !important;
        }

        .userSLCol,
        .userSLCol2 {
            min-width: 50px;
        }

        #UserSchoolListDiv > .listTable {
            min-width: 500px;
        }

        .nav-tabs {
            font-size: 11px;
        }

        .xs-float-left {
            float: left !important;
        }


        .rptSettings-div-nextrow {
            margin-top: -20px !important;
        }
    }

    @media only screen and (max-width: 410px) {
        #header-nav-left {
            float: left;
        }

        #header-nav-right {
            margin-right: 0;
            margin-left: 15px;
            float: right;
        }

        .dropdown-menu {
            position: fixed;
            left: 0 !important;
            width: 100% !important;
            border-radius: 0;
        }

        #backgroundImageMain,
        #backgroundImageSecondary,
        #loginuser-btn,
        .homeTitleText {
            display: none !important;
        }

        .homeIconLinks {
            font-size: 12px;
        }

        #language-btn {
            margin-right: 5px !important;
        }

        footer {
            margin-top: 0px !important;
        }

        .reportInput {
            width: 80px !important;
            font-size: 11px !important;
            padding-left: 1px !important;
        }

        .reportInputLabel {
            font-size: 11px !important;
        }

        .rptSettings-dropdown.dropdown-menu {
            top: 195px !important;
        }

        .rptSettings-dropdown.rptSettings-dropdown-noDate,
        #profEditSettings-dropdown.rptSettings-dropdown-noDate {
            top: 150px !important;
        }
    }
