
/*-------------//COMPROBANTE------------*/
.input-file-container {
  position: relative;
}
.js .input-file-trigger {
  padding: 6px 12px;
  background: #2B6BCC;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  transition: all .4s;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 50%
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: auto;
  opacity: 0;
  padding: 6px 12px;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #bf2d4a;
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 5em 0 0 0;
}
.js .file-return {
  font-style: italic;
  /*font-size: .9em;*/
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Nombre: ";
  font-style: normal;
  font-weight: normal;
}

.txtcenter {
  margin-top: 4em;
  font-size: .9em;
  text-align: center;
  color: #aaa;
}
.copy {
  margin-top: 2em;
}
.copy a {
  text-decoration: none;
  color: #1ABC9C;
}
/*-------------//COMPROBANTE------------*/
/*-------------CONTENIDO GENERAL------------*/
/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 100%;
    background: #f4f4f4;
}
 
dt {
  color: #15848F;
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
    display: inline-block;
}
.actions {
    text-align: center;
}
h1, h2 {
    padding:0;
    margin:0 0 20px 0;
    font-weight:normal;
}

a:link, a:visited {
    text-decoration:none;
    
}
a:hover {
    text-decoration:none;
}

h1 {
    font-size:1.8em;
}
h2 {
    font-size:1.4em;
}
/*EN LAS TABLAS*/
td.show, td.edit, td.delete {
  width: 1px;
}
/*//EN LAS TABLAS*/
.margen {
    padding-top: 60px;
}
th {
    color: #666;
}
th > a{
    color: #666;
}
th > a:hover{
    color: #000;
}
th > a:after {
    content: " \f0dc";
    font-family: FontAwesome;
    color: #666;
    opacity: 0.2;
    padding-left: 10%;

}
th > a.asc:after {
    content: " \f0de";
    font-family: FontAwesome;
    color: #666;
    opacity: 0.2;
}
th > a.desc:after {
    content: " \f0dd";
    font-family: FontAwesome;
    color: #666;
    opacity: 0.2;
}
.table-hover > tbody > tr:hover {
  background-color: #e1dfdf !important;
}
/* CENTRAR LOS ELEMENTOS EN LAS TABLAS GENERAL CON EL CLASS TABLE*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {vertical-align: middle !important;}

/*TD CON ALINEACION EN EL MEDIO */
.tdMiddle{
  vertical-align: middle !important;
}

/*ADDONS VERDADEROS*/
.input-group-bt {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-bt {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
} 
.input-group .form-control, .input-group-addon, .input-group-bt {
    display: table-cell;
}
/*ADDONS PARA FORMS*/

.input-group-ad {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-ad {
    width: 1%;
    white-space: nowrap;
    vertical-align: bottom;
}
.input-group .form-control, .input-group-addon, .input-group-ad {
    display: table-cell;
}
.input-group-ad button {
   cursor: default;
}

/*ESPACIO ENTRE RADIO BUTON EN UPGRADES*/
label[for=forma-0], label[for=forma-1]{
    padding-right: 20px;
}

.datepicker{
        padding-top: 20px;
}

.spaceButton{
    margin-right: 5px;
}
.search-header {
    position: relative;
    padding: 15px 15px 0 15px;
}
/*LOGO DE EMPRESAS EN VIEW*/
.empresa-logo {
    margin: 0 auto;
    padding: 3px;
    width: 30%;
    max-width: 30%;
}

table.table-recibos tr td{
  border-top: 1px solid transparent;
  line-height: 14px;
}

/*-------------//CONTENIDO GENERAL------------*/


/*-------------LOGIN------------*/
.login-box-body {
    background-color: #fff;
    padding: 20px;
    border-top: 6px solid #007F67;
    color: #666;
    box-shadow: 0 10px 10px -2px rgba(0,0,0,0.12),0 -2px 10px -2px rgba(0,0,0,0.12);
}
.singtext{    
    font-size: 20px;  
    color: #666667;
    font-weight: 500;
    letter-spacing: 1px;
}
.submitButton{
    background-color: #007F67;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 10px 0px;
    width: 100%;
    margin-left: 2px;
    font-size: 16px;
    border-radius: 0px;
    outline: none;
}
.submitButton:hover,.submitButton:focus{
    color: #fff;  
    background-color: #0E5E56;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

/*-------------//LOGIN------------*/
.affix{
position: fixed; /* to stop the div from scrolling */
top: 105px;          /* to fix the div at the top its containing element */
right: 0;
width: 47%;        /* to fix the div at the right of its containing element */
}
.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    max-height: 510px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 20%;
    float: left;
}

.form-price{
    width: 110px;
}
.button-final{
    margin-top: 15px;
}
.buttonsInline{
    margin-top: 25px;
}
#footer {
    clear: both;
    position: relative;
    z-index: 10;
/*    height: 3em;
    margin-top: -3em;*/
}
/*.form-control::-webkit-input-placeholder { color: red; }
.form-control:-moz-placeholder { color: red; }
.form-control::-moz-placeholder { color: red; }
.form-control:-ms-input-placeholder { color: red; }*/
/* FILTRO DE BUSQUEDAS*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
/*.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}*/
/*.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}*/
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* // FILTRO DE BUSQUEDAS*/

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
    background-color: #F6F6F6 !important;
    border: 1px solid #DEDCDC !important;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
/*.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; 
}*/
/*.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}*/
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
/*.form-group .form-control:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}*/
/*Botones de campos*/
a.btn-letter{
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
}
a.btn-letter > span{
  font-size: 10px;
}

/*botones view estudiantes*/
.btn-esp {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 140px;
    height: 60px;
    text-align: center;
    font-size: 12px;
}
.btn-esp>.fa, .btn-esp>.glyphicon, .btn-esp>.ion {
    font-size: 20px;
    display: block;
}
/*tabla de boleta*/
/*#boleta.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
#boleta.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: middle;
}*/
/*btns nostas historicas*/
.btn-nts {
    border-radius: 3px;
    position: relative;
    padding: 6px;
    margin: 0 0 10px 10px;
    min-width: 151px;
    max-width: 151px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    white-space:normal;
    font-weight: 500;
}
.btn-nts>.fa, .btn-nts>.glyphicon, .btn-nts>.ion {
    font-size: 14px;
    display: block;
}
/*---------RESPONSIVE----------*/
@media screen and (min-width: 768px) {
    .btn-responsive {   
        padding:2px 4px;
        font-size:80%;
        line-height: 1;
        border-radius:3px;
    }
    #adv-search {
        width: 500px;
        /*margin: 0 auto;*/
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #ecf0f5;
    padding-bottom: 8px;
    border-radius: 0 3px 3px 0;
        border: 1px solid #d2d6de;
}
.multiplesel {border:1px solid #ccc; width:100%; height: 150px; overflow-y: scroll; border-radius: 5px; padding: 10px;}

td.desc {font-size: 15px;vertical-align: middle;text-transform: capitalize;}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 18px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expandir";
}

.accordion-option .toggle-accordion.active:before {
  content: "Contraer";
}

div.page-break {
    page-break-after: always;
}

  .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/* personalizacion de las columnas en los reportes */
.dt-button-collection {
    position: absolute;
    z-index: 9999;
    padding: 3px 5px;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    width: 180px;
    display: grid;
}
/*EXTRAS*/
/*Alerts*/
.alert.alert-icon-left[class*=bg-] {
    border-left-color: rgba(0,0,0,.15)!important;
}
.alert[class*=bg-], .alert[class*=bg-] .alert-link {
    color: #FFF;
}
.alert.alert-icon-left {
    border-left-width: 4rem;
}
.bg-success {
    background-color: #28D094!important;
}
.round {
    border-radius: 1.5rem;
}
.mb-2, .my-2 {
    margin-bottom: 1.5rem!important;
}
.alert {
    position: relative;
}
.alert[class*=alert-arrow-]:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px;
}
.alert[class*=alert-icon-] .alert-icon {
    content: '\f2b2';
    font-family: FontAwesome;
    color: #FFF;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert[class*=bg-] .close {
    color: #FFF;
    opacity: 1;
    text-shadow: none;
}
.alert[class*=bg-], .alert[class*=bg-] .alert-link {
    color: #FFF;
}
.alert-link, .badge, .close {
    font-weight: 700;
}
/*LABEL DE ESTADO FE EN IMPRIMIR RECIBOS*/
.label-2 {
  display: inline;
  padding: .5em .50em .4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/*botones recibos view*/
.btn-app2 {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 100px;
    height: 60px;
    text-align: center;
    font-size: 12px;
}
.btn-app2>.fa, .btn-app2>.glyphicon, .btn-app2>.ion {
    font-size: 20px;
    display: block;
}

.text-white {
    color: #fff !important;
}

.error-row {
    background-color: #f8d7da !important; /* Fondo rojo claro */
    color: #721c24; /* Texto rojo oscuro */
}