/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
* {
    font-family: 'Lato', sans-serif;
    outline: none !important;
}

body {
    font-size: 1em;
}

.ui-helper-hidden-accessible { display:none; }


:root {
    --primary-color: #A9C759;
    --info-color: #52BAE1;
    --danger-color: #FF0128;
    --warning-color: #D9762C;
    --success-color: #12AE1A;
    --default-color: #86949A;

    --aceptado: #52BAE1;
    --rechazado: #FF0128;
    --contactado: #A9C759;
    --derivado: #86949A;
    --postulado: #FFAA34;
    --finalizado: #3CD36E;
    --general-bien: #CBCACA;
}

.no-bg {
    background: transparent !important;
    background-image: none !important;
}

.message {
    position: fixed;
    top: 1px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.alert-dismissible .close {
    padding: 0.75rem 1rem;
}
.alert button span {
    padding: 0px 7px 2px 7px;
    border-radius: .25rem;
}
.alert-success, .alert-warning {
    background: #fff;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 17px;
    text-align: center;
    border: 1px solid #8F5959;
}
.alert-success {
    color: var(--success-color);
    border: 1px solid var(--success-color);
}
.alert-warning {
    color: var(--warning-color);
    border: 1px solid var(--warning-color);
}
.alert-success button span {
    border: 1px solid var(--success-color);
}
.alert-warning button span {
    border: 1px solid var(--warning-color);
}

p, tr, td, ul, li, a, strong {
    font-size: 14px;
}

.bg-red {
    background-color: #FF0128!important;
}

.bg-green {
    background-color: #4CA59D!important;
}

button.btn-info-invert,
button.btn-info-invert.icon-addon {
    color: #fff;
    background: var(--info);
    padding-right: 40px;
}
button.btn-info-invert:hover,
button.btn-info-invert.icon-addon:hover {
    background-color: #fff;
    color: var(--dark);
}
button.btn-info-invert.icon-addon ion-icon {
    background: var(--info);
    color: #fff;
    border-left: 1px solid #fff;
    padding: 6px;
}
.btn-lg.btn-info-invert.icon-addon ion-icon {
    padding: 8px;
}

button.icon-addon ion-icon:nth-child(1){
    display: block;
}
button.icon-addon ion-icon:nth-child(2){
    display: none;
    -webkit-animation: loadForm 1s linear infinite;
            animation: loadForm 1s linear infinite;
    border: none;
}

.loading button.icon-addon ion-icon:nth-child(1){
    display: none;
}
.loading button.icon-addon ion-icon:nth-child(2){
    display: block;
}
.loading button{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    pointer-events:none;
}

.btn-lg.btn-info-invert.btn-info-invert {
    padding-right: 50px;
}

main {
    min-height: 100vh;
    /* margin-bottom: 56px; */
}

.circle {
    width: 13px;
    min-width: 13px;
    height: 13px;
    background: #f5f5f5;
    border-radius: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    background: none;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    min-width: 62px;
    text-align: center;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 1);
}
@media screen and (max-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        width: 100%;
    }
    .navbar .nav-item{
        margin-right: 0px!important;
        margin-bottom: 10px;
    }
}

.navbar-toggler {
    border-color: #fff;
    color: #fff;
}

.table-card {
    border: 1px solid #D8D8D8;
    border-collapse: collapse;
    border-radius: 4px;
}

.table-card thead {
    background: #E8F1FA;
    font-weight: 400;
    font-size: 14px;
    color: #3F3E3E;
    letter-spacing: -0.56px;
}

.table-card th {
    padding: .4rem .75rem .80rem .75rem !important;
    font-weight: normal;
    vertical-align: top !important;
    cursor: pointer;
}

.table-card thead th:first-child, .table-card thead tr:first-child {
    border-radius: 4px 0 0 0;
}

.table-card thead th:last-child, .table-card thead tr:last-child {
    border-radius: 0 4px 0 0;
}

.table-card tbody td:first-child, .table-card tbody tr:first-child {
    border-radius: 0 0 0 4px;
}

.table-card tbody td:last-child, .table-card tbody tr:last-child {
    border-radius: 0 0 4px 0;
}

.table-card th.sort_arrow:before {
    color: #5A93CD;
    font-size: 13px;
    font-weight: 900;
}

.table-card th.sort_arrow.up:before {
    content: "↑";
}

.table-card th.sort_arrow.down:before {
    content: "↓";
}
.table-card th.sort_arrow.top:before {
    content: "↑";
}

.table-card tbody tr.border-state {
    border-left: 0px solid #333;
}

.table-card tbody td.state {
    position: relative;
}

.table-card tbody td.state span.edo-bg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 1px;
    height: 100%;
    margin: 1px 0px;
    border-bottom: 1px solid #dee2e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table-card tbody td {
    padding: .6rem .75rem;
    vertical-align: middle;
}

.pagination {
    float: right;
}

.page-link {
    background-color: #fff;
    color: #333;
}

.page-item.active .page-link, .page-link:hover {
    background-color: #EBEBEB;
    border-color: #26AFC4;
    color: #26AFC4;
}

footer .footer-frame {
    width: 100%;
    height: 16px;
    background-color: #FF0251;
}

@media screen and (max-width: 1024px) {
    .table-card {
        border-bottom: 1px solid #FFBA70;
    }
    .table-card thead {
        display: none;
    }
    .table-card tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-bottom: 1px solid #dee2e6;
    }
    .table-card tbody tr.border-state {
        border-left: 6px solid;
    }
    .table-card tbody th, .table-card tbody td {
        width: 50%;
    }
    .no-padding-mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .table-card tbody td.state span.edo-bg {
        display: none;
    }
    .table-card tbody tr {
        border-bottom: 1px solid #FFBA70;
    }
    .table-card th {
        cursor: initial;
    }
    .table-card th.sort_arrow.up:before, .table-card th.sort_arrow.down:before {
        content: "";
    }
}

/*Home*/

.top-section-header h2 {
    font-weight: 700;
    font-size: 20px;
    color: #9E9E9E;
    letter-spacing: -0.8px;
}

.top-section-header h2, .top-section-header select, .top-section-header input {
    color: #999;
}

.top-section-header select {
    border: 1px solid #D8D8D8 !important;
    border-radius: 4px !important;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    letter-spacing: -0.56px;
}

.top-section-header .input-group-search-input {
    border: 1px solid #D8D8D8;
    border-radius: 4px 0 0 4px !important;
}

.top-section-header button.input-group-search-button {
    border: 1px solid #26AFC4;
    border-radius: 0 4px 4px 0 !important;
    padding: .1rem .3rem;
    color: #26AFC4;
}

.top-section-header button.input-group-search-button ion-icon {
    font-size: 21px;
}

@media screen and (max-width: 768px) {
    .top-section-header h2 {
        font-size: 1.5em;
        margin-top: -4px;
    }
    .top-section-header select {
        height: calc(2.4em + .5rem + 2px);
    }
    .top-section-header .input-group-search-input {
        margin-left: -4px;
        height: calc(2.4em + .5rem + 2px);
    }
    .top-section-header button.input-group-search-button {
        margin-right: -4px;
    }
}

/*pasar css*/
/*select2 estado*/
.select2-container--default .select2-selection--single {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    outline: none;
}
.select2-container--default .select2-selection--single:focus {
    outline: 0px solid transparent;
}
.select2-container--default .select2-selection--single,
.select2-container--default:hover .select2-selection--single
 {
    background-color: #f19b42;
    border-color: #f19b42;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #EDECEC;
    border-color: #EDECEC;
    color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: white transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: white;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow-y: visible;
}
.select2-dropdown {
    border: 1px solid #d4d4d4;
}
/*misc*/
.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
}

.dropdown-toggle::after {
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
}
.dropdown-menu {
    margin-top: 0;
}
ion-icon {
    font-size: 16px;
    vertical-align: text-bottom;
}
ion-icon[name="document"],
ion-icon[name="trash"] {
    color: #FDAE2A;
}
ion-icon[name="document"] {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.text-pink {
    color: #EF4F91;
}
.text-yellow {
    color: #EAC64F;
}
.card-form-title {
    background: none;
    max-width: 768px;
}
.card-form-title .card-body {
    padding-left: 0;
    padding-bottom: 4px;
}
.card-form-title h2 {
    margin-bottom: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.card-form {
    background-color: #fff;
    max-width: 768px;
    padding: 25px;
    -webkit-box-shadow: 0px -1px 2px rgba(99,99,99,.25);
            box-shadow: 0px -1px 2px rgba(99,99,99,.25);
}
.elementor-shape.elementor-shape-top,
.elementor-shape.elementor-shape-bottom {
    overflow: hidden;
    position: absolute;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape.elementor-shape-top .elementor-shape-fill,
.elementor-shape.elementor-shape-bottom .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-shape.elementor-shape-top .elementor-shape-fill-3 {
    fill-opacity: .40;
    fill: #FF0128;
    -webkit-transform: rotateY(36deg);
    transform: rotateY(36deg);
}
.elementor-shape.elementor-shape-top .elementor-shape-fill-2 {
    fill-opacity: .30;
    fill: #FF0128;
    -webkit-transform: rotateY(35deg);
    transform: rotateY(35deg);
}
.elementor-shape.elementor-shape-top .elementor-shape-fill {
    fill: #FF0128 !important;
    fill-opacity: 1;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
button.icon-addon {
    position: relative;
    font-size: 12px; 
    padding-right: 32px;
}
button.icon-addon ion-icon {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #17a2b8;
    padding: 4px;
    font-size: 18px;
}
button.icon-addon.icon-addon-left {
    padding-left: 50px;
    padding-right: 1rem !important;
}
button.icon-addon.icon-addon-left ion-icon {
    right: initial;
    left: 0 !important;
    border-left: 0px solid transparent;
    border-right: 1px solid #fff;
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7c858e;
    opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7c858e;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7c858e;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7c858e;
    opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7c858e;
    opacity: 1; /* Firefox */
}

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7c858e;
}

    ::-ms-input-placeholder { /* Microsoft Edge */
    color: #7c858e;
}
.circle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 33px; /*change this and the width for the size of your initial circle*/
    width: 33px;
    padding: 5px;
    max-height: 33px;
    max-width: 33px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    
  /*make it pretty*/
    background: #32b606;
    color: #fff;
    font: 16px "Roboto", arial; /*change this for font-size and font-family*/ 
}
.circle-text.rp-bcolor {
    background: #249b9f;
}
.circle-text.gr-bcolor {
    background: #4adae0;
}
.bv-form .help-block,
form label.error{
    color: var(--warning-color);
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
/*accordions*/
.card {
    border: 1px solid transparent;
}
.card-header {
    background-color: #E8F1FA;
    font-size: 16px;
    padding: 1px;
    border-bottom: 0px solid transparent;
}
.card-header h2 > button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: .4rem 1.1rem;
    text-align: left;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
}
.card-header h2 > button.btn-link:hover {
    color: #737373;
    text-decoration: none;
}
#sidebarAccordion p {
    font-size: 14px;
    color: #3F3E3E;
    margin: 2px 2px;
    /* text-align: justify; */
}
#sidebarAccordion .card-body div.table-info,
#collapseinfoDemandante .card-body div.table-info,
#collapseinfoDelCaso .card-body div.table-info {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: transparent;
}
#sidebarAccordion .card-body div.table-info p,
#collapseinfoDemandante .card-body div.table-info p,
#collapseinfoDelCaso .card-body div.table-info p {
    display: table-row;
}
#sidebarAccordion .card-body div.table-info p > span,
#collapseinfoDemandante .card-body div.table-info p > span,
#collapseinfoDelCaso .card-body div.table-info p > span {
    display: table-cell;
    vertical-align: top;
}
#sidebarAccordion .card-body div.table-info textarea{
    width: 100%;
    min-height: 100px;
}
.card-body div.table-info p > span:last-child {
    vertical-align: bottom;
}
textarea.form-control,
input.form-control {
    font-size: 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid #68AFDC;
}

#input_encargados.loading,
#input_coordinadores_externos.loading,
#input_coordinadores_internos.loading{
    padding-right: 30px;
    background-image: url(/img/preloader.gif);
    background-size: 15px;
    background-position-x: 98%;
    background-position-y: center;
    background-repeat: no-repeat;
}
.custom-input-addon input {
    margin-top: -6px;
    margin-bottom: 10px !important;
    padding-bottom: 1px;
    padding-left: 1px;
}
.custom-input-addon input.mb-4 {
    margin-bottom: 1.5rem!important;
}
.custom-input-addon input:active,
.custom-input-addon input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: transparent transparent #80bdff transparent;
    outline: 0px solid transparent;
}
.custom-input-addon button ion-icon[name="trash"] {
    font-size: 20px;
    margin-bottom: -4px;
}
.custom-input-addon .btn-outline-light {
    background-color: transparent;
    border-color: transparent;
}
.custom-input-addon .btn-outline-light:hover {
    background-color: transparent;
}
.attachents-section ion-icon {
    font-size: 17px;
}
.attachents-section h3,
.comments-section h3,
.attachents-section .title {
    font-size: 14px;
}
.attachents-section h3 + span,
.comments-section h3 span {
    font-size: 12px;
}
.comments-section h3 {
    font-weight: bold;
}
.comments-section h3 + p {
    padding-right: 39px;
    text-align: justify;
}
.comments-section .p-left h3 + p {
    padding-left: 39px;
    padding-right: 0;
}
/*caso*/
.title-case h2 {
    color: #9E9E9E;
    font-size: 20px;
}
.title-case .fields-title-area {
    font-size: 16px;
}
/*caso info*/
@media screen and (max-width: 768px) {
    button.icon-addon {
        width: 100%;
    }
}
.accordion[id^="title-"] {
    margin-left: 2px;
    margin-right: 2px;
}
.accordion[id^="title-"] button {
    background-color: #DDDDDD;
    padding: .58rem 1.1rem;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
}

/* Nuevo caso*/
.input-interes {
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.input-interes:hover,
.input-interes:focus,
.input-interes.active {
    /* zoom: 110%; */
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.input-interes.input-interes-button:hover,
.input-interes.input-interes-button:focus,
.input-interes.input-interes-button.active {
    border-color: var(--info);
    background: var(--info);
}
.input-interes.disable {
    opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    zoom: 95%;
}
.form-control.flatpicker-input:disabled, .form-control.flatpicker-input[readonly] {
    background: #fff;
}
.form-tabs .nav-tabs {
    border-bottom: 1px solid #E8F1FA;
}
.form-tabs .nav-tabs .nav-item.show .nav-link,
.form-tabs .nav-tabs .nav-link.active,
.form-tabs .nav-tabs .nav-link.active {
    color: #333;
    background-color: #E8F1FA;
    border: 1px solid var(--info);
}
.form-tabs .nav-tabs .nav-link.step_validated {
    color: #fff;
    background-color: var(--info);
    border: 1px solid transparent;
}
.form-tabs .nav-tabs .nav-item {
    font-size: 1rem;
    color: var(--dark);
    border: 1px solid var(--info);
    border-bottom: 0px solid var(--info-color);
}
.form-tabs .card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0px solid transparent;
}
.form-tabs .card .card-header {
    padding: .55rem 1rem .35rem 1rem;
    border: 0px solid transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-tabs .card .card-header h2  {
    font-size: 1.2rem;
}
.form-select {
    color: #212529;
    border-width: 1px;
    border-color: #68AFDC;
    padding-left: .75rem;
    padding-right: 2rem;
    border-radius: .5rem;
    
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="%2335393C" fill-rule="nonzero" d="M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z"/></svg>');
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center right .75rem;
}
.form-input-bordered, .form-input-row {
    background-color: #fff;
    padding-left: .75rem;
    padding-right: .75rem;
    color: #212529;
}
.form-input-bordered {
    border-width: 1px;
    border-color: var(--info-color);
    border-radius: .5rem;
}
.icons-set {
    background: #f9f9f9;
    padding: 10px;
}
.icons-set span {
    font-size: 20px;
}
.icons-set a {
    padding: 10px;
}
.tipo_caso_big_buttons a {
    background:red;
    width: 350px; 
    height:180px;
    font-size:15px;
    color:#fff;
    padding: 70px;
    border-radius:6px;
}
.tipo_caso_big_buttons a:last-child {
    background:orange;
}
@media screen and (min-width: 768px) {
    .icons-set {
        height: 180px;
    }
}
/*Editar usuario*/
#editar_usuario .card-form-title {
    max-width: 100%;
    width: 80%;
}
/* estados */
.edo-bg {
    width:1px;
    height:100%;
    padding:5px 4.5px;
    border:0px solid transparent;
}
.edo-blue-bg {
    background: var(--aceptado);
}
.edo-red-bg {
    background: var(--rechazado);
}
.edo-pear-bg {
    background: var(--contactado);
}
.edo-gris-bg {
    background: var(--derivado);
}
.edo-naranja-bg {
    background: var(--postulado);
}
.edo-green-bg {
    background: var(--finalizado);
}
.edo-grisclaro-bg {
    background: var(--general-bien);
}
/*autocomplete*/
.ui-widget{
    display: table;
        width: auto;
        min-width: 170px;
        background: #fff;
        -webkit-box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.13);
                box-shadow: 2px 2px 4px 3px rgba(0,0,0,0.13);
        padding: 0;
        list-style: none;
}
.ui-widget .ui-menu-item{
    padding: 10px;
}
.ui-widget .ui-menu-item:hover{
    background: #EDECEC;
}
.caso-tabla_listado{
    margin-top: 10px;
    margin-bottom: 10px;
}
.caso-tabla_listado tr td:nth-child(2){
    width: 28px;
}
.caso-tabla_listado td ion-icon[name="trash"]{
    font-size: 24px;
}
#collapseHistorial .dz-preview{
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
#collapseHistorial .dz-preview .dz-remove{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}
#collapseHistorial .dz-preview .dz-remove:hover{
    opacity: .1;
}
#collapseHistorial .dz-preview,
#collapseHistorial .dz-details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
#collapseHistorial .dz-details{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#collapseHistorial .dz-filename{
    margin-right: 30px;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
}
#collapseHistorial .dz-size{
    font-size: 14px;
}
#dropzone-files{
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 0 10px;
}
#add-files{
    cursor: pointer;
}
#add-files:hover{
    color: var(--warning-color);
}
#dfCaso{
    width: 100%;
    border-width: 1px;
    border-color: var(--info-color);
    border-radius: 0.5rem;
}
#dfCaso .c-dz-preview{
    position: relative;
    max-width: 120px;
}
#dfCaso .c-dz-error-message{
    max-width: 120px;
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    color: red;
    margin-top: 7px;
}
#collapseHistorial .dz-image,
#collapseHistorial .dz-progress,
#collapseHistorial .dz-error-message,
#collapseHistorial .dz-success-mark,
#collapseHistorial .dz-error-mark{
    display: none;
}
.btn--btn-submit{
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-color: #75A4AB;
}
.btn--btn-submit span{
    font-size: 13px;
    color: #75A4AB;
}
.btn--btn-export span:nth-child(2){
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #17a2b8;
    font-size: 18px;
    width: 26px;
}
.color-postulando{
    background-color: #C86EDF;
    border-color: #C86EDF;
    color: #fff;
}
.color-postulando ion-icon{
    border-color: rgb(150, 77, 168)!important;
}
.general_errors p,
.custom-error{
    color: var(--warning-color)!important;
    font-size: 1em;
}

.bg-info-bb{
    background: #E8F1FA;
}
.main-info-bb {
    list-style: none;
    counter-reset: bb-counter;
    position: relative;
}

.main-info-bb li {
    counter-increment: bb-counter;
}

.main-info-bb li::before {
    content: counter(bb-counter) ". ";
    color: red;
    font-weight: bold;
    left: 18px;
    position: absolute;
}
.main-info-bb li:nth-child(2):before {
    color: orange;
}

.edo-bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.state-hover{
    margin-left: 9px;
    display: initial;
    padding: 7px 20px;
    white-space: nowrap;
    color: #fff;
    border-radius: 8px;
    display: none;
}
.state-arrow{
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-right:8px solid transparent; 
    left: 9px;
}
.edo-bg:hover .state-hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@-webkit-keyframes loadForm{
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes loadForm{
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

#bb-pagination-links .pagination{
    float: initial!important;
}

#form_encargados .select2-selection{
    background: #fff;
    height: 38px;
    color: #212529!important;
    border-width: 1px;
    border-color: #68AFDC;
    padding-left: .75rem;
    padding-right: 2rem;
    border-radius: .5rem;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="%2335393C" fill-rule="nonzero" d="M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z"/></svg>');
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: center right .75rem;
    display: flex;
    align-items: center;
}
#form_encargados .select2-selection__rendered{
    color: #212529!important;

}
#form_encargados .select2-selection__arrow{
    display: none;
}
.select2-container--default .select2-dropdown{
    max-height: 300px!important;
    overflow: auto!important;
}
#listado_asignados{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#listado_asignados li{
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #78AED8;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 2px;
}
#listado_asignados li:hover{
    background: #f6f6f6;
}
#listado_asignados li span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 7px;
}
.trix-button-group.trix-button-group--file-tools,
.trix-button.trix-button--icon.trix-button--icon-code,
.trix-button.trix-button--icon.trix-button--icon-quote,
.trix-button-group.trix-button-group--history-tools{
    display: none!important;
}
.table-row{
    display: table-row!important;
}
.table-cell{
    display: table-cell!important;
}
p.count{
    width: 100%;
    display: block;
    text-align: right;
    color: var(--info-color);
}