@font-face {
    font-family: 'Segoeui';
    src: url('../fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoeui';
    src: url('../fonts/segoeuil.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoeui';
    src: url('../fonts/segoeuib.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    font-family: "Segoeui";
    font-weight: 300;
    font-size: 1em;
}

.logo {
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.top_title {
    font-size: 1.8rem;
    padding: 20px 0;
    color: #006DB1;
    font-weight: bold;
    margin-right: 0px;
}

.login-container {
    background: url('../img/loginbg.jpg');
    background-attachment: scroll;
    background-size: 41.8% 100%;
    background-position: right;
    background-color: #29A6E5;
    background-repeat: no-repeat;

}

.login-text {
    background: url('../img/imago.svg');
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 80px !important;
    padding-top: 0px !important;
}

.login-text h5 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 300;
}

.login-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.login-text .subtitle {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.login-text .subtitle2 {
    font-size: 18px;
    font-weight: normal;
    color: #585857;
}

.login-title-container {
    margin-left: 20px !important;
}

/*FORMS*/
.login-input {
    border-radius: 0px;
    border-top: 7px solid #29A6E5;
    padding: 25px 10px;
    font-weight: 300;

}

.login-btn {
    font-size: 1.8em;
    padding: 0px 25px 5px;
    line-height: 1.5em;
    font-weight: 900;
    background-color: #1D5288;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

input {
    filter: none;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}


/*ENDFORMS*/

/*GLOBAL*/

.title {
    font-size: 24pt;
    font-weight: bold;
}

.subtitle {
    font-size: 1.6em;
    color: #585857;
}

.box {
    font-size: 1em;
}

.box img {
    width: 50px;
    height: 50px;
}

.box .title {
    font-size: 1.3em;
    font-weight: normal;

}

.blue-bg {
    background-color: #29A6E5;
}

.bg-dark-blue {
    background: #006DB1;
    color: #fff;
}

.blue {
    color: #008CCA !important;
}

.white {
    color: #fff !important;
}

.footer {
    background: #1D5288;
}

.footer .creds {
    background: #12305C;
}

.footer a {
    color: #fff;
}

.disclaimer {
    font-weight: 400;
    font-size: 1em;
}

.footer.fixed {
    position: absolute;
    bottom: 0px;
}

.info {
    padding-bottom: 10px !important;
    padding-top: 25px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.info-nav {
    list-style: none;
    display: flex;
    font-size: 1em;
}

.info-nav li {
    list-style: none;
    margin-right: 20px;
}

.user {
    color: #1D5288;
    font-weight: 400;
}

.titled {
    color: #006DB1;
    font-size: 1.2em;
}

.chat-icon-active {
    width: 45px;
    height: auto;
}

.chat-icon-client {
    width: 55px;
    height: auto;
}

.user-details {
    font-size: 9pt;
    text-align: center;
    color: #006DB1;
}

.chat hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .5);
}

.user-chat {
    width: auto;
    height: 70px;
    margin-left: 12px;
}

.user-chat-name {
    width: 100%;
    color: #006DB1;
    font-weight: 400;
    font-size: 1em;
}

.filter-text {
    margin-bottom: 2px;
    color: #12305C;
}

.filter-textbox {
    border-color: #12305C;
    border-radius: 1px;
    font-family: "Segoeui";
    font-size: small;
}

.filter-span {
    border-color: #12305C;
    border-radius: 1px;
    font-family: "Segoeui";
    font-size: small;
    text-align: center;
    border-right: 0px;
    border-left: 0px;
    background-color: #eae8e8;
}

.filter-button-limpiar {
    position: absolute;
    left: 15px;
    bottom: 2px;
}

.filter-image {
    position: absolute;
    bottom: 0px;
}

/*****adminplatform*****/
/******navbars*****/
nav.bg-primary {
    background: #12305C !important;
}

nav.bg-primary li.active,
nav.bg-primary li:hover {
    background: #00C4FF;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.nav-menu {
    background: #00C4FF;
    color: #fff !important;
}

.bg-orange li {
    background: #DB901B !important;
}

/***endnavbars*****/

/******TITLES*****/
h1.title_top {
    border-bottom: 5px solid #00C4FF;
    font-size: 1.6em;
    color: #12305C;
}

h3.clear-blue {
    color: #00C4FF;
    font-weight: bold;
    font-size: 22px;
}

/*****ENDTITLES****/
/******BOXES*****/
.bordered-1 {
    border: 1px solid #006DB1;
}

.bordered-2 {
    border: 2px solid #006DB1;
}

.bordered-3 {
    border: 3px solid #006DB1;
}

label.clear-blue {
    color: #006DB1;
    font-weight: bold;
}

.bg_blue_clear {
    background: #00C4FF;
}

.arrowed {
    background: #008CCA;
}

.arrowed:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    border-left: 50px solid #008CCA;
    border-top: 57px solid transparent;
    border-bottom: 57px solid transparent;
    right: -50px;
    top: 0px;
}

.content-ok p {
    font-size: 1em;

}

/******ENDBOXES****/

/*****FORMS***/
.formulario_standard input[type=email],
.formulario_standard input[type=phone],
.formulario_standard input[type=text] {
    border-radius: 0px;
    padding: 0px 10px;
    height: 36px;

}

.formulario_standard textarea {
    border-radius: 0px;

}

.formulario_standard .inputfile::-webkit-file-upload-button {
    visibility: hidden;
    max-width: 5px;
}

.disclaimer_form label {
    font-size: 1em;
}

.disclaimer_form input[type=email],
.disclaimer_form input[type=phone],
.disclaimer_form input[type=text] {
    margin-bottom: 5px;
}

.botonera .btn-primary {
    background: #00C4FF;
    color: #fff;
    font-size: 1em;
    border: 0px;
    max-height: 33px;
    line-height: 30px;

}

.botonera .btn-submit {
    background: #1D5288;
    color: #fff;
}

.botonera input[type=file] {
    font-size: 1em;
    text-transform: capitalize;
    color: #666;
}

.filters {
    border-right: 0px !important;
}

/*.filtro {
    display: flex !important;
    width: calc(100% - (30px));
    font-size: 16px;
}*/

.filters input[type=text] {
    font-size: 1em;
    border: 0px;
    max-height: 28px;
    padding: 0 10px;
    width: 100%;
    max-width: 80%;
}

.filters input[type=text]:focus {
    outline: none !important;
}

.filters .label {
    padding: 0 5px;
    background: #00C4FF;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
}

.clear-filt {
    background: #00C4FF;
    color: #fff;
    cursor: pointer;
    border-right: 2px solid;
    border-left: 2px solid;
    border-color: #12305C;
    /*max-width: 20%;*/
    text-align: center;
    /*width:100%;*/
    display: inline-table;
}

.filters td {
    /*border-right: 2px solid;
border-color: #12305C;*/
    border: 0px;
    padding: 0px;
}

.filters td:last-child {
    border-right: 0px;
}

.btn-submit.btn-dark {
    background: #12305C;
    font-weight: bold;
}

select {
    font-family: "Segoeui";
    font-weight: 300;
    font-size: 1em;
}

select option {
    font-family: "Segoeui";
    font-weight: 300;
    font-size: 1em;
}

/****ENDFORMS***/

/****TABLES***/
.results table.table-bordered,
.results table.table-bordered td {
    border: 1px solid #12305C;
    font-weight: 300;
    font-size: 1em;
}

.results table.table-bordered th {
    background: #12305C;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-align: center;
    border-top: 0px;
    border-bottom: 0px;
}

.pagination {
    font-size: 1em;
}

.page-item.active .page-link,
.page-item.disabled .page-link,
.page-link {
    border: none;
}

.page-link {
    color: #12305C;
}

.page-item.active .page-link {
    background-color: #00C4FF;
    color: #fff;
}

.prev a i {
    position: absolute;
    left: -20px;
    top: -5px;
}

.next a i {
    position: absolute;
    right: -20px;
    top: -5px;
}

.next .page-link:hover {
    background-color: transparent !important;
}

.menu-text {
    margin-left: 10px;
    color: #fff;
    top: 5px;
    line-height: 1em;
    font-size: 0.8em;
}



/*RESPONSIVENESS*/
@media only screen and (max-width: 720px) {

    .login-container,
    .login-text {
        background: #29A6E5 !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .title {
        font-size: 1.5em;
    }

    .subtitle {
        font-size: 1em;
    }

    .bg-orange {
        float: none !important;
    }

    .arrowed:after {
        display: none !important;
    }

    .pl-5 {
        padding-left: 1rem !important;
    }

    .pmr-0 {
        padding: 0px !important;
        margin: 0px !important;
    }

    .botonera .btn-submit {
        float: left !important;
    }

    .filters {
        border: 0px;
    }

    .filters td {
        border-left: 2px solid;
        border-top: 2px solid;
        border-bottom: 2px solid;
        margin-bottom: 5px;
    }

    .filters tr {
        display: grid;
    }

    .only-md {
        display: none !important;
    }

    .filters input[type=text] {
        width: 100% !important;
    }

    .clear-filt {
        margin: 0px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) {
    .filters {
        border: 0px;
    }

    .filters td {
        border-left: 2px solid;
        border-top: 2px solid;
        border-bottom: 2px solid;
        margin-bottom: 5px;
    }

    .filters tr {
        display: grid;
    }

    .clear-filt {
        margin: 0px;
        width: 100%;
        text-align: center;
    }
}

#tablaCasos tbody tr {
    cursor: pointer;
}

#tablaPacks tbody tr {
    cursor: pointer;
}

#tablaTarifa tbody tr {
    cursor: pointer;
}

.btnLimpiarFiltro {
    width: 29px;
}

.celdaAsunto {
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

/****ERRORS****/
.error {
    text-align: center;
}

.errorbutton {
    color: #1D5288;
    font-weight: 600;
    font-size: 25px;
    font-family: "Segoeui";
    padding: 10px;
    background: none;
    border-radius: 13px;
    border: 2px solid #1D5288;

}

.errorbutton:hover {
    background: #1D5288;
}

.errorbutton:active {
    background-color: #1D5288 !important;
}

.errorbutton:focus {
    background-color: #1D5288 !important;
}

/*************/
/***** CAMBIO UNIKAL ********/
/*
RESTYLING 13/02/25
*/
:root {
    --c-foreground: #000;
    --c-foreground-300: #1F2229;
    --c-background: #fff;
    --c-primary: #17c3b7;
    --c-primary-300: #6EE4D6;
    --c-primary-500: #73A4A9;
    --c-primary-700: #00A89C;
    --c-grey-300: #e8e8e8;
}

* {
    color: var(--c-foreground);
}

a {
    color: var(--c-primary-700);
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--c-primary-700);
}

/* HOME */
.login-btn,
.btn-primary {
    background-color: var(--c-primary);
}

.login-btn:hover,
.btn-primary:hover {
    background-color: var(--c-primary-300);
}

.login-btn:active,
.btn-primary:active,
.login-btn:focus,
.btn-primary:focus {
    background-color: var(--c-primary) !important;
}

.login-input {
    border-top-color: var(--c-primary);
}

.login-container {
    background-color: var(--c-primary-500);
}

.login-text {
    background: none;
}

.top_title {
    color: var(--c-primary);
}

.login-text .subtitle2,
.form-control {
    color: var(--c-foreground);
}

.title,
.subtitle {
    color: var(--c-foreground) !important;
}

.box img {
    filter: invert(58%) sepia(75%) saturate(380%) hue-rotate(140deg);
}

.blue-bg {
    background-color: var(--c-foreground);
}

.blue-bg * {
    color: var(--c-background) !important;
}

.footer {
    background-color: var(--c-grey-300);
}

.footer * {
    color: var(--c-foreground) !important;
}

.footer .creds {
    background-color: var(--c-background);
}

/* CASOS */
nav.bg-primary {
    background-color: var(--c-primary-300) !important;
}

nav.bg-primary li.active,
nav.bg-primary li:hover {
    background-color: var(--c-primary-700) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--c-foreground) !important;
    font-weight: 400;
}

.bg-orange li {
    background-color: var(--c-foreground-300) !important;
}

.bg-orange li.nav-item a.nav-link {
    color: var(--c-background) !important;
}

h1.title_top {
    border-bottom-color: var(--c-primary-300);
    color: var(--foreground);
}

.results table.table-bordered th {
    background: var(--c-foreground-300);
}

.results table.table-bordered,
.results table.table-bordered td {
    border-color: var(--c-foreground-300);
}

.btn-submit.btn-dark {
    background-color: var(--c-primary-700);
    border-color: var(--c-primary-700);
}

.btn-submit.btn-dark:active,
.btn-submit.btn-dark:focus-visible {
    border-color: var(--c-primary-700) !important;
    outline: none !important;
}

#tablaCasos_processing {
    color: var(--c-primary) !important;
    border-color: var(--c-primary) !important;
}

/* CASO SINGLE */
.info-nav {
    background-color: var(--c-foreground-300);
}

.info-nav * {
    color: var(--c-background);
}

label.clear-blue,
.titled,
.user-details * {
    color: var(--c-primary-700);
}

.botonera .btn-primary {
    background-color: var(--c-primary-700);
}

.botonera .btn-primary#btnAdjuntarArchivo {
    background-color: var(--c-primary-300);
    color: var(--foreground);
}

/* TARIFAS PLANAS */
h3.clear-blue {
    color: var(--c-primary-700);
}

/* NUEVO CASO */
.bordered-1 {
    border-color: var(--c-primary-700);
}

.arrowed,
.bg_blue_clear {
    background-color: var(--c-foreground-300);
}

.arrowed::after {
    content: none;
}

/*************/