@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

html {
  font-family: 'Lato', sans-serif; 
  background: #FFF;
  position: relative;
  height: 100%;
}

body {
  height: 100%;
  margin: auto 0 0 0px;
  padding: 0px;
  width: 100%;
  position: absolute;
  overflow: none;
}

body.fondo_login_back{
  /*background-image: url(/assets/img/fondo_login.jpg) !important;*/
  background-size: cover;
}

.strong{
  font-weight: bold;
}

.cont-logo{
  margin: 35px 0px 35px 10px;
}

.cont-logo img{
  max-width: 200px;
  float: left;
}

.view-options{
  width: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
}

#select_roles{
  width: 80%;
}

#binnacle{
  position: absolute;
  bottom: 5px;
  right: 20px;
  width: 20%;
  z-index: 1000;
}

#container_binnacle{
  overflow-y: scroll;
  max-height: 370px;
}

.well p{
  text-align: left;
}

#options_filter{
  padding: 35px;
}

.filters_section {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

fieldset {

}

#container_configuration_form{
  margin-top: 2%;
}

.gpm { padding: 10px; margin: 0px 0px 10px 0px; border: 1px solid; }
.gpm legend { border: initial; font-size: 14px; line-height: normal; margin-bottom: auto; padding: 0px 5px 0px 5px; width: initial; }
.gpm .urls { margin-left: 20px; }

.date_loader { display: none; }
.hours_loader { display: none; }

.table_value { max-height: 80px; overflow-y: auto; overflow-x: hidden; }

.modal { width: auto; }
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.input-group .asistencia a{
  border-radius: 0px 4px 4px 0px;
  border-left: transparent;
}

/****** HEADER ***************/
header {
  background: #112833;
  position: relative;
}

header .container-fluid { display: table; width: 100%;}
header h1, header a.navbar-text {
  color: #666;
  font-size: 18px;
  text-decoration: none;
  max-width: 250px;
}

header .header-section {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 0 5px;
}

header h1#logo {
  margin: 0;
}
header #userMenu > li > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #F5F7FA;
}

header > .navbar {
  background-color: #112833;
  min-height: auto;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}

header .navbar-header { width: 100%; }

header a.navbar-brand { 
  height: 55px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  vertical-align: middle;
}

header a.navbar-brand img {
  width: auto;
  max-width: 150px;
  max-height: 100%;
  padding: 0px;
  display: inline-block;
}

header .navbar-collapse.collapse.in { 
  overflow-y: visible 
}
header .logo_wrapper { 
  width: 400px; 
}
.header_backend .nav > li > a {
  color: #FFF; 
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  border-radius: 2px;
}
.header_backend .nav > li > a:hover,
.header_backend .nav > li > a:focus {
  color: #FFF;
  background: transparent; 
}

.header_backend .navbar-nav>.open>a, 
.header_backend .navbar-nav>.open>a:focus, 
.header_backend .navbar-nav>.open>a:hover{
  color: #FFF;
  background: #1f5f99;
  border-radius: 50px;
}

.header_backend .nav > li.active a {
  background: #2C3338;
  color: #FFF;
}

.header_backend .nav .dropdown-menu{
  right: 0px;
  left: 0px;
  margin: auto;
  top: 44px;
  background-color: #333;
  border-radius: 0px 0px 8px 8px;
}

.table-backend .dropdown-menu{
  overflow: auto;
  max-height: 400px;
  min-height: 100px;
}

.header_backend .nav .dropdown-menu > li > a{
  color: #fff;
}

.header_backend .nav .dropdown-menu > li > a:hover,
.header_backend .nav .dropdown-menu > li > a:focus{
  background-color: #222;
}

.header_backend .nav .dropdown-menu .active > a{
  background-color: #222;
  color: #fff;
}

/*********************************/

.form_wrapper {
  margin: auto;
  height: calc(100% - 150px);
}

.form_wrapper .container{
  display: table;
  height: 100%;
}

.form_wrapper .container .row{
  margin: auto;
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.form_wrapper .well legend{
  border-bottom: 0px;
  background-color: #f2f2f2;
  padding: 15px 25px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.form_wrapper label{
  color: #4d4d4d;
}

.color_enlace{
  color: #1f5f99;
}

#dashboard .widget .front .cabecera, 
#dashboard .widget .back .cabecera{
  background: #2C3338;
}

.btn-round{
  border-radius: 50px;
}

.btn-info {
  color: #fff;
  background-color: #1F5F99;
  border-color: #1F5F99;
}

.btn-warning{
  background-color: #e1a561;
  border-color: #e1a561;
}

.btn-danger{
  background-color: #cc5462;
  border-color: #cc5462;
}

.btn-cambio-nombre {
  position: absolute;
  right: 13px;
  top: -50px;
}

.titulo-formulario {
  background-color: #f2f2f2;
  color: #1f5f99;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 12px;
  width: 100%;
}

.modal-tarea .titulo-modal{
  background-color: #f2f2f2;
  color: #1f5f99;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 12px;
  width: calc(100% + 30px);
  border-radius: 5px 5px 0px 0px;
  margin: -15px -15px 0px -15px;
}

.modal-tarea .nav-tabs-modal {
  background-color: #00487f;
  padding: 5px 10px;
}

.modal-tarea .nav-tabs-modal a{
  color: #fff;
  padding: 0px;
}

.modal-tarea .nav-tabs-modal a:hover,
.modal-tarea .nav-tabs-modal a:focus{
  background-color: #0073bf;
  margin: 0px;
  padding: 5px 0px;
  border-radius: 50px;
}

.modal-tarea .nav-tabs-modal .active a {
  background-color: #0073bf;
  margin: 0px;
  padding: 5px 0px;
  border-radius: 50px;
}

#btn-redondo-login{
  padding: 0px;
}

#btn-redondo-login .btn-danger {
  border-radius: 100px 0px 0px 100px;
  background-color: #cc5462;
  border-color: transparent;
  margin-right: 3px;
  padding: 10px 15px 10px 25px;
}

#btn-redondo-login .btn-primary {
  border-radius: 0px 100px 100px 0px;
  background-color: #29abe2;
  border-color: transparent;
  padding: 10px 25px 10px 15px;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}

.container.login-cont{
  width: 100%;
}

.container.login-cont .row{
  position: relative;
}

.container.login-cont .validacion {
  position: absolute;
  top: 25px;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  right: 0px;
  left: 0px;
  z-index: 1;
}

.well.login-caja {
  max-width: 630px;
  width: 100%;
}

.well.login-caja fieldset{
  float: none;
  margin-left: 10px;
}

.img_login{
  display: inline-block;
  position: absolute;
  width: 320px;
  right: 0px;
  top: 25px;
}

.img_login img{
  width: 100%;
}

.form-actions {background: none; padding: 20px 0 0 0;}
.form-actions .btn {margin-right: 6px;}
.no-margin { margin: 0; }

.control-button {background: none; padding: 10px 0 10px 0;}
.control-button a.btn {margin: 20px;}

.help_div {
  margin-top: 3em;
}

footer {
  /*background: #123f68;*/

  width: 100%;
  height: auto;
  display: inline-table;
  max-height: 100px;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  bottom: 0;
  z-index: 2;
}

footer a {
  /*color: #59758D;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
footer a:hover {
  color: #fff;
}
footer ul {
  color: white;
}
footer h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #ddd;
}
footer address {
  margin: 0;
}
footer .col {
  padding: 10px;
}
footer .ministerio {
  color: #ddd;
}
footer .area1 {
  background: #232A30;
  padding: 0;
  padding: 10px 0;
}

footer .area2 {
  background: #2C3338;
  color: #FFF; line-height: 60px;
  height: 100px;
  margin-top: 20;
}

footer .area2 .container,
footer .area2 .container-fluid {
  position: absolute;
  width: 100%;
}

/*
footer .container-fluid {
}
*/

footer .footer_logo{
  width: 175px;
  margin: auto;
}

footer .container{
  padding: 10px;
}

/* footer .container img{
  width: 100%;
} */

footer .footer_terminos{
  /*background: #0d3354;*/
  text-align: center;
}

.footer_terminos div {
  display: inline-block;
  margin-right: 20px;
}

footer .area2 .container .footerGob,
footer .area2 .container-fluid .footerGob {
  position: absolute;
  right: 10px;
}

.modal-dialog{
  width: 100%;
}

.ajaxForm {
  position: relative;
  margin-bottom: 30px;
}
/* #main {
  position: relative;
  min-height: calc(100vh - 500px);
} */
.ajaxLoader {
  width: 80px;
  height: 24px;
  background: url("../img/ajax-loader.gif") 25px 16px no-repeat;
  color: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  padding-top: 56px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -12px;
}
.customLoader {
    width: 60px;
    height: 50px;
    background: url("../img/ajax-loader.gif") 25px 16px no-repeat;
    color: #000000;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
}
.dynaForm legend {
  border: none;
  margin: 0;
  /*color: #22832A;*/
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}
.dynaForm label {
  color: #1c1c1c;
}
.form-horizontal .checkbox, .form-horizontal .radio{
  padding: 10px 15px;
}
.dynaForm .help-block {
  color: #777;
}
.dynaForm .form-actions {
  background: none;
  border: none;
}

.ml_10 {
  margin-left: 10px;
}

.ml_20 {
  margin-left: 20px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_20 {
  margin-right: 20px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.clear_both {
  clear: both;
}

.well {
    padding: 15px;
    margin: auto;
    background: #fff;
    padding: 0px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #CCCCCC; 
}

.p_backend .menu_left {
  position: absolute;
  left: 0;
  top: 50px;
  padding-top: 45px;
  bottom: 0px;
  text-align: left;
  background-color: #f2f2f2;
  width: 230px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px;
}

.p_backend .barra_ocultar {
  position: fixed;
  height: 30px;
  color: #333;
  width: 214px;
  text-align: left;
  padding: 4px 7px;
  cursor: pointer;
  z-index: 10;
  padding-left: 20px;
}

.p_backend .barra_ocultar img{
  width: 30px;
  padding: 7px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.p_backend .barra_ocultar a:hover{
  text-decoration: none;
  color: #333;
}

.p_backend .bg-light{
  background-color: #cdcdcd;
}

/* .p_operativa .menu_left .bg-light{
  background-color: #333333 !important;
} */

.hidden_menu_scroll{
  position: fixed;
  width: 214px;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.hidden_menu_right_scroll{
  position: fixed;
  /*width: 250px;*/
  width: 630px;
  top: 0px;
  right: 0px;
  left: auto;
  overflow: hidden !important;
  z-index: 1;
}

.p_backend .menu_left #sideMenu {
  margin-top: 17px;
}

.p_backend .menu_left .nav > li > * {
  padding: 7px 20px;
}

.p_backend .menu_left .nav > li > a {
  color: #777;
}

.p_backend .menu_left .nav > li > a > span {
  color: #555;
}

.p_backend .menu_left .nav > li > .strong {
  border-top: 1px solid #ccc;
  margin: 0px 20px;
  padding: 3px 0px !important;
  margin-top: 10px;
  padding-top: 10px !important;
  cursor: default;
}

.p_backend .frontend_form {
  margin: auto;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0.1px 0px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0.1px 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: 0.1px 0px 1px 0px rgba(0,0,0,0.3);
  margin-bottom: 15px;
}

.p_backend .hidden_menu_scroll ~ .container-after-siderbar{
  padding-left: 245px;
  max-width: 1500px;
  margin: 0 auto;
}

/* Estilos para modal derecho en vistas*/


.p_backend .modal-vistas .modal-header {
  background-color: #cdcdcd;
  color: #333;
  font-size: 15px;
  margin: -15px -15px 0px -15px;
  width: calc(100% + 30px);
  padding: 5px 15px;
}
.modal-vistas {
  position: initial;
  right: 0px;
  top: 95px;
  /*width: 265px;*/
  width: 615px;
  overflow-y: scroll;
  height: 100%;
  margin-top: 0px;
  background-color: #f2f2f2;
}
.modal-vistas .modal-content{
  background-color: #f2f2f2;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  height: 100%;
}
.modal-vistas .modal-footer{
  padding-bottom: 80px;
  text-align: center
}
.modal-vistas .modal-footer a {
  width: 45%;
}
.modal-vistas .modal-body .input-group-addon{
  padding: 6px 6px;
}
.modal-vistas .modal-body .input-group-addon + input{
  width: 81% !important;
}
.modal-vistas .modal-body .input-group-addon ~ .btn-group .btn .glyphicon {
  display: none;
}
.modal-vistas .modal-body .input-group-addon ~ .btn-group .caret {
  margin-left: 0px !important;
}
/*.modal-vistas .modal-body table {
    width:100%;
}
.modal-vistas .modal-body .table thead {
    display: none;
}
.modal-vistas .modal-body .table tr:nth-of-type(2n) {
    background-color: inherit;
}
.modal-vistas .modal-body .table tr td:first-child {
    background: #f0f0f0;
    font-weight:bold;
    font-size:1.3em;
}
.modal-vistas .modal-body .table tbody td {
    display: block;
    text-align:center;
    border-top: 0px;
}
.modal-vistas .modal-body .table tbody tr td:nth-of-type(2) {
  border-bottom: 1px solid #ddd;
}
.modal-vistas .modal-body .table.table-datos tbody td:nth-of-type(1):before {
    content: 'Etiqueta';
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    color: #333;
}
.modal-vistas .modal-body .table.table-datos tbody td:nth-of-type(2):before {
  content: 'Valor';
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  color: #333;
}*/
/* Fin de estilos para modal derecho en vistas*/

.nav-informativa li a{
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #ddd;
  padding: 6px 15px;
  margin-right: -2px;
  margin-bottom: -1px;
}

.nav-informativa li.active a{
  background-color: #1f5f99;
  border: 1px solid #1f5f99;
}

.table-seguimiento .tablesaw-sortable-btn{
  text-align: left !important;
}

.table-seguimiento .btn.btn-round{
  padding: 4px 15px;
}

.menu_busqueda {
  width: 398px;
  position: fixed;
  top: 62px;
  right: 0px;
  z-index: 1001;
}

.menu_busqueda > *{
  display: inline-block;
}

.menu_busqueda a{
  color: #fff;
}

.menu_busqueda input{
  height: 26px;
  border-radius: 50px 0px 0px 50px;
  margin-right: -4px;
}

.menu_busqueda button{
  height: 26px;
  border-radius: 0px 50px 50px 0px;
  padding: 4px 15px 4px 10px;
}

.menu_busqueda object{
  width: 16px;
}

.chosen-choices {
  border-radius: 4px;
  border: 1px solid #ccc !important;
  min-height: 34px;
  padding: 4px 12px !important;
}

/* New styles */
header #userMenu > li > a:hover {background: #5bb75b}
.caret {margin-left: 8px !important;}

legend {
  /*color: #22832A;*/
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}
.dropdown-menu > li > a:hover {
  background: #f0f0f0 !important;
  color: #2C3338;
}
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"] {background-image: url("../img/glyphicons-halflings.png");}
/* .btn-success > i {background-image: url("../img/glyphicons-halflings-white.png");} */

.dropdown .icono_iniciales{
    width: auto;
    font-weight: 600;
    background-color: #29abe2;
    display: inline-block;
    border-radius: 100%;
    padding: 8px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.menu_nombre a{
  padding-right: 50px !important;
}

.header_backend .user_menu_backend {margin-bottom: 10px !important;}
.header_backend #menu {margin-bottom: 0;}
.header_backend .nav-pills > li > a {color: #2C3338; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.header_backend .nav-pills > li > a:hover {background: #DADADA;}
.header_backend .nav-pills > li.active a {background: #2C3338; color: #FFF;}

.breadcrumb {
  position: fixed;
  left: 0px;
  top: 55px;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0px;
  background: #4d4d4d;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0px;
  z-index: 1000;
}

.breadcrumb + *{
  margin-top: 110px !important;
}

.breadcrumb>li+li:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 20px;
  background-color: #4f4f4f;
  border-radius: 0px 50px 50px 0px;
}

.breadcrumb>li:last-child {
  background: #4d4d4d;
  color: #fff;
  padding-left: 30px;
  padding-right: 14px;
  position: relative;
}

.breadcrumb>li:first-child {
  padding-left: 30px;
}

.breadcrumb>li:nth-last-child(2){
  background-color: #3e3e3e;
}

.breadcrumb>li:nth-last-child(1):before{
  background-color: #3e3e3e;
}

.breadcrumb>li:nth-last-child(3){
  background-color: #363636;
}

.breadcrumb>li:nth-last-child(2):before{
  background-color: #363636;
}

.breadcrumb li, .breadcrumb li.active {
  text-shadow: none; 
  color: #fff;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  float: left;
  padding-top: 10px;
}

.breadcrumb li a, .breadcrumb .divider {color: #999;}
a {color: #2C3338;}

.nav-breadcrumb{
  z-index: 1001;
  position: fixed;
  margin-top: 55px;
  width: auto;
  right: 0px;
  border-bottom: 0px solid #ddd;
}

.nav-breadcrumb a{
  color: #fff;
  margin: 7px 10px !important;
  padding: 3px 20px !important;
  border: 0px !important;
}

.nav-breadcrumb a:hover{
  border: 0px;
  color: #333;
  margin: 7px 10px;
  padding: 3px 20px;
  border-radius: 50px;
}

.nav-breadcrumb li.active a{
  color: #fff;
  background-color: #333;
  border: 0px;
  margin: 7px 10px;
  padding: 3px 20px;
  border-radius: 50px;
}

.menu-componentes {
  background-color: #f2f2f2;
  position: relative;
  left: 0px;
  top: 95px;
  height: auto;
  min-height: calc(100% - 95px);
  width: 230px;
  padding-top: 0px;
}

.menu-componentes .menu-titulo{
  background-color: #cdcdcd;
  padding: 10px 9px;
}

.menu-componentes .menu-titulo img{
  float: right;
}

.menu-componentes .dropdown-menu{
  position: relative;
}

.menu-componentes .componente-titulo {
  color: #333;
  padding: 8px 15px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}

.menu-componentes .icono-menu {
  width: 14px;
  margin-right: 5px;
  margin-left: -8px;
}

.menu-componentes .dropdown-menu li{
  color: #777;
  cursor: pointer;
}

.menu-componentes .componente-titulo + .dropdown-menu {
  margin: 0px;
  border: 0px;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #ecedec;
}

.menu-componentes .componente-titulo + .dropdown-menu li {
  padding: 5px 16px;
}

.menu-componentes .open .componente-titulo{
  color: #1f5f99;
}

.open .caret {
  border-bottom: 4px dashed;
  border-top:0px;
}

.menu-componentes + #areaFormulario{
  width: 100%;
  margin-left: 140px;
}

.menu-componentes div:first-child + div{
  padding-top: 30px;
}

.pagination {
  margin: 5px 0;
}

#obligatory_fields_permissions {
  padding-top:  20px;
  text-align:   center;
  margin:       auto;
}

span.remaining_fields{
  color:        #B43104;
  font-weight:  bold;
  font-family:  sans-serif, arial;
}

div.reports_buttons{
  float: left;
  width: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

div.reports_buttons input{
  font-size: 15pt;
  width: 150px;
  height: 50px;
}

div.show_error{
  background-color: #F79F81;
  text-align:       center;
  margin:           auto;
}

div.show_notice{
  background-color: #CEF6CE;
  text-align:       center;
  margin:           auto;
}

p.aditional_notes{
  text-align: center;
  font-size: 8pt;
}

p, span.input-xxlarge{
 font-size: 13px !important;
}

.color-red{
  color: #b94a48;
}

.overdoc {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.cc_radio {
  margin-left: 180px;
  vertical-align: bottom;
}

.cc_radio input{
  margin:0;
  padding:0;
  position: absolute;
  z-index: -10;
  margin-top: -15px;
}

.cc_radio label.active{
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.cc_radio div{
  display:inline-block;
  max-width:200px;
  min-width:200px;
  max-height:200px;
  min-height:200px;

  border: solid 1px;
}

.cc_radio div label{
  padding: 0;
  overflow: hidden;
  text-align: center;
  cursor:pointer;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  min-height:200px;
  max-height:200px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
  filter: brightness(1.8) grayscale(1) opacity(.7);
}

.cc_radio div p{
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

a.return_step {
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  color: #993333;
}

a.review_details {
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  color: #333399;
}

div.graphics {
  margin: auto;
  text-align: center;
}

#reasignarLink {
  text-decoration: none;
  color: #19addc;
  font-weight: bold;
}

.tooltipX {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipX .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltipX .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipX:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltipX .tooltipcomenzar {
  visibility: hidden;
  width: 350px;
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  top: -13px;
  right: -86px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.3);
}

.tooltipX .tooltipcomenzar::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 100%;
  margin: auto;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.tooltipX .tooltipcomenzar .btn {
  float: none;
  margin: 5px 0px 5px 0px;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;
}

.form-modal {
  padding: 1px 1px !important;
  font-size: 12px !important;
}

.ui-sortable-handle {
  cursor: move !important;
}

ul.modal_form_list li a {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.tabbable div.tab-content {
  margin-top: 40px;
}

.logo_Header{
  margin-left: 15px;
  padding: 10px 0;
}

ul.separator {
  margin: 20px;
}

.modal-body {
  padding: 15px 0px 0px;
  display: flex;
  flex-direction: column;
} 

.modal-body.body-tabla-dinamica{
  /*display: inline-block;*/
}

.modal-content {
  padding: 15px !important;
  margin-top: 95px;
  border: none;
  background-color: #fdfdfd;
}

img.footer_logo_image {
  max-height: 100%;
}

.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 2px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto; 
}

a.download {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
}

.ball-clip-rotate {
  position: absolute;
  right: 20px;
  margin: 2px;
}

.ball-clip-rotate > div {
  background-color: #2C3338;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 3px solid #2C3338;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite;
}

/* body.p_backend{
  height: calc(100% - 120px);
} */

.p_backend footer{
  position: fixed;
}

.container{
  padding-bottom: 80px;
}

.p_backend main {
  height: auto;
  min-height: calc(100% - 107px);
}

img.ico_pag{
  width: 14px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(.7);
            transform: rotate(0deg) scale(.7);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(.7);
            transform: rotate(360deg) scale(.7);
  }
}

/*Efectos al eliminar */

.btn-add-rows{
  float:right;
  margin-bottom: 5px;
}

.table-pay{
  margin-bottom:8px;
}

section.orden_pago{
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

section.orden_pago table .btn {
    padding: 3px 12px;
}

section.orden_pago table {
    display: inline-table;
    margin-top: 15px;
    margin-bottom: 5px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    order: 2;
}

section.orden_pago table + center{
    order:3;
}

section.orden_pago .paginador_registro {
    position: relative;
    top: 0px;
    right: 15px;
    margin-bottom: -18px;
    text-align: right !important;
    order: 1;
}

section.orden_pago label{
    margin-top: 14px;
}

section.transaction{
    z-index: 1;
    padding-bottom: 0px !important;
    position: fixed;
    width: 300px;
    padding-top: 0px;
}

section.datos-factura{
    z-index: 1;
    padding-bottom: 0px !important;
    position: fixed;
    width: 300px;
    background-color:#f5f5f3;
    margin-top: 50px;
}

.color-changed div, .color-changed h4{
    background-color: white !important;
    color: #313c4e !important;
}

.margin-15{
    margin-left: -8px !important;
    margin-right: -8px !important;
    width: 102% !important;
}



section.datos-factura h4,
section.datos-factura div.p-0{
    background-color: #313c4e;
    color: white;
    margin: 0;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    border-radius: 3px 3px 0px 0px;
}


section.orden_pago{
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

section.orden_pago table .btn {
    padding: 3px 12px;
}

section.orden_pago table {
    display: inline-table;
    margin-top: 15px;
    margin-bottom: 5px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    order: 2;
}

section.orden_pago table + center{
    order:3;
}


.table-responsive{
    border: 0px solid !important;
    min-height: .01%;
    overflow-x: auto;
    width: auto;
    overflow-y: hidden;
}

.table-responsive.table_front thead tr{
  background: #f2f2f2;
  border-bottom: 0px solid #ddd;
}

.table-responsive.table_front thead tr th{
  border-bottom: 0px solid #ddd;
}

.table-responsive.table_front tbody>tr>td{
  border-top: 0px solid #ddd;
}

.table-responsive.table_front tbody>tr:nth-child(even){
  background: #f0f7fb;
}

section table thead tr{
    background-color: #2f3a4e;
    color: #ffffff;
}

section table thead tr a{
    color: #ffffff;
}

section table tbody tr:nth-of-type(odd),
.container .frontend_form table tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

section table tbody tr:nth-of-type(even) {
    background-color: #eaeaea;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    color: #1f5f99;
}

#resume-factura {
    padding-bottom: 10px;
}

.tag{
    margin: 15px;
    font-style: italic;
    color: black;
    line-height: 15px;
}

.no_show_td{
  display: none;
}


.icon-container span {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #afafaf;
}
#iconoMostrado{
  margin-top: 20px;
  margin-bottom: -30px;
}
.icon-display span {
  font-size: 24px; /* Ajusta al tamaño deseado */
  padding: 5px;
  border: 1px solid #afafaf;
}
.icono-activo{
  color: #007bff;
}

.cursor-pointer {
  cursor: pointer !important;
}

.folders-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.folder-container {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.folder-icon img {
  width: 80px;
  height: 80px;
}

.folder-label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.folder-date .glyphicon {
  margin-right: 5px;
}

.search-container {
  margin-top: 20px;
  margin-bottom: 50px;
}

.search-form {
  display: flex;
  align-items: center;
}

.search-form .form-control {
  flex: 1;
  margin-right: 10px;
}

.search-form .btn {
  white-space: nowrap;
}
.folder-container {
  margin-bottom: 20px;
}

.folder-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  text-align: center;
}

.folder-link:hover {
  background-color: #eee;
}

.folder-icon {
  margin-bottom: 10px;
}

.folder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.folder-label,
.folder-date {
  margin-bottom: 5px;
}


.solicitante-on-offline {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #666;
  margin-right: 62px;
  width: 35%;
}
