@import url('Lato2OFLWeb/Lato/latofonts.css');
@import url('Lato2OFLWeb/LatoLatin/latolatinfonts.css');
@import url('Corda/stylesheet.css');

html, body {
    width: 100%;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FAF2E6;
    border: 0px;
    color: #123242;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: "acumin-pro-condensed", sans-serif;
    background-image: url(../img/backgrounds/WelcomeMRes.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
}

#maincontainer {
    height: 100vh;
}

#mainContent_orgTree {
    max-height: 300px;
    /*   position: absolute;*/
    background-color: white;
    z-index: 100;
    border: 1px solid silver;
    overflow-x: auto;
    padding-right: 50px;
}

#sysHome {
    background-color: #FAF2E6;
}

.cpPage {
    background-image: none;
    background-color: #fff;
}

.cpGridView {
    border-color: #123242;
    width: 100%;
}

.cpHeaderStyle > th {
    text-align: left;
    background: dimgrey;
    color: white;
}

.ui-icon {
    background-image: url(../img/Icons/ui-icons_ffffff_256x240.png) !important;
}


#topsection {
    width: 100%;
    height: 59px;
    background: #FAF2E6;
    border-bottom: 1px solid rgb(41,41,41);
}

    #topsection .container {
        background-color: #faf2e7;
        z-index: -1;
    }

#contentwrapper {
    float: left;
    width: 100%;
    background: #fff
}

#contentcolumn {
    margin: 10px 275px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    min-height: 1000px;
    margin-right: 10px;
}

#leftcolumn {
    /*background-image:url(../img/backgrounds/leftMenu.png);
	background-repeat:repeat-y;*/
    width: 259px;
    margin-left: -100%;
    min-height: 1000px;
    float: left;
    border-right: 1px solid rgb(41, 41, 41);
}

#rightcolumn {
    /*background-image:url(../img/backgrounds/rightMenu.png);
	background-repeat:repeat-y;*/
    background-position: right;
    padding: 20px;
    width: 229px;
    margin-left: -270px;
    min-height: 960px;
    float: left;
    border-left: 1px solid rgb(41,41,41);
    display: none;
}

#ContentPlaceHolder1_PasswordRecovery1_UserNameContainerID_UserNameLabel {
    width: 100% !important;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #rightcolumn {
        display: none !important;
    }

    #contentcolumn {
        margin: 10px 10px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
        min-height: 1000px;
    }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
    #rightcolumn {
        display: none !Important;
    }

    #contentcolumn {
        margin: 10px 10px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
        min-height: 1000px;
    }
}

#footer {
    clear: left;
    width: 100%;
    height: 30px;
    /*background-image:url(../img/backgrounds/header.png);*/
}

.innertube {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.iFramePageHolder {
    width: 100%;
    height: 1000px;
}


/* LMS ADMIN LAYOUT */
#lmsContainer {
    width: 100%;
    position: relative;
}

#lmsCentreSection {
    width: 100%;
    float: left;
}

#lmsCentreStage {
    /*background-color:#ffffff;*/
    min-height: 1000px;
    margin: 0 270px 0 270px;
}

#lmsLeftMenuSection {
    background-image: url(../img/backgrounds/leftMenu.png);
    background-repeat: repeat-y;
    width: 270px;
    margin-left: -100%;
    min-height: 1000px;
    float: left;
}

#lmsRightMenuSection {
    background-image: url(../img/backgrounds/rightMenu.png);
    background-repeat: repeat-y;
    width: 270px;
    margin-left: -280px;
    min-height: 1000px;
    float: left;
}

#lmsHeaderText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: 20px 0px 0px 20px;
    float: left;
    width: 300px;
}

#rightPanel {
    width: 265px;
    margin-left: 5px;
}

#rightHeader {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    height: 41px;
    width: 240px;
    padding: 10px 10px 0px 10px;
}

#rightSubHeader {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-shadow: outset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -moz-box-shadow: outset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: outset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    height: 38px;
    width: 240px;
    padding: 5px 10px 0px 10px;
}

#prevBtn {
    float: left;
    display: block;
    border: none;
}

#nextBtn {
    float: right;
    display: block;
    border: none;
}

#txtGroupName {
    float: left;
    width: 79px;
    margin-top: 4px;
    height: 22px;
    text-align: center;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    line-height: 22px;
}

.settings {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 800px;
}

    .settings li {
        width: 210px;
        min-height: 50px;
        background-color: rgb(31, 31, 31);
        -webkit-border-radius: .3em;
        -moz-border-radius: .3em;
        border-radius: .3em;
        margin: 10px 20px;
        padding: 10px;
    }

.settingName {
    font-size: 12px;
    font-weight: bold;
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 5px;
}

.settingDesc {
    font-size: 10px;
    font-style: italic;
    color: #99BDDD;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 5px;
}


#searchBox {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    height: 50px;
    width: 260px;
}

#txtSearch {
    width: 160px;
    height: 24px;
    color: #fff;
    margin: 13px 0px 13px 20px;
    background-color: transparent;
    border: none;
    padding: 0px 20px 0px 40px;
    background-image: url(../img/backgrounds/searchbox.png);
}

#lmsPersonInfo {
    height: 130px;
    width: 260px;
    clear: both;
}


#lmsLeftNav {
    width: 260px;
    margin: 0px;
    font-size: 0.8125em;
}

#lmsPersonPhoto {
    width: 50px;
    height: 50px;
    margin: 20px 10px 0px 20px;
    background-color: #1F1F1F;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}

.lmsPersonPhotoSm {
    width: 20px;
    height: 20px;
    margin: 1px;
    background-color: #1F1F1F;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
}

#leftContent_lmsPersonPhotoImage {
    margin: 3px;
    width: 44px;
}

.lmsPersonPhotoImageSm {
    margin: 2px;
    height: 16px;
    width: 16px;
}

#lmsPersonName {
    height: 30px;
    width: 160px;
    font-size: 18px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    color: #000
}

#lmsPersonJob {
    height: 20px;
    width: 160px;
    font-size: 12px;
    color: #757575;
    float: left;
    overflow: hidden;
}

#leftMenuTopIcons {
    width: 260px;
    margin: 0px 20px 0px 15px;
    height: 55px;
    float: left;
}

.leftMenuTopIcon {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
}

    .leftMenuTopIcon span {
        font-size: 0.500em;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 15px;
        background: #CD2F10;
        line-height: 1em;
        height: 1em;
        padding: .4em .6em;
        margin: -.8em 0 0 0;
        color: #fff;
        text-indent: 0;
        text-align: center;
        -webkit-border-radius: .769em;
        -moz-border-radius: .769em;
        border-radius: .769em;
        -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
        -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
        box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
        text-shadow: 0px 1px 0px rgba(0,0,0,.5);
        font-weight: 500;
    }

#lmsHeaderSection {
    width: 100%;
    height: 61px;
    background-image: url(../img/backgrounds/header.png);
}

.ui-widget-header {
    background-color: #626262;
    border-bottom: 1px solid #121212;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to top, rgb(65, 65, 65), rgb(41, 41, 41));
}

.ui-wdiget-header:hover {
    background-color: #626262;
    border-bottom: 1px solid #121212;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to top, rgb(65, 65, 65), rgb(41, 41, 41));
}

/* MINIMUM TAB STYLE */
#contentcolumn {
    background: #fff;
    border: none;
}

    #contentcolumn .ui-widget-content {
        border: none;
        background: none;
        color: #fff;
    }

    #contentcolumn .ui-widget-header {
        background: transparent;
        border: none;
        padding-bottom: -2px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        box-shadow: none !important;
    }

    #contentcolumn .ui-tabs-nav {
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #contentcolumn .ui-tabs-nav li {
            float: left;
            margin: 0 -15px 0 -30px;
        }

            #contentcolumn .ui-tabs-nav li:first-child {
                margin: 0 -15px 0 0;
            }

        #contentcolumn .ui-tabs-nav a {
            float: left;
            position: relative;
            padding: 0px 25px 0px 0px;
            height: 0;
            line-height: 30px;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            border-right: 30px solid transparent;
            border-bottom: 30px solid #808080;
            border-bottom-color: #777\9;
            /*opacity: 0.3;*/
            filter: alpha(opacity=30);
            font-weight: 200;
        }

            #contentcolumn .ui-tabs-nav a:hover {
                border-bottom-color: #13323e;
                opacity: 1;
                z-index: 4;
                filter: alpha(opacity=100);
            }

.button-disabled {
    border: transparent;
}

#contentcolumn .ui-tabs-nav .ui-tabs-active a {
    z-index: 3;
    border-bottom-color: #123241;
    opacity: 1;
    filter: alpha(opacity=100);
    color: white;
}

#contentcolumn .ui-tabs-nav .ui-tabs-active a {
    outline: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
    border: none !important;
}





#contentcolumn .ui-tabs-panel {
    background-color: #fff;
}


#contentcolumn .ui-icon-close {
    display: none;
}

#tabInnerheader {
    clear: both;
    height: 20px;
    margin-bottom: 20px;
}

.cpPage p {
    font-size: 14px;
    color: #000;
    padding: 5px;
    line-height: 18px;
}

.embeddedBox {
    font-size: 0.857em;
    display: inline-block;
    line-height: 30px;
    height: 26px;
    padding: 1px;
    color: rgb(255, 255, 255);
    text-indent: 0px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#tabInnerheader .tabInnerHeaderTitle {
    float: left;
}

#tabInnerheader .tabInnerHeaderIcons {
    float: right;
}

.bcHome {
    width: 40px;
    height: 26px;
    background: transparent url(../img/backgrounds/bcHome2.png) no-repeat bottom left;
    float: left;
}

.smallButton {
    width: 32px;
    height: 26px;
    background-color: #632f29;
    float: right;
    cursor: pointer;
    margin-right: 3px;
}

.smallButtonIcon {
    margin: 5px 8px;
}

.bcLev2 {
    background: transparent url(../img/backgrounds/bc2.png) repeat-x;
    float: left;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}

.bcEnd {
    background: transparent url(../img/backgrounds/bc3.png) no-repeat bottom left;
    float: left;
    height: 26px;
    padding-left: 20px;
    padding-right: 8px;
    line-height: 26px;
    vertical-align: middle;
}

#lmsLogo {
    width: 20%;
    margin: 16px auto 0px auto;
    display: block;
    background: url(/wdc2013/site/SOT/img/logos/mainlogo.png) center center no-repeat;
    background-size: contain;
    min-height: 45px;
    /*position:absolute;*/
    /*right:20px;*/
}

#sot_welcome {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.ui-tabs-panel {
    border: 1px solid rgb(41,41,41) !important;
    padding: 1em 1.4em;
}

#mainContent_hlLaunchFull {
    background-color: black;
    color: white;
    font-family: "LatoWeb", sans-serif;
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    padding: 2.5%;
    margin: auto;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 15px;
}

.depth {
    display: block;
    color: white;
    font: bold 2em Arial, sans-serif;
    position: relative;
}

    .depth:before, .depth:after {
        content: attr(title);
        color: rgba(255,255,255,.1);
        position: absolute;
    }

    .depth:before {
        top: 1px;
        left: 1px
    }

    .depth:after {
        top: 2px;
        left: 2px
    }

.legend-center {
    display: inline-block;
    padding: 0px 5px 2px;
    vertical-align: middle;
    outline: medium none;
    font-size: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: center;
    color: black;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
}

.legend-left, .legend-right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid black;
    display: inline-block;
    vertical-align: middle;
    width: 999px;
}

.legend-left {
    margin: 0px 0px 0px -999px;
}

.legend-right {
    margin: 0px -999px 0px 0px;
}


#rightIFrame {
    overflow: auto;
}

.cpAlternatingRowStyle {
    background: #cecece;
}

.ui-icon-search {
    background-image: url(../img/Icons/ui-icons_ffffff_256x240.png) !important;
}

#searchBox {
    display: none;
}

td > a {
    color: Black !important;
    text-decoration: underline !important;
}

.alt2, #mainContent_Roles > tbody > tr:nth-child(odd), #mainContent_Catalog > tbody > tr:nth-child(odd), #mainContent_jobTitles > tbody > tr:nth-child(odd), #mainContent_Sites > tbody > tr:nth-child(3), #mainContent_Organisations > tbody > tr:nth-child(3) {
    background-color: #cecece !important;
}

#mainContent_Roles > tbody > tr:nth-child(1), #mainContent_jobTitles > tbody > tr:nth-child(1), #mainContent_Catalog > tbody > tr:nth-child(1) {
    background-color: #141517 !important;
}

#mainContent_Users > tbody > tr:nth-child(17) > td > table > tbody > tr > td:nth-child(2) > a {
    color: #cecece !important;
}

#mainContent_StartedCourses, #mainContent_Roles, #mainContent_Sites, #mainContent_Organisations, #mainContent_jobTitles, #mainContent_Catalog, #mainContent_Curriculums {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid white;
}

.ui-icon-bookmark, .ui-icon-comment, .ui-icon-mail-closed, .ui-icon-person {
    background-image: url(../img/Icons/ui-icons_ffffff_256x240.png) !important;
}

.ui-widget-content {
    font-family: Arial,sans-serif;
    font-size: 12px;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    color: #000;
    border: 1px solid black;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.ui-widget-header {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    width: 100%;
    height: 2.5em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
    background: #626262 url();
    background-image: linear-gradient(to top, #414141, #292929);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#292929));
    background-image: -webkit-linear-gradient(top, #414141, #292929);
    background-image: -moz-linear-gradient(top, #414141, #292929);
    background-image: -o-linear-gradient(top, #414141, #292929);
    background-image: linear-gradient(to bottom, #414141, #292929);
}

    .ui-widget-header:hover {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        background-color: #35afe3;
        -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
        -moz-box-shadow: inset 0px 1px 0px 0px #606060;
        box-shadow: inset 0px 1px 0px 0px #606060;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        cursor: pointer;
        background-image: linear-gradient(to top, rgb(69, 199, 235), rgb(38, 152, 219));
    }

.ui-dialog-titlebar {
    padding: 0.4em .0em !important;
}

/* LOGIN FORM */
#loginContainer {
    margin: 150px auto 0px auto;
    width: 300px;
}

/*Center Pages*/

.miniBtn {
    border: 1px solid #632f29;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    background-color: #632f29;
    margin: 2px;
}

    .miniBtn:hover {
        /*        border: 1px solid black;*/
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        width: 16px;
        height: 16px;
        float: right;
        cursor: pointer;
    }



a:link {
    color: #123242;
    text-decoration: none;
}

a:hover {
    color: rgb(153, 189, 221);
    text-decoration: underline;
}

a:visited {
    color: #123242;
    text-decoration: none;
}

/* RESPONSIVE FORM LAYOUT */
fieldset {
    /*padding: 1em;*/
    font: 80%/1 sans-serif;
    border: 1px solid black;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

legend {
    padding: 4px;
    border: 1px solid black;
    background-color: rgb(255, 255, 255);
    color: #000;
    font-size: 90%;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.rform {
    position: relative;
}

    /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
    .rform:before,
    .rform:after {
        content: " ";
        display: table;
    }

    .rform:after {
        clear: both;
    }

.rCol3 {
    width: 30%;
    margin: 1%;
    float: left;
}

.rCol2 {
    width: 48%;
    margin: 1%;
    float: left;
}

.rCol1 {
    width: 98%;
    margin: 1%;
    float: left;
}

.rform label {
    display: block;
    padding: 10px 5px 10px 2px;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    /*float: left;*/
}

.rform input,
.rform textarea,
.rform select {
    display: block;
    width: 100%;
}

input[type=text] {
    width: 98%;
}

@media screen and (max-width: 768px) {
    .rCol3 {
        width: 48%;
        margin: 1%;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .rCol3 {
        width: 98%;
        margin: 1%;
        float: left;
    }

    .rCol2 {
        width: 98%;
        margin: 1%;
        float: left;
    }
}




.filterCol {
    width: 30%;
    margin: 1%;
    float: left;
}

.oneCol {
    width: 98%;
    margin: 1%;
    float: left;
}

.twoCol {
    width: 48%;
    margin: 1%;
    float: left;
}

.threeCol {
    width: 30%;
    margin: 1%;
    float: left;
}

label {
    /*float:right;*/
    /*width:53%;*/
    padding-top: 0.5em;
    text-align: left;
    font-weight: bold;
}
/*
 input[type=text], select
 {
  float:left;
  width:70%;
  margin-right:0.5em;
  margin-bottom:0.5em;
  margin-top:-0.2em;
  text-align:left;
  font-size:12px;
 }
 input[type=text]
  {
      width:69% !important;
  }*/

table {
    border: none !important;
}

td {
    border: 1px solid rgb(235, 235, 235) !important;
}


.gvHeaderStyle, table th {
    background-color: rgb(102, 102, 102) !important;
}

#ContentPlaceHolder1_Login1 th {
    background-color: transparent !important;
}

.gvHeaderStyle th, table th {
    padding: 8px 4px;
}

.gvAlternatingRowStyle, .alt2 {
    background-color: rgba(255, 204, 0, 0.2) !important;
}

.gvRowStyle {
    color: black;
}

.gvPagerStyle td {
    border: none !important;
    padding: 3px;
}

.ReportTable {
    color: Black;
    border-color: Black;
    width: 100%;
    border-collapse: collapse;
    border-radius: 3px !important;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .ReportTable tbody {
        /*z-index: -1;*/
        position: relative;
    }

    .ReportTable .expandButton {
        background-color: darkgray;
        color: white !important;
        font-weight: bold;
        text-align: center;
        font-size: 1.5em !important;
        cursor: pointer;
        width: 100%;
        display: inline-block;
    }

        .ReportTable .expandButton:hover {
            background-color: darkgray;
            opacity: 0.7;
            color: white;
            font-weight: bold;
            text-align: center;
            font-size: 1.5em !important;
            cursor: pointer;
        }


.ReportTableFrame.embedded {
    padding: 0;
}

.ReportTableFrame {
    padding: 1em;
    background-color: #ebebeb;
}
/* .ReportTableRow {
   border-top: 4px solid white !important;
} */

.ReportTable.CountryTable {
    position: relative;
}

    .ReportTable.CountryTable::after {
        z-index: 1;
        position: absolute;
        border: 1px solid white !important;
        border-radius: 3px;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

.subTable {
    height: 0px;
    transition: opacity ease-in-out .5s;
    opacity: 0;
    display: none;
}


    .subTable.enabled {
        height: 100%;
        opacity: 1;
        margin-left: 20px;
        position: relative;
        border: 1px solid white !important;
        border-radius: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
    }



        .subTable.enabled table {
            overflow: hidden
        }

.resultsGrid table {
    background-color: hsl(0, 0%, 82%);
    border-radius: 3px
}

.resultsGrid table {
    background-color: hsl(0, 0%, 82%);
    border-radius: 3px
}

    .resultsGrid table tr {
        border: 0px solid;
    }



    .resultsGrid table table {
        background-color: hsl(0, 0%, 72%)
    }

        .resultsGrid table table table {
            background-color: hsl(0, 0%, 62%)
        }

            .resultsGrid table table table table {
                background-color: hsl(0, 0%, 52%)
            }

                .resultsGrid table table table table table {
                    background-color: hsl(0, 0%, 42%)
                }

.subTable.enabled::after {
    height: 23px;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 23px;
    translate: -25px 0;
    border-bottom-left-radius: 3px;
    border-bottom: 3px solid;
    border-left: 3px solid;
}

.subTable.enabled::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 23px;
    translate: -23px 0;
}

.resultsGrid .subTable.enabled::after {
    border-color: black;
    pointer-events: none;
}

.resultsGrid th {
    background-color: black;
}

.resultsGrid .subTable.enabled .subTable.enabled::after {
    border-color: black;
    pointer-events: none;
}

.resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled::after {
    border-color: black;
    pointer-events: none;
}

.resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled::after {
    border-color: black;
    pointer-events: none;
}

.resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled::after {
    border-color: black;
    pointer-events: none;
}





.resultsGrid .subTable.enabled {
    border-color: hsl(0, 0%, 52%);
}

    .resultsGrid .subTable.enabled .subTable.enabled {
        border-color: hsl(0, 0%, 42%)
    }

        .resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled {
            border-color: hsl(0, 0%, 32%)
        }

            .resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled {
                border-color: hsl(0, 0%, 22%)
            }

                .resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled {
                    border-color: hsl(0, 0%, 12%)
                }



/*    .subTable.enabled::after {
        height: 50%;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 25px;
        translate: -100% 0;
        border-top-left-radius: 10px;
        border-top: 2px solid black;
        border-left: 2px solid black;
    }*/

.ReportTable tr.ReportTableRowStyle,
.ReportTable tr.ReportTableRowStyle th,
.ReportTable tr.ReportTableRow,
.ReportTable tr.ReportTableRow th {
    border: 0;
}

    .ReportTable tr.ReportTableRowStyle:last-child td,
    .ReportTable tr.ReportTableRowStyle:last-child,
    .ReportTable tr.ReportTableRow:last-child td,
    .ReportTable tr.ReportTableRow:last-child {
        border-bottom: 0;
    }

    .ReportTable tr.ReportTableRowStyle td .medBtn,
    .ReportTable tr.ReportTableRow td .medBtn {
        padding: 0.5vmin 2vmin;
        text-transform: none;
        padding-top: 9px;
    }

    .ReportTable tr.ReportTableRowStyle td,
    .ReportTable tr.ReportTableRow td {
        /*    border-bottom: 1px solid #666;*/
        border-right: 1px solid #666;
        border-left: 0;
        font-size: 16px;
    }

.ReportTable tr.ReportTableHeaderStyle th {
    color: white;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 0;
    text-align: left;
    padding: 0.5vmin 0.5vmin;
}

.ReportTable tr.ReportTableRowStyle, td:last-child,
.ReportTable tr.ReportTableRow td:last-child {
    border-right: none !important;
}

.ReportTable tr.ReportTableHeaderStyle:last-child {
    border-right: none;
}

.ReportTable tr.ReportTableHeaderStyle:last-child,
.ReportTable tr.ReportTableHeaderStyle th:last-child {
    border-right: none !important;
}

.ReportTable {
    padding: 2em;
    background-color: #EBEBEB;
    border: none;
}

.ReportTableRowStyle:last-child,
.ReportTableRow:last-child {
    border-right: 0;
}

.ReportTableRowStyle,
.ReportTableRow {
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
}

.ReportTable .medBtn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.resultsGrid h2 {
    margin-bottom: .5em;
}

.gvAlternatingRowStyle {
    background-color: silver;
}

.gvFooterStyle {
    background-color: #141517;
    font-weight: bold;
    color: #ffffff;
}

.gvHeaderStyle {
    background-color: #141517;
    font-weight: bold;
    color: #ffffff;
}

.gvPagerStyle {
    /*    background-color: gray;*/
    color: gray;
}

.gvSelectedRowStyle {
    background-color: #000099;
    font-weight: bold;
    color: white;
}

.gvSortedAscendingCellStyle {
    background-color: #F1F1F1;
}

.gvSortedAscendingHeaderStyle {
    background-color: #808080;
}

.gvSortedDescendingCellStyle {
    background-color: #CAC9C9;
}

.gvSortedDescendingHeaderStyle {
    background-color: #383838;
}



input[type=checkbox] {
    float: left;
    width: unset !important;
    /*        width: 18%;*/
    margin: 3px;
}

.chkLabel {
    width: 78%;
    float: left;
}

input[type=file] {
    width: 100%;
    float: left;
    margin-top: 5px;
}

/* INFORMATIONAL MESSAGES CSS */
.message {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    z-index: 100;
}

.info {
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

.error {
    background-color: #de4343;
    border-color: #c43d3d;
}

.warning {
    background-color: #eaaf51;
    border-color: #d99a36;
}

.success {
    background-color: #61b832;
    border-color: #55a12c;
}

.message h3 {
    margin: 0 0 5px 0;
}

.message p {
    margin: 0;
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

/* View Course */
.imgCat1 {
    width: 80%;
    margin: 5%;
    padding: 5%;
    float: left;
    background-color: #1F1F1F;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.imgCat2, .imgCat3, .imgCat4 {
    float: left;
    background-color: #1F1F1F;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.imgCat2 {
    width: 20%;
    padding: 3%;
    margin: 0% 2% 0% 5%;
}

.imgCat3 {
    width: 20%;
    padding: 3%;
    margin: 0% 4% 0% 4%;
}

.imgCat4 {
    width: 20%;
    padding: 3%;
    margin: 0% 5% 0% 2%;
}

/* PROGRESS BAR */
/* PROGRESS BAR */
.progress_container {
    position: relative;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
    background: #cecece;
    width: 100%;
}

.pb_percent {
    position: absolute;
    top: 4px;
    width: 100%;
    text-align: center;
}

.progress_bar {
    height: 20px;
    width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: black;
}

.progress_container {
    margin-bottom: 2px;
}

/* UNIVERSAL SPECIFIC PAGE STYLES */

/*WELCOME PAGE */

#welcomeContainer, #loginContainer, #registerContainer {
    width: 100%;
    margin: auto;
    font-family: 'acumin-pro-condensed','Acumin Pro Condensed', sans-serif
}

#loginHeader, #welcomeHeader, #registerHeader {
    width: 80%;
    margin: auto;
}

#loginHeader {
    width: 60%;
}

#loginLogo, #welcomeLogo, #registerLogo {
    width: 10%;
    margin: 0% auto 0% auto;
    display: block;
    background: url(/wdc2013/site/SOT/img/logos/mainlogo.png) center center no-repeat;
    background-size: contain;
    min-height: 200px;
}

#loginLogo {
    margin: unset;
    margin-right: auto;
}

#welcomeImage {
    /*width:300px;
    height:215px;
    margin: 30px auto;
    background-image:url(/wdc2013/site/UNIVERSAL/img/HelloAndWelcome_Header.png);*/
}

#loginImage {
    /* width:300px;
    height:153px;
    margin: 30px auto;
    background-image:url(/wdc2013/site/UNIVERSAL/img/LoginHeader.png);*/
}

#registerImage {
    /* width:300px;
    height:153px;
    margin: 30px auto;
    background-image:url(/wdc2013/site/UNIVERSAL/img/RegisterHeader.png);*/
}

#loginBody, #welcomeBody, #welcomeFooter {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 1.2em;
    font-size: 6vw;
    color: #123242;
}

#loginBody {
    margin: unset;
    margin-right: auto !important;
}

#welcomeFooter {
    margin-top: 10%;
}


#registerBody {
    width: 80%;
    margin: 40px auto auto auto;
    color: #123242;
}

    #loginBody table, #registerBody table {
        width: 100%;
        border: none;
        color: white;
        font: 10px !important;
        font-family: 'acumin-pro-condensed','Acumin Pro Condensed', sans-serif;
    }

    #loginBody input, #registerBody input, #registerBody select {
        border: 2px solid #baab8f !important;
        width: 53%;
        font-size: 2vw;
        color: #baab8f;
        padding: 2px 10px;
        margin-top: 4%;
        float: left;
    }

#loginBody input {
    color: #123242;
}

.forgotLink {
    color: #123242 !important;
}

#loginBody label, #registerBody label {
    font-size: 1.5vw;
    text-transform: uppercase;
    color: #123242;
}

#registerBody input, #registerBody label {
    width: 100%;
}

#registerBody label {
    margin-top: 1%;
}

.space_row {
    display: none;
}

#ai_row {
    display: none;
}

#rme_row {
    display: none;
}

#uname_row td {
    width: 50% !important;
}

.registerBtn {
    width: 186px;
    height: 30px;
    background-image: url(/wdc2013/site/UNIVERSAL/img/RegisterButton_Dormant.png);
    border: none;
    color: green;
    padding: 0px;
    margin: 30px auto;
    display: block;
    box-shadow: none;
}

    .registerBtn:hover {
        background-image: url(/wdc2013/site/UNIVERSAL/img/RegisterButton_Active.png) !important;
    }

.feedback {
    color: Red;
    font-size: 13px;
}

.regMsg {
    font-size: 13px;
}

.moduleTitle {
    position: fixed;
    top: 130px;
    left: 10%;
    color: white;
    font-family: "LatoWeb", sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    width: 80%;
    text-align: center;
    margin: auto;
}

.wwbutton {
    background-color: white;
    color: black;
    font-family: "LatoWebBold", sans-serif;
    font-size: 1.8em;
    width: 80%;
    text-align: center;
    padding: 2.5%;
    margin: auto;
    position: fixed;
    bottom: 30px;
    left: 10%;
    text-transform: uppercase;
    cursor: pointer;
}

.content {
    margin-top: 100px;
}

.pContent {
    background-color: white;
    height: 100%;
    padding: 30px;
    font-size: 1.5em;
    color: black !important;
}

    .pContent p, .pContent li {
        font-family: "cardoregular" !important, sans-serif;
    }

.gapbtn, #loginBody .medBtn, .loginBtn, .medBtn {
    background-color: transparent;
    color: #652E28 !important;
    font-size: 2vw;
    width: 100%;
    text-align: center;
    padding: 1%;
    margin: auto;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
    border: 3px solid #652E28;
}


.medBtn {
    border: 1px solid #652E28;
    text-transform: none;
    box-sizing: border-box;
    background-color: #652E28;
    color: white !important;
}

.gapbtn.inverse {
    background-color: black;
    color: white !important;
    border: 3px solid white;
}

.gapbtn:hover, #loginBody .medBtn:hover, .loginBtn:hover, .medBtn:hover {
    text-decoration: none;
}

.blackborder {
    border: 5px solid black;
    width: 100%;
    padding: 20px;
    font-family: "LatoWeb" !important, sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.blackborder {
    font-family: "LatoWeb" !important, sans-serif;
}

    .blackborder .sb {
        position: absolute;
        bottom: -25px;
        left: 50%;
        background: url(../img/sb.gif) no-repeat;
        width: 41px;
        height: 25px;
        margin-left: -20px;
    }

.expandText {
    background-color: #434343;
    color: white;
    font-family: "LatoWeb", sans-serif;
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    padding: 2.5%;
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.peek {
    height: 4px;
    position: absolute;
    bottom: -4px;
    background-color: black;
    color: white;
    width: 96%;
    left: 2%;
}

.expando {
    background-color: black;
    color: white;
    width: 96%;
    margin-left: 2%;
    padding: 10px;
    display: none;
}

.biog {
    background: #808080;
    color: black;
    padding: 20px;
    padding-top: 90px;
    font-family: "cardoregular" !important, sans-serif;
    cursor: pointer;
}

.vidjuke {
    width: 100%;
    position: relative;
    clear: both;
}

.vid {
    width: 30%;
    height: 30%;
    float: left;
    margin: 1.6%;
    cursor: pointer;
}

    .vid img {
        width: 100%;
    }

.div.videocontent {
    width: 80%;
}

.sliderbar {
    margin-top: 0px;
}

.ui-slider {
    width: 46%;
    left: 27%;
    position: absolute;
    top: 30%;
}

.slidegroup {
    display: none;
}

.feedbackgroup {
    display: none;
}

.biog {
    background: #3E3E3E;
    color: white;
    padding: 20px;
    padding-top: 25%;
    font-family: "cardoregular" !important, sans-serif;
    cursor: pointer;
    border-left-style: solid;
    border-left-width: 8px;
    border-left-color: #1D1D1D;
}

.biogchar {
    position: absolute;
    width: 70px;
    right: 10%;
    top: 16%;
}

#mainContent_Assignments tr:nth-child(even) {
    color: black !important;
}

.tabInnerHeaderTitle .bcHome, .tabInnerHeaderTitle .bcLev2, .tabInnerHeaderTitle .bcEnd {
    display: none !important;
}


.cpPagerStyle span {
    font-weight: bold !important;
    text-decoration: underline;
}

.tree-view-holder {
    background-color: white;
    border: 1px silver;
}

    .tree-view-holder input[type=checkbox] {
        margin-top: -1px;
    }

    .tree-view-holder td,
    .tree-view-holder table,
    .tree-view-holder tr {
        border: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

.btnShowAsGraph {
    background-image: url(../img/Icons/chart-view.svg);
}

.btnShowAsGrid {
    background-image: url(../img/Icons/grid-view.svg);
    margin-right: 1em;
}

    .btnShowAsGraph.disabled,
    .btnShowAsGrid.disabled {
        fill: silver;
        cursor: default;
    }

    .btnShowAsGraph:hover:not(.disabled),
    .btnShowAsGraph.selected,
    .btnShowAsGrid:hover:not(.disabled),
    .btnShowAsGrid.selected {
        opacity: 1;
        border-bottom: 3px solid rgb(255, 204, 0);
    }

input.btnShowAsGraph,
input.btnShowAsGrid {
    position: relative;
    background-color: transparent;
    width: 23px;
    height: 29px;
    opacity: 0.3;
    border: 0;
    cursor: pointer;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: top center;
}


.teamHappy_GraphBack {
    width: 100%;
    height: 30px;
}

.teamHappy_GraphHolder {
    width: 80%;
    height: 30px;
    float: left;
    overflow: hidden;
    background-image: url(../img/Icons/chart-t.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100%;
}


.scoresReport .rCol1.flexDivider,
.completionsReport .rCol1.flexDivider {
    gap: 3vmin;
}

.rCol1.flexDivider {
    display: flex;
    align-items: flex-start;
}

    .rCol1.flexDivider.quizResultFilter.dates {
        justify-content: flex-end;
        align-items: flex-end;
    }

        .rCol1.flexDivider.quizResultFilter.dates > div {
            flex: 0 1 33.4%;

            @media screen and (max-width: 576px) {
                flex: 35%;
            }
        }

    .rCol1.flexDivider.quizResultFilter > div.orgTree > label {
        flex: 100%;
        justify-content: flex-start;
    }

    .rCol1.flexDivider.quizResultFilter > div.orgTree > div {
        position: relative;
        width: 70%;
    }

    .rCol1.flexDivider.quizResultFilter > div.orgTree {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .rCol1.flexDivider.quizResultFilter > div {
        flex: 35%;
    }

    .rCol1.flexDivider > div {
        flex: 50%;
        display: flex;
    }

.scoresReport .rCol1.flexDivider.checkbox > div > input,
.Report .rCol1.flexDivider.checkbox > div > input,
.completionsReport .rCol1.flexDivider.checkbox > div > input {
    position: relative;
    top: 3px;
}

.scoresReport .rCol1.flexDivider.checkbox > div > *,
.Report .rCol1.flexDivider.checkbox > div > *,
.completionsReport .rCol1.flexDivider.checkbox > div > * {
    flex: none;
}

.scoresReport .rCol1.flexDivider.checkbox > div,
.Report .rCol1.flexDivider.checkbox > div,
.completionsReport .rCol1.flexDivider.checkbox > div {
    justify-content: flex-start;
    height: 30px;
}

.scoresReport .rCol1.flexDivider label,
.Report .rCol1.flexDivider label,
.completionsReport .rCol1.flexDivider label,
.rCol1.flexDivider.quizResultFilter > div > label {
    font-size: 15px;
    font-weight: bold;
}

.scoresReport .rCol1.flexDivider label,
.Report .rCol1.flexDivider label,
.completionsReport .rCol1.flexDivider label,
.rCol1.flexDivider.quizResultFilter > div > label {
    flex: 50%;
    display: flex;
    justify-content: flex-end;
}

.rCol1.flexDivider.quizResultFilter > div > select,
.rCol1.flexDivider.quizResultFilter > div > input {
    flex: 50%;
    display: flex;
    justify-content: flex-start;
}

.rCol1.flexDivider > div > label {
    flex: 30%;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    justify-content: flex-end;
}

.rCol1.flexDivider > div > select,
.rCol1.flexDivider > div > input {
    flex: 70%;
    display: flex;
    justify-content: flex-start;
}

div.resultsGridChart.completionsReport,
div.resultsGridChart.Report {
    margin-top: 2em;
}

.resultsGridPieChart.scoresReport,
.resultsGridPieChart.Report,
.resultsGridChart.completionsReport,
.resultsGridChart.Report,
.resultsGridPieChart.completionsReport,
fieldset.qmProgress,
fieldset.quizResult {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .resultsGridPieChart.scoresReport .pieCharts.genericReport,
    .resultsGridPieChart.Report .pieCharts.genericReport,
    .resultsGridChart.completionsReport .pieCharts.genericReport,
    .resultsGridChart.Report .pieCharts.genericReport,
    .resultsGridPieChart.completionsReport .pieCharts.genericReport {
        background-color: #EBEBEB;
        border: 0;
    }

.resultsGridPieChart.scoresReport,
.resultsGridChart.completionsReport,
.resultsGridChart.Report,
.resultsGridPieChart.completionsReport {
    margin: auto 3px;
    padding: 1%;
}

fieldset.completionsReport,
fieldset.Report,
fieldset.scoresReport,
fieldset.qmProgress,
.quizResult.resultsGrid {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
    margin-top: 1em;
}

.pnlOrgBreadcrumb {
    margin-bottom: 1em;
    color: #666666;
}

    .pnlOrgBreadcrumb a {
        color: #D40511;
    }

.quizResults .scoreSheet > div.chartFrame > .score > .bar {
    position: absolute;
    top: 0;
    left: 100%;
    height: 30px;
    background-color: #D40511;
}

.quizResults .scoreSheet > div.chartFrame > .score > label {
    margin-right: 1em;
    font-weight: bold;
    font-size: 17px;
    line-height: 15px;
}

.quizResults .scoreSheet > div.chartFrame > .score {
    position: relative;
    margin-bottom: 2vmin;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.quizResults .scoreSheet > div.chartFrame {
    margin-top: 4em;
    left: 0;
    height: 100%;
    width: 100%;

    @media screen and (max-width: 1200px) {
        margin-top: 5.5em;
    }

    @media screen and (max-width: 576px) {
        margin-top: 6em;
    }
}

.quizResults .scoreSheet > div.line.first span {
    margin-left: -7px;
}

.quizResults .scoreSheet > div.line span {
    background-color: #EBEBEB;
    padding: 1em 0 .5em 0;
    font-size: 20px;
    margin-left: -14px;
    position: absolute;
}

.quizResults .scoreSheet > div.line {
    position: relative;
    flex: 10%;
    border-left: 1px solid #ddd;
    height: 100%;

    @media screen and (max-width: 576px) {
        flex: 100%;
    }
}

.quizResults .scoreSheet {
    display: flex;
    background-color: #EBEBEB;
    width: 100%;
    position: relative;
    border: 1px solid #EBEBEB;
    height: 100%;
}

.rightCol.quizResults .label {
    font-size: 20px;
    font-weight: bold;
}

.leftCol.quizResults,
.rightCol.quizResults {
    background-color: #EBEBEB;
}

.sectionLabelLink:hover {
    color: #D40511;
}

.sectionLabelLink .sectionLabel {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #D40511;
}


.genericReport .medBtn.generateReport {
    width: 100%;
    margin: 0;
}

.genericReport h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin: 0;
}

.genericReport .titleViewSwitcher {
    display: flex;
}

    .genericReport .titleViewSwitcher > h2 {
        flex: 50%;
    }

    .genericReport .titleViewSwitcher > div {
        flex: 90%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.genericReport.exportButtons a {
    flex: 33.333%;
    display: block;
    margin: 0;
}

.genericReport.exportButtons {
    display: flex;
    margin-top: 1em;
    gap: 3em;
    justify-content: space-between;
    align-items: center;
}

fieldset.genericReport {
    padding: 1%;
}

    fieldset.genericReport .rCol1.titleViewSwitcher {
        margin-top: 0;
    }

    fieldset.genericReport .rCol1,
    fieldset.genericReport .rCol3 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }

.resultsGridChart.completionsReport .genericReport.charts > .line > div > div {
    height: 35px;
}

.resultsGridChart.completionsReport .genericReport.charts > .line > div > .chart > div {
    background-color: #13323e;
    height: 25px;
}

.resultsGridChart.completionsReport .genericReport.charts > .line > div > .chart {
    flex: 70%;
    background-color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*padding-left: 5px;*/
}

.resultsGridChart.completionsReport .genericReport.charts > .line > div > .expl > span {
    width: 100%;
}

.resultsGridChart.completionsReport .genericReport.charts > .line > div > .expl {
    flex: 30%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    margin-left: 2em;
    font-size: 16px;
}

.resultsGridChart.completionsReport .genericReport.charts > .line > div {
    display: flex;
    width: 100%;
    position: relative;
}

.resultsGridChart.completionsReport .genericReport.charts > .line > label {
    flex: 100%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.resultsGridChart.completionsReport .genericReport.charts > .line:last-of-type {
    margin-bottom: 0;
}

.resultsGridChart.completionsReport .genericReport.charts > .line.bottom > div > label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.resultsGridChart.completionsReport .genericReport.charts > .line.bottom > div > span {
    width: 100%;
    font-size: 16px;
}

.resultsGridChart.completionsReport .genericReport.charts > .line.bottom > div {
    flex: 50%;
    display: flex;
    flex-wrap: wrap;
}

.resultsGridChart.completionsReport .genericReport.charts > .line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.resultsGridChart.completionsReport .genericReport.charts {
    background-color: #EBEBEB;
    border: 0;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color1::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color1::before {
    background-color: #FFFFFF;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color2::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color2::before {
    background-color: #FFCC00;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color3::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color3::before {
    background-color: #D40511;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color4::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color4::before {
    background-color: #B2B2B2;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color5::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color5::before {
    background-color: #666666;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color6::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color6::before {
    background-color: #333333;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom > .sub::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub::before {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    margin-left: -30px;
    content: "";
    background-color: rebeccapurple;
    border-radius: 50%;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom > .sub,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub {
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom > .sub {
    width: 21%;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.chart {
    width: 100%;
    flex: 100%;
    display: flex;
    justify-content: space-between;
}

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.chart svg {
        flex: 30%;
    }

.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div,
.resultsGridPieChart.Report .genericReport.pieCharts > div {
    flex: 30%;
    min-height: 30vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsOver > div > div > span,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsOver > div > div > span {
        text-transform: capitalize;
    }

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsOver > div > div > strong,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsOver > div > div > strong {
        font-size: 30px;
        font-weight: bold;
    }

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsOver > div > div > *,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsOver > div > div > * {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsOver > div > div,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsOver > div > div {
        width: 5vmin;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsOver > div,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsOver > div {
        height: 100%;
        width: 30%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsOver,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsOver {
        position: absolute;
        opacity: .6;
        width: 98%;
        height: 100%;
        display: flex;
        justify-content: space-around;
    }

    .resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom,
    .resultsGridPieChart.Report .genericReport.pieCharts > div.labelsBottom {
        flex-direction: row;
        width: 100%;
        flex: 100%;
        flex-wrap: nowrap;
        min-height: 4vmin;
        align-items: flex-start;
    }

.resultsGridPieChart.scoresReport .genericReport.pieCharts > h3,
.resultsGridPieChart.Report .genericReport.pieCharts > h3,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > h3 {
    flex: 100%;
}

.resultsGridPieChart.scoresReport .genericReport.pieCharts,
.resultsGridPieChart.Report .genericReport.pieCharts,
.resultsGridPieChart.completionsReport .genericReport.pieCharts {
    display: flex;
    flex-wrap: wrap;
    background-color: #EBEBEB;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.printTitle {
    display: none;
}

@media print {
    @page {
        size: A4;
        margin: 2em;
        padding: 2em;
    }

    body {
        margin: 3em;
    }

    .resultsGrid,
    fieldset {
        box-shadow: none !important;
    }

    .printHidden {
        display: none !important;
    }

    .printTitle {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    #mainContent_started_portlet, #mainContent_NotStartedCourses {
        background: white !important;
    }
}


.tabInnerHeaderTitle.embeddedBox {
    display: none;
}

.gvTableBasic {
    background: grey;
}

.svg-chart-container {
    height: 100%;
}

#loginBody td {
    border: 0 !important;
}


#mainContent_cbl_status td {
    border: none !important;
}

.remove-distributors {
    height: 15px;
    width: 15px;
}

.follow-container {
    display: flex;
    gap: 15px;
}

.follow-ticket {
    padding: 5px 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.add-watch {
    padding: 5px 13px;
}

.ticketSubscriberAddModal {
    position: absolute;
    right: 30px;
    top: 122px;
    background: white;
    z-index: 10;
    padding: 15px;
    border: 1px solid black;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.37);
}

.watch-eye {
    background-image: url(../img/Icons/eye.png);
    background-size: cover;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

.remove-follower {
    height: 20px;
    width: 20px;
    display: inline-flex;
    background: red;
    justify-content: center;
    color: white;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    align-items: center;
    padding-bottom: 3px;
    font-size: 14px;
}

.add-watch.hide {
    display: none;
}

.remove-distributors {
    height: 15px;
    width: 15px;
    display: inline-flex;
    background: red;
    justify-content: center;
    color: white;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    align-items: center;
    padding-bottom: 3px;
    font-size: 14px;
}

.inspect-distributors {
    height: 15px;
    display: inline-flex;
    background: red;
    justify-content: center;
    color: white;
    border-radius: 5px;
    margin-left: 20px;
    cursor: pointer;
    align-items: center;
    padding-bottom: 3px;
    font-size: 14px;
}

.tck-info-modal {
    margin-top: 1em;
    padding: 2em;
    background-color: #ffcc00;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tck-info-modal-container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(160deg, grey, transparent);
}

.action-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.action-btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #d40511;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
}

.intrMeta {
    background-color: #e8e6df;
}

.intrMetaCellIcon {
    background-color: #a2674f;
}

.intrMetaCell.result.incorrect > div {
    background-color: white !important;
}

.intrMetaCell.result.correct > div {
    background-color: white !important;
}

.objStatIcon {
    background-color: #e8e6df;
}

.objStatIconBadge {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-badge.svg);
}

.objStatIconBanner {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-banner.svg);
}

.objStatIconClock {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-half-clock.svg);
}

.objStatIconTimer {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-timer.svg);
}


.objStatusStrip {
    background-color: #776e64;
}

.ScormIcon-cog {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-cog.svg);
}


.ScormIcon-star {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-star.svg);
}


.ScormIcon-calendar {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-calendar.svg);
}


.ScormIcon-clock {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-clock.svg);
}

.ScormIcon-correct {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-tick.svg);
}

.donutGroupTitleIconCorrect {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-tick.svg);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-color: #34664c;
}

.donutGroupTitleIconIncorrect {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-cross.svg);
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-color: #862041;
}

.ScormIcon-other {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-other.svg);
}

.ScormIcon-incorrect {
    mask-image: url(/wdc2013/site/SOT/img/Icons/scorm-objective-cross.svg);
}

.ScormIntIcon-fillin {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-fill-in.svg);
}

.ScormIntIcon-likert {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-likert.svg);
}

.ScormIntIcon-matching {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-matching.svg);
}

.ScormIntIcon-numeric {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-numeric.svg);
}

.ScormIntIcon-performance {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-performance.svg);
}

.ScormIntIcon-sequencing {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-sequencing.svg);
}

.ScormIntIcon-multiplechoice {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-Multiple-choice.svg);
}

.ScormIntIcon-other {
    background-image: url(/wdc2013/site/SOT/img/Icons/scormInteraction-.svg);
}

.objHeadInfo {
    background: #e8e6df !important;
}

.tableHeaderScromObjectiveRed {
    background-color: #862041 !important;
}

.tableHeaderScromObjectiveRed > tr {
    background-color: transparent !important;
}

.tableHeaderScromObjectiveRed > th {
    background-color: transparent !important;
}

.tableHeaderScromObjectiveGreen {
    background-color: #34664c !important;
}

.tableHeaderScromObjectiveGreen > tr {
    background-color: transparent !important;
}

.tableHeaderScromObjectiveGreen > th {
    background-color: transparent !important;
}

.donutPanel {
    background: #e8e6df !important;
}

.donutOverall {
    background: #776e64 !important;
}


.collapsibleHead .toggleGlyph {
        color: #a2674f !important;
    }

.collapsibleHead .toggleGlyph::after {
        border: 2px solid #a2674f !important;
    }

.objGroupHead {
    color: #333333;
}

.objGroupHead > h1 {
    color: #333333;
}

.objHeadTitle {
    color: #333333;
}

.objHeadInfoValue {
    color: #776e64;
}
    
.objStat {
    border-right: 2px solid #e8e6df !important;
}

.intrTitleText {
    color: #776E64;
}

.donutOverall .donutLabel {
  color: #fff !important;
}
