@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 0.9rem;
    background-color: #efefef;
}

body.login-page {
    /*background-image: url(https://www.apple.com/v/home/ep/images/heroes/iphone-11-pro/hero__dvsxv8smkkgi_large.jpg) !important;
	background-position: center !important;
	background-size: auto 100% !important;*/
}

body.layout-footer-fixed {
    padding-bottom: 50px;
}

a {
    color: #0ca4ca;
    text-decoration: none;
}

/* Error Form */
.error-message {
    display: none;
}

.was-validated .error-message {
    display: block;
    color: #dc3545;
}

/* FileInput */

.custom-file-input:lang(es)~.custom-file-label::after {
    content: "Examinar";
    background-color: #0f9df7;
    color: #ffffff;
}

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
}

table.auto-count {
    counter-reset: rowNumber;
}

table.auto-count>tbody>tr {
    counter-increment: rowNumber;
}

table.auto-count>tbody>tr>th:first-child::before,
table.auto-count>tbody>tr>td:first-child::before {
    content: counter(rowNumber);
}

/*  */

.th-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.th-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.th-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    width: 5%;
}

.th-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%;
}

.th-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    width: 15%;
}

.th-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
}

.th-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

.th-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
}

.th-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
}

.th-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
}

.th-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    width: 45%;
}

.th-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.th-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
}

.th-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}

.th-col-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
}

.th-col-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
}

.th-col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
}

.th-col-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
}

.th-col-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    width: 85%;
}

.th-col-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    width: 90%;
}

.th-col-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    width: 95%;
}

.th-col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

/* STYLE SCROLL */

::-webkit-scrollbar {
    width: 6px;
    /* for vertical scrollbars */
    height: 6px;
    /* for horizontal scrollbars */
    left: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.6);
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 0.15rem 0.25rem;
    font-size: 0.8rem;
    line-height: 1.4;
    border-radius: 0.2rem;
}

.btn-xs+.dropdown-toggle-split,
.btn-group-xs>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.info-box .info-box-icon {
    padding: 0.26em;
    margin-top: -0.26em;
    margin-bottom: -0.26em;
    margin-left: -0.26em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 80px;
}

.noti-header {
    border-radius: 0;
    background-color: #3492ea;
    margin: 0;
    width: auto;
    padding: 5px 15px 5px 15px;
}

.noti-header h5 {
    color: #ffffff;
    margin: 0;
}

.noti-header .label {
    float: right;
}

.noti-body {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 250px;
    overflow-y: scroll;
}

.noti-icon {
    font-size: 22px;
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
}

.notif-bullet {
    height: 10px;
    width: 10px;
    background-color: #3eff00;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 8px;
    border-radius: 50%;
    border: 2px solid #e2e2e2;
}

.notify-item {
    padding: 10px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.notify-item .notify-title {
    font-weight: 500;
}

.notify-item .notify-icon {
    background-color: #f3f3f3;
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 30px;
}

.notify-item .notify-icon img {
    height: 36px;
    width: 36px;
}

.notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 36px;
    text-overflow: ellipsis;
    white-space: inherit;
}

.notify-item .notify-details b {
    font-weight: 500;
}

.notify-item .notify-details small {
    display: block;
}

.notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.notify-footer {
    border-radius: 0;
    margin: 0;
    background-color: #a8c1d8;
    color: #fff;
}

/* Personalizaciones */

.card-body.table-responsive {
    height: 450px;
    padding: 0px;
}

@media print {
    body {
        background-color: #FFF;
    }

    .content-wrapper {
        background: #FFF;
    }

    .table-head-fixed>thead>tr:nth-child(1)>th,
    .table-head-fixed>thead>tr>th {
        position: relative !important;
    }

    .card-body.table-responsive {
        min-height: 450px;
        height: auto;
    }

    .layout-navbar-fixed .wrapper .content-wrapper {
        margin-top: 0;
    }
}

.layout-footer-fixed .wrapper .content-wrapper {
    margin-bottom: 0;
}

.table td,
.table th {
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* LOGIN */

.login-logo {
    margin: 0px;
    margin-top: 5px;
    text-align: center;
}

.login-logo>img {
    max-height: 64px;
    max-width: 250px;
}

.home-logo>img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-height: 100px;
    max-width: 250px;
}

.login-box .card {
    background: transparent;
}

.login-card-body {
    background: rgba(255, 255, 255, 0.9);
    border-top: 0;
    color: #666;
    padding: 20px;
}

.login-box-msg,
.register-box-msg {
    padding: 0px 0px 10px 0px;
}

.login-box,
.register-box {
    margin: 2% auto;
    width: 360px;
}

/* DIRECT CHAT */
.content-direct-chat {
    right: 0px;
    bottom: 0px;
    z-index: 1036;
    max-height: 360px;
    overflow: hidden;
    margin: 0px;
}

.content-direct-chat>div>.col-chat-direct {
    width: 20em !important;
    display: inline-block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 5px;
    margin-bottom: 0px !important;
}

.direct-chat {
    margin-bottom: 0px !important;
}

@media (max-width: 960px) {
    .modal-body .card-columns {
        column-count: 1;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
    }
}

@media (min-width: 961px) {
    .modal-body .card-columns {
        column-count: 2;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
    }
}

/* parch */
.navbar-nav>.user-menu .user-image {
    margin-top: -8px;
}

/* MODIFICADOS BT */
.form-group.form-group-xs {
    color: RED;
}

/* add xs */
.form-control-xs,
.custom-select-xs {
    height: calc(1em + 0.375rem + 2px) !important;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem !important;
    line-height: 1.5;
    border-radius: 0.2rem;
}

hr {
    min-width: 100%;
}

fieldset {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

legend {
    background-color: #fff;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: inherit;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    width: auto;
}

/* 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;
}

input.default:checked+.slider {
    background-color: #444;
}

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

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

input.warning:checked+.slider {
    background-color: #FFC107;
}

input.danger:checked+.slider {
    background-color: #f44336;
}

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

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

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

.slider.round:before {
    border-radius: 50%;
}

/** Style Checked **/
.switch {
    display: inline-block;
    width: 40px;
    height: 26px
}

.switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.switch-slider {
    position: relative;
    display: block;
    height: inherit;
    cursor: pointer;
    border: 1px solid #d8dbe0;
    border-radius: .25rem
}

.switch-slider,
.switch-slider:before {
    background-color: #fff;
    transition: .15s ease-out
}

.switch-slider:before {
    position: absolute;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #d8dbe0;
    border-radius: .125rem
}

.switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(14px);
    transform: translateX(14px)
}

.switch-input:focus~.switch-slider {
    color: #768192;
    background-color: #fff;
    border-color: #958bef;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50, 31, 219, .25)
}

.switch-input:disabled~.switch-slider {
    cursor: not-allowed;
    opacity: .5
}

.switch-lg {
    width: 48px;
    height: 30px
}

.switch-lg .switch-slider {
    font-size: 12px
}

.switch-lg .switch-slider:before {
    width: 24px;
    height: 24px
}

.switch-lg .switch-slider:after {
    font-size: 12px
}

.switch-lg .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px)
}

.switch-sm {
    width: 32px;
    height: 22px
}

.switch-sm .switch-slider {
    font-size: 8px
}

.switch-sm .switch-slider:before {
    width: 16px;
    height: 16px
}

.switch-sm .switch-slider:after {
    font-size: 8px
}

.switch-sm .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.switch-label {
    width: 48px
}

.switch-label .switch-slider:before {
    z-index: 2
}

.switch-label .switch-slider:after {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 50%;
    margin-top: -.5em;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #c4c9d0;
    text-align: center;
    text-transform: uppercase;
    content: attr(data-unchecked);
    transition: inherit
}

html:not([dir=rtl]) .switch-label .switch-slider:after {
    right: 1px
}

.switch-label .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.switch-label .switch-input:checked~.switch-slider:after {
    left: 1px;
    color: #fff;
    content: attr(data-checked)
}

.switch-label.switch-lg {
    width: 56px;
    height: 30px
}

.switch-label.switch-lg .switch-slider {
    font-size: 12px
}

.switch-label.switch-lg .switch-slider:before {
    width: 24px;
    height: 24px
}

.switch-label.switch-lg .switch-slider:after {
    font-size: 12px
}

.switch-label.switch-lg .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

.switch-label.switch-sm {
    width: 40px;
    height: 22px
}

.switch-label.switch-sm .switch-slider {
    font-size: 8px
}

.switch-label.switch-sm .switch-slider:before {
    width: 16px;
    height: 16px
}

.switch-label.switch-sm .switch-slider:after {
    font-size: 8px
}

.switch-label.switch-sm .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px)
}

.switch[class*="-3d"] .switch-slider {
    background-color: #ebedef;
    border-radius: 50em
}

.switch[class*="-3d"] .switch-slider:before {
    top: -1px;
    left: -1px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50em;
    box-shadow: 0 2px 5px rgba(0, 0, 21, .3)
}

.switch[class*="-3d"].switch-lg {
    width: 48px;
    height: 30px
}

.switch[class*="-3d"].switch-lg .switch-slider:before {
    width: 30px;
    height: 30px
}

.switch[class*="-3d"].switch-lg .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(18px);
    transform: translateX(18px)
}

.switch[class*="-3d"].switch-sm {
    width: 32px;
    height: 22px
}

.switch[class*="-3d"].switch-sm .switch-slider:before {
    width: 22px;
    height: 22px
}

.switch[class*="-3d"].switch-sm .switch-input:checked~.switch-slider:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.switch-primary .switch-input:checked+.switch-slider {
    background-color: #321fdb;
    border-color: #2819ae
}

.switch-primary .switch-input:checked+.switch-slider:before {
    border-color: #2819ae
}

.switch-3d-primary .switch-input:checked+.switch-slider {
    background-color: #321fdb
}

.switch-outline-primary .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #321fdb
}

.switch-outline-primary .switch-input:checked+.switch-slider:before {
    border-color: #321fdb
}

.switch-outline-primary .switch-input:checked+.switch-slider:after {
    color: #321fdb
}

.switch-opposite-primary .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #321fdb
}

.switch-opposite-primary .switch-input:checked+.switch-slider:before {
    background-color: #321fdb;
    border-color: #321fdb
}

.switch-opposite-primary .switch-input:checked+.switch-slider:after {
    color: #321fdb
}

.switch-secondary .switch-input:checked+.switch-slider {
    background-color: #ced2d8;
    border-color: #b2b8c1
}

.switch-secondary .switch-input:checked+.switch-slider:before {
    border-color: #b2b8c1
}

.switch-3d-secondary .switch-input:checked+.switch-slider {
    background-color: #ced2d8
}

.switch-outline-secondary .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #ced2d8
}

.switch-outline-secondary .switch-input:checked+.switch-slider:before {
    border-color: #ced2d8
}

.switch-outline-secondary .switch-input:checked+.switch-slider:after {
    color: #ced2d8
}

.switch-opposite-secondary .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #ced2d8
}

.switch-opposite-secondary .switch-input:checked+.switch-slider:before {
    background-color: #ced2d8;
    border-color: #ced2d8
}

.switch-opposite-secondary .switch-input:checked+.switch-slider:after {
    color: #ced2d8
}

.switch-success .switch-input:checked+.switch-slider {
    background-color: #2eb85c;
    border-color: #248f48
}

.switch-success .switch-input:checked+.switch-slider:before {
    border-color: #248f48
}

.switch-3d-success .switch-input:checked+.switch-slider {
    background-color: #2eb85c
}

.switch-outline-success .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #2eb85c
}

.switch-outline-success .switch-input:checked+.switch-slider:before {
    border-color: #2eb85c
}

.switch-outline-success .switch-input:checked+.switch-slider:after {
    color: #2eb85c
}

.switch-opposite-success .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #2eb85c
}

.switch-opposite-success .switch-input:checked+.switch-slider:before {
    background-color: #2eb85c;
    border-color: #2eb85c
}

.switch-opposite-success .switch-input:checked+.switch-slider:after {
    color: #2eb85c
}

.switch-info .switch-input:checked+.switch-slider {
    background-color: #39f;
    border-color: #0080ff
}

.switch-info .switch-input:checked+.switch-slider:before {
    border-color: #0080ff
}

.switch-3d-info .switch-input:checked+.switch-slider {
    background-color: #39f
}

.switch-outline-info .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #39f
}

.switch-outline-info .switch-input:checked+.switch-slider:before {
    border-color: #39f
}

.switch-outline-info .switch-input:checked+.switch-slider:after {
    color: #39f
}

.switch-opposite-info .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #39f
}

.switch-opposite-info .switch-input:checked+.switch-slider:before {
    background-color: #39f;
    border-color: #39f
}

.switch-opposite-info .switch-input:checked+.switch-slider:after {
    color: #39f
}

.switch-warning .switch-input:checked+.switch-slider {
    background-color: #f9b115;
    border-color: #d69405
}

.switch-warning .switch-input:checked+.switch-slider:before {
    border-color: #d69405
}

.switch-3d-warning .switch-input:checked+.switch-slider {
    background-color: #f9b115
}

.switch-outline-warning .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #f9b115
}

.switch-outline-warning .switch-input:checked+.switch-slider:before {
    border-color: #f9b115
}

.switch-outline-warning .switch-input:checked+.switch-slider:after {
    color: #f9b115
}

.switch-opposite-warning .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #f9b115
}

.switch-opposite-warning .switch-input:checked+.switch-slider:before {
    background-color: #f9b115;
    border-color: #f9b115
}

.switch-opposite-warning .switch-input:checked+.switch-slider:after {
    color: #f9b115
}

.switch-danger .switch-input:checked+.switch-slider {
    background-color: #e55353;
    border-color: #de2727
}

.switch-danger .switch-input:checked+.switch-slider:before {
    border-color: #de2727
}

.switch-3d-danger .switch-input:checked+.switch-slider {
    background-color: #e55353
}

.switch-outline-danger .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #e55353
}

.switch-outline-danger .switch-input:checked+.switch-slider:before {
    border-color: #e55353
}

.switch-outline-danger .switch-input:checked+.switch-slider:after {
    color: #e55353
}

.switch-opposite-danger .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #e55353
}

.switch-opposite-danger .switch-input:checked+.switch-slider:before {
    background-color: #e55353;
    border-color: #e55353
}

.switch-opposite-danger .switch-input:checked+.switch-slider:after {
    color: #e55353
}

.switch-light .switch-input:checked+.switch-slider {
    background-color: #ebedef;
    border-color: #cfd4d8
}

.switch-light .switch-input:checked+.switch-slider:before {
    border-color: #cfd4d8
}

.switch-3d-light .switch-input:checked+.switch-slider {
    background-color: #ebedef
}

.switch-outline-light .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #ebedef
}

.switch-outline-light .switch-input:checked+.switch-slider:before {
    border-color: #ebedef
}

.switch-outline-light .switch-input:checked+.switch-slider:after {
    color: #ebedef
}

.switch-opposite-light .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #ebedef
}

.switch-opposite-light .switch-input:checked+.switch-slider:before {
    background-color: #ebedef;
    border-color: #ebedef
}

.switch-opposite-light .switch-input:checked+.switch-slider:after {
    color: #ebedef
}

.switch-dark .switch-input:checked+.switch-slider {
    background-color: #636f83;
    border-color: #4d5666
}

.switch-dark .switch-input:checked+.switch-slider:before {
    border-color: #4d5666
}

.switch-3d-dark .switch-input:checked+.switch-slider {
    background-color: #636f83
}

.switch-outline-dark .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #636f83
}

.switch-outline-dark .switch-input:checked+.switch-slider:before {
    border-color: #636f83
}

.switch-outline-dark .switch-input:checked+.switch-slider:after {
    color: #636f83
}

.switch-opposite-dark .switch-input:checked+.switch-slider {
    background-color: #fff;
    border-color: #636f83
}

.switch-opposite-dark .switch-input:checked+.switch-slider:before {
    background-color: #636f83;
    border-color: #636f83
}

.switch-opposite-dark .switch-input:checked+.switch-slider:after {
    color: #636f83
}

.switch-pill .switch-slider,
.switch-pill .switch-slider:before {
    border-radius: 50em
}

.switch-square .switch-slider,
.switch-square .switch-slider:before {
    border-radius: 0
}

/* SEMAFORO SENTINEL */
span.sem-1,
span.sem-2,
span.sem-3,
span.sem-4,
span.sem-5,
span.sem-6,
span.sem-7,
span.sem-8,
span.sem-9,
span.sem-10,
span.sem-11,
span.sem-12,
span.sem-13,
span.sem-14,
span.sem-15,
span.sem-16,
span.sem-17,
span.sem-18,
span.sem-19,
span.sem-20,
span.sem-G,
span.sem-V,
span.sem-A,
span.sem-O,
span.sem-M,
span.sem-R {
        display: inline-block;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background:#ffffff;
}
span.sem-3,
span.sem-5,
span.sem-15,
span.sem-G {
        border: 0.15rem solid grey;
}

span.sem-4,
span.sem-V {
        border: 0.15rem solid green;
}

span.sem-2,
span.sem-18,
span.sem-M,
span.sem-A {
        border: 0.15rem solid yellow;
}

span.sem-1,
span.sem-8,
span.sem-19,
span.sem-R,
span.sem-O {
        border: 0.15rem solid RED;
}

span.sem-1 > span,
span.sem-2 > span,
span.sem-3 > span,
span.sem-4 > span,
span.sem-5 > span,
span.sem-6 > span,
span.sem-7 > span,
span.sem-8 > span,
span.sem-9 > span,
span.sem-10 > span,
span.sem-11 > span,
span.sem-12 > span,
span.sem-13 > span,
span.sem-14 > span,
span.sem-15 > span,
span.sem-16 > span,
span.sem-17 > span,
span.sem-18 > span,
span.sem-19 > span,
span.sem-20 > span,
span.sem-R > span,
span.sem-A > span,
span.sem-V > span,
span.sem-G > span,
span.sem-M > span,
span.sem-O > span {
        top: 0.15rem;
        left: 0.15rem;
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position: relative;
}

span.sem-1 > span,
span.sem-8 > span,
span.sem-R > span {
        background-color: RED;
}

span.sem-2 > span,
span.sem-A > span {
        background-color: yellow;
}

span.sem-4 > span,
span.sem-V > span {
        background-color: green;
}
span.sem-3 > span,
span.sem-5 > span,
span.sem-15 > span,
span.sem-G > span {
        background-color: grey;
}

span.sem-18 > span,
span.sem-M > span {
    background-color: yellow;
        border: 0.15rem solid #FFF;
}
span.sem-19 > span,
span.sem-O > span {
    background-color: RED;
        border: 0.15rem solid #FFF;
}

/* bicolor */
span.sem-6>span,
span.sem-7>span,
span.sem-9>span,
span.sem-10>span,
span.sem-11>span,
span.sem-12>span,
span.sem-13>span,
span.sem-14>span,
span.sem-16>span,
span.sem-17>span
{
    border: 0.2rem solid #FFF;
    width: 1.1rem;
    height: 1.1rem;
    top: 0.15rem;
    left: 0.15rem;
}
/* R|Y */
span.sem-6,
span.sem-6 > span {
    background: RED;
    background: -moz-linear-gradient(left, RED 0%, RED 50% YELLOW 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, RED), color-stop(50%, RED),color-stop(50%, YELLOW ));
    background: -webkit-linear-gradient(left, RED 0%,RED 50%, YELLOW 50%);
    background: -o-linear-gradient(left, RED 0%, RED 50%, YELLOW 50%);
    background: -ms-linear-gradient(left, RED 0%, RED 50%, YELLOW 50%);
    background: linear-gradient(to right, RED 0%, RED 50%, YELLOW 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}
/* G|Y */
span.sem-11,
span.sem-11 > span {
    background: GREEN;
    background: -moz-linear-gradient(left, GREEN 0%, GREEN 50% YELLOW 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, GREEN), color-stop(50%, GREEN),color-stop(50%, YELLOW ));
    background: -webkit-linear-gradient(left, GREEN 0%,GREEN 50%, YELLOW 50%);
    background: -o-linear-gradient(left, GREEN 0%, GREEN 50%, YELLOW 50%);
    background: -ms-linear-gradient(left, GREEN 0%, GREEN 50%, YELLOW 50%);
    background: linear-gradient(to right, GREEN 0%, GREEN 50%, YELLOW 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}

/* G|Y */
span.sem-13,
span.sem-13 > span {
    background: GRAY;
    background: -moz-linear-gradient(left, GRAY 0%, GRAY 50% YELLOW 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, GRAY), color-stop(50%, GRAY),color-stop(50%, YELLOW ));
    background: -webkit-linear-gradient(left, GRAY 0%,GRAY 50%, YELLOW 50%);
    background: -o-linear-gradient(left, GRAY 0%, GRAY 50%, YELLOW 50%);
    background: -ms-linear-gradient(left, GRAY 0%, GRAY 50%, YELLOW 50%);
    background: linear-gradient(to right, GRAY 0%, GRAY 50%, YELLOW 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}


/* Y|G */
span.sem-17,
span.sem-17 > span {
    background: YELLOW;
    background: -moz-linear-gradient(left, YELLOW 0%, YELLOW 50% GRAY 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, YELLOW), color-stop(50%, YELLOW),color-stop(50%, GRAY ));
    background: -webkit-linear-gradient(left, YELLOW 0%,YELLOW 50%, GRAY 50%);
    background: -o-linear-gradient(left, YELLOW 0%, YELLOW 50%, GRAY 50%);
    background: -ms-linear-gradient(left, YELLOW 0%, YELLOW 50%, GRAY 50%);
    background: linear-gradient(to right, YELLOW 0%, YELLOW 50%, GRAY 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}

/* R|G */
span.sem-16,
span.sem-16 > span {
    background: RED;
    background: -moz-linear-gradient(left, RED 0%, RED 50% GRAY 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, RED), color-stop(50%, RED),color-stop(50%, GRAY ));
    background: -webkit-linear-gradient(left, RED 0%,RED 50%, GRAY 50%);
    background: -o-linear-gradient(left, RED 0%, RED 50%, GRAY 50%);
    background: -ms-linear-gradient(left, RED 0%, RED 50%, GRAY 50%);
    background: linear-gradient(to right, RED 0%, RED 50%, GRAY 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}

/* G|R */
span.sem-10,
span.sem-10 > span {
    background: GREEN;
    background: -moz-linear-gradient(left, GREEN 0%, GREEN 50% RED 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, GREEN), color-stop(50%, GREEN),color-stop(50%, RED ));
    background: -webkit-linear-gradient(left, GREEN 0%,GREEN 50%, RED 50%);
    background: -o-linear-gradient(left, GREEN 0%, GREEN 50%, RED 50%);
    background: -ms-linear-gradient(left, GREEN 0%, GREEN 50%, RED 50%);
    background: linear-gradient(to right, GREEN 0%, GREEN 50%, RED 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}


/* G|R */
span.sem-12,
span.sem-12 > span {
    background: GREY;
    background: -moz-linear-gradient(left, GREY 0%, GREY 50% RED 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, GREY), color-stop(50%, GREY),color-stop(50%, RED ));
    background: -webkit-linear-gradient(left, GREY 0%,GREY 50%, RED 50%);
    background: -o-linear-gradient(left, GREY 0%, GREY 50%, RED 50%);
    background: -ms-linear-gradient(left, GREY 0%, GREY 50%, RED 50%);
    background: linear-gradient(to right, GREY 0%, GREY 50%, RED 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}


/* R|G */
span.sem-7,
span.sem-7 > span {
    background: RED;
    background: -moz-linear-gradient(left, RED 0%, RED 50% GREEN 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, RED), color-stop(50%, RED),color-stop(50%, GREEN ));
    background: -webkit-linear-gradient(left, RED 0%,RED 50%, GREEN 50%);
    background: -o-linear-gradient(left, RED 0%, RED 50%, GREEN 50%);
    background: -ms-linear-gradient(left, RED 0%, RED 50%, GREEN 50%);
    background: linear-gradient(to right, RED 0%, RED 50%, GREEN 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}

/* Y|G */
span.sem-9,
span.sem-9 > span {
    background: YELLOW;
    background: -moz-linear-gradient(left, YELLOW 0%, YELLOW 50% GREEN 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, YELLOW), color-stop(50%, YELLOW),color-stop(50%, GREEN ));
    background: -webkit-linear-gradient(left, YELLOW 0%,YELLOW 50%, GREEN 50%);
    background: -o-linear-gradient(left, YELLOW 0%, YELLOW 50%, GREEN 50%);
    background: -ms-linear-gradient(left, YELLOW 0%, YELLOW 50%, GREEN 50%);
    background: linear-gradient(to right, YELLOW 0%, YELLOW 50%, GREEN 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}

/* G|G */
span.sem-14,
span.sem-14 > span {
    background: GREY;
    background: -moz-linear-gradient(left, GREY 0%, GREY 50% GREEN 50%);
    background: -webkit-gradient(left top, right top, color-stop(0%, GREY), color-stop(50%, GREY),color-stop(50%, GREEN ));
    background: -webkit-linear-gradient(left, GREY 0%,GREY 50%, GREEN 50%);
    background: -o-linear-gradient(left, GREY 0%, GREY 50%, GREEN 50%);
    background: -ms-linear-gradient(left, GREY 0%, GREY 50%, GREEN 50%);
    background: linear-gradient(to right, GREY 0%, GREY 50%, GREEN 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffff00', GradientType=1 );
}