﻿@import url('Lato2OFLWeb/Lato/latofonts.css');
@import url('Lato2OFLWeb/LatoLatin/latolatinfonts.css');
@import url('Corda/stylesheet.css');

html {
    box-sizing: border-box;
    height:100vh;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.ajax__calendar_container, .ajax__calendar_body {
    width: 184px !important;
}

body {
    margin: 0px;
    background-color: #fff;
    border: 0px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    /*background-image:url(../img/backgrounds/WelcomeMRes.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    height:100vh;
}

#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: #000;
}

.cpPage
{
    background-image:none;
    background-color:#fff;
    min-height:600px;

}
.cpGridView
{
    border-color: White;
    width: 100%;
}

.cpHeaderStyle > th {
    text-align: left;
    background: dimgrey;
    color: White;
}
.ui-icon {
    background-image: url(../img/Icons/ui-icons_ffffff_256x240.png) !important;
    width: 16px !important;
    height: 16px !important;
}


#topsection {
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, rgb(48, 62, 136), rgb(48, 62, 136) 48%, rgb(39, 51, 110) 70%, rgb(39, 51, 110));
}

    #topsection .logoContainer {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: 30%;
        height: 100%;
        opacity: 1;
        transition: opacity 250ms ease-in-out 0ms;
    }
    /* FROM BRAND */
    #topsection .logoContainer {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        padding-left: 15px;
    }

        #topsection .logoContainer .logoBox a {
            display: block;
            width: 100%;
        }

        #topsection .logoContainer .logoBox {
            width: 112px;
            height: 100% !important;
        }


            #topsection .logoContainer .logoBox a {
                background: url("../img/logos/dhl-logo-red.svg") no-repeat center center;
                background-repeat: no-repeat;
                background-size: contain;
                width: 112px;
                height: 100% !important;
            }

    #topsection .headerRightContainer {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #topsection .headerAvatar {
        border-radius: 100px;
        width: 40px;
        cursor: pointer;
    }

.menu-btn {
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all .25s ease-out;
    margin-inline-start: 20px;
    cursor: pointer;
}

    .menu-btn.active {
        background-color: white;
    }

        .menu-btn.active.burger__line {
            background-color: transparent;
        }

        .menu-btn.active.burger:before {
            top: 6px;
            transform: rotate(45deg);
        }
        .menu-btn.active.burger:after {
            top: 6px;
            transform: rotate(-45deg);
        }

.burger {
    position: relative;
    height: 14px;
    width: 20px;
}

.burger__line {
    position: absolute;
    top: 50%;
    transform: translateY(-1px);
    height: 2px;
    width: 20px;
    background-color: black;
    transition: background-color .25s ease-out;
}
.burger:before, .burger:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all .25s ease-out;
}
.burger:before {
    top: 0px;
}
.burger:after {
    bottom: 0px;
}

@media (min-width: 1024px) {
    #topsection .headerRightContainer {
        display: flex;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        margin-right: auto;
        margin-left: 0px;
    }

    #topsection .logoContainer {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        padding-left: 30px;
    }

        #topsection .logoContainer .logoBox {
            width: 128px;
            height: 18px;
        }

        #topsection .logoContainer .logoBox a {
            width: 128px;
            height: 18px;
        }
    }

#contentwrapper {
    float: left;
    width: 100%;
    background-color: rgb(242, 242, 242) !important;
    height:calc(100vh - 90px); /* header 60px plus footer 30px*/
}

    #contentcolumn {
        margin: 25px 10px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    }

    #leftcolumn {
        /*background-image:url(../img/backgrounds/leftMenu.png);
	background-repeat:repeat-y;*/
        width: 259px;
        margin-left: -100%;
        height: calc(100vh - 110px);
        float: left;
        border-right: 1px solid rgb(204, 204, 204);
        background-color:white;
        overflow-x:hidden;
        overflow-y:auto;
    }

    #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;
    }

    /* 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*/
        }
    }

    /* 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*/
        }
    }

    #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;
    }

    @media screen and (max-width: 768px) {
        #lmsHeaderText {
            display: none;
        }
    }


    #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;
        border-bottom:1px solid rgb(204,204,204);
        margin-bottom:20px;
    }


    #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: #be4f13;
            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-color: rgb(242, 242, 242) !important;
        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 rgb(102 , 102 , 102);
                border-bottom-color: #777;
                filter: alpha(opacity=30);
            }

                #contentcolumn .ui-tabs-nav a:hover {
                    border-bottom-color: #be4f13;
                    opacity: 1;
                    z-index: 4;
                    filter: alpha(opacity=100);
                }

            #contentcolumn .ui-tabs-nav .ui-tabs-active a {
                z-index: 3;
                border-bottom-color: #be4f13;
                opacity: 1;
                filter: alpha(opacity=100);
            }

            #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;
        height: calc(100vh - 165px);
        overflow-x:hidden;
        overflow-y:auto;
    }


    #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;
/*        background-color: #1F1F1F;*/
        line-height: 30px;
        height: 26px;
        padding: 1px;
        color: rgb(255, 255, 255);
        text-indent: 0px;
/*        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
        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: transparent url(../img/Buttons/GenSmall.png) no-repeat bottom left;*/
    background-color: #be4f13;
    float: right;
    cursor: pointer;
    margin:1px;
}

    .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/VOLVO/img/logos/mainlogo.png) center center no-repeat;
        background-size: contain;
        min-height: 45px;
        /*position:absolute;*/
        /*right:20px;*/
    }


    .ui-tabs-panel {
        border: 1px solid rgb(204,204,204) !important;
    }

    #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(../../dark1/img/Icons/ui-icons_ffffff_256x240_black.png) !important;
    }*/

    #searchBox {
        display: none;
    }

    td > a {
        color: Black !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(../../dark1/img/Icons/ui-icons_ffffff_256x240_white.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;
        background-color: #626262;
        cursor: pointer;
        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 black;*/
    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;
    margin: 2px;
    background-color: #be4f13;
}

        .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: White;
        text-decoration: none;
    }

    a:hover {
        color: rgb(153, 189, 221);
        text-decoration: underline;
    }

    a:visited {
        color: White;
        text-decoration: none;
    }

    /* RESPONSIVE FORM LAYOUT */
    fieldset {
        /*padding: 1em;*/
        font: 80%/1 sans-serif;
        /*border: 1px solid rgb(204, 204, 204);*/
/*        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);*/
        /*border-radius: 4px;*/
        padding-top:10px;
        position:relative;
    }

legend {
    padding: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    color: rgb(140, 140, 140);
    font-size: 90%;
    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;
    min-width:200px;
    text-align:center;
}

    .rform {
        position: relative;
    }

    .rform input, .rform select, .rform textarea {
        border:1px solid rgb(204, 204, 204);
    }

        /* 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: 1em;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
        cursor: pointer;
        font-weight:bold;
    }

    .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;
    }

    table {
        border:none !important;
    }
    td {
        border: 1px solid rgb(235, 235, 235);
    }

    .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;
}

.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%)*/
        background-color: white;
    }

    .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: #303e88;
    pointer-events: none;
}

.resultsGrid th {
    background-color: #303e88 !important;
}

.resultsGrid .subTable.enabled .subTable.enabled::after {
    border-color: #303e88;
    pointer-events: none;
}

.resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled::after {
    border-color: #303e88;
    pointer-events: none;
}

.resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled::after {
    border-color: #303e88;
    pointer-events: none;
}

.resultsGrid .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled .subTable.enabled::after {
    border-color: #303e88;
    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: black;
    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;
}
.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: silver;
}

.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;
}

label {
    /* float:left;
      width:25%;
      margin-right:0.5em;
      padding-top:0.2em;
      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;
  }*/
    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;
    }

    #loginHeader, #welcomeHeader, #registerHeader {
        width: 80%;
        margin: auto;
    }

    #loginLogo, #welcomeLogo, #registerLogo {
        width: 20%;
        margin: 0% auto 0% auto;
        display: block;
        background: url(/wdc2013/site/DHL/img/logos/dhl-logo-red.svg) center center no-repeat;
        background-size: contain;
        min-height: 200px;
    }

    #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: black;
    }

    #welcomeFooter {
        margin-top: 10%;
    }

    #registerBody {
        width: 80%;
        margin: 40px auto auto auto;
        color: White;
    }

        #loginBody table, #registerBody table {
            width: 100%;
            border: none;
            color: white;
            font: 10px !important;
        }

        #loginBody input, #registerBody input, #registerBody select {
            border: 3px solid #fff !important;
            width: 100%;
            background-color: #666666;
            font-size: .8em;
            color: white;
            padding: 1%;
            margin-top: 2%;
        }

        #loginBody label, #registerBody label {
            font-size: 13px;
            width: 0%;
            display: none;
        }

    .space_row {
        display: none;
    }

    #ai_row {
        display: none;
    }

    #rme_row {
        display: none;
    }

    .registerBtn {
        width: 186px;
        height: 30px;
        background-image: url(/wdc2013/site/VOLVO/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/VOLVO/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: rgb(190, 79, 19);
    color: #fff !important;
    font-family: "LatoWeb", sans-serif;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding: 1%;
    margin: auto;
    border-radius: 3px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    /*border: 3px solid white;*/
}

.medBtn:hover {
    background-color: rgb(212, 5, 17, 0.8);
}

        .gapbtn.inverse {
            background-color: #666666;
            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;
    }

/*    .tabInnerHeaderTitle, .embeddedBox{
        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 #303e88;
}

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: #be4f13;
}

.quizResults .scoreSheet > div.chartFrame > .score > .bar {
    position: absolute;
    top: 0;
    left: 100%;
    height: 30px;
    background-color: #be4f13;
}
.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: #be4f13;
}
.sectionLabelLink .sectionLabel {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #be4f13;
}


.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: #303e88;
    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: #303e88;
}
.resultsGridPieChart.scoresReport .genericReport.pieCharts > div.labelsBottom .sub.color3::before,
.resultsGridPieChart.completionsReport .genericReport.pieCharts > div .sub.color3::before {
    background-color: #be4f13;
}
.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;
    }
}

.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;
}

.tck-info-modal {
    margin-top: 1em;
    padding: 2em;
    background-color: #303e88;
    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: #be4f13;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
}


