footer {
    background-color: rgba(128, 139, 150, .1) !important;
}

a.logo {
    width: 120px;
}

.alert {
    display: none;
}

.all-working-sections {
    background-color: rgba(31, 97, 141, .15);
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.btn-desactivar {
    color: #fff;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-small {
    font-size: 8px;
    padding: 8px 10px;
}

.bordered_items .sf-menu > li > a:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 0;
    bottom: 15px;
    left: 23px;
    right: 100%;
    background-color: #0082ca;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.bordered_items .sf-menu {
    text-align: right;
}

.bordered_items .sf-menu > li > a:hover:after, 
.bordered_items .sf-menu > li.active > a:after {
    right: 10px;
}
.bordered_items .sf-menu > li > a:after {
    left: 10px;
    bottom: 20px;
    height: 2px;
}

.campoError {
    font-size: 1rem;
    color: red;
}

.container {
    width: 90%;
}

.contadores {
    font-size: .85rem;
    font-weight: bold;
}

.contadores,
.highlight-black,
.listasDetalle,
.radioLabel {
    color: black !important;
}

.header_white .sf-menu > li + li:before {
    background-color: #0082ca;
}

li.active {
    color: #0082ca !important;
}

.ligaDescarga {
    color: #0082ca !important;
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
}

.ligaDescargaTexto {
    color: #0082ca !important;
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.tab-content.top-color-border:before {
    background-color: #0082ca;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > .active > a {
  color: #0082ca;
}

.paddingleftright_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.rowCursorPointer {
    cursor: pointer;
}

.rowDataToEdit,
.rowDataToEditNoLink {
    border-bottom: 1px solid #3c3c3c;
}

.rowDataToEdit>td,
.rowDataToEditNoLink>td {
    vertical-align: middle !important;
}

.rowDataToEdit:hover,
.rowDataToEditNoLink:hover {
    background-color: aliceblue;
}

.rowPersonNameTop {
    height: auto !important;
    text-align: left;
    font-size: 1.5rem;
    color: #0082ca;
}

.sf-menu a {
    color: #0082ca !important;
    text-transform: none;
}

.sf-menu > li > a {
    padding-left: 17px;
    padding-right: 18px;
}

.text-small-size {
    font-size: 12px;
}

.small-text {
    text-transform: none !important;
}

.tabla50 {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table > thead {
    text-transform: none;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border-top: 0;
}

.theme_button {
    text-transform: none;
}

.thwidth6020 {
    width: 60px;
}

.tableContenido {
    font-size: 16px;
    color: #3c3c3c;
}

.tableth {
    padding: 8px 10px !important;
}

.whatsappicon {
    color: #25D366;
    right: 0;
    left: auto;
    cursor: pointer;
    font-size: 32px;
}

.whatsappdiv {
    padding-bottom: 24px;
}


/* Para el switch - INICIO */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/* Para el switch - FIN */

@media (max-width: 1024px) {
    .tabla50 {
        width: 90% !important;
    }
}

@media (max-width: 767px) {
    .bottommargin_40 {
        margin-bottom: 20px;
    }
    .bottommargin_30 {
        margin-bottom: 15px;
    }
    .btn-initials {
        width: 20px;
        height: 20px;
        font-size: 10px;
        padding: 4px 3px;
    }
    .theme_button {
        font-size: 10px;
        padding: 10px 10px;
        margin-bottom: 0px;
    }
    div[class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0px !important;
    }
    h2 {
        font-size: 26px;
    }
    input[type="text"], 
    input[type="email"], 
    input[type="url"], 
    input[type="password"], 
    input[type="search"], 
    input[type="tel"], 
    textarea, 
    .select-group, 
    .form-control {
        font-size: 10px;
        height: 35px;
        padding: 5px 10px;
    }
    label {
        font-size: 10px;
    }
    .nav-tabs > li > a {
        padding: 10px 20px;
    }
    .page_header {
       height: 110px;
    }
    .page_header.affix {
       height: 90px;
    }
    .sf-menu {
        background-color: rgba(31, 97, 141, 0.15);

    }
    .sf-menu a {
        color: #009ef5 !important;
        text-transform: none;
    }
    .table_top_menu {
        width: 100% !important;
        margin-top: -10px !important;
    }
    .table_footer {
        width: 100% !important;
        margin-top: -10px !important;
    }
    .tableContenido {
        font-size: 10px;
    }
    .tableth {
        margin-bottom: 0 !important;
        font-size: 10px !important;
        line-height: 15px !important;
        padding: 5px 10px !important;
    }
    .thwidth6020 {
        width: 20px;
        padding: 6px 5px !important;
    }
    .tddata {
        padding: 6px 5px !important;
    }
    .toggle_menu {
        width: 30px;
        right: 5px !important;
    }
    .toggle_menu.mobile-active {
        width: 35px;
        right: 35px !important;
        background-color: transparent !important;
    }
}