.service-system .row {
    margin-left: -5px;
    margin-right: -5px; }
.service-system .row > div {
    padding-left: 5px;
    padding-right: 5px; }

.service-system form {
    display: block;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 10px; }

.service-system .form-group label {
    font-weight: bold; }

.service-system .btn-submit {
    width: 100%;
    padding: 5px; }
.service-system .btn-submit .icon {
    font-size: 1.6rem; }

.service-items-table {
    width: 100%; }
.service-items-table td:not(.separator),
.service-items-table th {
    padding: 4px;
    border: 1px solid #ABB9C7;
    font-size: 14px; }
.service-items-table th {
    background: #e5e5e5; }
.service-items-table .separator {
    padding: 8px 0; }
.service-items-table .btn-print {
    padding: 4px;
    display: block;
    width: 100%; }
.service-items-table .btn-print:not(:last-child) {
    margin-bottom: 8px; }

.calendars {
    position: relative;
    padding: 0 8px; }
.calendars .icon-calendar {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 1rem; }

.form-group--calendars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px; }

.checkbox-switch input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden; }

.checkbox-switch label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px; }
.checkbox-switch label.active {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1A6FAE), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1A6FAE 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white;}

.history-wr {
    position: relative; }

.history-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 100%;
    top: -8px;
    background: #FFF;
    padding: 8px 12px;
    -webkit-box-shadow: 0 10px 35px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 35px -3px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-15px) translateX(-8px);
    -ms-transform: translateY(-15px) translateX(-8px);
    transform: translateY(-15px) translateX(-8px);
    -webkit-transition: all 0.15s cubic-bezier(0.3, 0.53, 0.38, 0.73);
    -o-transition: all 0.15s cubic-bezier(0.3, 0.53, 0.38, 0.73);
    transition: all 0.15s cubic-bezier(0.3, 0.53, 0.38, 0.73);
    min-width: 200px; }
.history-tooltip table {
    width: 100%; }
.history-tooltip table td {
    white-space: nowrap; }

.history-wr:hover .history-tooltip {
    -webkit-transform: translateY(0px) translateX(-8px);
    -ms-transform: translateY(0px) translateX(-8px);
    transform: translateY(0px) translateX(-8px);
    opacity: 1;
    visibility: visible;
    z-index: 200; }

.btn-ticket {
    position: relative; }

.btn-ticket span {
    position: absolute;
    font-size: 10px;
    width: 17px;
    height: 17px;
    background: #F04D30;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 18px;
    top: -4px;
    right: -4px;
    text-align: center; }

.checkbox--has-ticket label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    padding: 10px !important;
    font-size: 14px; }
.checkbox--has-ticket label:before {
    display: none; }

.checkbox--has-ticket input[type="checkbox"]:checked + label {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1A6FAE), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1A6FAE 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white; }

.radio--status label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #cccccc;
    padding: 10px !important;
    font-size: 14px;
    height: auto !important;
    line-height: inherit !important; }
.radio--status label:before, .radio--status label:after {
    display: none; }

.radio--status input[type="radio"]:checked + label {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1A6FAE), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1A6FAE 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white; }

.snew.checked label {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1A6FAE), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1A6FAE 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1A6FAE 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white;
}

.form-group--q {
    position: relative; }
.form-group--q .form-control {
    padding-right: 30px; }

.btn-reset {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden; }
.btn-reset.show {
    opacity: 1;
    visibility: visible; }
.btn-reset .icon {
    font-size: 1.2rem; }

.btn.btn-gray {
    background: rgba(224, 230, 237, 0.5); }


/*---custom---*/
.sthead tr{
    background: #A3CEE9;
}
.sthead tr th{
    color: rgb(26, 23, 23);
    font-weight: 700;
    text-align: center;
}
.stbody{
    background: #D3E7F4;
}
.separator{
    background: white;
}
.radio label i{
    content: "\f013";
    font-family: FontAwesome;
    color: #aaaaaa;
    margin-right: 10px;
}
.snew:hover{
    color: black;
}
/* .st0{
  fill:#333333;
} */

#activ{
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1B98D0), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1B98D0 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white;
}
.form-cnt-alert{
    color: red;
    font-size: 14px;
}