﻿*, body, p {
    font-family: Arial, Helvetica, sans-serif;
    
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

    body > .container {
        padding: 60px 15px 0;
        min-height: 100%;
        position: relative;
    }

.sidebar ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
    @media (max-width: 767px) {
        .layout-wrapper {
            padding: 0;
        }

        main {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    img {width: 100%;}
h1, .h1 {margin-top: 2rem;}
h3 {
    font-size: 18px;
    color: #337AB7;
    font-weight: bold;
}
h5 {font-size: 16px; line-height: 23px;}

p {font-weight: 400; margin-bottom: .5rem;}
ol {font-weight: bold;}


a {
    color: #017CC1;
    text-decoration: underline;
}
.btn-callout {
    font-size: 21px;
    padding: 10px 20px;
}
.btn, .alert {border-radius: 0;}
.btn-link {
    color: #017CC1;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #bebebe;
    border-color: #bebebe;
}
.border, .border-top, .border-bottom, .border-left, .border-right {border-color: #666666!important;}

a:hover {
    color: #1E325F;
}
    a.nav-link, a.btn, a.navbar-brand {
        text-decoration: none;
    }
    .nav-item {font-weight: bold;}
a, button {
    cursor: pointer;
}
a {
    word-break: break-word;
}

    a.text-link {
        background: none;
        padding: 0!important;
        margin: 0!important;
        color: #337ab7!important;
    }
    a.text-link:hover {
        background: none!important;
    }
    .form-check-input, .form-check-label {
        cursor: pointer!important;
    }

    .border-right {border-right: 1px solid #eaeaea}
@media (max-width: 768px) {
    .border-right {border: 0;}
}

.modal-header {
    background-color: #017CC1;
    
}
.modal-title, .modal-header .close {color: #ffffff;}

label {display: block;}

.text-left {text-align: left!important;}

.d-inline {display:inline!important;}

.alert-info {
    background-color: #cce5f3;
    color: #1E325F;
    border-color: #017CC1;
}

.alert-info h1 {margin-top: 0; font-size: 18px; line-height: 21px;}

.alert-secondary {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
}
.alert.fixed-top {
    z-index: 9999;
    top: 70px;
    left: 72%;
    width: 25%;
}
   .alert.fixed-top.box-shadow {
       width: 20%;
       left: 79%;
   }
.box-shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

@media (min-width: 600px) {
    .table-responsive {
        overflow-x: visible;
    }
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
.table td h4 {margin:0;}

.fa-circle-o {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #585858;
    position: relative;
    top: 2px;
}

.text-primary {
    color: #017BC0!important;
}

/* kendo classes */
.k-chip {
    margin: 5px;
    font-size: 14px;
}

.k-chip-list {gap: 0;}

.form-check  {
    margin-bottom: .5rem;
}

.form-control input {
    border: 1px solid #333;
    border-radius: 0;
    background: #ffffff;
}

    .k-input.k-hover, .k-input:hover, .k-widget.k-input.k-hover, .k-widget.k-input:hover,
    .form-control:focus, .form-control input:hover {
        border-color: #017BC0 !important;
        background: #ffffff;
    }
.k-input.k-multiselect {
    border-color: #666;
    border-radius: 0;
    background: #fff;
}

.k-chip {
    border-radius: 0;
}
.k-input-button, .k-input-button.k-button {
    background: #fff;
    align-self: center;
}

span.input-group-text {
    border-radius: 0;
    border-color: #666;
}

.form-control {
    border-radius: 0;
}
input[name=ProgramSearch] {
    border: hidden;
}

.k-grid-excel {
    background-color: white;
    color: #1E325F;
    border-radius: 0;
    border: 1px solid #1E325F;
    font-weight: bold;
    transition: all 0.3s ease;
}
    .k-grid-excel:hover {
        background-color: #337AB7;
        color: #ffffff;
    }
.k-i-file-excel {color: #ffffff;}
.k-grid .k-icon {
    opacity: 1;
}

.k-toolbar.k-grid-toolbar {justify-content: end;}

.k-grid .k-column-title, .k-filter-row th, .k-grid-header th.k-header {
    white-space: normal;
    white-space: pre-wrap;
    text-overflow: unset;
    overflow: visible;
    text-align: left;
    vertical-align: bottom;
}
#alignment-grid .k-virtual-scrollable-wrap  {
    height: 400px;

}

/*.k-grid, .k-grid th, .k-grid td, .k-grid-header-wrap {
    border: 1px solid #666666;
}
.k-grid-header-wrap {border-left: 0;}*/
/* Colors */
.bg-primary {
    background-color: #1E325F !important;
}

.bg-secondary {
    background-color: #017CC1!important;
}

.bg-light {
    background-color: #EAEAEA !important;
}
    .bg-light a {
        color: #1E325F !important;
        font-weight: bold;
    }
.text-white span, .text-white a {
    color: #ffffff;
}

.k-switch-off:hover .k-switch-track,
.k-switch-off .k-switch-thumb {
    transition: ease all 300ms;
}

.k-switch-off:hover .k-switch-track,
.k-switch-off .k-switch-track,
.k-switch-off:focus .k-switch-thumb{
    border: 1px solid #999999;
    background-color: #ffffff;
}
.k-switch-off .k-switch-thumb, .k-switch-off:hover .k-switch-thumb {
    border: 1px solid #999999;
}
/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh);
    padding: 15px 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar-heading {
    font-size:  1.5rem;
}

.sidebar .nav-link {
    padding-left: 10px;
    border-left: 4px solid transparent;
    transition: ease-in all 200ms;
}
    .sidebar .nav-link.active {
        border-color: #ffffff;
    }

.sidebar .nav > li > a:hover {
    border-color: rgba(255, 255, 255, .5);
    color: #ffffff;
}

.sidebar .fa {font-size: 14px; width: 20px;}

/* explore grid filters in sidebar */
.filters .k-clear-value {
    display: none;
}
.filters .k-multiselect, .filters .form-control, .filters .k-input.k-hover, .filters .k-input:hover, .filters .k-widget.k-input.k-hover, .filters .k-widget.k-input:hover, .filters .form-control:focus, .filters .form-control input:hover {
    background-color: #1E325F !important;
    color: #ffffff !important;
    border: 1px solid;
}
.filters .k-input-button {
    background-color: #1E325F;
    color: #ffffff;
    width: auto;
    height: auto;
}
.filters .k-chip {
    height: auto;
    border: 1px solid #ffffff;
}
.filters .k-chip-label {
    overflow: visible;
    white-space: pre-wrap;
}
.filters .input-group-text {
    background-color: #1E325F;
    color: #ffffff;
    border-color: #ffffff;
}

.filters .k-input.k-multiselect {
    border-color: #ffffff;
    background: #1E325F;
}

.filters .k-input-button, .filters .k-input-button.k-button {
    background: #1E325F;
}
/*
 * Navbar
 */
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 18px;
    line-height: 23px;
    overflow: visible;
    font-weight: bold;
    white-space: normal;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.navbar, .navbar a, .nav-link {font-size: 14px;}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

    @media (max-width: 767px) {
        .row.top-nav-sm, .top-nav-sm {
            margin-left: 0!important;
            margin-right: 0!important;
        }
    }

.specialty-program-selector .k-dropdownlist {
    background: white;
    padding: 0;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #666;
    border-radius: 0;
}
    .specialty-program-selector .k-input-inner {
        display: inline;
        top: 1px;
    }
    .specialty-program-selector .k-icon-button {
        display: inline;
        float: right;
        top: -1px;
    }
.specialty-program-selector .k-autocomplete {
    width: inherit;
    border: 1px solid #666;
    border-radius: 0;
    margin-right: 10px;
}
#program-selector {
    background-color: #ffffff;
}
/* Sticky footer styles */
.footer {
    padding: 1rem;
    text-align: center;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a, #btn-help-open, #btn-about-open, #toggle-link, #btn-feedback-open, #btn-faq-open {
    cursor: pointer;
}

#frmFeedbackLoader img {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

    #toggle-link:hover {
        text-decoration: none;
    }

.printOnly, .printOnly-inline {
    display: none;
}

.border-box {
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: .5em;
}
.border-box .checkbox-inline {margin:0;padding: 5px;}

.text-muted {
    font-style: italic;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

h4 {margin-top:0;}
.panel-body h4.text-muted {font-size: 12px; margin-bottom: 1em;}
h4.text-value {font-size: 14px;}

.btn-default:hover {
    color: #ffffff;
    background-color: #017BC0;
    border-color: #017BC0;
}

.text-light-gray {color: #bebebe;}

.k-toolip {
    font-size: 14px; 
    line-height: 21px;
    
}

.row-no-gutters [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}

/****************************************      NAVIGATION       **************************************************/
.navbar-default {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
}

    .navbar-default .navbar-brand {
        color: #fff;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #fff;
        }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .navbar-default .container {
        background-color: #1E325F;
    }

.nav-pills {
    padding-bottom: 10px;
}

    .nav-pills > li:last-child {
        border-right: none;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #23355F;
        font-weight: bold;
    }
        .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
            background: none;
        }

.nav > li > a:hover {
    background: none;
    color: #23527c;
}

    .nav-pills > li > a, .nav-pills > li > a:focus {
        color: #337ab7;
        font-weight: bold;
        padding: 0 10px 0 10px;
        margin-top: 10px;
        border-right: 2px solid #DCDCDC;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: none;
    }

    .nav-pills > li:first-child > a {
        padding: 0 10px 0 0;
    }

    .nav-pills > li > a.true-last {
        border-right: none;
    }

@media (max-width: 768px) {
    .navbar-default .container {width: 100%;}
}
@media (max-width: 500px) {
    .navbar-collapse {
        width: 100%;
        margin: auto !important;
    }
}

.user-info {
    background-color: #eaeaea;
}
.user-info .text-right {margin-top: 10px;}

.navbar-default .navbar-nav > li > a:hover {
    color: #bebebe;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(30,50,95);
    background: rgba(30,50,95, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(30,50,95, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

#logoutForm #navbar, #navbar li:last-child a  {
    padding-right: 0;
}

/**************************************    BUTTONS     ***********************************************/
.btn{
    transition: ease all 300ms;
}

.btn-default, .btn-characteristics {
    color: #fff;
    background-color: #1E325F;
    border-color: #9EA1AD;
}

    .btn-default.disabled:hover, .btn-default[disabled]:hover, .btn-compare:hover {
        background-color: #1E325F;
        color: #fff;
    }

.btn-link {
    padding-left: 0;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #F57E22;
    border-color: #F57E22;
    font-weight: bold;
}
    .btn-primary:hover {
        background-color: #f8aa45;
        border-color: #f8aa45;
        color: #000000;
    }

.btn-link {
    padding: 0 0;
}

.btn-compare, .btn-characteristics:hover {
    color: #fff;
    background-color: #8E98AF;
}

/***************************************      HEADINGS      ************************************************/
h1 {
    color: #23355F;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

    h1.program-detail-name {
        font-size: 26px;
        font-weight: 600;
        margin: 0 0;
        padding-bottom:.5em;
    }

h2 {
    color: #337AB7;
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
}

.card-header h2, .panel-title h2 {
    color: #ffffff;
    font-size: 21px;
    line-height: 29px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}
.card-header {
    font-size: 16px;
    line-height: 24px;
    text-shadow: 3px 3px 7px rgba(0,0,0,.75);
}
.card-header h3 {color: #ffffff;}


.chart-group h4 {
    text-align: center;
    font-weight: 600;
}

#containerSiteHeader {
    height: 88px;
    background-image: url('../images/aamc_ret_header_1170x88.jpg');
    max-width: 1170px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.login-callout {
    background: rgba(30, 50, 95, .85) !important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


    .partner-logos img {
        height: 50px;
        width: auto;
        margin: 0px auto;
        display: block;
    }
.modal-body .partner-logos img {
    height: 40px;
}

.footer .partner-logos img {height: 40px;}

/****************************************      PANELS       **************************************************/

.card-header {
    padding-top: 15px;
    color: #fff;
    background: url('../images/bg-panel-heading.jpg') no-repeat;
    background-size: cover;
    background-position-x: -5px;
    background-blend-mode: darken; /* Not supported in Microsoft Edge */
    background-color: #1057ab;
    display: flex;
    align-items: center;
}

.collapsible-info-grid .card-header {
    background: none;
    text-shadow: none;
}

.collapsible-info-grid .card-header span.fa {
    color: #1057AB;
    position: relative;
}

.collapsible-info-grid .card-header h3 {
    color: #337AB7;
}

#profile .card-header, .characteristics .card-header {
    background: none;
    background-color: #fafafa;
    border-color: #666666;
    border-radius: 0;
    padding: 15px;
    cursor: pointer;
    border-bottom: 0;
    text-shadow: none;
}
   #profile .card {
       margin-bottom: 0;
   }
   #profile .card-body {
       border-top: 1px solid #666666;
   }

#profile .card-header h3, #profile .card-header span, .characteristics .card-header h3 {
    font-size: 18px;
    font-weight: bold;
    color: #337AB7;
    text-shadow: none;
    margin: 0;
}

.card, .card-header {border-color: #666666; border-radius: 0!important;}

.input-group-prepend {border: 1px solid #666666; border-radius: 0;}
.input-group-text {
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}
.card input[type=text], .card input[type=number] {
    border: 1px solid #666666;
    border-radius: 0;
}
#profile input[type=number] {
    max-width: 70px;
}

.card:hover, .box-shadow:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: box-shadow 0.3s ease;
    z-index: 999;
}

.card-header p {margin-top: 10px;}
.card-header .fa-question-circle {
    top: -5px;
    position: relative;
}


#panelProfile .card-header::before {
    background: url('../images/ico-profile.png') no-repeat;
    background-size: 75%;
    margin-bottom:25px;
    margin-left:10px;
}

#panelExplore .card-header::before {
    background: url('../images/ico-explore.png') no-repeat;
    background-size: 80%;
    margin-bottom: 25px;
    margin-left: 10px;
}

#panelCompare .card-header::before {
    background: url('../images/ico-compare.png') no-repeat;
    background-size: 80%;
    margin-bottom: 25px;
    margin-left: 10px;
}


/****************************************      FONTS       **************************************************/

.total-applicants {
    color: #23355F;
    font-size: 24px;
    font-weight: bold;
}

/****************************************      Misc       **************************************************/
hr {border-color: #ddd; height:1px; width: 100%;}

li{
    padding:5px 0px;
}

.chg-pass-msg-right {
     margin-left: 55%;
     padding-top: 4.5%;
     width: 55%;
     vertical-align: baseline;
}

.sticky-header {
    position: fixed;
    width: 100%;
    display: block;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

#overlay, #overlayEdit {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .9;
    transition: ease-in;
    z-index: 99999;
}
    #overlay img, .overlay, #overlayEdit img {
        width: 50px;
        height: 50px;
    }
#overlay div, #overlayEdit div {
    position: relative;
    top: 50%;
    opacity: 1;
    font-weight: bold;
    font-size: 24px;
}

.privacy-statement {
    font-size:12px;
    font-style:italic;
    padding-top:15px; 
}

.specialties div.radio {
    margin-bottom: 0;
}

table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

.info-box {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 1rem;
    background-color: #fafafa;
}
/****************************************      LOGIN       **************************************************/
.validation-summary-errors ul {
    list-style-type: none;
}

#containerSiteHeaderLogin {
    background-image: url('../images/aamc_loginpageheader.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 25%;
    background-position-x: 35%;
    padding: 45px 0;
}
.login-message {
    background-color: #1E325F;

}
    
    #containerSiteHeaderLogin h1 {
        font-size: 34px;
        color: #ffffff;
        text-shadow: 1px 2px 7px rgba(0,0,0,0.90);
        font-weight: 500;
        padding-bottom: 15px;
        line-height: 42px;
    }
        #containerSiteHeaderLogin p {
            color: #ffffff;
            font-size: 16px;
            line-height: 22px;
        }

    #containerSiteHeaderLogin .text-muted {
        font-size: 16px;
        padding-top: 15px;
        color: #ffffff;
        padding-bottom: 10px;
    }

        .btn-wrapper {
            position: relative;
            text-align: center;
            top: 24%;
        }

h2.siteheader-banner {
    font-weight: bold;
    padding: 20px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

/* Responsive fixes */
@media only screen and (max-width: 768px) {
    h2.siteheader-banner {margin-left: -9px; margin-right: -9px;}
    .partner-logos img {
        width: 70%;
        height: auto !important;
    }
}

@media (max-width: 450px) {
    h2.siteheader-banner {
        margin: 0;
    }
        .partner-logos img {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: center;
    }
    .partner-logos .col-sm-2 {
        margin-left: 0!important;
    }
}

/****************************************      PROGRAM DETAIL GRAPHS       **************************************************/

@media (min-width: 992px) {
    #applicant-characteristic-modal .modal-lg {
        max-width: 60%;
    }

}
    .similarity-header {
        padding: 8px 0;
        font-size: 18px;
        color: #F47E21;
        margin-bottom: 0px;
        font-weight: bold;
    }

    .similarity-headings {
        font-weight: bold;
        font-size: 11px;
    }

    .similarity-footer {
        border-top: 1px solid #E5E5E5;
        padding: 8px 0;
    }

    #SimilarityPanel .row {
        margin-right: 0 !important;
    }

    .resident-exp-label-col-3 {
        margin-top: 38px;
        text-align: right;
    }

    .resident-exp-label-col-3b {
        margin-top: 62px;
        text-align: right;
    }

    .resident-exp-label-col-2 {
        margin-top: 70px;
        text-align: right;
    }

    .resident-exp-sm-txt {
        margin-top: 5px;
        font-size: 12px;
    }

    .race-eth-categories {
        text-align: right;
        margin-top: 57px;
        font-size: 12px;
    }

    .age-category {
        text-align: right;
        margin-top: 65px;
    }

        .age-category .row {
            margin-bottom: 48px;
        }

    .sex-category {
        text-align: right;
        margin-top: 65px;
    }

        .sex-category .row {
            margin-bottom: 48px;
        }

    .med-student-type-category {
        text-align: right;
        margin-top: 75px;
    }

        .med-student-type-category .row {
            margin-bottom: 60px;
        }

    .resident-career-plans-categories {
        text-align: right;
        margin-top: 43px;
    }

        .resident-career-plans-categories .row {
            margin-bottom: 62px;
        }

    .top10Category {
        margin-top: 58px;
        text-align: right;
    }

        .top10Category .row {
            margin-bottom: 40px;
        }

    .table-bordered th {
        font-weight: 500;
    }

    .custom-table {
        border: 1px solid #000000;
        border-radius: 10px;
        overflow-x: auto !important;
    }

        .custom-table th,
        .custom-table td {
            border: 1px solid #000000 !important;
            text-align: left !important;
            vertical-align: top !important;
            padding: 15px !important;
        }

        .custom-table .table-header {
            background-color: #017CC1;
            color: white;
        }


    .table-bordered tr.active th {
        font-weight: 600;
    }

    .table .text-muted {
        margin: 0;
    }

    .table-bordered.table-condensed > tbody > tr > td, .table-bordered.table-condensed > tbody > tr > th, .table-bordered.table-condensed > tfoot > tr > td, .table-bordered.table-condensed > tfoot > tr > th, .table-bordered.table-condensed > thead > tr > td, .table-bordered.table-condensed > thead > tr > th {
        border: 1px solid #ddd;
    }

    #usmle-exam-scores svg g g g text:nth-child(2), #comlex-exam-scores svg g g g text:nth-child(2) {
        fill: #6a0b32;
        font-style: italic !important;
    }

    /****************************************      PROFILE       **************************************************/
    .form-horizontal label {
        display: inline-block !important;
    }

    .form-group {
        margin-bottom: 15px !important;
    }

    /****************************************      Kendo Grids       **************************************************/
#comparisionGrid .k-grid-header {
    background: #1E3260 !important;
}
    #comparisionGrid .k-filter-row > th:first-child, #comparisionGrid .k-grid tbody td:first-child, #comparisionGrid .k-grid tfoot td:first-child, #comparisionGrid .k-grid-header th.k-header:first-child {
        border-left-width: 1px;
    }
#comparisionGrid .k-grid-header-locked th:nth-child(2) {border: 0;}

.k-grid-header .k-header {
    color: #444444;
    font-weight: bold !important;
}
    /* HTML Legend */
    .panel-body .row.legend {
        margin-bottom: 2em;
    }

    .legend .blue {
        color: #017BC0;
    }

    .legend .green {
        color: #8CC53F;
    }

    .legend .green-value {
        background-color: #E0F0CC;
        padding: 5px;
        color: #2E562E;
        border-radius: 5px;
        margin-right: 10px;
        border: 2px solid #8CC53F;
    }

    .legend .orange {
        color: #F47E21;
    }

    .legend h3 {
        display: inline-block;
        position: relative;
        top: 8px;
        margin-bottom: 30px;
    }

    .chart-group {
        margin-bottom: 2.5em;
    }

    .panel h3 {
        margin-top: 0;
    }

    .k-filter-row th, .k-grid-header th.k-header,
    .k-grid-content table td {
        padding: 0.6em;
    }

    .k-grid-content .k-loading-image {
        background-image: url('../images/loader.gif');
    }

    .k-grid-content .k-loading-text {
        visibility: hidden;
        position: relative;
    }

        .k-grid-content .k-loading-text:after {
            visibility: visible;
            position: absolute;
            text-indent: 0px;
            top: 0;
            left: 0;
            color: black;
            font-size: 16px;
            font-weight: bold;
            width: 1100px;
            background-color: #fafafa;
            content: 'Processing. Please wait...';
        }


    /* Compare grid */
    .compare-table .k-grid-header .k-header {
        background-color: #1E3260;
        color: #ffffff
    }


    .k-grouping-row td {
        background-color: #337AB7;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .k-i-expand:before,
    .k-i-collapse:before {
        color: #ffffff;
    }

    .k-grid-content tr td:not(.k-grid-content-sticky) {
        border-left-width: 1px;
    }
    /****************************************      EXPLORE       **************************************************/
    .explore-list li {
        padding: 0 0;
    }

    #btnClearSearch, #clearAll {
        font-size: 12px;
    }

    #exploreGridBtnRow .btn-link {
        position: relative;
        top: 5px;
    }

    .profile-tooltip {
        position: absolute;
        z-index: 999;
        top: 88px;
        right: 324px;
        /*need to hide the icon that seems to be permanently in the grid*/
        background-color: #fafafa;
    }

    #profileComparison {
        color: #000000;
    }

    .k-grid-header-wrap .k-link {
        color: #000000 !important;
    }

    span#sortInfo br {
        display: none;
    }

    #filterLabelsDiv .label {
        border: 1px solid #666666;
        padding: 7px 10px;
        background-color: rgba(68, 68, 68, .08);
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 15px;
    }

    #removeTileFilter {
        color: #666666;
        padding-left: 6px;
    }

    /* side filters*/
    .h4, h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .k-grid-header-wrap table, .k-grid-content table {
        min-width: 100%;
    }

    .k-grid tr:hover {
        background-color: #fafafa;
    }

    .k-grid .group-header.interview-column-group {
        background-color: #1E325F;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

    .k-grid .group-header.interview-column-group .k-column-title {
        color: #ffffff;
        white-space: normal;
        margin: 0 auto;
    }
    
    .k-grid .group-header.interview-column-group {
        vertical-align: middle;
    }

    .k-grid .group-header.interview-column-group span.fa {
        color: #ffffff;
    }

    /*Vertical*/
    #grid .k-grid-header .k-header .verticalText {
        display: inline-block;
        white-space: nowrap;
        transform: translate(0,100%) rotate(-90deg);
        transform-origin: 0 0;
        position: absolute;
        bottom: 10px;
    }

    #grid .k-grid-header .k-header.group-header {
        height: 20px !important;
        text-align: center;
    }

    #grid .k-grid-header .k-header.wider-header {
        height: 100px !important;
    }

    .k-grid .k-grid-header .k-header .k-link {
        display: flex;
        justify-content: space-between;
    }

    .k-grid-excel {
        font-size: 12px;
        padding: 5px 10px;
    }

    .k-button-text {
        position: relative;
        top: 1px;
    }

    .k-grid-content table td .explr_mylist,
    .k-grid-content table td .explr_comp {
        text-align: center; /* center checkbox horizontally */
        vertical-align: middle; /* center checkbox vertically */
    }

    #programGridBtnRow .btn-back {
        margin-right: 14px !important;
    }

    #exploreGridBtnRow #btnComparison {
        margin-right: 0px !important;
    }

    /* Filter sidebar */
    .filters label {
        font-weight: 500;
        display: inline !important;
    }

    .filters h4 {
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 10px;
        padding: 0;
        color: #F57E32;
        display: block;
    }

    .filters a {
        text-decoration: none;
    }

    .filters h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 24px;
    }

    @media (max-width: 500px) {
        .filters h2 {
            margin-right: 0;
        }
    }

    .filters #RegionOuterDiv, .filters #StateOuterDiv, .filters #ProgramSettingOuterDiv {
        margin-bottom: 20px;
    }

    .filters .location-fields {
        margin-bottom: 10px;
    }

    .filters .form-group strong {
        display: inline-block;
        margin-bottom: 5px;
    }

    .filters .location-fields .btn-link {
        font-size: 12px !important;
    }

    .filters .location-fields .btn {
        margin-bottom: 10px;
    }

        .filters .location-fields .btn.disabled {
            background-color: #eaeaea;
            color: #999999;
        }

    .filters #loadMore, .filters #showLess {
        text-decoration: none;
        margin-top: 5px;
        cursor: pointer;
        color: #337ab7;
        cursor: pointer;
    }

        .filters #loadMore:hover, .filters #showLess:hover {
            color: #1E325F;
        }

    .k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
        align-self: end;
    }

    .k-i-x-circle:before {
        content: "\e11b";
    }



    /*.filters .btn {
        background-color: #e6e6e6;
        color: #333;
    }
.filters .btn:hover {background-color: #dadada;}*/
    .explore-legend span {
        font-size: 13px;
    }

    .explore-legend {
        padding: 20px;
        text-align: center;
    }

    /* Grid Tooltip for icons */

    .grid-tooltip + .tooltip > .tooltip-inner {
        border: 3px solid #737373;
        background: rgba(238,238,238,1);
        padding: 10px;
        color: #333333;
        font-size: 14px;
        line-height: 18px;
        border-radius: 0;
    }

    .grid-tooltip + .tooltip.bottom > .tooltip-arrow {
        border-bottom: 5px solid #737373;
    }
    /****************************************      COMPARISON       **************************************************/
    .k-dropdown {
        border: 1px solid #bebebe;
    }

    .form-checkbox-comparison {
        position: relative;
        display: block;
        padding-left: 1.25rem;
    }

    .form-checkbox-comparison {
        font-size: 12px;
        display: flex;
    }

        .form-checkbox-comparison label {
            display: inline !important;
        }

    /****************************************      TOOLTIPS       **************************************************/
    .k-tooltip {
        padding: 3px;
    }

    .k-tooltip-content {
        background-color: #eeeeee;
        text-align: left;
        color: #333333;
        padding: 15px;
    }
    /****************************************      GRID FILTER ELEMENTS       **************************************************/
    .k-filter-menu.k-popup.k-group.k-reset.k-state-border-up input[type=radio], .k-filter-menu.k-popup.k-group.k-reset.k-state-border-up input[type=checkbox] {
        margin-right: 5px;
    }

    .k-filter-menu.k-popup.k-group.k-reset.k-state-border-up label {
        font-weight: normal;
        font-size: 13px;
        margin: 5px;
    }

    .k-grid-filter.k-state-active {
        background-color: #E3E5EB;
    }

    /****************************************     Program Details      ****************************************/

    .card thead {
        background-color: #fafafa;
    }

        .card thead th {
            color: #337AB7 !important;
        }

    #salary-grid {
        overflow: visible;
    }

    th {
        font-weight: bold !important;
    }

    #salary-grid .k-grid-content {
        overflow: visible;
    }

    .text-dark-blue {
        color: #4a588a;
    }

    h5.text-dark-blue {
        margin: 0;
    }

    .alert {margin: 0;}
    .alert-success {
        border-color: #8CC53F;
        margin-top: 20px;
        font-size: 13px;
        color: #2E562E;
        background-color: #E0F0CC;
        border-width: 2px;
    }

    /* PDF */
    .page-template > * {
        position: absolute;
        left: 20px;
        right: 20px;
        font-size: 90%;
    }

    .page-template .header {
        top: 20px;
        height: 150px;
        width: 1285px;
        display: block;
        background-image: url('../images/aamc_ret_header_1170x88.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        background-color: #1E325F;
    }

        .page-template .header h1 {
            font-size: 24px;
            color: #ffffff;
            text-align: center;
            font-weight: 600;
            text-shadow: 3px 3px 7px rgba(0,0,0,.75);
            background-color: #1E325F;
            width: 100%;
            padding: 10px;
            position: relative;
            top: 100px;
        }

.page-template .footer {
    bottom: 20px;
    border-top: 1px solid #000;
}
    kendo-pdf-document .content-wrapper {
        margin-top: 140px;
    }

    kendo-pdf-document .page {
        margin-bottom: 50px;
    }

    /*Back to top */
    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: #3498db;
        text-indent: -9999px;
        display: none;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px
    }

        #scroll span {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -8px;
            margin-top: -12px;
            height: 0;
            width: 0;
            border: 8px solid transparent;
            border-bottom-color: #ffffff;
        }

        #scroll:hover {
            background-color: #e74c3c;
            opacity: 1;
            filter: "alpha(opacity=100)";
            -ms-filter: "alpha(opacity=100)";
        }

    .table.text-left td {
        text-align: left;
    }

    /* MultiSelect */
    .selectMultiple {
        position: relative;
    }

        .selectMultiple select {
            display: none;
        }

        .selectMultiple > div {
            position: relative;
            z-index: 2;
            padding: 8px 12px 2px 12px;
            border-radius: .25rem;
            background: #fff;
            font-size: 14px;
            min-height: 44px;
            border: 1px solid #ddd;
        }

            .selectMultiple > div .arrow {
                right: 1px;
                top: 0;
                bottom: 0;
                cursor: pointer;
                width: 28px;
                position: absolute;
            }

                .selectMultiple > div .arrow:before, .selectMultiple > div .arrow:after {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 2px;
                    height: 8px;
                    border-bottom: 8px solid #99A3BA;
                    top: 43%;
                    transition: all .3s ease;
                }

                .selectMultiple > div .arrow:before {
                    right: 12px;
                    -webkit-transform: rotate(-130deg);
                    transform: rotate(-130deg);
                }

                .selectMultiple > div .arrow:after {
                    left: 9px;
                    -webkit-transform: rotate(130deg);
                    transform: rotate(130deg);
                }

            .selectMultiple > div span {
                display: block;
                position: absolute;
                left: 12px;
                cursor: pointer;
                top: 8px;
                transition: all .3s ease;
            }

                .selectMultiple > div span.hide {
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: translate(-4px, 0);
                    transform: translate(-4px, 0);
                }

            .selectMultiple > div a {
                position: relative;
                padding: 0 24px 6px 8px;
                line-height: 28px;
                color: #1E2330;
                display: inline-block;
                vertical-align: top;
                margin: 0 6px 0 0;
            }

                .selectMultiple > div a em {
                    font-style: normal;
                    display: block;
                    white-space: nowrap;
                }

                .selectMultiple > div a:before {
                    content: '';
                    left: 0;
                    top: 0;
                    bottom: 6px;
                    width: 100%;
                    position: absolute;
                    display: block;
                    background: #eaeaea;
                    z-index: -1;
                    border-radius: 4px;
                }

                .selectMultiple > div a i {
                    cursor: pointer;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 24px;
                    height: 28px;
                    display: block;
                }

                    .selectMultiple > div a i:before, .selectMultiple > div a i:after {
                        content: '';
                        display: block;
                        width: 2px;
                        height: 10px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: #666;
                        border-radius: 1px;
                    }

                    .selectMultiple > div a i:before {
                        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                        transform: translate(-50%, -50%) rotate(45deg);
                    }

                    .selectMultiple > div a i:after {
                        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }

                .selectMultiple > div a.notShown {
                    opacity: 0;
                    transition: opacity .3s ease;
                }

                    .selectMultiple > div a.notShown:before {
                        width: 28px;
                        transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
                    }

                    .selectMultiple > div a.notShown i {
                        opacity: 0;
                        transition: all .3s ease .3s;
                    }

                    .selectMultiple > div a.notShown em {
                        opacity: 0;
                        -webkit-transform: translate(-6px, 0);
                        transform: translate(-6px, 0);
                        transition: all .4s ease .3s;
                    }

                    .selectMultiple > div a.notShown.shown {
                        opacity: 1;
                    }

                        .selectMultiple > div a.notShown.shown:before {
                            width: 100%;
                        }

                        .selectMultiple > div a.notShown.shown i {
                            opacity: 1;
                        }

                        .selectMultiple > div a.notShown.shown em {
                            opacity: 1;
                            -webkit-transform: translate(0, 0);
                            transform: translate(0, 0);
                        }

                .selectMultiple > div a.remove:before {
                    width: 28px;
                    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
                }

                .selectMultiple > div a.remove i {
                    opacity: 0;
                    transition: all .3s ease 0s;
                }

                .selectMultiple > div a.remove em {
                    opacity: 0;
                    -webkit-transform: translate(-12px, 0);
                    transform: translate(-12px, 0);
                    transition: all .4s ease 0s;
                }

                .selectMultiple > div a.remove.disappear {
                    opacity: 0;
                    transition: opacity .5s ease 0s;
                }

        .selectMultiple > ul {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 16px;
            z-index: 1;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            border-radius: .25rem;
            border: 1px solid #ddd;
            -webkit-transform: translate(0, 20px) scale(0.8);
            transform: translate(0, 20px) scale(0.8);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
            filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
            transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
            transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
            transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
        }

            .selectMultiple > ul li {
                color: #1E2330;
                background: #fff;
                padding: 12px 16px;
                cursor: pointer;
                overflow: hidden;
                position: relative;
                transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
                transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
                transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
            }

                .selectMultiple > ul li:first-child {
                    border-radius: 8px 8px 0 0;
                }

                    .selectMultiple > ul li:first-child:last-child {
                        border-radius: 8px;
                    }

                .selectMultiple > ul li:last-child {
                    border-radius: 0 0 8px 8px;
                }

                    .selectMultiple > ul li:last-child:first-child {
                        border-radius: 8px;
                    }

                .selectMultiple > ul li:hover {
                    background: #eaeaea;
                    color: #1E2330;
                }

                .selectMultiple > ul li:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 6px;
                    height: 6px;
                    background: rgba(0, 0, 0, 0.4);
                    opacity: 0;
                    border-radius: 100%;
                    -webkit-transform: scale(1, 1) translate(-50%, -50%);
                    transform: scale(1, 1) translate(-50%, -50%);
                    -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
                }

                .selectMultiple > ul li.beforeRemove {
                    border-radius: 0 0 8px 8px;
                }

                    .selectMultiple > ul li.beforeRemove:first-child {
                        border-radius: 8px;
                    }

                .selectMultiple > ul li.afterRemove {
                    border-radius: 8px 8px 0 0;
                }

                    .selectMultiple > ul li.afterRemove:last-child {
                        border-radius: 8px;
                    }

                .selectMultiple > ul li.remove {
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 0;
                }

                    .selectMultiple > ul li.remove:after {
                        -webkit-animation: ripple .4s ease-out;
                        animation: ripple .4s ease-out;
                    }

                .selectMultiple > ul li.notShown {
                    display: none;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 0;
                    transition: opacity .4s ease, -webkit-transform .35s ease;
                    transition: transform .35s ease, opacity .4s ease;
                    transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
                }

                    .selectMultiple > ul li.notShown.show {
                        -webkit-transform: scale(1);
                        transform: scale(1);
                        opacity: 1;
                    }

        .selectMultiple.open > div {
            box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
        }

            .selectMultiple.open > div .arrow:before {
                -webkit-transform: rotate(-50deg);
                transform: rotate(-50deg);
            }

            .selectMultiple.open > div .arrow:after {
                -webkit-transform: rotate(50deg);
                transform: rotate(50deg);
            }

        .selectMultiple.open > ul {
            -webkit-transform: translate(0, 12px) scale(1);
            transform: translate(0, 12px) scale(1);
            opacity: 1;
            visibility: visible;
            -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
            filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
        }

    @-webkit-keyframes ripple {
        0% {
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            opacity: 1;
        }

        25% {
            -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
        }
    }

    @keyframes ripple {
        0% {
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            opacity: 1;
        }

        25% {
            -webkit-transform: scale(30, 30);
            transform: scale(30, 30);
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(50, 50);
            transform: scale(50, 50);
        }
    }