﻿/*pull de colores aplicacion*/
:root{
    /*#009f9a - 0398a5*/
    --color-primary: #009f9a;
    --color-white: #ffffff;
    --color-primary-light: #d1ebf6;
    --color-active-select: #dde4f2;
    --color-body:#f5f7fb;
    --color-primary-transparente: #009f9acc;
    --color-azul-celeste: #45f3ff;

    --usb-blue-700: #183153;
    --white-color: #fff;
    --blue-color: #4070f4;
    --grey-color: #707070;
    --grey-color-light: #aaa;
    --color-yellow:#fab71d; 

    --border: 5px; /*gruesor del aro*/
    --color-aro-1: #6be89b;
    --color-aro-2: #0076a5;
    --from: 30deg; /*grados de inicio del aro*/
    --distance: 0%; /*porcentaje del aro*/

}
body {
    /*background: #fdfdfd; ffd43b*/
    background: var(--color-body);
    overflow-y: scroll;
    
}

a {
    cursor: pointer;
}

textarea {
    resize: none;
}

/****** Encabezado ******/

header .navbar-static-top {
    background: #373b41 !important;
    /*background: url(../img/footer3.jpg) !important;
    background-color: #3f3f3f;*/
    border-color: #373b41;    
    margin-bottom: 0;
    min-height: 1px !important;
}
header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
header .navbar-brand {
    color: #ddd !important;
    font-size: 0.8em;
    padding: 8px 15px;
}
header .navbar-nav {
    margin: 0;
}
/*header .navbar-right > li {
    margin-right: -15px;
}*/

header .navbar-right li a {
    color: #f5f5f5 !important;
    font-size: 12px;    
    padding: 4px 15px;
}

header .navbar-right li a:hover {
    background: #282828 !important; 
    color: #e8e8e8 !important;
}

header .navbar-right li.open > a {
    background: #282828 !important;
}

header .navbar-right li img {    
    border-radius: 18px;
    margin-left: 7px;
    height: 28px;
}

header .dropdown-menu {    
    border: 3px solid #232323;    
    border-top-right-radius: 0;
    padding-top: 0;
    width: 230px;
}

header .dropdown-menu li:first-child {
    background: #252525;
    color: #f1f1f1;
    margin: 0 0 5px 0;
    padding: 8px 0;
    text-indent: 8px;
}

header .dropdown-menu li a{
    color: #4f4f4f !important;    
}

header .dropdown-menu li a:hover {
    background: #5cb85c !important;
    color: #fff !important;
}

header .navbar-right li a span {
    margin-right: 3px;
}

header .jumbotron {
    /*background: url(../img/bg_header.png);
    background: url(../img/nieve.png) bottom left repeat-x, url(../img/bg_header.png) top repeat;
    margin-bottom: 0;
    padding: 1em 0;*/
    padding: 0;
}

/****************** Menu ****************
**************** Principal **************/

header .principal {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#eaeaea));
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
    border-bottom: 1px solid #d8d8d8;
    min-height: 1px;
    z-index: 0;
}

header .principal .navbar-nav {
    /*margin-left: -15px;*/
}

header .principal .navbar-nav > li {
    border-right: 1px solid #ddd;
    min-width: 80px;
    text-align: center;
}

header .principal .navbar-nav > li:first-child {
    border-left: 1px solid #ddd;
}

header .principal .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .principal .navbar-nav > li:hover{
    background: #e1e1e1;
}

/***************** Menu *****************
**************** Lateral ****************/

.lateral .list-group {
    box-shadow: 0 0 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.10);
}

.lateral .list-group > a:first-child{
    /*background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eee));
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
    border: 1px solid #ddd;
    border-radius: 0;
    color: #4f4f4f;
    font-weight: bold;*/
    border-radius: 0;
    color: var(--white-color);
    font-weight: bold;
    background-color: var(--color-primary);
    font-size: 16px;
    padding: 0.86em;
}

.lateral .list-group > div > a:first-child {
    border-radius: 0;
}

.lateral .list-group a span {
    color: var(--color-primary);
    font-weight: bold;
    font-size: 1.2em;
}

.collapsed .arrow-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #5cb85c;
    display: inline-block;
    height: 0;
    padding-bottom: 2px;
    width: 0;
}

.list-group > div a.active {
    /*background-color: #f5f5f5 !important;*/
    background-color: var(--color-primary-light) !important;
    color: #555 !important;
    border: 1px solid #ddd !important;
}

/****** Content ******/
.content {
    background: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.10);
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.10);
}

.content > h4{
    /*background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eee));
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
    border-bottom: 1px solid #ddd;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: bold;
    margin: 0px -15px 15px -15px;
    padding: 0.84em; */
    color:var(--color-white);
    font-size: 16px;
    font-weight: bold;
    margin: 0px -15px 15px -15px;
    padding: 1.2em;
    background-color: var(--color-primary);
}

.panel-title {
    font-size: 15px !important;
    font-weight: bold;
}

.panel-title .pull-right {
    background-color: #f5f5f5;
    color: #468847;
    cursor: pointer;
    font-size: 11px !important;
    box-shadow: 0 0 1px #468847;
}

.popover-title {
    font-weight: bold;
}

.popover-content, .popover-title {
    color: #777;
    font-size: 12px;    
}

.table-bordered thead tr:first-child {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eee));
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
}

.table-bordered>thead>tr>th {
    border-bottom: 0 !important;
    font-weight: bold !important;
}

.table-bordered>thead>tr>th {
    font-size: 13px;
}

.table-bordered>tbody>tr>td {
    font-size: 12px;
}

table tr td:last-child, table tr th:last-child {
    text-align: center;
}

table tr td .glyphicon {
    font-size: 1.1em;
    color: #888;
}

table tr td .glyphicon:hover {
    color: #333;
}

.content, .home {
    border-radius: 5px;
    box-shadow: 0 0 0px, 0 7px 1px #bbb; 
}

.user {    
    margin-bottom: 1em;
    text-align: left;
}

.user .img-reportes, .user .info-user {    
    display: inline-block;
    margin-top: 1em;
    vertical-align: top;
    width: 48%;     
    
}

.user .img-reportes {
    width: 30%;
}

.user .img-reportes img {  
    border: 3px solid #fff;    
    box-shadow: 0 0 3px #555;
    filter: none;
    filter: none;
    -webkit-filter: none;
    opacity: 1;
    padding: 0;
    width: 100%;
}

.user .img-reportes div {
    margin: 0;
}

.user .btn-home {
    background: #eee;
    border: 1px solid #ccc;
    color: #444;
}

.user .btn-home:hover {
    border: 1px solid #bbb;
    background: #ddd;
}

.user span {
    display: none;
}

.divisor {
    border: 1px solid #ddd;
    height: 1px;
    margin: 2em 0;
}

/****** Footer ******/
footer {
    background: #151920;
    /*color: #eee;
    margin-top: 2em;*/
    background: #eee url(../img/footer3.jpg) repeat;
    /*background: #eee url(http://181.48.123.164/websiaa/images/box/fn.jpg) repeat-x;*/
    color: #999;
    margin-top: 2em;
    border-top: 1px solid #ddd;
}

footer .popover{
    /*background: #373b41;*/
    border: 0;
    box-shadow: none;
    display: block;
    max-width: 100%;
    padding: 0;
    position: relative;
    display: none;
}

footer .popover.top .arrow:after {
    /*border-top-color: #eee;*/
    border-top-color: #fff;
    padding-top: 1px;       
}

footer .container {
    padding-top: 2em;
    padding-bottom: 1em;
}

footer ul {
    list-style: none;
    padding-left: 0em; 
}

footer ul li span{
    color: #bbb;
    margin-right: 0.5em;    
}

footer a {
    /*color: #eee;*/
    color: #999;
}

footer a:hover {
    color: #999;
}

/****** Paginador ******/

.paginador {
    text-align: center;
}

.paginador .pagination {
    margin: 0;
}

.paginador .pagination a {
    color: #396; 
}

.paginador .pagination .informacion a {
    font-size: 0.8em;
    padding: 0.9em 1.5em 0.7em 1.5em;
}

.form-inline .form-group {
    width: 48%;
}

.form-inline .form-group:nth-child(2n+1) {
    margin-right: 3%;
}

/* Tablas de los List */
.table {
    /*margin-bottom: -2px;*/
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    /*overflow-x: scroll;*/
    /*overflow-x: visible;*/
    overflow-y: auto;    
}
.table-select {
    /*overflow-x: visible;*/
    border-bottom: 15px solid #e5e5e5;
    /*overflow-y: auto;*/
}

/*Inicio de sesión desplegable*/

.dropdown .popover {
    top: auto;
}

.dropdown .popover.bottom {
    margin-top: 0;
}

.dropdown .popover.bottom .arrow {
    left: 90%;
}

/* Quitando la negrita a los labels del formulario */
form label {
    font-weight: normal;
}

form label.separator{
    font-weight: bold !important;
}

form .error {
    border-color: rgb(255, 157, 157);
    box-shadow: none;
}

form label.error {
    color: rgb(255, 100, 100);
    font-size: 0.8em;
}

input:active, input:focus, select:active, select:focus {
    /*border: 1px solid #aee0a5 !important;*/
    border: 1px solid var(--color-primary-transparente) !important;
    outline: none;
    box-shadow: none !important;
}

.required {
    color: rgb(255, 7, 7);
    font-weight: bold;
}

input[type="submit"]:active, input[type="submit"]:focus {
    outline: none;
    box-shadow: none !important;
}

/******** Botones *********/
.btn-success {
    outline: none !important;
}

button.disabled, button.disabled .filter-option {
    background: #eee !important;
    color: #555;
    cursor: not-allowed !important;
    font-size: 14px;  
    opacity: 1 !important; 
}

.btn.disabled, .btn[disabled]{
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.btn.disabled:hover, .btn[disabled]:hover{
    background: #eee !important;
}

/* SELECT SEARCH*/

.bootstrap-select{
    margin-bottom: 0px !important;
}

.bootstrap-select button:hover,
.bootstrap-select button:focus,
.bootstrap-select button:active {
    background: none !important;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    /*background-color: #5cb85c; */
    background-color: var(--color-primary);
    color: #fff;
}

/****** SELECT DE LAS VENTANAS MODALES *******/

.modal .table-responsive{
    margin-bottom: 2.5em;
}

#horario td{
    width: 10px !important;
}
#horario td:first-child{
    text-align: center;
    width: 70px;
}

#horario .bg{
    background: #dff0d8; 
}
#horario .bg0{
    background: #F4CAD6;
}  
#horario .bg1{
    background: #d9edf7;
}    
#horario .bg2{
    background: #fcf8e3;
}
#horario .bg3{
    background: #f2dede;
}
#horario .bg4{
    background: #f1f1fa;
}
#horario .bg5{
    background: #ddddff;
}
#horario .bg6{
    background: #ffeeff;
}
#horario .bg7{
    background: #FFEFD5;
}
#horario .bg8{
    background: #CFE7E2;
}
#horario .bg9{
    background: rgba(153,255,255, 0.4);
}
#horario .bg10{
    background: rgba(198,187,155, 0.5);    
}
#horario .bg11{
    background: #dcdcd2;    
}
#horario .bg12{
    background: #ffccff;    
}

/*********** PÁGINAS CON TABS *************/
.nav-tabs li a {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-primary-transparente);
    border-bottom: 1px solid #ddd; 
}

.nav-tabs li.active {    
    border-bottom: 0px; 
}

.nav-tabs li.active a{
    background: #fafafa !important;    
}

.tab-content {
    background: #fafafa;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 1em;
    margin-bottom: 1em;    
}

.tab-content-gastos {
  background: #fff !important;  
}

.disabled-tab {
            pointer-events: none;
            color: #ccc;
            cursor: not-allowed;
}



/***************** REPORTES DE DOCENTES ******************/

.img-reportes, #panelHome .img {
    /*background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
    background: -moz-linear-gradient(top, #f6f6f6, #eee);*/

    /*box-shadow: 0 0 3px #eee;*/
    display: inline-block;    
    /*height: 120px;*/
    /*margin: 1%;    */
    text-align: center;
    vertical-align: top;
    /*width: 18%;*/
    margin-bottom: 1em;
}

.img-reportes a ,#panelHome .img a {
  border: 1px solid #ccc;
    display: block;
    text-decoration: none;
}

.img-reportes div ,#panelHome .img div {
    padding: 0.5em 0.2em;
    margin-top: 0.5em;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 0.85em;
    border-top: 1px solid #ccc;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#efefef));
    background: -moz-linear-gradient(top, #f6f6f6, #eee);
}

.img-reportes img,#panelHome .img img {        
    opacity: 0.7;
    padding: 1em 0 0.5em 0;
    width: 60%;
    /*filter: url(filters.svg#desaturate); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */        
}

.img-reportes a:hover img,#panelHome .img a:hover img {    
    opacity: 1;
    filter: initial; /* Firefox 3.5+ */
    filter: initial; /* IE6-9 */
    -webkit-filter: initial; /* Google Chrome & Safari 6+ */
}

.img-reportes a:hover div,#panelHome .img a:hover div {    
    background: var(--color-yellow);
    color:var(--color-white);
}

.img-reportes a:hover,#panelHome .img a:hover {
    box-shadow: 0 0 5px #999;    
}



#panelHome .img {
    /*width: 22.5%;*/
}

#panelHome .img a{
    cursor: default;
}

#panelHome .img img {
    width: auto;
}

#panelHome .img img.on {
    opacity: 1;
    filter: initial; /* Firefox 3.5+ */
    filter: initial; /* IE6-9 */
    -webkit-filter: initial; /* Google Chrome & Safari 6+ */
}

#panelHome .home {
    min-height: 435px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 0 1em;
  /*margin-top: 1px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-bottom-color: #fff;
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker.top:after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  position: absolute;
  top: 234px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px !important;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  /*background-color: #339966;*/
  background-color: var(--color-primary);

}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #339966 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.divCard{
  border: dashed 2px #e3e3e3;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  cursor:pointer;
  
}
.divCard:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.divCardBasico{
  border: dashed 2px #e3e3e3;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}


/************************************************************
                            ALERTAS
*************************************************************/
.panel-body .alert {
    margin-bottom: 10px;
}

#popup_container {
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 5px #777;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity:1;
}

h1.encabezado {
    background-color: var(--color-primary);
    border-bottom: solid 1px #cee0c7;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75em;
    margin: 0em;
    padding: 0.5em 0;	
    text-indent: 1em;
}
h1.error{
    background: #f2dede !important;
    color: #b94a48 !important;
    border-bottom: solid 1px #f2bdbd;    
}

#popup_content {
    background: 16px 16px no-repeat url(../../img/dialog/info.gif);
    color: #444;
    margin: 0em;
}

#popup_content.confirm {    
    background-position: 10px;
    background-size: 50px;
}

#popup_content.prompt {
	background-image: url(../../img/dialog/help.gif);
}
#popup_message {
    color: #777 !important;
    font-size: 1.2em;
    padding: 2em 1em;
}
#popup_panel {
    border-top: 1px solid #ddd;
    padding: 0.7em 1em;
    text-align: right;
}
#popup_panel .btn-danger,
#popup_panel .btn-danger:focus,
#popup_panel .btn-danger:active
{    
    outline: none;
    border: 1px solid #ac2925 !important;
}
#popup_prompt {
    margin: .5em 0em;
}

.error-404:after {
    content: " ";    
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 170px;
    background: #999;
    z-index: -10000;
}

.panel-success>.panel-heading {
 /*background: url("../img/nieve2.png") top left repeat-x #dff0d8;*/
 border-top: 0;
}

.panel-success{
  border-top: 0;
}
.text-justify {
  text-align: justify;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px){
  .cero-margin{
    margin: 0;
  }
}


/************************************************************
||||||||||||||||||||| CSS DE NOTIFICACIONES |||||||||||||||||
*************************************************************/
.badge-noti{
  background-color: #FF0014;
  position: absolute;
  /*right: 1px;*/
  bottom: 4px;
  font-size: 8px;
}

/************************************************************
||||||||||||||||| CSS DE BOTON VISUALIZAR REPORTE |||||||||||
*************************************************************/
.btn-no{
  border: none;
  background: transparent;
  padding: 1px;
  height: auto;
  display: inline-block;
}
.btn-no .glyphicon {
  
}

@media (min-width: 992px){
  .modal-lg {
    width: 900px;
  }
}



.m-b-0{
      margin-bottom: 0px;
}

div.modal.color .modal-header{
  background: #dff0d8
}
div.modal.color .modal-title{
  color: #468847
}
/*ESTILOS CARNET MOVIL*/

.d-data__item p {margin: 0 !important}
.logo-unisimon {margin: 1rem 0; width: 220px;}
.container-main {
    background-color: #148e40;
    margin: 0 auto;
    overflow: hidden;
    width: 423px;
}
.d-img { z-index: 1; }
.absolute {position: absolute;}
.d-profile-img {height: 175px; width: 100%;}
.flex{display: flex;}
.items-center{align-items: center;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}

.bg-white {background-color: white;}
.d-img__d {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s;
    background: linear-gradient(#ffffff, #8ed3a7) padding-box, linear-gradient(to bottom, #ffffff, #8ed3a7) border-box;
    border-radius: 50em;
    border: .6rem solid transparent;
    overflow: hidden;
    width: 170px;
    height: 170px;
}
.d-img__d--img {
    border-radius: 50em;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border: .4rem solid #148e40;
}
.relative {position: relative;}
.w-full {width: 100%;}
.w-80-us {width: 80%;}
.mx-auto {margin: 0 auto;}
.h-85 {height: 85px;}
.name {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.name-description{color: var(--color-primary);}
.d-img__left, .d-img__right{
    background-color: #148e40;
    width: 127.5px;
    height: 80px;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
}
.d-img__right{
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}
.d-icos{
    justify-content: space-around;
    display:flex;
    border-radius: 10px;
    padding: 0 1rem;
    flex-direction: column;
    background-color: #148e40;
    margin-right: 1rem;
}
.d-icos i {
    color: white;
    font-size: 1.5rem;
}
.d-data{ text-align: left; }
.d-data__item {
    border-bottom: 1px solid #148e40;
    padding: 1rem 0;
}
.border-orange { border-bottom: 5px solid orange;}
.d-data__item:nth-child(1) {padding-top: 0;}
.d-data__item:last-child { border-bottom: 0; padding-bottom: 0;}
.d-data-description{font-weight:bold; color: var(--color-primary);}
@media (max-width: 460px) {
    .container-main {width: 370px;}
    .d-img__left, .d-img__right{
        width: 100px;
    }
}
@media (max-width: 375px) {
    .w-80-us {width: 95% !important; }
    .d-img__left, .d-img__right{
        width: 70px;
    }
    .container-main {width: 310px;}
}
@media (max-width: 320px) {
    .d-img__left, .d-img__right{ width: 65px; }
    .container-main {width: 280px;}
}
.carnet-codes{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.btn-modal-header {
    background-color: #094400 !important;
    border-radius: 4px;
    padding: .5rem .8rem !important;
    transition: .5s;
}
.btn-modal-header:hover { background-color: #073101 !important; }

.divCarnet{
    display: none;
}

@media (max-width: 460px) {
    .divCarnet{
            display: block;
    }
}

.welcome-text{
    font-size: 22px;
}

.welcome-flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
}
.name-user{
    font-size: 14px !important;
}

.dropdown-flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
}
#modalCarnetDigital .close{
  color: #fff !important;
  opacity: 1;
}
/*ESTILOS VIEW VERIFICACION ESTUDIANTES*/
.panel-estudiante{
    margin: 0 30px;
}
.container-main-desktop {
    background-color: #148e40;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}
.d-img__left-desktop, .d-img__right-desktop{
    background-color: #148e40;
    width: 44%;
    height: 80px;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
}
.d-img__right-desktop{
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}

.width-100{
    width: 100%;
}

@media (max-width: 460px) {
    .d-img__left-desktop, .d-img__right-desktop{
        width: 70px;
    }
    .navbar-user{
      display: flex;
      justify-content: end;
    }
}
/*ESTILOS MENU TOP V2*/
.menu-top-v2{
  display: flex;
  justify-content: space-between;
}

.menu-top-notificacion-v2{
  display: flex;
  align-items: center;
}
.menu-top-notificacion-v2 img{
  border-radius: 18px;
  margin-left: 7px;
  height: 28px;
}
.menu-top-notificacion-v2 a{
  color: #fff;
}
.menu-top-notificacion-v2 .icon-notificacion{
  margin-right: 20px;
  padding: 4px 10px;
}
.menu-top-notificacion-v2 .icon-user{
   padding: 4px 10px;
}
.menu-top-notificacion-v2 .name-user{
  text-decoration: none;
}
.menu-top-notificacion-v2 .icon-notificacion:hover{
  background-color: #282828;
}
.menu-top-notificacion-v2 .icon-user:hover{
  background-color: #282828;
}
.dropdown-menu-v2{
  margin: 0;
  border-radius: 0;
  /*right: 85px !important;*/
  left: inherit !important;
}

@media (max-width: 460px) {
   .menu-top-v2{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .dropdown-menu-v2{
    right: 0px !important;
  }
  .menu-top-notificacion-v2{
    justify-content: end;
  }
}
.thumbnail{
    /*height: 171px;*/
}
.thumbnail>img {
    /*height: 60px;*/
}

#qr-reader__dashboard_section_csr button {
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
} 
 #calendar {
    height: 400px !important; /* Altura del contenedor del calendario */
  }


.sedesCard {
    text-align: center;
   box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 16px !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
     font-size: 16px !important;
}
#qr-reader__dashboard_section_csr button {
    font-size: 2em !important;
}
#html5-qrcode-anchor-scan-type-change{
    display: none !important;
}

/************************************estilos nuevos header ***********************************/
.container{
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

.jumbotron {
    font-size: 16px !important;
    line-height: 1 !important;
    background-color: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}
.container__logo {
    background-color: var(--color-primary);
    height: 100%;
    min-width: 510px;
    border-top-right-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.container__info {
    height: 100%;
    display: flex;
    /* height: 20px; */
    align-items: center;
    justify-content: center;
}
.content__logout {
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    background-color: var(--color-primary);
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 8rem;
    border-top-left-radius: 23px;
    /* border-bottom-right-radius: 21px; */
    gap: 3px;
    cursor: pointer;
}
.stack__info {
    display: flex;
    gap: 22px;
    padding: 0 4rem;
}
.content__image{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.content__text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    justify-content: center;
}
.name__user {
    color: var(--color-primary);
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.text__user {
    padding-right: 25px;
}
.text__cod {
    padding-left: 25px;
    border-left: 1px solid var(--color-white);
}
.info__user {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 0.2rem 2rem;
    border-radius: 9px;
}
/*foto*/
.image_outer_container{
    /*margin-top: auto;
    margin-bottom: auto;*/
    border-radius: 50%;
    position: relative;
   }

   .image_inner_container{
    border-radius: 50%;
    padding: 3px;
    background: #833ab4; 
    background: -webkit-linear-gradient(to bottom, var(--color-white), var(--color-primary-light), var(--color-primary)); 
    background: linear-gradient(to bottom, var(--color-white), var(--color-primary-light),var(--color-primary));
   }
   .image_inner_container img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 3px solid white;
   }

   .image_outer_container .green_icon{
     background-color: #4cd137;
     position: absolute;
     right: 0px;
     bottom: 10px;
     height: 15px;
     width: 15px;
     border:3px solid white;
     border-radius: 50%;
   }

  /***********login div*/
  .contenedor__login{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
  } 
  .box__login{
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    width: 380px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box__login::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg,transparent,transparent,var(--color-primary),var(--color-primary),var(--color-primary));
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
}
.box__login::after{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg,transparent,transparent,var(--color-primary),var(--color-primary),var(--color-primary));
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay:  -3s;
}
.border__line {
    position: absolute;
    top:0;
    inset: 0;
}
.border__line::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 380px;
    height: 400px;
    background: linear-gradient(0deg,transparent,transparent,var(--color-azul-celeste),var(--color-azul-celeste),var(--color-azul-celeste));
    z-index: 1;
    transform-origin: bottom right;
    animation: animate 6s linear infinite;
    animation-delay:  -1.5s;

}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.box__login form {
    position: absolute;
    inset: 4px;
    background: #fff;
    padding: 50px 50px;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.box__login h4{
    color: #000;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 10px;

}
.container__menu{
    /*margin-left: 160px;*/
}
.title_controller{
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--color-primary);
}
.title_controller a{
    text-decoration: none !important;
    color: var(--color-yellow);
    padding: 2rem;
}
.container__menu h1{
    font-weight: 700;
    margin-bottom: 5rem;
    color: var(--color-primary);
    transition: all 0.5s ease;
}
.container__grid_menu{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.opcion_grid_menu {
    width: 20rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    
  }
  .opcion_grid_menu a{
    text-decoration: none; /* Quita el subrayado del enlace */
    color: var(--color-primary); /* Cambia el color del texto a verde */
    font-size: 16px; /* Aumenta el tamaño del texto a 16px */
    font-weight: 600;
    display: contents;
  }
  .icon__menu_home{
    font-size: 4rem !important;
    color: var(--color-primary);

  }
  .opcion_grid_menu:hover {
    background-color: var(--color-yellow);
   
  }
  .opcion_grid_menu:hover {
    color: var(--white-color);
    text-decoration: none;
  }
  .opcion_grid_menu:hover .icon__menu_home{
    color: var(--white-color);
  }
  
/**************************medias query para diferentes pantllas*/
@media (max-width: 768px) {
    .container__logo {
       min-width: 100%;
       border-radius: 0px !important;
       gap: 30px !important;
    }
    .container__info{
        display: none;
    }
    .box__login{
        max-width: 350px;
      }
     .box__login::before{
        max-width: 350px;
     }
     .box__login::after{
        max-width: 350px;
     }
     .border__line::before{
        max-width: 350px;
     }
}




/****************************PANTALLAS MAYORES**************************/

@media (min-width: 768px) {
    .container {
       min-width: 100% !important;
    } 
     
}
@media (min-width: 992px) {
    .container {
        width: 100% !important;
    }
    .info__user{
        display: block;
    }
   
}
@media (max-width: 1024px) {
    /*.row2 {
        margin-left: 120px;
    }*/
 }
@media (min-width: 1200px) {
    .container {
        min-width: 100% !important;
    }
    .info__user{
        display: block;
    }
    .row2 {
        margin-right: 45px !important;
    } 
}
/****************************PANTALLAS MENOSRES**************************/

@media (max-width: 768px) {
    .container__menu {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .row2 {
        margin-left: 0px !important;
    }
    .container__grid_menu {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px 10px;
    }
    .opcion_grid_menu {
        width: 17rem;
    }
   
    
}
@media (max-width: 992px) {
    .info__user{
     display: none;
    }
   
   
 }
 @media (max-width: 1024px) {
    .row2 {
        margin-left: 120px;
    }
 }
 @media (max-width: 1200px) {
    .info__user{
        display: none;
       }
    .row2 {
        margin-left: 120px;
       
    }
}
/*****************botones************** */
.btn-success {
    color: #ffffff;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color:var(--color-primary-transparente) !important;
    border-color: var(--color-primary-transparente) !important;
}

.row2 {
    margin-left: 120px;
   /* margin-right: 0px;*/
}
.paginate_button  > a{
    color:var(--color-primary) !important;
}
.paginate_button.active > a{
  color: var(--white-color) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.panel-success {
    border-color: var(--color-primary-light) !important;
}
.panel-success>.panel-heading {
    color:#333333 !important;
    background-color: var(--color-primary-light) !important;
    border-color: var(--color-primary-light) !important;
}
/***Menu lateral izquieda****/
.icon_menu_lateral{
    color:var(--color-white);
    font-size: 30px;
    cursor: pointer;
}
.close {
    font-weight:normal !important;
    color: white !important;
}

.sidebar {
    background-color: var(--white-color) !important;
    width: 260px;
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    /*padding: 80px 20px;*/
    z-index: 100;
    overflow-y: scroll;
    /*box-shadow: 0 0 1px var(--grey-color-light);*/
    transition: all 0.5s ease;
    opacity: 1;
    scrollbar-width: none;
}
.sidebar.close {
    padding: 0px 0;
    width: 80px;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.menu_content {
    position: relative;
    padding-bottom: 80px;
}

.menu_title {
    margin: 15px 0;
    padding: 0 20px;
    font-size: 18px;
}

.sidebar.close .menu_title {
    padding: 6px 30px;
}

.menu_title::before {
    color: var(--grey-color);
    white-space: nowrap;
}

.menu_dahsboard::before {
    content: "";
}

.menu_editor::before {
    content: "Opciones";
}

.menu_setting::before {
    content: "";
}

.sidebar.close .menu_title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 18px;
    border-radius: 12px;
    background: var(--grey-color-light);
}

.menu_items {
    padding: 0;
    list-style: none;
}

.navlink_icon {
    position: relative;
    font-size: 22px;
    min-width: 50px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}

.navlink_icon::before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 100px);
    left: -20px;
}

.navlink_icon:hover {
    background: var(--color-yellow);
}

.sidebar .nav_link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 15px;
    border-radius: 0px;
    text-decoration: none;
    color: var(--grey-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.sidebar.close .navlink {
    display: none;
}

.nav_link:hover {
    color: var(--white-color);
    background: var(--color-yellow);
}

.sidebar.close .nav_link:hover {
    background: var(--white-color);
}

.submenu_item {
    cursor: pointer;
}

.submenu {
    display: none;
}

.submenu_item .arrow-left {
    position: absolute;
    right: 10px;
    display: inline-block;
    margin-right: auto;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}
.sidebar.close .submenu_item .arrow-left {
    display: none;
}
.sidebar.close .submenu {
    display: none;
}

.show_submenu~.submenu {
    display: block;
}

.show_submenu .arrow-left {
    transform: rotate(180deg);
    /*color: var(--white-color);*/
}

.submenu .sublink {
    padding: 15px 15px 15px 52px;
}

.bottom_content {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 260px;
    cursor: pointer;
    transition: all 0.5s ease;
    
}
.header__sidebar{
    display: flex;
    align-items: center;
    justify-content: center;
    
    height: 80px;
    background-color: var(--color-primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    
}

.bottom_2 {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: space-around;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    color: var(--grey-color);
    border-top: 1px solid var(--grey-color-light);
    background-color: var(--white-color);
}


.bottom_2 i {
    font-size: 20px;
}

.bottom_2 span {
    font-size: 18px;
}

.sidebar.close .bottom_content{
    width: 50px;
    left: 15px;
}

.sidebar.close .bottom_2 span {
    display: none;
}

.sidebar.hoverable .collapse_sidebar {
    display: none;
}

#sidebarOpen {
    display: none;
}
#icon_closed_menu{
    display: none;
}
#sidebarOpenDesk{
    display: block;
}
.icon_menu_lateral_closed{
    color: #fff;
    font-weight: bold;
    background-color: var(--color-primary);
    font-size: 30px;
    /*padding: 0.84em;
    position: fixed;
    top: 0;
    transition: all 8s ease;*/
}

@media screen and (max-width: 768px) {

    body {
        margin: 0 !important;
    }

    #sidebarOpen {
        font-size: 25px;
        display: block;
        margin-right: 10px;
        cursor: pointer;
       /* color: var(--grey-color);*/
    }
    #sidebarOpenDesk{
        display: none;
    }
   

    .sidebar.close {
        left: -100%;
    }

    .search_bar {
        display: none;
    }

    .sidebar.close .bottom_content{
        left: -100%;
    }
   
    


}

.horizontal {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    height: 1px;
    margin-bottom: 5px;
}
.modal-title {
    color: white !important;
}
.modal-header {
    background: var(--color-primary) !important;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border-color: #ccc !important;
}
/*Estilos ILE*/
.mb-ile{
    margin-bottom: 2rem;
}
.gx{
    --bs-gutter-x: 3rem;
}

.card-raised-ile {
    border: none !important;
}
.card-raised-ile{
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.card-ile {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 0.25rem;
    border-width: 4px!important;
    /*border-color: #0d6efd!important;*/
    
}
.border-azul{
    border-left: 3px solid #26a0fc!important;
}
.border-verde{
    border-left: 3px solid #26b383!important;
}
.border-yellow{
    border-left: 3px solid #febc3b!important;
}
.border-itensivos{
    border-left: 3px solid #001c40!important;
}

.card-ile{
    cursor: pointer !important;
}
.card-ile:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
    
}
.card-ile a {
    color: inherit !important; /* Anula el color de texto definido para los enlaces */
    text-decoration: none !important; /* Anula la decoración de texto definida para los enlaces */
    /* Agrega más estilos según sea necesario */
}
.card-body-ile {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.content-ile{
    display: flex;
    justify-content: space-between;
    align-items:center;
    /*margin-bottom: 0.5rem;*/
}
.me{
    margin-right: 0.5rem;
}
.display-5 {
    line-height: 2rem !important;
    font-weight: 500 !important;
}
@media (min-width: 1200px){
.display-5 {
    font-size: 1.5rem !important;
}
}
.icon-circle-ile {
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*background-color:#0088cc;*/
    color:#fff;
    font-size: 28px;
}
.icono-azul{
    background-color: #26a0fc;
}
.icono-verde{
    background-color: #26b383;
}
.icono-yellow{
    background-color: #febc3b;
}
.icono-itensivos{
    background-color: #001c40;
}


.total-ile{
    font-size: 38px;
    color:#777;
    margin: 5px;
    font-family: monospace;

}
.shake-bottom-matricula {
	-webkit-animation: shake-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes shake-bottom {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    10% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    80% {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
    }
    90% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
  }
  @keyframes shake-bottom {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
    }
    10% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-4deg);
              transform: rotate(-4deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
    }
    80% {
      -webkit-transform: rotate(-2deg);
              transform: rotate(-2deg);
    }
    90% {
      -webkit-transform: rotate(2deg);
              transform: rotate(2deg);
    }
  }
  .icon-button-email {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 5px;
  }
  
  .icon-button-email:hover {
    cursor: pointer;
  }
  
  .icon-button-email:active {
    background: #cccccc;
  }
  
  .icon-button__badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .center-email{
    display: flex;
    justify-content: center;
  }
  #contenedor-correo{ 
    /*background-color: #00b8de; */
    display: grid;
    place-content: center;
    /*height: 100vh;*/
    color: #000;
  }
  .cargando{ 
    position: relative; 
    color: var(--color-primary);
    margin-top: 2em;
    letter-spacing: 0.08em;
    text-transform: uppercase
  }
  
  .rueda {
    /*border: 10px solid rgba(255, 255, 255, .3);*/
    border:10px solid var(--color-primary);
    border-radius: 50%;
    border-left-color: transparent;
    width: 40px;
    height: 40px;
    animation: giro 1s linear infinite;
  }
  
  @keyframes giro {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .checkbox-wrapper-15 .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .checkbox-wrapper-15 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #B9B8C3;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-15 .cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 6px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-azul-celeste);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
  }
  .checkbox-wrapper-15 .cbx span:last-child {
    margin-left: 8px;
  }
  .checkbox-wrapper-15 .cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  .checkbox-wrapper-15 .cbx:hover span:first-child {
    border-color: var(--color-primary);
  }

  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
    border-color: var(--color-primary);
    background: var(--color-primary);
    animation: check-15 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
  }

  @keyframes check-15 {
    50% {
      transform: scale(1.2);
    }
  }

/* Estilo predeterminado para el botón */
#subirImg {
    display: none; /* El botón estará oculto por defecto */
  }
  
  /* Estilo para pantallas de escritorio (ancho mínimo de 768px) */
  @media only screen and (min-width: 768px) {
    #subirImg {
      display: inline-block; /* El botón se mostrará en línea en pantallas de escritorio */
    }
  }

.icon-fas-fa {
    font-size: 1.1em;
    color: #888;
}

.icon-fas-fa:hover {
    color: #333;
}
.modal-full {
    min-width: 100%;
    margin: 0;
  }
  
  .modal-full .modal-content {
    min-height: 100vh;
  }
  .floating-buttons {
    margin-top: 15px;
    bottom: 20px;
    right: 20px;
  }
  .floating-buttons a{
    border-radius:50px;
  }
  .total-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    width: 100%; /* Ancho del contenedor del total */
  }
  
  .total-label {
    font-weight: bold;
    color: #333;
  }
  
  .total-value {
    font-size: 60px;
    color: #aaa;
  }
  /*ESTILOS INVESTIGACION*/
  .card-invest {
    margin-top: 10px;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.1);
  }
  .info-card-invest{
    padding-bottom: 10px;
  } 
  .sales-card{}
  .card-body-invest {
    padding: 0 20px 20px 20px;
  }
  .card-title-invest {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  }
  
  .card-title-invest span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
  }

  .card-content-invest{
    display: flex;
    align-items:center;
  }
.card-icon-invest {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;

    display: flex;
    justify-content: center;
    align-items:center;
}
.sales-card .card-icon-invest {
    color: #26b383;
    background: #f6f6fe;
  }
  .rounded-circle {
    border-radius: 50% !important;
}
.ps {
    padding-left: 1rem !important;
}
.info-card-invest h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  .text-success-invest{
    opacity: 1;
    color:#198754;
    font-weight: 700;
    padding-top: .25rem;
    font-size: .875em;
  }
  .text-muted-invest{
    opacity: 1;
    color:#212529bf;
    padding-top: .25rem;
    font-size: .875em;
  }
  /*estilos historico*/
  .d-flex {
    display: flex !important;
  
}
  .historico .activity {
    font-size: 14px;
    margin: 10px;
    padding: 20px;
}
.historico .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
  }
  
  .historico .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
  }
  
  .historico .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 16px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
  }
  
  .historico .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  
  .historico .activity .activity-item:first-child .activite-label::before {
    top: 5px;
  }
  
  .historico .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
  }

.align-self-start {
    align-self: flex-start !important;
}
.text-dark {
    opacity: 1;
    color: #000000;
    font-weight: 700 !important;
}
.swim-lane{
    padding: 8px;
    overflow: scroll;
    height: 70vh;
}
/* Cambia el estilo del contenedor del scroll */
::-webkit-scrollbar {
    width: 5px; /* Ancho del scrollbar */
    height: 5px; /* Altura del scrollbar para scroll horizontal */
}
/* Cambia el estilo del pulgar del scroll */
::-webkit-scrollbar-thumb {
    background: #eee !important; /* Color del pulgar del scrollbar */
    border-radius: 10px !important; /* Bordes redondeados */
}

.kanban-task {
    background: white;
    color: black;
    /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 8px 12px 2px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: move;
    margin-bottom: 10px;
}
.is-dragging {
    scale: 1.05;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    background: rgb(50, 50, 50);
    color: white;
  }
  /*avtar de kanban*/
  .avatar {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50rem;
    height: 48px;
    width: 48px;
    transition: all .2s ease-in-out;
  }
  .avatar img {
    width: 100%;
  }
  
  .avatar+.avatar-content {
    display: inline-block;
    margin-left: 0.75rem;
  }
  
  .avatar.avatar-raised {
    margin-top: -24px;
  }
  
  .avatar.avatar-scale-up:hover {
    transform: scale(1.2);
  }
  
  .active .avatar.avatar-scale-up {
    transform: scale(1.2);
  }
  
  .avatar-xs {
    width: 24px ;
    height: 24px ;
    font-size: 0.75rem;
  }
  
  .avatar-xs.avatar-raised {
    margin-top: -12px;
  }
  .avatar-md {
    width: 60px ;
    height: 60px ;
    font-size: 0.75rem;
  }
  
  .avatar-md.avatar-raised {
    margin-top: -12px;
  }
  .rounded-circle,
  .avatar.rounded-circle img {
    border-radius: 50% !important;
  }
  
  .avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
  }
  
  .avatar-group .avatar:hover {
    z-index: 3;
  }
  
  .avatar-group .avatar+.avatar {
    margin-left: -1rem;
  }
  .kanban-hr{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .kanban-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanban-title {
    color: rgb(50, 49, 48);
    flex: 0 0 236px;
    min-height: 0px;
    min-width: 0px;
    margin-top: -1px;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
}
.kanban-alta{
    border-left: 4px #d9534f solid;
}
.kanban-media{
    border-left: 4px #f0ad4e solid;
}
.kanban-baja{
    border-left: 4px #5bc0de solid;
}
.kanba-item-activity{
    overflow: scroll;
    height: 25vh;
    padding: 2px;
}
.rating-kanban {
    direction: rtl;
    display: flex;
    justify-content: center;
    
}

.rating-kanban input {
    display: none;
}

.rating-kanban label {
    font-size: 1.5em;
    color: #ccc;
    padding: 0 10px;
    cursor: pointer;
    transition: color 0.2s;
}

.rating-kanban input:checked ~ label,
.rating-kanban label:hover,
.rating-kanban label:hover ~ label {
    color: #f5b301;
}
.canvas-firma-digital{
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fafafa;
    cursor: crosshair;

}
.perfil-content-invest {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-perfil-img {
    /*background: #33353d;*/
    display: grid;
    place-items: center;
    /*height: 100vh;*/
    margin: 0;
}
.perfil-img-wrap {
    position: relative;
    padding: 15px; /*distancia del aro*/
}
.perfil-img-wrap::after {
    content: '';
    border-radius: 999px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: conic-gradient(
      from var(--from),
      var(--color-aro-1),
      var(--color-aro-2) var(--distance),
      transparent var(--distance)
    );
    -webkit-mask: radial-gradient(
      farthest-side,
      transparent calc(100% - var(--border)),
      #fff calc(100% - var(--border) + 1px)
    );
    mask: radial-gradient(
      farthest-side,
      transparent calc(100% - var(--border)),
      #fff calc(100% - var(--border) + 1px)
    );
  }
  .perfil-title {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  
  }
  .perfil-subtitle{
    font-weight: 400;
    padding: 2px;
    color: #012970;
    font-family: "Poppins", sans-serif;
    
  }
  .perfil-subtitle span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
   
  }
  .text-default-invest{
    opacity: 1;
    color:#899bbd;
    padding-top: .25rem;
    font-size: 16px;
  }
  .perfil-text-center{
    text-align: center;
  }
  .hr-horario{
    border-top: 2px solid hsl(0, 0%, 81%);
    margin: 5px;
}
/************************************************************
                CARD PROCESO DOCUWARE
*************************************************************/

 .custom-card {
            border: 1px solid #e1e1e1;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transition: box-shadow 0.3s ease-in-out;
            overflow: hidden;
            margin-bottom: 20px;
            text-align: center;
            cursor:pointer;

        }
        .custom-card:hover {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
            transform: scale(1.03);
        }
        .custom-card-header {
            background-color: #f7f7f7;
            padding: 15px;
            border-bottom: 1px solid #e1e1e1;
        }
        .custom-card-header h5 {
            margin: 0;
            color: #333;
        }
        .custom-card-body {
            padding: 20px;
        }
        .custom-card-body h2 {
            margin: 0;
            color: #2a9d8f;
        }
        .custom-card-footer {
            background-color: #f7f7f7;
            padding: 10px;
            border-top: 1px solid #e1e1e1;
            text-align: center;
        }

/* boton tabla con icono*/
.btnTable {
    padding: 3px 3px; 
    padding-left: 6px; 
    padding-right: 6px; 
    font-size: 12px;
}  

.totalColumn {
    text-align:center; 
    font-weight: bold; 
    background-color: #f3f2f1;
}       

        .card-list-invest{
            display: flex; 
            align-items:center;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 5px;

        }
        .card-list-item{
            width: 30px; 
            margin:5px;
            text-align: center;
        }
        .card-list-truncate{
            overflow: hidden; 
            text-overflow: ellipsis; 
            /*white-space: nowrap;*/
        }
        .card-list-item-end{
            margin-left: auto;
            text-align: center;
            padding: 5px;
        }
        .card-subtitle-invest {
            color: #899bbd;
            font-size: 14px;
            font-weight: 400;
        }
        .align-items-center{
            align-items:center;
        }
        .listado-height{
            min-height: 200px;
            max-height: 30vh;
            overflow-y: auto;
        }
        .bootstrap-tagsinput {
            width: 100% !important;
        }
        .bootstrap-tagsinput input{
            width: inherit !important;
        }
        
        .fc-toolbar-title {
            text-transform: capitalize !important; 
        }
        .A1 { background-color: #10b981; } /* Verde */
        .A2 { background-color: #06b6d4; } /* Celeste */
        .B1 { background-color: #3b82f6; } /* Azul */
        .B2 { background-color: #6366f1; } /* Morado */
        .C1 { background-color: #8b5cf6; } /* Violeta */
        .C2 { background-color: #f43f5e; } /* Rojo */

        .boton-ile-profesor{
        width: 25px;
        height: 25px;
        border-radius: 25px;
        margin: 2px;
        }
        .close {
            filter: none !important;
            opacity: inherit !important;
        }