﻿div.scrollable {
    background-color: white;
    border: 1px solid #808080;
    border-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.mycetable {
    border: 1px solid #CCCCCC;
    margin: 5px 1%;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

    .mycetable thead tr {
        height: 25px;
    }

    .mycetable tbody tr {
        height: 25px;
    }

        .mycetable tbody tr.rowodd {
            background-color: White;
        }

        .mycetable tbody tr.roweven {
            background-color: #f7f7f7;
        }

    .mycetable td {
        border-left: 1px solid #b7babc;
        cursor: pointer;
        font-size: 8pt;
    }

        .mycetable td:first-of-type {
            border-left: 0;
        }

    .mycetable tbody tr:hover td {
        background: #dbe7ff;
        color: #339;
    }

.sortcol {
    background: -webkit-linear-gradient(#FFFFFF, #E9E9E9);
    background: -o-linear-gradient(#FFFFFF, #E9E9E9);
    background: -moz-linear-gradient(#FFFFFF, #E9E9E9);
    background: linear-gradient(#FFFFFF, #E9E9E9);
    background-color: #E9E9E9;
    cursor: pointer;
    font-weight: bold;
    padding-right: 5px;
}

.sortasc {
    background-color: #B9DDFF;
    background-image: url(/Global/Images/CE/up.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.sortdesc {
    background-color: #B9DDFF;
    background-image: url(/Global/Images/CE/down.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.nosort {
    background: -webkit-linear-gradient(#FFFFFF, #E9E9E9);
    background: -o-linear-gradient(#FFFFFF, #E9E9E9);
    background: -moz-linear-gradient(#FFFFFF, #E9E9E9);
    background: linear-gradient(#FFFFFF, #E9E9E9);
    background-color: #E9E9E9;
    cursor: default;
    font-weight: bold;
}

.mycetable table thead td:hover {
    background: #dbe7ff;
    color: #339;
}

.RowHover {
    background: #dbe7ff;
    color: #339;
}

.RowSelected {
    background: #8cdbff;
    color: #339;
}

.CEYear {
    text-align: center;
    width: 50px;
}

.CECode {
    padding-left: 5px;
    width: 100px;
}

.CETitle {
    padding-left: 5px;
}

.CEOrganization {
    padding-left: 5px;
}

.CECredits {
    padding-left: 5px;
    text-align: center;
    width: 70px;
}

.CECreditsEarned {
    padding-left: 5px;
    text-align: center;
}

.CECertificate {
    padding-left: 5px;
    text-align: center;
    width: 90px;
}

.CELink {
    cursor: default;
    padding-left: 5px;
    text-align: center;
    width: 80px;
}

.CEActions {
    cursor: default;
    padding-left: 5px;
    text-align: center;
    width: 85px;
}

.CESubjectMatter {
    padding-left: 5px;
}

.CEDeliveryMethod {
    padding-left: 5px;
}

.ellipses {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.myce-linkbar {
    background: #cccccc;
    border: 1px solid #808080;
    border-top: 0;
}

.linkbar-left {
    font-size: 11px;
    padding-bottom: 2px;
    padding-left: 14px;
    padding-top: 2px;
    text-align: left;
}

.linkbar-right {
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: right;
}

.myce-button {
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    min-height: 15px !important;
    padding: 2px 5px !important;
    text-align: center;
}

.myce-button-hover {
    background-color: #9FC4F3;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    min-height: 15px !important;
    padding: 2px 5px !important;
    text-align: center;
}

.myce-nonvinclass-button {
    background-color: orange;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    min-height: 15px !important;
    padding: 2px 5px !important;
    text-align: center;
}

.myce-nonvinclass-button-hover {
    background-color: #9FC4F3;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    min-height: 15px !important;
    padding: 2px 5px !important;
    text-align: center;
}

.myce-grid-button {
    background-color: orange;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
}

.myce-grid-button-hover {
    background-color: #9FC4F3;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
}

.notvisible {
    display: none;
}

.noce-classes {
    font-size: 8pt;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

/*for minimal tabs */

.MyCeTabStrip table {
    border-collapse: separate;
    border-spacing: 0px 0px;
    width: 100%;
}

.MyCeTabStrip td.TabInactive {
    background-clip: padding-box;
    background-color: #9FC4F3;
    border: 1px solid #808080;
    border-radius: 10px 10px 0 0;
    color: #000000;
    cursor: pointer;
    font-size: 11px;
    padding: 5px;
}

.MyCeTabStrip td.TabActive {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    font-size: 11px;
    padding: 5px;
}

.MyCeTabStrip td.TabInactive a, .MyCeTabStrip td.TabInactive a:hover, .MyCeTabStrip td.TabInactive a:active, .MyCeTabStrip td.TabInactive a:visited {
    color: #000000;
    text-decoration: none !important;
}

.MyCeTabStrip td:first-of-type {
    margin-left: 0;
}

.MyCeTabStrip td:last-of-type {
    display: none;
}

/* Hackery for IE8 and below */

.MyCeTabStrip .FirstTab {
    margin-left: 0;
}

.MyCeTabStrip .LastTab {
    display: none !important;
}

/*
.MyCeTabStrip .Spacer {
    display: none !important;
}
*/

#divMyCECreditsSummary, input, textarea {
    font-size: 13px !important;
    font-style: normal !important;
}

#divNonVINClassInfo, input, textarea {
    font-size: 13px !important;
    font-style: normal !important;
}

.red {
    color: red;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignTop {
    vertical-align: top;
}

.alignCenter {
    text-align: center;
}

.noWrap {
    white-space: nowrap;
}

.callout {
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.cellLabel {
}

.dialogButton {
    background-color: orange !important;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    color: white !important;
    font-weight: normal !important;
    padding: 2px 5px 2px 5px;
}

.dialogButtonDisabled {
    background-color: orange !important;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    color: gray !important;
    font-weight: normal !important;
    padding: 2px 5px 2px 5px;
}

.addNonVinClassRow {
    background-color: orange !important;
}

.addNonVinClassCell {
    color: white !important;
    font-weight: bold;
    padding-right: 25px;
    text-align: right;
}

.calendarButton {
    cursor: pointer;
    vertical-align: text-top;
}

.uploaderInstrauctions {
    color: orange;
}

@media print {
    .hideOnPrint {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .hideOnMobile {
        display: none;
    }

    .CECode, .CEYear, .CEOrganization, .CECredits, .CESubjectMatter, .CEDeliveryMethod {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .CECode, .CEYear, .CEOrganization, .CECredits, .CESubjectMatter, .CEDeliveryMethod {
        display: none;
    }
}

/* BEGIN MyCE FineUploader */
#tblMyCECertificateUpload {
    border-collapse: collapse;
    border-spacing: 0;
}

#tblMyCECertificateUpload {
    border-collapse: collapse;
    border-spacing: 0;
}

    #tblMyCECertificateUpload td {
        padding: 0px 4px 0px 0px;
    }

#divMyCEUploadProgress {
    border: 1px solid gray !important;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}

.qq-uploader {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.qq-upload-button {
    background-color: orange;
    border: 1px solid gray !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle;
    background-image: url('/Images/CE/upload.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 19px;
    height: 17px;
}

.qq-upload-button-hover {
}

.qq-upload-button-focus {
}

.qq-upload-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .qq-upload-list li {
        margin: 0;
        padding: 0;
    }

.qq-progress-bar, .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished, .qq-upload-status-text {
    margin-right: 10px;
}

.qq-upload-file {
}

.qq-upload-spinner {
}

.qq-upload-finished {
    display: none;
    vertical-align: text-bottom;
}

.qq-upload-retry {
    color: #000000;
    display: none;
}

.qq-upload-cancel {
    color: #000000;
}

.qq-upload-retryable .qq-upload-retry {
    display: inline;
}

.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    font-weight: normal;
}

.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}

.qq-upload-failed-icon {
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-retrying .qq-upload-failed-text {
    color: #D60000;
    display: inline;
}

.qq-upload-success-message, .qq-upload-list li.qq-upload-success {
    color: #5DA30C;
}

.qq-upload-list li.qq-upload-fail {
    color: #D60000;
}

.qq-progress-bar {
}
/* END MyCE FineUploader */

/*  header  */
#CELogo {
    float: right;
}

@media (max-width: 1100px) {

    #CELogo {
        max-width: 60% !important;
        height: auto;
    }

    #VINLogo {
        max-width: 16% !important;
        height: auto;
    }

    #VSPNLogo {
        max-width: 21% !important;
        height: auto;
    }
}

@media (max-width: 950px) {

    .helpSection .inner {
        padding-left: 0;
    }
}

@media (max-width: 568px) {

    #CELogo {
        float: right !important;
    }

    #separator {
        margin: 6px 0 0 -1px !important;
    }
}

@media (max-width: 480px) {

    #separator {
        margin: 7px 0 0 -1px !important;
        padding: 0 !important;
    }

    #VINLogo {
        margin-left: 3px;
    }

    #CELogo {
        max-width: 58% !important;
        height: auto;
    }
}

@media (max-width: 320px) {

    #CELogo {
        max-width: 59% !important;
        height: auto;
    }
}

/* Footer  */
#pageFooter {
    padding: 25px 0;
    clear: both;
}

    #pageFooter.grey {
        background-color: #f4f2f1;
    }

    #pageFooter #contactFooter .socialMedia a {
        padding-top: 6px;
    }

    #pageFooter h2,
    #pageFooter h3 {
        font-family: 'ProximaNovaLtSemibold', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
        text-align: left;
        margin-bottom: .35em;
        line-height: 1em;
        border: none;
        font-weight: 700;
    }

    #pageFooter h1 {
        border: 0;
    }

    #pageFooter h2 {
        text-transform: uppercase;
        margin-top: 0;
    }

#promoPage680 #pageFooter h2 {
    color: #001a72;
}

#promoPage8505 #pageFooter h2 {
    color: #006f62;
}

#promoPage130 #pageFooter h2 {
    color: #001a72;
}

#pageFooter h3 {
    color: #333;
    font-size: 12px;
    margin-top: 0px;
}

#pageFooter h2,
#pageFooter p {
    font-size: 14px;
}

#pageFooter p {
    margin-bottom: 1em;
}

#pageFooter ul {
    list-style-type: none;
    padding-left: 0px;
}

#pageFooter a {
    text-decoration: none;
    font-size: 12px;
}

#promoPage680 #pageFooter a {
    color: #001a72;
}

#promoPage8505 #pageFooter a {
    color: #006f62;
}

#promoPage130 #pageFooter a {
    color: #001a72;
}

#pageFooter a:hover {
    text-decoration: underline;
}

#promoPage680 #pageFooter .socialMedia a {
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background-color: #001a72;
    border-radius: 50%;
    color: #fdfdfd;
    line-height: 25px;
    font-size: 10px;
    text-align: center;
    line-height: 2;
}

    #promoPage680 #pageFooter .socialMedia a:hover {
        background-color: #4164d9;
        color: #fdfdfd;
        text-decoration: none;
    }

#promoPage8505 #pageFooter .socialMedia a {
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background-color: #006f62;
    border-radius: 50%;
    color: #fdfdfd;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 2;
}

    #promoPage8505 #pageFooter .socialMedia a:hover {
        background-color: #3ed9c7;
        color: #fdfdfd;
        text-decoration: none;
    }

#promoPage130 #pageFooter .socialMedia a {
    display: block;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background-color: #001a72;
    border-radius: 50%;
    color: #fdfdfd;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 2;
}

    #promoPage130 #pageFooter .socialMedia a:hover {
        background-color: #4164d9;
        color: #fdfdfd;
        text-decoration: none;
    }

.fa-facebook, .fa-twitter, .fa-google-plus, .fa-linkedin {
    background: #001a72;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 2 !important;
}

/* Branding */
#pageFooter #footerLogo {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    #pageFooter #footerLogo {
        margin-bottom: 40px;
    }
}

/* Logo */
#pageFooter #footerLogo .logo {
    margin-top: 0;
}

    #pageFooter #footerLogo .logo img {
        height: 40px;
    }

    #pageFooter #footerLogo .logo.studentsLogo img {
        height: 60px;
    }
/* end Logo */

/* Sub logo */
#pageFooter #footerLogo .subLogo {
    text-align: center;
    text-transform: none;
}
/* end Sub logo */
/* end Branding */

/*#pageFooter #siteMap {
  padding-left: 5%;
}*/

@media only screen and (max-width: 767px) {
    #pageFooter #siteMap {
        padding-left: 15px;
    }
}

#pageFooter #siteMap li {
    line-height: 22px;
}

@media only screen and (max-width: 767px) {
    #pageFooter #phoneUs {
        margin-top: 20px;
    }
}

#pageFooter #phoneUs p {
    font-size: 14px;
}

#pageFooter #phoneUs img {
    width: 20px;
    vertical-align: middle;
}

#pageFooter #phoneUs .row div {
    padding-right: 0px;
}

#pageFooter .end {
    margin-top: 20px;
    text-align: center;
}

    #pageFooter .end div {
        margin-bottom: 5px;
    }

    #pageFooter .end h2 {
        text-align: center;
    }
/* end Footer */
