/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,700,800); */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* 
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
 */
html {
    font-size: 15px;
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    margin-bottom: 60px;
    height: 100%;
}

.logo {
    background-color: transparent;
    width: 139px;
}

/*----------------------------------------------------------------------------------------
										DASHBOARD
----------------------------------------------------------------------------------------*/

/* .index_dash {
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDYwMCA2MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMCwzMDApIj4gPHBhdGggZD0iTTEyMi42LC0xMTQuOEMxNzAuMywtNzUsMjI4LjEsLTM3LjUsMjM0LjQsNi4yQzI0MC42LDUwLDE5NS4zLDk5LjksMTQ3LjYsMTI5LjZDOTkuOSwxNTkuMyw1MCwxNjguNiw0LjcsMTYzLjlDLTQwLjUsMTU5LjIsLTgxLjEsMTQwLjQsLTExNS43LDExMC43Qy0xNTAuNCw4MS4xLC0xNzkuMiw0MC41LC0xOTMuOCwtMTQuNkMtMjA4LjQsLTY5LjgsLTIwOC45LC0xMzkuNSwtMTc0LjIsLTE3OS40Qy0xMzkuNSwtMjE5LjIsLTY5LjgsLTIyOS4xLC0xNi4xLC0yMTNDMzcuNSwtMTk2LjgsNzUsLTE1NC42LDEyMi42LC0xMTQuOFoiIGZpbGw9IiNkNmNkZWMiIC8+IDwvZz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 900px 740px;
    display: flex;
    height: 100vh;
    justify-content: center;
    padding: 20px;
} */
    
.Tiles {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: 862px;
    padding: 0;
    margin: auto;
}

.Tile {
    border-top: solid 2px #4c027d;
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    margin: 0 12px 12px 0;
    opacity: 0.96;
    transition: all 0.15s linear;
    text-align: center;
    height: 148px;
    width: 160px;
    position: relative;
}

.Tile:not(.Tile--intro):hover {
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    opacity: 1;
}

.Tile-double {
    border-top: solid 2px #4c027d;
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    margin: 0 12px 12px 0;
    opacity: 0.96;
    transition: all 0.15s linear;
    text-align: center;
    height: 148px;
    width: 332px;
    padding-bottom: 35px;
    position: relative;
}

/* #myChart {
    width: 310px !important;
    height: 110px !important;
} */

#myPieChart {
    width: 96px !important;
    height: 96px !important;
}

.Tile-double .dataTables_wrapper.no-footer .dt-scroll-body {
    border-bottom: 0 !important
}

.Tile-double:not(.Tile-double--intro):hover {
    box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
    opacity: 1;
}

.Tile-double-title {
    width: 332px !important;
    padding: 3px 0 3px 0;
    font-weight: bold;
}

.Tile-link {
    align-items: center;
    color: #323130;
    display: flex;
    flex-direction: column;
    height: 148px;
    justify-content: center;
    padding: 20px;
    text-decoration: none;
}

.Tile-link i {
    font-size: 22px;
    margin-bottom: 12px;
    color: #a07bf7;
}

.Tile--intro {
    max-width: 848px;
    padding: 20px;
    width: 100%;
    margin: 20px 12px 12px 0;
    /* border-top: solid 2px #4c027d;
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    opacity: 0.96;
    transition: all 0.15s linear; */
}

.Tile--intro h1 {
    font-family: 'Open Sans', sans-serif;
    color: #4c027d;
    font-size: 30px;
    font-weight: 600;
    margin: 8px 0;
    padding: 0;
}

.Tile--intro p {
    font-size: 14px;
    margin: 0;
}

.Tile--intro a,
.Tile--intro a:visited {
    color: #0078d4;
}


.Tile-title {
    width: 159px !important;
    padding: 3px;
    font-weight: bold;
}

/*




#lista1 li {
    display: inline;
}


.Tiles2 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: 700px;
    padding: 0;
    margin: auto;
}

.Tile2 {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    margin: 0 12px 12px 0;
    opacity: 0.96;
    transition: all 0.15s linear;
}

    .Tile2:not(.Tile2--intro):hover {
        box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
        opacity: 1;
    }

.Tile2-link {
    border-top: solid 2px #509403;
    align-items: center;
    color: #323130;
    display: flex;
    flex-direction: row;
    height: 36px;
    justify-content: center;
    padding: 20px;
    text-decoration: none;
    width: 150px;
}

    .Tile2-link i {
        font-size: 15px;
        margin-right: 10px;
        color: #ee490a;
    } */


/*----------------------------------------------------------------------------------------
										LEFT MENU
----------------------------------------------------------------------------------------*/

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar .nav-item a:hover {
    background-color: #f1f1f1
}

.sidebar .has-submenu-title {
    font-weight: bold;
}



/*----------------------------------------------------------------------------------------
										COMMON STYLES
-----------------------------------------------------------------------------------------*/

body {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #444;
    line-height: 1.8;
}

.footer {
    white-space: nowrap;
    background-color: #fcfcfc;
    position: fixed;
    z-index: 2;
    bottom: 0;
    line-height: 46px;
    font-size: 14px;
    width: 100% !important;
} 

h5 {
    color: #4c027d;
    text-transform: uppercase;
    font-size: 24px;
}

a {color: #444; text-decoration: none;}
a:hover {color: #444;}

.breadcrumb-datatable {
    margin-top: 15px !important
}

.usuario-label {
    color: #F4852A;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}

.padding-margin-top-bottom-0px {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
}

.modal-header {
    padding-top: 20px;
    height: 40px;
    background-color: #f6f6f6;
}

.modal-title {
    font-size: 1.2em;
}

.close:focus,
.close:hover,
.close:active {
    cursor: pointer !important
}

.label-naranja {
    color: #F4852A;
    font-weight: 400;
}

/* .link-naranja {color: #F4852A !important; font-weight: 500;}
.link-naranja:focus, .link-naranja:hover {color: #F4852A !important; text-decoration: underline;} */

.titleForDeleteForm {
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #D9534F;
}

.titleForReactivateForm {
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #0d8f16;
}

.titleForInfoForm {
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #536aae;
}

.renlgon-superior-sombreado0 {
    border-top: .6px #ccc dashed;
    padding-top: 1px !important;
    margin-top: 10px !important;
    border-bottom: .6px #ccc dashed;
    padding-bottom: 1px !important;
    margin-bottom: 10px !important;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: bold;
    color: #555;
}

  input[type="tel"]::placeholder {
    color: #bbb;
    opacity: 1; /* Firefox */
  }

#strength-bar {
    width: 100%;
    height: 3px;
    margin-top: 5px;
    transition: background-color 0.3s ease;
    background-color: lightgray;
    border-radius: 3px;
}

/* a.ligaHome {
    color: #509403;
    font-weight: bold;
}

    a.ligaHome:hover {
        color: #509403;
        text-decoration: underline;
    }

text-danger1 {
    border: 1px solid #F4852A !important;
    background-color: #1b6ec2;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #444;
    line-height: 1.8;
}

h5 {
    color: #4c027d;
    text-transform: uppercase;
    font-size: 24px;
}

    h5 i {
        color: #f8c967;
        font-size: 24px;
        font-weight: lighter;
    }


a,
a:hover {
    color: #444;
    text-decoration: none;
}

.titleForDeleteForm {
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #D9534F;
}

.titleForReactivateForm {
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #0d8f16;
}

.labelForFolio {
    font-weight: bold;
    color: #D9534F;
    font-size: 1.1em;
}



.search-div {
    margin-bottom: 15px;
}

.search-input {
    border-top-right-radius: 0px;
    border-right: 0px;
    border-bottom-right-radius: 0px
}

.search-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.modal-header {
    padding-top: 20px;
    height: 40px;
    background-color: #f5f5f5;
}

.modal-title {
    font-size: 1.2em;
}

.close:focus,
.close:hover,
.close:active {
    cursor: pointer !important
}

.span-control-label {
    font-weight: bold;
}

.padding-right-0px {
    padding-right: 0 !important;
}

.margin-bottom-7px {
    margin-bottom: 7px !important;
}

.logout-button {
    color: #D9534F !important;
    text-align: center;
    font-weight: bold;
    border: solid 1px #D9534F !important;
    border-radius: 5px;
}
    .logout-button:focus,
    .logout-button:hover {
        background-color: #D9534F !important;
        color: #FFF !important;
    }



.listbox-loaded {
    background: transparent;
    background-image: none;
}

.listbox-loading {
    background: transparent url("img/AjaxLoader.gif") right center no-repeat;
}

.label-naranja {
    color: #F4852A;
    font-weight: 400;
}

.link-naranja {
    color: #F4852A;
    font-weight: 500;
}

    .link-naranja:focus,
    .link-naranja:hover {
        color: #F4852A;
        text-decoration: underline;
    }
.invalid-tooltip {
    background: transparent;
    margin-top: -6px !important;
    font-size: 0.75rem;
    color: rgba(220, 53, 69, 0.9);
}

.page-item.active .page-link {
    background-color: #FFCC00 !important;
    border: 10px solid black;
}

.page-link {
    color: green !important;
}
ul.pagination .page-link {
    border: 10px solid black;
}
.page-item .page-link {
    box-shadow: none;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
} */



/*----------------------------------------------------------------------------------------
								DIVS DE CONFIGURACION
----------------------------------------------------------------------------------------*/

    .superior {
      padding: 10px;
      margin-bottom: 12px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .superior-beige {
      background-color: #FFF5CC;
    }
    .superior-azul {
      background-color: #DDEAFB;
    }
    .superior-verde {
      background-color: #DFF5E3;
    }
    .superior-lavanda {
      background-color: #EDE7F6;
    }
    .superior-gris {
      background-color: #E8E8E8;
    }
    .superior-rosa {
      background-color: #FADADD;
    }
    .fila-elementos {
      display: flex;
      justify-content: space-between;
      /* font-size: 12px;
      padding-top: 5px; */
    }
    .elemento {
      width: 45%;
      text-align: center;
      border-radius: 5px;
    }
    .elemento-beige {
      background-color: #FFFBE5;
    }
    .elemento-azul {
      background-color: #EEF6FC;
    }
    .elemento-verde {
      background-color: #F0FAF4;
    }
    .elemento-lavanda {
      background-color: #F5F2FA;
    }
    .elemento-gris {
      background-color: #F2F2F2;
    }
    .elemento-rosa {
      background-color: #FCEEF0;
    }
    .elemento h6 {
        font-size: 12px !important;
        font-weight: 600;
    }




/*----------------------------------------------------------------------------------------
									AUTO COMPLETE
----------------------------------------------------------------------------------------*/

.autocomplete-suggestions {
    max-height: 200px;
    overflow-y: auto;
    border: none;
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.autocomplete-suggestions.open { 
    border: 1px solid #ccc; 
}

.autocomplete-suggestion {
    padding: 5px;
    cursor: pointer;
    width: 98% !important;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion.active {
    background-color: #4c027d;
    color: white;
}


/*----------------------------------------------------------------------------------------
									FILE UPLOAD
----------------------------------------------------------------------------------------*/


.btn-buscar-archivos {
    background-color: #eee !important; 
    border: 1px solid #ccc; 
    border-radius: 4px 0 0 4px;
}

    .btn-buscar-archivos input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 1000 !important;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: pointer;
        display: block;
    }

    .btn-buscar-archivos:hover {
        background-color: #ddd !important;
    }

.div-archivos-seleccionados {
    border: dashed 1px #ccc;
    /* height: 65px; */
    /* border-radius: 3px;
    overflow-x: hidden;
    overflow-y: scroll; */
    padding: 2px;
}

.list-archivos-items {
    margin-right: 5px;
}

.btn-archivo {
    border-color: #DFDFDF !important;
    background-color: #fafafa !important;
    color: #777;
}

    .btn-archivo:focus i,
    .btn-archivo:hover i {
        color: green;
    }

.btn-archivo-accion {
    border-color: #DFDFDF !important;
    background-color: #fafafa !important;
    color: #777;
    font-family: FontAwesome;
}

    .btn-archivo-accion:focus,
    .btn-archivo-accion:hover {
        color: orangered;
    }




/* .btn-buscar-logos {
    background-color: #eee !important; 
    border: 1px solid #ccc; 
    border-radius: 4px 0 0 4px;
} */

    .btn-buscar-logos input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 1000 !important;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: pointer;
        display: block;
    }

    /* .btn-buscar-logos:hover {
        background-color: #ddd !important;
    }     */



/*----------------------------------------------------------------------------------------
									GRID CONTROLS
----------------------------------------------------------------------------------------*/



.btn-nuevo {background:#f9f9f9 !important; border: 0px !important; color: #2b2b2b}
.btn-nuevo:hover, .btn-nuevo:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn-exportar-excel {background:#f9f9f9 !important; border: 0px !important; color: #7202bb}
.btn-exportar-excel:hover, .btn-exportar-excel:focus {background: #7202bb !important; color: #ffffff !important}

/* 
.btn-nuevo {
    background: transparent !important;
    border-color: #2b2b2b !important;
    color: #2b2b2b !important
}

.btn-nuevo:hover,
.btn-nuevo:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn-exportar-excel {
    background: transparent !important;
    border-color: #7202bb !important;
    color: #7202bb !important
}

.btn-exportar-excel:hover,
.btn-exportar-excel:focus {
    background: #7202bb !important;
    color: #ffffff !important
} */

/* 
.btn-nuevo .dt-down-arrow {
    color: #FFFFFF !important;
}
.btn-nuevo-desplegable {
    font-weight: 200 !important;
}
.btn-eliminar {
    background-color: #D9534F !important;
  color: #FFFFFF !important;
}
.btn-editar {
    background-color: #F4852A !important;
  color: #FFFFFF !important;
}
.btn-reactivar {
    background-color: #40a4eb !important;
  color: #FFFFFF !important;
}



.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 2px;
}

.grid-header a {
    color: #79B636 !important;
    font-weight: bold;
}


.table-detail th,
.table-detail td {
    border-top: 0px !important;
}

.grid-header-detail {
    font-weight: bold;
}

.grid-content {
    font-size: .9em !important;
}

.grid-col-title-min-width {
    padding: 0px !important;
    width: 55px !important;
    min-width: 55px !important;
    background-color: #FFFFFF !important;
    vertical-align: middle !important;
    text-align: center;
}

.grid-col-row-number {
    padding-left: 0px;
    padding-right: 0px;
    width: 33px;
}
*/
div.dt-container input {
    width: 350px;
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

div.dt-container .fa-search {
    position: absolute;
    top: 16px;
    left: auto;
    right: 10px;
    background-color: #FFF;
    color: #999 !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #5b60eb !important;
    color: white !important;
    border-color: #7202bb !important;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 0em 1em !important;
}

/*
table.dataTable tbody tr.selected .grid-button-add:hover {
    color: #FFCC00 !important;
}
table.dataTable tbody tr.selected .grid-button-edit:hover {
    color: #F4852A !important;
}
table.dataTable tbody tr.selected .grid-button-delete:hover {
    color: #D9534F !important;
}





.grid-col-min-width {
    padding: 0px 2px 0px 0px !important;
    width: 55px !important;
    min-width: 55px !important;
    background-color: #FFFFFF !important;
    vertical-align: middle !important;
    text-align: center;
}

.grid-col-almost-min-width {
    padding: 0px 2px 0px 0px !important;
    width: 75px !important;
    min-width: 75px !important;
    background-color: #FFFFFF !important;
    vertical-align: middle !important;
    text-align: center;
}

.grid-button-add {
    font-size: 1.3em;
    color: #bbb !important;
    cursor: pointer;
}

    .grid-button-add:focus,
    .grid-button-add:hover {
        text-decoration: none;
        color: #FFCC00 !important;
    }
*/

/* SI JALA
.grid-button-edit {
    font-size: 1.1em;
    color: #bbb !important;
    cursor: pointer;
}
.grid-button-edit:focus,
.grid-button-edit:hover {
    text-decoration: none;
    color: #F4852A !important;
}
table.dataTable tbody tr.selected .grid-button-edit {
    color: #ffffff !important;
}
table.dataTable tbody tr.selected .grid-button-edit:hover {
    color: #F4852A !important;
} */

table.dataTable tbody tr .grid-button-edit {
    color: #b6b6b6 !important;
    cursor: pointer;
}
table.dataTable tbody tr.selected .grid-button-edit {
    color: #ffffff !important;
}
table.dataTable tbody tr .grid-button-edit:hover {
    color: #f4b12a !important;
}

table.dataTable tbody tr .grid-button-delete {
    color: #b6b6b6 !important;
    cursor: pointer;
}
table.dataTable tbody tr.selected .grid-button-delete {
    color: #ffffff !important;
}
table.dataTable tbody tr .grid-button-delete:hover {
    color: #D9534F !important;
}

table.dataTable tbody tr .grid-button-reactivate {
    color: #b6b6b6 !important;
    cursor: pointer;
}
table.dataTable tbody tr.selected .grid-button-reactivate {
    color: #ffffff !important;
}
table.dataTable tbody tr .grid-button-reactivate:hover {
    color: #0d8f16 !important;
}

/* table.dataTable tbody tr.selected {
        background-color: #04e62a !important;
    }

    table.dataTable tbody tr td.selected {
        background-color: #093aed !important;
    } */


/* .grid-button-edit-selected {
    color: #ffffff !important;
    cursor: pointer;
}

    .grid-button-edit-selected:focus,
    .grid-button-edit-selected:hover {
        text-decoration: none;
        color: #F4852A !important;
    } */

/*
.grid-button-delete {
    font-size: 1.1em;
    color: #bbb !important;
    cursor: pointer;
}

    .grid-button-delete:focus,
    .grid-button-delete:hover {
        text-decoration: none;
        color: #D9534F !important;
    }

.grid-button-reactivate {
    font-size: 1.1em;
    background-color: transparent;
    color: #bbb !important;
    cursor: pointer;
}

    .grid-button-reactivate:focus,
    .grid-button-reactivate:hover {
        text-decoration: none;
        color: #0d8f16 !important;
    }

.grid-button-detail {
    color: #bbb !important;
    cursor: pointer;
}

    .grid-button-detail:focus,
    .grid-button-detail:hover {
        text-decoration: none;
        color: #D9534F !important;
    }

.grid-button-docs {
    background-color: #a7e560;
    border-radius: 3px;
    font-size: .8em;
    color: #555 !important;
    cursor: pointer;
    padding: 1px 4px 2px 4px;
    margin: 0px !important;
}

    .grid-button-docs:focus,
    .grid-button-docs:hover {
        text-decoration: none;
        background-color: #5cb85c;
        color: #222 !important;
    }

.grid-button-no_docs {
    background-color: #EDEDED;
    border-radius: 3px;
    font-size: .8em;
    color: #555 !important;
    cursor: pointer;
    padding: 1px 4px 2px 4px;
    margin: 0px !important;
}

    .grid-button-no_docs:focus,
    .grid-button-no_docs:hover {
        text-decoration: none;
        background-color: #DEDEDE;
        color: #222 !important;
    }

    .smallText {
    font-size: .9em !important;
}

.padding-0px {
    padding: 0px !important;
}

.listDetails {
    display: inline-block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
    position: relative;
    padding: 3px 14px 3px 14px;
    text-decoration: none;
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    color: #ffffff;
}

.listDescargar {
    padding: 4px 16px 4px 16px;
    display: inline-block;
    position: relative;
    border-top: 1px solid #5cb85c;
    border-bottom: 1px solid #5cb85c;
    border-right: 1px solid #5cb85c;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.botonDescargar {
    position: relative;
    z-index: 10;
    margin-top: 2px;
    font-size: 16px;
    color: #f8b562 !important;
}

    .botonDescargar:focus,
    .botonDescargar:hover {
        text-decoration: none;
        background-color: #ffffff;
        color: #F4852A !important;
    }

.button-refresh {
    font-size: 12px;
    background-color: transparent;
    color: #ffffff !important;
    border-left: 1px solid #269abc;
    padding-left: 12px;
    margin-left: 12px;
    padding-right: 12px;
    margin-right: -12px;
    padding-top: 7px;
    margin-top: -7px;
    padding-bottom: 9px;
    margin-bottom: -9px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .button-refresh:focus,
    .button-refresh:hover {
        text-decoration: none;
        color: #FFFFFF !important;
        background-color: #31b0d5;
    }

.grid-button-sort {
    color: #777 !important;
}

    .grid-button-sort:focus,
    .grid-button-sort:hover {
        text-decoration: none;
    }

.order-icon {
    text-align: center;
    height: 100%;
    vertical-align: text-top;
    padding: 0px;
    color: #F4852A;
    font-size: .83em;
}



.breadcrumb-datatable {
    margin-top: 15px !important
}

.card-body-datatable {
    padding-top: 0 !important
}




a {
    color: #0366d6;
}



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
} */


/* Sticky footer styles
-------------------------------------------------- */
/* html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
} */

/* Sticky footer styles
-------------------------------------------------- */
/* html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.footer {
    white-space: nowrap;
    background-color: #fcfcfc;
    position: fixed;
    z-index: 2;
    bottom: 0;
    line-height: 46px;
    font-size: 14px;
    width: 100% !important;
} */





/*----------------------------------------------------------------------------------------
									PARA INFO DE ALUMNO
----------------------------------------------------------------------------------------*/

/* .stepwizard {
    width: 100%;
    margin: 0 0 0 5px !important;
    height: 55px !important;
}

.stepwizard-row {
    margin-left: -5px !important;
    margin-right: 3px !important;
}

.stepwizard-content {
    margin-top: 10px !important;
}

.list-group-horizontal {
    height: 55px !important;
}

    .list-group-horizontal .list-group-item {
        display: inline-block;
        text-align: center;
        border: none;
        padding: 0 !important;
    }

        .list-group-horizontal .list-group-item:first-child {
            border-radius: 0;
        }

        .list-group-horizontal .list-group-item:last-child {
            border-radius: 0;
        }

    .list-group-horizontal .list-group-item-heading {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 1.1em;
    }

    .list-group-horizontal .list-group-item-text {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 1.1em;
    }

.wizard-card .picture-container {
    text-align: center;
}

.height-279px {
    min-height: 279px !important;
}

.wizard-card .picture {
    height: 95px !important;
    margin: -8px auto 0px auto;
}








.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-buscar-archivos {
    position: relative;
    overflow: hidden;
    border: none !important;
    color: #444 !important;
    background-color: #eee !important;
}

    .btn-buscar-archivos input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 1000 !important;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: pointer;
        display: block;
    }

    .btn-buscar-archivos:hover {
        background-color: #ddd !important;
    }

.div-archivos-seleccionados {
    border: dashed 1px #ccc;
    height: 65px;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 3px;
}

.list-archivos-items {
    margin-right: 5px;
}

.btn-archivo {
    border-color: #DFDFDF !important;
    background-color: #fafafa !important;
    color: #777;
}

    .btn-archivo:focus i,
    .btn-archivo:hover i {
        color: green;
    }

.btn-archivo-accion {
    border-color: #DFDFDF !important;
    background-color: #fafafa !important;
    color: #777;
}

    .btn-archivo-accion:focus,
    .btn-archivo-accion:hover {
        color: orangered;
    }






.divForCustomCheckBox1 {
    padding-right: 0px !important;
    margin-left: 15px !important;
    margin-right: 0px !important;
}

.divForCustomCheckBox2 {
    padding-left: 7px !important;
    margin-left: 0px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .wizard-card .picture {
        width: 80px !important;
    }

    .archivo {
        width: 80px !important;
    }

        .archivo .picture-src {
            width: 80px !important;
        }
}



*/

.btn.btn-transparent-black {background:#f9f9f9; border: 0px !important; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-transparent-purple {background:#f9f9f9; border: 0px !important; color: #7202bb}
.btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {background: #7202bb !important; color: #ffffff !important}

.btn.btn-transparent-red {background:#f9f9f9; border: 0px !important; color: #D9534F}
.btn.btn-transparent-red:hover, .btn.btn-transparent-red:focus {background: #D9534F !important; color: #ffffff !important}
.btn.btn-transparent-green {background:#f9f9f9; border: 0px !important; color: #0d8f16}
.btn.btn-transparent-green:hover, .btn.btn-transparent-green:focus {background: #0d8f16 !important; color: #ffffff !important}

.btn.btn-transparent-black-with-border {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black-with-border:hover, .btn.btn-transparent-black-with-border:focus {background: #2b2b2b !important; color: #ffffff !important}

.btn.btn-transparent-purple-info {background: #f9f9f9; border: 0px !important; color: #a07bf7; position: absolute; bottom: 0px; right: 1px; padding: 0px !important; font-size: 16px !important;}
.btn.btn-transparent-purple-info:hover, .btn-transparent-purple-info:focus {background: #ffffff !important; color: #7202bb !important}

.btn-info-detail {background:#e5e5e5; border: 0px !important; color: #7202bb;
position: absolute; bottom: 0px; right: 0px; 
padding: 0px 4px  !important; 
border-top-left-radius: 6px !important;
border-top-right-radius: 2px !important;
border-bottom-left-radius: 2px !important;
border-bottom-right-radius: 2px !important;
}
.btn-info-detail:hover, .btn-info-detail:focus {background: #7202bb !important; color: #ffffff !important}


/*
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-transparent-purple {background:transparent; border-color: #7202bb; color: #7202bb}
.btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {background: #7202bb !important; color: #ffffff !important}

.btn.btn-transparent-green {background:transparent; border-color: #0d8f16; color: #0d8f16}
.btn.btn-transparent-green:hover, .btn.btn-transparent-green:focus {background: #0d8f16 !important; color: #ffffff !important}
.btn.btn-transparent-red {background:transparent; border-color: #D9534F !important; color: #D9534F}
.btn.btn-transparent-red:hover, .btn.btn-transparent-red:focus {background: #D9534F !important; color: #ffffff !important}

.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-purple {background: #a07bf7; border-color: #a07bf7; color: #ffffff}
.btn.btn-purple:hover, .btn.btn-purple:focus {background: transparent !important; border-color: #a07bf7; color: #a07bf7 !important}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}


.bg-main{background: #a07bf7;}
.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #a07bf7;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}
*/

.main-color{color: #2f21c7;}
.second-color{color: #9556f5;}

.bg-light{background-color:#f8f9fa!important; border-radius: 10px; padding: 40px; }


.sub-title{
    margin-bottom: 15px;
    font-weight: 400;
    color: #4c027d 
}
.sub-sub-title{
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #4c027d 
}

.button-center{margin-top: 30px; text-align:center!important}

/* Ocultar los códigos de marcación en el dropdown */
/* .iti__country-list .iti__dial-code { display: none; } */



