html {
    height: 100%;
}

body, #page {
    min-height: 300px;
}

body {
    font-size: .85em;
    font-family: 'Segoe UI', Verdana;
    color: #000;
    background-color: #fff;
    margin: 0;
    width: 100%;
    display: inline-block;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}
/*
legend {
    font-size: 1.2em;
    font-weight: bold;
}*/

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*Badges Tooltip*/

#text_tt_active {
    overflow: auto;
}

.badgesHoverContainer {
    color: black;
    float: left;
    width: 100%;
    padding: 10px;
}


.badgesHoverTitle {
    font-weight: bold;
    width: 100%;
    float: left;
    clear: both;
}

.badgesHoverOneBadgeContainer {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

.badgesHoverOneBadgeName {
    width: 100%;
}

.badgesHoverOneBadgeImg {
    width: 100%;
}

.badgesHoverOneBadgeContainer img.lgbadgeImg {
    width: 64px;
}

.badgesHoverLvl {
    width: 100%;
    float: left;
    clear: both;
}

    .badgesHoverLvl p {
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 8px;
    }

.gridBadge div {
    position: relative;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: 0;
}

    .gridBadge div img {
        position: absolute;
        width: 24px;
        height: auto;
        top: 0;
    }

    .gridBadge div p {
        z-index: 100;
        position: relative;
        margin: 0;
        padding: 3px 0 0 0;
        width: 24px;
        text-align: center;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

/*Main Theme*/
ul#NavigationMenu {
    /*border-right: none;*/
    border: none;
    display: inline-block;
}

div.container-fluid {
    width: 100%;
    float: left;
}

    div.container-fluid div.row img.fullWidthImg, div.container div.row img.fullWidthImg {
        width: 100%;
    }

.textAlignRight {
    text-align: right;
}

.signOutButton {
    max-width: 30%;
}

.bold {
    font-weight: bold;
    color: black;
}

.centerTxt {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top !important;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.cursor-pointer {
    cursor: pointer;
}

.pad-bottom-4 {
    padding-bottom: 4px;
}

.recommendHeader {
    margin: 0 0 4px 0;
}

.searchBox {
    width: 190px;
    margin-bottom: 4px;
}

.pad-top-4 {
    padding-top: 4px;
}

.pad-right-15 {
    padding-right: 15px;
}

.width-95prcnt {
    width: 95% !important;
}

.resourcesTable {
    overflow-y: scroll;
    height: 320px;
    padding-right: 3px;
}

div.statusselect {
    width: 100%;
    padding: 4px;
    height: 80px;
    border-radius: 12px;
}

div.prinStatusName {
    font-weight: bold;
    font-size: 1.5em;
}

div.prinStatusCount {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 3px;
    text-align: right;
}

img.prinStatusImg {
    margin-right: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
    div.prinStatusName {
        font-size: 1em;
    }

    div.prinStatusCount {
        font-size: 1em;
        margin-top: 9px;
    }

    img.prinStatusImg {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    div.prinStatusName {
        font-size: .85em;
    }

    div.prinStatusCount {
        font-size: .85em;
        margin-top: 15px;
    }

    img.prinStatusImg {
        margin-right: 35px;
    }
}

@media (max-width: 767px) {
    .hideAtSmallScreen {
        display: none;
    }
}

header {
    /*min-width: 99%;
    width: 99%;
    padding: 4px;
    position: relative;
    margin-bottom:4px;*/
    margin: 4px 0;
}

    header > div {
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }

        header > div.moduleIcon > img {
            width: 102px;
            height: 102px;
            padding-right: 4px;
            border-right: 4px;
        }

            header > div.moduleIcon > img.loginImg {
                width: auto !important;
                height: auto !important;
            }

        header > div.clientLogo {
            /*height: 102px;
        max-width: 354px;
        margin-right: 4px;*/
            height: 86px;
            max-width: 354px;
            margin-right: 4px;
            padding-right: 4px;
        }

            header > div.clientLogo > table {
                height: 100%;
            }

        header > div.spacer {
            height: 102px;
        }

        header > div.systemNavigation {
            /*
        position: absolute;
        right: 0px;
            */
            float: right;
            max-width: 502px;
            max-height: 102px;
        }

            header > div.systemNavigation > ul {
                margin: 0px;
                padding: 0px;
                display: inline-block;
                position: relative;
                bottom: 14px;
                *display: inline;
                *zoom: 1;
            }

                header > div.systemNavigation > ul > li {
                    display: inline-block;
                    width: 64px;
                    *display: inline;
                    *zoom: 1;
                }


#gvEval .k-grid-header .k-header, #gvOA .k-grid-header .k-header, #gvAutocorrelation .k-grid-header .k-header, #gvFramework .k-grid-header .k-header, #gvStrengthRecommendation .k-grid-header .k-header, #gvComments .k-grid-header .k-header, #gvCorrelation .k-grid-header .k-header, #gvCorrelationData .k-grid-header .k-header, #gvAssignments .k-grid-header .k-header, #exportDataGrid .k-grid-header .k-header, #gvTeacher .k-grid-header .k-header {
    font-size: .8em;
    font-weight: bold;
    color: #fff;
    background-color: #249FDA;
}

    #gvOA .k-grid-header .k-header .k-link, #gvEval .k-grid-header .k-header .k-link, #gvOA .k-grid-header .k-header .k-link, #gvAutocorrelation .k-grid-header .k-header .k-link, #gvFramework .k-grid-header .k-header .k-link, #gvStrengthRecommendation .k-grid-header .k-header .k-link, #gvComments .k-grid-header .k-header .k-link, #gvCorrelation .k-grid-header .k-header .k-link, #gvCorrelationData .k-grid-header .k-header .k-link, #gvAssignments .k-grid-header .k-header .k-link, #gvTeacher .k-grid-header .k-header .k-link, #exportDataGrid .k-grid-header .k-header .k-link {
        color: #fff !important;
        font-weight: bold !important;
    }

#gvOA .k-grid-content, #gvAutocorrelation .k-grid-content, #gvFramework .k-grid-content, #gvComments .k-grid-content, #gvCorrelation .k-grid-content, #gvCorrelationData .k-grid-content, #gvTeacher .k-grid-content, #exportDataGrid .k-grid-content {
    font-size: .8em;
    color: #000;
}

    #gvEval .k-grid-content table tbody tr td a u label, #gvOA .k-grid-content table tbody tr td a u label, #gvAutocorrelation .k-grid-content table tbody tr td a u label, #gvFramework .k-grid-content table tbody tr td a u label, #gvStrengthRecommendation .k-grid-content table tbody tr td a u label, #gvComments .k-grid-content table tbody tr td a u label, #gvCorrelation .k-grid-content table tbody tr td a u label, #gvCorrelationData .k-grid-content table tbody tr td a u label,#gvAssignments .k-grid-content table tbody tr td a u label, #gvTeacher .k-grid-content table tbody tr td a u label {
        color: #000 !important;
        font-weight: bold !important;
    }

    .k-grid td.k-state-selected:hover, .k-grid tr:hover .QandAanchor {
        color: #fff !important;
    }

div.systemNavigation > div.userProfile {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    max-width: 221px;
    margin-right: 0px;
}

    div.systemNavigation > div.userProfile > table {
        margin: 0px;
        padding: 0px;
        font-family: Verdana;
        font-size: 12px;
        border-spacing: 0px;
    }

        div.systemNavigation > div.userProfile > table th {
            padding: 0px 0px 1px 0px;
            text-align: left;
            font-size: 14px;
        }

        div.systemNavigation > div.userProfile > table td {
            vertical-align: bottom;
            padding: 0px 0px 1px 0px;
        }

            div.systemNavigation > div.userProfile > table td.userProfileImage {
                height: 64px;
                width: 64px;
                padding-top: 1px;
            }

    div.systemNavigation > div.userProfile img {
        height: 64px;
        width: 64px;
        padding-top: 3px;
    }

    div.systemNavigation > div.userProfile td.signOut {
        vertical-align: bottom;
        text-align: center;
        padding-left: 4px;
        padding-bottom: 3px;
    }

        div.systemNavigation > div.userProfile td.signOut > div {
            background-color: #FF0000;
            color: #FFFFFF;
            font-weight: bold;
            padding: 6px 12px 6px 12px;
            font-size: 12px;
        }

            div.systemNavigation > div.userProfile td.signOut > div > a {
                text-decoration: none;
                color: #FFFFFF;
            }

                div.systemNavigation > div.userProfile td.signOut > div > a:visited {
                    text-decoration: none;
                    color: #FFFFFF;
                }

                div.systemNavigation > div.userProfile td.signOut > div > a:link {
                    text-decoration: none;
                    color: #FFFFFF;
                }

                div.systemNavigation > div.userProfile td.signOut > div > a:active {
                    text-decoration: none;
                    color: #FFFFFF;
                }

                div.systemNavigation > div.userProfile td.signOut > div > a:hover {
                    text-decoration: none;
                    color: #FFFFFF;
                }

                div.systemNavigation > div.userProfile td.signOut > div > a:focus {
                    text-decoration: none;
                    color: #FFFFFF;
                }

/*
div.userProfile > div.userProfileImage {
    display: inline-block;
}

div.userProfileImage > a > img {
    width: 64px;
    height: 64px;
}

div.userProfile > div.userProfileInfo {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    position: relative;
    min-width: 163px;
}

div.userProfileInfo > img.userProfileEdit {
    position: absolute;
    top: 0px;
    right: 0px;
}

div.userProfileInfo > h4 {
    max-width: 180px;
    margin: 8px 0px 0px 0px;
    vertical-align: top;
}

div.userProfileInfo > h5 {
    margin: 0px;
    vertical-align: top;
}

div.userProfileInfo > div.signOut {
    position: absolute;
    bottom: 8px;
    right: 0px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 12px;
    font-size: 10pt;
}

    div.userProfileInfo > div.signOut > a {
        text-decoration: none;
        color: inherit;
    }
*/
div.splitter {
    display: inline-block;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 17px;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

    div.splitter > div.splitterImg {
        position: relative;
        height: 100%;
    }

    div.splitter img {
        position: absolute;
        top: 50%;
        vertical-align: middle;
        margin: 0px 4px;
    }

div.k-splitter {
    clear: both;
}

footer {
    clear: both;
    border-top: 0px solid #EAEAEA;
    background-color: #000000 !important;
    min-height: 28px;
    margin: 0px;
    font-size: 10pt;
    font-weight: 200;
    padding: 0px;
    /*min-width: 960px;*/
    width: 100%;
    margin-top:15px;
   /* position: fixed; */ 
    bottom: 0px;
    vertical-align: middle;
    font: normal 0.95em/1.5em 'Tahoma', Trebuchet MS, Sans-serif;
    z-index: 1000;
}

    footer.login {
        background-color: rgb(226, 226, 226) !important;
        height: 40px !important;
        min-height: 40px !important;
    }


.footer-content {
    border-top: 0px solid #EAEAEA;
    color: #CDCDCD;
    width: 100%;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
}

footer.login .footer-content {
    padding-top: 0px !important;
}

.footer-content a {
    text-decoration: none;
    color: #CDCDCD;
    text-align: center;
}

footer.login .footer-content a {
    color: #FF0000 !important;
}

.body {
    /*
    padding-bottom: 35px;    
    border-top: 1px solid #E3E2E2;
    margin: 0px auto;
    background-color: #259FDA;*/
    /*min-width: 977px;*/
    width: 100%;
    position: relative;
    padding-right:20px;
}

.k-tooltip-closable .k-tooltip-content {
    padding-right: 20px;
    background-color: white;
}


.header {
    margin: 0px 12px 12px 12px;
}

    .header h1 {
        margin: 0px;
        padding-top: 4px;
    }

    .header h2 {
        margin: 0px;
        font-weight: normal;
    }

.toolbarContainer {
    width: 100%;
    border-collapse: separate;
}

.toolbar {
    color: #3B3B3B;
    /*
    background-color: #0C638E;
    height: 27px;
    padding: 4px;
    position: relative;
    */
    line-height: 30px;
    white-space: nowrap;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1500;
    font: normal 13px/22px Arial,Helvetica,sans-serif;
}

    .toolbar ul {
        border: 1px solid #E3E2E2;
        border-top: none;
        background-color: #D6D5D4;
        margin: 0px 17px 0px 5px;
        padding: 0px;
        display: block;
        position: relative;
        left: 0;
        float: none;
        background-image: none;
        background-image: -webkit-linear-gradient(top,white 0,#d6d5d4 100%);
        background-image: -moz-linear-gradient(top,white 0,#d6d5d4 100%);
        background-image: -ms-linear-gradient(top,white 0,#d6d5d4 100%);
        background-image: -o-linear-gradient(top,white 0,#d6d5d4 100%);
        background-image: linear-gradient(top,white 0,#d6d5d4 100%);
        box-shadow: none;
    }

.no-cssgradients .toolbar ul {
    -pie-background: linear-gradient(top, #d6d5d4, #FFFFFF);
    behavior: url(/Content/PIE.htc);
}

.toolbar li {
    z-index: 0;
    width: auto;
    clear: none;
    padding: 0;
    display: inline-block;
    position: relative;
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
    margin-left: -5px;
}

    .toolbar li > a {
        text-decoration: none;
        margin: 0;
        padding: 4px 15px;
        line-height: 30px;
        color: #555555;
        cursor: default;
        display: block;
    }

    .toolbar li.active a {
        padding-top: 0px;
        border-top: 4px solid #2DABC1;
        color: #0394AE;
        background-color: #FFFFFF;
        background-image: -webkit-linear-gradient(top,#f0f0f0 0,white 100%);
        background-image: -moz-linear-gradient(top,#f0f0f0 0,white 100%);
        background-image: -ms-linear-gradient(top,#f0f0f0 0,white 100%);
        background-image: -o-linear-gradient(top,#f0f0f0 0,white 100%);
        background-image: linear-gradient(top,#f0f0f0 0,white 100%);
    }

    .toolbar li.active > a {
        color: #0C638E !important;
    }

    .toolbar li:hover {
        background-color: #81CAED;
    }

        .toolbar li:hover > a {
            padding-top: 0px;
            border-top: 4px solid #2DABC1;
            color: #0394AE;
            background-color: #FFFFFF;
            background-image: -webkit-linear-gradient(top,#f0f0f0 0,white 100%);
            background-image: -moz-linear-gradient(top,#f0f0f0 0,white 100%);
            background-image: -ms-linear-gradient(top,#f0f0f0 0,white 100%);
            background-image: -o-linear-gradient(top,#f0f0f0 0,white 100%);
            background-image: linear-gradient(top,#f0f0f0 0,white 100%);
        }

.toolbar .userName {
    margin: 6px;
    position: absolute;
    right: 10px;
}

.content {
    clear: both;
    background-color: #FFFFFF;
    padding-bottom: 12px;
    width: 100%;
    min-width: 943px;
    display: inline-block;
}

.footer {
    padding: 8px 12px;
}

.textshadow .shadow {
    text-shadow: #000 1px 1px 1px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    text-align: center;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #545454;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

.hidden {
    display: none;
}

#popupDialogContent {
    display: inline;
    z-index: 9900;
    position: absolute;
    position: absolute;
    top: 195.818px;
    left: 566px;
    display: block;
   /* above 4 lines added for only SLO Scope Popup*/
}

    #popupDialogContent > #dialog {
        background: #FFF;
        border: 1px solid black;
        padding: 0px;
        margin: 0px auto;
        width: 600px;
        max-height: 500px;
        overflow-y: auto;
    }

        #popupDialogContent > #dialog > #dialogInner > #dialogHeader {
            text-align: center;
            background-color: #259FDA;
            padding: 2px 0px;
            color: #FFF;
        }

            #popupDialogContent > #dialog > #dialogInner > #dialogHeader > h2 {
                margin: 0px;
            }

        #popupDialogContent > #dialog > #dialogInner > #dialogContent {
            padding: 0px 12px 12px 12px;
        }

            #popupDialogContent > #dialog > #dialogInner > #dialogContent h4 {
                text-align: center;
            }

        #popupDialogContent > #dialog > #dialogInner > #dialogFooter {
            margin: 4px 12px;
            text-align: right;
        }

.borderradius #popupDialogContent > #dialog {
    border-radius: 4px;
}

.no-borderradius #popupDialogContent > #dialog {
    behavior: url(/Content/PIE.htc);
    border-radius: 4px;
}


/* To hide the horizontal scrollbar of Kendo Window*/
.k-window-content {
    overflow-x: hidden !important;
}

/*for menubar for teacher login*/
/*.LeftMenubar {
    float: left;
    width: 97%;
}

.RightHelpIcon {
    float: right;
    width: 3%;
}

#text {
    z-index: 100;
    position: relative;
    margin: 5px 0px 5px 1px;
    padding: 0;
    min-width: 28px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.Badge-Image {
    position: absolute;
    margin-top: -3px !important;
}

.RightBadgeIcon {
    float: right;
    margin-right: 4px;
    margin-top: -2px;
}

.leftMenuBarOnBadge {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    min-height: 34px;
}*/
.backgroundWhiteDisplayNone {
    background-color: white;
    display: none;
}

.LeftMenubar {
    height: 100%;
    margin-right: 36px;
}

.RightHelpIcon {
    padding-right: 4px;
    /*height: 100%;*/
    position: absolute;
    top: 0;
    right: 0;
}

#text {
    z-index: 100;
    position: relative;
    margin: 5px 0;
    padding: 0;
    min-width: 28px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.Badge-Image {
    position: absolute;
    margin-top: -2px !important;
}

.RightBadgeIcon {
    float: right;
    margin-right: 4px;
    margin-top: -2px;
}

.leftMenuBarOnBadge {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    min-height: 34px;
    margin-bottom: -4.5px;
    display: block;
}

.Aside-Menu-Item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.Aside-Menu-Button {
    z-index: 1;
    display: none;
    height: 45px;
}

@media (max-width: 1024px) {
    .k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
        width: 100%;
    }

    .k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
        border: none !important;
    }

    .leftMenuBarOnBadge {
        margin-bottom: 0px;
    }

    .RightBadgeIcon {
        float: none;
    }

    .RightHelpIcon {
        position: absolute;
        top: 7px;
        right: 17px;
    }

    .Aside-Menu-Button {
        display: block;
    }

    .mobilemenuhide {
        display: none;
    }
}

/*Dashboard Search*/
div.dbSearchWrapper {
    width: 100%;
    margin-bottom: 8px;
    display: table;
}

    div.dbSearchWrapper div {
        display: table-row;
    }

    div.dbSearchWrapper .dbSearchSLOId, div.dbSearchWrapper .dbSearchEmpId {
        display: table-cell;
        padding: 0 8px;
    }

    div.dbSearchWrapper span.k-textbox.k-space-right {
        width: 100%;
    }

    div.dbSearchWrapper .dbSLOSearchTable {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

@media screen and (max-width:360px) {
    .signOutButton img {
        width: 30%;
    }
}
@media screen and (min-width:1300px) {
    .body {
        overflow-x:hidden !important;
    }
}
/*
.t-menu.t-header {
    border-color: #c5c5c5 !important;
    background-color: #e3e3e3 !important;
    background: #e3e3e3 url('/Content/2013.2.611/Default/sprite.png') repeat-x 0 -622px
}

.t-state-hover, .t-state-hover:hover {
    background-image: none,linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%)
} 

.t-menu .t-item > .t-link {
    line-height: 1.34em !important;
    padding: .5em .9em .4em !important;
}

.t-link:link {
    color: #2e2e2e !important;
}

.t-splitbar.t-state-default.t-splitbar-vertical {
    height: 1px;
}*/
