/*Botones portabilidad*/
#portabilidad-mostrar{
    display: contents;
}
.radiocontainer input[type="radio"]:checked + label .customCheck {
    color: #EF3829;
    border: 1px solid #EF3829;
    background-color: #fde7e5;
    text-align: center;
}

.checkmark-customize-operadora {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
}

.radiocontainer input[type="radio"]:checked ~ label .checkmark-customize-operadora {
    background-image: url("https://www.catalogo.claro.com.ec/claro-plus/images/news-icons/icon-checkmaker.svg");
    background-repeat: no-repeat;
    filter: grayscale(0);
}

.form-new label:not(.checkcontainer) {
    width: 100%;
}

[tnd-validate-form] label {
    font-weight: 500;
}

.radiocontainer input[type="radio"] {
    display: none;
}

.radiocontainer .customCheck {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    margin-left: 0;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid #C7C7C7;
    color: #222;
    cursor: pointer;
    text-align: center;
}

.customCheck {
    position: relative;
    height: unset;
    width: unset;
}

[tnd-validate-form] label {
    display: block;
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 0.7rem;
    color: #888;
}

.radiocontainer .element-radio {
    display: inline-block;
}

.customCheck {
    top: 0;
    left: 0;
}
/*btn-pendientes*/
.dashboard.card-rous{
    background: #FFEDE6;border: 1px solid #FFD7D4;border-radius: 10px;
}
.card-rous .text-card {
    color: #383838; font-family: 'Roboto'; font-weight: 500; font-size: 16px; line-height: 20px;
}
.card-rous .number{
    font-family: 'Roboto'; font-weight: 500; font-size: 40px; line-height: 50px; text-align: center; color: #E46259;
}
.card-rous .text-number{
    font-family: 'Roboto'; font-weight: 500; font-size: 14px; line-height: 16px; text-align: center; color: #E46259;
}
.text-blo-2{
    color:#383838;font-family: 'Roboto'; font-weight: 500; font-size: 24px; line-height: 30px;
}
.card-white{
    background: #FFFFFF;
    box-shadow: -1px 4px 7px rgba(56, 56, 56, 0.15);
    border-radius: 10px;
    width: 140px;
    height: 156px;
    color: #EF3829!important;
    font-family: 'Roboto'; font-weight: 500; font-size: 14px; line-height: 16px; text-align: center;
}
.color-wh{
    font-weight: 500;
    color:#222222;
    font-size:12px;
    line-height: 14px;
}
.card-white .color-card{
    color: #EF3829;
    font-family: 'Roboto'; font-weight: 500; font-size: 14px; line-height: 16px; text-align: center;
}
.color-texto-card2{
    color: #FFFFFF!important;
}
.dashboard-desktop{
    display: block;
}
.dashboard-responsive{
    display: none;
}
.card-white-img{
    filter: brightness(100);
}

.btn-pen{
    background: white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0297A9;
    border: 1px solid #0297A9;
    border-radius: 20px;
}
.btn-pen:hover{
    color: white;
    background: #0297A9;
}
/**/
.d-grid{
    display: grid !important;
    font-size: 12px;
    font-weight: 300;
}
.container-customize:hover {
    border: 1px solid #BD0707;
    background: transparent;
    opacity: 1.75;
    transition: all 0.5s;
    cursor: pointer;
    filter: grayscale(0);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.24);
}
.container-customize {
    border: 1px solid #BD0707;
    background: #FFFBF4;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
    filter: grayscale(0);
}
.container-customize-operadora:hover {
    border: 1px solid #BD0707;
    background: transparent;
    opacity: 1.75;
    transition: all 0.5s;
    cursor: pointer;
    filter: grayscale(0);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.24);
}
.container-customize-operadora {
    border: 1px solid #BD0707;
    background: #FFFBF4;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
    filter: grayscale(0);
}


/*texto en mayúscula*/
.color-blue-light.mayuscula{ text-transform: uppercase;}
.mayuscula{ text-transform: uppercase;}
.file-disabled{
    pointer-events: none;
    background: #F9F0F0;
    color: #9f9c9c;
    opacity: 0.6;
}
.file-enabled{
    pointer-events: all;
    background: #FFFBFB;
    color: #222222;
    opacity: inherit;
}
footer {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 0.8em;
    display: block;
    padding-left: 256px !important;
}
.color-icon{
    color: #FB8700;
}
footer .row {
    margin: 15px;
}

footer #img-claro {
    width: 50px;
    height: auto;
    max-width: 100%;
    padding-bottom: 10px;
}

/*Tabs*/
.box-tabs {
    border-top: 4px solid #da291c;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1em;
    margin-bottom: 1rem;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
    border-radius: 20px !important;
    border-top: 4px !important;*/
}

/*ul.tnd-tabs li.not-active a:after {
content: "";
width: 100%;
height: 5px;
position: absolute;
left: 0;
bottom: 0;
background-color: #bbb;
}*/
/*ul.tnd-tabs {
margin: 10px!important;
height: 120px!important;
}*/
/*ul.tnd-tabs {
display: flex;
place-content: center;
}*/
ul {
    list-style: none;
}

ul.tnd-tabs li {
    display: inline-table;
    flex: 1;
    max-width: 240px;
}

.tnd-tabs li {
    cursor: pointer;
}

ul.tnd-tabs li.active a {
    box-sizing: border-box;
    padding: 10px 0 15px;
    cursor: unset;
    font-weight: 700;
    color: #3c3c3c;
    background: #fff;
    font-size: 1.125rem;
    height: auto;
}

ul.tnd-tabs li.not-active a {
    height: 37px !important;
    color: #D1D0D3 !important;
    border-bottom: 2px solid;
}

ul.tnd-tabs li.active a {
    /*height: 50px !important;*/
    color: #fff !important;
}

ul.tnd-tabs li.active a {
    box-sizing: border-box;
    cursor: unset;
    font-weight: 400;
    color: #3c3c3c;
    background: #da291c;
    font-size: 1rem;
    padding: 10px;
    height: auto;
}

ul.tnd-tabs li.active a {
    -webkit-box-sizing: border-box;
    /*position: relative;*/
    text-decoration: none;
    border: 2px solid #da291c;
}

ul.tnd-tabs li a, ul.tnd-tabs li.active a {
    -moz-box-sizing: border-box;
    display: block;
    text-align: center;
}

.mostrar {
    display: block;
}

.ocultar {
    display: none;
}

ul.tnd-tabs li.active a:after {
    content: "";
    width: 100%;
    /*height: 8px;

    position: absolute;
    */
    left: 0;
    bottom: 0;
    background-color: #da291c;
}

/*Selects*/
.btn-light:hover {
    color: #212529;
    background-color: white !important;
    border-color: #888888 !important;
}

#btn-actions.btn:hover{
    box-shadow:0 0 0 0 #BD0707 !important;
}

    /*Text Area*/
textarea.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(246 249 252 / 25%);
}

/*Form groups botones*/
.form-group-btn {
    margin-bottom: 0.5rem !important;
}

.text-end {
    text-align: end;
}

/*Salto de linea*/
.linea::before {
    content: '\A';
    white-space: pre;
}

.tam-span {
    font-size: 50px !important;
}

.p-1.titulos-secciones {
    padding-top: 3% !important;
}

/**Boostrap Select*/
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline: none !important;
    outline-offset: 0px;
}

/*Buscar ciudad de google maps*/
.form-input {
    display: flex;
    flex-wrap: nowrap;
}

.form-input .input-search {
    font-size: 16px !important;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 4px 0px 0px 4px;
    color: #222222;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.form-input .input-btn-search {
    font-size: 16px !important;
    width: 5%;
    background: #A7A8AA;
    border: 1px solid #888888;
    border-radius: 0px 4px 4px 0px;
    color: #222222;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.form-input .input-btn-search:focus {
    outline-color: #888888;
    border: 1px solid #888888;
}

.container .pd-btn {
    padding-top: 10px;
}

.form-new .bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #979797;
    background: white;
}

.form-new .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #DA291C !important;
}

.form-new .dropdown-toggle::after {
    content: "\f107";
    right: 0.5rem;
    margin-top: 1% !important;
    font-size: 1.5em !important;
    position: absolute;
    border: 0px !important;
    color: #DA291C !important;
    font-family: "FontAwesome";
    font-weight: normal !important;
}
.form-new .dropdown-toggle[aria-expanded="true"]::after{
    content: "\f106";
}

.dashborad::after {
    content: "\f107";
    top: 5px !important;
    left: 30px;
    font-size: 1.5em !important;
    position: absolute;
    border: 0px;
    color: white !important;
    font-family: "FontAwesome";
    font-weight: normal !important;
}

/*.btn-group > .dashborad:not(:first-child) {
    margin-left: 20px;
    margin-bottom: 35px;
}*/

.btn-group > .dashborad.active:not(:first-child) {
    border: #BD0707 !important;
    background: #BD0707 !important;
}

/*Centrar botones*/
.center-justify {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.pd-tb-1 {
    padding-bottom: 0.75rem !important;
}

.pd-tp-2 {
    padding-top: -0.5rem !important;
}

/*Uploader*/
.oferta-imagen-sticker {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.oferta-imagen-tag {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

/*Diseno del input File*/
.container-input {
    text-align: center;
    background: #FFFBFB;
    border: 1px solid #FF5858;
    border-style: dashed;
    border-width: 1px;
    border-radius: 0.50rem;
    width: 100%;
    margin: 0 auto;
}
.container-div-portabilidad {
    text-align: center;
    background: #FFFBFB;
    border: 1px solid #C7C7C7;
    border-style: dashed;
    border-width: 2px;
    border-radius: 0.50rem;
    width: 100%;
    margin: 0 auto;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.labelinputfile {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato';
}

.inputfile-subir + label {
    color: black;
}

.inputfile-subir:focus + label,
.inputfile-subir.has-focus + label,
.inputfile-subir + label:hover {
    color: black;
}


/*Quitar los bordes azules de boostrap*/
input:focus, select.form-control:focus, select, input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/*Alerts Notification*/
.alert-vacio .alert-warning {
    position: unset !important;
}

.alert-success .alert-center {
    text-align: center;
    padding: 2% 0 2% 0;
}

option:focus-visible {
    background-color: #DA291C !important;
    border-radius: 5px !important;

}

.alert-center {
    text-align: center;
    padding: 2% 0 2% 0;
}

.alert-danger {
    color: white !important;
    background-color: #666666 !important;
    position: absolute;
    top: 12%;
    right: 0%;
    height: auto;
    width: 40%;
    font-size: 14px;
    line-height: 16px;
    border-left: 15px solid #FCAB10;
    border-radius: 15px 0px 0px 15px;
    z-index: 3;
}

.alert-warning {
    color: white !important;
    background-color: #666666 !important;
    position: absolute;
    top: 12%;
    right: 0%;
    height: auto;
    width: 40%;
    font-size: 14px;
    line-height: 16px;
    border-left: 15px solid #FCAB10;
    border-radius: 15px 0px 0px 15px;
    z-index: 3;
}

.pd-left {
    padding-left: 2%;
}

header nav .navbar-brand {
    box-shadow: none;
}

/*Label cliente*/
.label-cliente {
    color: #DA291C !important;
    font-size: 0.9em;
    font-weight: lighter;
}

.alert-success {
    color: white !important;
    background-color: #666666 !important;
    border-color: #c3e6cb;
    position: absolute;
    top: 12%;
    right: 0%;
    height: auto;
    width: 40%;
    font-size: 14px;
    line-height: 16px;
    border-left: 15px solid #FCAB10;
    border-radius: 15px 0px 0px 15px;
    z-index: 3;
}

header nav.navbar {
    background: #DA291C !important;
}

.form-footer-geo {
    margin-top: 2em;
    padding-top: 0.5em;
}

.icon-login {
    position: absolute;
    margin-left: -32px;
    margin-top: -33px;
}

.iniciar-titulo {
    color: #DA291C !important;
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 12px !important;
    text-align: center !important;
}

.no-margin .dashboard {
    text-align: center;
}

.response-dashboard {
    display: none;
}

.login-item {
    padding: 5% 30% 5% 30%;
}

.logo {
    padding-top: 10% !important;
}

.btn-primary {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 60px;
    background: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #888888;
    border: 1px solid #888888;
    border-radius: 20px;
}

.btn-action-save.restablecer {
    padding: 9px 30px !important;
}

.form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
}

.text-pass-center {
    text-align: center;
}

.btn-primary:hover {
    background: #DA291C;
    border: 1px solid #DA291C;
    color: white;
}

.color-olvidar-pass {
    color: #636363;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.click-aqui {
    font-family: Roboto;
    font-weight: 500;
}

.input-decor {
    font-size: 16px !important;
    padding-left: 1rem;
    width: 100%;
    margin-right: 2em;
    background: #FFFFFF;
    border: 1px solid #888888 !important;
    border-radius: 4px !important;
    color: #222222 !important;
    font-weight: 400;
}

.title-color-blue {
    color: #74CBDA;
    font-size: 16px;
    font-family: Roboto;
    line-height: 19px;
    font-style: normal;
    font-weight: 400 !important;
}

.btn.name-rol {
    font-size: 0.8rem !important;
    /*line-height: 1rem !important;*/
}

.btn.name-rol, .btn.name-rol.btn:focus{
    box-shadow: none !important;
}

.btn-active {
    background-color: #77B521 !important;
    background: #77B521 !important;
    color: white !important;
    border-radius: 6px;
    border: 1px solid #77B521 !important;
}

.btn-inactive {
    background-color: #DA291C !important;
    background: #DA291C !important;
    color: white !important;
    border-radius: 6px;
    border: 1px solid #DA291C !important;
}
.btn-action-search {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    background: #DA291C;
    border: 1px solid #DA291C;
    border-radius: 20px;
}

.btn-action-save {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 75px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: white;
    background: #DA291C;
    border: 1px solid #DA291C;
    border-radius: 20px;
}

.btn-action-retorn {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 100px;
    background: white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0297A9;
    border: 1px solid #0297A9;
    border-radius: 20px;
}

.btn-action-services {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: white;
    background: #DA291C;
    border: 1px solid #DA291C;
    border-radius: 20px;
}

.btn-action-services:hover {
    color: white;
    background: #DA291C;
    border: 1px solid #DA291C;
}

.btn-action-express:hover {
    color: white;
    background: #DA291C;
    border: 1px solid #DA291C;
}

.btn-action-express {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: white;
    background: #0297A9;
    border: 1px solid #0297A9;
    border-radius: 20px;
}

.btn-action-express:hover {
    color: white;
    background: #0297A9;
    border: 1px solid #0297A9;
}

.btn-action-gestionado {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-style: normal;
    padding: 9px 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    background: white;
    border: 1px solid #888888;
    border-radius: 20px;
}

.btn-action-gestionado:hover {
    background: #77B521;
    color: white;
    border: 1px solid #77B521;
    border-radius: 20px;
}
.btn-action-search:hover {
    color: #888888;
    background: white;
    border: 1px solid #888888;
}
.btn-action-search:active, .btn-action-search:focus {
    color: white;
    background: #a61c12;
    border: 1px solid #a61c12;
}
.btn-action-save:hover {
    color: #DA291C;
    background: white;
    border: 1px solid #a61c12;
}

.btn-action-save:active {
    color: white;
    background: #a61c12;
    border: 1px solid #a61c12;
}
.btn-action-retorn:hover {
    color: white;
    background: #0297A9;
    border: 1px solid #0297A9;
}

.btn-action-retorn:focus, btn-action-retorn:active {
    color: white;
    background: #14737f;
    border: 1px solid #14737f;
}


.pd-cancel {
    padding: 9px 30px !important;
}

.pd-save {
    padding: 9px 60px !important;
}

.label-decor {
    margin-top: -12px;
    margin-bottom: 0px;
    background-color: #FFFFFF;;
    position: absolute;
    margin-left: 15px;
    z-index: 3;
    font-weight: 100;
}

.material-icons img {
    margin-bottom: 10px;
}

.sidebar .nav-link:hover {
    background: rgba(218, 41, 28, 0.2);
    color: #222222;
}

.dataTables_wrapper thead th {
    border: 1.5px solid #DA291C !important;
    background-color: rgba(245 185 181 / 72%) !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/order-asc.svg);
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/order-desc.svg);
}

div.box {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
    border-radius: 20px !important;
    border-top: 0px !important;
}

div.box.box-active nav {
    border-bottom-color: rgba(136, 136, 136, 0.2);
}

.sidebar .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.sidebar .nav-link.active {
    color: #222222;
}

.sidebar .profile-cerrar-sesion {
    position: absolute;
    color: #222222;
    bottom: 0;
    left: 0;
}
/*
.sidebar .profile-cerrar-sesion .close-sesion {
    position: relative;
    padding: 10px 6px;
    height: 60px;
}*/

.sidebar .nav-link i {
    color: #DA291C !important;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    text-align: justify;
}

/*Parte Modificar estilos de boton*/
header nav .btn-secondary {
    background: #DA291C !important;
    border-color: #DA291C !important;
}
/*header nav .btn-secondary {
    background: #BD0707 !important;
    border-color: #BD0707 !important;
}*/
/*.navbar .btn-group:hover,
.navbar .btn-group .btn-secondary:hover{
    color: #fff;
    background-color: #BD0707 !important;
    border-color: #BD0707 !important;
}*/
.navbar .btn-group .btn-inf:hover, .navbar .btn-group .btn-inf .img-color:hover{
    color: #fff;
    background-color: #BD0707 !important;
    border-color: #BD0707 !important;
}
.navbar .btn-group .btn-inf.btn-secondary.active:hover, .navbar .btn-group .btn-inf.btn-secondary.active .img-color:hover{
    background: #DA291C !important;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary .btn.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle, .show > .img-color:active,
.show > header nav .btn-secondary .btn.btn-secondary:active {
    color: #fff;
    background-color: #BD0707 !important;
    border-color: #BD0707 !important;
    text-align: justify;
}

/*Tables dashboard*/
.table thead th {
    vertical-align: middle !important;
    border-bottom: 2px solid #dee2e6 !important;
    font-weight: normal;
}

.table tbody th {
    font-weight: normal;
}

/*Seccion modulos*/
.titulos-secciones h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #DA291C;
}

.titulos-secciones-2 h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #DA291C;
}

.title-dashboard nav {
    border-bottom-color: rgba(136, 136, 136, 0.2);
    border-bottom: 1px solid #CADBDE;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.dashboard a {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 25px;
}

div.bg-red {
    background-color: #DA291C;
    color: white;
}

.line-geo {
    border-bottom: 3px solid #DA291C !important;
    width: 40px;
    text-align: left;
    margin: 0px;
    margin-top: -10px;
    margin-bottom: 10px;
    border-top: 0px;
}

.titulos-secciones h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #888888;
}

.text-right .btn-danger {
    background-color: #DA291C;
}

.titulos-secciones span {
    color: #0297A9;
}

.form-group {
    margin-bottom: 2rem !important;
}

div.box h5 {
    margin-bottom: 3%;
}

.txt-left {
    text-align: left !important;
}

.form-group .subtitle-user {
    color: #0297A9 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 12px;
}

.tb-dashboard .tabla-primary {
    background: rgba(116, 203, 218, 0.3);
    color: #74CBDA;
}

.tb-dashboard .tabla-secondary {
    background: #F5F5F5;
    color: #525252;
}

.title-dashboard .titulos-secciones .num-users {
    font-weight: 400;
    font-size: 39px;
    line-height: 45px;
    color: #888888;
    text-align: center;
}

.title-dashboard .titulos-secciones .anio-dashboard {
    font-weight: 300;
    font-size: 13.6712px;
    line-height: 16px;
    color: #888888;
    margin: 0px;

}

.pd-dash-5 {
    padding-top: 5%;
}

option {
    color: #888888 !important;
}

select option:hover {
    background-color: #DA291C !important;
    color: white !important;
}

.sidebar .nav-link-cerrar:hover {
    cursor: pointer;
    background-color: transparent;
}

.select-new {
    border: 1px solid #888888 !important;
    border-radius: 4px !important;
    width: 100%;
    overflow: unset;
    background-color: #fff;
    border-radius: 18px;
    margin: 0px;
    color: rgb(1, 1, 1) !important;
    /*background: url(../images/news-icons/icon-select.svg) no-repeat 96% #ffffff !important;*/
    outline: 0px solid #ccc;
    appearance: none !important;
}

.btn-secondary:focus {
    box-shadow: none !important;
}

.datos-dashboard {
    padding-top: 2%;
}

/*header nav .btn-group {
    margin-right: 5px !important;
}*/

.dashboard a {
    text-decoration: none !important;
}

/*Geolocalizacion cliente*/
.btn-share {
    cursor: pointer;
    color: #DA291C;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.row.espera {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.container-cliente {
    padding: 3% 5% 3% 5%;
}

/*TYP CLIENTE*/
.container-cliente .btn-action-typ {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 75px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffff;
    background: #DA291C;
    border: 1px solid #DA291C;
    border-radius: 20px;
}

.container-cliente .pd-typ {
    text-align: center;
    padding-top: 8%
}

.container-cliente .pd-typ .p-pd-contenido {
    padding: 0%;
}

/*Autocompletar*/
.autocompletar {
    position: relative;
    display: inline-block;
}

strong {
    color: black;
}

.lista-autocompletar-items {
    color: #ccc;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    z-index: 99;
    left: 5px;
    right: 5px;
    width: 98%;
}

.lista-autocompletar-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.lista-autocompletar-items div:hover {
    background-color: #DA291C;
}

.autocompletar-active {
    background-color: #DA291C !important;
    color: #fff;
}

.autocompletar-active strong {
    color: #fff;
}

.informacion-link input[type="text"]{
    background: #EAEEFA;
}
/*CUSTOM RADIO BUTTONS*/

/* The container */
.container-customize {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.75;
    transition: all 0.5s;
    cursor: pointer;
    filter: grayscale(100%);
    width: 130px!important;
    height: 130px;
}
.container-customize-operadora {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.75;
    transition: all 0.5s;
    cursor: pointer;
    filter: grayscale(100%);
    width: 120px;
    height: 50px;
}

/* Hide the browser's default checkbox */
.container-customize input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark-customize {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
}
.container-customize-operadora input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark-customize-operadora {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
}


/* When the radio button is checked, add a blue background */
.container-customize input:checked:not(:disabled) ~ .checkmark-customize {
    background-image: url("https://www.catalogo.claro.com.ec/claro-plus/images/news-icons/icon-checkmaker.svg");
    background-repeat: no-repeat;
    filter: grayscale(0);
}
/*.container-customize-operadora input:checked:not(:disabled) ~ .checkmark-customize-operadora {
    background-image: url("https://www.catalogo.claro.com.ec/claro-plus/images/news-icons/icon-checkmaker.svg");
    background-repeat: no-repeat;
    filter: grayscale(0);
}*/
.container-customize-operadora .checkmark-customize-operadora input:checked {
    background-image: url("https://www.catalogo.claro.com.ec/claro-plus/images/news-icons/icon-checkmaker.svg");
    background-repeat: no-repeat;
    filter: grayscale(0);
}

.radio-container-customize{
    border: 1px solid #BD0707;
    background: #FFFBF4;
    opacity: 2;
    filter: grayscale(0);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.24);
}
.radio-container-customize-operadora{
    border: 1px solid #BD0707;
    background: #FFFBF4;
    opacity: 2;
    filter: grayscale(0);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.24);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-customize-operadora:after {
    content: "";
    position: absolute;
    display: none;
}

.btn-copy-clipboard{
    background: #EAEEFA;
    border: 2px solid #C2CBE6;
    border-radius: 10px;
}
.btn-copy-clipboard:hover{
    background: #e0e7fc;
    border: 2px solid #8399d8;
    border-radius: 10px;
}
.btn-copy-clipboard:active{
    background: #eef0f8;;
    border: 2px solid #8399d8;
    border-radius: 10px;
}


/*.btn-copy-clipboard:focus,
.btn-copy-clipboard:active,
.btn-action-shared:focus,
.btn-action-shared:active{
    outline: none !important;
    box-shadow: none !important;
}*/

.btn-action-shared{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #0297A9;
    border-radius: 20px;
}

.btn-action-shared,
.btn-action-shared:focus,
.btn-action-shared:hover{
    background:  #0297A9;
    color: #ffff;
}
/* The container */
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-blue {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid #C1C1C1;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-blue {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-blue {
    background-color: #1097AE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-blue:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-blue:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-blue:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.space-org{
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0rem!important;
    font-size: 12px;
}
.d-flex-responsive{
    display: contents;
}
#carrusel-mensual-tramite .carousel-indicators li{
    background: #EF3829;
    border-radius:50%;
    width: 10px;
    height: auto;
    border-bottom: 0px solid transparent;
}
.subtitle-dash{
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #222222;
}
.d-flex-responsive-porta{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.d-flex-responsive-equipos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
    .container-customize{
        height: 130px;
        width: 120px!important;
    }
    #signature-pad-redesign .buttons-pad-1 {
        padding: 2rem 0.5rem 2rem 0.25rem;
    }
    .d-flex-responsive-porta{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .d-flex-responsive-equipos{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .sidebar .profile-cerrar-sesion {
       display: none;
    }
    .btn-gestionado .pr-5{
        padding-right: 5rem!important;
    }
    .btn-gestionado .pl-5{
        padding-left: 3rem !important;
    }
    .subtitle-dash{
        font-size: 20px;
        line-height: 34px;
    }
    .dashboard-desktop{
        display: none;
    }
    .dashboard-responsive{
        display: block;
    }
    .d-flex-responsive{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    /*Acortar palabra con 3 puntitos*/
    .space-org{
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0rem!important;
    }
    /*Link-gestion*/
    .informacion-link .px-5{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .dt-person.px-4{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
    /*footer*/
    ul.tnd-tabs li.not-active a {
        /*height: 50px!important;*/
        color: #da291c !important;
    }
    footer {
        padding-left: 0px !important;
    }

    ul.tnd-tabs li.active a {
        /* height: 50px!important;*/
        font-size: 0.8rem !important;
        color: #FFF !important;
    }

    .btn-action-gestionado {
        width: 100%;
    }

    .btn-action-express {
        width: 100%;
    }

    .btn-action-services {
        width: 100%;
    }

    .container-cliente .pd-typ .p-pd-contenido {
        padding: 0% 10%;
    }

    .container-cliente {
        padding: 20% 5% 3% 5%;
    }

    .btn-geo {
        display: grid;
    }

    .desktop-dashboard {
        display: none;
    }

    .datos-dashboard {
        padding-top: 5%;
    }

    header nav .navbar-brand {
        text-align: left !important;
    }

    header .navbar{
        justify-content: space-between;
        margin: auto;
    }

    main .titulos-secciones {
        padding-top: 10% !important;
    }

    .nav-trigger i.material-icons{
        font-size: 2em;
        color: #ffff !important;
    }

    .icon-login {
        position: absolute;
        margin-left: -15px;
        margin-top: -19px;
    }

    .login-item {
        padding: 10% 0% 0% 0%;
    }

    /* .close-sesion {
         display: none;
     }*/
    div.box h5 {
        margin-bottom: 15%;
    }

    .pd-dash {
        padding-top: 5%;
    }

    .response-dashboard {
        display: block;
    }

    .alert-success {
        top: 12%;
        width: auto;
    }

    .alert-warning {
        top: 12%;
        width: auto;
    }

    .alert-danger {
        top: 12%;
        width: auto;
    }

    .btn-action-save {
        padding: 9px 55px;
        margin-top: 5%;
    }

    /*.btn-group {*/
    /*    display: block !important;*/
    /*}*/

    .btn-group .dashborad {
        display: none !important;
    }

    /*header nav .btn-group {
        margin-right: 0px !important;
    }*/

    .pd-cancel {
        padding: 9px 15px !important;
    }

    .pd-save {
        padding: 9px 4px !important;
        margin-bottom: 12px;
    }

    .p-1.titulos-secciones {
        padding-top: 10% !important;
    }

    .btn-action-save.restablecer {
        padding: 9px 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    .title-dashboard .titulos-secciones .num-users {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #888888;
        text-align: center;
    }

    .titulos-secciones h1 {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #DA291C;
    }

    .dashboard a {
        color: white;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }

    .title-color-blue {
        color: #74CBDA;
        font-size: 14px;
        font-family: Roboto;
        line-height: 16px;
        font-style: normal;
        font-weight: 400 !important;
    }
}

@media screen and (min-width: 850px) and (max-width: 862px) {
    .title-dashboard .titulos-secciones .num-users {
        font-weight: 400;
        font-size: 30px;
        line-height: 45px;
        color: #888888;
        text-align: center;
    }
}

@media (max-width: 280px) {
    .btn-action-retorn {
        padding: 9px 10px;
    }

    main .titulos-secciones {
        padding-top: 30% !important;
    }

    .p-1 {
        padding: 0px !important;
    }
}