:root {
    --color-azul: #17a2b8;
    --azul: #17a2b8;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-azul-solicitudes {
    background: rgb(23,162,184);
    background: linear-gradient(90deg, rgba(23,162,184,1) 0%, rgba(19,110,141,1) 100%);
}

.bg-azul-actividades {
    background: rgb(15,48,110);
    background: linear-gradient(90deg, rgba(15,48,110,1) 0%, rgba(24,108,148,1) 100%);
}

.text-general{
    color: var(--color-azul);
}

.jetstream-modal {
    z-index: 1038;
}

.completada-despues-de-tiempo {
    background-color: rgb(146, 208, 80)
}
.completada-a-tiempo {
    background-color: #28a745
}
.atrasada {
    background-color: rgb(255, 0, 0);
}
.en-progreso{
    background-color: rgb(255, 192, 0);
}

.no-ha-comenzado{
    background-color: rgb(0, 176, 240);
}

.sin-programar{
    background-color: rgb(68, 68, 68);
}

/* Botones redondos */
.btn.rounded-circle {
    font-size: 1rem;
    padding: 0;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: flex;
}
/* Radio checkbox */
.checkbox[type=radio] {
    border-radius: 0;
    height: 1.8rem;
    width: 1.8rem;
}

.checkbox[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3E%3C/svg%3E");
}

/* CKeditor custom */
.ck-content ol {
    margin-left: 1rem;
}

/* Fin CKeditor custom */


.collapse {
    visibility: initial;
}


p {
    margin-bottom: 0rem;
}

.borde-encabezado {
    width: 5px;
    height: 52px;
    background-color: var(--azul);
}

/* Modales */

.modal {
    background-color: #7b9fae9e;
}

.modal-backdrop.show {
    opacity: 0;
    z-index: -1;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--azul);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid var(--azul);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* ......................................................................................... */



.card-personalizada {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px
}




/* ESTADOS SOLICITUDES  */

.Solicitud,
.solicitud {
    background-color: #c74343;
    color: white;
}

.En.Proceso,
.en-proceso {
    background-color: #4859d5;
    color: white;
}

.Revisión,
.revision {
    background-color: #e1bc56;
    color: white;
}

.Resuelta,
.resuelta {
    background-color: #28a745;
    color: white;
}

.Corrección,
.correccion {
    background-color: #a8481f;
    color: white;
}

.Revisión.Iniciada,
.revision-iniciada {
    background-color: #4d4d4d;
    color: white;
}

.Pausada,
.pausada {
    background-color: #ec7f18;
    color: white;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */

.pointer {
    cursor: pointer;
}

[type=checkbox] {
    width: 1.8em;
    height: 1.8em !important;
    margin-top: 0px;
    border-radius: 50%;
}

[type=checkbox]:disabled {
    background-color: #999;
}

:checked[type=checkbox] {
    /* background-color: var(--color-azul); */
    background: rgb(23,162,184);
    background: linear-gradient(90deg, rgba(23,162,184,1) 0%, rgba(19,110,141,1) 100%);
}

.card-info.card-outline {
    border-top: 3px solid var(--color-azul);
    border-bottom: 3px solid var(--color-azul);
}

.custom-file-label::after {
    content: 'Buscar';

}

td,
th {
    vertical-align: middle !important;
}

.azul.active {
    background-color: rgba(255, 255, 255, .9) !important;
    color: var(--color-azul) !important;
}

.bg-gris {
    background-color: #eef5ff;
}

.bg-azul {
    background-color: var(--color-azul) !important;
}

.bg-azul-claro {
    background-color: var(--color-azul);
}

.text-azul {
    color: var(--color-azul) !important;
}

@media (min-width: 996px) {
    .barra-home {
        position: absolute;
        background-color: transparent !important;
        width: 100%;
        z-index: 999;
    }
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar-button:increment {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #17a2b8;
    border-radius: 20px;
    border: 3px solid #ffffff !important;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* _------------------------------------------------------------------------------------------------------------ */

/* Paginación */

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-azul);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-azul);
    border-color: var(--color-azul);
}

/* -------------------------------------------------------------------------------------------------- */

/* Vista contactanos HOME */

@media (min-width: 995px) {
    .content-contacto {
        padding-top: 222px !important;
    }
}

/* -------------------------------------------------------------------------------------------------------------------- */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-azul);
}

/* select asignar extensiones */

.ms-container {
    background: transparent url(../img/switch.png) no-repeat 50% 50%;
    width: 100%;
}

/* ------------------------------------------------------------------------------------------ */


/* pasos 1 - 2 para el registro de una solicitud empresario */

.step {
    min-width: 100%;
    transition: all .2s linear;
    opacity: 0;
}

.step.active {
    opacity: 1;
}

.step.to-left {
    margin-left: -100%;
}

.step.inactive {
    animation-name: scale;
    animation-duration: .2s;
    animation-direction: alternate;
    animation-iteration-count: 2;
}

.progressbar {
    display: flex;
    list-style: none;
    margin-bottom: 15px;
    counter-reset: step;
}

.progressbar__option {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
}

.progressbar__option:before {
    display: flex;
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    background-color: white;
    margin: 0 auto 5px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.progressbar__option:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 10px;
    left: -50%;
    z-index: 1;
}

.progressbar__option:first-child:after {
    content: none;
}

.progressbar__option.activo:before,
.progressbar__option.activo:after {
    background-color: #17a2b8;
    color: white;
}

/* -------------------------------------------------------------------------------------------------- */



/* Dasboard */

.card-borde-amarillo {
    border-top: 3px solid #f3de1f;
}

/* .small-box {
    transition: all 0.4s ease-out;
} */

.small-box:hover {
    transform: rotate(358deg);
}

/* ---------------------------------------------------------------------------------------------------- */




/* Estilos de la solicitud en show datos */

.img-adjunto {
    transition: all 1s ease 0.1s;
}

.contenedor-adjunto:hover .img-adjunto {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.contenedor-adjunto {
    overflow: hidden;
}


/* -------------------------------------------------------------------------------------------------------- */

.recortar-text {
    width: 270px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

th{
    text-transform: uppercase;
}

td, .capitz-transform {
    text-transform: lowercase !important;
}

td::first-letter, .capitz-transform::first-letter {
    text-transform: uppercase !important;
}




/*Estilos bordes redondeados en inputs*/



/*Selects redondeados generales */
select {

     border-radius: 50rem !important;
}

/*Selects redondeados en forms */
select.form-group {

     border-radius: 50rem !important;
}

/*Input text redondeados */
input[type="text"]
  {
    border-radius: 50rem !important;
}



.Description_areas_rounded{

 border-radius: 20px !important;

}

