/*GENERALES*/
* {
    outline: none;

}
.navbar {border:none;margin: 0;}
.navbar-brand {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
  color: #fff !important;
  text-transform: uppercase;
}
header {
    height: 110px;
    background: #01185d;
    /*background-image: url(../images/interna.jpg);*/
    color: #fff;
}
 h1 {
    font-size: 31px;
    text-transform: uppercase;
    font-family:'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #d9a81b;
}
 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family:'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #5a6932;
}
section.section-internas .container {
    min-height: 69.5vh;
}
.text-muted {
    color: #ccc;
}
.col-md-3.menu_bg {
    background: #133475;
    /*position: absolute;
    top: 0;
    bottom: 0;*/
}
.section-internas .col-md-9 {
   /* margin-left: 25%;*/
}
.panel-body {
    /* width:  90%; */
    /* margin:  0 auto; */
    /* background-color: #eff3f6 !important; */
}

.col-md-10 {
    padding: 38px;
}
/*INICIO ========================================*/
section#inicio {
    background: url(../images/imagen-home.webp);
    background-size: cover;
    margin: 10% 0;
    width: 100%;
    margin: 0 auto;
    padding: 33px 0;
    /* max-width: 1200px; */
    /* min-height: 600px; */
    min-height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
section#inicio:before {
    content: "";
    background: #00000069;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
section#inicio .panel-footer {
    background: transparent;
}
#inicio .logo {
    position: initial;
    margin: 0 auto;
    text-align: center;
}
body {
    background: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    height: auto !important;
    margin: 0px auto -194px;
}
html, body {
	height: 100%;
}
#push {
	height: 190px;
}
.push {
    height: 75px;
}
.logo {
    margin-top: 3%;
    /* position: absolute; */
    width: 25%;
}
.login-form {
    /* margin-top: 20%; */
    /* margin-bottom: 25%; */
    max-width: 500px;
    margin: 0 auto;
}
.img-login {
    text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
}
.breadcrumb {
    background-color: #fff;
}
section#inicio .logo {
    /* background: #fff !important; */
    /* padding: 51px !important; */
    /* width: 64% !important; */
    /* margin: 0 auto; */
    /* margin-bottom: 20px !important; */
    /* height: 120px; */
}

a.btn, .btn:hover {
    background-color: #620002 !important;
}
label.col-md-3 {
    padding: 0 !important;
    margin:  0 auto;
}

section#inicio .logo img, section#inicio .logo {
    width: 50% !important;
    background: none;
}

/*enlaces =====================================*/
a {
    color: #9a9a9a;
    }
a:focus, a:hover {
    color: #d9a81b;
}
ol.breadcrumb a {
    color: #133475;
}
ol.breadcrumb li.active {
    color: #030e2d;
}
a.btn:hover, .btn:hover, .office2010blueKGR .kgrRefresh:hover, span.kgrInsert:hover {
    background: #01185d !important;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
/* FIN DE enlaces ===============================*/	
.user.text-right.cursorPointer {
    /* background: #d9a81b; */
    padding: 30px 5px;
    line-height: 15px;
    text-align: center;
}
span.glyphicon.glyphicon-user {
    margin-right: 15px;
}
span.caret {
    margin-right: 10px;
}
input {
    padding: 15px;
    background: #cccccc;
    border: 1px solid #fff;
}
label.col-md-3 {
    /* margin: 17px 0; */
    vertical-align: middle;
	color:#838485;
	text-align:right;
	text-transform: uppercase;
}
/*BOTONES*/
button.btn.btn-lg.btn-primary.btn-block {
    margin: 0 auto;
    max-width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #838485;
    border-color: transparent;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #838485;
    border-color: transparent;
    border-radius: 0;
}
a.btn, .btn { /*Color general de los botones */
    background-color: #620002!important;
    border: 0;
    border-radius: 0;
    color: #fff;
    border-radius: 7px !important;!i;!;
}

.btn-delete{
    background-color: red !important;
}
.btn-delete:hover{
    background-color: orange !important;
}

a.btns, .btn-save{
    background-color: green !important;
}



/*fin de botones*/
/*formularios */
input, textarea {
    margin-bottom: .5em;
    border-radius: 0 !important;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
form[role=login] img {
    display: block;
    margin: 10% auto;
    /* margin-bottom: 20px; */
}
.login-form .form-group {
    margin-bottom: 15px;
    background: #eeeeeec7;
    padding:  0;
}
input#usr_pass, input#usr_email {
    background: #ffffff29 !important;
    border: none;
    margin: 0;
}
.cont_error{
    margin: 15px 0;
}
.cont_error>.alert{
    text-align: center;
    color: #08f318;
}
.cont_main{
    background: #FFF;
}
.panel-default>.panel-heading{
    background-color: #FFF;
}
.panel-body{
    /* min-height: 600px; */
}
section.section-internas {
    /* background: #eff3f6; */
}
.colmenu {
    padding: 0;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-size: 16px;
    font-family:'Lato', Helvetica, Arial, Lucida, sans-serif;
}
.cont_menu {
    /* background: #009abf !important; */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #FFF;
    background: #620002;
}
.nav>li:hover, .nav>li.active {
    background: #620002;
    border-radius: 20px 0 0 20px;
}
.nav>li a {
    display: flex;
    align-items: center;
    text-align: left;
}
.nav>li p {
    text-align: left;
    margin: 0 !important;
    padding: 010px;
    font-size: 14px;
}
.user{
    line-height: 50px;
}
.footer_site{
    font-size: 80%;
    position:  relative;
}
/*ICONOS*/
img.icon-obras {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-top: 11px;
    padding: 7px;
    /* background: #00246a; */
    /* border: 10px solid #f4f4f4; */
    /* border-radius: 50%; */
    /* transition: .5s; */
    /* box-shadow: 5px 5px 5px rgba(204, 204, 204, 0.5); */
}
.cont_iconos .col-md-4 {
    width: 130px;
    height: 130px;
    background: rgb(217 168 27);
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 5px 5px 5px rgb(204 204 204 / 50%);
    text-align: center;
    margin: 10px 45px;
    padding: 20px;
}
.cont_iconos .col-md-4 a {
    color: #fff;
}
.cont_iconos a p:hover {
    background: #615d5d;
}
.cont_iconos{
    /* margin: 30px 0; */
}
.logo img{
    width: 55%;
    padding:  0;
    margin:  0 auto;
    margin-top: -10px;
}
.new_line{
    display: block;
    margin: 15px 0;
}
.icon_btn{
    padding: 5px;
    margin-left: -20px;
}
.cont_proycrear label{
    font-size: 13px;
}

.fancybox-inner{
    /*overflow: hidden !important;*/
    overflow: hidden !important;
    overflow-y: auto !important;
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
}

 .msg_response{
    padding: 15px;
    font-weight: bold;
    color: #84878A;
    font-size: 18px;
 }
 .kgrLinkAddProv{
	 	font-size: 10px;
    display: inline-block;
    height: 18px;
		margin-left: 1px;
    margin-right: 1px;		
 }

/*Estilos para el grid bootstrap*/
section.section-internas>.panel-body>.container-fluid {
    background: #ffffff;
    position: relative;
}
div#fechaInicio_datepicker, div#fechaFin_datepicker {
    top: 0px !important;
    left: 160px !important;
}
.datable_bootstrap .table{
    margin-bottom: 10px;
    font-size: 12px;
}
.datable_bootstrap .dataTables_paginate{
    margin-top: -15px;
    /*text-align: right;*/
}
.datable_bootstrap table thead{
    background: #01185d;
    color:  #fff;
}
.datable_bootstrap .table-striped{
    background: #dee5eb;
}
.rowDia{
    background: #dee5eb !important;
}
.datable_bootstrap .dataTables_info{
    font-size: 11px;
}

.dataTables_processing {
        position: relative;
        top: -50%;
        left: 0%;
        width: 100%;
        height: 30px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;

        text-align: center;
        font-size: 1.2em;

        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba($table-row-background, 0)), color-stop(25%,rgba($table-row-background, 0.9)), color-stop(75%,rgba($table-row-background, 0.9)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:    -moz-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:     -ms-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:      -o-linear-gradient(left,     rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
        background:         linear-gradient(to right, rgba($table-row-background, 0) 0%, rgba($table-row-background, 0.9) 25%, rgba($table-row-background, 0.9) 75%, rgba($table-row-background, 0) 100%);
    }

 .loaderG {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left:250px;
  margin-top:250px;
}   

.glyphicon-trash{
    cursor: pointer;
}

input[type="file"]{
    width:90%;
}
.prodConsumido{
    background:#da8133;
    color:#FFF
}

.fieldHidden{
    display: none !important;
}
select option[disabled] {
    color: #ccc;
}
.error{
    font-size: 10px !important;
}
.tituloTblHM{
    font-size: 15px !important;
    font-weight: bold;
}
.pesos{
    position: relative !important;
}
.pesos::before {
    content: '$ ';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 10px;
}
.ptcFactor{
	margin-left: -20px;
  font-size: 18px;
}
/*estilos menu*/
ul.nav.navbar-nav img {
    float: left;
    margin-right: 15px;
    max-width: 30px;
}
.navbar-header {
	background: #01185d;
	background-size: cover;
	color: #fff !important;
	font-weight: 800;
	letter-spacing: 1px;
}
	h1.titulo {
    /* padding-bottom: .5em; */
    /* border-bottom: 1px solid #999; */
    font-weight: bold;
    margin: 22px 0;
    /* width: 103% !important; */
 }

	#map {
		height: 300px;
	}

.inpDisabledConc{
    width:60px;
    border-radius:5px;
    padding:8px;
}
#msgNoModFechas{
    font-size: 10px;
    font-weight: bold;
}
.inpConcP{
	width: 80px !important;
}
.defaultKCD .kcdDay a{
	font-size: small;
}
#contsGrid .defaultKCD .kcdDay a{
	font-size: 11px;
}
.tblContEstimacion{
   font-size: 11px;
}
.content_block{
    display: block;
}
.content_block div{
    display: inline-block;
    width: 48%;
}
.font_small{
    font-size: 10px;
}
.font_medium{
    font-size: 14px;
}
.alt_minima{
    min-height: 60px;
}
.iconoCalendario{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 16px;
	height: 16px;
	background: transparent url(../images/icon_calendar.png) no-repeat scroll 0 0;
	cursor: pointer;
	margin-right: 2px;
}

.colmenu.col-md-2.menu_bg {
    background: #009abf;
    /* height: 100% !important; */
}

/*quitar btns flechas e input type number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}




/*css para fancys*/
#fancy_AbonarPago, #fancy_Abonar, #fancyEliminarAbono{
    display:none;
    width:560px;
   padding: 10px;
    border: #ccc solid thin;
    margin: 0 auto;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
}
/*TamaÃƒÂ¯Ã‚Â¿Ã‚Â½o de letra para el boton desactivar usuario*/
.btnDesactivarUsuario{
    font-size: 10px;   
}
/*ancho para los iconos que se usan en grids*/
.iconoDesactivar{
    width: 20px;
}
/*Generar un div con scroll para las imagenes de garantias*/
#scrolly{
    width: 600px !important;
    height: 150px !important;
    overflow: auto !important;
    overflow-y: hidden !important;
    margin: 0 auto !important;
    white-space: nowrap !important;
}
/*Clase para las imagenes que se muestran en garantias*/
.img2{   
    width: auto;
    height: 140px !important;
    margin: 20px 10px !important;
    display: inline !important;
}
/*Elemento oculto*/
.oculto{
    display: none !important;
}

.oculto2{
    display: none;
}
/*Estilo para las tablas responsivas*/

.containerTable {
    border: 1px solid #3697f6;
    width: 99%; 
    display:table
}
.rowDivHeader {
    border: 1px solid #668db6;
    background-color: #0081A6;
    color: #fff;
    font-weight: bold; 
    display:table-row;
}
.rowDiv {
    border: 1px solid #668db6;
    background-color: #fff;
    display:table-row;
    color: #818386;
}
.cellDivHeader {
    border-right: 1px solid white;
    display: table-cell;
    width:12%;
    padding: 1px;
    text-align: center; 
}
.cellDiv {
    border-right: 1px solid #e3e3e3;
    display: table-cell;
    width:10%;
    padding-right: 4px;
    text-align: center;
    /*border-bottom: none;*/
    border-bottom: 1px solid #f1f1f1;
}
/*Fin estilo tablas responsivas*/
/*Ajustar tooltip de bootstrap*/
.tooltip {
    position: fixed;
}
/*Ajustar tamaÃƒÂ¯Ã‚Â¿Ã‚Â½o del tooltip de bootstrap*/
.tooltip-inner {
    max-width: 100%;
    /* If max-width does not work, try using width instead */
    width: 400px; 
}
/*alinear texto a la derecha*/
.inputRight{
    text-align:right;
}
/*Se usa para que cambie el cursor*/
.cursorPointer{
    cursor: pointer;
}
/*clase para que un badge se muestre con fondo azul, tipo info*/
.badge-info {
background-color: #269abc;
}
/*Color blanco para los enlaces que se encuentren dentro de un badge */
.badge-info a{
    color: white;
}
/*Cuerpo del panel de un acordeon, altura 100%, la altura minima se baja de 600 a 100px*/
.panel-body {
    height: 102%;
    /* min-height: 100px !important; */
    padding-top: 0;
    background: #ffffff;
    padding-bottom: 0;
    /* max-width: 1200px !important; */
    padding: 0 !important;
    margin:  0 auto;
}
.panel-heading {
    display: none;
}
.panel-footer {
    background-color: #01185d;
    border: none;
    padding: 24px;
    font-size: 12px;
    border: none;
    color: #fff !important;
}
/*Css para boton de carga de imagenes*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*CSS para file upload drag and drop*/
.demo-droppable {
    background: #5AC2F9;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    width: 500px;
    margin: 0, auto;
    cursor: pointer;
    border-style: dotted;
  }
  .demo-droppable.dragover {
    background: #868589;
  }
/*Menu de perfil usuario*/
  .dropdown-menu{
    background-color: #fff;
    top: 144%;
    border-radius: 0;
    left: -6px;
  }
  .dropdown-menu>li>a{
    color: #000146;
  }
/*Clases error y valid para validator*/
 input{border:1px solid black;margin-bottom:.5em;}
 input.error, select.error, textarea.error{border:1px solid red;}
 label.error{background:url('../images/error.gif') no-repeat;padding-left:16px;margin-left:.3em;}
 label.valid{background:url('../images/valid.gif') no-repeat;display:block;width:16px;height:16px;}
/*Clases para cambiar contraseÃƒÂ¯Ã‚Â¿Ã‚Â½as*/
 .password .glyphicon,#password2 .glyphicon {
    display:none;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor:pointer;
    z-index: 10;
}
input.password {
    -webkit-text-security: disc;
    font-family: 'text-security-disc';
}
.white{
    color: white;
}
.imagenperfil{
    max-height: 250px;
}
/*TABLAS =====================================================*/
.cont_grid, div#aclaracionesGrid, div#garantiasGrid, div#garantiasGrid_updatepanel, div#comunicadosGrid, div#comunicadosGrid_updatepanel, div#momentosGrid, div#momentosGrid_updatepanel, div#sugerenciasGrid, div#MensajesGrid, div#MensajesGrid_updatepanel {
    width: 100% !important;
}
div#contsGrid {
    width: 100%;
    text-align: center;
}
div#sugerenciasGrid_updatepanel {
    width: 100%;
}
.alert-info {
    margin-top: 1em;
}
a.btn.btn-primary {
    margin-left: 10px;
}
.office2010blueKGR .kgrHeader, .ajs-header {
	background: #384E73!important;
	border: none!important;
	text-align: left !important;
	text-transform: uppercase;
	font-weight: bold !important;
}
 .office2010blueKGR .kgrPager {
	background: none !important;
}
table.kgrTable, div#comunicadosGrid_mt, .office2010blueKGR .kgrTableView{
    border: none !important;
}
.office2010blueKGR .kgrAltRow { 
background:none !important;
}
/*.office2010blueKGR .kgrCell {
    border: none !important;
    border-bottom: 1px solid #ececec !important;
    text-align: left;
}*/
input.nodecor.kgrSortNone {
    /* display: none; */
}
a.btn.btn-primary.btnEnviarMensaje {
    margin: 15px 0;
}

input#fechaAl, input#fechaDel {
    background: none;
    border: none;
    padding: 0 15px;
    color: #133475;
    font-weight: bold;
}
.office2010blueKGR .kgrPager .kgrInfo {
	    color: #d2d2d2;
	}
.office2010blueKGR .kgrSortHeaderText, .office2010blueDummyHeader .kgrSortHeaderText, .office2010blueKGR .kgrHeader .kgrIn, .office2010blueDummyHeader .kgrIn {
    color: #fff !important; }
.office2010blueKGR .kgrLinkEdit {
    background-position: 0px -1697px !important;
}
.kgrIn a {
    display: inline-flex;
    vertical-align: middle;
    
    !im;!;
}
.office2010blueKGR .kgrPager a.kgrNumSelected span, .office2010blueKGR .kgrPager a.kgrNumSelected:hover span, .office2010blueKGR .kgrPager a.kgrNumSelected, .office2010blueKGR .kgrPager a.kgrNumSelected:hover { background:none !important;}
.office2010blueKGR .kgrFunctionPanel {
    background: none !important;
}
.office2010blueKGR .kgrRefresh a, .office2010blueKGR .kgrInsert a {
    color: #fff !important;
}
.office2010blueKGR .kgrRefresh , span.kgrInsert{
    float: none;
    background: #620002;
    padding: 12px;
    margin: 10px;
    border-radius: 4px;
}
.office2010blueKGR .kgrRefresh {
    float: none !important;
}
.kgrPager.kgrNextPrevAndNumericPager {
    border: none !important;
}
.office2010blueKGR .kgrPager a.kgrNum:hover span, .office2010blueKGR .kgrPager a.kgrNum:hover {
	background:none !important;}
	span.kgrRefresh a, span.kgrInsert a {
    vertical-align: middle;
}
.office2010blueKGR .kgrFunctionPanel {
    line-height: 46px !important;
}


.tabdisabled {
   pointer-events: none;
   cursor: default;
}

.imgGrid{
    height: 40px;
}

.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}


.btn_cont_file {
    /* max-height: 42px; */
    height: 42px;
}

.panel .panel-heading{
    display: block;
    margin-bottom: 10px;
}

.panel .panel-body{
    padding-top: 8px;
}

.tbEdit img
{
    height:18px;
    width:18px;
    cursor: pointer;
}

.tbEdit img.icon-big{
    width: 50px;
    height: auto;
}

.inputConIcono{
    width: 80%;
    display: inline-block;
}
.inputConIcono1{
    width: 65%;
    display: inline-block;
}

.iconoInput{
    width: 16px;
    height: 16px;
}

.dataTables_filter{
	display:none;
}

/*.dataTables_length{
    float: left;
}*/



.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/****** NUEVO CSS ******/
.panel-body {
    width: 100%;
    /* margin:  0 auto; */
    background-color: #ffffff;
    min-height: 146px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.col-md-10 {
    padding: 0;
    width: 82%;
    !i;!;
}

div#contsGrid {
    margin:  0 auto;
    padding:  0;
    float: left;
    width:  90%;
}


select#buscar_por {
    width:  117%;
}

.row {
	/*
    width: 90%;
    margin: 0 auto !important;
    padding:  0 !important;*/
	margin-right: 0;
	margin-left: 0;
}
ul.pagination li a {
    color:  #fff !important;

    background: #11a9a1 !important;
    cursor: pointer !important;
    padding: 10px !important;
}

ul.pagination li a:hover, ul.pagination li a:active {
    background: #17212f !important;
}
.panel-default>.panel-heading{
    background-color: #FFF;
}
.panel-body{
    /* min-height: 600px; */
}
section.section-internas {
    /* background: #213945; */
    max-width: 100%;
    margin: 0 auto;
    min-height: 600px;
}
/*====================== 16/10/18 ======================*/
/*.logo:after {
    background: #fff;
    content: "";
    height: 118px;
    width: 92%;
    top: -27px;
    left: -30px;
    right: 0;
    bottom: 0;
    position: absolute;
}*/

section.section-internas {
    min-height: 600px;
}

.colmenu.col-md-2.menu_bg {
    background: #757575;
    height: 600px !important;
    width: 20%;
    position: sticky;
    z-index: 1;
    top: 0;
}

ul.nav.navbar-nav {
    background: #01185d;
    height: 80vh;
    /* padding: 13px; */
}
ul.nav.navbar-nav li {
    padding: 5px 13px;
}
header:before {
    content: "";
    /*background: url(../images/textura-header.png) center center no-repeat;*/
    background-size: contain;
    top: 0;
    right: 0;
    float: right !important;
    position: absolute;
    height: 111px;
    width: 40%;
}

.kgrPager.kgrNextPrevAndNumericPager {
    /* background: #ccc !important; */
    color: #000 !important;
}


tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.office2010blueKGR .kgrPager .kgrInfo {
    /* color: #fff !important; */
}

a.kgrNum.kgrNumSelected {
    color: #01185d !important;
}

section#inicio .logo:after {
    background: none !important;
    content: "";
}

select {
    color: #444;
}

.kgrFunctionPanel {
    text-align: right;
    margin: 6px;
}

/* login */

.footer_site.text-muted.text-center {
    font-size: 80%;
    position: relative;
}

section#inicio .container {
    width: 90%;
    margin: 0 auto;
}

.logo {
    background: #01185d;
    /* padding: 50px; */
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 20px !important; */
}

button.btn.btn-lg.btn-primary.btn-block {
    background: #009377;
    border-radius: 7px;
}

button.btn.btn-lg.btn-primary.btn-block:hover {
    background: #11a9a1 !important;
}

.login-form .form-group {
    background: #fff !important;
}

.form-group.col-md-12.registro {
    background: none !important;
}

.form-group.col-md-12.registro a {
    color: #fff;
}

.form-group.col-md-12.registro a:hover {
    color: #444;
}

button.btn.btn-lg.btn-primary.btn-block {
    background: #c9962a !important;
    border-radius: 0;
}

button.btn.btn-lg.btn-primary.btn-block:hover {
    background: #01185d !important;
}

body .logo {
    /* width: 23% !important; */
    z-index: 10;
    /* left: -15px; */
    /* height: 110px; */
    text-align: center;
    padding: 17px 9px;
}

body .logo img {
    width: 83%;
    object-fit: contain;
    margin: 0 auto;
    height: 78px !important;!i;!;
    background: #fff;
    border-radius: 8px;
}


/* admin */ 

a.btn.btn-danger {
    border: none !important;
    border-radius: 0 !important;
    padding: 7px;
    margin-left: 10px;
    float: right;
}


/*====================== FIN 16/10/18 ======================*/
.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{
    background-color:#82DFDA 
}

.rowBuscar{
    cursor: pointer;
}
/**** 3/07/18 ****/
div#tabs {
    border:  none;
    background:  none;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background:  none;
    border:  none;
    border-bottom: 1px solid #009abf;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #009abf;
    border:  none;
}




.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background:  none !important;
}

.panel.panel-default {
    border:  none;
    margin:  0 auto;
    padding:  0;
}

.panel-heading {
    background: #dddddd !important;
    color: #565656 !important;
    font-weight: 400;
    border: 0;
}

div#tab-personal {
    padding:  0;
    padding-top: 20px;
}

.col-md-4 {
    margin:  0;
    padding:  0;
    width: 33%;
}
.nav.navbar-nav a{
/* .col-md-2 a { */
    color: #fff !important;
}
div#tab {
    padding:  0;
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header li {padding: 0;}

li.ui-tabs-tab.ui-corner-top {
    background: none;
    border-color: #009abf;
}
.panel.panel-default .panel-body {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.panel.panel-default .panel-body .row {
    padding-bottom: 10px;
}

/* 3/Jul/2018 */
.koolGridInputMini{
    width: 10%;
}

.koolGridInputPeque{
    width: 20%;
}

.koolGridInputNormal{
    width: 50%;
    background-color:blue;
}

.koolGridInputGrande{
    width: 75%;
}

input:focus,  textarea:focus, select:focus {
border: 1px solid #009abf !important;
box-shadow: 0 0 3px #009abf !important;
-moz-box-shadow: 0 0 3px #009abf !important;
-webkit-box-shadow: 0 0 3px #009abf !important;
}

input:focus, textarea:focus, select:focus {
outline-offset: 0px !important;
outline: none !important;
} 

/*span.kgrInsert {
    display: none;
}*/

.show-resumen .tbElim {
    display: none !important;
}

.checkIncluirCons{
    display: none;
}

.show-resumen .checkIncluirCons{
    display: inline !important;
}

.divUnidadesMedida{
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
}

.panel .panel-body .panel-heading {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.puedeCero{
    box-shadow: 3px 1px 2px grey;
}

.puedeCompras{
    box-shadow: 3px 1px 2px #009abf;
}

.puedeOperaci{
    box-shadow: 3px 1px 2px #11a9a1;
}

.dropdown-menu.opciones>li>a{
    color: white;
}
ul.dropdown-menu.opciones{
    background-color: #009abf;
}

.btnArriba::before{
    content: "\f151";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    /*color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;*/
}

/*th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }*/


    .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #C0E5F1;
    }
.table-hover  > tbody > tr:hover{
    background-color: #d9a81b ; 
}

.table>thead>tr>th {
  color: #1E1C1C;
}


br.inicio {
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}

.icon-big{
    width: 50px;
}

.boton-notificacion{
    height: 100px;
}

.container-fluid {
    padding-bottom: 10%;
    padding: 0;
}
div#ventasGrid {
    width: 98% !important;
}
.col-md-2 a.btn.btn-primary {
    width: 90%;
}
br.inicio {
    content: "";
    margin: 6em;
    display: block;
    font-size: 24%;
}
/*** menu con actiive ****/
ul.nav.navbar-nav li a {
    padding: 0 !important;
    margin: 0;
    height: 32px;
}

ul.nav.navbar-nav li p {
    margin: 10px auto;
    line-height: 1;
}

.fondoGris{
    opacity:0.5;
    pointer-events: none;
}

.boton_habilitar{
    background-color: #01185d;
    color: white;
}
.boton_deshabilitar{
    background-color: #b92a1c;
    color: white;
}

.panel-footer img {
	width: 33%;
	max-width: 100px;

}

.likeDisaled{
    opacity:0.5;
    pointer-events: none;
}

/*clases boton editar*/
.grid_edit:before {
    font-family: "Material Icons";
    content: 'edit';
    cursor: pointer;
    font-size: 19px;
}

.grid_edit_outlined:before {
    font-family: "Material Icons Outlined";
    content: 'edit';
    cursor: pointer;
    font-size: 19px;
}

.grid_edit_round:before {
    font-family: "Material Icons Round";
    content: 'edit';
    cursor: pointer;
    font-size: 19px;
}

.grid_edit_sharp:before {
    font-family: "Material Icons Sharp";
    content: 'edit';
    cursor: pointer;
    font-size: 19px;
}

.grid_edit_two_tone:before {
    font-family: "Material Icons Two Tone";
    content: 'edit';
    cursor: pointer;
    font-size: 19px;
}

/*fin clases editar*/

/* clases eliminar */
.grid_delete:before {
    font-family: "Material Icons";
    content: 'delete';
    cursor: pointer;
    font-size: 19px;
}

.grid_delete_outlined:before {
    font-family: "Material Icons Outlined";
    content: 'delete';
    cursor: pointer;
    font-size: 19px;
}

.grid_delete_round:before {
    font-family: "Material Icons Round";
    content: 'delete';
    cursor: pointer;
    font-size: 19px;
}

.grid_delete_sharp:before {
    font-family: "Material Icons Sharp";
    content: 'delete';
    cursor: pointer;
    font-size: 19px;
}

.grid_delete_two_tone:before {
    font-family: "Material Icons Two Tone";
    content: 'delete';
    cursor: pointer;
    font-size: 19px;
}
/* fin clases eliminar */

/* clases lista */
.grid_list:before {
    font-family: "Material Icons";
    content: 'view_list';
    cursor: pointer;
    font-size: 19px;
}

.grid_cargo:before {
    font-family: "Material Icons";
    content: 'logout';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;

}

.grid_abono:before {
    font-family: "Material Icons";
    content: 'login';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;

}

/* clases print */
.grid_print:before {
    font-family: "Material Icons";
    content: 'print';
    cursor: pointer;
    font-size: 19px;
}

/* clases print */
.grid_download:before {
    font-family: "Material Icons";
    content: 'download';
    cursor: pointer;
    font-size: 19px;
}

.grid_swap:before {
    font-family: "Material Icons";
    content: 'swap_horiz';
    cursor: pointer;
    font-size: 19px;
}
.grid_open:before {
    font-family: "Material Icons";
    content: 'open_in_new';
    cursor: pointer;
    font-size: 19px;
}

.grid_price:before {
    font-family: "Material Icons";
    content: 'credit_card';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.grid_view:before {
    font-family: "Material Icons";
    content: 'visibility';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}


.grid_verified:before {
    font-family: "Material Icons";
    content: 'verified';
    cursor: pointer;
    font-size: 19px;
}

.grid_view:before {
    font-family: "Material Icons";
    content: 'preview';
    cursor: pointer;
    font-size: 19px;
}
.grid_tree:before{
    font-family: "Material Icons";
    content: 'account_tree';
    cursor: pointer;
    font-size: 19px;
    
}

.grid_new_activity:before{
    font-family: "Material Icons";
    content: 'create_new_folder';
    cursor: pointer;
    font-size: 19px;
    
}

.grid_copy:before{
    font-family: "Material Icons";
    content: 'file_copy';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px; 
}

.grid_tasks-rol:before{
    font-family: "Material Icons";
    content: 'list_alt';
    cursor: pointer;
    font-size: 19px;
}

.grid_treetwo:before{
    font-family: "Material Icons";
    content:'signpost';
    cursor:pointer;
    font-size:19px;
}

.event:before{
    font-family: "Material Icons";
    content: 'event';
    cursor: pointer;
    font-size: 19px;
    
}
.toc:before{
    font-family: "Material Icons";
    content: 'toc';
    cursor: pointer;
    font-size: 19px;
    
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }

.container-estadistica{
  padding:20px;
}

/**** 02712/21 *****/
.office2010blueKGR, .office2010blueKGR_UpdatePanel {
    width: 100% !important;
}
.alert-info {
    color: #ffffff !important;
    background-color: #d9a81b !important;
    border-color: transparent !important;
    padding: 8px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
.alert-info span {
    text-align: center;
    font-weight: 800;
    font-size: 1.4em;
}
tr.rowDia th:nth-child(1) {
    color: #01185d !important;
     font-size: 1.2em;
}
table.table.table-hover th {
    border: 1px solid #c6c6c6 !important;
}

.alert-info .row.text-center {
    text-align: left;
    font-size: 1em;
    width: 62%;
}

.alert-info .row.text-center label {
    margin: 0;
    font-weight: 400;
}
.alert.alert-info.uno {
    background-color: #13b15a !important;
}
.alert.alert-info.dos {
    background-color: #0262ad !important;
}
.alert.alert-info.tres {
    background-color: #02ad99 !important;
}
.alert.alert-info.cuatro {
    background-color: #0291ad !important;
}
.dropdown .btn {
    background: none !important;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.flex {
    display: flex;
    align-items: center;
}
.sololectura {
    pointer-events: none;
    cursor: default;
 }

 .lista-comentarios{
     max-height: 300px;
     overflow-y: auto;
 }

 #cont_listaclientes{
     max-width: 100%;
     overflow-x: auto;
 }

 .cont_grid{
    max-width: 100%;
    overflow-x: auto;
}

 .contenido_truncar {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }

  .tabla_overflow{
    max-width: 100%;
    overflow-x: auto;
}

/* jair 22/12/2021 */
/*Panel notificaciones*/
.recent-activities{
    max-height: 500px;
    overflow-y: auto;
}
.recent-activities .item {
    padding: 0 15px;
    border-bottom: 1px solid #eee
}

.recent-activities .item div[class*='col-'] {
    padding: 15px
}

.recent-activities h5 {
    font-weight: 400;
    color: #333
}

.recent-activities p {
    font-size: 0.75em;
    color: rgb(0, 0, 0)
}

.recent-activities .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f5f5f5;
    text-align: center;
    display: inline-block
}

.recent-activities .date {
    font-size: 0.75em;
    color: #000000;
    padding: 10px
}

.recent-activities .date-holder {
    padding: 0 !important;
    border-right: 1px solid #eee
}


.card-close {
    position: absolute;
    top: 15px;
    right: 15px
}

.card-close .dropdown-toggle {
    color: #999;
    background: none;
    border: none
}

.card-close .dropdown-toggle:after {
    display: none
}

.card-close .dropdown-menu {
    border: none;
    min-width: auto;
    font-size: 0.9em;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1)
}

.card-close .dropdown-menu a {
    color: #999 !important
}

.card-close .dropdown-menu a:hover {
    background: #796AEE;
    color: #fff !important
}

.card-close .dropdown-menu a i {
    margin-right: 10px;
    -webkit-transition: none;
    transition: none
}
.col_hiddden{
  visibility:hidden;   
}    

.vencida{
    background-color: #b92a1c;
    color: #dee5eb;
    padding: 3px !important;
    border-radius: 10%;
    text-align: center;
}
.porvencer{
    background-color: #da8133;
    color: #dee5eb;
    padding: 3px !important;
    border-radius: 10%;
    text-align: center;
}

.rojo{
    background-color: #b92a1c;
    color: #dee5eb;
    padding:5px !important;
    text-align: center;
    font-weight:bold;
    border-radius: 50%;
    width: 30px;
    margin-left: 25% !important;
}
.verde{
    background-color: green;
    color: #dee5eb;
    padding:5px !important;
    text-align: center;
    font-weight:bold;
    border-radius: 50%;
    width: 30px;
    margin-left: 25% !important;
}
.amarillo{
    background-color: yellow;
    padding:5px !important;
    text-align: center;
    font-weight:bold;
    border-radius: 50%;
    width: 30px;
    margin-left: 25% !important;
}
.small-col-contenido {
    height: 35px;
    overflow:hidden;
}
.big-col-contenido {
    height: auto;
}
.linktoogle-contenido{
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    width: 14px;
    color: #000;
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

mark{
    background: orange;
    color: black;
    font-weight: bold;
}

.container-flipbook {
    height: 70vh;
    width: 80%;
    margin: 20px auto;
    border: 2px solid red;
    box-shadow: 0 0 5px red;
  }

  .button-fixed{
      position: fixed;
      z-index: 10000000 !IMPORTANT;
      margin-right: 0;
      float: right !important;
      right: 0;
  }
 .button-fixed a {padding: 9px 20px;box-shadow: 0px 0px 12px #00000024;width: 80%;}

.button-fixed .col-xs-1 {width: 112%;}


  #the-canvas {
    border: 1px solid black;
    direction: ltr;
    width: 100%;
  }

/* .office2010blueKGR{
      z-index: 2;
  } */

  .dropdown-menu>li>a.active{
      background-color: orange;
  }

  .container-border{
    border: 1px solid #ccc;
    border-radius: 5px;  
}
.espacio{
    height: 5px;
}

.spinicon {
    -animation: spin .9s infinite linear;
    -webkit-animation: spinWebkit .9s infinite linear;
    -moz-animation: spinMoz .9s infinite linear;
}

@-webkit-keyframes spinWebkit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spinMoz {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.comentTitu{
    color: #545454;
    opacity: 0.8;
}

.comentTituBg{
    background-color: #2276d27a;
}
.rowComTit{
    background-color: #2276d27a;
}

#pc_comentarios{
    width: 90%;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.dotAud{
  background-color: #f50213;  
}
.dotCit{
  background-color: #02f70f;  
}
.dotEsc{
  background-color: #9404d1;  
}
.dotRecDocs{
    background-color: #f2790f;
}
.dotDes{
  background-color: #2b6dfc;  
}
.dotPag{
    background-color: #43c4f7;  
  }

.dotCob{
    background-color: #f7cd43;  
}
.dotCS{
    background-color: #8a6d3b;  
}

.dotRec {
    background-color: #AAB7B8;
}

.dotRecEsp {
    background-color: #000000;
}

.dotCuentas {
    background-color: #0c9ea8ff;
}

.dotSeg{
    background-color: #E7F02D;
}
#guiaAgenda{
    text-align: right;
    margin: 35px 0;
}

/*Para arbol de casos */
.container_tree { max-width: 960px; }
.window {
    /* font-weight: bold; */
    cursor: pointer;
    border:1px solid #346789;
    box-shadow: 2px 2px 10px #aaa;
    -o-box-shadow: 2px 2px 10px #aaa;
    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    /*
    opacity:0.8;
    filter:alpha(opacity=80);
    */
    width: 10em; height: auto;
    padding: 0.5em 0em;
    /* text-align:center; */
    z-index:20; position:absolute;
    background-color:#eeeeef;
    color:black;
    font-family:helvetica;
    font-size:0.9em;
    word-wrap:break-word;
}
.historicoEstilo {
    /* font-weight: bold; */
    cursor: pointer;
    border:1px solid #ce3939;
    box-shadow: 2px 2px 10px #aaa;
    -o-box-shadow: 2px 2px 10px #aaa;
    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    /*
    opacity:0.8;
    filter:alpha(opacity=80);
    */
    width: 10em; height: auto;
    padding: 0.5em 0em;
    /* text-align:center; */
    z-index:20; position:absolute;
    background-color:#eeeeef;
    color:rgb(150, 149, 149);
    font-family:helvetica;
    font-size:0.9em;
    word-wrap:break-word;
}
.terminadoEstilo {
    /* font-weight: bold; */
    cursor: pointer;
    border:1px solid #39ce4d;
    box-shadow: 2px 2px 10px #aaa;
    -o-box-shadow: 2px 2px 10px #aaa;
    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    /*
    opacity:0.8;
    filter:alpha(opacity=80);
    */
    width: 10em; height: auto;
    padding: 0.5em 0em;
    /* text-align:center; */
    z-index:20; position:absolute;
    background-color:#eeeeef;
    color:rgb(150, 149, 149);
    font-family:helvetica;
    font-size:0.9em;
    word-wrap:break-word;
}
.bajaEstilo {
    /* font-weight: bold; */
    cursor: pointer;
    border:1px solid #cec439;
    box-shadow: 2px 2px 10px #aaa;
    -o-box-shadow: 2px 2px 10px #aaa;
    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    /*
    opacity:0.8;
    filter:alpha(opacity=80);
    */
    width: 10em; height: auto;
    padding: 0.5em 0em;
    /* text-align:center; */
    z-index:20; position:absolute;
    background-color:#eeeeef;
    color:rgb(150, 149, 149);
    font-family:helvetica;
    font-size:0.9em;
    word-wrap:break-word;
}
.windowSource{
    background-color:#49a4d9;
    color:rgb(5, 5, 5); 
}



.window:hover {
    box-shadow: 2px 2px 10px #444;
    -o-box-shadow: 2px 2px 10px #444;
    -webkit-box-shadow: 2px 2px 10px #444;
    -moz-box-shadow: 2px 2px 10px #444;
}

.hidden {
    display: none;
}

.collapser {
    cursor: pointer;
    border:1px dotted gray;
    z-index:21;
}

.errorWindow {
    border: 2px solid red;
}

#treemain {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: auto;
}

/* Fin arbol casos */

@media print {
    @page {
        size: landscape;
      }
  
    #row-ArbolCasos {
        width: 100%;
        height: 100%;
    }
    #treemain {
        visibility: visible;
    }
    #treemain {
        transform: scale(1);
        transform-origin: top;
    }

    a {
        display: none;
    }

    .modal-header {
        visibility: hidden !important;
    }

    body * {
        visibility: hidden;
    }

    #popup_modalArbolCasos,
    #popup_modalArbolCasos * {
        visibility: visible;
    }

    #popup_modalArbolCasos {
        position: absolute;
        left: 0;
        top: 0;
    }

    .modal-title {
        visibility: hidden !important;
    }

   
}
.mailSinLeer{
    float: left;
    width: 26px;
    height: 26px;
    background: #dd0b13;
    line-height: 30px;
    text-align: center;
    color: white;
    border-radius: 50%;
}

/* >>>> DRE */

.modal-component {
    border: none;
}

.modal-spinner {
    border: none;
}

.spinner {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #d9a81b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Sobreescribir estilo calendario */
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #e5c920 !important;
    background: #ffec82c4 !important;
  }

  /* DRE 12/02/2024 Superpone el modal informaciÃƒÂ³n del evento en la agenda */
  .fc-popover{
    z-index: 1000 !important;
  }

  .modal-audio-content {
    margin-top: 42px;margin-left: 150px;
  }

/* Selecciona todos los inputs en un contenedor especÃƒÂ­fico */
.invalid-input-css{
    border-radius: 10%;
    background: none;
    padding: initial;
    margin: initial;
    color: initial;
}

/**** nuevos 16/12/24 ****/
.login-form {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffffe3;
    padding: 50px 40px;
    border-radius: 20px;
}
.row.secc_login {
    z-index: 5;
    position: relative;
}
input#usr_pass, input#usr_email {
    background: rgba(255, 255, 255, 0.03) !important;
    border: none;
    margin: 0;
    text-align: left;
    /* padding: 25px; */
    border-radius: 20px !important;
    width: 100%;
    padding: 0;
}
.login-form .form-group {
    background: transparent !important;
    border: 1px solid #444 !important;
    border-radius: 9px;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 12px;
    display: flex;
}

.border.form-group.col-md-12 {
    border: 0 !important;
    padding: 0;
}
.row.menu_top {
    background: #fff;
    box-shadow: 0px 0px 8px 0px #44444438;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
}
.col-xs-8.menu_right {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.parent-conteiner-help {
    background: #01185d;
    color: #fff;
    padding: 17px 20px;
}
.help-container {
    font-size: 2em;
    font-weight: 600;
}
.col-md-10.cont_shadow {
    margin: 0 auto !important;
    float: none;
    box-shadow: 0px 0px 8px 0px #44444438;
    width: 100%;
    padding: 25px 13px;
    position: relative;
    z-index: 0;
}
.col-xs-12 {
    padding: 0 10px;
}
.panel.panel-warning a {
    /* width: 46%; */
    min-width: max-content;
    margin: 0 5px;
}
.col-md-10.cont_shadow .panel.panel-warning {
    border: 0;
}
.panel.panel-warning .row {
    margin-bottom: 12px;
}
.col-xs-4.menu_left {
    width: 60%;
}
.col-md-10.cont_shadow:after {
    content: "";
    display: block;
    clear: both;
}
.row.alertas-totales {
    display: flex;
}

.row.alertas-totales .row {
    width: 50%;
}
.fc .fc-button-primary {
    background: #01185d !important;
}
.bootstrap-select .dropdown-toggle .caret {
    right: 0 !important;
}
.fancybox-inner .row {
    margin-bottom: 15px;
}
/****/

.row_top {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 10px 0;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.row_top .row_left {
    width: 70%;
}
.row_top .row_right a input {
    width: 49%;
}
.row_top .row_right {
    width: 30%;
    border-left: 1px solid #e3e3e3;
    padding: 0 15px;
    display: flex;
}

.row_top .row_right a {
    width: 49% !important;
}
.filtro_cat div {
    margin: 0;
}

.filtro_cat .row {
    display: flex;
    align-items: center;
}

.filtro_cat label {
    margin: 0;
}
a.kgrNum {
    width: auto !important;
}
/**MODALS POP UP**/
.modal-header {
    border: 0;
    background: #01185d !important;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}
/* .modal-content {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1rem;
    
} */
.modal-header .close {
    color: #fff;
    opacity: 1;
}
.bootstrap-select .dropdown-menu {
    /* max-width: 500px; */
    /* width: 500px; */
    /* min-width: 500px !important; */
}

.dropdown-menu>li>a {
    white-space: normal;
}

.bootstrap-select .dropdown-menu li a {
    width: 100%;
}

.bs-searchbox {
    width: 100%;
}
.fancybox-skin {
    padding: 0 !important;
}

form#formAbono {
    padding: 30px;
}

.fancybox-opened {
    min-width: 600px;
}

.fancybox-inner {
    width: 100% !important;
}

div#fancyNuevoAbono {
    width: 100% !important;
}
form#formCargo {
    width: 100% !important;
    padding: 30px;
}

div#fancyNuevoCargo {
    width: 100% !important;
}
form.notification-form {
    display: flex;
    flex-direction: column;
}
div#cont_grid_expedientes {
    width: 100% !important;
 }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
/*** menu ***/
.colmenu.col-md-2.menu_bg {
    padding: 0 !important;
    width: 18%;
    height: 100vh !important;
}

nav.navbar.navbar-default {
    height: 110vh;
}
.collapse.navbar-collapse.navbar-ex1-collapse {
      padding-left: 10px !important;
}
.cont_menu {
    height: 1000px !important;
    background: #01185d;
}
/*** ancho ***/
.collapse.navbar-collapse.navbar-ex1-collapse {
    height: 100vh !important;
}

/*** tablas ***/
.kgrBottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10px;
}
.office2010blueKGR input {
    background: #fff;
    border: 1px solid #c3c3c3;
}
.kgrPartData {
    height: auto !important;
    overflow: visible !important;
}
.kgrBottom .kgrFunctionPanel, .kgrBottom .kgrPager.kgrNextPrevAndNumericPager {
    width: 50%;
}
.kgrTop .kgrFunctionPanel, .kgrTop.kgrPager.kgrNextPrevAndNumericPager {
    width: 50%;
}
.kgrTop{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.cont_grid {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.kgrPartHeader {
    margin-right: 0 !important;
}

/****NUEVOS 07 FEB***/
div#grid_actividades_mt {
    overflow: scroll;
}

.office2010blueKGR .kgrPartHeader {
    overflow: visible !important;
}
/****NUEVOS 09 Mayo***/
div#fancyUA1077 div {
    padding: 1em 2em ! IMPORTANT;
}
.fancybox-outer > div {
    padding: 0;
    box-sizing: border-box;
}
/*******/
.filtros .row div label {
    width: 100%;
    margin: 0;
}
.filtros .col-sm-12.col-md-8 .row {
    display: flex;
    align-items: center;
    width: 100%;
}
p.lead .badge {
    margin: 0 10px 0 0;}
    
.filtros .col-sm-12.col-md-8 .row div .dropdown-menus {
    display: block ;
    padding: 0 !IMPORTANT;
    width: max-content;
}
select#usuarios {
    padding: 0;
    margin-bottom: 1em;
}
.filtros .row div {
    flex-flow: wrap;
    row-gap: 12px !important;
    column-gap: 10px !important;
}

input[type="checkbox"] {
    margin: 0px 4px;
}

.filtros .col-sm-12.col-md-8 .row div:nth-child(2) select {
    padding: 10px;
    border-radius: 10px;
    border-color: #ccc;
    width: 100%;
}

.dropdown-container {
    border-radius: 10px;
    padding: 10px;
}

.filtros .row input.invalid-input-css {
    padding: 10px;
    width: 100%;
    border-radius: 10px !IMPORTANT;
    border-color: #ccc;
}
div#tareas_mt {
    height: auto ! IMPORTANT;
}

.agregar:before{
    font-family: "Material Icons";
    content: 'add_circle';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
} 

.regresar:before{
    font-family: "Material Icons";
    content: 'reply';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.filtro:before{
    font-family: "Material Icons";
    content: 'tune';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.ordenar:before{
    font-family: "Material Icons";
    content: 'sort';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.estadistica:before{
    font-family: "Material Icons";
    content: 'insert_chart';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.historico:before{
    font-family: "Material Icons";
    content: 'timeline';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.multi:before{
    font-family: "Material Icons";
    content: 'select_all';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.guardar:before{
    font-family: "Material Icons";
    content: 'check_circle';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.cerrar:before{
    font-family: "Material Icons";
    content: 'cancel';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.cita:before{
    font-family: "Material Icons";
    content: 'edit_document';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.recordatorio:before{
    font-family: "Material Icons";
    content: 'event';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.pago:before{
    font-family: "Material Icons";
    content: 'add_card';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.cobro:before{
    font-family: "Material Icons";
    content: 'local_atm';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.busqueda:before{
    font-family: "Material Icons";
    content: 'search';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.ver:before{
    font-family: "Material Icons";
    content: 'visibility';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;

}

.imprimir:before{
    font-family: "Material Icons";
    content: 'print';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;

}

.notificacion:before{
    font-family: "Material Icons";
    content: 'notifications';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;

}

.enviar:before{
    font-family: "Material Icons";
    content: 'send';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;

}

.exportar:before{
    font-family: "Material Icons";
    content: 'save_alt';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 7px;
    /* margin: 5px; */
}

.exportar input{
    /* font-size: 0.9em; */
    border: none;
    background: transparent;
    padding: 0% 0!important;
    margin: 0px !important;
}

.actMulti:before {
    font-family: "Material Icons";
    content: 'select_all';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
    margin: 5px;
}

.actMulti input{
    font-size: 0.9em;
    border: none;
    background: transparent;
    padding: 0% !important;
    margin: -9px !important;
}
 .btn.btn-primary.actMulti {
    margin-left: 16px;
    padding-right: 27px;
}
.acciones:before {
    font-family: "Material Icons";
    content: 'filter_list';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.asociar:before {
    font-family: "Material Icons";
    content: 'autorenew';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.resetear:before {
    font-family: "Material Icons";
    content: 'credit_card_off';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.comentarios:before {
    font-family: "Material Icons";
    content: 'comment';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

.generar_pass:before {
    font-family: "Material Icons";
    content: 'password';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}


.grid_crear_tarea:before {
    font-family: "Material Icons";
    content: 'post_add';
    cursor: pointer;
    font-size: 19px;
}

.grid_crear_tarea_juz:before {
    font-family: "Material Icons";
    content: 'addchart';
    cursor: pointer;
    font-size: 19px;
}

.evento-color-negro {
    color: black !important;
}

/***NUEVOS 06-06-25**/
.filtros .row div.col-md-6 {
    width: 48%;
}
input.ignore-globals-css {
    padding: 10px !important;
    border-radius: 10px !important;
    border-color: #ccc !important;
    width: 100% !important;
    box-sizing: border-box !IMPORTANT;
}
.filtros .row div.dropdown-container {
    width: 100%;
    max-width: 100%;
}
.filtros .row button {
    background: #01185d;
    color: #fff;
    border: 0;
    padding: 6px 20px;
    border-radius: 10px;
}

.filtros .row button:hover {
    background: #d9a81b;
}
.filtros .col-sm-12.col-md-8 .row div.col-md-2 {
    flex-basis: fit-content;
    flex-wrap: nowrap !IMPORTANT;
    display: flex;
}
/***19-06-2025****/
div#rowDivDatosCliente .alert.alert-info, .alert.alert-info.recordatorios {
    flex-direction: column;
    align-items: baseline;
    height: auto;
    padding: 20px 50px;
}

div#rowDivDatosCliente .alert.alert-info strong {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
dialog#uploadDialog {
    padding: 0;
    border: 0;
    width: 600px;
    border-radius: 20px;
}

dialog#uploadDialog .container {
    width: 100%; padding: 20px;
}
div#dropZone {
    border: 2px dashed #ccc;
    padding: 2em;
    text-align: center;
    border-radius: 10px;
    color: #555;
    margin: 1em 0;
}
.folder-name-section {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.folder-name-section h3 {
    font-size: 1em;
    min-width: 27%;
    margin: 0;
}

input#folderNameInput {
    background: no-repeat;
    border: 1px solid #ccc;
    width: 100%;
    padding: 6px;
}
.fancybox-inner .col-xs-12:nth-child(1) {
    background: #01185d !important;
}

.fancybox-inner .col-xs-12:nth-child(1) h3 {
    color: #fff;
}

.fancybox-close {
    top: 7px !IMPORTANT;
    right: 7px !important;
    background: none !important;
}
div#fancyAyudaWeb {
    width: 100% ! IMPORTANT;
}
.fancybox-close:before {
    content: "X";
    color: #fff;
    font-size: 1.5em;
}
button.btn.btn-primary.enviar {
    max-width: max-content;
}
.kgrIn a {
    color: #01185d;
}

h3#tituloAyuda img {
    margin: 0 14px;
    max-width: 17px;
}
button#reasignar_padre:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/brules/KoolControls/KoolGrid/styles/office2010blue/sprite.png) !IMPORTANT;
    background-position: 0px -1600px !IMPORTANT;
    vertical-align: middle;
    margin-right: 10px !IMPORTANT;
}
.filtros .col-sm-12.col-md-8 .row .col-12 {
    width: 100% ! IMPORTANT;
}
a#velocidadX2, a#velocidadNormal, a#playFastButton {
    background: none !important;
}
.ajs-header {
    color: #fff ! IMPORTANT;
}
.filtros .col-sm-12.col-md-8 .row .col-12 p {
    word-break: break-all;
    width: 100%;
}
.stepper-wrapper {
    flex-flow: nowrap ! IMPORTANT;
}
.stepper-item {
    max-width: 51px;
}

div.fechaCompromiso {
    display: flex;
    flex-flow: nowrap !important;
    width: 100%;
    justify-content: flex-start !IMPORTANT;
}

div.fechaCompromiso label {
    width: max-content !IMPORTANT;
}
.row.border {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1em;
    padding-bottom: 2em;
}
.row.flex.row_top .dropdown.bootstrap-select.show-tick.form-control.bs3 {
    width: 80%;
}
/****colores roles ***/

/***nuevos 11-07-25***/
form#formCrearCitaSimple {
    padding: 0 15px;
}
form .col-md-12 {
    margin-bottom: 5px;
}
form .col-md-12 input, form .col-md-12 textarea {
   width: 100% !important;
}
.colmenu.col-md-2.menu_bg~.col-md-10 {
    padding: 0 !IMPORTANT;
}
.botones-pop {
    margin: 0;
    padding: 10px 0 !important;
    text-align: left;
    border-top: 1px solid #ccc;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: row !important;
}
.botones-pop button {
    /* width: 100%; */
}
.botones-pop .row.text-center {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.botones-pop .row.text-center button, .botones-pop .row.text-center .btn {
    width: 100% !IMPORTANT;
    margin: 0;
}
.sn-pading{
padding: 0 !important;
}
input, textarea {
    border-radius: 4px !important;
    border-color: #cccccc;
}
textarea {
   width:100%;
}
div#grid_tareas_mt 
 {
    overflow: scroll;
}
.panel.panel-warning 
 {
    box-shadow: none ! IMPORTANT;
}
.panel-heading.flex:after {
    content: "";
    clear: both;
    display: block;
}
.office2010blueKGR .kgrPager .kgrInfo {
    float: none;
}
div#app {
    margin-top: -68px;
}
.col-md-12.bg-gris {
    background: #f9f9f9;
    padding: 22px;
}
.col-md-12.bg-gris label {
    color: #777;
}
span.badge.badge-primary {
    border-radius: 5px;
    padding: 5px;
}
p.lead select {
    font-size: .6em;
}
p.total {
    background: #01185d;
    padding: 10px;
    font-size: 1.5em;
    color: #fff;
}
div#datos_expdiente b {
    width: 33%;
    display: inline-block;
}
span.info-container {
    width: 100%; 
    background: #dddddd !important;
    color: #565656 !important;
    display: block;
    padding: 5px;
    margin-bottom: 1em;
}
span.kgrRefresh {
    width: max-content !important;
}


input.nodecor {
    width: 18px !IMPORTANT;
}

.office2010blueKGR .kgrRefresh input {
    width: 18px !IMPORTANT;
}
.office2010blueKGR .kgrPager .kgrInfo {
    float: none !important;
}
.filtros .row div p {
    width: 100%;
}
.filtros .row div label {
    margin-top: 1em;
}
.col-md-12.color {
    display: flex;
    align-items: flex-end;
}

.col-md-12.selectores {
    flex-wrap: nowrap;
    padding: 30px 0 !IMPORTANT;
}

.col-md-12.selectores .col-md-2 {
    width: max-content;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.col-md-12.selectores .col-md-2 label {
    margin: 0;
}
.card {
    overflow: hidden;
    border-radius: 10px;
}
h4.tiit_modal, dialog h4 {
    background: #011654;
    color: #fff;
    padding: 10px;
    margin: 0;
}

dialog.jm-modal {
    padding: 0;
    min-width: 500px;
}

input#datepicker-modal-date {
    margin: 0 20px;
}
button.btn.btn-primary.aceptar:before {
    font-family: "Material Icons";
    content: 'check';
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}
button.btn.btn-primary.cancelar:before {
    content: "cancel";
    font-family: "Material Icons"; 
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}
button.btn.btn-primary.actualizar:before {
    content: "autorenew";
        font-family: "Material Icons"; 
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}

button.btn.btn-primary.editar:before {
    content: "edit_document";
        font-family: "Material Icons"; 
    cursor: pointer;
    font-size: 19px;
    vertical-align: middle;
    padding-right: 4px;
}



dialog div {
    padding: 0 !IMPORTANT;
}

dialog div div {
    padding: 10px !important;
}

dialog div div:nth-child(1) {
    padding: 0 !IMPORTANT;
}
/*******04-08-25******/
.fancybox-close {
    text-align: center;
}

.modal-header h3 {
    margin: 0;
}

#modalBuscarExp .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
