.logo {
    font-size: 1.188em;
    text-transform: uppercase;
    padding: 17px 0 0 10px;
    display: inline-block;
    text-decoration: none;
}

.logo:hover {
    text-decoration: none;
}

#header .brand {
    float: left;
    width: 240px;
    height: 60px;
    padding: 0 0 0 10px;
    position: relative
}

#header .logo {
    font-size: 1.188em;
    text-transform: uppercase;
    padding: 17px 0 0 10px;
    display: inline-block
}

#header .logo img {
    margin-right: 6px;
    margin-top: -4px
}

#header .logo span {
    font-weight: 700
}

.fs10 {
    font-size: 10px !important
}

.fs13 {
    font-size: 13px !important
}

.requiredFieldNote {
    color: #ff0000
}

.h100 {
    height: 100px !important;
}

.ta-left {
    text-align: left !important
}

.ta-center {
    text-align: center !important
}

.ta-right {
    text-align: right !important
}

html {
    min-height: 100%;
    background-color: #f1f1f1;
}

body {
    height: auto;
    min-height: 100%;
    padding-right: 0 !important;
}

html,
body {
    overscroll-behavior: auto none;
}

body.external-page {
    min-height: 100%;
}

.table-row-move .ui-sortable-helper {
    display: table;
}

.table-row-move .ui-sortable-helper td {
    background: #fff8eb !important;
    border-color: #f6bb42 !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}

@media (max-width: 767px) {
    #header .brand {
        width: 100%;
        padding: 0 0 0 10px;
        text-align: center
    }

    #header .logo {
        font-size: 1.375em;
        padding: 14px 0 0 0
    }

    #header .logo img {
        width: 25px;
        margin-right: 5px
    }

    #header .navbar-left {
        position: absolute;
        left: 0
    }

    #header .navbar-right {
        position: absolute;
        right: 0
    }

    .navbar-nav-mobile {
        margin-right: 0;
        margin-left: 0;
    }
}

.modal-xl .modal-body {
    max-height: 70vh;
    overflow: scroll;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1100px;
    }
}

@media (min-width: 1600px) {
    .modal-xl {
        width: 1500px;
    }
}

.ckeBottomH65 .div-HtmlEditor .cke_bottom {
    /* Need to add this because you not see the end of ckeditor bottom on templates pages */
    display: block;
    height: 65px;
}

#QuizContentWrapper .div-HtmlEditor .cke_bottom {
    height: auto;
}

.btn-bolded {
    font-weight: bold;
}

.btn-not-color-disabled {
    color: #666;
}

.row-pd-2 {
    margin-left: -2px;
    margin-right: -2px;
}

.col-pd-2,
.row-pd-2 .col-md-1,
.row-pd-2 .col-md-2,
.row-pd-2 .col-md-3,
.row-pd-2 .col-md-4,
.row-pd-2 .col-md-5,
.row-pd-2 .col-md-6,
.row-pd-2 .col-md-7,
.row-pd-2 .col-md-8,
.row-pd-2 .col-md-9,
.row-pd-2 .col-md-10,
.row-pd-2 .col-md-11,
.row-pd-2 .col-md-12 {
    padding-left: 2px;
    padding-right: 2px;
}

.row-pd-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.col-pd-5,
.row-pd-5 .col-md-1,
.row-pd-5 .col-md-2,
.row-pd-5 .col-md-3,
.row-pd-5 .col-md-4,
.row-pd-5 .col-md-5,
.row-pd-5 .col-md-6,
.row-pd-5 .col-md-7,
.row-pd-5 .col-md-8,
.row-pd-5 .col-md-9,
.row-pd-5 .col-md-10,
.row-pd-5 .col-md-11,
.row-pd-5 .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.col-pd-l0,
.row-pd-l0 .col-md-1,
.row-pd-l0 .col-md-2,
.row-pd-l0 .col-md-3,
.row-pd-l0 .col-md-4,
.row-pd-l0 .col-md-5,
.row-pd-l0 .col-md-6,
.row-pd-l0 .col-md-7,
.row-pd-l0 .col-md-8,
.row-pd-l0 .col-md-9,
.row-pd-l0 .col-md-10,
.row-pd-l0 .col-md-11,
.row-pd-l0 .col-md-12 {
    padding-left: 0;
}

.col-pd-r0,
.row-pd-r0 .col-md-1,
.row-pd-r0 .col-md-2,
.row-pd-r0 .col-md-3,
.row-pd-r0 .col-md-4,
.row-pd-r0 .col-md-5,
.row-pd-r0 .col-md-6,
.row-pd-r0 .col-md-7,
.row-pd-r0 .col-md-8,
.row-pd-r0 .col-md-9,
.row-pd-r0 .col-md-10,
.row-pd-r0 .col-md-11,
.row-pd-r0 .col-md-12 {
    padding-right: 0;
}

.col-pd-b0,
.row-pd-b0 .col-md-1,
.row-pd-b0 .col-md-2,
.row-pd-b0 .col-md-3,
.row-pd-b0 .col-md-4,
.row-pd-b0 .col-md-5,
.row-pd-b0 .col-md-6,
.row-pd-b0 .col-md-7,
.row-pd-b0 .col-md-8,
.row-pd-b0 .col-md-9,
.row-pd-b0 .col-md-10,
.row-pd-b0 .col-md-11,
.row-pd-b0 .col-md-12 {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .navbar-nav-mobile {
        display: none;
    }
}

@media (max-width: 900px) {

    body.sb-l-m .navbar-branding,
    body.sb-l-o .navbar-branding {
        max-width: none;
    }
}

@media (min-width: 768px) {
    table.dataTable .form-inline .form-control {
        width: auto;
    }
}

.display-block {
    display: block !important;
}

.disabled label {
    cursor: no-drop !important;
    cursor: not-allowed !important;
}

.noMinHeight {
    min-height: 0 !important
}

.input-group-addon-compact {
    min-width: 32px;
    padding-left: 6px;
    padding-right: 6px;
}

.btlrn {
    border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
}

.bblrn {
    border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
}

.pl-15 {
    padding-left: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.word-break-normal {
    word-break: normal;
}

.word-break-keep-all {
    word-break: keep-all;
}

.word-break-word {
    word-break: break-word;
}

.word-break-all {
    word-break: break-all;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.img-responsive-max300 {
    display: block;
    height: auto;
    max-width: 300px;
    width: 100%;
}

.btn-action-move {
    cursor: move;
}

.btn-action-move-col {
    cursor: col-resize;
}

.btn-action-move-row {
    cursor: row-resize;
}

.btn-action-copyRow,
.btn-action-copy {
    cursor: copy;
}

.checkbox-custom.disabled {
    opacity: 0.5;
}

.admin-form-content,
.admin-form-content p,
.admin-form-content div,
.admin-form-button,
.admin-form-panel .nav-tabs>li>a {
    font-size: 15px;
}

.not_visible {
    left: -99999px;
    position: absolute;
    top: -99999px;
    visibility: hidden;
}

.form-control-placeholder {
    display: inline-block;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    width: 1px;
}

.input-group .form-control-section {
    display: table-cell;
    float: left;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 100%;
    z-index: 2;
}

#loginWrapper {
    text-align: center;
}

#loginWrapper .logo {
    color: #1d212a;
    font-size: 2em;
    text-transform: uppercase;
    padding: 15px 0 0 15px;
    display: inline-block
}

#loginWrapper .logo span {
    font-weight: 700
}

#loginWrapper .logo img {
    margin-top: -5px
}

#loginWrapper .brand {
    text-align: center;
    padding: 20px 0
}

.toolbar {
    z-index: auto;
    position: relative;
    width: 100%;
    /*min-height: 51px;*/
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 0px;
    border-bottom: 1px solid #e0e0e0;
}

.toolbar .topbar-right {
    float: right;
}

.codepre {
    background-color: #000;
}

#content-footer.affix {
    z-index: 1030;
}

.panel {
    background-color: inherit;
}

.panel-body {
    background-color: #fff;
}

#content_wrapper,
#main {
    background: #f3f3f3 !important;
}

.word-wrap-break-word {
    white-space: inherit !important;
    word-wrap: break-word !important;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.disableSelection *:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.disableSelection,
input.disableSelection *,
select.disableSelection,
select.disableSelection *,
textarea.disableSelection,
textarea.disableSelection * {
    outline: none !important;
}

input.disableSelection:focus,
input.disableSelection:focus *,
select.disableSelection:focus,
select.disableSelection:focus *,
textarea.disableSelection:focus,
textarea.disableSelection:focus * {
    outline: none !important;
}

.disableSelection *:is(input, textarea)::-moz-selection {
    background: #3498db !important;
    color: #fff;
}

.disableSelection *:is(input, textarea)::selection {
    background: #3498db !important;
    color: #fff;
}

.disableSelection :matches(input, textarea) *::-moz-selection {
    background: #3498db !important;
    color: #fff;
}

.disableSelection :matches(input, textarea) *::selection {
    background: #3498db !important;
    color: #fff;
}

.disableSelection *:not(input, textarea)::-moz-selection {
    background: transparent !important
}

.disableSelection *:not(input, textarea)::selection {
    background: transparent !important
}

.textSelection ::-moz-selection {
    background: #3498db !important
}

.textSelection ::selection {
    background: #3498db !important
}

.dropdown-menu {
    z-index: 6000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.hide {
    display: none !important;
}

.d-block {
    display: block !important;
}

.fs-1x {
    font-size: 1rem !important;
    line-height: 1.25;
}

.fs-2x {
    font-size: 2rem !important;
    line-height: 1.30;
}

.fs-3x {
    font-size: 3rem !important;
    line-height: 1.35;
}

.font600 {
    font-weight: 600 !important;
}

.p-3 {
    padding: 1rem !important;
}

.bg-white,
.badge-white {
    background-color: #fff !important;
}

.bootpag {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pageInfo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.div-card .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-panel-bottom-shadow {
    box-shadow: 0px 10px 25px -15px #111;
    transition: box-shadow 0.5s ease-in-out;
}

table.dataTableFilters thead .sorting,
table.dataTable thead .sorting {
    background: url('/src/Framework/Modules/Bootstrap/data/images/sort_both.png') no-repeat center right rgb(249, 249, 249);
    cursor: pointer;
    padding-right: 19px;
}

table.dataTableFilters thead .headerSortUp,
table.dataTable thead .headerSortUp,
table.dataTableFilters thead .tablesorter-headerAsc,
table.dataTable thead .tablesorter-headerAsc {
    background: url('/src/Framework/Modules/Bootstrap/data/images/sort_asc.png') no-repeat center right rgb(249, 249, 249);
    cursor: pointer;
    padding-right: 19px;
}

table.dataTableFilters thead .headerSortDown,
table.dataTable thead .headerSortDown,
table.dataTableFilters thead .tablesorter-headerDesc,
table.dataTable thead .tablesorter-headerDesc {
    background: url('/src/Framework/Modules/Bootstrap/data/images/sort_desc.png') no-repeat center right rgb(249, 249, 249);
    cursor: pointer;
    padding-right: 19px;
}

table.dataTableFilters thead .sorting-not,
table.dataTable thead .sorting-not {
    background: rgb(249, 249, 249);
}

.tablesorter .filtered {
    display: none;
}

/* All of the following css is already contained within each theme file; modify it as desired */
/* filter row */
.tablesorter-filter-row td {
    background: #eee;
    line-height: normal;
    text-align: center;
    /* center the input */
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}

/* optional disabled input styling */
.tablesorter-filter-row .disabled {
    cursor: not-allowed;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* filters */
.tablesorter-filter {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    height: inherit;
    margin: 0;
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}

.cnone {
    cursor: default !important
}

.pnone {
    padding: 0px !important
}

.pl0 {
    padding-left: 0px !important
}

.pr0 {
    padding-right: 0px !important
}

.bnone {
    border: 0 none !important
}

.brt0 {
    border-top: 0 none !important
}

.brr0 {
    border-right: 0 none !important
}

.brb0 {
    border-bottom: 0 none !important
}

.brl0 {
    border-left: 0 none !important
}

.mtn1 {
    margin-top: -1px !important
}

.mt0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mr3 {
    margin-right: 3px
}

.mr4 {
    margin-right: 4px
}

.mr5 {
    margin-right: 5px
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb30 {
    padding-bottom: 60px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.btn-full {
    display: block !important;
    width: 100% !important;
}

.text-success-light {
    color: #e5fcd0 !important;
}

.prelative {
    position: relative !important
}

.pinitial {
    position: initial !important
}

.rounded-circle {
    border-radius: 50% !important;
}

.list-thumb {
    position: absolute;
    left: 15px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    top: 50%;
    white-space: nowrap;
}

.avatar {
    line-height: 1 !important;
    white-space: nowrap;
    font-weight: normal;
    border-radius: 0px;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.avatar40 {
    margin-top: -20px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
}

.avatar50 {
    margin-top: -25px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 21px !important;
}

.avatar60 {
    margin-top: -30px !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
}

.ellipsisTd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-menu {
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.typeahead {
    background-color: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.dd-item.selected>div {
    color: #FFF !important;
    background-color: #4a89dc !important;
    border-color: #4a89dc !important;
}

.profile-picture {
    padding: 5px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.mh100 {
    min-height: 100px;
}

.answer {
    margin-bottom: 10px;
}

.question {
    font-weight: bold;
}


/* <kbd>CTRL</kbd> keyboard keys display */

kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #242729;
    text-shadow: 0 1px 0 #fff;
    background-color: #e1e3e5;
    border: 1px solid #adb3b8;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.2), 0 0 0 2px #fff inset;
    white-space: nowrap;
}

.group-header {
    cursor: pointer;
    border-left: 4px solid #3b3f4f;
}

.mh65 {
    min-height: 65px;
}

.btn-selected {
    font-weight: bold;
}

.btn-selected a {
    background-color: #f3f3f3;
}

.sectionTitle {
    border-bottom: 5px solid #4ea5e0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 30px !important;
}

.modal-body .media-body h5 {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.modal-body .media-body p {
    font-weight: normal;
}

.navbar-branding .navbar-brand {
    height: 30px;
    padding-left: 13px;
}

.navbar-branding .navbar-brand img {
    display: inline-block;
    height: 100%;
    width: auto;
}

@media screen and (max-width:1250px) {

    #menuUsername,
    #menuCircle,
    #menuFullscreen {
        display: none;
    }
}

@media screen and (max-width:1050px) {
    .navbar-brand {
        display: none;
    }

    .navbar-branding {
        width: 60px;
    }
}

@media screen and (max-width:800px) {
    .menuButtons {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar-left .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.noscroll {
    overflow: hidden;
}


/* Custom element for select 2 */

.datepicker-dropdown {
    z-index: 9999 !important;
}


/* Custom element for select 2 */

.select2-container--bootstrap .select2-results__option.select2-results__option--highlighted {
    background-color: #3498db;
    color: #ffffff;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #3498db !important;
    color: #ffffff !important;
}

.select2-container--bootstrap .select2-selection .select2-search--inline,
.select2-container--bootstrap .select2-selection .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select-with-input-group-btn .select2-container--bootstrap .select2-selection--single {
    height: 39px;
    line-height: 1.82857143;
}

/* Custom elements for boostrap */

.panel-heading .input-group {
    margin-top: 5px;
    vertical-align: top;
}

.panel-heading .input-group-btn {
    line-height: 39px;
    vertical-align: top;
}

.panel-heading-multilines {
    height: auto;
    line-height: 22px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.panel-heading-multilines .panel-title {
    display: block;
}

.form-text-search-input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.form-text-search-input.focus {
    /*
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;*/
    width: 300px !important;
}

.count_question {
    float: right;
    font-size: 75%;
    padding-right: 6px;
}

.answerPrint {
    background: #ffe000;
    color: #666
}

.btn-flex {
    align-content: stretch;
    align-items: stretch;
    display: flex;
}

.btn-flex .btn:first-child {
    flex-grow: 1;
}

/******************************************************/
/* Actions in dropdown menu in Test Results dashboard */
/******************************************************/


/* btn-action-downloadcode */

.row-test-sys-started .btn-action-downloadcode {
    display: none;
}

.row-test-sys-ended .btn-action-downloadcode {
    display: none;
}

.row-test-sys-closed .btn-action-downloadcode {
    display: none;
}


/* btn-action-resend */

.row-test-mailinvalid .btn-action-resend,
.row-test-sys-started .btn-action-resend,
.row-test-sys-ended .btn-action-resend,
.row-test-sys-closed .btn-action-resend {
    display: none;
}


/* btn-action-resend-testcompleted */

.btn-action-resend-testcompleted {
    display: none;
}

.row-test-done .btn-action-resend-testcompleted {
    display: list-item;
}

.row-test-has-test-plan .btn-action-view-test-plan {
    display: list-item;
}

.row-test-no-test-plan .btn-action-view-test-plan {
    display: none;
}

/* btn-action-resend-testinvalid */

.btn-action-resend-testinvalid {
    display: none;
}

.row-test-mailinvalid .btn-action-resend-testinvalid {
    display: block;
}


/* btn-action-edittestexpirationdate */
.row-test-sys-ended .btn-action-edittestexpirationdate,
.row-test-done .btn-action-edittestexpirationdate,
.row-test-sys-closed .btn-action-edittestexpirationdate {
    display: none;
}

/* btn-action-edittestproctoringwebcam */
.row-test-sys-ended .btn-action-edittestproctoringwebcam,
.row-test-done .btn-action-edittestproctoringwebcam,
.row-test-sys-closed .btn-action-edittestproctoringwebcam {
    display: none;
}

/* sep-resend */

.sep-resend {
    display: none;
}

.row-test-sys-created .sep-resend,
.row-test-sys-opened .sep-resend,
.row-test-sys-paused .sep-resend,
.row-test-done .sep-resend {
    display: block;
}

.row-test-mailinvalid .sep-resend {
    display: block;
}


/* btn-action-starttest */

.row-test-sys-started .btn-action-starttest,
.row-test-sys-ended .btn-action-starttest,
.row-test-sys-closed .btn-action-starttest {
    display: none;
}


/* btn-action-canceltest */

.row-test-sys-started .btn-action-canceltest,
.row-test-retest-started .btn-action-cancelretest,
.row-test-sys-ended .btn-action-canceltest,
.row-test-sys-closed .btn-action-canceltest {
    display: none;
}


/* btn-action-archive */

.row-test-isarchived .btn-action-archive {
    display: none;
}


/* btn-action-unarchive */

.row-test-not-isarchived .btn-action-unarchive {
    display: none;
}


/* sep-test-actions */

.row-test-sys-started .sep-test-actions,
.row-test-sys-ended .sep-test-actions,
.row-test-sys-closed .sep-test-actions {
    display: none;
}


/* btn-action-retest */

.row-test-not-done .btn-action-retest,
.row-test-type-quiz .btn-action-retest {
    display: none;
}

/* even if done, if there is no completed date (due to a bug) then hide */
.row-test-done.row-test-completeddate-empty .btn-action-retest {
    display: none;
}


/* btn-action-downloadcode-retest */

.row-test-not-done .btn-action-downloadcode-retest,
.row-test-type-quiz .btn-action-downloadcode-retest {
    display: none;
}

/* even if done, if there is no completed date (due to a bug) then hide */
.row-test-done.row-test-completeddate-empty .btn-action-downloadcode-retest {
    display: none;
}


/* btn-action-cancelretest */

.row-test-retestid-empty .btn-action-cancelretest {
    display: none;
}


/*
since create/cancel retest permissions are separated, it is impossible here
to always perfectly hide the sep-retest, we lack the information whether buttons
were rendered in the first place, or not. so we make the assumption nobody will have
the cancel permission without the create permission in the first place.
ex: cannot create + cannot generate code + can cancel + empty-retestid => visible but should not
    meanwhile, showing on not-empty-retestid is not correct if we lack the cancel permission
*/
/* sep-retest */

.row-test-not-done .sep-retest {
    display: none;
}

/* even if done, if there is no completed date (due to a bug) then hide */
.row-test-done.row-test-completeddate-empty .sep-retest {
    display: none;
}


/* btn-action-cancelAllRemainingMandates */

.row-test-no-inprogressmandate .btn-action-cancelAllRemainingMandates,
.row-test-one-inprogressmandate .btn-action-cancelAllRemainingMandates {
    display: none;
}


/* btn-action-cancelSingleRemainingMandate */

.row-test-no-inprogressmandate .btn-action-cancelSingleRemainingMandate,
.row-test-multiple-inprogressmandate .btn-action-cancelSingleRemainingMandate {
    display: none;
}


/* sep-correctionMandate */

.row-test-no-inprogressmandate .sep-correctionMandate {
    display: none;
}


/* btn-action-viewcandidateconsent */

.row-test-not-isattested .btn-action-viewcandidateconsent {
    display: none;
}

/* btn-action-viewreportsummary */
/* always visible */


/* btn-action-viewreportdetailed */

.row-test-type-typingspeed .btn-action-viewreportdetailed {
    display: none;
}

.row-test-type-english .btn-action-viewreportdetailed-v2,
.row-test-type-excel .btn-action-viewreportdetailed-v2,
.row-test-type-french .btn-action-viewreportdetailed-v2,
.row-test-type-powerpoint .btn-action-viewreportdetailed-v2,
.row-test-type-word .btn-action-viewreportdetailed-v2,
.row-test-type-customlinguistic .btn-action-viewreportdetailed-v2,
.row-test-report-version-v2.row-test-type-english .btn-action-viewreportdetailed,
.row-test-report-version-v2.row-test-type-excel .btn-action-viewreportdetailed,
.row-test-report-version-v2.row-test-type-french .btn-action-viewreportdetailed,
.row-test-report-version-v2.row-test-type-powerpoint .btn-action-viewreportdetailed,
.row-test-report-version-v2.row-test-type-word .btn-action-viewreportdetailed,
.row-test-report-version-v2.row-test-type-customlinguistic .btn-action-viewreportdetailed,
.row-test-type-quiz .btn-action-additional-button
{
    display: none;
}

/* btn-action-viewskillsdetailedreport */

.row-test-type-typingspeed .btn-action-viewskillsdetailedreport,
.row-test-type-finderrors .btn-action-viewskillsdetailedreport,
.row-test-type-quiz .btn-action-viewskillsdetailedreport {
    display: none;
}

.row-test-needactivatesystemcheck .btn-action-bypasssystemcheck,
.row-test-needbypasssystemcheck .btn-action-activatesystemcheck {
    display: none;
}

/* btn-action-testlogsviewer */
/* always visible (if admin) */


/**************************************************/
/* Actions in dropdown menu in mandates dashboard */
/**************************************************/

/* btn-action-correctmandate */

.row-mandate-done .btn-action-correctmandate,
.row-mandate-not-owned-by-user .btn-action-correctmandate {
    display: none;
}

/* btn-action-viewmandate */

.row-mandate-not-done.row-mandate-owned-by-user .btn-action-viewmandate {
    display: none;
}


/* btn-action-cancelmandate */
.row-mandate-done .btn-action-cancelmandate {
    display: none;
}

/* btn-action-assignmandate */
.row-mandate-user-not-in-corrector-pool .btn-action-assignmandate {
    display: none;
}

.row-mandate-not-assigned .btn-action-assignmandate {
    display: inline-block;
}

.row-test-report-version-v1 .btn-action-viewcandidateconsentv2,
.row-test-report-version-v1 .btn-action-viewreportsummaryv2,
.row-test-report-version-v1 .btn-action-viewreportdetailedv2,
.row-test-report-version-v1 .btn-action-viewskillsdetailedreportv2
{
    display: none;
}

.row-test-report-version-v2 .btn-action-viewcandidateconsentv1,
.row-test-report-version-v2 .btn-action-viewreportsummaryv1,
.row-test-report-version-v2 .btn-action-viewreportdetailedv1,
.row-test-report-version-v2 .btn-action-viewskillsdetailedreportv1
{
    display: none;
}

.list-group-sortable,
.list-group-draggable {
    background: #f6f6f6;
    min-height: 200px;
}

.list-group-item-draggable,
.list-group-item-draggable:focus,
.list-group-item-draggable:hover {
    cursor: move;
}

.list-group-sortable .list-group-item-draggable {
    width: 100% !important;
}

.list-group-sortable .list-group-item-draggable,
.list-group-item-sortable {
    position: relative;
}

.list-group-sortable .delete {
    position: absolute;
    right: 0;
    top: 0;
}

#draggable .delete {
    display: none;
}

#colResults .dataTable:last-child {
    margin-bottom: 20px !important;
}


/* Hide other thead of other table if have more than one */
#colResults {
    overflow-y: auto;
}

#colResults .dataTable:not(:first-child) thead {
    display: none;
}

.navbar .nav>li.dropdown.disable-arrow>.navbar-btn.open .dropdown-submenu .dropdown-menu,
.navbar .nav>li.dropdown.menu-merge>.navbar-btn.open .dropdown-submenu .dropdown-menu {
    margin-top: 0;
}

.navbar[class*=bg-] .nav>li.dropdown.menu-merge.open .dropdown-submenu .dropdown-menu:after,
.navbar[class*=bg-] .nav>li.dropdown.menu-merge>.navbar-btn.open .dropdown-submenu .dropdown-menu:after {
    border-bottom-color: #ccc;
    bottom: auto;
    left: -16px;
    right: auto;
    top: 12px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.table-bordered-dark,
.table-bordered-dark>tbody>tr>td,
.table-bordered-dark>tbody>tr>th,
.table-bordered-dark>tfoot>tr>td,
.table-bordered-dark>tfoot>tr>th,
.table-bordered-dark>thead>tr>td,
.table-bordered-dark>thead>tr>th {
    border-color: #d0d0d0;
}

.cell-bg-dark {
    background-color: #d0d0d0;
}

.table-striped>tbody>tr:nth-child(odd)>td.cell-bg-dark {
    background-color: #d8d8d8;
}

.div-HtmlEditor .input-group {
    border: 1px solid #ddd;
}

.div-HtmlEditor .admin-skin .cke_top {
    border-left: 0 none;
    border-top: 0 none;
}


/* Application Logo in identification page */

#loginWrapper2 img:first-child {
    height: auto;
    max-width: 320px;
}

.table>thead>tr>td.grey,
.table>tbody>tr>td.grey,
.table>tfoot>tr>td.grey,
.table>thead>tr>th.grey,
.table>tbody>tr>th.grey,
.table>tfoot>tr>th.grey,
.table>thead>tr.grey>td,
.table>tbody>tr.grey>td,
.table>tfoot>tr.grey>td,
.table>thead>tr.grey>th,
.table>tbody>tr.grey>th,
.table>tfoot>tr.grey>th {
    color: #696969 !important;
    border-color: #dcdcdc !important;
    background-color: #f3f3f3 !important;
}

.class-color-box.label-warning {
    color: #c88a0a;
    background-color: #fdf0d4;
}

.label-grey {
    color: #696969;
    background-color: #f3f3f3;
}

.table>tbody>tr.grey-dark>td,
.table>tbody>tr.grey-dark>th,
.table>tbody>tr>td.grey-dark,
.table>tbody>tr>th.grey-dark,
.table>tfoot>tr.grey-dark>td,
.table>tfoot>tr.grey-dark>th,
.table>tfoot>tr>td.grey-dark,
.table>tfoot>tr>th.grey-dark,
.table>thead>tr.grey-dark>td,
.table>thead>tr.grey-dark>th,
.table>thead>tr>td.grey-dark,
.table>thead>tr>th.grey-dark {
    color: #666 !important;
    border-color: #b1b1b1 !important;
    background-color: #bdbdbd !important;
}

.label-grey-dark {
    color: #666;
    background-color: #bdbdbd;
}

.table>tbody>tr.grey-light>td,
.table>tbody>tr.grey-light>th,
.table>tbody>tr>td.grey-light,
.table>tbody>tr>th.grey-light,
.table>tfoot>tr.grey-light>td,
.table>tfoot>tr.grey-light>th,
.table>tfoot>tr>td.grey-light,
.table>tfoot>tr>th.grey-light,
.table>thead>tr.grey-light>td,
.table>thead>tr.grey-light>th,
.table>thead>tr>td.grey-light,
.table>thead>tr>th.grey-light {
    color: #666 !important;
    border-color: #d4d4d4 !important;
    background-color: #e2e0e0 !important;
}

.label-grey-light {
    color: #666;
    background-color: #e2e0e0;
}

.table>tbody>tr.success-darkplus>td,
.table>tbody>tr.success-darkplus>th,
.table>tbody>tr>td.success-darkplus,
.table>tbody>tr>th.success-darkplus,
.table>tfoot>tr.success-darkplus>td,
.table>tfoot>tr.success-darkplus>th,
.table>tfoot>tr>td.success-darkplus,
.table>tfoot>tr>th.success-darkplus,
.table>thead>tr.success-darkplus>td,
.table>thead>tr.success-darkplus>th,
.table>thead>tr>td.success-darkplus,
.table>thead>tr>th.success-darkplus {
    color: #fff;
    border-color: #89c57f;
    background-color: #9fd696;
}

.label-success-darkplus {
    color: #fff;
    background-color: #9fd696;
}

.table>tbody>tr.success-dark>td,
.table>tbody>tr.success-dark>th,
.table>tbody>tr>td.success-dark,
.table>tbody>tr>th.success-dark,
.table>tfoot>tr.success-dark>td,
.table>tfoot>tr.success-dark>th,
.table>tfoot>tr>td.success-dark,
.table>tfoot>tr>th.success-dark,
.table>thead>tr.success-dark>td,
.table>thead>tr.success-dark>th,
.table>thead>tr>td.success-dark,
.table>thead>tr>th.success-dark {
    color: #fff;
    border-color: #98cc90;
    background-color: #bcdeb6;
}

.label-success-dark {
    color: #fff;
    background-color: #bcdeb6;
}

.table>tbody>tr.success-light>td,
.table>tbody>tr.success-light>th,
.table>tbody>tr>td.success-light,
.table>tbody>tr>th.success-light,
.table>tfoot>tr.success-light>td,
.table>tfoot>tr.success-light>th,
.table>tfoot>tr>td.success-light,
.table>tfoot>tr>th.success-light,
.table>thead>tr.success-light>td,
.table>thead>tr.success-light>th,
.table>thead>tr>td.success-light,
.table>thead>tr>th.success-light {
    color: #47a839;
    border-color: #afe1a8;
    background-color: #e2f5df;
}

.label-success-light {
    color: #47a839;
    background-color: #e2f5df;
}

.table>tbody>tr.success-warning>td,
.table>tbody>tr.success-warning>th,
.table>tbody>tr>td.success-warning,
.table>tbody>tr>th.success-warning,
.table>tfoot>tr.success-warning>td,
.table>tfoot>tr.success-warning>th,
.table>tfoot>tr>td.success-warning,
.table>tfoot>tr>th.success-warning,
.table>thead>tr.success-warning>td,
.table>thead>tr.success-warning>th,
.table>thead>tr>td.success-warning,
.table>thead>tr>th.success-warning {
    color: #8a9529;
    border-color: #d5dea1;
    background-color: #ebf0d4;
}

.label-success-warning {
    color: #8a9529;
    background-color: #ebf0d4;
}

.table>tbody>tr.warning-dark>td,
.table>tbody>tr.warning-dark>th,
.table>tbody>tr>td.warning-dark,
.table>tbody>tr>th.warning-dark,
.table>tfoot>tr.warning-dark>td,
.table>tfoot>tr.warning-dark>th,
.table>tfoot>tr>td.warning-dark,
.table>tfoot>tr>th.warning-dark,
.table>thead>tr.warning-dark>td,
.table>thead>tr.warning-dark>th,
.table>thead>tr>td.warning-dark,
.table>thead>tr>th.warning-dark {
    color: #c8650a;
    border-color: #fac99a;
    background-color: #ffdec6;
}

.label-warning-dark {
    color: #c8650a;
    background-color: #ffdec6;
}

.table>tbody>tr.danger-dark>td,
.table>tbody>tr.danger-dark>th,
.table>tbody>tr>td.danger-dark,
.table>tbody>tr>th.danger-dark,
.table>tfoot>tr.danger-dark>td,
.table>tfoot>tr.danger-dark>th,
.table>tfoot>tr>td.danger-dark,
.table>tfoot>tr>th.danger-dark,
.table>thead>tr.danger-dark>td,
.table>thead>tr.danger-dark>th,
.table>thead>tr>td.danger-dark,
.table>thead>tr>th.danger-dark {
    color: #fff;
    border-color: #c58c83;
    background-color: #e57563;
}

.label-danger-dark {
    color: #fff;
    background-color: #e57563;
}

.table>tbody>tr.no-skill-selected>td,
.table>tbody>tr.no-skill-selected>td *,
.table>tbody>tr.no-skill-selected>th,
.table>tbody>tr.no-skill-selected>th *,
.table>tbody>tr>td.no-skill-selected,
.table>tbody>tr>td.no-skill-selected *,
.table>tbody>tr>th.no-skill-selected,
.table>tbody>tr>th.no-skill-selected *,
.table>tfoot>tr.no-skill-selected>td,
.table>tfoot>tr.no-skill-selected>td *,
.table>tfoot>tr.no-skill-selected>th,
.table>tfoot>tr.no-skill-selected>th *,
.table>tfoot>tr>td.no-skill-selected,
.table>tfoot>tr>td.no-skill-selected *,
.table>tfoot>tr>th.no-skill-selected *,
.table>tfoot>tr>th.no-skill-selected,
.table>thead>tr.no-skill-selected>td,
.table>thead>tr.no-skill-selected>td *,
.table>thead>tr.no-skill-selected>th,
.table>thead>tr.no-skill-selected>th *,
.table>thead>tr>td.no-skill-selected,
.table>thead>tr>td.no-skill-selected *,
.table>thead>tr>th.no-skill-selected,
.table>thead>tr>th.no-skill-selected * {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #fff !important;
}

.table>tbody>tr.no-skill-selected>td *,
.table>tbody>tr.no-skill-selected>th *,
.table>tbody>tr>td.no-skill-selected *,
.table>tbody>tr>th.no-skill-selected *,
.table>tfoot>tr.no-skill-selected>td *,
.table>tfoot>tr.no-skill-selected>th *,
.table>tfoot>tr>td.no-skill-selected *,
.table>tfoot>tr>th.no-skill-selected *,
.table>thead>tr.no-skill-selected>td *,
.table>thead>tr.no-skill-selected>th *,
.table>thead>tr>td.no-skill-selected *,
.table>thead>tr>th.no-skill-selected * {
    visibility: hidden;
}

.table-fw800>thead>tr>th,
.table-fw800>thead>tr>td,
.table-fw800>tbody>tr>th,
.table-fw800>tbody>tr>td,
.table-fw800>tfoot>tr>th,
.table-fw800>tfoot>tr>td,
.table-fw800 tr th strong,
.table-fw800 tr td strong {
    font-weight: 800;
}

.main-section {
    overflow-x: hidden;
}

.topfixed-onscroll {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.topfixed-onscroll.sticky {
    left: 11px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-box-shadow: 0px -7px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -7px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -7px 25px 0px rgba(0, 0, 0, 0.75);
}

.topfixed-onscroll h2 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.topfixed-onscroll.sticky h2#rowMainTitle {
    height: 10px;
    opacity: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.topfixed-onscroll.sticky h2#testTimer,
.topfixed-onscroll.sticky h2#testTimerText {
    margin-bottom: 0;
    margin-top: 0;
}


/******************pricing tables***********************/


/**pricing simple **/
.list-of-packages {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 12px;
    padding-top: 20px;
}
.package-card {
    border: 1px solid #D0D6DF;
    display: flex;
    width: 15%;
    min-width: 170px;
    cursor: pointer;

    &:not(.package-card-selected):hover {
        border-color: rgb(0, 148, 212);
    }
}

.package-card-selected {
    border: 3px solid rgb(0, 148, 212);
    margin-top: -20px;
}

.pricing-simple {
    height: 100%;
    width: 100%;

    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.package-selection-page {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.package-selection-section {
    display:flex;
    flex-direction: column;
    align-items: center;
    max-width: 940px;
}

.package-selection-panel {
    width:100%;
}

.billing-section {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

.billing-content {
    display: flex;
    flex-direction: row;
    gap: 27px;
    /* height: 100%; */
}

.panel-billing-contact-info {
    width: 100%;
    height: 100%;
}

.panel-body-billing-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.form-body-billing-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}

.content-billing-contact-info {
    width:100%;
}

.panel-credits-explained {
    width: 100%;
    height: 100%;
}

.panel-body-credits-explained {
    display: flex;
    height: 100%;
}

.content-credits-explained {
    width:100%;
}

.popular {
    position: relative;
    overflow: hidden;
}

.popular .ribbon {
    position: absolute;
    left: -55px;
    bottom: 5px;
    font-size: 11px;
    text-align: center;
    width: 150px;
    color: #fff;
    /*text-transform: capitalize;*/
    padding: 1px 12px;
    display: block;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #337ab7;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-space-pricing {
    margin: 0px;
}

.small {
    font-size: 90%;
  }

.fst-italic {
    font-style: italic;
}

/**dark pricing tables**/

.pricing-simple.dark-pricing {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #333;
}

.pricing-simple.dark-pricing h4 {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.pricing-simple.dark-pricing .circle {
    background-color: #444;
    border-color: #333;
}

.pricing-simple.dark-pricing .circle .price {
    color: #fff;
}

.pricing-simple.dark-pricing ul li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}


/* Recapchta Plugins v3 */

.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
}


/* Reset Password Page */

.password-section-popover .popover {
    min-width: 400px;
}

#txtPasswordNewProgress {
    height: 5px;
    margin-bottom: 1px;
}

.ls-none,
.ls-none li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.admin-form .section-sm {
    margin-bottom: 12px;
}


/* Forms elements fieldset */

fieldset.style1 {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0.35em 0.625em 0.75em;
}

fieldset.style1 legend {
    border: 0;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 5px;
    width: auto;
}

.visible-inline-block {
    display: inline-block !important;
}

.rowMainPadding.question-wide {
    padding-left:calc(100vw * 0.083);
    padding-right:calc(100vw * 0.083);
}

.question-wide {
    padding-left:calc(100vw * 0.083);
    padding-right:calc(100vw * 0.083);

    .panel-body {
        padding: 0px;
    }
}

/* large screen */
@media (min-width: 1140px) and (max-width: 1399px) {
    .hidden-lg-zm {
        display: none !important;
    }
}

/* x large screen */
@media (min-width: 1400px) and (min-width: 1599px) {
    .hidden-xlg {
        display: none !important;
    }
}

.visible-xlg,
.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block {
    display: none !important;
}

@media (min-width: 1400px) {
    .visible-xlg {
        display: block !important;
    }

    table.visible-xlg {
        display: table;
    }

    tr.visible-xlg {
        display: table-row !important;
    }

    th.visible-xlg,
    td.visible-xlg {
        display: table-cell !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg-block {
        display: block !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg-inline {
        display: inline !important;
    }
}

@media (min-width: 1400px) {
    .visible-xlg-inline-block {
        display: inline-block !important;
    }
}


/* Very x large screen */

@media (min-width: 1600px) {
    .hidden-xxlg {
        display: none !important;
    }
}

.visible-xxlg,
.visible-xxlg-block,
.visible-xxlg-inline,
.visible-xxlg-inline-block {
    display: none !important;
}

@media (min-width: 1600px) {
    .visible-xxlg {
        display: block !important;
    }

    table.visible-xxlg {
        display: table;
    }

    tr.visible-xxlg {
        display: table-row !important;
    }

    th.visible-xxlg,
    td.visible-xxlg {
        display: table-cell !important;
    }
}

@media (min-width: 1600px) {
    .visible-xxlg-block {
        display: block !important;
    }
}

@media (min-width: 1600px) {
    .visible-xxlg-inline {
        display: inline !important;
    }
}

@media (min-width: 1600px) {
    .visible-xxlg-inline-block {
        display: inline-block !important;
    }
}


/* Dialog for help elements */

#dlgHelp .modal-body .media,
#dlgHelp .modal-body .media-body {
    display: block;
    width: 100%;
}

#dlgHelp .modal-body .media-body {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 15px;
}


/* Position absolute bottom right */

.pabl {
    bottom: 0;
    left: 0;
    position: absolute;
}

.pabr {
    bottom: 0;
    position: absolute;
    right: 0;
}

.patl {
    left: 0;
    position: absolute;
    top: 0;
}

.patr {
    position: absolute;
    right: 0;
    top: 0;
}

/* Hide ZenDesk */
.zEWidget-hide .zEWidget-launcher--active {
    bottom: -999999px !important;
}

.zEWidget-hide iframe+div #launcher {
    bottom: -999999px !important;
}

.zEWidget-hide .inmplayer-general+div #launcher {
    bottom: -999999px !important;
}

.zEWidget-hide .inmplayer-general .inmplayer-trigger {
    bottom: -999999px !important;
}

/* error page */
.error-page-bg {
    background-color: #eee;
}

.error-page-block {
    padding-top: 40px;
}

.error-page-block .error-title {
    text-transform: uppercase;
    color: #aaa;
    font-size: 160px;
    line-height: 160px;
    margin-bottom: 20px;
}

.error-page-block .error-subtitle {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 40px;
}

.dlgCorrectionMandateDialog .panel-default,
.dlgCorrectionMandateDialog .pageInfo {
    display: none;
}

.fa-info-circle {
    font-size: 1.2em;
}

.no-padding {
    padding: 0px !important;
}

#menuAdminManager .dropdown-menu,
#menuAdminLinks .dropdown-menu {
    min-width: 265px;
}

.btn-dropdown-container {
    min-height: 22px;
}

.correction-mandate-editordata {
    font-size: 1.188em;
}

.comment-highlighted {
    background: #f8edae;
    padding-left: 4px;
    padding-right: 4px;
}

.heartbeat {
    -webkit-animation: heartbeat 1.2s ease-in-out infinite both;
    animation: heartbeat 1.2s ease-in-out infinite both;
}

sup.heartbeat {
    display: inline-block;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(1.27);
        transform: scale(1.27);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(1.39);
        transform: scale(1.39);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(1.27);
        transform: scale(1.27);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(1.39);
        transform: scale(1.39);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.table>thead>tr>td.dark.light,
.table>tbody>tr>td.dark.light,
.table>tfoot>tr>td.dark.light,
.table>thead>tr>th.dark.light,
.table>tbody>tr>th.dark.light,
.table>tfoot>tr>th.dark.light,
.table>thead>tr.dark.light>td,
.table>tbody>tr.dark.light>td,
.table>tfoot>tr.dark.light>td,
.table>thead>tr.dark.light>th,
.table>tbody>tr.dark.light>th,
.table>tfoot>tr.dark.light>th {
    color: #3b3f4f;
    border-color: #d1d4dd;
    background-color: #e7e7e7;
}

.table>thead>tr.dark.light+tr>th,
.table>tbody>tr.dark.light+tr>th,
.table>tfoot>tr.dark.light+tr>th,
.table>thead>tr.dark.light+tr>td,
.table>tbody>tr.dark.light+tr>td,
.table>tfoot>tr.dark.light+tr>td {
    border-top: 1px solid #d1d4dd;
}

.table-hover>tbody>tr>td.dark.light:hover,
.table-hover>tbody>tr>th.dark.light:hover,
.table-hover>tbody>tr.dark.light:hover>td,
.table-hover>tbody>tr:hover>.dark.light,
.table-hover>tbody>tr.dark.light:hover>th {
    background-color: #e7e7e7;
}

.label-primary.light {
    background-color: #42b0fa;
}

.label-primary.light[href]:hover,
.label-primary.light[href]:focus {
    background-color: #72a5c7;
}

.bottom-legend {
    text-align: right;
    margin: 3px 0 3px 0;
}

.text-comment-stack {
    font-size: 0.8em;
    position: relative;
    top: -2px;
}

.text-comment-stack .comment-count {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Adjust notify display */
body.pnotifyOverBottomFixedNavbar .ui-pnotify {
    margin-bottom: 40px;
}

body.ajustPanTest #panTest {
    padding-bottom: 100px;
}

/* Quiz Save, and menu navigation */
.buttonNavigationWrapper {
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
    transition: box-shadow 0.3s ease-in-out;
    z-index: 2;
}

@media (min-width: 768px) {
    .buttonNavigationWrapper {
        bottom: 0;
        left: 0;
        position: fixed;
    }
}

.buttonNavigationWrapper.top-shadow {
    box-shadow: 0 -1px 20px 2px rgba(17, 17, 17, 0.15);
}

.buttonNavigationWrapper .panel {
    margin: 0;
    padding: 0;
}

.buttonNavigationWrapper .panel .panel-body {
    padding-left: 11px;
    padding-right: 11px;
}

.buttonNavigationWrapper .progress {
    margin-bottom: 0;
    margin-top: 9px;
}



/* Canvas for Export PNG */
#canvasExportPng {
    position: absolute;
    top: -9999999px;
    left: -999999px;
    z-index: -1;
}

/* CSS for progress-bar */
.progress-bar-primary {
    background-color: rgba(52, 152, 219, 0.42);
}

.progress-bar-content {
    color: #727272;
    height: 19px;
    line-height: 19px;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    text-shadow: 1px 1px #fff;
    z-index: 99;
}

/* Page announcement */
.withannouncement .navbar {
    top: 70px;
}

.withannouncement .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
    padding-top: 130px;
    /* 60 + 70 */
}

.announcement {
    background-color: #007dcc;
    color: #cce5f5;
    height: 70px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1035;
}

.announcement_container {
    margin: 0 auto;
    padding: 15px;
}

@media only screen and (min-width: 750px) {
    .announcement_container {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 15px;
        text-align: left;
    }
}

.announcement_message {
    display: inline-block;
    font-size: 14px;
    margin: 0 45px 0 0;
    text-align: left;
    width: 100%;
}

.announcement_message a {
    color: #fff;
    text-decoration: underline;
}

.announcement_dismiss {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    margin-top: -2px;
    opacity: .6;
    outline: none;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 750px) {
    .announcement_dismiss {
        right: 20px;
    }
}

.announcement_dismiss:focus,
.announcement_dismiss:hover {
    opacity: 1;
}

.ActivityHistoryReport-display2 iframe {
    width: 100%;
    min-height: 1500px;
    border: 1px solid #e2e2e2;
    /* background:url(/styles/default/images/loading2.gif) 50% 20% no-repeat; */
}

/* Top panels Tests counters */
#colTestStatsTopPanel .panel-body {
    padding-top: 0;
}

#colTestStatsTopPanel .panel-body-inner {
    height: 100%;
    padding-top: 15px;
    position: relative;
    top: 0;
    transition: top 0.6s ease-out;
}

#colTestStatsTopPanel.top-panel-bottom-shadow .panel-body-inner {
    top: -10px;
}

#colTestStatsTopPanel.top-panel-bottom-shadow .panel-body-inner .avatar60 {
    margin-top: -20px !important;
}

#colTestStatsTopPanel .h100 {
    overflow: hidden;
    transition: height 0.6s ease-out;
}

#colTestStatsTopPanel.top-panel-bottom-shadow .h100 {
    height: 80px !important;
}

#colTestStatsTopPanel .panel-footer {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
}

#colTestStatsTopPanel.top-panel-bottom-shadow .panel-footer {
    max-height: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    #colTestStatsTopPanelGhost {
        margin-top: -20px;
    }

    #colTestStatsTopRow {
        margin-bottom: 5px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    #colTestStatsTopRow .panel-body .list-thumb {
        background-color: transparent !important;
    }

    #colTestStatsTopRow .panel-body .avatar60 {
        font-size: 16px !important;
        height: 40px !important;
        left: -5px !important;
        margin-top: -50px !important;
        width: 40px !important;
    }

    #colTestStatsTopRow .panel-body-noavatar .text-title {
        font-size: 1.2em !important;
    }

    #colTestStatsTopRow .text-block {
        font-size: 0.60em !important;
    }

    #colTestStatsTopRow .h100 {
        height: 90px !important;
    }

    #colTestStatsTopRow .panel-footer .btn {
        font-size: 0.9em !important;
    }
}

/* Custom Panel Styles */
.panel .br-t.panel-footer {
    border-top-color: #e0e0e0 !important;
}

.page-test-invite #content.table-layout {
    padding-bottom: 30px;
}

/* Invitation page */
.barFooterButtons {
    background-color: transparent;
    bottom: 10px;
    margin: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    transition: opacity 0.2s ease-in;
    white-space: nowrap;
    width: 100%;
    z-index: 1035;
}

/* Add a gap under the footer to help the readability */
.barFooterButtons.addFooterGap {
    bottom: 34px;
}

.barFooterButtonsFull.addFooterGap {
    bottom: 44px;
}

.animated .barFooterButtons {
    opacity: 0;
}

.barFooterButtonsGroupContainer {
    background-color: #f8f8f8;
    border-radius: 7px;
    box-shadow: 0px -4px 10px rgba(50, 50, 50, 0.25);
    display: inline-block;
    padding: 20px;
    position: relative;
}

.barFooterButtonsFull .barFooterButtonsGroupContainer {
    display: block;
    padding-bottom: 0;
}

.smButtonsGroupPadding .barFooterButtonsGroupContainer {
    padding: 15px 10px;
}

.barFooterButtonsFull.smButtonsGroupPadding .barFooterButtonsGroupContainer {
    display: block;
    padding-bottom: 10px;
}

.barFooterButtonsGroupContainer:after {
    background-color: #f8f8f8;
    bottom: -12px;
    content: "";
    display: block;
    height: 45px;
    left: -5%;
    position: absolute;
    width: 110%;
    z-index: 1032;
}

.addFooterGap .barFooterButtonsGroupContainer:after {
    bottom: -4px;
    height: 13px;
}

.barFooterButtonsFull .barFooterButtonsGroupContainer:after {
    border-bottom: 1px solid #e2e2e2;
}

.barFooterButtonsGroupContainer .div-group,
.barFooterButtonsGroupContainer .btn-group {
    position: relative;
    z-index: 1033;
    vertical-align: text-bottom;
}

#correctionMandatesSelectionListDivGroup {
    min-width: 200px;
}

/* Invitation page - Wizard steps */
#wizardInviteSteps {
    left: 10px;
    margin: 0;
    position: fixed;
    top: 300px;
    z-index: 500;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    #wizardInviteSteps {
        top: 285px;
    }
}

.withannouncement #wizardInviteSteps {
    top: 370px;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .withannouncement #wizardInviteSteps {
        top: 355px;
    }
}

#wizardInviteSteps:after {
    background-color: rgb(212, 212, 212);
    bottom: 15%;
    content: "";
    display: block;
    height: 80%;
    left: 33px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 4px;
    z-index: 501;
}

#wizardInviteSteps .panel {
    margin-bottom: 10px;
    z-index: 502;
}

#wizardInviteSteps .panel-heading {
    border-color: rgb(212, 212, 212);
    padding: 0;
}

#wizardInviteSteps .panel-heading .panel-title,
#wizardInviteSteps .panel-heading .step-link {
    display: block;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

#wizardInviteSteps .panel-heading .step-link {
    background-color: #fff;
    border-radius: 3px;
    color: rgb(102, 102, 102);
    transition: all 0.2s ease-in;
}

#wizardInviteSteps .panel-active .panel-heading .step-link {
    background-color: #e9e9e9;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, .05);
    color: rgb(102, 102, 102);
    white-space: nowrap;
    overflow: hidden;
}

#wizardInviteSteps .panel-heading .step-link:focus,
#wizardInviteSteps .panel-heading .step-link:hover {
    background: #3498db;
    color: #fff;
}

#wizardInviteSteps .panel-heading .step-num {
    background-color: #f3f3f3;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 50%;
    color: #999;
    margin-left: 10px;
}

#wizardInviteSteps .panel-active .panel-heading .step-link .step-num,
#wizardInviteSteps .panel-heading .step-link:focus .step-num,
#wizardInviteSteps .panel-heading .step-link:hover .step-num {
    background: #3498db;
    border-color: #fff;
    color: #fff;
}

#wizardInviteSteps .panel-active .panel-heading .step-link:focus .step-num,
#wizardInviteSteps .panel-active .panel-heading .step-link:hover .step-num {
    background: #2384c6;
}

#wizardInviteSteps .panel-heading .step-title {
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

/* Add Stiky Table Header */
#tblCourseSelect {
    position: relative;
    border-collapse: collapse;
    background-color: rgb(249, 249, 249);
}

#tblCourseSelect th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
    z-index: 850;
    transition: all 0.1s ease-in;
}

#tblCourseSelect th:before {
    width: 104%;
    height: 100px;
    background-color: #fff;
    border-top: 1px solid rgb(196, 196, 196);
    border-bottom: 1px solid rgb(228, 228, 228);
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: -2%;
}

/* Table Scroll TestSelector */
#divScrollTestSelector,
#divScrollPermissionSelector {
    overflow: auto;
    overflow-x: hidden;
}

#divCorrectorPortalMain #iframeCorrectorPortalMain {
    width: 100%;
    height: 1000px;
    border: 0;
}

/* Corrector Portal Main */
#content_wrapper #content #divCorrectorPortalMain {
    padding: 0;
}

/* Header Row Main informations */
.rowMainPadding {
    padding: 10px 15px 0px 15px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .rowMainPadding {
        padding: 0px 10px;
    }
}

.rowMainHeaderLangSelector {
    padding-top: 55px;
    text-align: right;
}

.rowMainHeaderLangSelector,
.rowMainHeaderLangSelector p {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .rowMainHeaderLangSelector {
        padding-top: 20px;
    }

    .rowMainHeaderLangSelector,
    .rowMainHeaderLangSelector p {
        font-size: 12px;
    }
}

.section-table-row {
    position: relative;
}

.btn-colIndentSpaces {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-colIndentSpaces span {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 30px;
}

.btn-colIndentSpaces span:after {
    background-color: #838383;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: -4px;
    width: 50%;
}

.btn-colIndentSpaces span:before {
    border: 1px solid transparent;
    border-left-color: #838383;
    border-right-color: #838383;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    top: -8px;
    width: 66%;
}

.section-indent,
.col-size-container {
    padding-left: 5px;
    padding-right: 5px;
}

.section-indent-actions {
    padding-left: 0;
    padding-right: 0;
}

.section-indent-outdent {
    left: 11px;
    position: absolute;
    top: 7px;
}

.section-indent-actions {
    position: absolute;
    right: 9px;
    top: 7px;
}

.form-control-section {
    padding-top: 40px;
}

.group-size-container {
    border: 1px solid #838383;
    border-radius: 4px;
    padding: 3px;
}

.section-indent .group-size-container {
    border-color: #bdbdbd;
    opacity: 0.6;
}

.section-indent:hover .group-size-container,
.section-indent .group-size-container:hover {
    opacity: 1;
}

.group-size-container .input-group-btn .dropdown-toggle {
    margin: 0;
}

.group-size-container .input-group-btn .dropdown-menu {
    padding-left: 5px;
    padding-right: 5px;
}

.group-size-container .input-group-btn .dropdown-menu:after {
    border-color: transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    border-bottom-color: rgb(255, 255, 255);
    bottom: auto;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 5px;
    top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.input-group .row-column-size {
    text-align: center;
    width: 40px;
}

/* Custom Alert Styles */
.alert-warning.pastel {
    color: #c78600;
}

/* Custom Panel Style */
.panel-disabled {
    opacity: 1;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-disabled::after {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: repeating-linear-gradient(45deg, #c2c2c2 0, #c2c2c2 1px, #ffffff 0, #ffffff 50%);
    background-size: 10px 10px;
    border: 1px solid rgb(82, 82, 82);
    border-radius: 3px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300;
}

.panel-disabled .label-panel-disabled {
    background-color: rgba(223, 86, 64, 0.9);
    bottom: 6px;
    left: 6px;
    position: absolute;
    z-index: 350;
}

.panel-activated .label-panel-disabled {
    display: none;
}

.json-col-info {
    font-size: 10px;
    min-height: 35px;
    padding: 5px;
    resize: vertical;
    width: 100%;
}

/* Utils to check collapsed */
.check-collapsed:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

/* Addon for template */
.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.items-center {
    align-items: center;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

#txtQuestion.alert-info,
#txtQuestion .alert-info {
    color: #1F1F1F;
}


.checkbox-custom.checkbox-disabled > label {
    cursor: not-allowed;
}
.checkbox-custom.checkbox-disabled > label:before {
    background-color: #bbb;
    border: none !important;
    cursor: not-allowed;
}

.row-session-not-cancelable .btn-action-cancelsession {
    display: none;
}

.grid {
    display: grid;
    /*grid-template-columns: repeat(6, 1fr);*/
    /*grid-template-rows: repeat(5, 1fr);*/
    grid-auto-flow: row;
    gap: 2rem;
}

.grid-square-item {
    display: block;
    border: 2px solid #282b36;
    padding: 1rem 1rem;
    text-align: center;
    font-size: 14px;
    color: #1F1F1F;
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;

    &.wide {
      grid-column: span 2;
    }

    &.ghost {
      visibility: hidden;
    }

    &.sortable-chosen {
        background-color: rgb(241, 241, 241);
        cursor: grabbing;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
      }
}

.imp-object.selectedImageMapObject {

    border-color: #E61600 !important;
    border-width: medium !important;
    border-style: groove !important;
}

.imp-ui-layers-menu-wrap {
    visibility: hidden;
}
