  /* CSS Document */
//
/* DO NOT REMOVE THESE CLASSES THEY ARE PART OF THE STANDARD RSC TEMPLATES */
//
.ie7 .at-inner {
    padding-top: 10px;
    margin: 0;
}

.ie7 .at-col3-nr {
    width: 30%;
    float: left;
}

.ie7 .at-dd-wrapper {
    border: none;
    background-color: #FFF;
    padding-left: 10px;
    margin-top: 4px;
}

#page-content {
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-container {
    background-color: #FFF;
}

.screen {
    background-color: #FFF;
    min-width: 320px;
}

.rsc-logo {
    width: 180px;
    height: 100px;
    display: block;
    float: right;
    background-image: url(/cpd/content/images/rsc-logo-19.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

.site-logo-mobile {
    display: none;
}

/* Brand Header */
.brand-header {
    clear: both;
    width: 960px;
    height: 100px;
    display: block;
    overflow: hidden;
}

.brand-head-nav-container {
    float: left;
    height: 50px;
    width: 240px;
    margin: 31px 0 0 0;
}

.brand-head-nav {
    margin: 0;
    padding: 0;
}

    .brand-head-nav li {
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
        width: 33%;
        line-height: 20px;
    }

        .brand-head-nav li a:link {
            display: block;
            float: left;
            color: #A3C7D2;
            text-decoration: none;
            font-family: museo_sans_500regular, Arial;
            font-size: 1.1em;
            padding: 0px 5px;
        }

        .brand-head-nav li a:visited {
            display: block;
            float: left;
            color: #A3C7D2;
            text-decoration: none;
            font-family: museo_sans_500regular, Arial;
            font-size: 1.1em;
            padding: 0px 5px;
        }

        .brand-head-nav li a:hover {
            display: block;
            float: left;
            color: #FFF;
            text-decoration: none;
            font-family: museo_sans_500regular, Arial;
            font-size: 1.1em;
            padding: 0px 5px;
        }


/* Navigation */
.content-nav-container {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.content-nav {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    font-family: museo_sans_500regular, Arial;
}

    .content-nav li {
        float: left;
        font-size: 0.95em;
        list-style-type: none;
    }

        .content-nav li a:link {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
        }

        .content-nav li a:visited {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
        }

        .content-nav li a:hover {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
            background: #001B3F;
        }

        .content-nav li a.selected {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
            background: #001B3F;
        }

/* Mast Head */
#masthead-home {
    margin: 0 !important;
    padding: 0 !important;
}

    #masthead-home li.homepagelink {
        float: left;
        position: relative;
    }

.masthead-nav li {
    font-size: 14px !important;
}

.masthead-menuclick-mobile {
    margin-left: -5px;
}

#content-nav-mobile {
    display: none;
}

.content-nav-menuclick-mobile {
    display: none;
    text-indent: 0px;
    line-height: 40px;
}

    .content-nav-menuclick-mobile img {
        margin-top: 9px !important;
        margin-bottom: -4px;
    }

#content-search-container {
    width: 142px;
    float: right;
    margin: 6px 0 0px 3px;
}

.content-search-input {
    float: left;
    margin: 2px 0 0 0px;
    width: 100px;
    height: 16px;
    border: 1px solid #C3C4C6;
    background: #F8F7F4 url(../img/xt_search_bg.png) no-repeat left center !important;
    font-size: 0.8em;
    padding: 3px 3px 3px 3px;
    font-family: 'museo_sans_500regular', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.content-search-btn {
    float: left;
    margin: 2px 0 0 6px;
}

.mobile-only {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hidden {
    display: none;
}
//
/* Customisable styles  */
//
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #004D57;
    font-family: museo_sans_500regular, Arial;
    font-weight: 500;
}

h1, h2, h3 {
    letter-spacing: -0.02em;
}
/* Content Navigation */
.content-nav-container {
    background-color: #004D57;
}
/* #33556B */
.content-nav li a:link {
    color: #FFF;
}

.content-nav li a:visited {
    color: #FFF;
}

.content-nav li a:hover {
    color: #FFF;
    background: #006C76;
}

.content-nav li a.selected {
    color: #FFF;
    background: #006C76;
}

#rsc-global-footer {
    background-color: #004D57;
}

#rsc-global-footer-inner {
    color: #FFF;
}

#rsc-global-footer-link-container li a:link {
    color: #FFF;
}

#rsc-global-footer-link-container li a:visited {
    color: #FFF;
}

#rsc-global-footer-link-container li a:hover {
    color: #7FC5CA;
}

//
/* Add any additional classes here */

#page-content {
    font-size: 12px;
    color: #252127;
}

ul {
    -webkit-padding-start: 0px;
}

p {
    line-height: 150%;
}

img {
    border: 0;
}

h3 {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.at-dd {
}

    .at-dd option {
    }

.at-dd-wrapper {
    border: 1px solid #ABA38C;
    padding: 6px 3px;
    background-color: #FFF;
}

    .at-dd-wrapper .at-dd {
        border: 0px solid #ABA38C;
    }

.at-inner {
    padding: 0 0px;
}

.at-tarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ABA38C;
}

input[type="file"] {
    background-color: #FFF;
    border: 1px solid #ABA38C;
    padding: 10px;
    margin: 0;
}

.at-plus {
    display: block;
    font-size: 30px;
    background-color: #DDD;
    text-align: center;
    float: left;
}

    .at-plus a {
        display: block;
        text-decoration: none;
        color: #111;
        width: 37px;
        height: 37px;
        padding: 0 0px;
        radius: 10px;
        border: 1px solid #ABA38C;
    }

        .at-plus a:hover {
            background-color: #F7F6F0;
        }


.at-btn-row {
    height: 32px;
    display: block;
    width: 100%;
    text-align: right;
}

.at-rel {
    position: relative;
}

.at-field-wrapper .at-frm-label {
    xdisplay: none;
    font-size: 11px;
}

.at-subject-block {
    margin: 5px 0;
    height: 40px;
}

.at-logo-upload-display {
    margin: 10px 0;
    width: 225px;
    height: 75px;
    border: 1px solid #ABA38C;
    background-color: #FFF;
    padding: 10px;
}

.at-character-count {
    display: inline-block;
    width: auto;
    right: 4px;
    height: 20px;
    width: auto;
    float: right;
    text-align: right;
    line-height: 20px;
    padding: 4px 10px;
    border: 1px solid #ABA38C;
    background-color: #E1DDCC;
    color: #191E1F;
    z-index: 99;
}

h3.at-result-title {
    background-color: #E1DDCC;
    color: #191E1F;
    padding: 10px 10px;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.fieldset {
    border: 1px solid #ABA38C;
    margin: 0 0 10px 0;
    background: #F7F6F0;
}

.at-form-link {
    color: #004D57;
}


.screen {
    background-color: #FFF;
    color: #191E1F;
}

.at-link {
    padding-top: 13px;
    font-size: 14px;
    font-family: museo_sans_500regular, Arial;
    font-weight: 500;
    letter-spacing: -0.025em;
    margin: 0 auto 10px auto;
    letter-spacing: 0px;
}

    .at-link span {
    }

    .at-link a {
        color: #BE4D00; /*006C76;*/
        border: none;
        border: 0;
        padding: 6px 0px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none;
    }

        .at-link a:hover {
            text-decoration: underline;
        }

.at-course-count {
    padding-top: 13px;
    font-size: 23px;
    font-family: museo_sans_500regular, Arial;
    font-weight: 500;
    letter-spacing: -0.025em;
    width: 320px;
    float: right;
    text-align: right;
    display: none;
}

    .at-course-count span {
        border: 1px solid #E1DDCC;
        padding: 10px;
    }

.at-app-container {
    border-top: 1px solid #E1DDCC;
    clear: both;
    width: 100%;
}


.at-course-detail {
    position: relative;
    padding: 10px;
}

    .at-course-detail .at-heading {
        /*color: #BE4D00;*/
        font-weight: bold;
        font-size: 12px;
    }

.at-course-result-wrapper {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEECE1;
}

.at-course-title {
    background: #FFF;
    height: 40px;
}

.at-course-title {
    background: #FFF;
    height: auto;
    min-height: 79px;
}

    .at-course-title h3 {
        margin: 0;
        padding: 10px;
        font-size: 21px;
        line-height: 24px;
    }

    .at-course-title h4 {
        margin: 0;
        line-height: 25px;
        padding: 0 10px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .at-course-title h3 a {
        color: #004C57;
        text-decoration: none;
    }

        .at-course-title h3 a:hover {
            color: #004C57;
            text-decoration: underline;
        }

    .at-course-title h4 a {
        color: #213335;
        text-decoration: none;
    }

        .at-course-title h4 a:hover {
            color: #213335;
            text-decoration: underline;
        }

.at-main-heading {
    width: 640px;
    float: left;
}

.at-results-container {
    width: 600px;
    margin: 10px 15px;
    float: right;
}

.at-search-container {
    position: relative;
    padding: 20px;
    width: 280px;
    float: left;
    background-color: #E1DDCC;
    margin-top: 10px;
}

.at-search-arrow {
    position: absolute;
    overflow: hidden;
    width: 10px;
    right: -10px;
    top: 0;
}

.at-search-container h2 {
    margin: 0;
    color: #191E1F;
}

.at-prov-logo {
    float: right;
    width: 225px;
    text-align: right;
    margin: 2px;
}

.at-hr {
    height: 1px;
    border: 0px;
    background-color: #FFF;
    size: 1px;
}

.at-col10 {
    width: 10%;
    float: left;
}

.at-col90 {
    width: 85%;
    float: left;
}

.at-col2 {
    width: 50%;
    float: left;
}

.at-col2-nr {
    width: 50%;
    float: left;
}

.at-col3 {
    width: 33.3%;
    float: left;
}

.at-col3-nr {
    width: 33.3%;
    float: left;
}

.at-field-wrapper {
    clear: both;
    margin: 0px 0 10px 0;
    display: block;
}

.at-textbox {
    width: 98%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ABA38C;
    padding-left: 5px;
    margin: 0px 0 0 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.at-checkbox {
    margin: 4px;
}

.at-dd {
    /*width: 98%;*/
    width: 100%;
    height: 25px;
    line-height: 35px;
    border: 1px solid #ABA38C;
    padding: -10px 0 0 5px;
    display: block;
    vertical-align: middle;
}

.at-button, a.at-button {
    background-color: #213335;
    color: #FFF;
    border: none;
    border: 0;
    display: inline;
    padding: 6px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

    .at-button:hover, a.at-button:hover {
        background-color: #004D57;
        text-decoration: none;
    }


.at-button-out, a.at-button-out {
    background-color: #747F79;
    color: #FFF;
    border: none;
    border: 0;
    display: inline;
    padding: 6px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

    .at-button-out:hover, a.at-button-out:hover {
        background-color: #709591;
        text-decoration: none;
    }

.at-btn-book {
    position: absolute;
    right: 10px;
}

.at-p-pad {
    padding-right: 10px;
}

.at-h-pad {
    padding-left: 10px;
}

.at-t-pad {
    padding-top: 3px;
}

.at-fl {
    float: left;
}

.at-fr {
    float: right;
}

.at-vh {
    vertical-align: middle;
}

.at-vt {
    vertical-align: top;
}

.at-mob-img {
    width: 100%;
}


.at-col2-frame {
    width: 50%;
    float: left;
}

.iframeLogo {
    border: none;
    width: 100%;
    height: 182px;
}

.h3IframePreview {
    font-size: 18px;
    margin-top: 0px;
}

.h3IframeTop {
    margin-top: 0px;
}

.imgPreview {
    overflow: hidden;
    width: 95%
}

.inputFileIframe {
    width: 95%;
}


/*
@media only screen and (max-width: 980px) {
	.site-logo				{ margin-left: 10px; }
}
*/
@media only screen and (max-width: 980px) {

    #content-nav-mobile {
        display: block;
    }

    .content-nav {
        display: none;
        background-color: #004D57;
        float: none;
    }

        .content-nav li {
            width: 100%;
            background-color: #004D57;
        }

    .masthead-nav {
        display: none;
    }

    .brand-header {
        width: 100% !important;
    }

    .screen {
        width: 100% !important;
        background-position: 55% 0;
    }

    .pagewidth {
        width: 100% !important;
    }

    .page-content {
        padding: 0%;
    }

    .site-logo-mobile {
        display: block;
        margin: 0 10px;
    }

    .site-logo {
        display: none;
    }

    .rsc-logo {
        margin-right: 10px;
    }

    #masthead-nav-mobile {
        display: block;
        margin: 0;
        padding-left: 8px;
    }

    #rsc-global-footer {
        width: 100% !important;
        height: auto;
    }

    #rsc-global-footer-link-container {
        clear: both;
        width: 100% !important;
        margin-bottom: 20px;
    }

        #rsc-global-footer-link-container li {
            width: 100% !important;
        }

    .at-main-heading {
        width: 100% !important;
        text-align: left;
    }

    .at-course-count {
        display: none;
    }

    .copyright {
        clear: both;
        width: 100% !important;
        margin-top: 100px;
        display: block;
    }

    .at-app-container {
        width: 100% !important;
        margin: 0 auto;
        height: 100%;
        padding: 0;
    }

    .at-search-container {
        width: 96% !important;
        margin: 0;
        padding: 10px;
    }

    .at-results-container {
        width: inherit;
        padding: 0px;
        margin: 10px 0;
        float: none;
    }

    .at-search-arrow {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .at-mob-img {
        max-width: 320px;
    }

    .at-col2 {
        width: 100%;
    }

    .at-col2-frame {
        width: 50%;
        margin-left: -8px;
    }

    .iframeLogo {
        height: 182px;
    }

    .h3IframePreview {
        font-size: 18px;
    }

    .at-col3 {
        width: 100%;
    }

    #masthead-more-menu, .masthead-menu-body {
        width: 100% !important;
        left: 10px;
    }

    .at-field-wrapper {
        margin-left: 0px !important;
    }

    .at-inner .at-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .at-textbox {
        width: 96%;
    }

    .at-dd {
        height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .screen {
        width: 100% !important;
        background-position: 60% 0;
    }

    .at-col2-frame {
        width: 50%;
    }

    .iframeLogo {
        height: 182px;
    }

    .h3IframePreview {
        font-size: 18px;
    }

    .at-textbox {
        width: 96%;
    }

    .at-dd {
        height: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .screen {
        width: 100% !important;
        background-position: 65% 0;
    }

    .at-col2-frame {
        width: 100%;
    }

    .iframeLogo {
        height: 310px;
    }

    .h3IframePreview {
        font-size: 10px;
    }

    .at-textbox {
        width: 96%;
    }

    .at-dd {
        height: 25px;
    }
}


@media only screen and (max-width: 480px) {

    .screen {
        width: 100% !important;
        background-position: 68% 0;
    }

    .page-content {
        padding: 0%;
    }

    .at-app-container {
        width: 97% !important;
    }

    .at-search-container {
        width: inherit !important;
        margin: 0;
        padding: 10px;
    }

    .at-results-container {
        width: inherit !important;
        padding: 0px;
        margin: 10px 0;
    }

    .at-prov-logo {
        display: none;
        width: 90%;
    }

    .at-col2-frame {
        width: 100%;
    }

    .iframeLogo {
        height: 310px;
    }

    .h3IframePreview {
        font-size: 10px;
    }

    .at-textbox {
        width: 96%;
    }

    .at-dd {
        height: 25px;
    }
}


@media only screen and (max-width: 400px) {

    .screen {
        width: 100% !important;
        background-position: 67% 0;
    }

    .rsc-logo {
        margin-right: 5px;
    }

    .at-col2-frame {
        width: 100%;
    }

    .iframeLogo {
        height: 320px;
    }

    .h3IframePreview {
        font-size: 10px;
    }

    .at-textbox {
        width: 96%;
    }

    .at-dd {
        height: 25px;
    }
}



/* Error page style start*/
.error_div {
    float: left;
    margin: 10px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
    padding: 3px;
    width: 940px;
}

.error_div_medium {
    float: left;
    background: #EEEEEE;
    border-radius: 5px;
    padding: 10px;
    width: 932px;
}

.error_image {
    background: url(/cpd/training/content/images/error404.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 85px;
    width: 90px;
}

.error_div_medium_desc {
    float: left;
    margin-left: 10px;
    width: 800px;
}

.error_heading {
    color: rgb(0, 0, 0);
    float: left;
    font-family: Arial;
    font-size: 16px;
    background: #D7D7D7;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.error_sub_heading {
    color: rgb(0, 0, 0);
    float: left;
    font-family: Arial;
    font-size: 13px;
    background: #D7D7D7;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    margin-left: 10px;
}

.mar_bottom {
    margin-bottom: 10px;
}

.div_black_border {
    float: left;
    width: 100%;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    margin-top: 20%;
}

.tbl_row_error {
    clear: both;
    width: 100%;
    vertical-align: middle;
    color: #666666;
    padding: 0em;
    margin: 0em;
    text-align: center;
}

.tbl_col50 {
    float: left;
    width: 100%;
}

.error_heading_ajax {
    float: left;
    font-family: calibri;
    font-size: 12px;
    margin-top: 3px;
    line-height: 100%;
}

.full_width {
    width: 100%;
}

.error_sug_list {
    float: left;
    padding-left: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    font-family: Arial;
    font-size: 12px;
}

.error_sug_list3 {
    float: left;
    width: 700px;
    line-height: 20px;
    padding-left: 20px;
    font-family: Arial;
    font-size: 12px;
}

.error_merinLit_tag {
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: bold;
}

a.error_merinLit_tag {
    text-decoration: underline !important;
    cursor: pointer;
}

.error_merinLit_tag_black {
    color: #000;
    float: left;
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    font-weight: normal;
}
/* Error page style end*/
.fl {
    float: left;
}

.loader {
    width: 100%;
    text-align: center;
}
/* stylesheets for jalert */

#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../Images/title.gif) top repeat-x;
    border: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url(/cpd/training/content/Images/info.gif);
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0em;
}

    #popup_content.alert {
        background-image: url(/cpd/training/content/Images/info.gif);
    }

#popup_message {
    padding-left: 45px;
    text-align: left;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}

#popup_ok {
    margin-right: 10px;
    padding: 0 3px;
    cursor: pointer;
}

#popup_cancel {
    padding: 0 3px;
}

/*----*/

.mandatory_icon {
    color: Red;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.validation-summary-errors {
    clear: right;
}

    .validation-summary-errors ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .validation-summary-errors ul li {
            color: #FF0000;
            margin-top: 5px;
            margin-bottom: 5px;
        }

.error {
    color: #ff0000;
    margin-bottom: 5px;
}

.disabledfield {
    background-color: transparent;
}

.disabledfieldbg {
    background-color: #EBEBE4;
}

.width100 {
    width: 100% !important;
}

.pdf {
    padding: 10px 10px;
    margin: 5px 0 0 0;
    width: 100px;
}

.pdf-title a {
    color: #004C57;
    font-size: 14px;
}

.covid-19-message {
    font-weight: bold;
    font-size: 14px;
}
