﻿/* Global */

html, body {
    /*width: 100%;*/
    width: auto;
    box-sizing: border-box;
    font-family: "Trebuchet MS",sans-serif;
    color: #000000;
}

body.main-body{
    background-image: url("../images/01-New-Generic-Background_1680_1050.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    position:relative;
}

#legacy-frame body{
    background-image:none !important;
}

html, body, iframe.legacy-frame, div.container {
    min-height: 100%;
}

iframe#legacy-frame {
    border: none;
    width: 100%;
}


/* Change overlay Index */
.ui-widget-overlay.ui-front{
    z-index:95!important;
}

img {
    border: 0;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 0px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Header Title */

h1, h2, h3, h4, h5, h6 {
    font-family: 'NeoSansRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

h1{
    font-size: 20px;
}

a{
    color: #4a4a4a;
    text-decoration: none;
}


.page-title {
    border-bottom: 1px solid #D8D8D8;
}

.page-title h1 {
    font-size: 15px;
    padding: 10px 0;
    margin:0;
    font-weight: bold;
}

/* Layout Bootstrap - START */

body#core-content {
    background-color: white;
    background-repeat: repeat-x;
}

.validation-summary-errors ul {
    color: red;
    list-style: none;
    padding: 0;
    font-weight: 700;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

/* Customisation */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
}

h1, .h1 {
    font-size: 35px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}




h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, .h1 {
    font-size: 35px;
}

h1, .h1 {
    font-size: 36px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
}

/*.fa {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellSir {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
}

.wellSir img{
    float:left;
    padding-right:2rem;
}

legend {
    display: block;
    width: auto;
    padding: 0 1rem;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    font-weight: 500;
}


.btn-rose {
    color: #ffffff;
    background-color: #E6007E;
    border-color: #E6007E;
}

.btn-rose:hover {
    color: #ffffff;
    background-color: #EC44A7;
    border-color: #EC44A7;
}

.btn-primary {
    color: #ffffff;
    background-color: #EB008B;
    border-color: #EB008B;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #EC44A7;
    border-color: #EC44A7;
}

.btn-default,
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-warning {
    color: #ffffff;
    background-color: #F6931D;
    border-color: #F6931D;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #F5A749;
    border-color: #F5A749;
}

.btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #F6931D;
    border-color: #F6931D;
}


.btn-danger {
    color: #ffffff;
    background-color: #cf2045;
    border-color: #B5072C;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #B5072C;
    border-color: #cf2045;
}

.btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #cf2045;
    border-color: #B5072C;
}


.btn-social {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #EB008B;
    white-space: nowrap;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    margin-right: 3px;
}



.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

a:hover, a:focus {
    color: #FB22AD;
    text-decoration: none !important;
    cursor: pointer;
}

/* Layout Bootstrap - END */

/* Common Partials - Top Menu (Role Change Icons) - START */

div#change-role-bar {
    position: absolute;
    top: 0;
}

div#change-role-bar > div.icon {
    float: left;
    padding: 5px 10px 0px 0px;
}

/* Common Partials - Top Menu (Role Change Icons) - END */

/* Common Partials - Main Menu (Grey Tabs) - START */

ul.main-menu-container {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.main-menu-container > li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.main-menu-container > li > a {
    color: white;
    padding: 5px;
    background-color: gray;
}

ul.main-menu-container > li > a.active {
    background-color: fuchsia;
}

/* Common Partials - Main Menu (Grey Tabs) - END */

/* Header */
header {
    height: 130px;
    background: #ffffff;
}

.links {
    height: 37px;
    padding: 0;
    padding-top: 2px;
    margin: 0;
    background-image: url(/Content/Images/Login_Images/top_bar.png);
    background-repeat: repeat-x;
}

.quick-links ul,
.social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links ul {
    padding-top: 3px;
}

.quick-links ul li {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    padding: 0;
}

.quick-links ul li a span {
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    width: 27px;
    height: 27px;
    float: left;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 27px !important;
    float: left;
    position: relative;
    z-index: 10;
}

.as span {
    background: #CF2045;
}

.iqa span {
    background: #00A5A3;
}

.eo span {
    background: #009FE3;
}

.em span {
    background: #7ED321;
}

.ma span {
    background: #F39200;
}

.cm span {
    background: #7971AE;
}

.ba span {
    background: #5681C1;
}

.eqa span {
    background: #a3a3a3;
}

.cus span {
    background: #747ADE;
}

.xm span {
    background: #747ADE;
}

.quick-links ul li a.active span {
    border: 2px solid #F39200;
    line-height: 24px !important;
    position:relative;
    top:3px;
}

.social-media ul li {
    display: inline-block;
    margin: 0;
    padding: 3px 10px 0 0;
}

.social-media ul li a {
    display: block;
    width: 25px;
    height: 25px;
}

.logo-container {
    margin: 0;
    padding: 0;
}

.logo-container .logo {
    margin: 0;
    margin-top: -25px;
    padding: 0;
    padding-left: 3rem;
    display: block;
    position: relative;
    z-index: 5;
}

.logo-container .client-logo {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: block;
}


.logo-container .client-logo img {
    max-height: 80px;
}



/*nav.navbar {
margin: 0;
padding: 10px;
border-top: 2px solid #D8D8D8;
border-bottom: 2px solid #E6007E;
display: block;
border-radius: 0;

background: #7db9e8; 
background: -moz-linear-gradient(top, #F9F9F9 0%, #a3a3a3 100%); 
background: -webkit-linear-gradient(top, #F9F9F9 0%,#a3a3a3 100%);
background: linear-gradient(to bottom, #F9F9F9 0%,#a3a3a3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9 ', endColorstr='#a3a3a3 ',GradientType=0 );
}

nav.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

nav.navbar ul li {
    display: inline-block;
    margin-left: 5px;
}

nav.navbar ul li a {
    margin: 0;
    padding: 0px 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #808285;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 26px;
    display: block;
    line-height: 26px;
}


nav.navbar ul li a:hover {
    background-color: #E6007E;
    text-decoration: none;
}

nav.navbar ul li a.active {
    background-color: #E6007E;
}

nav.navbar ul li:first-child a {
    background-image: url(../images/home.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 32px;
    text-indent: -999999px;
    background-color: #808285;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 1px;
    float: left;
}

nav.navbar ul li:first-child a:hover {
    background-image: url(../images/home-h.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 32px;
    text-indent: -999999px;
    background-color: #E6007E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 1px;
}*/



/* WAYNE RESPONSIVE MENU */

nav.navbar {
    margin: 0;
    padding: 10px 0;
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #E6007E;
    display: block;
    border-radius: 0;
    background: #7db9e8; 
    background: -moz-linear-gradient(top, #F9F9F9 0%, #a3a3a3 100%); 
    background: -webkit-linear-gradient(top, #F9F9F9 0%,#a3a3a3 100%); 
    background: linear-gradient(to bottom, #F9F9F9 0%,#a3a3a3 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9 ', endColorstr='#a3a3a3 ',GradientType=0 ); 
}

nav.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.navbar-default .navbar-nav > li {
    display: inline-block;
    margin-left: 5px;
}

.navbar-default .navbar-nav > li > a {
    margin: 0;
    padding: 0px 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: #808285;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 26px;
    display: block;
    line-height: 26px;
    text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #E6007E !important;
    text-decoration: none;
    color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a.active {
    background-color: #E6007E;
}

.navbar-default .navbar-nav > li:first-child a {
    background-image: url(../images/home.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 32px;
    text-indent: -999999px;
    background-color: #808285;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 1px;
    float: left;
}

.navbar-default .navbar-nav > li:first-child a:hover {
    background-image: url(../images/home-h.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 32px;
    text-indent: -999999px;
    background-color: #E6007E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 1px;
}







p.logout a {
    text-indent: -9999999px;
    background-image: url("/images/logout.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 15px;
    display: block;
    position: relative;
    top: 5px;
    cursor: pointer;
}


.bg-red {
    background: red;
}

.breadcrum {
    background: #D8D8D8;
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
}

.breadcrum nav {
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

.breadcrum nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrum nav ul li {
    display: inline-block;
}

.breadcrum a {
    color: #000000;
    font-size: 12px;
}

section.main-content {
    min-height: 300px;
}

footer {
    font-size: 12px;
    border-top: 1px solid #a3a3a3;
}

/* LEARNER DASHBOARD */
.learner-dashboard {
    background-color: #EFEFEF;
    border: 1px solid #D1D1D1;
}

#tabs {
    height: 33px;
    padding-top: 5px;
    margin-left: 10px;
}

#tabs .coursegrey {
        background-color: #7B8B8A;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #7B8B8A;
    }

#tabs .coursepurple {
        background-color: #8E4686;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #8E4686;
    }

#tabs .coursepaleblue {
        background-color: #22A4B6;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #22A4B6;
    }

#tabs .coursegreen {
        background-color: #2A9C81;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #2A9C81;
    }

#tabs .coursepink {
        background-color: #CE6783;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #CE6783;
    }

#tabs .courseburntorange {
        background-color: #BB8B54;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #BB8B54;
    }

#tabs .courselemon {
        background-color: #D0AD50;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #D0AD50;
    }

#tabs .coursecoursebrown {
        background-color: #806754;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #806754;
    }

#tabs .courselightgreen {
        background-color: #37C45D;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #37C45D;
    }

#tabs .coursecourseblue {
        background-color: #5482D9;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #5482D9;
    }

#tabs .courseorange {
        background-color: #DA842F;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #DA842F;
    }

    #tabs .coursegatewayready {
        background-color: #3fa535;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #3fa535;
    }

#tabs .other {
        background-color: #96979B;
        color: #FFFFFF;
        border-radius: 12px 12px 0 0;
        border-color: #96979B;
    }

#tabs .active {
        height: 38px;
        margin-top: -6px;
        border-radius: 12px 12px 0 0;
    }

#tabs a {
        float: left;
        margin-left: 2px;
        border-radius: 3px 3px 0 0;
        border: 1px solid #eee;
        border-bottom-color: #ccc;
        color: #08c;
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        text-decoration: none;
    }

#tabs_data fieldset {
    display: none;
    border: 0;
}

#tabs_data fieldset div {
        font-size: 13px;
    }

.learner-dashboard-box {
    width: 200px;
    height: 180px;
    border: 1px solid #cac8c6;
    color: white;
    position: relative;
    cursor: pointer;
    overflow:hidden;
}

.learner-dashboard-box p.reports-overdue {
    color: red;
    padding: 0;
    margin: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    margin-top: -2rem;
    text-align: center;
}


.learner-dashboard-combined .learner-dashboard-box p.reports-overdue {
    color: red;
    padding: unset;
    margin: unset;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    margin-top: unset;
    text-align: unset;
    left: 25%;
    bottom: 28px;
}



.learner-dashboard-box.smart-session {
    width: 120px;
    height: 120px;
    border: 1px solid #cac8c6;
    color: white;
    position: relative;
    background: url("/images/Smart-Session.png") no-repeat;
    background-size:60px;
    background-position: center 20px;
}

.learner-dashboard-box.smart-session h3{
   position:absolute;
   bottom:10px;
   font-size:14px;
}

.learner-dashboard-box.eilp {
    width: 120px;
    height: 120px;
    border: 1px solid #cac8c6;
    color: white;
    position: relative;
    background: url("/images/eilp-icon.png") no-repeat;
    background-size:60px;
    background-position: center 20px;
}

.learner-dashboard-box.eilp h3{
    position:absolute;
    bottom:10px;
    font-size:14px;
    color: #000000;
}

.learner-dashboard-box h3{
    font-weight:bold;
    font-size:1.8rem;
    padding:0;
    margin:0;
}

.learner-dashboard-box.not-a-cv-btn h3 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.learner-dashboard-box.wellbeing-btn h3 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.learner-dashboard-box.eilp-btn h3 {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.learner-dashboard-box.course-completion-date h5 strong{
    font-size:3rem;  
    line-height:4.5rem;
}

.tb_box_Overview_Right {
    width: 180px;
    height: 230px;
    border: 1px solid #cac8c6;
    border-radius: 6px;
    padding: 10px 7px;
    color: white;
    background-color: #676767;
    vertical-align: top;
}

.tb_box_Overview_Right2 {
    width: 180px;
    height: 145px;
    border: 1px solid #cac8c6;
    border-radius: 6px;
    padding: 10px 7px;
    color: white;
    background: #5680C1 url("../Content/images/wellbeing-btn.png") no-repeat center;
    vertical-align: top;
}

.tb_box_Overview_Right2 div {
    width: 170px;
    padding-top: 95px;
    text-align: right;
    height: 150px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.innerclass,
.innerclass-scrollbar,
.innerclassimage {
    width: 180px;
    vertical-align: top;
    height: 130px;
    scrollbar-width: thin;
}

.innerclass-scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}

.innerclassimage {
    padding-top:10px;
    text-align: center;
}

.learner-dashboard-box.smart-vle-btn {
    background: url("/images/smart-vle-counter-btn.png") no-repeat;
    background-position:center -18px;
}

.learner-dashboard-box.not-a-cv-btn {
    background: url("/Content/images/learner-dashboard-notacv.jpg") no-repeat;
    background-position: center center;
    background-size:200px;
}

.learner-dashboard-box.course-completion-date {
    border: 1px solid #cac8c6; 
    color: white;
    background-color: #676767;
}

.learner-dashboard-box.wellbeing-btn {
    background: url("../images/wellbeing-btn.png") no-repeat;
    background-color: #5680C1 ;
    background-position: center center;
}

.learner-dashboard-box.eilp-btn {
    background: url("../images/EILP-icon-grey.png") no-repeat;
    background-position: center center;
    border: 1px solid #cac8c6;
    color: white;
    background-color: #676767;
}

.countdisplay {
    float: right;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 30px;
    text-align: center;
    line-height: 27px;
}

.countVleDisplay {
    float: right;
    width: 30px;
    height: 30px;
    border: 2px solid #5680c1;
    border-radius: 30px;
    text-align: center;
    color: #5680c1;
    line-height: 27px;
}

.innerclass1 {
    vertical-align: top;
    height: 120px;
    width: 150px;
}

.progress-widget-sub-box {
}

.progress-widget-sub-box ul {
    list-style: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
}


    .progress-widget-sub-box ul li {
        padding: 0;
        margin: 0;
        margin-left: 1rem;
        margin-bottom: 10px;
        display: inline-block;
        width: 4.9rem;
    }

/*THis will remove thead margin content thead first li*/

.progress-widget-sub-box ul li:first-child {  
    margin-left: 0rem;
}


.progress-widget-sub-box ul li .sub_box1,
.progress-widget-sub-box ul li .sub_box2,
.progress-widget-sub-box ul li .sub_box3 {
    padding: 0;
    margin: 0;
    width:100%;
    min-height: 6.5rem;
}


.progress-widget-sub-box ul li .sub_box1 p,
.progress-widget-sub-box ul li .sub_box2 p,
.progress-widget-sub-box ul li .sub_box3 p {
    padding: 0.5rem 0;
    margin: 0;
    border-radius: 10px;
    text-align:center
}


.progress-widget-sub-box ul li .sub_box1 p span,
.progress-widget-sub-box ul li .sub_box2 p span,
.progress-widget-sub-box ul li .sub_box3 p span {
    font-weight:bold;
    font-size:2.5rem;
}


.sub_box1, .sub_box2, .sub_box3 {
    color: #FFF;
    margin: 0px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0px;
    font-size: 10px;

}

.sub_box1 {
    background: #5d5da5;
}

.sub_box2{
    background: #F7931B;
}

.sub_box2 h3 {
    color: #FFF;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.sub_box3 {
    background: #6eb430;
}

.sub_box3 h3 {
    color: #FFF;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.sub_box1 h3 {
    color: #FFF;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.leftclass {
    width: 21%;
    vertical-align: top;
    padding: 50px 10px;
    color: #898989;
}

/* LEARNER DASHBOARD - END */

/* TRANING ASESSMENT  */

.tblHeaderClass {
    background-image: url("/images/lm_middleheaderV1.1.png");
    background-repeat: repeat-x;
    height: 55px;
}



.session-titles {
    padding: 5px 0px;
    margin:0;
    background: #8f8f8f;
    color:#ffffff;
}

.session-heading {
    background-color: #f0f3f7;
    /*border: 1px solid #79797a;*/
}


.session-feedback {
    border: 1px solid #79797a;
}

.session-feedback-icon {
    width: 25px;
    margin: 0;
    margin-left: 3px;
    display:inline-block;
}



.session-course-heading {
    background-color: rgb(253,236,223);
    border: 1px solid #79797a;
}



.session-progress .progress-state {
    position: relative;
    height: 10px;
    width: 100px;
}

.session-activity-grid {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.session-activity-grid th, .session-activity-grid td {
    font-size: 9pt;
    padding: 12px 5px;
    margin: 0;
    font-weight: normal;
    border: 1px solid #79797a;
}


.session-activity-grid td {
    font-weight: normal;
}

.session-activity-grid td.description {
    max-width: 150px;
    word-wrap: break-word;
}

.session-activity-grid td.description-extended {
    max-width: 150px;
    word-wrap: break-word;
}

.activity-resources ol {
    background-color: #f0f3f7;
    padding: 1rem 3rem;
}

.activity-resources ol li{
    line-height:2rem;
}

.sessions-none-container {
    font-size: 14pt;
    margin-left: 149px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.show-all-icons {
    width: 22px;
    display: inline-block;
    padding: 0;
    height: 30px;
    position: relative;
}

.show-arrow-all {
    width: 12px;
    height: 8px;
    background-image: url("/images/up-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    margin:0;
}

.hide-arrow-all {
    width: 12px;
    height: 8px;
    background-image: url("/images/down-arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.Dselect001 > option:disabled {
    text-decoration: line-through;
}

.hide-me{
    display:none;
}

/* TRANING ASESSMENT - END */

/* CUSTOM TABLE STYLING */
.table.sa-table {
    width: 98%;
}

.table.sa-table thead tr th,
.table.sa-table tfoot tr th {
    background-color: #e0e0e0;
    font-weight: bold;
    height: 33px;
    color: #78797a;
    /*text-align: center;*/
}

.table.sa-table tbody tr {
    background-color: #f0f3f7;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/* TABLE PAGER */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #333333;
    display: initial;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #EB008B;
    background: #EB008B !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #ffffff !important;
    border: 1px solid rgb(246, 147, 29);
    background: rgb(246, 147, 29);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #ffffff !important;
    border: 1px solid transparent;
    background: #EB008B;
    box-shadow: none;
    opacity:.5;
}





/* CUSTOM TABLE STYLING - END */


/* JOBSCAN RESULT */

.jobscan-result-bubble div {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    vertical-align: top
}

.jobscan-result-bubble div.jobscan-result-bubble-middle {
    height: 55px;
    padding: 1rem;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}


/* JOBSCAN RESULT - END */

/* AjaxGetChildData */
.sml-list-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sml-list-menu ul li {
        padding: 0;
        margin: 0;
    }

.sml-list-menu ul li a {
    width: 100%;
    display: block;
    background: #8f8f8f;
    color:#ffffff;
    font-weight:500;
    padding:5px;
    margin: 0;
}

.sml-list-menu ul li a {
    margin-bottom: 2px;
}

    .sml-list-menu ul li a:hover {
        background: #EB008B;
    }


/* AjaxGetChildData - END */


/* Browser Index */


.GrayButton {
    background: -moz-linear-gradient( top, #818286 5%, #818286 100%) repeat scroll 0 0 #818286;
    border: 1px solid #818286;
    border-radius: 3px;
    background-color: #818286;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 9pt;
    font-style: normal;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
}

.GrayButtonDisable {
    background: -moz-linear-gradient( top, #F2F2F2 5%, #F2F2F2 100%) repeat scroll 0 0 #F2F2F2;
    border: 1px solid #818286;
    border-radius: 3px;
    background-color: #F2F2F2;
    color: #485A64;
    display: inline-block;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 9pt;
    font-style: normal;
    height: 27px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
}

.gray_btn_26 {
    background: none repeat scroll 0 0 #818286;
    color: #FFFFFF;
    min-height: 25px;
    text-align: center;
    width: 100px;
    cursor: pointer;
    border: 1px solid #818286;
    border-radius: 3px;
}

.statusFilterContainer {
    width: 500px;
}

.statusFilter {
    /*float: left;
        width: 165px;*/
}

/* Legend */

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #e5e5e5;
}

/* Legend - END */


/* Browser Index - END */





/* Padding */
.padding-none {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 1rem !important;
}

.padding-15 {
     padding: 1.5rem !important;
}

.padding-20 {
    padding: 2rem !important;
}

.padding-30 {
    padding: 3rem !important;
}

.padding-40 {
    padding: 4rem !important;
}

.padding-50 {
    padding: 5rem !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 1rem !important;
}

.padding-top-15 {
    padding-top: 1.5rem !important;
}

.padding-top-20 {
    padding-top: 2rem !important;
}

.padding-top-30 {
    padding-top: 3rem !important;
}

.padding-top-40 {
    padding-top: 4rem !important;
}

.padding-top-50 {
    padding-top: 5rem !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 1rem !important;
}

.padding-right-20 {
    padding-right: 2rem !important;
}

.padding-right-30 {
    padding-right: 3rem !important;
}

.padding-right-40 {
    padding-right: 4rem !important;
}

.padding-right-50 {
    padding-right: 5rem !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 1rem !important;
}

.padding-bottom-15 {
    padding-bottom: 1.5rem !important;
}

.padding-bottom-20 {
    padding-bottom: 2rem !important;
}

.padding-bottom-30 {
    padding-bottom: 3rem !important;
}

.padding-bottom-40 {
    padding-bottom: 4rem !important;
}

.padding-bottom-50 {
    padding-bottom: 5rem !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-left-10 {
    padding-left: 1rem !important;
}

.padding-left-20 {
    padding-left: 2rem !important;
}

.padding-left-30 {
    padding-left: 3rem !important;
}

.padding-left-40 {
    padding-left: 4rem !important;
}

.padding-left-50 {
    padding-left: 5rem !important;
}

/* Margin */

.margin-none {
    margin: 0 !important;
}


.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}
.margin-10 {
    margin: 1rem !important;
}

.margin-20 {
    margin: 2rem !important;
}

.margin-30 {
    margin: 3rem !important;
}

.margin-40 {
    margin: 4rem !important;
}

.margin-50 {
    margin: 5rem !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 1rem !important;
}

.margin-top-20 {
    margin-top: 2rem !important;
}

.margin-top-30 {
    margin-top: 3rem !important;
}

.margin-top-40 {
    margin-top: 4rem !important;
}

.margin-top-50 {
    margin-top: 5rem !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}
.margin-right-10 {
    margin-right: 1rem !important;
}

.margin-right-20 {
    margin-right: 2rem !important;
}

.margin-right-30 {
    margin-right: 3rem !important;
}

.margin-right-40 {
    margin-right: 4rem !important;
}

.margin-right-50 {
    margin-right: 5rem !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 1rem !important;
}

.margin-bottom-20 {
    margin-bottom: 2rem !important;
}

.margin-bottom-30 {
    margin-bottom: 3rem !important;
}

.margin-bottom-40 {
    margin-bottom: 4rem !important;
}

.margin-bottom-50 {
    margin-bottom: 5rem !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 1rem !important;
}

.margin-left-20 {
    margin-left: 2rem !important;
}

.margin-left-30 {
    margin-left: 3rem !important;
}

.margin-left-40 {
    margin-left: 4rem !important;
}

.margin-left-50 {
    margin-left: 5rem !important;
}

/* Float */

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

/* Widths */
.full-width {
    width: 100%;
}

/* Text align */
.text-right {
    text-align: right;
}
/* Clear all*/
.clear-all:after {
    background-color: transparent;
    content: ' ';
    display: block;
    clear: both;
    float: none;
    width: 100%;
    line-height: 0;
    height: 0;
}

/* Backgrounds */

.bg-white {
    background-color: #ffffff !important;
}

.bg-rose {
    background-color: #e6007e !important;
}

.bg-tangerine {
    background-color: #f39200 !important;
}

.bg-blue {
    background-color: #009fe3 !important;
}

/* Backgrounds - END */

.overflow{
    overflow:hidden;
}

.row {
    margin: 0 !important;
    padding: 0;
    padding-bottom:10px;
}

/** DROPDOWN SELECT */

.styled-select {
    height: 35px;
    overflow: hidden;
    width: 145px;
    padding: 0px 0px 0px 0px;
    margin-left: 0;
    border: none;
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
}

.styled-select-nowidth {
    height: 35px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin-left: 0;
    border: none;
    font-size: 12px;
    line-height: 1.2;
}

.styled-select.large {
    width: 100%;
    overflow:hidden;
}

.styled-select.large select {
    width:330px;
    background: transparent;
    border: none;
    font-size: 14px;
    height: 35px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    padding-top: 15px;
    font-size: 11px;
    cursor: pointer;
}

.styled-select select, 
.styled-select-nowidth select {
    background: transparent;
    border: none;
    font-size: 14px;
    
    height: 35px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    padding-top: 15px;
    font-size: 11px;
    cursor: pointer;
}

    .styled-select select:focus, .styled-select-nowidth select:focus {
        outline: 0;
    }

.styled-select:after, .styled-select-nowidth:after {
    font-family: FontAwesome;
    content: "\f078";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1rem;
    color: #ffffff;
    z-index:5;
    right: 2px;
}

/* -------------------- Rounded Corners */
.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.rounded-top-left {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.rounded-top-right {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

/* -------------------- Colors: Text*/
.blue {
    color: #5f5ba7;
}

.red {
    color: #d32b4f;
}

.grey {
    color: #78797b;
}

.teal {
    color: #04a4a2;
}

.purple {
    color: #7e3daf;
}

.orange {
    color: #f1a83a;
}

.green {
    color: #54b602;
}



/* -------------------- Colors: Background image*/
.bg-blue {
    background-color: #5f5ba7 !important;
}

.bg-lite-blue {
    background-color: #5482d9;
}

.bg-red {
    background-color: #d32b4f !important;
}

.bg-grey {
    background-color: #78797b !important;
}

.bg-teal {
    background-color: #04a4a2 !important;
}

.bg-purple {
    background-color: #7e3daf !important;
}

.bg-orange {
    background-color: #f1a83a !important;
}

.bg-green {
    background-color: #54b602 !important;
}

/* -------------------- Colours: Text */
.bg-blue select,
.bg-red select,
.bg-grey select,
.bg-teal select,
.bg-purple select,
.bg-orange select,
.bg-green select {
    color: #ffffff;
}


.bg-blue select option,
.bg-red select option,
.bg-grey select option,
.bg-teal select option,
.bg-purple select option,
.bg-orange select option,
.bg-green select option {
    color: #000000;
}



.white {color: #ffffff !important;}

.completion-dates {
    background: #ed008c;
    width: 100%;
    padding: 10px;
}

.completion-dates h2 {
    font-weight: bold;
    color: #FFF;
    font-size: 13px;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}

.completion-dates ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.completion-dates ul li{
    display:inline;
    padding: 0;
    margin: 0;
}

.completion-dates ul li label {
    display: inline-block;
    padding: 0px;
    width: 20px;
    font-weight:normal;
}

.completion-dates .reset .fa{
    font-size:15px !important;
    padding:0;
    margin:0;
}

.due-links{
    position:relative;
}

.due-links a {
    color: #ffffff;
    /*font-family: 'NeoSansRegular';*/
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 10px 20px 10px;
    line-height: 1;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    margin-bottom:10px;
}

.due-today:after,
.due-this-week:after,
.over-due:after{
    font-family: FontAwesome;
    content: "\f054";
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    right: -20px;
}

.due-today {
    background: #f7921e;
}

.due-this-week {
    background: #5ac400;
}

.over-due {
    background: #1aa1e1;
}

.due-links:hover .sublink{
    display:block;
    position:absolute;
    left:295px;
    top:0;
    z-index:200;
    width:190px;
    border-radius: 0;
}

    .due-links:hover .due-today:after {
        content: " ";
    }
.due-links:hover .due-this-week:after {
    content: " ";
}
.due-links:hover .over-due:after {
    content: " ";
}




.due-links .sublink {
    display: none;
} 

.sublink ul{
   list-style: none;
   padding:10px;
   margin:0;
}

.sublink ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.sublink ul li a{
    color:#ffffff;
    padding:0;
    margin:0;
}

.sublink ul li a:hover{
    text-decoration: underline;
}

.leftlinks .left {
    float: left;
    overflow: hidden;
}

.leftlinks .right {
    float: right;
    overflow: hidden;
}

a.big_link1 {
    font-family: 'NeoSansRegular';
    font-weight: normal;
    display: block;
    width: 260px;
    height: 24px;
    padding: 10px 20px 0 10px;
    margin-bottom: 6px;
    line-height: 1;
    background: url(../images/link1.png) no-repeat;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
}

a.big_link2 {
    font-family: 'NeoSansRegular';
    font-weight: normal;
    display: block;
    width: 260px;
    height: 24px;
    padding: 10px 20px 0 10px;
    margin-bottom: 6px;
    line-height: 1;
    background: url(../images/link2.png) no-repeat;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
}

a.big_link3 {
    font-family: 'NeoSansRegular';
    font-weight: normal;
    display: block;
    width: 260px;
    height: 24px;
    padding: 10px 20px 0 10px;
    margin-bottom: 6px;
    line-height: 1;
    background: url(../images/link3.png) no-repeat;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
}

.pink_top {
    background: url(../images/pink_top.png) no-repeat;
    height: 6px;
}

.pink_bottom {
    background: url(../images/pink_bottom.png) no-repeat;
    height: 6px;
    margin-bottom: 6px;
}

.pink_middle {
    background: #ed008c;
    color: #FFF;
    padding: 0 7px;
}

    .pink_middle h2 {
        font-weight: bold;
        color: #FFF;
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

.leftlinks .left select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000;
    margin-top: -5px;
    text-align: left;
    min-width: 165px;
}

.leftlinks .left select option {
    background: none;
}

.leftlinks .right select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000;
    margin-top: -5px;
    text-align: left;
    min-width: 165px;
}

.leftlinks .right select option {
    background: none;
}

.top {
    vertical-align: top;
}

.parentrow {
    background: #dadada;
    border: 1px solid #b2b2b2;
}

.parentrow td {
    font: bold 12px Trebuchet MS;
    color: #2a4173;
}

.parentrow a:hover {
    text-decoration: underline;
}

.IQAImage {
    margin: 0px;
    padding: 0px;
    background: url('/images/sq1.png') no-repeat;
    background-position: center center;
}

.sampledate {
    margin: 0px;
    padding: 0px;
    background: url('/images/sq2.png') no-repeat;
    background-position: center center;
    height: 66px;
}

.sessiondate {
    margin: 0px;
    padding: 0px;
    background: url('/images/sq3.png') no-repeat;
    background-position: center center;
    height: 66px;
}

.sampleleft {
    width: 134px;
    text-align: center;
}

.sampleright {
    width: 134px;
    text-align: center;
}

.pr-bar {
    padding: 0px !important;
    margin: 10px !important;
    border: 0px !important;
}

.pr-bar td {
    padding-bottom: 5px;
    padding: 0px !important;
    border: 0px !important;
}

.pr-bar table tr {
    background: none !important;
}

#tblsample td {
    border: 0px !important;
}

#tblsession td {
    border: 0px !important;
}

.IQA {
    margin: 0px;
    padding-top: 15px;
    background: url('/images/fileIqaIcon.png') no-repeat;
    background-position: center center;
}

table.GridFonts td {
    font: bold 12px Trebuchet MS;
    color: #293667;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    text-align: center;
}

table.GridFonts th {
    font: bold 12px Trebuchet MS;
    color: #293667;
    text-align: center;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    height: 20px;
    background: #f0f3fa;
}

.rightborder {
    border-right: 1px solid #b2b2b2;
}

.BlankRow {
    height: 10px;
    background: white;
    border: 0px;
}

#trChild {
    height: 80px;
}

.processMessage1 {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #2C2C2C;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 200px;
    z-index: 100011;
    margin: 0 auto;
    margin-top: 30px;
}

.progressBackgroundFilter1 {
    border-width: 1px;
    border-color: #B2B2B2;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    overflow: hidden;
    z-index: 100001;
}

/*.sub_box1 {
    padding: 5px;
    border-radius: 4px;
    background: #5f5ca5;
    text-align: center;
    color: #FFF;
    float: left;
    margin: 9px 5px 0px 7px;
    height: 37px;
}

.sub_box1 h3 {
    color: #FFF;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.sub_box2 {
    padding: 5px;
    border-radius: 4px;
    background: #F7931B;
    text-align: center;
    color: #FFF;
    float: left;
    margin: 0px;
    height: 46px;
}

.sub_box2 h3 {
    color: #FFF;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.sub_box3 {
    padding: 5px;
    border-radius: 4px;
    background: #62B61A;
    text-align: center;
    color: #FFF;
    float: left;
    margin: 9px 0 0px 5px;
    height: 37px;
}

.sub_box3 h3 {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
}*/

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}

/* SA buttons */

.btn.sa-btn-default {
    width: 60px;
    padding: 5px;
    display: inline-block;
    color: #262626;
}

/* SA buttons - END */


.border-red {
    border: 1px solid red;
}

.border-none{
    border:none !important;
}

.border {
    border: 1px solid #cccccc;

}

.border-top-none {
    border-top: none;
}
.border-bottom-none {
    border-bottom: none;
}

/* Navbar Z-index change */

.navbar {
    position: relative;
    z-index:50;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.input-group-addon.medium{
    width:7.5rem;
}

.position-relative{
    position:relative;
}

a.UserLink {
    padding: 6px;
    /* float: right; */
}

.valign-middle{
    vertical-align:middle !important;
}

/* Main tabs for SA */

.nav-tabs > li > a,
.nav-tabs > li > a:hover {
    border: 1px solid #a3a3a3;
}

.nav-tabs > li.active > a {
    background-color: #e6007e !important;
    color: #ffffff !important;
}

/* Main tabs for SA  - END */



/* Side Menu Styling */

.side-menu {
    border: 1px solid #868686;
    width:205px;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li a {
    border-bottom: 1px solid #868686;
    padding: 2px 5px;
    margin: 0;
    display: block;
}

.side-menu ul li a:hover {
    background-color: #e0e0e0;
    color: #e6007e;
}


/*
    This removes the very last bottom border
*/
.side-menu ul li:last-child a {
    border-bottom: none;
}

.side-menu .side-header {
    background: #868686;
    color: #ffffff;
    padding: 5px 1rem;
    border-bottom: 2px solid #e6007e;
    margin:0;
}

/* Side Menu Styling - END */

/*
    Scroll
*/

.scroll-x {
    overflow-x: auto;
}

/*
    Browser User Folder
*/


.browser-user-folder .UserLink {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -20px;
    margin-top: 0px;
    z-index: 1;
}

    .browser-user-folder .UserLinkCount {
        width: 20px;
        left: 0;
        top: 0;
        height: 20px;
        position: absolute;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: black;
        text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
        z-index: 1;
    }

    .browser-user-folder .UserLinkCount:hover, .browser-user-folder .UserLinkCount:visited {
        color: black;
    }

.legend-key .UserLink{
    float:left;
    position:relative;
    left:-12px;
    top:10px;
}


/* Browser User Folder - END */



.form-control.disabled, 
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control.disabled, 
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}






/* Navbar z-index change - END */


/* HEIGHT */
.m-height-10 {
    min-height: 1rem;
    display:block;
}

.m-height-20 {
    min-height: 2rem;
    display: block;
}

.m-height-30 {
    min-height: 3rem;
    display: block;
}

.m-height-40 {
    min-height: 4rem;
    display: block;
}

.m-height-50 {
    min-height: 5rem;
    display: block;
}

.m-height-60 {
    min-height: 6rem;
    display: block;
}

.m-height-70 {
    min-height: 7rem;
    display: block;
}

/* HEIGHT - END */

.bold{
    font-weight:bold;
}


/*button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
}*/

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


.cursor:hover{
    cursor:pointer;
}


/* BOOK A NEW SESSION */
.ui-button-icon-only .ui-icon {   
    /*margin-left: -1px;*/
}

.ui-dialog .ui-dialog-titlebar-close {
    text-indent: -9999px;
}

/* BOOK A NEW SESSION - END*/





/* DATATABLE WRAPPER*/
.dataTables_length{
    margin-left:3rem;
}

.dataTables_filter {
    margin-right: 3rem;
}


/* DATATABLE WRAPPER - END*/




.sa_tab_grey a span,
.sa_tab_grey a span{
    width:100% !important;
    height:100% !important;
}






@media(max-width:767px) {
    .navbar-default .navbar-nav > li {
        display: block;
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > li:first-child a {
        background-image: url(../images/home.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        width: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        float: none;
    }


    .navbar-default .navbar-nav > li > a {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }


    .navbar-default .navbar-nav > li:first-child a:hover {
        width: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-top: 1px;
    }
}

@media(min-width:768px) {
    .styled-select select,
    .styled-select-nowidth select {
        background: transparent;
        border: none;
        font-size: 14px;
        width: 120%;
        height: 35px;
        /*padding: 5px;*/
        padding: 0 5px 5px 5px;
        padding-top: 15px;
        font-size: 11px;
        cursor: pointer;
    }


}

@media(min-width:992px) {

    .ipad-iframe-scroll {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }
}

@media(min-width:1200px) {
    .container {
        width: 1396px !important;
    }

    .ipad-iframe-scroll {
        overflow-x: auto;
    }
}

.form-control-sm, 
.input-group-sm > .form-control, 
.input-group-sm > .input-group-append > .btn, 
.input-group-sm > .input-group-append > .input-group-text, 
.input-group-sm > .input-group-prepend > .btn, 
.input-group-sm > .input-group-prepend > 
.input-group-text {
    height:26px;
    font-size:12px;
}

/** Get Comment Tooltip - START **/

.commentFrameContainer, .commentFrame {
    width: 320px;
}
.commentFrameContainer {
    background-color: #e2e8fe;
    display: none;
    border: solid 1px #003496;
}
.commentFrame {
    border: none;
}
/** Get Comment Tooltip - END **/

/** Removes filename from input=file - START **/
.inputWrapper {
    height: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.fileInput {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
/** Removes filename from input=file - END **/

/** jquery ui overrides - BEGIN **/
.ui-dialog-titlebar-close .ui-icon-closethick {
    margin-left: -8px !important;
}
/** jquery ui overrides - END **/

/** dataTables.foundation.css overrides*/

table.dataTable thead .sorting {
    background-image: url("../Content/DataTables/Images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../Content/DataTables/Images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../Content/DataTables/Images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../Content/DataTables/Images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../Content/DataTables/Images/sort_desc_disabled.png");
}



/** ASSESSOR DASHBOARD **/
.OutlineBorder{
    text-decoration:none;
}

.OverdueSessions {
    position: relative;
}




/** END **/




/** END **/ 
.caseload div span {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.caseload div span:last-child {
    font-size: 14px;
    color: #1aa1e1;
    font-weight: bold;
}
/** Bug 337 overrides - BEGIN **/
#tblDynamicControls td {
    padding: 8px;
}

#AddTempSessionFileForm #progress {
    margin-top: 12px;
}
/** END **/




/** BOOTSTRAP CARD **/

.card {
    word-wrap: break-word;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/** END **/








.fancybox-inner {
    min-height: 550px !important;
}
.admin-actions {
    background: url("Images/admin-block.jpg");
    width: 118px;
    height: 155px;
}
.admin-actions span {
    padding-left: 69px;
}
.ReportTitle {
    font-weight: bold;
    font-size: 14px;
    color: #808285;
    padding-top: 0px;
    top: -4px;
    position: relative;
    line-height: 14px;
}


.legend-table {
    background-color: #e1e1e1 !important;
    border-radius: 10px;
}

    .legend-table h4 {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 13px;
        border-bottom: 1px solid grey;
    }

    .legend-table p {
        font-size: 12px;
    }



.width-15 {
    width:15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

/** CSS ROATAE **/

.rotate-45 a{
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

/** END **/


/** CSS3 **/

.successfully-saved.hide-opacity {
    opacity: 0;
}

.successfully-saved {
    -webkit-transition: opacity 5s ease-in-out;
    -moz-transition: opacity 5s ease-in-out;
    -ms-transition: opacity 5s ease-in-out;
    -o-transition: opacity 5s ease-in-out;
    opacity: 1;
}

/** END **/

.overall-progress{
    min-height:500px;
}


/* Gateway Dasboard */
.gateway-dashboard {
    background-color: #EFEFEF;
    border: 1px solid #D1D1D1;
}

.gateway-dashboard .gateway-widgets > div:nth-child(1) {
    margin-left: 0%;
}

.gateway-dashboard .gateway-widgets > div {
    display: inline-block;
    margin-left: 4.9%;
}

.gateway-dashboard .profile-information {
}

.gateway-dashboard .progress {
    border:1px solid #a5a5a5;
}

.gateway-dashboard .progress-bar.checklist-progress-bar,
.gateway-dashboard .progress-bar.gateway-progress-bar {
   text-align:left;
   text-indent:10px;
}

.gateway-dashboard .progress-bar.checklist-progress-bar {
    background: #28a745;
    color: #333333;
}

    .gateway-dashboard .progress-bar.gateway-progress-bar {
        background: #007bff;
        color: #333333;
    }

.gateway-dashboard .profile-information h2 > span {
    font-size: 20px;
}

.gateway-dashboard .gateway-checklist ul,
.gateway-dashboard .profile-information ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gateway-dashboard .profile-information ul li {
    line-height: 30px;
}

    .gateway-dashboard .profile-information ul li > span {
        display: inline-block;
        
    }

    .gateway-dashboard .profile-information ul li > span:first-child {
        font-weight: bold;
        width: 100px;
        display: inline-block;
    }

.gateway-dashboard .profile-information ul li > span.name-tel {
    min-width: 200px;
}
.gateway-dashboard .gateway-checklist ul li {
    display: inline-block;
}

.gateway-dashboard .gateway-checklist span.sign-off-who {
    width:60px;
    display:inline-block;
}

    .gateway-dashboard .gateway-checklist span.sign-off {
        min-width: 150px;
        display: inline-block;
    }

.gateway-dashboard .gateway-checklist ul li {
    padding-right: 30px;
}

    #gatewayReadyCourseBackgroundLoader {
                          position: fixed;
                          top: 50%;
                          left: 50%;
                          margin-top: -50px;
                          margin-left: -200px;
                          width: 400px;
                          /*height: 100px;*/
                          z-index: 100002;
                      }

#gatewayReadyCourseBackgroundLoaderMessage > span {
    display: inline-block;
    width: 329px;
    vertical-align: top;
}

#gatewayReadyCourseBackgroundLoaderMessage > img {
    display: inline-block;
}


.my-custom-scrollbar {
    position: relative;
    height: 160px;
    overflow: auto;
    scrollbar-width: thin;
}

.table-wrapper-scroll-y {
    display: block;
}

.no-padding-left{
    padding-left:0px;
}

.widget-warning {
    font-size: small;
    color: red;
    margin-top: 0px;
    margin-left: 8px;
}
.filter-warning {
    margin-top: 20px;
    color: darkred;
}
