﻿.k-pdf-export .noExport {
    display: none !important;
}

:root {
    --base-color: 115, 179, 212;
    --bg-color: 74, 112, 149;
    --button-color: rgba(var(--base-color), 2);
    --gradient1: rgba(var(--base-color), 0.9);
    --gradient2: rgba(var(--base-color), 0.6);
}

html {
    margin: 0px;
    height: 100%;
    overflow: hidden;
}

table.ListViewLayout {
    border-collapse: unset !important;
    border: none !important;
    border-spacing: 0 5px !important;
}

table.ListViewLayout>tbody>tr>td {
    border: none !important;
    border-collapse: unset !important;
}

.dxeTextBox,
.dxeMemo {
    border: 1px solid var(--button-color) !important;
    border-radius: 9px !important;
}

.labelEvaluationResult {
    display: block;
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}

table[id*="WebPart"] {
    border-color: var(--button-color) !important;
    width: auto !important;
    min-width: 100% !important;
}

.canvasChart,
.subGraph,
.ReportChart {
    width: auto !important;
    height: auto !important;
    max-height: 40vh !important;
    margin-right: auto;
    margin-left: auto;
    padding: 2em 0 2em 0;
}

.canvasChartSmaller {
    width: auto !important;
    height: auto !important;
    max-height: 55vh !important;
    margin-right: auto;
    margin-left: auto;
    padding: 2em 0 2em 0;
}

#divContentArea .k-pdf-export {
    width: 600px !important;
}

div[id*='panStatement'] {
    margin-top: 2em;
}

.spacerRow {
    height: 2em !important;
}

.sameColorTable {
    border: white !important;
    border-spacing: 5px !important;
}

.frame-fieldset {
    margin-top: 5px;
    border: 1px solid var(--button-color) !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.frame-fieldset-special {
    margin-top: 15px;
    border: 1px solid var(--button-color);
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
}

hr {
    border-top: 0.8px solid var(--button-color);
}

#customLinkDiv table {
    border: none !important;
}

/* Chain menu image and text below aligment fix */

input[value="ETEST"] {
    padding-left: 12px;
}

input[name="ctl00$ChainMenu$ctl02"] {
    padding-left: 8.12px;
}

#ctl00_BodyContent_userSelector_ASPxCallbackPanel_btnSelect,
#ctl00_BodyContent_userSelector_ASPxCallbackPanel_btnDeselectAll {
    padding-bottom: 2px;
}

#ctl00_BodyContent_panContent table,
#ctl00_BodyContent_MasterTestsGridView,
#ctl00_BodyContent_LicenseTestsGridView {
    border: 1px solid var(--button-color);
}

input[id*="btnDeleteAdministrator"] {
    background: var(--button-color) !important;
}

#ctl00_BodyContent_upCategoryTree,
#ctl00_BodyContent_pnlTreeView {
    overflow-y: auto;
    height: 50vh;
}

#ctl00_BodyContent_tvOrganizationn0Nodes {
    overflow-y: overlay;
    height: 36vh;
}

@media (max-height: 600px) {
    #ctl00_BodyContent_pnlTreeView,
    #ctl00_BodyContent_pnlTreeView,
    #ctl00_BodyContent_tvOrganizationn0Nodes {
        height: 38vh;
    }
}

input[name="ctl00$BodyContent$languageSelector$CmbLanguage"] {
    padding-left: 3px !important;
}

.chainMenuItem,
.chainMenuLogOffItem,
.chainMenuSelectedItem {
    cursor: pointer;
}

.chainMenuItem input,
.chainMenuLogOffItem input,
.chainMenuSelectedItem input {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3d(0, 0, 0);
}

.chainMenuItem>input,
.chainMenuLogOffItem>input,
.chainMenuSelectedItem>input {
    height: 35px;
    -webkit-filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.4));
    -webkit-transform: translate3d(0, 0, 0);
}

.chainMenuItem:hover>input.menuButton,
.chainMenuLogOffItem:hover>input.menuButton,
.chainMenuSelectedItem:hover>input.menuButton {
    height: 40px;
    -webkit-filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 1)) opacity(50%);
    top: 28px;
    padding-top: 3px;
    -webkit-transform: translate3d(0, 0, 0);
}

#ctl00_BodyContent_languageSelector_CmbLanguage_B-1 {
    background: none;
    color: var(--button-color);
}

select,
#ctl00_BodyContent_languageSelector_CmbLanguage {
    border-color: var(--button-color);
    border-radius: 9px;
    outline: none;
    font-family: "Open Sans", sans-serif;
    background-color: white;
}

textarea {
    border: 1px solid var(--button-color);
    border-radius: 9px;
    outline: none;
}

#imgTheme {
    width: 100%;
    height: auto;
    max-height: 100%;
}

input[value="Delete"],
input[value="Löschen"],
input[value="Eliminar"],
input[value="Slet"] {
    color: white;
    cursor: pointer;
    font-size: 14px;
}

input[value="Delete"]:hover,
input[value="Löschen"]:hover,
input[value="Eliminar"]:hover,
input[value="Slet"]:hover {
    color: red;
}

#ctl00_BodyContent_userSelector_ASPxCallbackPanel_trMainTable {
    width: -webkit-fill-available;
}

select>option {
    color: black;
}

#ctl00_BodyContent_lblSubject {
    font-size: 14px;
}

.dxeListBoxItemSelected {
    background-color: var(--button-color);
}

.dxeListBoxItemHover {
    background-color: var(--button-color) !important;
}

.btnDeleteTheme {
    background: var(--button-color);
}

#ctl00_BodyContent_DataGrid_Licenses {
    border: none !important;
}

.SelectedNodeStyle {
    background-color: rgb(var(--bg-color));
    color: white;
}

#ctl00_BodyContent_upScale {
    margin-top: -20px;
}

#ctl00_BodyContent_DataGrid_Groups,
#ctl00_BodyContent_DataGrid_Statements {
    margin-top: -10px;
    width: -webkit-fill-available;
}

#ctl00_BodyContent_grvAnalyses,
#ctl00_BodyContent_DataGrid_Translations {
    width: -webkit-fill-available;
}

#ctl00_BodyContent_grvAnalyses {
    text-align: center;
}

.dataListEvaluation tr {
    border: 1px solid var(--button-color);
}

#tblEditEvaluation {
    border-bottom: 1px solid var(--button-color);
}

#ctl00_BodyContent_ctl01_grvTestResults td,
#ctl00_BodyContent_ctl01_grvTestResults th,
#ctl00_BodyContent_ctl01_grvTestResults {
    border: 1px solid white !important;
}

#ctl00_BodyContent_upInterpretationList {
    margin-top: -5px;
}

.sameColorTable td {
    border: none !important;
}

.sameColorTable>tbody>tr,
.sameColorTable>tbody>tr>td .sameColorTable>th {
    border: white !important;
    border-collapse: unset !important;
}

.sameColorTable>tbody>tr {
    background-color: rgba(var(--base-color), 0.2);
}

.simpleTable {
    border: 1px solid var(--button-color) !important;
}

.tableWithCustomBorder {
    border: 1px solid white !important;
    border-spacing: 5px !important;
}

.full-width {
    width: 100% !important;
}

.tableWithCustomBorder>tbody>tr,
.tableWithCustomBorder>tbody>tr>td .tableWithCustomBorder>tbody>tr>td .tableWithCustomBorder>th {
    border: 1px solid white !important;
    border-collapse: unset !important;
}

.tableWithCustomBorder>tbody>tr:nth-child(even) {
    background-color: rgba(var(--base-color), 0.6);
}

.tableWithCustomBorder>tbody>tr:nth-child(odd) {
    background-color: rgba(var(--base-color), 0.2);
}

table {
    border-color: var(--button-color);
}

table#tblEdit {
    border-color: transparent;
}

table#ctl00_BodyContent_grvAnalyses,
table#ctl00_BodyContent_grvAnalyses>tbody,
table#ctl00_BodyContent_grvAnalyses>th,
table#ctl00_BodyContent_grvAnalyses>td {
    border-color: var(--button-color);
    border-radius: 5px;
    padding: 5px;
}

table.ListViewLayout>tbody>tr>td {
    padding: 5px;
}

    table.ListViewLayout {
        border: 1px solid white !important;
        border-collapse: separate;
        -webkit-border-vertical-spacing: 5px;
        border-spacing: 0 5px;
        position: sticky;
    }

#ctl00_BodyContent_DataGrid_Analyses,
#ctl00_BodyContent_DataGrid_Translations {
    border-color: var(--button-color) !important;
}

#ctl00_BodyContent_DataGrid_Licenses {
    width: -webkit-fill-available;
}

#ctl00_BodyContent_tabResultContainer_body {
    border-color: var(--button-color);
}

input[name="ctl00$BodyContent$LicensesDropDown"] {
    padding-left: 3px !important;
}

.dxeButtonEdit {
    border-radius: 5px;
    border-color: var(--button-color) !important;
    padding-left: 5px;
}

.dxeEditArea {
    padding-left: 3px !important;
}

.dxbButton div.dxb table {
    color: #fff !important;
}

.dxeButtonEditButton {
    border-style: none !important;
}

table.ListViewLayout>tbody>tr:nth-child(even) {
    background-color: rgba(var(--base-color), 0.6);
}

.dxbDisabled {
    color: #808080 !important;
}

table.ListViewLayout>tbody>tr:nth-child(odd) {
    background-color: rgba(var(--base-color), 0.2);
}

.dxbButtonTD a,
.dxbButtonTD input {
    color: #fff;
    border: 0px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
    background: var(--button-color) !important;
    background-color: var(--button-color) !important;
    padding: 3px 8px 4px 8px;
}

.dxbButtonTD>a:hover {
    color: black;
}

.dxeBase {
    font-size: 14px !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.dxbButton:hover {
    color: black !important;
}

.dxbButton {
    color: #fff !important;
    border: 0px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
    background: var(--button-color) !important;
    background-color: var(--button-color) !important;
}

.dxb span {
    color: #fff;
    border: 0px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
    background: var(--button-color) !important;
    background-color: var(--button-color) !important;
}

.dxbDisabled,
.dxbDisabled span {
    color: #808080 !important;
}

input[name="ctl00$BodyContent$LoginBox$LanguageSelector$CmbLanguage"] {
    padding-left: 3px !important;
}

input[name="ctl00$BodyContent$webPartManager$wp237709442$wp1311910646$btnSaveSettings"],
input[name="ctl00$BodyContent$webPartManager$wp815054930$wp613401675$btnSaveSettings"] {
    background-color: var(--button-color);
    color: #ffffff;
}

body {
    margin: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    /*'Open Sans'*/
    font-size: 14px;
}

td {
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: var(--button-color);
}

input {
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 9pt;
    padding-left: 5px;
    border: 1px solid var(--button-color);
    border-radius: 9px;
    outline: none;
}

input[type="image"] {
    border-radius: unset;
    border: none;
}

input[type="file"] {
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 9pt;
    padding-left: 0;
    border: 1px solid var(--button-color);
    border-radius: 9px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

textarea {
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 9pt;
}

/* Login page begin */

#LogInContent {
    position: absolute;
    background-image: url(images/LoadScreen_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid gray;
}

#divClubLogoImage {
    position: absolute;
    top: 120px;
    left: 410px;
}

.imgLoginClubLogo {
    height: 26px;
    width: 100px;
}

#divLoginBox {
    width: 200px;
    height: 170px;
    border: 2px solid var(--button-color);
    margin: 0px auto;
    background-color: white;
    padding: 30px;
    font-size: 10px;
    /*font-family: 'Open Sans';*/
}

#tblLoginBox {
    border-collapse: collapse;
    width: 100%;
}

#tblLoginBox td {
    padding-bottom: 2px;
}

.lblUserName,
.lblPassword,
.lblLanguage {
    font-weight: bold;
    font-size: 10px;
    /*font-family: 'Open Sans';*/
}

.UserName,
.Password {
    width: 100%;
    font-size: 12px;
    /*font-family: 'Open Sans';*/
}

#divLanguageSelector {
    width: 100%;
}

.cbRememberMe {
    font-size: 10px;
}

#spFailureText {
    color: red;
    margin: 5px 0px;
}

#divLoginButton {
    float: left;
}

#divForgotPasswordLinkButton {
    float: right;
    display: table-cell;
    height: 20px;
    vertical-align: middle;
    padding: 3px;
}

.btnLogin {
    color: white;
    background-color: #2fa099;
    border-color: transparent;
    border-radius: 2px;
    width: 50px;
}

.lbForgotPassword {
    font-size: 10px;
    /*font-family: 'Open Sans';*/
    font-weight: bold;
    color: #95bbdf;
    vertical-align: middle;
}

/* Login page end */

/* Default Master page begin */

#divClubLogo {
    height: 75px;
    width: 250px;
    float: left;
    padding-left: 50px;
}

.imgClubLogo {
    width: 100%;
    height: 100%;
}

#divLogin {
    height: 75px;
    width: 400px;
    float: right;
    padding-right: 30px;
    display: table;
}

#divLoginInfo {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.lblLoginInfo {
    vertical-align: middle;
    opacity: 0.7;
}

.lbLoginInfo {
    vertical-align: middle;
}

#divMainMenu {
    width: 100%;
}

#ctl00_BodyContent_eTestPerform_eTestStatement_statementItems_border {
    border: none;
    border-bottom: 2px solid var(--button-color);
    padding-bottom: 35px;
    background-color: var(--gradient2);
}

/* fix action button going up on click */

table>input[type="submit"][style*="width: 0px; height: 0px; padding: 0px; border-style: none; background-color: transparent;"] {
    display: none;
}

/* ChainMenu begin */

.chainMenuItem,
.chainMenuSelectedItem,
.chainMenuLogOffItem {
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 90px;
    background: linear-gradient( rgb(var(--base-color)), rgb(var(--base-color))) !important; /* linear-gradient( rgb(var(--bg-color)), var(--gradient1), var(--gradient2), var(--gradient1), rgb(var(--bg-color))) !important; */
}

.chainMenuSelectedItem {
    /**/
}

.selectedNavItem {
    font-weight: bold;
}

.chainMenuLogOffItem {
    /*background-image: url(images/ChainMenu/cmLinkRed.png);*/
}

.firstEmptyCellMenuItem,
.emptyCellMenuItem,
.lastEmptyCellMenuItem {
    background: linear-gradient( rgb(var(--base-color)), rgb(var(--base-color))) !important; /* linear-gradient( rgb(var(--bg-color)), var(--gradient1), var(--gradient2), var(--gradient1), rgb(var(--bg-color))) !important; */
}

.firstEmptyCellMenuItem {
    width: 50px;
}

.lastEmptyCellMenuItem {
    width: 50px;
}

.menuButton {
    height: 25px;
    outline: none;
    padding-top: 8px;
}

/*.menuButton:hover
{
    height: 35px;
}*/

.menuLabel {
    display: block;
    margin-top: 5px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

/* ChainMenu end */

/* Main area begin*/

#divMainArea {
    display: table;
    width: 100vw;
    content: "";
    margin: 20px auto 0px auto;
    /*border: 1px solid red;*/
}

/* Navigation area begin*/

#divNavigationArea {
    float: left;
    width: 16vw;
    display: table-cell;
    text-align: left;
    padding: 30px 0.6vw 10px 4.5vw;
    border-right: none;
    height: 100%;
}

.lblNavigation {
    font-weight: bold;
    /*font-size: larger;*/
    display: block;
    margin-bottom: 20px;
}

#divNavigationMenuItems {
    /*font-size: larger;*/
    text-align: left;
    margin-top: 12px;
}

.lbNavigationMenuItem {
    display: block;
    margin-bottom: 3px;
    opacity: 0.8;
}

#divNavigationSubmenuItems {
    /*font-size: medium;*/
    text-align: left;
    margin-left: 10px;
}

.lbNavigationSubmenuItem {
    display: block;
    opacity: 0.6;
}

.selectedItem {
    color: black;
    font-weight: bold;
}

/* Navigation area end*/

/* Content area begin*/

.ui-menu .ui-menu-item a {
    background: none;
}

.ui-state-focus {
    background: none;
}

textarea[name="ctl00$BodyContent$TextBox_Disclaimer"] {
    resize: none;
}

.textArea {
    resize: none;
}

h3 {
    margin-top: unset;
}

#divContentArea {
    float: left;
    height: 100%;
    width: 55vw;
    display: table-cell;
    padding: 28px 1vw 10px 1vw;
    overflow-x: auto !important;
    webkit-overflow-scrolling: touch;
    border-right: 1px solid var(--button-color);
    border-left: 1px solid var(--button-color);
}

/* Content area end*/

/* Tutorial area begin */

#divTutorialArea {
    float: right;
    width: 15vw;
    display: table-cell;
    padding: 30px 5.5vw 10px 1vw;
    border-left: none;
    height: 100%;
}

#divMainTutorialArea {
    height: 1vh;
}

::-webkit-scrollbar {
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--button-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gradient2);
}

.lblTutorialSearch,
.lblTutorialHelp {
    /*font-size: medium;*/
    display: block;
}

.tbTutorialSearch {
    /*font-size: medium;*/
    display: block;
    width: 150px;
    border: 1px solid var(--button-color);
    margin-top: 5px;
    margin-bottom: 30px;
}

#divHelp {
    max-height: 50vh;
    overflow: auto;
    /*border: 1px solid green;*/
}

#ctl00_BodyContent_eTestPerform_eTestStatement_statementItems_ctl11_imgFile {
    width: 500px;
    height: auto;
}

div[id*="schedulerPlan_UpdatePanel"] {
    width: 610px !important;
}

#ctl00_BodyContent_schedulerPlan_UpdatePanel_AnnualPlan {
    height: 60vh;
}

#divTutorialItem {
    width: 200px;
    height: 100px;
    border: 1px solid var(--button-color);
    background-color: #5f92b4;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;
}

#divTutorialItem:hover {
    cursor: pointer;
}

.lblTutorialSectionTitle {
    color: #99a7b2;
    font-size: large;
    font-weight: bold;
    display: block;
    height: 22px;
}

.imgTutorialSeparator {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 16px;
}

#divTutorialTitle {
    height: 37px;
    padding: 0px 3px 0px 3px;
}

.lblTutorialTitle {
    color: #a0b6c3;
    display: block;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

#divTutorialFooter {
    height: 5px;
    background-color: #233844;
    bottom: -19px;
    position: relative;
    margin-bottom: 0;
    display: block;
}

/* Tutorial area end */

/* Footer area begin */

#divFooter {
    position: relative;
    left: 0;
    bottom: 0;
    width: 98%;
    height: 50px;
    text-align: center;
    margin-left: 1%;
    margin-top: 20px;
}

#divFooterProduct {
    height: 30px;
}

.imgFooterProduct {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#divFooterLine {
    background-image: url(Images/Master/TableBar_BG_Down.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
    opacity: 0.7;
}

#divCopyright {
    width: 100%;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}

/* loader */

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--button-color);
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.k-pdf-export .noExport {
    display: none;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Footer area end */

/* Main area end*/

/* Default Master page end */

/* video */

/* Embed google fonts for demo layout
-----------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
/* Main Page Layout 
-- NOTE: Just for the demo page, and not
required for the video modal... Video Modal
styles are down below --
-----------------------------------------*/

#ctl00_BodyContent_upTutorials {
    display: flex;
    flex-wrap: wrap;
}

.videoItem {
    background: #fcfcfc;
    display: block;
    position: relative;
    font-size: 1rem;
    width: 45%;
    min-height: 0;
    vertical-align: top;
    margin: 2.5%;
    cursor: pointer;
}

.videItemInside {
    height: 170px;
    position: relative;
}

.videItemInside-sidebar {
    height: 120px;
    position: relative;
}

.videoItem-sidebar {
    background: #fcfcfc;
    display: block;
    position: relative;
    font-size: 1rem;
    min-height: 0;
    vertical-align: top;
    margin: 2.5%;
    cursor: pointer;
}

.video-banner,
.video-banner-sidebar {
    display: block;
    background-color: black;
}

.video-banner-img:hover,
.video-banner-img-sidebar:hover {
    opacity: 0.4;
}

.video-banner .video-banner-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: black;
}

.video-banner-sidebar .video-banner-img-sidebar {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: black;
}

#ctl00_BodyContent_DataGrid_Administrators {
    border-color: var(--button-color) !important;
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

/* Video Modal
-----------------------------------------*/

.video-modal,
.video-modal .overlay,
.video-modal-sidebar,
.video-modal-sidebar .overlay-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal,
.video-modal-sidebar {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay,
.video-modal-sidebar .overlay-sidebar {
    z-index: 0;
    background: rgba(0, 0, 0, 0.82);
    /* overlay color */
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content,
.video-modal-content-sidebar {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

@media (max-width: 1500px) {
    #ctl00_BodyContent_divTranslations {
        width: -webkit-fill-available !important;
    }
}

@media (max-width: 1200px) {
    #divTutorialArea {
        float: right;
        width: 19.5vw;
        display: table-cell;
        padding: 30px 1vw 10px 1vw;
    }
    div[id*="schedulerPlan_UpdatePanel"] {
        width: 30vw !important;
    }
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */

@media (min-aspect-ratio: 16/9) {
    .video-modal-content,
    .video-modal-content-sidebar {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */

@media (max-width: 640px) {
    .video-modal-content,
    .video-modal-content-sidebar {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* modal close button */

.close-video-modal,
.close-video-modal-sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */

iframe#youtube,
iframe#youtube-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */

.show-video-modal .video-modal,
.show-video-modal-sidebar .video-modal-sidebar {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay,
.show-video-modal-sidebar .video-modal-sidebar .overlay-sidebar {
    opacity: 1;
}

.show-video-modal .video-modal-content,
.show-video-modal-sidebar .video-modal-content-sidebar {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.benchmarkTable tr:not(:first-child) {
    background: #f0f0f0;
    padding: 15px;
}

.benchmarkTable td.TableHeader {
    background: #a7a7a7 !important;
    font-weight: bold;
    color: white;
    padding: 5px;
}

.benchmarkTable tr > td:first-child {
    padding: 5px;
}

#ctl00_BodyContent_configFrame {
    margin-top: 25px;
}

#ctl00_BodyContent_ctl01_grvTestResults {
    border-collapse: collapse !important;
}

#ctl00_BodyContent_ctl00_grvTestResults,
#ctl00_BodyContent_ctl00_grvTestResults td {
    border-collapse: collapse !important;
    border: 1px solid white !important;
}

.hideShowToggle {
    cursor: pointer;
}

.hideShowToggle:hover {
    color: var(--button-color);
    text-decoration: underline;
}

.analysisDetailsTable {
    border: 2px solid var(--button-color) !important;
    width: 100%;
    border-radius: 15px;
}

#ctl00_BodyContent_Table_Statements td {
    width: 100%;
}

.AnalysisChart {
    margin-top: 1em;
    margin-bottom: 1em;
}

div[id*="BodyContent_divAnalysisResult"] table {
    width: 100%;
}

.specialList tr>td {
    text-align: left !important;
    text-align: -webkit-left !important;
}

#dialog {
    width: 550px;
    height: 550px;
}

table[id*="btnAnswer"] {
    height: 100%;
}

/* evaluation module selectable */

#selectable {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

#selectable li {
    padding: 0.4em;
    margin: 0.2em;
    cursor: pointer;
    font-size: 1em;
}

#selectable .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: rgb(var(--base-color));
    background: var(--button-color);
    color: white;
}

div[id*='toogleUserFiles'] {
    display: none
}

.ReportChartTitle {
    text-align: center;
    border: 2.4px solid var(--button-color);
    font-size: 2em;
}

.chart-result-input {
    display: none !important;
}

table#userSelectorTable,
table#evaluatorSelectorTable {
    table-layout: fixed !important;
    width: 100% !important;
}

/* table#userSelectorTable th,
table#userSelectorTable td {
    width: 50%;
} */

.gbSearch {
    margin-top: -20px !important;
}

#ctl00_BodyContent_EvaluatorSelectorEvaluation_upSearchUsers>table>tbody>tr:nth-child(1),
#ctl00_BodyContent_UserSelectorEvaluation_upSearchUsers>table>tbody>tr:nth-child(1) {
    display: none;
}