﻿html {
  overflow-y: scroll;
}

body {
    background-color: #e4e7ef;
}

/*
    HEADER 
*/

banner {
    min-height: 66px;
}

#page-header {    
    color: white;
    background-size:cover;
    background-repeat:no-repeat;
    background-position-y: -150px;
    min-height: 66px;
    width: 100%;
}

.page-header-grid-nosystem {
    background-color: rgb(80, 80, 80);
}

.page-header-grid-system {
    background-color: rgba(43, 44, 50, 0.8);
}

#system-header-cell {
    height: 66px;
    overflow: hidden;
    background-size:cover;
    background-repeat:no-repeat;
    background-position-y: -50px;
}

#system-header {
    margin-bottom: 0px;
    white-space: nowrap;
    display:inline;    
    min-width: 113px;
}

#mobile-menu-button {
    display: none;
}

#system-header-background {
    width: 100%;
    height: 100%;
}

.header-logo {
    height: 60px;
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 10px;
}

.system-logo-medium {
    padding-left: 23px;    
    padding-right: 16px;
}

#profile-header-cell {
    height: 66px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
}

.profile-header-cell-color {
    background-color: #2b2c32;
}

.header-profile-button {    
    cursor: pointer;
    color: white;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
}

.profile-text {
    font-size: 17px;
}

.profile-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

#sign-in-icon {
    margin-right: 5px;
}

.header-caret-down {
    font-size: 18px;
}

#system-titles {
    display: inline-block;
}

#page-title {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: white;
    overflow: hidden;
    color: white;
    display: inline;
    background-color: transparent;
    padding-right: 20px;
}

#page-title:hover, #page-title:focus, #page-title:visited, #page-title:active {    
    color: white;
    text-decoration: none;
}

.page-title-caret {
    padding-top: 0px;
    font-size: 12px;
    font-weight: normal;
}

#page-subtitle {    
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding-right: 10px;
    color: white;
    overflow: hidden;
    color: white;
    margin-bottom: 8px;
    padding-right: 20px;
}

#page-subtitle:hover, #page-title:focus, #page-title:visited, #page-title:active {    
    color: white;
    text-decoration: none;
}

.header-line-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-line {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.header-line-small {
    font-size: 18px;
    font-weight: 700;
}

.hide-background {
    background-position-x: -9999px;
}

#subsystem-menu-content {
    width: auto;
    min-width: 165px;
    padding-top: 10px;
    text-align: right;
}

#header-part-2-cell {
    background-size:cover;
    background-repeat:no-repeat;
    background-position-y: -216px;
    height: 66px;  
}

#header-part-2 {
    background-color: rgba(43, 44, 50, 0.8);
    width: 100%;
    height: 100%;
}

.menu .active {
    font-weight: bold;
}


/*
    PROFILE DIALOG
*/

colgroup.profile-info-table-form { 
    width: 40%; 
}

colgroup.profile-info-table-pic { 
    width: 60%; 
}

.profile-menu {
    animation-name: fade-in;
    animation-duration: 0.25s;
}

.profile-menu-content {
    animation-name: animate-top;
    animation-duration: 0.25s;
    animation-timing-function: ease-out;
    font-weight: bold;
    padding: 0;
    max-width: 100%;
    border-radius: 0px;
    margin: 0px;
    transform: none;
    -webkit-transform: none;
}

#user-menu-content {
    width: 160px;
}

#user-menu-button-area {
    padding: 4px;
}

#account-menu-content {
    width: 230px;
}

#profile-menu-top {
    background-color: white;
    width:100%;
    padding: 5px;
    line-height: 60px;
    border-radius: 10px 10px 10px 10px;
}

.popup-menu {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 0px;
}

.popup-menu-item {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    list-style: none;
    list-style-position: inside;
    cursor: pointer;
    color: #2B2C32;
}

.popup-menu-button, .popup-menu-text {
    font-size: 14px;
    color: #0A0B0C;
    text-align: right;
    padding-right: 5px;
    width: 100%;
    height: 32px;
}

.popup-menu-button:hover {
    color: #0060F1;
    background-color: #EBF3FF;
}

#profile-menu-bottom {
    background-color: #F0F2F7;
    width: 100%;
    padding: 0 1rem 0 1rem;
    height: 100%;
    border-radius: 0px 0px 10px 10px;
}

#profile-info-table {
    table-layout: fixed;
    margin-bottom: 0px;
}

.profile-info-row {  
    text-align: right;  
    font-size: 14px;
}

.profile-cell {    
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f0f2f7;
    vertical-align: top;
}

.profile-info-cell {
    color: #939496;
}

.profile-heading-cell {
}

.profile-button {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.profile-button-text {
    display: inline;
    position: relative;
    font-size: 14px;
}


/***************************

    Support Button 

****************************/

#floating-support-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: unset;
    padding: 12px 20px;
    background-color: #0060F1;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

#floating-support-button i {
    padding-right: 10px;
}

.float-right-support-button {
    right: 20px !important;
    left: unset !important;
}

/***************************

    Confirm Dialog

****************************/
#confirm-text {
    font-weight: 700;
    font-size: 24px;
}

/***************************

    Message Dialog

****************************/

#message-text {
    font-weight: 700;
    font-size: 24px;
}

.dialog-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 770px) {

    #page-header {
        background-position-y: -50px  !important;
    }

    #header-part-2-cell {
        background-position-y: -116px;
    }
}

@media only screen and (max-width: 500px) {

    #system-header-cell {
        background-position-y: 0px  !important;
    }

    #header-part-2-cell {
        background-position-y: -66px;
    }
}

@media screen and (max-width: 39.9375em) {
    
    body {
        margin-bottom: 4px;
    }
    
    #system-header {
        float: left;
        min-width: initial;
        margin-bottom: 5px;
    }
    
    #system-header-background {
        background-color: rgba(43, 44, 50, 0.8);
    }

    .system-header-instructors-trainers {
        height: 30px;
        margin-top: 14px;
    }
    
    .system-header-instructors-trainers img {
        height: 30px;
    }
    
    .system-logo-show {
        height: 30px;
        margin-top: 14px;
    }
    
    .system-logo-show img {
        height: 30px;
    }
    
    #mobile-menu-button {
        display: inline-block;
        font-size: 20px;
        float: right;
        margin-top: 23px;
        margin-right: 15px;
    }

    #mobile-menu-content {
        top: 60px;
        border-radius: 0px;
    }
    
    #account-menu-content {
        width: 100%;
    }

    #system-logo-wrapper {
        float: left;
    }

    #system-header-cell {
        text-align:center;
    }
    
    .header-logo {
        padding-right: 0px;
        margin-left: 5px;
        margin-top: 2px;
    }
    
    #system-titles {
        float: right;
    }

    #page-title {
        float: right;
        margin-top: 22px;
        font-size: 20px;
        font-weight: 900;
    }

    .page-title-instructors-trainers {
        margin-top: 14px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    #page-subtitle {
        float: right;
        font-size: 16px;
        font-weight: 400;
        clear: right;
    }

    #header-part-2-cell {
        display: none;
    }

    #header-part-2 {
        text-align:center;
    }

    #profile-header-cell {
        text-align:center;
    }

    #header-profile {    
        padding-left: 0px;
    }
    
    .profile-menu-content {
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    
    #menu-sections a {
        padding: .7rem .5rem;
    }
    
    .responsive-table tr {
        cursor: pointer;
        overflow: hidden;
        max-height: 65px;
    }	

}


/*********************************************************
**
**      SIMPLEGRID RESPONSIVE TABLE CSS
**
*********************************************************/

section table .required {
    display: none !important;
}

.empty-table-message {
    text-align: center;
}

.ko-grid .column-title {
     display: none;
}

.ko-grid.responsive-table .heading-text {
    color: #23272B;
    font-size: 16px;
    font-weight: 500;
}

.ko-grid.responsive-table td {
    color: #23272B;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 39.9375em) {
    .ko-grid.responsive-table thead {
        display: none;
    }

    .ko-grid.responsive-table .column-title {
        display: block;
        margin-bottom: 0px;
    }

    .ko-grid.responsive-table td {
        height: auto;
        padding-right: 0px;
    }

    .ko-grid.responsive-table tr {
        padding-bottom: 8px;
        border-top: 1px solid #E4E7EF;
        border-bottom: none;
    }
}


/***************************

    Loader 

****************************/


.loader-spin {    
    font-size: 28px;
    animation: roll 2s linear infinite;
    height: 28px;
    width: 28px;
    background-size: contain;
    margin: auto;
}

.loader-field {
    color: #268262;
}

.loader-table {
    color: #268262;
}


/***************************

    Translate Button 

****************************/

.translate-button {
	position: fixed;
	width: 118px;
	height: 56px;
	left: 31px;
	background-color: #EBF3FF;
	border-radius: 5px;
	text-align:center;
	box-shadow: 0px 30px 40px #1C1E2333;
}

.translate-button-form {
    bottom: 40px;
}

@media screen and (max-width: 770px) {
    .translate-button-form {
        bottom: 60px;
    }
}

.translate-button-not-form {
    bottom: 20px;
}

.translate-text {
    font-size: 14px;
    color: #0060F1;
}

#translate-menu-content {    
	position: fixed;
	width: 135px;
	height: 80px;
	bottom: 40px;
	left: 31px;
	background-color: white;
	border-radius: 5px;
	text-align: right;
	box-shadow: 0px 20px 40px #22232840;
    padding: 10px 8px;
    border: 1px solid #888;
}

.translate-menu-button {
    font-size: 12px;
    height: 30px;
    text-align: left;
}

.language-icon {
    height: 12px;
}

.lang-english {
    direction: ltr;
}

.translate-selected {    
    color: #0060F1;
    background-color: #EBF3FF;
}