.my-custom-scrollbar {
position: relative;
height: 400px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
body {
	background: url(../img/nubes.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div.fr-wrapper>div>a {
		/* display: none !important; */
		/* position: fixed; */
		/* z-index: -99999 !important; */
    font-size: 0px !important;
    padding: 0px !important;
    height: 0px !important;
}
#loading-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #ffffffdb;
}
.fuenteModal {
	font-size: 13px;
}
.fuenteTituloModal {
	font-size: 16px;
}
#loading-text {
	display: block;
	position: absolute;
	top: 49.5%;
	left: 50%;
	color: #555;
	width: 100px;
	height: 30px;
	margin: -7px 0 0 -45px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
}

#loading-content {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 170px;
	height: 170px;
	margin: -85px 0 0 -85px;
	border: 3px solid #F00;
}

#loading-content:after {
	content: "";
	position: absolute;
	border: 3px solid #0F0;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}

#loading-content:before {
	content: "";
	position: absolute;
	border: 3px solid #00F;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

#loading-content {
	border: 3px solid transparent;
	border-top-color: #f03f45;
	border-bottom-color: #f03f45;
	border-radius: 50%;
	-webkit-animation: loader 2s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 2s linear infinite;
}

#loading-content:before {
	border: 3px solid transparent;
	border-top-color: #2384c6;
	border-bottom-color: #2384c6;
	border-radius: 50%;
	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 3s linear infinite;
}

#loading-content:after {
	border: 3px solid transparent;
	border-top-color: #93a2a5;
	border-bottom-color: #93a2a5;
	border-radius: 50%;
	-webkit-animation: loader 1.5s linear infinite;
	animation: loader 1.5s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
}
#navIdentificacion {
	background-color: #e1e1e1;
}
.requerido {
	color: red;
}
.fr-view {
  font-family: "Verdana", Georgia, Serif;
  font-size: 14px;
  color: #444444;
}
 
#navConsulta {
	background-color: #e1e1e1;
}

.chart {
	width: 100%;
	min-height: 450px;
}

div#editor {
	width: 100%;
	margin: auto;
	text-align: left;
}

.tablaBusqueda {
	max-height: 300px;
}

.cabeceraTablaOculta {
	height: 58px;
}

.cabeceraTablaVisible {
	height: 62px;
}

@media only screen and (max-device-width : 640px) {
	.cabeceraTablaOculta {
		height: 80%;
	}
	.cabeceraTablaVisible {
		height: 80%;
	}
	.tablaResultados {
		overflow-x: auto;
	}
}

.tablaResultados {
	overflow-x: hidden;
}
/*
thead {
    display: table;
    table-layout:fixed;
    width: 100%;
}
tbody {
    display: block;
    height: 10em;
    overflow-y: scroll;
}
tbody tr {
    display: table;
    table-layout:fixed;
    width: 100%;
}
th, td {
    width: auto;
    border: 1px solid;
}*/

/* cambios lia */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2!important;
    color: #fff!important;
    cursor: default!important;

        background-color: #007bff!important;
    border-color: #007bff!important;
}
.pagination>li>a, .pagination>li>span {
    position: relative!important;
    float: left!important;
    padding: 6px 12px!important;
    margin-left: -1px!important;
    line-height: 1.42857143!important;
    color: #337ab7!important;
    text-decoration: none!important;
    background-color: #fff!important;
    border: 1px solid #ddd!important;
}
.pagination>li {
    display: inline!important;
}
.btn-toolbar {
     margin-left: 0!important;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0!important;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px!important;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px!important;
}
.dropdown-menu>li>a {
    display: block!important;
    padding: 3px 20px!important;
    clear: both!important;
    font-weight: 400!important;
    line-height: 1.42857143!important;
    color: #333!important;
    white-space: nowrap!important;
}

.btn-default {
    color: #333!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}
.h4, h4 {
    font-size: 1.2rem!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem!important;
    font-family: inherit!important;
    font-weight: 500!important;
    line-height: inherit!important;
    color: inherit!important;
    color:#383838!important;
}
.user-font{
	    color: #337ab7!important;
	    font-family: sans-serif;
}

@media (min-width: 768px){
.offset-md-5 {
    margin-left: 40%!important;
}}
.navbar-brand {
    font-size: 1rem!important;
}
.card {
        border: 1px solid rgb(191, 191, 191)!important;
       
}
.navbar{
    border-radius: .25rem!important;
        border: 1px solid rgb(191, 191, 191)!important;
            padding: .5rem 1.5rem!important;
}
.container{
    padding-bottom: 2em!important;
}
 
.card-body {
    padding-top: 12px!important;
}
 
.datatable .margin-bottom-3 {
    margin-bottom: 5px!important;
}
/* fin cambios lia */