/*  BOOTSTRAP REVISADO  */

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    color: #006442 !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    /* color: #26a65b !important; */
    text-decoration: underline;
}
.bg-dark {
    background-color: #006442 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #006442 !important;
}

.navbar__main .nav-link{
    color: #fff !important;
}

.navbar__main .nav-link:hover {
    color: #d0cfcf !important;
    cursor: pointer;
}

.nav-item.show {
    color: #d0cfcf;
    background-color: #158426;
    border-radius: 4px;
}

.navbar__main .dropdown-menu {
    background-color: #006442;
    border-color: #158426;
    
}

.navbar__main .dropdown-item {
    color: #fff !important;
}

.navbar__main .dropdown-item:hover {
    text-decoration: none;
    color: #fff;
    background-color: #158426;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF !important;
}
.navbar-dark .navbar-brand {
    color: #fff !important;
}

/* BOTONES OUTLINE */
.btn-danger {
    color: white !important;
}
.btn-danger:hover {
    color: white !important;
}
.btn-outline-primary {
    width: 60%;
    color: #248040 !important;
    background-color: transparent;
    background-image: none;
    border-color: #248040 !important;
    margin: 7px;
    font-size: 1.5vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #248040 !important;
    border-color: #248040 !important;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(76, 134, 25, 0.5) !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f2f2f2 !important;
    background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #26A65b !important;
    border-color: #26A65b !important;
}
.btn-block {
    display: block;
    width: 100%;
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 800;
    letter-spacing: 0.4px;
    padding: 18px 5px !important;
    margin: 15px 0 25px 0;
    background-color: #26A65b !important;
    border-color: #26A65b !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-block:hover {
    background-color: #006442 !important;
    border-color: #006442 !important;
    color: white !important;
}
.btn-block:focus,
.btn-block.focus {
    box-shadow: 0 0 0 3px rgba(76, 134, 25, 0.5) !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #006442 !important;
    border-color: #006442 !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #26a65b !important;
    border-color: #26a65b !important;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

/* BOTON primary light */

.btn-primary-light {
    color: #fff !important;
    background-color: #26a65b !important;
    border-color: #26a65b !important;
}
.btn-primary-light:hover {
    color: #fff !important;
    background-color: #006442 !important;
    border-color: #006442 !important;
}
.btn-primary-light:focus,
.btn-primary-light.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

/* TERMINA BOTON primary light */

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc;
}

/* PILLS */

.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    color: #fff !important;
    background-color: #26a65b !important;
}

/*START 24-12-2020 */
.list_class .open_cont {
    font-size: 12px;border-bottom: 1px solid #000;padding:5px;
}

.list_class>div{float:left;width:50%;border-top: 1px solid #000;border-right: 1px solid #000;}
.dtSelect.active{background:#ddd;}
.list_class .fas{margin-right:10px;}
.dtSelect{margin-left:50px;}
.file_title{background:#ccc;}

/*END 24-12-2020 */



/* TERMINA PILlS */


/* =============================  ESTILOs NUEVOs  ================================ */
.position-switch {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.switch-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 25px;
    margin-bottom: 0 !important;
}

.switch input {display:none;}

.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: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #26A65b;
}

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

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

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

.slider.round:before {
    border-radius: 50%;
}

.remesa-active-info {
    position: absolute;
    top: 40px;
    right: 20px;
}
.relative {
    position: relative;
}
.result-afiliados {
    right: 1rem;
    position: absolute;
    z-index: 999;
    height: auto;
    max-height: 500px;
    width: 100%;
    background-color: white;
    border-radius: 5px;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.simple-result {
    padding: 5px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.simple-result:hover {
    font-weight: bold;
}
.simple-result:hover a {
    text-decoration: none !important;
}
#errorModal {
    margin: 0 auto 40px auto !important;
}

.contentBoletin {
    height: auto;
    width: 58vw;
    display: flex;
    flex-wrap: wrap;
}

.boletinCard {
    margin: 2vh;
    height: 18vh;
    width: 18vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #006442;
    border-radius: 1vh;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.boletinCard i {
    font-size: 4vh;
    margin-bottom: 2vh;
}
.boletinCard span {
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.total_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex {
    display: flex;
}

.buttonContent {
    display: flex;
    justify-content: center;
}

.buttonContent a {
   margin: 0px 1px;
}

.buttonCreated {
    margin: 0 1vh;
}

.uppercase {
    text-transform:uppercase
}

.subtitle-box {
    background-color: #26a65b;
    color: #FFF;
    padding: 7px;
    border-radius: 5px;
    margin: 15px 0;
    text-align: center;
}

.table-responsive {
    max-width: 100%;
    overflow-y: auto;
    max-height: 50vh;
}
.jc-center {
    display: flex;
    justify-content: center;
}
.jc-space {
    display: flex;
    justify-content: space-around;
}
.title-box {
    background-color: #063a28;
    color: #FFF;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    text-align: center;
}
.bl-light-grey {
    border-left: 1px solid #f2f2f2
}
.input-date-box {
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
}

.classCollege {
    margin-right: 0.5vh;
    padding: 0.3vh 0.6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006442;
    color: white;
    border-radius: 50%;
}

.csv {
    background-color: #a03925;
    color: white !important;
}
.csv:hover {
    background-color: #c14a32;
    color: white !important;
}

.xls {
    background-color: #5abdff;
    color: white !important;
}
.xls:hover {
    background-color: #93d4ff;
    color: white !important;
}

.top-left {
    position: absolute;
    top: 1vh;
    left: 1vh;
}

/* =============== FORMULARIOs ============== */


/* FORM LOGIN*/
.form-check-inline + .form-check-inline {
    margin-left: 0;
    margin-right: 5px;
}
.form-check-input {
    margin-right: 5px;
}
.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin-heading {
    margin-bottom: 40px
}
.form-signin,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* GENERAL */

/* .form-group {
    padding: 0 !important
} */
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #26a65b !important;
    outline: none;
}

.flex-center {
    justify-content: center;
}
.flex-end {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* =============== TERMINAN FORMULARIOs ============== */
/* width*/
label {
    display: flex;
    align-items: center;
}

.width_17 {
    width: 170px;
}
.full-width {
    width: 100%;
}

/*  paddings  */

.no-padding {
    padding: 0 !important
}
.pt-2 {
    padding-top: 2px;
}
.pt-20 {
    padding-top: 20px
}
.pb-20 {
    padding-bottom: 20px
}
.pl-pr {
    padding: 0 5px;
}
.pl-20 {
    padding-left: 20px
}
.pt-40 {
    padding-top: 40px
}
.pt-80 {
    padding-top: 80px
}
.pt-200 {
    padding: 200px 0 0 0;
}
.pt-pb-40 {
    padding: 40px 0
}

/* margins */

.no-margin {
    margin: 0 !important
}
.ml-mr-10 {
    margin: 0 10px;
}
.mt-mb-10 {
    margin: 10px 0;
}
.mt-mb-15 {
    margin: 15px 0;
}
.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top: 20px
}
.mt-40 {
    margin-top: 40px
}
.mb-5 {
    margin-bottom: 5px
}
.mb-15 {
    margin-bottom: 15px
}
.mr-5 {
    margin-right: 5px
}
mr-10 {
    margin-right: 10px
}
.ml-10 {
    margin-left: 10px
}
ml-auto {
    margin-left: auto;
}

/*  colores & bg´s  */

.light-green {
    color: #26A65B
}
.middle-green {
    color: #006442
}
.bg-gray-light {
    background-color: #fafafa;
}

.loginName {
    color: white !important;
}
.loginName:hover {
    color: white !important;
}

/* pagination */
/* .pagination {
    display: inline-block;
}

.pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination li.active {
    background-color: #006442;
    color: white;
}

.pagination li:hover:not(.active) {background-color: #ddd;} */

/* media */
@media (min-width: 768px) {
    .col-md {
        flex-basis: inherit;
        flex-grow: inherit;
        width: 540px;
    }
}

.btn-status {
    cursor: pointer;
}


/* =============== NAVBAR ============== */


.bar__one {
    display: flex;
    flex-direction: row;
}

.nav-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
}

/* =============== FORM EDIT ============== */


.colum__full {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0px;
}

.colum__full--title {
    font-size: 2em;
}

.form__check { 
    display: flex;
    align-items: center;
    flex-direction: row;
}
.form__check label{ 
    margin-left: 10px;
    padding-top: 5px;
}

/* =============== COLEGIOS ============== */

.filtertable {
    border: 1px solid #e3e3e3;
    height: auto;
    padding: 15px;
    margin: 2% 0;
    border-radius: 4px;
    display: none;
}

.colegio__filter--label {
    font-size: 12px;
    font-weight: bold;
}

.dataTables_filter {
    float: right !important;
 }