﻿html {
    margin: 0;
    padding: 0;
}

body {
    margin: 10px;
    padding: 0px;
    color: #515050;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-weight: normal;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
    a img {
        border: none;
    }
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

h1 {
    color: #99caec;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}

h2 {
    color: #515050;
    font-size: 19px;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: solid 1px #c6d4e0;
}

h3 {
    color: #515050;
    font-size: 17px;
    margin-bottom: 15px;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
table {
    width: 100%;
}



.control-label2{
    display: inline;
}
.text-danger {
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
    text-align:left !important;
    display: inline;
}
.text-testing {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    margin-right: auto;
    margin-left: auto;
}

.pd-title, .pd-where {
    width: 100% !important;
}

.prof-dev-det-col1{
    width: 200px !important;
}
.prof-dev-det{
    padding-left: 75px;
}
/* ============ OPTIONALS ============ */
.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}
.spacer {
    margin-bottom: 15px !important;
}
.spacer2 {
    margin-bottom: 30px !important;
}
.spacer3{
    margin-bottom: 10px !important;
}

/*=================Login=====================*/
#wrapper {
    width: 100%;
}

    #wrapper .loginpage_con {
        width: 730px;
        margin: 100px auto auto;
    }

        #wrapper .loginpage_con .logodiv {
            background-color: #a5acc9;
            width: 355px;
            height: 290px;
            -moz-box-shadow: inset 0 0 50px #8b91a9;
            -webkit-box-shadow: inset 0 0 50px #8b91a9;
            box-shadow: inset 0 0 50px #8b91a9;
            text-align: center;
            padding-top: 100px;
            float: left;
        }

            #wrapper .loginpage_con .logodiv .logo {
                margin-bottom: 50px;
            }

        #wrapper .loginpage_con .logindiv {
            width: 345px; /*355px*/
            height: 290px;
            float: right;
        }

    #wrapper .loginpage_con .logindiv .loginfields {
        background: #00447a;
        height: 290px; /*padding-bottom:80px;*/
        -moz-box-shadow: inset 0 0 30px #00335b;
        -webkit-box-shadow: inset 0 0 30px #00335b;
        box-shadow: inset 0 0 30px #00335b;
    }

        #wrapper .loginpage_con .logindiv .loginfields .heading {
            background: #003b69;
            color: #ffffff;
            font-size: 18px;
            padding: 15px 0px 15px 20px;
        }

        #wrapper .loginpage_con .logindiv .loginfields .inputsdiv {
            width: 300px;
            height: 80px;
            margin: 20px auto 0px auto;
        }

        #wrapper .loginpage_con .logindiv .loginfields .fpbutoondiv {
            /*width: 300px;*/
            margin: 50px auto 0px auto;
        }

            #wrapper .loginpage_con .logindiv .loginfields .fpbutoondiv a {
                color: #ffffff;
                text-decoration: underline;
                font-size: 16px;
            }

            #wrapper .loginpage_con .logindiv .loginfields .fpbutoondiv .submit {
                color: #fff;
                border: none;
                /**margin-top: 8px;
                *padding: 5px 10px 5px 10px;*/
                padding: 5px 20px 5px 20px;
                font-size: 16px;
                background: #5fbb61;
                -moz-box-shadow: inset 0 0 20px #89dd8c;
                -webkit-box-shadow: inset 0 0 20px #89dd8c;
                box-shadow: inset 0 0 20px #89dd8c;
                cursor: pointer;
            }

/*=================Mainpages==========================*/
.content-wrapper {
    margin: auto;
    padding: 20px;
    width: 100%;
}

.header {
    border-bottom: double 4px #939ab9;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

    .header .sco-logo {
        max-width: 50%;
        /*width: 100%;*/
        float: left;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .header .nav {
        padding-top: 5px;
        float: right;
    }

        .header .nav a {
            text-decoration: none;
            background: #00457b;
            padding: 3px 10px 5px 10px;
            color: #ffffff;
        }

        .header .nav .nav-icon {
            padding-left: 10px;
            display: inline;
        }

        .header .nav img {
            float: right;
        }

.logged-in-label{
    float: right;
    vertical-align:bottom;
}
.main-content {
    clear: both;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
}

/*    
    .main-content .col-md-2 {
        padding: 0px 0px 10px 0px;
    }

    .main-content .col-md-10 {
        padding: 0px 10px 10px 10px;
    }
.form-group .col-md-2 {

}*/

.page-caption {
    color: #005393;
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 10px !important;
    width: 100%;
    padding-bottom: 5px !important;
    border-bottom: solid 1px;
}

.childlist-caption {
    color: #005393;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}

.one-col-child {
    width: 98% !important;
    display: inline-block !important;
}

.two-col-child {
    width: 48.75% !important;
    display: inline-grid !important;
}

.col-child-60 {
    width: 60% !important;
    display: inline-block !important;
}
.col-child-38 {
    width: 38% !important;
    display: inline-block !important;
    vertical-align: top;
}

.col-child-32-6 {
    width: 32.66% !important;
    display: inline-block !important;
}

footer {
    /*margin-top: 10px !important;*/
        text-align: center;
        /*height: auto;*/
        padding: 10px 0;
}

.main-footer {
    color: #ffffff;
    background: #005393;
    font-size: .85em;
    width: 100%;
    padding: 1px 0px 3px 0px !important;
    text-align: center;
    /*margin-top: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom-footer{
    color: white;
    background-color: #267db4;
    border-top: 4px solid #fcba04;
    font-size: .85em;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center;
}

.k-grid {
     overflow-x: auto;
}

.k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

.k-dropzone {
    padding: 0px !important;
    /*width: 80% !important;*/
}

.k-widget.k-upload.k-header{
    width: 100%; /*600px;*/
    display: inline-block;
}
.k-upload-status.k-upload-status-total{
    display: none;
}
.k-upload .k-filename {
    display: inline-block;
}

.k-upload-files .k-reset{
    display: inline;
}

.upload{
    width: 100% !important;
}
.display-filename{
    width: 50% !important;
}

.followup {
    margin-top: 7px;
}


.login-email {
    /*width: 100% !important;*/
}

.login-password {
    /*width: 100% !important;*/
}

/*input.fp-acct-email {
    border: none;
}*/

.forgotpassword-link {
    color: white;
    float: left;
    font-size: 16px !important;
    font-style: italic !important;
    margin-top: 5px
}

    .forgotpassword-link a {
        color: inherit;
        font-size: 16px !important;
        font-style: italic !important;
        text-decoration: none !important;
    }

    .forgotpassword-link a hover {
    color: inherit;
    font-size: 16px !important;
    font-style: italic !important;
    text-decoration: none !important;
    font-weight: bold;
}

.forgot-password {
    width: 400px;
    margin: auto;
}
.form-group.forgot-password {
    width: 400px;
    margin: auto;
    text-align: center;
}
.form-horizontal.forgot-password.row {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

    .form-horizontal.forgot-password.row label {
        margin-top: 10px;
        width: 100%;
        padding-left: 0px;
        text-align: left;
    }

    .form-horizontal.forgot-password.row.fp-account-email {
        width: 100%;
        /*padding-left: initial;
        padding-right: initial;*/
        background-color: transparent;
        border: none;
    }
/*        .form-horizontal.forgot-password.row.fp-account-email.span {
            border: none;
        }*/

.forgot-pw {
    font-size: 1.1em !important;
    margin-left: auto;
    margin-right: auto;
}

.login-footer {
    /*background: #005393;*/
    width: 100%;
    /*margin: 10px auto 0px auto;*/
    text-align: center;
    color: black; /*#ffffff;*/
    /*padding: 8px 0px 8px 0px;*/
    font-size: 13px;
    /*height: 40px;
    float:right;*/
}

.bgnone {
    background: none !important;
    padding: 0 !important;
}


.container {
    width: 100%;
    padding: 0px !important;
    /*border: solid 1px;*/
    display: flex;
}

.content {
    width: 100%;
    align-items: stretch;
    display: flex;
}

    .content .slidediv {
        width: 66.66%;
        float: left;
        align-items: stretch;
    }

        .content .slidediv img {
            width: 100%;
        }

    .content .userdetails_buttonsdiv {
        width: 33.33%;
        float: right;
        align-items: stretch;
        margin: 5px;
    }

    .content .userdetails_buttonsdiv-supervisor {
        width: 50%;
        /*float: right;*/
        align-items: stretch;
        margin: 5px auto;
    }

    .content .userdetails-buttonsdiv-intern {
        width: 75%;
        /*float: right;*/
        align-items: stretch;
        margin: 5px auto;
    }

    .content .userdetails-buttonsdiv-externintern {
       /* width: 50%;*/
        /*float: right;*/
        align-items: stretch;
        margin: 5px auto;
        /*margin-left: auto;
        margin-right: auto;*/
        max-width: 1100px;
    }

    .content .userdetails-buttonsdiv-studentviewer {
        width: 50%;
        /*float: right;*/
        align-items: stretch;
        margin: 5px auto;
    }

/*.button-container {
    width: 50%;
    margin:5px;
}*/

.student-info {
    margin: 10px;
    padding: 10px;
}
.supervisor-info {
    margin: 10px 20px 15px 0px;
    min-height: 50px;
}

.userinfo {
    background: #00457b;
    padding: 10px;
    height: 110px; /*105*/
    color: #ffffff;
    margin-bottom: 0px;
}

    /*.userinfo img {
        float: left;
        margin-right: 10px;
    }*/

.userdetails_buttonsdiv, .userdetails_buttonsdiv-supervisor {
    width: 100%;
    /*display: flexbox;*/
    /*border: solid 1px;*/
}

.dashboard-button-main {
    color: white !important;
    display: flex;
    width: 100%;
    height: 15%; /*10%*/
    max-height: 200px;
    margin: 0px 0px 1px 0px;
}

.dashboard-button {
    color: white !important;
    display: flex;
    width: 100%;
    height: 8.5%;
    max-height: 150px;
    margin: 0px 0px 1px 0px;
    float: left;
    font-size: 90%;
    align-content: stretch;
}

.dashboard-button-tec-res {
    color: white !important;
    display: flex;
    width: 100%;
    height: 8.5%;
    max-height: 150px;
    margin: 0px 0px 1px 0px;
    float: left;
    font-size: 90%;
    align-content: stretch;
}

.dashboard-button-bottom {
    color: white !important;
    display: flex;
    width: 100%;
    height: 12.85%;
    max-height: 150px;
    /*margin: 0px 0px 0px 0px;*/
    margin: 0px;
}

.dashboard-userinfo {
    width: 100%;
    color: inherit !important;
    background: #00457b;
    align-items: stretch;
    /*margin: 0px 10px 5px 0px;*/
}

.dashboard-residentaddlog {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #50a797;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #50a797;
    -webkit-box-shadow: inset 0 0 40px #50a797;
    box-shadow: inset 0 0 40px #50a797;/*408e80*/
}

.dashboard-residentviewlog {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #a9b0cd;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #a9b0cd;
    -webkit-box-shadow: inset 0 0 40px #a9b0cd;
    box-shadow: inset 0 0 40px #a9b0cd;
}
.dashboard-residentlogstatus{
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #0094ff;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #0094ff;
    -webkit-box-shadow: inset 0 0 40px #0094ff;
    box-shadow: inset 0 0 40px #0094ff;
}

.dashboard-supervisor-eval {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #df90f9; /*#a9b0cd;*/
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #df90f9;
    -webkit-box-shadow: inset 0 0 40px #df90f9;
    box-shadow: inset 0 0 40px #df90f9;
}

.dashboard-program-eval {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #7b6283;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #7b6283;
    -webkit-box-shadow: inset 0 0 40px #7b6283;
    box-shadow: inset 0 0 40px #7b6283;
}

.dashboard-my-evals{
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #74003c;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #74003c;
    -webkit-box-shadow: inset 0 0 40px #74003c;
    box-shadow: inset 0 0 40px #74003c;
}
.dashboard-my-self-evals {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #8c1aff;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #8c1aff;
    -webkit-box-shadow: inset 0 0 40px #8c1aff;
    box-shadow: inset 0 0 40px #8c1aff;
}
.dashboard-myaccount {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #f68227;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #f68227;
    -webkit-box-shadow: inset 0 0 40px #f68227;
    box-shadow: inset 0 0 40px #f68227;
}

.dashboard-resident-my-exam-grades {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #4b9b8c;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px 30px 30px 30px;
    -moz-box-shadow: inset 0 0 40px #4b9b8c;
    -webkit-box-shadow: inset 0 0 40px #4b9b8c;
    box-shadow: inset 0 0 40px #4b9b8c;
}


.studentviewer-dashboard-button-main {
    color: white !important;
    display: flex;
    width: 100%;
    height: 33.33%;
    max-height: 200px;
    margin: 0px 0px 1px 0px;
}

.dashboard-button-main-technicianviewer {
    color: white !important;
    display: flex;
    width: 100%;
    height: 50%;
    /*max-height: 200px;*/
    margin: 0px 0px 1px 0px;
}

.dashboard-button-main-studentviewer {
    color: white !important;
    display: flex;
    width: 100%;
    /*height: 50%;*/
    margin: 0px 0px 5px 0px;
}
.dashboard-button-studentviewer {
    color: white !important;
    display: flex;
    width: 100%;
    /*height: 200px;*/
    margin: 0px 0px 5px 0px;
    float: left;
    font-size: 90%;
    height: 50%;
}
    .dashboard-button-studentviewer .dashboard-my-students {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #87c5ba;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #87c5ba;
        -webkit-box-shadow: inset 0 0 40px #87c5ba;
        box-shadow: inset 0 0 40px #87c5ba;
        text-decoration: none;
    }

    .dashboard-button-studentviewer .dashboard-analysis {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #87c5ba;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #87c5ba;
        -webkit-box-shadow: inset 0 0 40px #87c5ba;
        box-shadow: inset 0 0 40px #87c5ba;
        text-decoration: none;
    }



.dashboard-button-main-supervisor {
    color: white !important;
    display: flex;
    width: 100%;
    /*height: 50%;*/
    margin: 0px 0px 5px 0px;
}

.dashboard-analysis {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #87c5ba;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px 30px 30px 30px;
    -moz-box-shadow: inset 0 0 40px #87c5ba;
    -webkit-box-shadow: inset 0 0 40px #87c5ba;
    box-shadow: inset 0 0 40px #87c5ba;
}

.dashboard-button-supervisor {
    color: white !important;
    display: flex;
    width: 100%;
    /*height: 200px;*/
    margin: 0px 0px 5px 0px;
    float: left;
    font-size: 90%;
    height: 20%;
}
    .dashboard-button-supervisor .dashboard-my-residents {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #df90f9;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #df90f9;
        -webkit-box-shadow: inset 0 0 40px #df90f9;
        box-shadow: inset 0 0 40px #df90f9;
        margin: 0px;
        text-decoration: none;
    }

    .dashboard-button-supervisor .dashboard-resident-eval {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #7b6283;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #7b6283;
        -webkit-box-shadow: inset 0 0 40px #7b6283;
        box-shadow: inset 0 0 40px #7b6283;
        text-decoration: none;
    }

    .dashboard-button-supervisor .dashboard-program-eval {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #a9b0cd;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #a9b0cd;
        -webkit-box-shadow: inset 0 0 40px #a9b0cd;
        box-shadow: inset 0 0 40px #a9b0cd;
        text-decoration: none;
    }

    .dashboard-button-supervisor .dashboard-my-students {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #87c5ba;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #87c5ba;
        -webkit-box-shadow: inset 0 0 40px #87c5ba;
        box-shadow: inset 0 0 40px #87c5ba;
        text-decoration: none;
    }

    .dashboard-button-supervisor .dashboard-my-exam-grades {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #4b9b8c;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #4b9b8c;
        -webkit-box-shadow: inset 0 0 40px #4b9b8c;
        box-shadow: inset 0 0 40px #4b9b8c;
        text-decoration: none;
    }

    .dashboard-button-supervisor .dashboard-exam-grade-statistics {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #29564e;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #29564e;
        -webkit-box-shadow: inset 0 0 40px #29564e;
        box-shadow: inset 0 0 40px #29564e;
    }

    .dashboard-button-supervisor .dashboard-my-externs {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #a9b0cd;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #a9b0cd;
        -webkit-box-shadow: inset 0 0 40px #a9b0cd;
        box-shadow: inset 0 0 40px #a9b0cd;
    }

    .dashboard-button-supervisor .dashboard-below-expectations-review {
        width: 100%;
        font-size: 1.75em;
        color: inherit !important;
        background: #e60000;
        text-transform: uppercase;
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px 30px;
        -moz-box-shadow: inset 0 0 40px #e60000;
        -webkit-box-shadow: inset 0 0 40px #e60000;
        box-shadow: inset 0 0 40px #e60000;
    }

    .dashboard-button-supervisor.h50 {
        height: auto;
    }

.dashboard-button-technician {
    color: white !important;
    display: flex;
    width: 100%;
    margin: 0px 0px 5px 0px;
    float: left;
    font-size: 90%;
    height: auto;
}

.dashboard-button-group {
    width: 100%;
    float: left;
    /*margin: 2px;*/
}

.dashboard-button-groupL50 {
    width: 49.95%;
    float: left;
    /*margin: 2px;*/
}
.dashboard-button-groupR50 {
    width: 49.95%;
    float: right;
    /*margin: 2px;*/
}

.dashboard-button-supervisor-disabled {
    color: #e6e6e6 !important;
    display: flex;
    width: 100%;
    margin: 0px 0px 5px 0px;
    float: left;
    font-size: 90%;
    height: 22%;
    pointer-events: none;
}

.extern-intern-dashboard-button-main {
    color: white !important;
    display: flex;
    width: 100%;
    height: 23%;
    max-height: 200px;
    margin: 0px 0px 1px 0px;
}
.extern-dashboard-button {
    color: white !important;
    display: flex;
    width: 100%;
    height: 19.25%;  /*25.66%;*/
    max-height: 150px;
    margin: 0px 0px 1px 0px;
    float: left;
    font-size: 90%;
    align-content: stretch;
}


.intern-dashboard-button {
    color: white !important;
    display: flex;
    width: 100%;
    height: 11%;
    max-height: 150px;
    margin: 0px 0px 1px 0px;
    float: left;
    font-size: 90%;
    align-content: stretch;
}

    .extern-dashboard-button a, .intern-dashboard-button a {
        text-decoration: none;
    }

.extern-intern-dashboard-addlog {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #50a797;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #50a797;
    -webkit-box-shadow: inset 0 0 40px #50a797;
    box-shadow: inset 0 0 40px #50a797;/*408e80*/
}

.extern-intern-dashboard-viewlog {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #a9b0cd;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #a9b0cd;
    -webkit-box-shadow: inset 0 0 40px #a9b0cd;
    box-shadow: inset 0 0 40px #a9b0cd;
}
.extern-intern-dashboard-mygrades, .extern-intern-dashboard-myopticalgrades {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #7b6283;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #7b6283;
    -webkit-box-shadow: inset 0 0 40px #7b6283;
    box-shadow: inset 0 0 40px #7b6283;
}
.extern-intern-dashboard-createopticallog {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #50a797;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #50a797;
    -webkit-box-shadow: inset 0 0 40px #50a797;
    box-shadow: inset 0 0 40px #50a797; /*408e80*/
}

.extern-intern-dashboard-manageopticallog {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #a9b0cd;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #a9b0cd;
    -webkit-box-shadow: inset 0 0 40px #a9b0cd;
    box-shadow: inset 0 0 40px #a9b0cd;
}

.extern-intern-dashboard-assignments, .extern-intern-dashboard-log-hist, .extern-intern-dashboard-logstatus {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #0094ff;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #0094ff;
    -webkit-box-shadow: inset 0 0 40px #0094ff;
    box-shadow: inset 0 0 40px #0094ff;
}

.extern-dashboard-button-disabled {
    color: #e6e6e6 !important;
    display: flex;
    width: 100%;
    height: 25%;
    max-height: 150px;
    margin: 0px 0px 1px 0px;
    float: left;
    font-size: 90%;
    align-content: stretch;
    pointer-events: none;
}
.intern-dashboard-button-disabled {
    color: #e6e6e6 !important;
    display: flex;
    width: 100%;
    height: 12.5%;
    max-height: 150px;
    margin: 0px 0px 1px 0px;
    float: left;
    font-size: 90%;
    align-content: stretch;
    pointer-events: none;
}
.dashboard-item-disabled {
    width: 100%;
    font-size: 1.75em;
    color: inherit !important;
    background: #cccccc;
    text-transform: uppercase;
    text-align: center;
    align-items: stretch;
    padding: 30px;
    -moz-box-shadow: inset 0 0 40px #cccccc;
    -webkit-box-shadow: inset 0 0 40px #cccccc;
    box-shadow: inset 0 0 40px #cccccc;
}

.user-pic {
    float: left !important;
    height: 100%;
    padding-right: 15px;
}

.userdetails_buttonsdiv a {
    text-decoration: none;
}
.userdetails_buttonsdiv-supervisor a {
    text-decoration: none;
}

.height-25percent {
    height: 25%;
}
.height-33percent {
    height: 33.3%;
}
.height-50percent {
    height: 50%;
}
.height-100percent{
    height: 100%;
}


/*===================Form fileds====================*/
.fields {
    padding: 8px 0 0 0;
}

    .fields label {
        float: left;
        width: 110px;
        font-size: 14px;
        color: #555555;
        line-height: 24px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .fields label span {
            color: #ff0000;
            padding: 0 0 0 4px;
        }

    .fields input[type="text"] {
        /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
        width: 295px;
        height: 30px;
        float: left;
        font-size: 14px;
        color: #444444;
        line-height: 18px;
        border: none;
        padding: 3px 5px 3px 5px;
    }

    .fields input[type="password"] {
        /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
        width: 295px;
        height: 30px;
        float: left;
        font-size: 14px;
        color: #444444;
        line-height: 18px;
        border: none;
        padding: 3px 5px 3px 5px;
    }

    .fields input[type="checkbox"] {
        border: solid 1px #555555;
        width: 15px;
        height: 15px;
        float: left;
        margin-right: 12px;
    }

    .fields textarea {
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        width: 250px;
        height: 75px;
        padding: 5px;
        border: 1px solid #ccc;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 16px;
    }

.submitFields {
    padding: 8px 0 0 130px;
}

    .submitFields input {
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        height: 25px;
        width: 70px;
        font-size: 14px;
        line-height: 25px;
        cursor: pointer;
        border: 0;
        margin: 0 10px 0 0;
        padding: 0;
    }

        .submitFields input.submit {
            color: #fff;
            background: #4da34d;
            -moz-box-shadow: inset 0 0 50px #4a9c49;
            -webkit-box-shadow: inset 0 0 50px #4a9c49;
            box-shadow: inset 0 0 50px #4a9c49;
        }

            .submitFields input.submit:hover {
                background: #367d35;
            }

        .submitFields input.cancel {
            background: #c5cbd3;
            color: #333;
        }

            .submitFields input.cancel:hover {
                background: #b5b6b8;
            }


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/
footer {
    clear: both;
    height: 100px;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}


label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

    label.radio {
        display: inline;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        font-size: .9em;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    padding: 5px;
}
textarea {
    font-family: inherit;
    font-size: inherit;
    width: 100% !important; /*500px;*/
    padding-left: 6px !important;
    display: inline-block !important;
    white-space: pre-wrap !important;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

.k-editor-widget textarea {
    display: none !important;
}
.k-editor-widget td {
    padding: 0px !important;
}

input[type="checkbox"] {
    background: transparent;
    /*border: inherit;*/
    /*width: auto;*/
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables -------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

td {
    /*padding: 0.25em 2em 0.25em .0em;*/
    padding: 0.2em 0.5em 0.0em 0.0em;
}

.footer {
    display: block;
    text-align: center;
}

.log-group-header {
    width: 100%;
    color: white;
    background-color: #7ac0da;
    font-size: 1.5em;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    margin-top: 40px;
}
.h-text {
    padding: 5px 5px 5px 10px;
}
.log-subgroup-header {
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 5px;
}

.log-subsubgroup-header {
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 50px;
}

.scoencounterlog-encounter-type, 
.residentlog-encounter-type, 
.externlog-encounter-type,
.opticallog-encounter-type {
    width: 90% !important;
}

.scoencounterlog-involvement-level, 
.residentlog-involvement-level,
.externlog-involvement-level,
.opticallog-involvement-level{
    width: 90% !important;
}

.scoencounterlog-service-area,
.opticallog-service-area {
    width: 90% !important;
}

.scoencounterlog-grading-doctors,
.opticallog-grading-optician {
    width: 90% !important;
}

.externlog-patientid,
.scoencounterlog-patientid,
.opticallog-patientid {
    width: 110px !important;
}

.scoencounterlog-patient-age-range,
.externlog-age-range,
.opticallog-age-range {
    width: 110px !important;
}

.externlog-total-screened {
    width: 80px !important;
}

.residentlog-patientinitials, 
.externlog-patient-initials,
.opticallog-patient-initials {
    width: 50px !important;
}

.scoencounterlog-patient-ethnicity,
.externlog-ethnicity,
.optical-ethnicity {
    width: 200px !important;
}



/*Override some bootstrap css*/
.control-label {
    padding-top: 0px !important;
}

.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 {
    padding-right: 5px !important;
}

.checkbox label {
    display: inline-block;
}

.ckbox{
    display: inline-block;
    margin-top: 4px;
}

.data{
    padding-right: 20px;
}

.other-data {
    width: 80% !important;
    /*margin-left: 10px;*/
}
.report-written {
    padding-left: 50px !important;
}

.sco-btn {
    font-size: 1.3em !important;
    padding: 6px 12px !important;
    display: inline-block !important;
}
.btn-group-edit-del {
    white-space: nowrap !important;
}
.no-wrap {
    display: inline-flex;
    white-space: nowrap;
}
.cmd-btns {
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.btn-Group {
    color: #005393;
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
}

.btn-default {
    text-decoration: none !important;
    background-color: #d3dce0 !important;
    border: 1px solid #787878;
    font-weight: 600;
    font-size: 1.2em;
    /*margin: 10px 0px 0px 0px;*/
    /*padding: 10px 0px 10px 0px;*/
}

.form-group {
    margin: 0px 0px 10px 0px;
}

.admin-menu {
    padding: 0px;
    align-items: stretch;
}

#AdminMenu {
    font-size: 1.2em;
    /*text-transform: uppercase;*/
    /*padding: 5px 10px;*/
    width: 100%;
    height: 100%;
    text-decoration: none;
}

    #AdminMenu .k-menu .k-item {
        /*border-width: 1px !important;*/

    }

#template img {
    margin: 5px 20px 0 0;
    float: left;
}

#template {
    width: 180px;
}

    #template ol {
        float: left;
        margin: 0;
        padding: 10px 10px 0 10px;
    }

    #template:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #template .k-button {
        float: left;
        clear: left;
        margin: 5px 0 5px 12px;
    }

.codetypeid {
    width: 70% !important;
}
.codetype-desc{
    width: 70% !important;
}
.codetype-label, .residentyear-label{
    font-weight: bold;
    display: inline;
}
.codetype-dropdown {
    width: 400px !important;
}

.codedesc, .codeshortdesc {
    width: 100% !important;
}

.addr{
    height: 80px !important;
    margin: 0px !important;
}
.city {
    width: 215px !important;
}
.full-state{
    width: 215px !important;
}
.two-digit-state {
    width: 115px !important;
}
.zip {
    width: 115px !important;
}
.phonenumber, .phone, .phone-number {
    width: 120px !important;
}
.email, .weblink {
    width: 100% !important;
}
.four-digit-year {
    width: 70px !important;
}
.gpa {
    width: 70px !important;
}
.optometry-school {
    width: 90% !important;
    max-width: 650px !important;
}

.residency-program-name {
    width: 60% !important;
}

.residency-site {
    width: 60% !important;
}

.gender {
    width: 150px !important;
}

.race {
    width: 275px !important;
}

.account-oetrackerno{
    width: 90% !important;
}
.account-salutation{
    width: 90% !important;
}
.account-name{
    width: 90% !important;
    max-width: 300px !important;
}
.account-email{
    width: 90% !important;
    max-width: 300px !important;
}
.account-password{
    width: 90% !important;
}
.account-role{
    width: 90% !important;
}

/* Increase the width of the edit form. The default is 400px. */
.k-edit-form-container {
    width: 96% !important;
    margin: auto;
}

    .k-edit-form-container .k-edit-buttons {
        background: inherit;
        float: right;
    }

    /* Decrease the width of the edit form labels. The default is 30%.
    The new width should depend on the column titles.
    Switch the text alignment to the left. By default, it is to the right. */
    .k-popup-edit-form .k-edit-label {
        width: 20%;
        text-align: left;
    }

/* Increase the width of the textbox containers. The default is 60%.
    The sum of label and editor percentage widths should be around 90%, to make up for existing paddings. */
.k-popup-edit-form .k-edit-field {
    width: 70% !important;
}

    /* Expand the edit textboxes and any other Kendo UI widgets.
    In case of unexpected side effects, use widget-specific classes, instead of .k-widget. */
    .k-popup-edit-form .k-edit-field > .k-textbox,
    .k-popup-edit-form .k-edit-field > .k-widget {
        width: 98%;
    }

.k-window > div.k-popup-edit-form{
    padding: 1.5em 2.2em !important;
}

.k-widget .k-window {
    width: inherit !important;
}

.site-edit-template {
    width: 1024px !important;
}
.eia-edit-template {
    width: 750px !important;
}
.ei-edit-template {
    width: 500px !important;
}

/*site*/
.site-edit-form {
    width: 90%;
    margin: auto;
}

.site-name {
    width: 90% !important;
}
.site-address {
    width: 90% !important;
    height: 3em;
}
.site-city {
    width: 90% !important;
}
.site-state {
    width: 90% !important;
}
.site-zip {
    width: 90% !important;
}
.site-country {
    width: 90% !important;
}
.site-status {
    width: 90% !important;
}
.site-category {
    width: 90% !important;
}
.site-subcategory {
    width: 90% !important;
}
.site-seats {
    width: 100% !important;
}

.site-contacts {
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.site-doctors {
    width: 100%;
    padding: 20px 5px 0px 0px;
}
.site-notes {
    width: 100%;
    padding: 20px 10px 0px 15px;
}

.site-doctor{
    width: 100% !important;
}
.site-doctor-role{
    width: 100% !important;
}
.site-doctor-roletype{
    width: 100% !important;
}
.site-doctor-status{
    width: 100% !important;
}

.popup-edit {
    width: 90% !important;
}

.resident-chart{
    width:100%;
}

.surgical-laserassisted {
    margin-left: 25px;
    padding-left: 30px;
}

.chart-wrapper{
    margin: 5px;
}


/*Evals*/
.eval-view {

}
    .eval-view .page-caption {
        color: #005393;
        font-size: 1.7em;
        font-weight: 600;
        margin-bottom: 10px;
        width: 100%;
        padding-bottom: 0px !important;
        border-bottom: solid 1px;
    }

    .eval-view .form-group {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .eval-view table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

.eval-header {
    width: 100%;
    margin-bottom: 5px;
}

    .eval-header .lbl {
        font-weight: bold;
        font-size: 1.25em;
        width: 160px;
        vertical-align: top;
        white-space: nowrap;
    }

    .eval-header .data {
        font-weight: normal;
        font-size: 1.2em;
        vertical-align: top;
        padding-left: 5px;
    }

.eval-question-group-header, .eval-question-group-cnt-label, .eval-comment-group-header {
    font-size: 1.25em;
    font-weight: 600;
    color: white;
    background-color: #7ac0da;
    margin-left: 0px;
    padding-left: 0px;
    border: 2px solid #7ac0da;
}

.eval-question-group-cnt-label {
    width: 90px !important;
    text-align: center;
    vertical-align: bottom;
}
.eval-question-group-spacer {
    padding-top: 20px;
}

.eval-question {
    font-weight: 600;
    font-size: 1.2em;
    margin-left: 15px;
    padding: 5px 0px 5px 40px;
    /*border-bottom: 1px solid #7ac0da;*/

    width: 50%;
    font-weight: 600;
    font-size: 1.2em;
    padding: 5px 0px 5px 25px;
}

.eval-question-cnt {
    font-weight: 600;
    text-align: center;
    padding: 0px;
    /*border-bottom: 1px solid #7ac0da;*/
}

.eval-comment-details {
    border-collapse: collapse;
    width: 100%;
}
.eval-comment-det {
    font-size: 1.2em;
    line-height: inherit;
    font-family: inherit;
    padding: 10px;
    border-top: none;
    border: 1px solid #7ac0da;
}
    /*.eval-comment-details th {
        font-size: 20px;
        font-weight: 600;
        color: white;
        background-color: #7ac0da;
        vertical-align: bottom;
        padding-bottom: 2px;
        border: 1px solid #7ac0da;
    }

    .eval-comment-details td {
        font-size: medium;
        font-weight: 600;
        border: 1px solid #7ac0da;
        padding: 0px 20px 10px 15px;
        min-height: 100px;
        vertical-align: top;
    }*/

    .eval-comment-details tr {
    }




.res-eval-questions, .prog-eval-questions, .supervisorfaculty-eval-questions 
{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    
}
.eval-resident-program-id, .resident-program {
    font-size: 1.45em;
    font-weight: 600;
    width: 100%;
    padding-bottom: 5px !important;
    border-bottom: solid 1px;
    margin-right: 5px;
    padding-right: 5px;
}

.eval-sub-title {
    font-size: 1.1em;
    font-weight: 600;
    width: 100%;
    /*padding-bottom: 5px !important;*/
    /*padding-top: 5px !important;*/
    /*border-bottom: solid 1px;*/
    margin-right: 5px;
    padding-right: 5px;
}

.eval-question-group {
    font-size: 1.2em;
    font-weight: 600;
    color: white;
    background-color: #7ac0da;
    margin-left: 0px;
    padding-left: 5px;
}

.eval-question-groupsub {
    font-size: 1.2em;
    font-weight: 600;
    color: white;
    background-color: #7ac0da;
    margin-left: 0px;
    padding-left: 5px;
}
.eval-question-row{
    border-bottom: 1px solid #7ac0da;
    padding: 0px;
    margin: 0px 5px 0px 0px;
}
.eval-question-row-even{
}

.eval-answer{
    display: inline;
    padding: 5px 0px 5px 30px;
    margin-left: 30px;
}
.eval-summary-question{
    font-weight: 600;
    font-size: 1.2em;
    margin-left: 15px;
    padding: 5px 0px 5px 40px;
    border-bottom: 1px solid #7ac0da;
}
.eval-question-divider{
     /*background-color: #7ac0da;*/
}
.eval-question-radio-button{ 
    width: 20px !important;
    display:inline;
}
.eval-question-radio-button-label{
    display:inline;
    padding: 5px;
}


.eval-label{
    font-weight: 600;
    font-size: 1.35em;
    margin-right: 5px;
    display: inline-block;
}

.eval-header-field {
    font-size: 1.15em;
    margin-right: 40px;
}

.eval-data{
    font-weight: normal;
}

.eval-label-inner{
    font-weight: 600;
    font-size: 1.35em;
    margin-right: 5px;
    margin-left: 20px;
    display: inline-block;
}

.windowResidentEvalDetails {
    
}

/*Supervisor Evals (includes Program Evals)*/
#supervisor-eval-header {
    border-collapse: collapse;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#supervisor-eval-header .header-col-1{
    width: 230px;
    vertical-align: top;
}
#supervisor-eval-header td {
    color: #005393;
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
}
#supervisor-eval-details, #supervisor-eval-comment-details {
    border-collapse: collapse;
    width: 100%;
}
#supervisor-eval-details th, #supervisor-eval-comment-details th {
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #7ac0da;
    vertical-align: bottom;
    padding-bottom: 2px;
    border: 1px solid #7ac0da;
}

#supervisor-eval-details tr:hover{
    background-color: #d5d5d5;
} 
#supervisor-eval-details tr:nth-child(even) {
     background-color: #f2f2f2;
}
#supervisor-eval-details tr:nth-child(even):hover{
     background-color: #d5d5d5;
 }
.supervisor-eval-group-label, .supervisor-eval-comment-label{
    padding-left: 15px;
}

#supervisor-eval-details td{
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 1px solid #7ac0da;
}
#supervisor-eval-comment-details td {
    font-size: medium;
    font-weight: 600;
    border: 1px solid #7ac0da;
    padding: 0px 20px 10px 15px;
    min-height: 100px;
    vertical-align: top;
}
.supervisor-eval-question{
    margin-left: 15px;
    padding: 5px 0px 5px 40px;
}
.supervisor-eval-question-cnt-label{
    width: 90px !important;
}
.supervisor-eval-question-cnt{
    padding-left:10px;
}

.comment-cell{
    padding: 0px !important;
    margin: 0px !important;
    border: 1px solid #7ac0da;
}
.no-left-margin {
     margin-left: 0px; 
     padding-left:0px;
}
.faculty-member{
    width: 300px !important;
}
.supervisor-dd{
    width: 250px !important;
}
.resident-name{
    width:300px !important;
}
.semester{
    width:100px !important;
}

.applicationNotes{
    font-size: 1.2em !important;
    font-weight: 600 !important;
}
.applicationNotes p {
    font-size: 1.2em !important;
    font-weight: 600 !important;
}
.yes-no{
    width: auto;
    font-size: 1.2em !important;
    display: inline;
    margin-left: 10px !important;
}
.applicant-name, .applicant-address {
    width: 90% !important;
    max-width: 300px !important;
}
.residency-applicant-comment {
    width: 100% !important;
    height: 200px !important;
    /*border-color: #7ac0da;*/
    margin-bottom: 5px;
}
.residency-applicant-address{
    width: 90% !important;
    max-width: 500px !important;
    height: 3em;
}
.residency-applicant-notes{
    margin-left:10px !important;
}
.legal-domicile-visa-status{
    width: 100% !important;
}
.visa-status{
    width: 100% !important;
    max-width: 500px !important;
}
.od-license-states{
    width: 100% !important;
}

.status-email-recipient, .status-email-subject {
    width: 100% !important;
}
.status-email-body{
    min-height: 300px;
    height: 100% !important;
    width: 100% !important;
}

.k-editor {
    height: 100% !important;
    min-height: 350px;
}
.total-encounter{
    text-align: right;
    padding:5px !important;
    width: 100px !important;
    box-sizing: unset !important;
}
.total-col{
    width: 100px !important;
}
.check-col{
    margin: auto !important;
}
.total-encounters{
    text-align: right;
    font-weight: bold;
    
}
.total_requirement {
    width: 50px !important;
    text-align: right;
    font-weight: bold;
}
.total-val{
    text-align: right;
    border-width: 0px !important;
    /*padding:5px !important;*/
    width: 100px !important;
    color: black !important;
}
.grand-total-label{
    text-align: right;
    /*text-wrap:none;*/
    white-space: nowrap;
    font-weight: bold;
}
.grand-total-label2 {
    text-align: right;
    /*text-wrap:none;*/
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
}
.grand-total-val {
    text-align: right;
    font-weight: bold;
    border-top: 5px !important;
    border-top-style: double !important;
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    padding: 5px;
    width: 100px !important;
    color: black !important;
}
.grand-total-val2 {
    text-align: right;
    font-weight: bold;
    border-top: 5px !important;
    border-top-style: double !important;
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    width: 100px !important;
    padding-right: 15px;
    color: black !important;
}
.requirement-label {
    /*text-wrap:none;*/
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
}
.residency-status-caption {
    color: #005393;
    font-size: 1.7em;
    font-weight: 600;
    width: 100%;
    border-collapse: collapse;
}

.log-status-header{
    width: 100% !important;
}
table.log-status-header td {
    color: #005393;
    font-size: 1.7em;
    font-weight: 600;
    padding: 0px;
}

.title-of-paper{
    width: 100% !important;
}
.name-on-certificate, .new-career-info {
    width: 90% !important;
}

.new-career-info {
    height: 6em !important;
}

.od-school-year {
    width: 75px !important;
}

.detail-label{
    font-weight: normal !important;
}
.child-detail-template .form-group{
    margin: 0px;
}
.child-detail-template .detail-label {
    color: #005393;
    font-weight: bold !important;
    text-align: right;
}

.child-detail-template .text-area-label {
    padding-top: 15px;
    color: #005393;
    font-weight: bold !important;
}
.child-detail-template .text-area-content {
    border: 1px solid lightgrey;
    /*width: 98%;*/
    margin: 0px 5px 0px 10px;
    /*margin-left: 10px;*/
    padding: 10px;
    min-height: 20px;
}

.child-detail-template .col-child-60, .child-detail-template .col-child-38 {
    margin-top: 10px;
}

.contract-period {
    width: 40px !important;
}
.k-window .numeric-text {
    box-sizing: border-box;
}
.numeric-text {
    text-align: right;
}

.myresidents {
    height: 800px !important;
}



.admin-view {
    /*width: 90% !important;*/
}
    .admin-view .form-group {
        width: 100%;
        /*padding: 0px 0px 20px 0px;*/
    }

    .admin-view table {
        width: 98%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0px 0px 0px 10px;
    }

    /*.admin-view.row.pb-2 {
        padding: 0px 10px 0px 12px;
    }*/

.eval-view .pb-2, .admin-view .pb-2 {
    padding: 0px 10px 0px 12px;
}

.encounter-group {
    margin-bottom: 15px;
}

    .admin-view .encounter-group {
        /*margin-right: -15px;
        margin-left: -15px;*/
    }

        .admin-view .encounter-group:before,
        .admin-view .encounter-group:after {
            display: table;
            content: " ";
        }

        .admin-view .encounter-group:after {
            clear: both;
        }

.admin-view-header {
    width: 100% !important;
    margin-bottom: 5px;
}

    .admin-view-header .lbl {
        font-weight: 600;
        font-size: 1.25em;
        width: 1px;
        vertical-align: text-bottom;
        white-space: nowrap;
    }

    .admin-view-header .data {
        font-weight: normal;
        font-size: 1.2em;
        vertical-align: text-bottom;
        padding-left: 5px;
    }


.encounter-type-header {
    width: 100%;
    color: white;
    background-color: #7ac0da;
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 30px;
    padding: 3px;
}
    .encounter-type-header div {
        padding: 5px 5px 5px 10px;
    }

.involvement-data {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 58.33333333%;
    float: left;
}
    
.agelevel-data {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 33.33333333%;
    float: left;
}


.involvement-data-student-status-log {
    position: relative;
    min-height: 1px;
    margin: 0px 15px 0px 15px;
    padding: 0px 15px 0px 15px;
    display: inline;
}
    .involvement-data-student-status-log table, .agelevel-data-student-status-log table {
        width: 96% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .involvement-data-student-status-log .tbl-title {
        background-color: #e6e6e6;
        color: black;
        font-weight: bold;
        border: 1px solid #b3b3b3;
        padding: 10px;
        text-align: center;
    }
    .involvement-data-student-status-log th {
        background-color: #e6e6e6;
        color: black;
        font-weight: bold;
        border: 1px solid #b3b3b3;
        padding: 10px;
        text-align: center;
    }
    .involvement-data-student-status-log td {
        border: 1px solid #b3b3b3;
        padding: 10px;
        text-align: center;
    }

.agelevel-data-student-status-log {
    position: relative;
    min-height: 1px;
    padding: 0px 10px 10px 10px;
    /*width: 100%;*/
    /*float: left;*/
    display: inline;
}
    .agelevel-data-student-status-log .tbl-title {
        background-color: #e6e6e6;
        color: black;
        font-weight: bold;
        border: 1px solid #b3b3b3;
        padding: 10px;
        text-align: center;
    }
    .agelevel-data-student-status-log th {
        background-color: #e6e6e6;
        color: black;
        font-weight: bold;
        border: 1px solid #b3b3b3;
        padding: 10px;
        text-align: center;
    }
    .agelevel-data-student-status-log td {
        border: 1px solid #b3b3b3;
        padding: 10px;
        text-align: center;
    }


.log-group-data {
    width: 85%;
    padding-left: 5px;
}

.log-group-lbl {
    padding-left: 5px;
}    
    .involvement-data .tot-encounter, .agelevel-data .tot-encounter {
        text-align: right;
        padding: 5px !important;
        width: 50px !important;
        vertical-align: top;
    }

.involvement-data .grand-tot-label, .agelevel-data .grand-tot-label, .log-group-data .grand-tot-label {
    text-align: right;
    /*text-wrap:none;*/
    white-space: nowrap;
    font-weight: bold;
}

    .involvement-data .grand-tot-val, .agelevel-data .grand-tot-val, .log-group-data .grand-tot-val {
        text-align: right;
        font-weight: bold;
        border-top: 5px !important;
        border-top-style: double !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 0px !important;
        padding: 5px;
        width: 50px !important;
    }


.admin-view .log-group-header {
    width: 100%;
    color: white;
    background-color: #7ac0da;
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 30px;
    padding: 0px !important;
}

    .admin-view .log-group-header div {
        padding: 5px 5px 5px 10px;
    }

.admin-view .tot-val {
    text-align: right;
    border-width: 0px !important;
    padding: 5px !important;
    width: 50px !important;
}

/*.btn-Group {*/
    /*padding-top: 10px;*/
    /*padding: 10px 0px 10px 0px;
    width: 100%;
    text-align:center;
}*/


.eval-questions {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.eval-question-group-header div {
    font-weight: 600 !important;
}
.eval-question-group-header, .eval-comment-group-header {
    font-size: 1.25em;
    font-weight: 600 !important;
    color: white;
    background-color: #7ac0da;
    margin-left: 0px;
    padding-left: 0px;
    border: 2px solid #7ac0da;
}

.eval-question-row-even {
}

/*.eval-question {
    width: 50%;
    font-weight: 600;
    font-size: 1.2em;
    padding: 5px 0px 5px 25px;
}*/

.eval-answer {
    padding: 5px 0px 5px 30px;
}

.eval-question-radio-button {
    width: 20px !important;
    display: inline;
}

.eval-question-radio-button-label {
    display: inline;
    padding: 5px;
}

label {
    font-size: 1.2em;
    font-weight: 600;
}

.eval-comment {
    font-size: 1.2em;
    line-height: inherit;
    font-family: inherit;
    border: 1px solid #7ac0da;
    padding: 10px;
    border-top: none;
    margin-bottom: 10px;
    /*width: 100% !important;*/
}

.eval-comment-director {
    font-size: 1.2em;
    line-height: inherit;
    font-family: inherit;
    border: 1px solid #7ac0da;
    padding: 5px;
    border-top: none;
    /*margin-bottom: 10px;*/
    /*width: 100% !important;*/
}

    .eval-comment-director textarea {
        width: 98% !important;
        border: none;
        height: 4em;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    }


#windowRequirements {
    overflow: auto !important;
}

#windowResident {/*, #windowRequirements {*/
    height: 800px !important;
    padding: 0px 35px 10px 20px;
    margin: auto !important;
    max-width: 1000px;
}

#windowUpload {
    padding: 20px 35px 10px 20px;
    margin: auto !important;
    width: 500px;
}

#windowResidentStatus, #windowResidentSelfEval, #windowResidentEval, 
#windowProgramEval, #windowSupervisorFacultyEval, #windowRequirements {
    width: 900px;
    height: 700px;
    padding: 0px 35px 10px 20px;
    margin: auto !important;
}

#gridAcctAddress td{
    white-space: pre-line;
}

#windowDisplayDetails{
    /*height: 800px;
    width: 90%;
    max-width: 1200px;*/
}
.windowDisplayDetails{
    height: 800px !important;
    width: 90%;
    max-width: 915px;
}

.k-window-content#windowDisplayDRResidentSelfEvalDetails {
    box-sizing: border-box;
}
#windowDisplayDRResidentSelfEval {

}
#windowDisplay {
    height: 800px !important;
    padding: 0px 60px 0px 20px;
    margin-left: auto;
    margin-right: auto;
}

#residencyApplication {
    margin: 0px !important;

}
.residencyApplicationContainer{
    margin: 80px 60px 60px 40px !important;
}
.applyHeader {
    color: white;
    background-color: #267db4;
    border-bottom: 6px solid #fcba04;
    margin: 0px !important;
    padding: 0px !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 70px;
}
.applyFooter{
    color: white;
    background-color: #267db4;
    border-top: 3px solid #fcba04;
    font-size: .85em;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center;
}
.applyTitle{
    color: inherit;
    display: inline;
    margin-left: 70px;
    font-size: 2em;
    font-weight:bold;
}
.applySpacer {
    margin-bottom: 10px !important;
}
.applyRadio {
    display: inline;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.2em;
}
.applicantRequiredDocuments{
    margin-left: 30px;
}
.btn-sco{
    background-color: #267db4 !important;
    color: white;
    margin: 0px;
    border-radius: 0px !important;
    font-weight:bold;
    margin-top: 15px;
}
.btn-sco:hover{
    background-color: #fcba04 !important;
    color: white;
    font-weight:bold;
    margin-top: 15px;
}

.multi-col {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

    .multi-col .col-md-4 {
        padding-right: 10px !important;
        margin-left: 0 !important;
    }

    .multi-col.col-md-8 {
        padding-right: 30px !important;
        margin-left: 0 !important;
    }

    .multi-col .form-group .col-md-4 .control-label {
        padding-left: 50px !important;
    }

.popup-edit .col-md-6 {
    width: 48% !important;
}

.popup-viewer {
    width: 95%;
    /*padding-left: 5px;
    padding-right: 25px;*/
}

.edit-template-control {
    width: 100% !important;
}
.exam-grade-include-options {
    margin-bottom: 10px;
}
#exam-grade-data {
    /*vertical-align: middle;
    width: auto;*/
}
.exam-grade-radio-label {
    font-size: larger;
}

.exam-grade-item-required {
    color: red;
}

#exam-grade-data th, #asol-grade-data th, #optical-grade-data th, #extern-grade-data th {
    font-weight: 600;
    font-size: larger;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

#exam-grade-data td, #asol-grade-data td, #optical-grade-data td, #extern-grade-data td {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-left-width: 1px;
    overflow: visible;
}

#exam-grade-data input, #asol-grade-data input, #optical-grade-data input, #extern-grade-data input {
    width: 40px !important;
    background-color: inherit;
}

#exam-grade-data label, #asol-grade-data label, #optical-grade-data label, #extern-grade-data label {
    text-align: left;
    padding-right: 30px;
}

#exam-grade-data #IdentifyPatientNeedsVal, #exam-grade-data #TechnicalSkillsVal, #exam-grade-data #DataInterpretationVal,
#exam-grade-data #MgmtOfPatientNeedsVal, #exam-grade-data #CommunicationSkillVal, #exam-grade-data #DocumentationVal,
#exam-grade-data #CaseComplexityVal, #exam-grade-data #ProfessionalismVal,
#asol-grade-data #CapsulotomyVal, #asol-grade-data #CapsulotomyPrePostVal, #asol-grade-data #IridotomyVal,
#asol-grade-data #IridotomyPrePostVal, #asol-grade-data #SLTVal, #asol-grade-data #SLTPrePostVal,
#asol-grade-data #ProfessionalismOSPVal,
#optical-grade-data #IdentifyPatientNeedsVal, #optical-grade-data #TechnicalSkillsVal, #optical-grade-data #DataInterpretationVal,
#optical-grade-data #MgmtOfPatientNeedsVal, #optical-grade-data #ProfessionalismVal,
#extern-grade-data #IdentifyPatientNeedsVal, #extern-grade-data #TechnicalSkillsVal, #extern-grade-data #DataInterpretationVal,
#extern-grade-data #MgmtOfPatientNeedsVal, #extern-grade-data #CommunicationSkillVal, #extern-grade-data #DocumentationVal,
#extern-grade-data #CaseComplexityVal, #extern-grade-data #ProfessionalismVal {
    color: transparent !important;
    width: 0px !important;
    background-color: transparent !important;
    height: 0px !important;
    border: 0px hidden;
    float: left;
}

.exam-component-header {
    border-bottom: solid 1px #c6d4e0;
    padding-right: 10px;
}
.professionalism-radio {
    display: inline-block;
}

.exam-grade-entry, .optical-grade-entry {
    /*width: 95%;*/
    /*border: 1px solid darkgray;*/
    padding: 10px;
    margin-bottom: 10px;
}

.exam-grade-notes{
    min-height: 100px;
    width: 100% !important;
}

.exam-grade-table {
    margin: auto;
}

#optical-involvement-level {
    display: none;
}

.popup-template {
}

    .popup-template .data {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: inherit;
        display: inline-block;
        width: 100%;
        min-height: 20px;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 6px;
        vertical-align: middle;
    }

    .popup-template .data-comment {
        min-height: 90px; /*40px*/
        white-space: pre-wrap;
    }

    .popup-template .control-label {
        font-weight: bold;
    }

    .popup-template .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

.popup-template-buttons {
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #d5d5d5;
    margin-top: .8em;
    padding: .4em;
}

.view-template{
    padding: 10px 35px 0px 35px;
}

.prof-radio{
   
}
.prof-no {
    margin-right: 10px;
    display: inline-block;
}
.prof-yes {
    margin-left: 10px;
    display: inline-block;
}

.tp {
    position: relative;
    /*white-space: nowrap;*/
}
    .tp .tooltiptext {
        visibility: hidden;
        width: max-content;
        max-width: 160%;
        background-color: #fff;
        color: #2e2e2e;
        text-align: left;
         /*white-space: nowrap;*/
        padding: 10px 10px 10px 30px;
        border-radius: 6px;
        border-color: #555;
        border-width: 2px;
        border-style: solid;
        /* position the tooltiptext*/
        position: absolute;
        z-index: 1001;
        bottom: 105%;
        left: 25px;
        /* Fade in tooltip*/
        opacity: 1;
        transition: opacity 0.9s;
    }

        .tp .tooltiptext.below-expected{
            left: 120px;
        }

        .tp .tooltiptext.expected {
            left: 75px;
        }

        .tp .tooltiptext.above-expected {
            left: 110px;
            width: 230px;
        }

        /* tooltip arrow */
        .tp .tooltiptext::after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 10%;
            border-width: 8px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tp:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        z-index: 1002;
    }

    .tp input {
        display: none;
    }

.tooltiptexthide {
    display: none !important;
}

.show-radio {
    display: inline-block !important;
}
.test-system {
    background-image: url("../Images/This_is_the_TestSystem.png");
    background-repeat: repeat;
}

.grid-checkbox{
    text-align:center;
}


.residency-program-requirement-edit{
    max-height: 800px;
    overflow: auto;
}

.k-edit-form-container .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.scroll-frame{
    height: 800px;
    overflow: auto;
}

.short-date .k-datepicker {
    width: 130px !important;
}

.k-datepicker {
    width: 147px !important;
}

#reportViewer1 {
    position: relative;
    width: 100%;
    height: 800px;
    font-family: Verdana, Arial;
}

.classyr-label, .term-label {
    font-weight: bold;
    display: inline;
}
.classyr-dropdown, .term-dropdown {
    width: 160px !important;
    /*display:inline-block !important;*/
}

.service-area-dropdown {
    width: 250px !important;
}

.proyr_dropdown {
    width: 70px !important;
}

.selectTotalEncounters {
    width: 100px;
}

.selectRefractionPerformed,
.selectRefracDiagMyopia, .selectRefracDiagHyperopia, .selectRefracDiagAstigmatism, .selectRefracDiagPresbyopia,
.selectRefracDiagGlassPresc, .selectCLSoftSphere, .selectCLSoftToric, .selectCLSoftMulti, .selectCLGPSphere, .selectCLGPBi_Toric,
.selectCLGPMulti, .selectCLSpecialScleral, .selectCLSpecialHybrid, .selectVTEValAmblyopia, .selectVTEValAccomProb,
.selectVTEValLat_Dir, .selectVTEValPhoria, .selectVTEValSpecNeed, .selectVTEValStram, .selectVTEValTBI_ABI, .selectVTEValVergProb,
.selectVTEValVisualProcessOrPerceptDisorder, .selectVTEValOcularMotorDysfunction, .selectNeuroCranialNervePalsies, .selectNeuroVisualFieldDefects,
.selectNeuroNystagmus, .selectVTEValOther, .selectVTreatPrismPres, .selectVTreatPartialOcc, .selectVTreatVisTherapy, .selectVTreatOther,
.selectLVEvalMagPres, .selectLVEvalTelePres, .selectLVEvalELVAPres, .selectLVEvalFiltersPres, .selectLVEvalNOAPres,
.selectLVEvalMagEvaluated, .selectLVEvalTeleEvaluated, .selectLVEvalELVAEvaluated, .selectLVEvalFiltersEvaluated, .selectLVEvalNOAEvaluated,
.selectLVEvalRefCommResources, .selectLVEValEccViewTraining, .selectLVEvalTrialFrameRefraction,
.selectLVEvalOther,
.selectDTPAbberometry, .selectDTPAdvOpthalmic, .selectDTPBiometry, .selectDTPCornialT, .selectDTPCornialR, .selectDTPDCT, .selectDTPElectro,
.selectDTPECC, .selectDTPFA, .selectDTPGonioscopy, .selectDTPHeidelbergRT, .selectDTPLaserProc, .selectDTPMLTO, .selectDTPMSProc,
.selectDTPOCTAnteriorSegment, .selectDTPOCTMac, .selectDTPOCTNerve, .selectDTPPachymetry, .selectDTPPhotoAnterior, .selectDTPPhotoPosterior,
.selectDTPPostGlaucomaCare, .selectDTPPreSMR, .selectDTPPreSMC, .selectDTPPreSMCLaserAssist, .selectDTPPostSMR, .selectDTPPostSMC,
.selectDTPPostSMCLaserAssist, .selectDTPRefact, .selectDTPUltraSoundA, .selectDTPUltraSoundB, .selectDTPVisagraph, .selectDTPVFldGTA,
.selectDTPVFldABn, .selectDTPWave, .selectOCDDAnter, .selectOCDDOH, .selectOCDDGlaucoma, .selectOCDDLens, .selectOCDDVitreous,
.selectOCDDRetina, .selectOCDDChoroid, .selectOCDDOpticNerve, .selectOCDComplexOcularDisease, .selectSDCardio, .selectSDCVA, .selectSDDJD,
.selectSDDerma, .selectSDDiabetes, .selectSDEndochrine, .selectSDENT, .selectSDGastro, .selectSDHema, .selectSDHyper, .selectSDImmuno, .selectSDInfectious,
.selectSDMusculosk, .selectSDNeoplastic, .selectSDNeurological, .selectSDNutritional, .selectSDPulmonary, .selectSDPsychologial, .selectSDRenal, .selectSDOther {
    width: 90px;
}
.deficient{
    color: red;
    font-weight: bold;
}

#btnIncludeGraded {
    margin-bottom: 5px;
}

.dashboard-prof-dev-title{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
}

.dashboard-prof-dev-det {
    /*width: 100%;
    font-weight: bold;*/
    margin-left: 30px;
}

.checkbox input[type="checkbox"] {
    margin-left: 0px;
}
.sub-checkbox{
    padding-left: 30px;
}

.sub-checkbox label{
    padding-left: 0px;
    /*font-weight: inherit;
    font-family: inherit;*/
}

.form-control {
    height: auto;
}

/* common percentage width's*/
.w80pct {
    width: 80% !important;
}

.w90pct {
    width: 90% !important;
}

.w100pct {
    width: 100% !important;
}

/* common pixel width's*/
.w50px {
    width: 50px !important;
}

.w80px {
    width: 80px !important;
}

.w90px {
    width: 90px !important;
}

.w110px {
    width: 110px !important;
}

.w115px {
    width: 115px !important;
}

.w200px {
    width: 200px !important;
}

.w350px {
    width: 350px !important;
}

.director-review-div {
    width: 50% !important;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.director-review-btn {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
    float: right;
}

.director-review-caption, .director-review-caption-resident-year {
    font-size: 1.5em;
    font-weight: 600;
    color: #005393;
    display: inline;
}

.director-review-caption {
    margin-left: 12px;
    margin-right: 5px;
}

.above-status {
    color: white;
    background-color: green;
    font-weight: bold;
}

.on-status {
    color: black;
   background-color: yellow;
    font-weight: bold;
}

.below-status {
    color: white;
    background-color: red;
    font-weight: bold;
}

.resident-years-dd{
    width: 125px !important;
}

.requirement-date-sel{
    width: 147px !important;
}

.k-tooltip-error {
    background-color: #eae8e8;
}

.impression-grades {
    display: flex;
}
.impression-grade-option{
    margin-right: 5px !important;
}
.impression-grade-label {
    margin-right: 20px !important;
}

.grade-review-button {
    float: right;
    margin-right: 6px;
}

.noshow {
    display: none !important;
}

.control-label label {
    float: right;
}

.support-doc-grid{
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

.checklist-group{
    margin-right: 25px;
    margin-bottom: 10px;
}
/************************************************************
******   Mobile Styles   ************************************
************************************************************/
@media only screen and (max-width: 850px) {
    .content .userdetails_buttonsdiv .dashboard-button-main {
        height:30%;
        margin: 0px 0px 2px 0px;
    }

    .content .userdetails_buttonsdiv .dashboard-button {
        height: 14%;
        font-size: 75%;
        margin: 0px 0px 2px 0px;
    }

    .content .userdetails-buttonsdiv-externintern {
        width: 100%;
        /*margin-left: auto;
        margin-right: auto;*/
    }
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    .multi-col .form-group .col-md-4 .control-label {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .content .userdetails_buttonsdiv .dashboard-button-main {
        height:20%;
        margin: 0px 0px 2px 0px;
        font-size: 85%;
    }

    .content .userdetails_buttonsdiv .dashboard-button {
        height: 11.37%;
        font-size: 70%;
        margin: 0px 0px 2px 0px;
    }

    .content .userdetails_buttonsdiv-supervisor {
        width: 75%;
    }

    .content .userdetails-buttonsdiv-externintern {
        /*width: 100%;*/
        margin-left: auto;
        margin-right: auto;
    }

    /*.user-pic {
        display: none;
    }*/

    .form-horizontal .control-label{
        text-align: left;
    }

    .multi-col .form-group .col-md-4 .control-label {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {
    /*.content .userdetails_buttonsdiv .dashboard-button-main .dashboard-userinfo {
        margin: 0px 5px 5px 5px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-residentaddlog {
        margin: 0px 5px 5px 5px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-residentviewlog {
        margin: 0px 5px 5px 5px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-supervisor-eval{
        margin: 0px 5px 0px 5px;
    }*/

    .content .userdetails_buttonsdiv .dashboard-button-main {
        height:20%;
        margin: 0px 0px 2px 0px;
        font-size: 80%;
    }

    .content .userdetails_buttonsdiv .dashboard-button {
        height: 11.37%;
        font-size: 65%;
        margin: 0px 0px 2px 0px;
    }

    .user-pic {
        display: none;
    }
    .content .userdetails_buttonsdiv-supervisor {
        width: 75%;
    }
    .content .userdetails-buttonsdiv-externintern {
        width: 100%;
    }

    .loginborder {
        position: relative;
        padding: 10px 2px;
        border-top: solid 1px #939ab9;
        display: inline-block;
        width: 450px;
    }

    #wrapper .loginpage_con {
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 10px 10px 0px 10px;
    }

        #wrapper .loginpage_con .logodiv {
            background-color: #a5acc9;
            width: 460px;
            float: left;
            clear: both;
            margin: 0px auto 10px auto;
            padding-top: 10px;
            height: 130px;
        }

            #wrapper .loginpage_con .logodiv .logo {
                display: block;
                margin: auto;
            }

            #wrapper .loginpage_con .logodiv .logincopy {
                color: #004174;
                margin-top: 245px;
                font-size: 12px;
                font-family: 'CenturyGothicBold';
            }

        #wrapper .loginpage_con .logindiv {
            width: 460px;
            height: 345px;
            float: left;
        }

    .loginvalidation span {
        margin-left: 55px;
    }

    .prof-dev-det{
        padding-left: 60px;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    /*.content .userdetails_buttonsdiv .dashboard-button-main .dashboard-userinfo {
        margin: 0px 0px 5px 0px;
    }*/

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-residentaddlog {
        padding: 30px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-residentviewlog {
        padding: 30px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-supervisor-eval{
        padding: 30px;
    }

    .content .slidediv {
        width: 0%;
        
    }
    .content .userdetails_buttonsdiv{
        width: 100%;
    }

    .content .userdetails_buttonsdiv-supervisor {
        width: 100%;
    }

    .content .userdetails-buttonsdiv-externintern {
        /*width: 100%;*/
    }

    .content .userdetails_buttonsdiv .dashboard-button-main {
        height: 20%;
        margin: 0px 0px 2px 0px;
        padding: 0px;
        font-size:90%;
    }
    .user-pic {
        display: none;
    }

    .content .userdetails_buttonsdiv .dashboard-button {
        height: 11.37%;
        font-size: 60%;
        margin: 0px 0px 2px 0px;
        padding: 0px;
    }

    .loginborder {
        position: relative;
        padding: 10px 2px;
        border-top: solid 1px #939ab9;
        display: inline-block;
        width: 280px;
    }

    #wrapper .loginpage_con {
        width: 300px;
        margin: 0px auto 0px auto;
        padding: 10px 5px 0px 5px;
    }

        #wrapper .loginpage_con .logodiv {
            background-color: #a5acc9;
            width: 100%;
            float: left;
            clear: both;
            margin: 0px auto 10px auto;
            padding-top: 20px;
            height: 100px;
        }

            #wrapper .loginpage_con .logodiv .logo {
                padding-bottom: 50px;
                display: block;
            }

            #wrapper .loginpage_con .logodiv .logincopy {
                color: #004174;
                margin-top: 20px;
                font-size: 11px;
            }

        #wrapper .loginpage_con .logindiv {
            width: 100%;
            height: 345px;
            float: left;
        }

            #wrapper .loginpage_con .logindiv .loginfields .inputsdiv {
                width: 265px;
                margin: 30px auto 0px auto;
            }

    .fields input[type="text"] {
        width: 255px;
    }

    .fields input[type="password"] {
        width: 255px;
    }

    #wrapper .loginpage_con .logindiv .loginfields .fpbutoondiv {
        /*width: 265px;*/
        width: 300px;
    }

    .field-validation-error {
        margin-left: 0px;
    }

    .prof-dev-det{
        padding-left: 50px;
    }
}

@media only screen and (max-width:319px) {
    /*.content .userdetails_buttonsdiv .dashboard-button-main .dashboard-userinfo {
        margin: 0px 0px 0px 0px;
    }*/

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-residentaddlog {
        padding: 30px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-residentviewlog {
        /*margin: 0px 0px 0px 0px;*/
        padding: 30px;
    }

    .content .userdetails_buttonsdiv .dashboard-button .dashboard-supervisor-eval{
        /*margin: 0px 0px 0px 0px;*/
        padding: 20px;
    }

    .content .slidediv {
        width: 0%;
    }

    .content .userdetails_buttonsdiv {
        width: 100%;
    }

    .content .userdetails_buttonsdiv-supervisor {
        width: 100%;
    }

    .content .userdetails-buttonsdiv-externintern {
        width: 100%;
    }

    .content .userdetails_buttonsdiv .dashboard-button-main {
        height: 20%;/*45%;*/
        font-size: 70%;
        margin: 0px 0px 2px 0px;
        padding: 0px;
    }

    .content .userdetails_buttonsdiv .dashboard-button {
        height: 11.37%;/*18.33%;*/
        font-size: 55%;
        /*font-size: 1.75em;*/
        margin: 0px 0px 2px 0px;
        padding: 0px;
    }
    .user-pic {
        display: none;
    }
    .loginborder {
        position: relative;
        padding: 10px 2px;
        border-top: solid 1px #939ab9;
        display: inline-block;
        width: 280px;
    }

    #wrapper .loginpage_con {
        width: 300px;
        margin: 0px auto 0px auto;
        padding: 10px 5px 0px 5px;
    }

        #wrapper .loginpage_con .logodiv {
            background-color: #a5acc9;
            width: 100%;
            float: left;
            clear: both;
            margin: 0px auto 10px auto;
            padding-top: 20px;
            height: 130px;
        }

            #wrapper .loginpage_con .logodiv .logo {
                padding-bottom: 50px;
                display: block;
            }

            #wrapper .loginpage_con .logodiv .logincopy {
                color: #004174;
                margin-top: 20px;
                font-size: 11px;
            }

        #wrapper .loginpage_con .logindiv {
            width: 100%;
            height: 345px;
            float: left;
        }

            #wrapper .loginpage_con .logindiv .loginfields .inputsdiv {
                width: 265px;
                margin: 30px auto 0px auto;
            }

    .fields input[type="text"] {
        width: 255px;
    }

    .fields input[type="password"] {
        width: 255px;
    }

    #wrapper .loginpage_con .logindiv .loginfields .fpbutoondiv {
        /*width: 265px;*/
        width: 300px;
    }

    .field-validation-error {
        margin-left: 0px;
    }

    .prof-dev-det{
        padding-left: 50px;
    }
}


