/*input*/

.label-hega {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    width: 100%;
    line-height: 1;
    font-size: 75%;
    font-weight: 700;
    padding: .2em .6em .3em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.span-input-hega {
    pointer-events: none;
    position: absolute;
    color: #000;
    margin-left: 18px;
    left: 0;
    top: 14px;
    font-size: 16px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
}

.input-hega {
    padding: 9px !important;
    height: auto !important;
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #ccc;
    transition: 0.2s !important;
}

.input-hega:focus+.span-input-hega,
.input-hega:not(:placeholder-shown)+.span-input-hega {
    opacity: 1;
    padding-left: 8px;
    padding-right: 8px;
    transform: translateY(-20px) translateX(-6px);
    background: white;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}

.input-hega:focus {
    border: 1px solid #000;
}


/*select*/

.span-select-hega {
    pointer-events: none;
    position: absolute;
    color: rgba(0, 0, 0, 0.55);
    margin-left: 18px;
    left: 0;
    top: 14px;
    font-size: 16px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.selct-activo-hega {
    opacity: 1;
    margin-left: 16px;
    padding-left: 8px;
    padding-right: 8px;
    transform: translateY(-20px) translateX(-6px);
    background: white;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    transition: 0.2s ease all;
}


/* select.form-control+.chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control+.chosen-container.chosen-container-single .chosen-single div {
    top: 4px;
    color: #000;
}

select.form-control+.chosen-container .chosen-drop {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.form-control+.chosen-container .chosen-search input[type="text"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control+.chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 16px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control+.chosen-container .chosen-results li,
select.form-control+.chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image: none;
}

select.form-control+.chosen-container .chosen-results li:hover,
select.form-control+.chosen-container .chosen-results li.active-result:hover,
select.form-control+.chosen-container .chosen-results li.highlighted {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    background-image: none;
}

select.form-control+.chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control+.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0;
}

select.form-control+.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

select.form-control+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
}

select.form-control+.chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control+.chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control+.chosen-container .chosen-search input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control+.chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
} */


/*textarea*/

.span-textarea-hega {
    pointer-events: none;
    position: absolute;
    color: #000;
    margin-left: 18px;
    left: 0;
    top: 14px;
    font-size: 16px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
}

.textarea-hega {
    padding: 9px !important;
    height: auto !important;
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #ccc;
    transition: 0.2s !important;
}

.textarea-hega:focus+.span-textarea-hega,
.textarea-hega:not(:placeholder-shown)+.span-textarea-hega {
    opacity: 1;
    padding-left: 8px;
    padding-right: 8px;
    transform: translateY(-20px) translateX(-6px);
    background: white;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}

.textarea-hega:focus {
    border: 1px solid #000;
}


/* checkbox */

.label-checkbox-hega {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-checkbox-hega input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.span-checkbox-hega {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.label-checkbox-hega:hover input~.span-checkbox-hega {
    background-color: #ccc;
}

.label-checkbox-hega input:checked~.span-checkbox-hega {
    background-color: #367fa9;
}

.span-checkbox-hega:after {
    content: "";
    position: absolute;
    display: none;
}

.label-checkbox-hega input:checked~.span-checkbox-hega:after {
    display: block;
}

.label-checkbox-hega .span-checkbox-hega:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* radio */

.label-radio-hega {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-radio-hega input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.span-radio-hega {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.label-radio-hega:hover input~.span-radio-hega {
    background-color: #ccc;
}

.label-radio-hega input:checked~.span-radio-hega {
    background-color: #367fa9;
}

.span-radio-hega:after {
    content: "";
    position: absolute;
    display: none;
}

.label-radio-hega input:checked~.span-radio-hega:after {
    display: block;
}

.label-radio-hega .span-radio-hega:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.table-editable {
    position: relative;
}

.table-remove {
    color: #700;
    cursor: pointer;
}

.table-up,
.table-down {
    color: #007;
    cursor: pointer;
}

.table-add {
    color: #070;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: inherit !important;
    background: white;
}

.form-control:focus {
    border-color: #ccc !important;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    line-height: 100% !important;
    height: 40px !important;
}

.sin_group {
    margin-bottom: 0px;
}

.action_button {
    margin: 10px 0px 10px 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

._jw-tpk-container ol>li>a {
    font-size: 1.4rem !important;
}

._jw-tpk-container {
    font-size: 1.4rem !important;
}

@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.upload {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
}

.upload+label {
    width: 100%;
    height: 40px;
    color: #000;
    line-height: 2.6em;
    background-color: white;
    display: inline-block;
    border-radius: 4px;
    transition: 150ms;
    border: 1px solid #33333387;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-left: 9px;
    opacity: 0.5;
    margin-top: 8px;
}

.upload:focus+label,
.upload+label:hover {
    cursor: pointer;
    border: 1px solid #d2d6de;
    cursor: pointer;
    border: 1px solid #d2d6de;
    color: #000;
    opacity: 1;
}

.upload:focus+label {
    outline: 1px dotted #000;
}

.file {
    padding-right: 20px;
    padding-left: 20px;
}

output iframe {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}

output img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.profile-picture {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

output span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: transparent;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.width-min-column-table {
    min-width: 73px;
}

.width-min-column-table a {
    margin: 0px;
}

output span:hover {
    background-color: red;
    color: white;
}

.data-table-image {
    display: block;
    margin: auto;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}

.data-table-image-detail {
    display: block;
    margin: auto;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
}

table .form-control {
    min-width: 130px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    border-radius: 4px;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 4px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 2px 4px;
}

.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
}

.thumbnail-description {
    min-height: 40px;
}

.thumbnail:hover {
    cursor: default;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.thumbnail-label {
    text-align: center;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        overflow-x: auto;
    }
}

.user-panel>.image>img {
    height: 45px;
}

.form-group {
    margin-bottom: 0px;
}

.button-phone,
.radio-phone,
.checkbox-phone {
    margin-top: 20px;
}

.icon-whatsapp-hega {
    color: #49C657;
    font-size: 1.5em;
}

.icon-call-hega {
    color: #367fa9;
    font-size: 1.5em;
}