header.editMode{
    background: #fa827f !important;
    color: white;
}
header .editModeText{
    display: none;
}
header.editMode .editModeText{
    display: block;
    color: #fa827f;
    font-weight: bold;
    background: white !important;
}

.hidden {
    display: none !important;
}

.text-success,
.text-green,
.valid-feedback,
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label,
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label
{
    color: #4cae4c !important;
}
.badge-success,
.badge-green{
    background-color: #4cae4c !important;
    color: white;
}
.bg-success, .bg-green{
    background-color: #4cae4c !important;
    color: white;
}
.btn-success,
.btn-green{
    color: white;
    background-color: #4cae4c;
    border-color: #4cae4c;
}
.btn-success.disabled, .btn-success:disabled,
.btn-green.disabled, .btn-green:disabled
.btn-outline-success:hover ,
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle,
.btn-outline-green:hover,
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle{
    color: white;
    background-color: #4cae4c;
    border-color: #4cae4c;
}

.btn-outline-success,
.btn-outline-green {
    color: #4cae4c;
    border-color: #4cae4c;
}

.btn-outline-success.disabled, .btn-outline-success:disabled,
.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #4cae4c;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid ,
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus,
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #4cae4c; }
.border-success, .border-green {
    border-color: #4cae4c !important;
}
.text-success,
.text-green {
    color: #4cae4c !important;
}

.callout-success,
.callout-green{
    border-left-color: #4cae4c; }
.callout-success h4,
.callout-green h4{
    color: #4cae4c; }

.card-accent-success,
.card-accent-green{
    border-top-color: #4cae4c;
}

.modal-success .modal-content,
.modal-green .modal-content{
    border-color: #4cae4c;
}
.modal-success .modal-header,
.modal-green .modal-header{
    color: white;
    background-color: #4cae4c;
}

.sidebar .nav-link.nav-link-success, .sidebar .navbar .nav-link-success.dropdown-toggle, .navbar .sidebar .nav-link-success.dropdown-toggle,
.sidebar .nav-link.nav-link-green, .sidebar .navbar .nav-link-green.dropdown-toggle, .navbar .sidebar .nav-link-green.dropdown-toggle {
    color: white;
    background: #4cae4c;
}

.switch-success > .switch-input:checked ~ .switch-label,
.switch-green > .switch-input:checked ~ .switch-label{
    color: white;
    background: #4cae4c !important;
}

.switch-success-outline > .switch-input:checked ~ .switch-label,
.switch-green-outline > .switch-input:checked ~ .switch-label{
    border-color: #4cae4c;
}
.switch-success-outline > .switch-input:checked ~ .switch-label::after,
.switch-green-outline > .switch-input:checked ~ .switch-label::after{
    color: #4cae4c;
}
.switch-success-outline > .switch-input:checked ~ .switch-handle,
.switch-green-outline > .switch-input:checked ~ .switch-handle{
    border-color: #4cae4c; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label,
.switch-green-outline-alt > .switch-input:checked ~ .switch-label{
    border-color: #4cae4c; }
.switch-success-outline-alt > .switch-input:checked ~ .switch-label::after,
.switch-green-outline-alt > .switch-input:checked ~ .switch-label::after{
    color: #4cae4c; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle,
.switch-green-outline-alt > .switch-input:checked ~ .switch-handle{
    color: white;
    background: #4cae4c !important;
    border-color: #4cae4c;
}


.cursor-pointer {
    cursor: pointer;
}

button[disabled]:hover {
    cursor: not-allowed !important;
}

.badge {
    font-size: 90%;
}

.text-black {
    color: black;
}

.help {
    cursor: help;
}
.text-primary{
    color: #36a9e1;
}

.btn-outline-secondary {
    border-color: #3a4144;
    color: #3a4144;
}

.btn-outline-secondary:hover{
    background-color: #c6cbce;
    border-color: #c6cbce;
    color: black;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-outline-success {
    color: #5cb85c;
    border-color: #4cae4c;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    background-color: #4cae4c;
    border-color: #4cae4c;
}

.btn-outline-success:hover {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: white;
}


.btn-w100 {
    width: 100%;
}

.noOpacity{
    opacity: 0;
}

.strike{
    text-decoration: line-through;
}
.border-left-0{
    border-left: none;
}
.border-right-0{
    border-right: none;
}

/* forms */
.form-check {
    padding-left: 1.25rem;
}
.overflow-hidden{
    overflow: hidden;
}
option {
    color: black !important;
}
option:disabled {
    color: rgb(170, 170, 170) !important;
}

.white-space-normal{
    white-space: normal;
}

/* Compact availability column used in surveys assign table */
.availability-column--compact{
    max-width: 220px;
    overflow: hidden;
    border: 1px solid transparent;
}

.availability-column--compact .select2-container,
.availability-column--compact .select_two,
.availability-column--compact .availability-fixed-input{
    width: 100% !important;
    box-sizing: border-box;
}

.availability-column--compact .availability-mode .select2-selection__rendered {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-tags-assign td,
.table-tags-assign th {
    overflow: visible !important;
}

.table-tags-assign .availability-column {
    position: relative;
    overflow: visible !important;
}

[data-availability-default] .availability-column {
    position: relative;
    overflow: visible !important;
}

[data-availability-default] .availability-column .availability-extra {
    overflow: visible !important;
    display: block;
}
[data-availability-default] .availability-column .input-group {
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

[data-availability-default] .availability-column .input-group .input-group-prepend {
    flex: 0 0 auto;
}

[data-availability-default] .availability-column .input-group > .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

[data-availability-default] .availability-column .input-group .input-group-text {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

[data-availability-default] .availability-column .input-group .input-group-prepend,
[data-availability-default] .availability-column .input-group .input-group-append {
    display: inline-flex !important;
    align-items: center;
}

[data-availability-default] .availability-column--compact {
    max-width: 220px;
    overflow: visible;
}

.table-tags-assign .availability-column .input-group,
.table-tags-assign .availability-column .availability-extra {
    overflow: visible !important;
}

.table-tags-assign .input-group {
    flex-wrap: nowrap;
}

.table-tags-assign .bootstrap-datetimepicker-widget {
    z-index: 1250;
    position: absolute;
}

.hover-hand-input label:hover,
.hover-hand-input input:hover{
    cursor: pointer;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

/* Ensure availability input-groups (table and global) keep icon and input on one line */
.availability-column .input-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.availability-column .input-group .input-group-prepend,
.availability-column .input-group .input-group-append {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}

.availability-column .input-group > .form-control {
    flex: 1 1 auto;
    min-width: 0;
}

.availability-column .input-group .input-group-text {
    white-space: nowrap;
}

/* Force input-group layout same in-table and in-global default control */
.availability-column .input-group,
.table-tags-assign .input-group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.availability-column .input-group .input-group-prepend,
.table-tags-assign .input-group .input-group-prepend {
    display: inline-flex !important;
    align-items: center !important;
}

.availability-column .input-group > .form-control,
.table-tags-assign .input-group > .form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* Mirror the table input-group form-control sizing for the global defaults */
[data-availability-default] .availability-column .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

[data-availability-default] .availability-column .input-group .input-group-text {
    padding: 0.375rem 0.75rem;
    border: 1px solid #e9ebec;
    background-color: #f9f9f9;
}

/* Ensure the label inside input-group-prepend behaves like an inline flex container */
.availability-column .input-group-prepend > .input-group-text,
.table-tags-assign .input-group-prepend > .input-group-text,
[data-availability-default] .input-group-prepend > .input-group-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Guard against unexpected block-level resets */
.availability-column .input-group-prepend,
.availability-column .input-group-prepend label,
.table-tags-assign .input-group-prepend,
.table-tags-assign .input-group-prepend label {
    display: inline-flex !important;
    align-items: center !important;
}

/* When select2 renders a wide single-line selection, allow it to shrink when extras are visible */
.availability-column .select2-container,
.table-tags-assign .select2-container {
    max-width: 100% !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e515b;
    text-align: center;
    white-space: nowrap;
    background-color: #f9f9f9;
    border: 1px solid #e9ebec;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.main .container-fluid {
    padding: 0 10px;
}

.main .dataTables_wrapper.container-fluid {
    padding: 0px;
}

/*login page*/
#loginForm .width100{
    width: 100%;
}
#loginForm .line-container {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}
#loginForm .line-container .line {
    flex: 1;
    border-bottom: 1px solid #9fabb8 ;
}
#loginForm .line-container .text {
    padding: 0 1em;
    white-space: nowrap;
    color: #9fabb8 ;
}

/* home cards*/
.card-actions.links {
    position: absolute;
    top: 0;
    right: 0;
}

.danger {
    color: #ff5454 !important;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.ph-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.clear-both{
    clear:both;
}

/* menu */
.sidebar .nav-item::first-letter {
    text-transform: uppercase;
}

.sidebar .nav-dropdown-items .nav-item::first-letter {
    text-transform: uppercase;
}

body:not(.sidebar-minimized) .sidebar .nav-link span{
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
    margin: 0;
}

/*cards */
.card-header i {
    margin-right: 0.5rem;
}

.card-header .btn {
    margin: 0.25rem 0 0 0.25rem !important;
    padding: 0.25rem 0.4rem !important;
}

.card-header .btn i {
    margin: 0;
    padding-right: 0.2rem ;
}

.card-header .btn.btn-round {
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget{
    width: 100% !important;
}

.datetimepicker-fixed{
    position: fixed !important;
    width: 40% !important;
}

/********** languages **********/
/* menu languages */
.language-select:hover{
    cursor: pointer;
}
ul.nav.languages .dropdown-menu {
    overflow: auto;
}

.flag-icon-en {
    background-image: url(../vendors/flags/4x3/gb.svg);
}

.flag-icon-eus {
    background-image: url(../vendors/flags/4x3/eus.svg);
}

.flag-icon-cat {
    background-image: url(../vendors/flags/4x3/cat.svg);
}

.flag-icon-gal {
    background-image: url(../vendors/flags/4x3/gal.svg);
}

body:not(.sidebar-minimized) .sidebar .nav .nav-item .nav-dropdown-items i,
body:not(.sidebar-minimized) .sidebar .nav .nav-item .navbar .nav-dropdown-items .dropdown-toggle i,
.navbar body:not(.sidebar-minimized) .sidebar .nav .nav-item .nav-dropdown-items .dropdown-toggle i {
    margin-right: 1.3rem;
    min-width: 45px;
}

a.nav-link{
    padding: 0;
}

.nav-tabs > li > a.nav-link{
    padding: 0.5rem 1rem;
}

/* cambios bea para que se alinean el menu */

.sidebar .nav-dropdown.open {
    background: #d0d4d5;
}

.sidebar .nav-link,
.sidebar .navbar .dropdown-toggle{
    display: flex;
}
.sidebar .sidebar-nav i,
body:not(.sidebar-minimized) .sidebar .nav .nav-item .nav-link i{
    margin-top: -0.7rem !important;
}

.sidebar .sidebar-nav i,
.sidebar .sidebar-nav span{
    display: table-cell !important;
}
/* fin cambios bea */
button a:hover {
    text-decoration: none;
}

table ul.no-list-style-type {
    list-style-type: none;
}

table ul.ul-datatable{
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    list-style-type: none;
}
table ul.ul-datatable li {
    line-height: 0.9em;
    padding-bottom: 1.1em;
}

table td.text-small{
    font-size: 0.85em;
}
table .td-padding-small{
    padding: 12px 2px;
}

/* menu dropdown*/
.submenu-submenu {
    position: relative;
}

.submenu-submenu .submenu {
    top: 0;
    left: 100% !important;
    margin-top: -1px;
    width: 100%;
}

.dropdown-toggle-right::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;

}

/* languages form */
select#translationLanguage,
select#translationLanguagePreguntas {
    width: auto;
}

/*** logo ***/
.app-header.navbar .navbar-brand {
    background-position: 5% center;
    background-size: 34% auto;
    position: relative;
    overflow: hidden;
}
.app-header.navbar .navbar-nav {
margin-right: 1rem;
}
.app-header.navbar .navbar-nav li .nav-link i,
.app-header.navbar .navbar-nav .dropdown-item,
.app-header.navbar .navbar-nav .dropdown-item i{
    color: #697077 !important;
}

.app-header.navbar .navbar-nav li:hover .nav-link i,
.app-header.navbar .navbar-nav .dropdown-item:hover,
.app-header.navbar .navbar-nav .dropdown-item:hover i{
    color: #383c40 !important;
}

#questions .table .show img:hover {
cursor: pointer;
}

.bg-res_CORRECT {
background-color: #82b332;
}

.bg-res_ERROR {
background-color: #ffc107;
color: white;
}

.bg-res_CRITICAL_ERROR {
background-color: #a54021;
color: white;
}

.bg-res_FATAL_ERROR {
background-color: #ff0000;
color: white;
}

.bg-res_TIMEOUT {
background-color: #acacac;
color: white;
}

.bg-res_NOT_ANSWERED {
background-color: #000000;
color: white;
}

.text-res_CORRECT {
color: #82b332;
}

.text-res_ERROR {
color: #ffc107;
}

.text-res_CRITICAL_ERROR {
color: #a54021;
}

.text-res_FATAL_ERROR {
color: #ff0000;
}

.text-res_TIMEOUT {
color: #acacac;
}

.text-res_TIMEOUT {
color: #000000;
}

/*tablas*/
/*.dataTables_wrapper .dt-buttons{*/
/*display:none;*/
/*}*/

.dataTables_wrapper .dt-buttons.btn-group{
    display: block;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 0 !important;
}

.dataTable tbody td.details-control {
    background-image: url(../img/dt/details_open.png);
    cursor: pointer;
    background-repeat:  no-repeat;
    /*background-position: center;*/
    background-origin: content-box;
    /*background-size: cover;*/
    /*padding: 7px;*/
}
.dataTable tbody tr.shown td.details-control {
    background-image: url(../img/dt/details_close.png);
    cursor: pointer;
    background-repeat:  no-repeat;
    /*background-position: center;*/
    background-origin: content-box;
    /*background-size: cover;*/
    /*padding: 7px;*/
}

.dataTable tbody td.reorder-handle {
    cursor: pointer;
}

.dataTables_processing.card {
    color: #36a9e1;
    border-color: #36a9e1;
    z-index: 1030;
}

.card-body .dataTables_wrapper img {
    max-width: 60% !important;
    margin: auto;
}

/*table .btn {*/
    /*background-color: white;*/
    /*color: #1e8fc6;*/
/*}*/

table .btn-info i {
    font-weight: bold;
}

table tbody td .btn-group > .btn:first-child {
    margin-left: 0 !important;
}

.table.table-thin th, .table.table-thin td {
    padding: 0.4rem 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dbdee0;
    font-size: 0.9em;
}

/*form a {*/
    /*!* font-size: 1.3em;*!*/
    /*margin-right: 0.2em;*/
/*}*/

.modal {
    overflow-y: auto;
}

.modal-danger .close {
    color: white;
    opacity: 0.75;
}
.modal-info .close {
    color: white;
    opacity: 0.85;
}

#modal-loading .modal-content{
    background-color: rgba(0,0,0,0);
    border: 0;
}

#modal-loading img{
    width: 100px;
}

img.loading-gif{
    width:50px;
}

/* btn circle */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}

/* btn duplicate */
.btn-outline-duplicate:hover {
    color: #ffffff;
    background-color: #b13dfa;
    border-color: #b13df9;
}

.btn-outline-duplicate {
    border-color: #b13dfa;
    color: #b13dfa;
}

.btn-duplicate {
    color: #ffffff;
    background-color: #b13dfa;
    border-color: #b13dfa;
}

.btn-duplicate:hover {
    color: #ffffff;
    background-color: #9924e2;
    border-color: #9924e2;
}

/* btn download */
.btn-outline-download:hover {
    color: #ffffff;
    background-color: #000bfa;
    border-color: #000bfa;
}

.btn-outline-download {
    border-color: #000bfa;
    color: #000bfa;
}

.btn-download {
    color: #ffffff;
    background-color: #000bfa;
    border-color: #000bfa;
}

.btn-download:hover {
    color: #ffffff;
    background-color: #000bfa;
    border-color: #000bfa;
}

/* btn attachment */
.btn-outline-attachment:hover {
    color: #ffffff;
    background-color: #880115;
    border-color: #880115;
}

.btn-outline-attachment {
    border-color: #880115;
    color: #880115;
}

.btn-attachment {
    color: #ffffff;
    background-color: #880115;
    border-color: #880115;
}

.btn-attachment:hover {
    color: #ffffff;
    background-color: #880115;
    border-color: #880115;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #fff;
    background-color: #1f97d1;
    border-color: #1e8fc6;
}

/* summernote */

.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.summernote-editor .editor-error {
    border: 2px solid #ff0000 !important;
}

.summernote-editor .editor-focus {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    /*padding-bottom: 22px;*/
}

.summernote-editor .editor-focus .input-focus {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Hide this option to simplify interface, but always use this option */
.note-modal.link-dialog .form-check.sn-checkbox-use-protocol {
    display: none;
}


/* datatables */
.column-widthFix {
    white-space: nowrap;
}

/* content */
.card-body .created_info,
.card-body .created_info a {
    color: #aaa;
    font-style: italic;
    width: 100%;
}

/* fichas */

#instructions {
    font: 16px 'AmericanTypewriter', Cambria, Georgia;
    color: #282625;
    margin: 0 auto;
}

#instructions img:hover {
    cursor: pointer;
    border: 2px solid black;
}

.paper {
    padding: 37px 55px 27px;
    position: relative;
    border: 8px solid #B5B5B5;
    border-radius: 0.3rem;
    background: none;
    overflow: hidden;
}

.paper::before {
    content: "";
    z-index: -1;
    margin: 0 1px;
    width: 706px;
    height: 10px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: white;
    border: 1px solid #B5B5B5;
}

.paper::after {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
    border-left: 1px solid #F8D3D3;
}

.card-body img {
    max-width: 100% !important;
}

/********* SUMMERNOTE TABLES **********/
.summernote-text table,
.form-group .note-editable table,
#testBody table {
    table-layout: fixed !important;
    border: 4px solid #ccc !important;
    border-color: #b9bebc !important;
    max-width: 100% !important;
    width: 100% !important;
}

.modal table {
    width: 100% !important;
 }

.summernote-text .table-bordered tr:first-child td,
.form-group .note-editable tr:first-child td{
    font-weight: bold;
    background: #b9bebc;
    color: white;
    font-size: 1.3em;
}

.summernote-text .table-bordered tr:nth-child(even),
.form-group .note-editable tr:nth-child(even),
.modal .table-bordered tr:nth-child(even) {
    background: #f8f8f8;
}

/****** CLIENTES  ******/
.client-img {
    max-width: 100% !important;
    background: #e9ebec;
    padding: 10px;
}

/****** PLANTAS ******/

.plants-processes-operations {
    margin-bottom: 1em;
}

.plants-processes-operations ul {
    margin: 1em 0;
}

.plants-processes-operations ul li {
    margin: 0.5em 0;
}

/******** COURSES FORM ************/
#tabAssignTasks .item{
    line-height: 2.2em;
}
#tabAssignTasks .badge:hover{
    cursor:pointer;
}


    /******** USUARIOS ************/

.user-disabled,
a.user-disabled,
.user-disabled a {
    color: #afafaf;
}

.user-disabled .badge,
.user-disabled button,
.user-disabled .btn {
    background-color: #afafaf !important;
    color: white !important;
}

.dataTable .user-disabled .btn {
    background-color: white !important;
    color: #afafaf !important;
    border-color: #afafaf !important;
}

/******** LPS ****************/
#lp-notification ol#trainees{
    list-style: none;
    counter-reset: li;
}
#lp-notification ol#trainees li {
    counter-increment: li;
}
#lp-notification ol#trainees li::before {
    content: counter(li);
    color: #9a9a9a;
    display: inline-block;
    width: 3em;
    margin-left: -1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}
#lp-notification li:hover,
#lp-notification li label:hover,
#lp-notification li input:hover {
    cursor: pointer;
}


/********* OPERATIONS *********/
.ope-nopublished,
a.ope-nopublished,
.ope-nopublished a {
    color: #afafaf;
}

.ope-nopublished .badge,
.ope-nopublished button,
.ope-nopublished .btn {
    background-color: #afafaf !important;
    color: white !important;
}

.dataTable .ope-nopublished .btn {
    background-color: white !important;
    color: #afafaf !important;
    border-color: #afafaf !important;
}

.dataTable .ope-nopublished .text-success,
.dataTable .ope-nopublished .text-danger {
    color: #afafaf !important;
}

/**** SORTABLE DRaG AND DROP ****/

.sortableLevels {
    width: 99% !important;
}

.sortable {
    list-style-type: decimal;
    width: fit-content;
}

.sortable li {
    margin: 10px 0;
    padding: 5px 15px;
    cursor: -webkit-grab;
    border-radius: 10px;
    border-style: dashed;
}

.sortable li.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}

/**** pdf ****/
#operation .operation-pdf .operation_pdf_itemType {
    width: 100%;
    background: #bfbfbf;
    margin-top: 1.5em;
    color: white;
    padding: 0.35em 1em;
    margin-bottom: 0.5em;
}

#operation .operation-pdf .operation_pdf_cardName {
    margin-bottom: 1.2em;
}

#operation .operation-pdf .operation_pdf {
    margin-left: 2em;
}


/* modal duplicar */
.modalDuplicar .modal-dialog.modal-lg {
    width: 50%;
    margin-left: 25%;
    height: 95%;
    /*overflow: auto;*/
    margin-top: 2%;
}

/**********MODALS ************/

.modal .modal-dialog {
    max-height: 100%;
    margin-top: 2%;
    position: relative;
}

.modal .modal-dialog.modal-md {
    width: 50%;
    max-width: 50%;
}

.modal .modal-dialog.modal-lg {
    max-width: 90%;
}

.modal .modal-content {
    max-height: 100%;
}

/*.main .modal-unity .modal-content .modal-header {*/
/*display: block;*/
/*}*/

.modal .modal-content .modal-header .modal-title {
    float: left;
}

.modal .modal-content .modal-header .close {
    float: right;
    font-size: 1.5rem;
}

.modal .modal-content .modal-body {
    /*max-height: 100%;*/
    overflow: auto;
    height: 100%;
    max-width: 100%;
}

.modal .modal-content .modal-body.no-scroll {
    overflow: initial;
}

/****** UNITY - WEBGL ******/


.webgl-title{
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    background: transparent;

}
.webgl-title .name{
    background: rgba(51, 56, 60, 0.55);
    color: white;
    padding: 0 5px;
}
.webgl-title .course-status span{
    padding: 0 5px;
}

.webgl-title #timer{
    padding: 0 5px;
    color: red;
}

.webgl-content #gameContainer {
    width: 100%;
    height: 100%;
}

.webgl-content #gameContainer #canvas {
    width: 100% !important;
    height: 100% !important;
}

.webgl-content #configContainer{
    background-color: white !important;
}

/*.main #modalQuestion,*/
/*.main #modalTask {*/
    /*max-width: 90%;*/
    /*max-height: 85%;*/
    /*margin-left: 5%;*/
    /*margin-top: 2%;*/
/*}*/




/* editor unity webplugin */
.webgl-content {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    overflow: hidden;
}

.webgl-content canvas#canvas {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

/*fullscreen*/

body.unity-fullscreen .app-header,
body.unity-fullscreen .app-footer,
body.unity-fullscreen .app-body .sidebar,
body.unity-fullscreen .app-body .breadcrumb {
    display: none;
}

body.unity-fullscreen .app-body {
    margin-top: 0;
}

body.unity-fullscreen .app-body main {
    margin-left: 0;
}

.main .modal-unity .modal-content .modal-body img {
    max-width: 100%;
}

.main .modal-unity .modal-content img:hover {
    cursor: pointer;
    border: 2px solid black;
}

.main .modal-unity .modal-content .modal-body .adjuntos div {
    margin-left: 4em;
    display: inline-block;
    margin-top: 0.5em;
}

.main .modal-unity .modal-content .modal-footer {
    display: block;
}





#modalCourseSelectionBody button{
    display: initial;
}
#modalCourseSelectionBody .course-current{
    display: none;
}

#modalCourseSelectionBody .bg-secondary button{
    display: none;
}
#modalCourseSelectionBody .bg-secondary .course-current{
    display: block;
}

/* modal task teoria */

.main #modalTask {
    max-width: 90%;
    max-height: 94%;
    margin-left: 5%;
    margin-top: 1%;
}

.main #modalTask .modal-dialog.modal-lg {
    max-width: 90%;
    margin: .25rem auto;
}

@media (min-width: 992px) {
    .main #modalTask .modal-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    .main #modalTask .modal-content .modal-header,
    .main #modalTask .modal-content .modal-footer {
        flex: 0 0 auto;
    }

    .main #modalTask .modal-content .modal-body {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        overflow: hidden;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .main #modalTask .modal-content .modal-body #modalTaskBody {
        display: flex;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
    }

    .main #modalTask .task-focus-layout {
        height: 100%;
        min-height: 0;
    }
}

.main #modalTask .modal-content .modal-footer #nextFichaBtn {
    float: right;
}

.main #modalTask .modal-content .modal-footer #previousFichaBtn {
    float: left;
}
.main .modal-unity .modal-content .attachments > div > a > i{
    margin-right: 2px;
}
.main .modal-unity .modal-content .attachments .lps,
.main .modal-unity .modal-content .attachments .lps a{
    margin-right: 5px;
    color: #fabb3d !important;
}
.main .modal-unity .modal-content .attachments .lps i{
    margin-right: 1px;
}

/*.main .modal-unity .modal-content .attachments a{*/
    /*margin-right: 10px;*/
/*}*/

/* modal pregunta */

.main #modalQuestion .progress {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
}

.main #modalQuestion .modal-header .progress {
    width: 100%;

}

.main #modalQuestion .modal-content .modal-body {
    overflow: auto;
    display: block;
    max-height: 90%;
}

.main #modalQuestion .modal-content .modal-footer {
    width: 48%;
    float: right;
    overflow: auto;
    display: block;
    max-height: 90%;
    margin: 0 1%;
}


.main #modalQuestion .modal-content #modalQuestionBody p {
    font-size: 1.1em;
}

.main .questionAnswers button.answer-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 30px;
    white-space: normal;
    font-weight: bold;
}
.main #modalQuestion button.answer-btn.skip-btn {
    float: right;
}

.main #modalQuestion button.answer-btn:hover {
    color: #36a9e1!important;
    background-color: #fff!important;
    border-color: #36a9e1!important;
}


/**** modal results *****/

.main #modalTestResult #modalTestResultBody .answer-box,
.main #testBody .answer-box{
    background-color: #efeaea;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.3em;
}

.main #modalTestResult #modalTestResultBody .answer-box i,
.main #testBody .answer-box i{
    font-size: 1.5em;
}

.main #modalTestResult #modalTestResultBody .answer-box .answer-number,
.main #testBody .answer-box .answer-number{
    font-weight: bold;
}
.main #modalTestResult #showQuestionTask .card,
.main #modalTestResult #showWrongAnsweredQuestion .card,
.main #testBody #showQuestionTask .card,
.main #testBody #showWrongAnsweredQuestion .card,
.main #showTask .card{
    border: 5px solid #61b9e7;
}

.main #modalTestResult #showQuestionTask .card .card-header,
.main #modalTestResult #showWrongAnsweredQuestion .card .card-header,
.main #testBody #showQuestionTask .card .card-header,
.main #testBody #showWrongAnsweredQuestion .card .card-header,
.main #showTask .card .card-header{
    background-color: #61b9e7;
    border-bottom: 1px solid #61b9e7;
}

.main #testBody .table.results-table i{
    font-size: 1.8em;
}


/**** modal item choose *****/

.main #modalPlantItems item .item-hover,
.main #modalPlantItems .item .item-hover span,
.main #modalPlantItems .item .item-hover i{
    background: #36a9e1;
    color: white;
}

.main #modalPlantItems .item {
    padding-left: 1em;
}
.main #modalPlantItems ul {
    width: 100%;
}
.main #modalPlantItems li.disable > .item-info {
    color: grey;
}
.main #modalPlantItems li.disable > .item-info:hover {
    cursor:no-drop;
}
.main #modalPlantItems li .item-info .name{
    margin: auto 5px;
}
.main #modalPlantItems li .item-info .addItem{
    color: #fabb3d !important;
    background-color: transparent;
    margin-left: 8px;
    padding: 0 4px;
}
.main #modalPlantItems li .item-info .addItem:hover{
    color: white !important;
    background-color: #fabb3d ;
    cursor: pointer;
}
.main #modalPlantItems li .item-info span.linkItem i{
    padding-left: 2px;
}

.main #modalPlantItems li.available > .item-info > span.linkItem i{
    color: #36a9e1;
}

.main #modalPlantItems li.available > .item-info > span.linkItem:hover{
    cursor:pointer;
    background: #36a9e1;
    color: white !important;
}
.main #modalPlantItems li.available > .item-info > span.linkItem:hover i{
    color: white !important;
}




.main #modalPlantItems .item-info.item-relationated{
    background: #36a9e1;
    color: white !important;
}
.main #modalPlantItems .item-info.item-relationated > span.infoPointItem{
    opacity: 0 !important;
}






#operarios-canvas canvas#canvas {
    max-width: 100%;
}

/* modal spinner */
#spinner {
    background: #000000a3;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

/*!**************************************!*/
/*!*********** ITEMS ******************!*/
/*!**************************************!*/

#tabItems ul.sortable {
    width: 100%;
}

#tabItems ul.sortable.plant-node {
    width: 90%;
    overflow: hidden;
}

#tabItems ul.sortable.item-nodes {
    width: 100%;
    overflow: hidden;
}

#tabItems .sortable li {
    /*height: 2.5em;*/
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    cursor: -webkit-grab;
    border: 1px dashed grey;
    background: #efefef;
    overflow: hidden;
}

#tabItems .sortable li.item-hover,
#plantItemsHierarchy .sortable li.item-hover {
    background: #ffe0ff;
}
#tabItems .sortable li .nodesText,
#plantItemsHierarchy .sortable li .nodesText{
    display: none;
}
#tabItems .sortable li.item-hover > .item-info > .nodesText,
#plantItemsHierarchy .sortable li.item-hover > .item-info > .nodesText{
    display: contents;
}

#tabItems .sortable li > div {
    /*display: inline-block;*/
    vertical-align: middle;
}

#tabItems .sortable li .item-info {

}
#tabItems .sortable li .item-show {
    padding: 1em 2em;
    background: #bbd0b9;
    margin: 1em;
    border-radius: 2%;
}

#tabItems .sortable li .item-actions {
    /*height: 100%;*/
}

#tabItems .sortable li .item-actions .btn-group {
    height: 100%;
    overflow: hidden;
}

#tabItems .sortable li .item-actions .btn-group {
    height: 100%;
    border: none;
}

#tabItems .sortable li .item-actions .btn-group .btn {
    margin: 0 !important;
    background: none;
}

#tabItems .sortable li .item-actions .btn-group.btn-actions {
    margin-left: 3em;
    border-left: 1px dashed grey;
}

#tabItems .btn-characteristics button,
#tabItems .btn-characteristics span {
    width: 2.5em;
    margin-left: 1.2em;
    font-size: 1.1em;
    color: black !important;
}

.btn-characteristics button:hover {
    background-color: white !important;
}
#tabItems .btn-characteristics span:hover {
    cursor: initial !important;
}
#tabItems .btn-toolbar a.blurred {
    opacity: 0.4;
    pointer-events: none;
}
#tabItems .btn-toolbar .blurred:hover {
    pointer-events: none;
    cursor: initial !important;
}

a.subsidizedItem.disabled {
    opacity: 0;
}

a.subsidizedItem.disabled:hover {
    pointer-events: none;
}

#tabItems .sortable li .item-actions .btn-characteristics .no:after{
    font-family: "Font Awesome\ 5 Free";
    content: "\f057";
    font-weight: bold;
    color: red;
    font-size: 0.7em;
    margin-left: -4px;
    bottom: 0px;
    position: absolute;
}

#tabItems .sortable li .item-actions .btn-characteristics .yes:after{
    font-family: "Font Awesome\ 5 Free";
    content: "\f058";
    font-weight: bold;
    color: green;
    font-size: 0.7em;
    margin-left: -4px;
    bottom: -2px;
    position: absolute;
}

#tabItems .sortable li.item-plant {
    background: #a3a3a3;
}

#tabItems .btn-toolbar .blurred {
    opacity: 0.3;
}
#tabItems .btn-characteristics .disabled{
    opacity: 50%;
}
#tabItems .addItem {
    color: orange;
}

#tabItems .addItem:hover {
    color: white;
    background-color: orange !important;
}

#tabItems .showItem {
    color: green;
    background-color: transparent !important;
}


/*#tabItems .showItem.collapsed {*/
    /*color: green;*/
    /*background-color: transparent !important;*/
/*}*/

/*#tabItems .showItem {*/
     /*color: white;*/
     /*background-color: green !important;*/
 /*}*/


#tabItems .showItem:hover {
    color: white;
    background-color: green !important;
}

#tabItems .editItem:hover {
    color: white;
    background-color: #36a9e1 !important;
}

#tabItems .btn-actions .referenceItem,
#tabItems .nodesText.referenceItem{
    color: purple;
}

#tabItems .btn-actions .referenceItem:hover {
    color: white;
    background-color: purple !important;
}

#tabItems .btn-actions .referenceItem.referentiable{
    animation-name: referenceSize;
    animation-duration: 2s;
    animation-iteration-count:infinite;
}
#tabItems .btn-actions .reference-help button.cancel{
    background: purple !important;
    color: white;
}
#tabItems .btn-actions .reference-help button.cancel:hover{
    background: white !important;
    color: purple;
}
@keyframes referenceSize {
    0%   { background-color: transparent; color: purple;}
    50%  { background-color: purple; color: white;}
    100% { background-color: transparent; color: purple;}
}

#tabItems .editItem {
    color: #36a9e1;
}

#tabItems .editItem:hover {
    color: white;
    background-color: #36a9e1 !important;
}

#tabItems .assignItem {
    color: #1e8fc6;
}

#tabItems .assignItem:hover:not([disabled]) {
    color: white;
    background-color: #1e8fc6 !important;
}

/**************** ITEMS SHOW ***************/

#item .item-characteristics {
    position:relative;
}
#item .item-characteristics i{
    position:relative;
    font-size: 2em;
    margin-right: 1em
}

#item .item-characteristics .no:before{
    font-family: "Font Awesome\ 5 Free";
    content: "\f057";
    font-weight: bold;
    color: red;
    font-size: 1.2em;
    margin-left: 20px;
    bottom: -10px;
    position: absolute;
    z-index: 99;
}

#item .item-characteristics .yes:before{
    font-family: "Font Awesome\ 5 Free";
    content: "\f058";
    font-weight: bold;
    color: green;
    font-size: 1.2em;
    margin-left: 20px;
    bottom: -10px;
    position: absolute;
    z-index: 99;
}
#item .infoPoint img{
    max-height: 150px;
}

/***********  REFERENCE ***********/
.reference-form .form-check{
    width: 98%;
    margin: auto;
    padding: 0;
}
.reference-form .form-check input{
    opacity: 0 !important;
}
.reference-form .form-check label {
    width: 100%;
    padding: 0.75em 0.5em;
    border: 2px solid grey;
}
.reference-form .form-check label name{
    padding-top: 15px;
}

.reference-form .form-check label:hover {
    border: 5px solid #36a9e1;
    cursor: pointer;
}
.reference-form .form-check.asset-checked label{
    border: 5px solid #36a9e1;
    background-color: #91dbff;
    color: white;
}

.reference-form .form-check .asset-image{
    width: 90%;
    margin: auto;
    height: 130px;
}

.reference-form .form-check .asset-image img{
    max-width: 100%;
    max-height: 100%;
}

/*********** CHAT ******************/
.chat-page .chat-column-name {
    text-align: left !important;
    background: black;
    width: auto;
    color: white;
    font-weight: bold;
    padding: 1em;
    border-radius: 1em;
}

.chat-page .messages-contacts table .contact-msg {
    font-weight: bold;
    font-size: 1.2em;
}

.chat-page .message-user-status {
    font-style: italic;
    color: grey;
    font-size: 0.7em;
}

.chat-page #messages {
    padding: 2em 1em;
}

.chat-page #messages .chat-msg {
    width: 100%;
    margin-bottom: 0.5em;
}

.chat-page #messages .chat-msg .msg {
    max-width: 65%;
    background: #dcf8c6;
    padding: 1em;
    border-radius: 1em;
    float: left;
}

.chat-page #messages .chat-msg .msg-right {
    background: #e7fffe;
    float: right;
    text-align: right;
}

.chat-page #messages .chat-msg .msg .msg-text {
    font-weight: bold;
}

.chat-page #messages .chat-msg .msg .msg-date {
    margin-top: 0.1em;
    font-size: 0.9em;
    color: grey;
}

.chat-page #messages .message-pagination {
    margin: 2em auto 0 auto;
}

.chat-page #message-send {
    border-width: 3px;
}

/*********** charts ****************/
/*svg > g > g:last-child {*/
    /*pointer-events: none*/
/*}*/

.badge-trainee-pass {
    color: white;
    background-color: #008000;
}

.badge-trainee-fail {
    color: white;
    background-color: #000000;
}

.badge-test-pass {
    color: black;
    background-color: #00ff0a;
}

.badge-test-fail {
    color: white;
    background-color: #ff00a8;
}

.badge-test-incomplete {
    color: white;
    background-color: #7d7d7d;
}

.badge-black {
    color: white;
    background-color: #000000;
}

/*********** FAQ **************/
#faq .item a {
    font-size: 1.4em;
    margin-bottom: 0.5em;
    display: block;
    margin-top: 0.5em;
}

#faq .item .collapse {
    padding-left: 2em;
}

.fa-folder-open:before {
    content: "\f07c";
}

/****************** FAQ ********************/
#faq .faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

#faq .faq-nav a.nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.2em 1.6em;
    /*background-color: #fff;*/
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    transition: background-color .2s ease;
}

#faq .faq-nav a.nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}

#faq .faq-nav a.nav-link span.nav-text{
    display: inline-block;
    /*color: #b61a8a;*/
}

#faq .faq-nav a.nav-link span.nav-arrow{
    display: inline-block;
    float: right;
    /*color: #b61a8a;*/
}

#faq .faq-nav a.nav-link i {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}
#faq .faq-nav a.nav-link.active {
    /*background: #b61a8a;*/
    /*color: white !important;*/
}
#faq .faq-nav a.nav-link.active i,
#faq .faq-nav a.nav-link.active span {
    /*color: white !important;*/
}

#faq .faq-nav a.nav-link:hover{
    background: #f1f1f1;
    /*color: #b61a8a !important;*/
}
#faq .faq-nav a.nav-link:hover i,
#faq .faq-nav a.nav-link:hover span{
    /*color: #b61a8a !important;*/
}

#faq .tab-content .card {
    border-radius: 0;
    margin-bottom: 0.5em;
}

#faq .tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    /*background-color: #f6f6f6;*/
}

#faq .tab-content .card-header h5 {
    margin: 0;
}

#faq .tab-content .card-header button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    /*color: #b61a8a;*/
    text-align: left;
    white-space: normal;
}

#faq .tab-content .card-header button i{
    font-size: 1.5em;
    margin-right: 0.5em;
    /*color: #b61a8a;*/
}
#faq .tab-content .card-header button i.i-opened  {
    display: none;
}
#faq .tab-content .card-header button.collapsed i.i-closed  {
    display: none;
}
#faq .tab-content .card-header button.collapsed i.i-opened  {
    display: inline-block;
}

#faq .tab-content .card-header button:hover,
#faq .tab-content .card-header button:focus,
#faq .tab-content .card-header button:active,
#faq .tab-content .card-header button:hover:active {
    text-decoration: none;
}

#faq .card-body p {
    /*color: #616161;*/
}

#faq .card-body:last-of-type {
    margin: 0;
}

#faq .tab-content .card-body {
    padding: 1em 1.5em 1.9em;
    border-bottom: none;
}

/***************PAGINATION *************/
.pagination li.disabled span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #dbdee0;
    background-color: #fff;
    border: 1px solid #dbdee0;
}

.pagination li.active span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    z-index: 1;
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1;
}

/************ METRICAS **************/

#loading {
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #bbb6b6;
    z-index: 99;
    text-align: center;
}

#loading-image {
    z-index: 100;
}

.spinner {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* spinner button*/
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.amcharts-title {
    /*display:none;*/
    opacity: 0;
}

.metrics .date-range .input-group-text {
    background-color: #36a9e1;
    color: white;
}

.metrics .date-range .form-control {
    border-color: #36a9e1;
}

.metrics a.date-link {
    cursor: pointer;
    color: #36a9e1;
}

#div_canvas canvas#canvas{
    max-width: 100%;
}


/*Toggle (custom checkbox) */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

.switch-sm {
    width: 38px!important;
    height: 24px!important;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-sm:before {
    height: 15px!important;
    width: 15px!important;
    left: 4px!important;
    bottom: 4px!important;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked + .slider-sm:before {
    -webkit-transform: translateX(16px)!important;
    -ms-transform: translateX(16px)!important;
    transform: translateX(16px)!important;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/* end toggle */

/** TESTS FROM WEB **/
.skip-btn {
    width: 50%!important;
}

.answer-card {
    text-align: center;
    cursor: pointer;
}
.answer-card:hover {
    background-color: #36a9e1;
    color: white;
}
.answer-card .answered{
    color: #36a9e1;
}
.answered-card {
    text-align: center;
    background-color: rgba(219, 222, 224, 0.51);
    cursor: not-allowed;
}

.list-broadcast label,
.list-broadcast input:enabled {
    cursor: pointer!important;
}

.list-broadcast label .text-muted {
    cursor: default!important;
}
.list-broadcast input:disabled {
    cursor: not-allowed!important;
}

/** TESTS FROM WEB **/


/*************************
*************************
**** RESPONSIVE ********
*************************
*************************/

/*// Extra large devices (large desktops, 1200px and up)*/
@media screen and (max-width: 1170px) {
    .modalDuplicar .modal-dialog.modal-lg {
        width: 90%;
        margin-left: 5%;
        height: 97%;
        margin-top: 1%;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media screen and (max-width: 992px) {
    h1, .h1 {
        font-size: 2em;
    }
    h2, .h2 {
        font-size: 1.35rem;
    }

    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }
    .mt-5, .my-5 {
        margin-top: 2rem !important;
    }
    body{
        font-size: 0.75rem;
    }
    .main .container-fluid {
        padding: 0 5px;
    }
    .card-body, .card-block, .tab-content .tab-pane {
        padding: 0.5rem;
    }
    ul.list-unstyled.listMobile{
        list-style-type: inherit;
        padding-left: inherit;
    }
    .card-body table.dataTable th,
    .card-body table.dataTable tr,
    .card-body table.dataTable td
    {
        padding: 5px !important;
    }
    .card-body .dataTables_scroll .dataTables_scrollBody thead th,
    .card-body .dataTables_scroll .dataTables_scrollBody thead tr{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height:0;
    }

    .card-body .table thead th,
    .card-body table.dataTable th{
        text-align: center !important;
    }
    .card-body table.dataTable .btn-group a{
        display: block;
    }
        /*.card-body dd a i:not(.fa-angle-down){*/
        /*padding: 6px 14px;*/
        /*font-size: 1.6em;*/
    /*}*/

    .translations-info div{
        display:inline-block;
        margin-right: 1em;
    }
    .dropdown-item {
        padding: 15px 20px;
    }


    /*menu*/
    .app-header.navbar .d-sm-down-none{
        display: block !important;
    }
    .app-header.navbar .navbar-nav {
        margin-right: 0;
    }
    .app-header.navbar .navbar-brand{
        left: 0;
        margin-left: 0;
    }
    .app-header.navbar .navbar-brand {
        position: absolute;
        left: 0;
        margin-left: 0;
        width: 240px;
        padding-right: 0;
        margin-right: 0;
        height: 100%;
        background-size: auto 80%;
    }

    .app-header .image-container {
        position: absolute;
        right: 0;
        margin-right: 0;
        width: 240px;
        padding-right: 0;
        margin-right: 0;
        height: 100%;
        background-size: auto 80%;
    }

    .app-header.navbar .version-info{
        display: none !important;
    }
    .app-header.navbar .nav-item {
        min-width: 58px;
    }
    /*editor 3d*/
    .webgl-title .course-status{
        display: block;
    }

    .dataTables_scrollBody{
        overflow: scroll;
    }


}

@media screen and (max-width: 768px) {
    .hide-resp-med-small {
        display: none !important;
    }
    h1, .h1 {
        font-size: 1.8em;
    }
    h2, .h2 {
        font-size: 1.25rem;
    }
    h4, .h4 {
        font-size: 1.125rem;
    }
    .app-header.navbar .navbar-brand {
        width: 100px;
    }
    .app-header.navbar .navbar-brand img {
        max-width: 80%;
    }
    .app-header.navbar .nav-item {
        min-width: 51px;
    }
    /*notifications*/
    .question-content iframe{
        max-width: 100%;
        height: auto;
    }

    /*test results*/
    .main #testBody .table.results-table .showLinks a{
        display: block;
    }

    #panoramaContentPanel, #panoramasEditorPanel, #panoramasPanel, #panoramaContentPanel > .card-body {
        padding: inherit !important;
    }

    label.switch{
        margin-bottom: 0;
    }

}

@media screen and (min-width: 768px) {
    .hide-resp-large {
        display: none !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/

@media screen and (max-width: 576px) {
    h1, .h1 {
        font-size: 1.5em;
    }
    h2, .h2 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    h4, .h4 {
        font-size: 0.9rem;
    }
    h5, .h5 {
        font-size: 0.85rem;
    }
    .pl-4, .px-4 {
        padding-left: 1rem !important;
    }
    .pr-4, .px-4 {
        padding-right: 1rem !important;
    }
    .mb-4, .my-4 {
        margin-bottom: 1rem !important;
    }
    .filters .btn {
        font-size: 0.75rem;
    }
    .btn {
        font-size: 0.8rem;
    }

    .main .container-fluid {
        padding: 0 10px;
    }
    .card {
        margin-bottom: 1.3rem;
    }
    .card-header {
        padding: 0.5rem 0.5rem;
    }

    .card-body, .card-block, .tab-content .tab-pane {
        padding: 0.55rem;
    }

    ol, ul /*, dl*/ {
        padding-inline-start: 24px;
        margin-bottom: 0.7rem;
    }
    ol, ul, dl {
       margin-bottom: 0.7rem;
    }
    .breadcrumb {
        padding: 0.5rem 1rem;
        margin-bottom: 0.5rem;
    }
    .form-control {
        font-size: 0.75rem;
    }

    .alert {
        margin-bottom: 0.5rem;
    }

    .app-header .image-container {
        width: 180px;
    }

    .trama-logo{
        height: 60% !important;
        margin-top: 9px !important;
        margin-left: 35px;
    }
    /*menu*/
    .app-header.navbar .navbar-brand img{
        max-width: 80%;
    }
    .app-header.navbar .d-sm-down-none.nav-item.nav-tripartita,
    .app-header.navbar .d-sm-down-none.nav-item.nav-courses,
    .app-header.navbar .d-sm-down-none.nav-item.nav-docs,
    .app-header.navbar .d-sm-down-none.nav-item.nav-skills{
        display: none !important;
    }
    .app-header.navbar .nav-item {
        min-width: 55px;
        z-index: 999;
    }
    /*test*/
    .main #modalQuestion button.answer-btn {
        padding: 20px;
    }

}

@media screen and (max-width: 400px) {
    .app-header.navbar .nav-item {
        min-width: 40px;
    }
}

/****** [ Input file custom ] *****/
.text-dark-green {
    color : #1D6F42;
}

.bg-dark-green {
    background-color: #1D6F42;
}

.attachmentsSource {
    padding: 10px;
    margin: 10px;
    height: 120px;
}

.attachmentsSource i{
    font-size: 48px!important;
}
.attachmentsSource img{
    width: 48px!important;
}

/****** [ Schema 2D ] *****/
.schema-tooltip{
    position: absolute;
    z-index: 1;
    background: rgb(32, 169, 222);
    min-height: 30px;
    min-width: 120px;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    pointer-events: none;
}

.schema-action-disabled{
    pointer-events: none;
    display: none;
}

.disable-events {
        pointer-events: none;
}

.visibility-hidden{
    visibility: hidden;
}

/* contextualizacion jerarchy*/
.jstree-default .jstree-disabled {
    opacity: 0.6 !important;
}
.jstree-default .jstree-disabled > .jstree-icon{
    cursor: not-allowed;
    opacity: 0.5 !important;
}


/* task > multimedia */

.play-video{
    cursor: pointer;
}

.play-video .video-hover {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.play-video .thumbnail {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.play-video .thumbnail-cover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.play-video .video-hover:hover .thumbnail {
    opacity: 0.3;
}

.play-video .video-hover:hover .thumbnail-cover {
    opacity: 1;
}

#multimediaModal #video360Player{
    display: flex;
    align-content: center;
    justify-content: center;
    }

#multimediaModal #imageViewer {
    width:100%;
    height: 50vh;
}

ul#multipleUsesList hr:last-child {
    display:none;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: auto;
    line-height: 1.4;
}

.line-clamp:hover {
    -webkit-line-clamp: 100;
    cursor: pointer;
}

.select2 {
    width: 100% !important;
}


#chatSendBtn button{
    margin-top: 35%;
}

.card-block{
    height: 140px !important;
}

.note-editor{
    /*width: 98% !important;*/
    margin-bottom: 0 !important;
}

.note-editor .note-statusbar{
    display: none;
}

/*fileNavigator*/

.fm-item {
    cursor: pointer;
    text-align: center;
    word-wrap: break-word;
}

.ellipse{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fm-item:hover {
    background-color: rgba(187, 232, 255, 0.25);
}

.el-item:hover {
    background-color: rgba(187, 232, 255, 0.25);
}

.file-manager-tree {
    min-height: 100%;
}

.file-manager-header {
    min-width: 100%;
    min-height: 50px;
}
.file-manager-header .search-group-files,
#tabTree .search-group-files{
    border: 1px solid #ccc;
}
.file-manager-header .search-group-files .input-group-append i,
#tabTree .search-group-files .input-group-append i{
    color: #ccc;
}
.file-manager-header .search-group-files #searchMode {
    border-right: 1px solid #ccc !important;
}

.file-manager-header #file-list-header button span:before,
.file-manager-header #file-list-header button span:after
{
    position: absolute;
    bottom: 0.4em;
    display: block;
    opacity: 0.3;
}
.file-manager-header #file-list-header button span:before {
    right: 1em;
    content: "\2191";
}
.file-manager-header #file-list-header button span:after {
    right: 0.5em;
    content: "\2193";
}

.file-manager-header #file-list-header button.sorting_asc span:before,
.file-manager-header #file-list-header button.sorting_desc span:after {
    opacity: 1;
}

.file-manager-loading {
    text-align: center;
    vertical-align: center;
    min-width: 100%;
    min-height: 100%;
}

.selected {
    background-color: rgba(36, 92, 121, 0.5);
}

.selected:hover {
    background-color: rgba(187, 232, 255, 0.75);
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.browserTab{
    background-color: #0c0c0c;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/**** 360 Viewer ****/
#progress {
    width: 100%;
    height: 30px;
}

#putInfoPointHelp {
    height: 100%;
    transition: width 0.1s ease;
}

#putInfoPointHelp.hide {
    display: none;
    transition: opacity 1s ease;
}

#putInfoPointHelp {
    border: 1px solid #9fabb8;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-default {
    cursor: default;
}

#panoramasEditorPanel > .scrollable,
#panoramaList,
#panoramaContentPanel .scrollable,
#tasksPanel .scrollable,
#viewsPanel .scrollable {
    overflow-y:scroll;
}

#viewerHelp {
    width: 100%;
    height: 40px;
    border: 1px solid #9fabb8;
}

#helpContent {
    height: 100%;
}

#panoramasEditorPanel .viewPanorama,
#panelList .focusEditingPoint,
#panelList .focusPoint,
#panoramaList .viewPanorama {
    color: green;
}

#panoramasEditorPanel .viewPanorama:hover,
#panelList .focusEditingPoint:hover,
#panelList .focusPoint:hover,
#panoramaList .viewPanorama:hover{
    color: white;
    background-color: green !important;
}

#panoramasEditorPanel .editPanorama,
#panoramasEditorPanel #addNew,
#panelList .addNewInfoPoint,
#panelList .addNewNavigationPoint,
#panelList .navigateToPanorama,
#panelList .editPoint,
#typesContent .editPointType {
    color: #36a9e1;
}

#panoramasEditorPanel .editPanorama:hover,
#panoramasEditorPanel #addNew:hover,
#panelList .addNewInfoPoint:hover,
#panelList .addNewNavigationPoint:hover,
#panelList .navigateToPanorama:hover,
#panelList .editPoint:hover,
#typesContent .editPointType:hover {
    color: white;
    background-color: #36a9e1 !important;
}

#panoramasEditorPanel .deletePanorama,
#panelList .deletePoint,
#typesContent .deletePointType {
    color: #ff5454;
}

#panoramasEditorPanel .deletePanorama:hover,
#panelList .deletePoint:hover,
#typesContent .deletePointType:hover {
    color: white;
    background-color: #ff5454 !important;
}

#panelTasksList .focusItemPoint {
    color: #36a9e1;
}

#panelTasksList .focusItemPoint:hover {
    color: black;
}

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


#panoramaContentPanel .select2-container .select2-selection {
    height: 60px;
    overflow-y: scroll;
}

#panoramaContentPanel, #panoramasEditorPanel, #panoramasPanel, #panoramaContentPanel > .card-body {
    padding: 0!important;
}

.option-description {
    padding-top: 0!important;
    padding-bottom: 1px!important;
    font-size: 11px;
}

.option-available {
    color: rgba(0, 128, 0, 0.5) !important;
}

.option-unavailable {
    color: rgba(255, 0, 0, 0.5) !important;
}

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

#overlapping-button > .float-right {
    margin-bottom: -10px!important;
}

.blink-warning {
    animation-name: blink-warning-animation;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 3;
}

@keyframes blink-warning-animation {
    0%    {background-color:#fcf8e388; box-shadow: 0 0 0 2px #e2c50b;}
    50%   {box-shadow: 0 0 0 5px #e2c50b;}
    75%   {box-shadow: 0 0 0 2px #e2c50b;}
    100%  {background-color:white; box-shadow: none;}
}

.blink-danger {
    animation-name: blink-danger-animation;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 3;
}

@keyframes blink-danger-animation {
    0%    {background-color:#fcf8e388; box-shadow: 0 0 0 2px #ff0000;}
    50%   {box-shadow: 0 0 0 5px #ff0000;}
    75%   {box-shadow: 0 0 0 2px #ff0000;}
    100%  {background-color:white; box-shadow: none;}
}
/**** 360 Viewer ****/
.modal-autoheight .modal-body {
    position: relative;
    overflow-y: hidden !important;
    min-height: 100px !important;
    max-height: 1200px !important;
    padding-bottom: 0 !important;
}

#tabTree{
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-color: rgba(182, 182, 182, 0.1);
}

.itemPanelCol{
    overflow-y: auto;
    background: white;
}

.treeCol.show {
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 78%;
}

.headerButtons.show {
    left: 0;
    z-index: 9;
    background-color: #F8F8F8;
    border: 1px solid #DBDEE0;
    width: 78%;
}

.hiddenHeaders{
    position: absolute;
    left: -100%;
}

.slide-out-left {
	-webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes slide-out-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
  }


.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

#tree{
    overflow: auto;
}

.selectedFiles {
    height: 58.7vh;
    overflow: auto;
    border-right: 1px solid #dbdee0;
    margin-left: -30px;
}

.selectedFilesInfo{
    margin-left: -30px;
}

.multipleSelectInfo{
    margin-left: -4px;
    margin-right: 6px;
}

.selectedFiles li {
    list-style-type: none;
    padding-left: 15px;
}

.selectedFilesHead {
    border: 1px solid #dbdee0;
    text-align: center;
    margin-left: -31px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 2px solid #dbdee0;
}

#fileSource.file-source-readonly-mode .file-source-selection-column {
    display: none;
}

#fileSource.file-source-readonly-mode .file-source-browser-column {
    flex: 0 0 100%;
    max-width: 100%;
}

#fileSource.file-source-readonly-mode #acceptFileManagerBtn {
    display: none;
}

.file-list-header{
    pointer-events: none;
    border-right: 1px solid #9fabb8;
}

.large{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

/*.itemPanelFoot {*/
    /*background-color: rgba(182, 182, 182, 0.1);*/
/*}*/

/**** 360 Viewer ****/
.no_checkbox>i.jstree-checkbox {
    display:none
}

#modalItemsPlant360 .modal-dialog {
    width: 100% !important;
    height: 100% !important;
}

#modalItemsPlant360 .modal-content {
    height: auto;
    min-height: 100%;
}

#modalIframe .modal-dialog {
    width: 100% !important;
    height: 90% !important
}

#modalIframe .modal-content {
    width: 100% !important;
    height: 100% !important;
}

.alt {
    background-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progressText{
    width: 97%;
    position: absolute;
    color: #fff;
}

.selectedItem {
    position: absolute;
    display: block;
}

.vertically-centered {
    height: 150px;
    font-size: 24px;
    text-align: center;
    padding: 0 20px;
    margin: 20px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: black!important;
}

.main.trainee ul.nav-tabs .nav-item{
    /*background-color: #36a9e1;*/
    padding: 2px;
    margin: 6px;
    color: white !important;
}

.main.trainee ul.nav-tabs .nav-item.disabled {
    /*background-color: #f3f3f3;*/
    padding: 2px;
    margin: 6px;
    color: black !important;
    cursor: not-allowed;
}

.main.trainee ul.nav-tabs .nav-item a{
    color: white;
    background-color: #36a9e1;
    border: 2px solid #36a9e1;
}
/*.main.trainee ul.nav-tabs .nav-item a:hover{*/
    /*border: 4px solid white;*/
/*}*/
.main.trainee ul.nav-tabs .nav-item a.disabled{
    color: black;
    cursor: not-allowed;
}

.main.trainee ul.nav-tabs .nav-item a:hover,
.main.trainee ul.nav-tabs .nav-item a.active,
.main.trainee ul.nav-tabs .nav-item a.active:hover{
    color: #36a9e1;
    background-color: white;
    border: 2px solid #36a9e1;
}
.main.trainee table .rowHide{
    display: none;
}

ul.nav-tabs .nav-item a .btn-img{
    max-height: 18px;
    margin: 0 8px;
}

/*Custom border datatables*/

tr.row-border-primary > td {
    border-top: 2px solid #36a9e1!important;
    border-bottom: 2px solid #36a9e1!important;
}

tr.row-border-primary > td:first-child {
    border-left: 2px solid #36a9e1!important;
}

tr.row-border-primary > td:last-child {
    border-right: 2px solid #36a9e1!important;
}

.last-col-border-danger tr td:last-child {
    border-right: 3px solid #ff5454!important;
    border-left: 3px solid #ff5454!important;
}

.last-col-border-danger tr:first-child td:last-child {
    border-top: 3px solid #ff5454!important;
}

.last-col-border-danger tr:last-child td:last-child {
    border-bottom: 3px solid #ff5454!important;
}

/*sidebar*/
@media (min-width: 992px) {
    .sidebar-minimized .sidebar .nav-link i, .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .dropdown-toggle i {
        padding-right: 12px !important;
    }

    .sidebar-minimized .sidebar .nav-link, .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .dropdown-toggle {
        padding-left: 16px;
    }

    .sidebar-minimized .sidebar .nav-link i, .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .dropdown-toggle i {
        margin-right: 0.5rem !important;
        margin-bottom: -0.75rem !important;
        padding-top: 0.75rem;
    }
}

.no-list-style-type .form-check:hover {
    background: #e7f4f9;
}

.alert-alert {
    color: black;
    background-color: #FFDAB9;
    border-color: #FFDAB9;
}

.disableBtn {
    cursor: not-allowed !important;
    color: #fff;
    background-color: #8dc4eb;
    border-color: #8dc4eb;
}

/* Signatures section */
#current-signature {
    width: 100%;
}

canvas#signaturePad {
    width: 100%;
    min-height: 100px;
}

.button-x3 {
    padding: 3rem 6rem;
    font-size: 2rem;
}

.button-x2 {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
}

/*** CUSTOM SEARCH INPUT ON DATA TABLES***/
div.dataTables_wrapper div.dataTables_filter label {
    font-size: 0;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label input {
    width: 100%!important;
    margin: 10px 0 0 0!important;
    height: 3em;
    font-size: 16px;
    border: 2px solid #a8a5a5;
    border-radius: 2px;
    padding: 5px 30px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin: 10px 0 0 0!important;
    height: 3em;
    font-size: 16px;
    border: 2px solid #a8a5a5;
    border-right: 1px solid #a8a5a5;
    border-radius: 2px;
    padding: 5px 30px;
}

div.dataTables_wrapper div.dataTables_filter button {
    margin: 10px 0 0 0!important;
    height: 3em;
    font-size: 16px;
    border: 2px solid #a8a5a5;
    border-radius: 2px;
    padding: 5px 30px;
}
/*** CUSTOM SEARCH INPUT ON DATA TABLES***/

.table-tags-assign tr > td {
    /*width: 50%;*/
    padding: 5px 10px;
    vertical-align: middle;
}

.table-tags-assign tr > td:first-child {
    width: 30%;
}

.table-tags-assign tr > td:last-child,
.table-tags-assign tr > th:last-child {
    width: 10%;
    text-align: center;
}

#table-assign-item-types td {
    padding: 5px;
}

#loader{
    position: fixed;
    display: block;
    z-index: 1020;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    margin-left: -20px;
    margin-top: -25px;
}


div.cutSelected{
    background-color: rgba(37, 93, 122, 0.2) !important;
}

i.cutSelected{
    color: #ff545475 !important;
}

.fm-item{
    height: auto;
}
.divModalContent{
    min-height: 21px;
    max-height: 145px;
    overflow-y: auto;
}

.btn.btnAnimation{
    animation: btnAnimation 1s infinite;
    box-shadow: 0 0 0 0  transparent;
}
@keyframes btnAnimation {
    0%  {box-shadow: 0 0 0 0 #36a9e1;}
    50% {box-shadow: 0 0 0 2px #36a9e1;}
    100%{ box-shadow: 0 0 0 0 #36a9e1;}
}

.vertical-center-text {
    display: flex;
    justify-content: center;
    align-items: center;
 }

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

.attachmentsLessonsLps{
    width: 123px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

div.dataTables_processing {
    position: fixed !important;
    margin-top: 0% !important;
    margin-left: 0% !important;
}

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

.w-100 {
    width: 100%;
}

.z-index-999 {
    z-index: 999;
}

span.video-thumbnail{
    height: 192px;
    display: flex;
}

.scroll-150 {
    max-height: 150px;
    overflow-y: auto;
}

.levelCard > .card-body {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.border-1 {
    border-right: 2px solid #dbdee0 !important;
    border-left: 2px solid #dbdee0 !important;
}


.openModalRevocations{
    color: #36a9e1;
    cursor: pointer;
    margin-top: 3px;
}

.requirementObjective{
    position: absolute;
    margin: -7px 0 -16px -7px;
    z-index: 997;
}

.requirementsResultsClass{
    display: block;
    position: absolute;
    float: right;
    right: 5px;
}

.requirementsSetClass{
    max-width: 80%;
}

.requirementSetObjective{
    margin-left: 20px;
}

.matrix{
    border-collapse: separate;
    border-spacing: 0;
    border-right: 1px solid #dbdee0;
}

.matrix th,
.matrix td{
    border-right: 1px solid #dbdee0;
    border-bottom: 1px solid #dbdee0;
    min-width: 330px;
    padding: 0.5rem;
}

.matrix th:last-child,
.matrix td:last-child{
    border-right: 0;
}

.matrix tr {
    border: 1px solid #dbdee0;
    border-top: none;
    border-left: none;
}

.matrix .sticky-head{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.matrix .sticky-head-dos{
    position: sticky;
    top: 94px;
    z-index: 998;
    background-color: #fff;
}

.matrix .sticky-head-b{
    position: sticky;
    top: 38px;
    z-index: 998;
    background-color: #fff;
}
.matrix .sticky{
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 998;
}

.matrix .sticky-dos{
    position: sticky;
    left: 170px;
    width:120px !important;
    min-width:120px !important;
    background-color: #fff;
}

.table-container{
    max-width: 100%;
    max-height: 600px;
    overflow-x: scroll;
    overflow-y: scroll;
    border: 1px solid #dbdee0;
}

.sun-editor, .sun-editor-editable * {
    font-family: 'Segoe UI', sans-serif!important;
}

.questionContainer{
    padding: 15px;
    border: 1px solid #ccc;
    max-height: 750px;
    overflow: auto;
}

.disclaimerLiabilityShow{
    max-height: 250px;
    overflow-y: auto;
}

.disclaimerLiabilityDisplay{
    max-height: 630px;
    overflow-y: auto;
}

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

.tableEllipsis{
    min-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.skillsLevelsEllipsis {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tableWidth{
    max-width: 140px;
}

.breakWord {
    width: 100%;
    word-wrap: break-word;
  }

.ellipsisSlash{
    position: sticky;
    margin-top: -22px;
  }

  .switchDisabled{
    cursor: not-allowed !important;
    background-color: #ebeced !important;
  }

.coursesEndDateError {
    display: block;
    width: 100%;
}

#permissions-table input[type="checkbox"],
#categoriesAccordion input[type="checkbox"],
#profilesSection input[type="checkbox"] {
    cursor: pointer;
}

#permissions-table input[type="checkbox"]:disabled,
#profiles-table input[type="checkbox"]:disabled,
#profilesSection input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.attachments {
    list-style-type: none;
}

.cell {
    border-top: 1px solid #000; /* Añade un borde superior a cada celda */
    border-bottom: 1px solid #000; /* Añade un borde inferior a cada celda */
    padding: 10px;
    display: flex; /* Utiliza flexbox */
}

.cell.align{
    align-items: center; /* Alinea verticalmente los elementos */
    justify-content: center; /* Alinea horizontalmente los elementos */
}

.cell.fileList {
    border-left: 1px solid #000; /* Añade un borde izquierdo al primer col-md-4 */
}

.cell.columnActions {
    border-right: 1px solid #000; /* Añade un borde derecho al último col-md-2 */
}

.sidebar-wrapper {
    margin-right: -500px;
    right: 0;
    width: 500px;
    background: rgb(255, 255, 255);
    position: fixed;
    top: 50px;
    height: 95vh;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    border-left: solid 2px #ddd;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filters_body{
    height: calc(95dvh - 120px);
    max-height: 83vh;
    overflow-x: auto;
}

.filters_body .card-header{
    border-bottom: none !important;
    background-color: #fff !important;
}

.sidebar-wrapper.active {
    right: 500px;
    width: 500px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

#items-content > ul{
    height: 450px;
    overflow-y: auto;
}

#panoramasContent > ul{
    height: 650px;
    overflow-y: auto;
}

.skillsSummaryHeaderRow div.orderBy{
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.skillsSummaryHeaderRow div.orderBy:hover {
    background-color: #e9ecef;
}

.skillsSummaryHeaderRow div.orderBy span:before,
.skillsSummaryHeaderRow div.orderBy span:after
{
    position: absolute;
    opacity: 0.3;
}
.skillsSummaryHeaderRow div.orderBy span:before {
    right: 1em;
    content: "\2191";
}
.skillsSummaryHeaderRow div.orderBy span:after {
    right: 0.5em;
    content: "\2193";
}

.skillsSummaryHeaderRow div.sorting_asc span:before,
.skillsSummaryHeaderRow div.sorting_desc span:after {
    opacity: 1;
}

.skillsSummaryHeaderRow {
    display: flex;
    border: 1px solid #000;
    border-bottom: none;
}

.skillsSummaryHeaderRow > div {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.skillsSummaryHeaderRow > div:last-child {
    border-right: none;
}

.question-description-with-status > p:last-of-type {
    display: inline;
    margin-bottom: 0;
}

.question-details-inline {
    display: inline-flex;
    align-items: flex-start;
    max-width: calc(100% - 1.5rem);
    vertical-align: top;
}

.question-details-inline .collapse-arrow {
    flex: 0 0 auto;
    margin-right: .35rem;
    margin-top: .2rem;
}

.question-details-inline__text {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
}

.question-details-inline__text p {
    display: inline;
    margin-bottom: 0;
}

.translationHelp {
    display: inline-block;
    vertical-align: top;
    margin-left: .35rem;
    margin-top: .1rem;
}

.question-details-inline + .translationHelp {
    position: relative;
    top: 0;
}

i.info {
    cursor: pointer;
}

/* Task focus layout new design */

@media (min-width: 992px) {
    .task-focus-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "attachments description"
            "multimedia description";
        gap: 1rem;
        height: auto;
        min-height: 0;
    }

    .task-layout-attachments {
        grid-area: attachments;
        min-height: 0;
        overflow: hidden;
    }

    .task-layout-description {
        grid-area: description;
        min-height: 0;
        overflow: hidden;
    }

    .task-layout-media {
        grid-area: multimedia;
        min-height: 0;
        overflow: hidden;
    }

    .task-focus-layout .card {
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .task-focus-layout .card-header {
        flex: 0 0 auto;
    }

    .task-focus-layout .card-body {
        flex: 1 1 auto;
        min-height: 0;
    }

    .task-layout-attachments .card-body,
    .task-layout-description .card-body,
    .task-layout-media .card-body {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.task-media-list .video-hover {
    display: block;
}

.task-media-list {
    margin-bottom: 1rem;
}

.task-media-list .play-video {
    display: block;
    width: 100%;
}

.task-media-list .video-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.task-media-list .thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.task-attachments-list .list-group-item {
    border-left: 0;
    border-right: 0;
}

.task-attachment-actions {
    min-width: 9rem;
    gap: 0.5rem;
}

.task-attachment-actions .btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.task-attachment-actions .btn i {
    width: 1.25rem;
    text-align: center;
}

.task-attachment-title {
    word-break: break-word;
}

#myGoalsContainer .btn-course .btn{
    white-space: normal;
}

@media (max-width: 575.98px) {
    .task-attachment-actions {
        width: 100%;
        min-width: 0;
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 992px) {
    .task-attachments-list .list-group-item {
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .task-attachment-actions {
        min-width: 7.5rem;
        gap: 0.35rem;
    }

    .task-attachment-actions .btn {
        padding: 0.2rem 0.45rem;
        font-size: 0.8rem;
        line-height: 1.2;
    }

    .task-attachment-title {
        line-height: 1.25;
    }
}

/* Task focus layout new design */
