﻿/*
    This CSS file is applied last
    Any Bootstrap Overrides occur here.
    Any Kendo Overrides occur here.
*/

#overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #FFF;
    opacity: 0.85;
    filter: alpha(opacity = 80);
    z-index: 999999; !important;
}

#loadingGif {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity = 100);
    border-radius: 50%;
}

#loadingMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity = 100);
    border-radius: 50%;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/*constant classes that can be applied directly to the element*/
.container{
    /*padding: 0px;*/
}

.vtop{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.color-header-blue{
    background-color: #084d74;
}

.color-header-blue-top-rounded {
    background-color: #084d74;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.color-content-shade-light-grey{
    background-color: #e8e8e8;
}
.color-font-bold-white{
    color: #ffffff;
    font-weight: bold;
}

.font-size-smaller{
    font-size: smaller;
}

.font-size-small{
    font-size: small;
}

.font-size-large{
    font-size: large;
}

.font-size-larger{
    font-size: larger;
}

.glyglyphicon-larger{
    font-size: 20px;
}

.modal-title-blue {
    background-color: #084d74;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
}

.row-bottom-border{
    border-bottom: 1px solid black;
}

.display-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.cell-valign-mid{
    display: inline-block;
}

.nav-tabs-selected{
    background-color: #e8e8e8;
    font-weight: bold;
}

/*
    Content CSS
*/
.sz-xs-CenterToLeft{
    text-align: center;
}

.sz-xs-RightToLeft{
    text-align: right;
}

@media (max-width: 767px){
    .sz-xs-CenterToLeft, .sz-xs-RightToLeft{
        text-align: left;
    }

  /*Align text to center.*/
  .text-xs-center {
    text-align: center;
  }

    
}

@media (max-width: 991px){
    .sz-xs-TextRight{
        text-align: right;
        padding-top: 4px;
    }

    .xs-row-pad-5 {
        margin-top: 0.3125em;
        padding-top: 0.3125em;
        border-top: 1px solid black;
    }

    .vcenter {
        
    }

    .vbottom{

    }
}

@media (min-width: 992px) {
    .vcenter {
        display: flex;
        align-items: center;
    }
    .vbottom{
        display:flex;
        align-items: flex-end;
    }
}



.btn-full{
    width: 100%;
}


    .partial-page-container {
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 10px;
        border: 1px solid black;
    }

    .pp-content-container {
        border-radius: 4px;
    }

.pp-content-container-white {
    border-radius: 4px;
    background-color: white;
}

    .headerBar {
        color: white;
        font-weight: 500;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding-left: 10px;
        /*margin-top: 15px;*/
        font-size: 30px;
        line-height: 1.1;
    }

    .headerBar-sqrd {
        color: white;
        font-weight: 500;
        background-color: #084d74;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 10px;
        /*margin-top: 15px;*/
        font-size: 30px;
        line-height: 1.1;
    }

    .tableHeaderBar {
        color: white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding-left: 10px;
        line-height: 1.1;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .info-container {
        background-color: #ffffff;
        padding: 5px;
        border-radius: 3px;
    }

    .btn-jqComboBox {
        color: #333333;
        background-color: #ffffff;
        border-color: #cccccc;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

        .btn-jqComboBox:hover,
        .btn-jqComboBox:focus,
        .btn-jqComboBox:active,
        .btn-jqComboBox.active,
        .open .dropdown-toggle.btn-jqComboBox {
            color: #ed721b;
            background-color: #ed721b;
            border-color: #adadad;
        }

    .custom-combobox-input {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
        padding-top: 6px;
        padding-right: 12px;
        padding-bottom: 6px;
        padding-left: 12px;
    }

    .custom-combobox-container {
    }

    .custom-combobox {
        position: relative;
        display: inline-block;
        width: 100%;
        /*background-color:yellow;*/
    }

    .custom-combobox-toggle {
        position: absolute;
        display: inline-block;
        float: right;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 6px 12px;
        width: 10%;
    }

    .custom-combobox-input {
        overflow: hidden;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 90%;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        padding: 6px 12px;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        float: left;
    }

    .ui-autocomplete {
        max-height: 200px;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;
        padding: 4px 0;
        margin: 0 0 10px 25px;
        list-style: none;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
    }

    .ui-menu-item > a.ui-corner-all {
        display: block;
        padding: 3px 15px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        color: #555555;
        white-space: nowrap;
        text-decoration: none;
    }

    .ui-state-hover, .ui-state-active {
        color: #ffffff;
        text-decoration: none;
        background-color: #0088cc;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        background-image: none;
    }



    /*Bootstrap Overrides from Bootstrap.css*/

    /*.jumbotron*/
    nav.navbar a {
        color: #ffffff !important;
        font-weight: bold;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 10px 10px;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
        background-color: transparent;
        border: 1px solid black;
        border-radius: 4px;
    }

        .navbar-toggle .icon-bar {
            display: block;
            width: 12px;
            height: 2px;
            border-radius: 1px;
            border: 1px solid black;
            background-color: blue;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar ul li:hover a {
        background-color: #ed721b;
    }

    .btn-default:hover {
        background-color: #ed721b;
    }

    .cell-valign-mid {
        vertical-align: middle;
    }

    .row {
        padding-bottom: 5px;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a {
    color: black;
    cursor: default;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    /*border-bottom-color: transparent;*/
}

    .nav-tabs > li > a {
        color: black;
        margin-right: 0;
        border-bottom: 1px solid #e8e8e8;
        font-weight: bold;
    }

.nav > li > a:hover, .nav > li > a:focus {
    /*background-color: #dddddd;*/
    background-color: #f35800;
}

    /*<--kendo*/

.k-grid tr:nth-child(2n+1) {
    background-color: #e8e8e8;
}

.k-grid tbody tr:hover {
    /*background: url(Images/LMS_MenuLink_Hover.png);*/
    /*background-size: 100% 100%;
        color: #FFFFFF;*/
    background-color: #084d74;
    color: #FFFFFF;
}

    /*.k-grid tbody tr:not(.SCLMSCOURSEMENUITEM_LINKED):hover {
        background: none;
        color: inherit;
    }*/

    .k-grid td {
        /*remove column borders*/
        border-width: 0;
        border-top: 1px solid #c0c0c0;
        padding-top: 10px;
        padding-bottom: 10px;
     
    }



    div.k-popup .k-item {
        /*font: 20px/1.8em bold Arial, Helvetica, sans-serif;*/
        text-align: left;
    }

    /*ROWS WHICH HAVE ARE INACTIVE*/
    .SCLMSCOURSEMENUITEM_INACTIVE {
        /*background-color: blue;*/ /* color: #9AC9DE;  turquoise LIGHT*/
        /*color: #77B7D2;*/ /* turquoise MIDDLE for light text*/
    }

    /*ROWS WHICH HAVE ARE RECORDS WITH GRADES ONLY (NO HYPERLINK)*/
    .SCLMSCOURSEMENUITEM_ONLYTEXT {
        /*background-color: #c0c0c0 !important;
        color: #f0f0f0;*/ /* NAVY DARK BLUE*/
    }

    /*ROWS WHICH HAVE HYPERLINKS*/
    .SCLMSCOURSEMENUITEM_LINKED {
        /*background: url(Images/LMS_MenuLink.png);
        background-size: 100% 100%;
        color: #ffffff;*/
    }

    .grid-scroll-container {
        overflow: auto;
    }

    .table-header-cell {
        border-left-width: 0px !important;
    }

    @media screen and (max-width: 700px) {

        .k-grid .k-grid-header .k-header:nth-child(1) { display: none; }
        .k-grid .k-grid-header .k-header:nth-child(2) { display: none; }
        #gridAvailableTraining .k-grid-header .k-header:nth-child(3) { display: none; }
        #gridTrainingHistory .k-grid-header .k-header:nth-child(3) { display: flex; }

        table {
            border: 0;
        }

        .k-grid .k-grid-header .k-header {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            column-width: 1px;
            display: flex;
            justify-content: space-between;
            display: none;
        }

        .k-grid tbody {
            background: none;
            color: inherit;
        }

        table tr {
            display: block;
            
        }

        table td {
            display: block;
            text-align: left;
            font-size: 13px;
        }

        table td:last-child {
        }

        table td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
        }
    }

    /*custom icons*/
    #gridTrainingHistory a.k-button.k-button-icontext.k-grid-TrainingHistoryCertificate {
        /*background-image: url(~/Content/Images/icon_certificate_award.png);*/
        background-image: url(../Images/icon_certificate_award.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: Transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }

    #gridTrainingHistory a.k-button.k-button-icontext.k-grid-TrainingHistoryStatus {
        background-image: url(../Images/indicator_circle_blank.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: Transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }

    #gridTrainingHistory a.k-button.k-button-icontext.k-grid-TrainingHistoryReceipt {
        background-image: url(../Images/icon_receipt_available.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: Transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }

    #gridAvailableTraining a.k-button.k-button-icontext.k-grid-AvailableTrainingCertificate {
        background-image: url(../Images/icon_certificate_award.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }

    #gridAvailableTraining a.k-button.k-button-icontext.k-grid-AvailableTrainingReceipt {
        background-image: url(../Images/icon_receipt_available.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: Transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }

    #gridAvailableTraining a.k-button.k-button-icontext.k-grid-AvailableTrainingTranscript {
        background-image: url(../Images/icon_transcript.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: Transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }

    #gridAvailableTraining a.k-button.k-button-icontext.k-grid-AvailableTrainingStatus {
        background-image: url(../Images/indicator_circle_blank.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: Transparent;
        border: none;
        height: 20px;
        width: 20px;
        min-height: 0;
        min-width: 0;
    }
    /*>--kendo*/

    .sc-content-container {
        padding: 4px;
    }

    .sc-content-container-white{
        padding: 4px;
        background-color: white;
    }

    .sc-padded-container-15{
        padding-right: 15px;
        padding-left: 15px;
    }

    .sc-remove-padding{
        padding: 0;
    }

.xs-hide-tblColumn {
    display: normal;
}

@media(max-width: 370px) {
    .font-resize-smaller {
        font-size: 12px;
    }
    .xs-hide-tblColumn {
        display: none;
    }
}

.sc-tblReceipts-footer {
    text-align: right;
}

.display-page-root {
    display: none;
}

#divMenuObject {
    display: none;
}

@media (max-width: 480px) { 
    .nav-tabs > li {
        float:none;
    }

    
}

.badgeFinalPortrait {
    width: 53.98mm;
    height: 85.60mm;
    background-color: aqua;
}

@media (max-width: 500px){
    .badgeFinalPortrait {
        width: 100%;
        background-color: yellow;
    }
}


.clsCloseModal {
    color: #c3c3c3;
    float: right;
}

    .clsCloseModal:hover{
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

        .clsCloseModal:hover span:not(:hover) {
            color: white;
            text-decoration: none;
            cursor: pointer;
        }

.sc-hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.sc-label{
    margin: 0;
}