html {
   width: 100%;
   height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	background: #EFEFEF;
	width: 100%;
    height: 100%;
}

#page
{
	/*margin-top: 5px;*/
	/*margin-bottom: 5px;*/
	background: white;
	border: 1px solid #ddd;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #000;
}

#content
{
	font-size: 12px !important;
	min-height: 574px;
    padding: 0px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #888;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.contenedor-area-trabajo{
	border:none;
	border-radius:5px;
	padding:20px 10px;
}

#layoutOpacity{
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	/*height: 100%;*/
	height: 1200px;
	/*min-height: 100%;*/
	position:absolute;
	top: 0;
	width: 100%;
}

#loadingText{
	color: #000;
	display: none;
	font-size: 20px;
	height: 100px; 
	left: 50%; 
	margin-top: -50px; 
	position: absolute;
	top: 50%; 
	width: 250px; 
}

.panel-fieldset{
  /*padding: 15px !important;*/  
  background-color: #ffffff !important;
  /*border: 2px solid #dddddd !important;*/
  border-radius: 4px;
  margin: 5px;
}
.panel {
  padding: 15px 15px 1px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 12px;
  font-weight: 500;      
  background-color: #e8e8e8;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #e8e8e8;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #68B2D2 !important;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.newClient .span2{
    width: 155px !important;
}


/*
Descripcion: Ubicación capa mensaje "Tipodoc no puede ser nulo" Contabilidad Documentos
Editor: jsolano 
Fecha: 2016-06-14
*/
/*form#TblDocumentos-form select,
form#TblDocumentos-form input{
	width: 210px;
}*/

/**
* Descripcion: Unificar tamaño cammpos cajas texto y listas -> Contabilidad/Documentos
* Editor: jsolano 
* Fecha: 2016-06-20
**/
/*table#TNuevoDocumento{
	vertical-align: top;
	left: -11px;
	position: relative;
	width: 100%;
}*/

/**
* Descripcion: Posicionamiento opcion Nuevo tipo que se usa para crear nuevo tipo documento-> Contabilidad/Documentos
* Editor: jsolano 
* Fecha: 2016-06-20
**/
label#NuevoTipo.ClaseNuevoTipo{
	float: right;
	position: absolute;
	top: 61px;
	right: 10px;
	width: 100px;
	display: none;
}

/**
* Descripcion: Posicionamiento opcion vuelo emitido  Vuelos-> Vuelos/Administracion de vuelos/agregar o editar
* Editor: jsolano 
* Fecha: 2016-06-20
**/
div#div_vuelo_emitido{
	width: 145px !important;
	float: right;
	/*background: #e3e3e3;*/
	height:38px;
	border: 1px solid #cac0c0;
	position: relative;
	top: -11px;
	right: -11px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 4px;
}


/**
* Descripcion: Estilos resumen cargue masivo bonos  Tesoreria-> Cargue masivo bonos
* Editor: jsolano 
* Fecha: 2016-11-04
**/
div.masivo_bonos {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
    outline: medium none;
    /*margin-left: 70px;*/
    text-align: left;
    font-size: 1.1em;
    height: auto;
    max-height: 450px;
    overflow: auto;   
}

#topNav a {
	cursor: pointer;
}
#topNav {
	background-color: #0e81af;
	color: #fff!important;
}
#topNav .navbar-brand {
	padding: 7px 10px;
}
#topNav .navbar-toggle span {
	background-color: #fff;
}
#topNav .navbar-toggle {
	position: relative;
    float: left;
    padding: 7px 10px;
    margin: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 60px;
	color: #fff!important;
	border:none;
	font-size: 1.1em;
}
#topNav .navbar-toggle:hover/*, #topNav .navbar-toggle:focus*/ {
	background: #036e99;
}

#contentwrapper {
	padding:51px 30px 0px 30px;
	margin:0px;
	min-height:100vh;

}

@media(min-width: 768px){
	#topNav .navbar-toggle {
		display:block;
	}
	#contentwrapper {
		padding:51px 30px 0px 30px;
		margin:0px;
		min-height:100vh;

	}
}

@media(max-width: 767px){
	#topNav .navbar-toggle {
		float: right;
		margin-right: 15px;
	}
	#contentwrapper {
		padding:51px 0px 0px 0px;
		margin:0px;
		min-height:100vh;		
	}
	.contenedor-area-trabajo {
		padding: 0px;
	}
}

#topNav #topNavDropDown > li > a, #topNav #topNavDropDown > li > a:hover {
	color: #fff!important;
	background-color:transparent!important;
}

.fieldset{
	box-shadow: 
		1px 0px 2px rgba(0,0,0,0.3),
		inset 0px 4px 2px -2px rgba(255,255,255,0.5),
		inset 0px -3px 1px -2px rgba(0,0,0,0.3);
	padding-top: 30px;
}

.panelContent .panel-warning {
	border-color: #b9b2a5;
}
.kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.kv-avatar .file-input {
    display: table-cell;
    max-width: 220px;
}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}
.file-default-preview img{
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
	height: 22px !important;
}
#uploadFile, #uploadFiledIARIO, #uploadFileEjemplo{
	padding: 0px !important;
}
#contentFiltroReporte input[type="text"]{
	background-color: transparent !important;
}
.panelReporte{
	box-shadow: 1px 0px 2px rgba(0,0,0,0.3),
        inset 0px 4px 2px -2px rgba(255,255,255,0.5),
        inset 0px -3px 1px -2px rgba(0,0,0,0.3);	
}
[data-gravado="true"] {
    -webkit-text-fill-color: blue;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.__blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.clean-textfield {
	position: absolute!important;
    right: 16px!important;
    top: 16px!important;
    cursor: pointer!important;
    font-size: 12px!important;
    color: #aaa!important;
    /* display: block; */
    width: 24px!important;
    height: 24px!important;
    /*background-color: red;*/
    text-align: center!important;
}
.clean-textfield:hover {
	color: #777!important;
}
.clean-textfield > i.fa {
	top: 6px;
    left: 7px;
    position: absolute;
}

#divIconResult{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px 10px;
	border: none;
}
.iconHide {
	opacity: 0;
}
.iconShow {
	opacity: 1;
	animation: showIcon 1s both;
	animation-delay: 1s;
}
.divIconAnimation{
	box-sizing: border-box;
	border-radius: 50%;
	border: 4px solid !important;
	animation: progress linear 1s;
}
@keyframes showIcon {
	0% { opacity: 0; }
	25% { opacity: 0.25; }
	50% { opacity: 0.5; }
	75% { opacity: 0.75; }
	100% { opacity: 1; }
}
@keyframes progress{
	0% { clip-path: polygon(50% 50%, 50% 150%, 50% 150%, 50% 150%, 50% 150%, 50% 150%) }
	25% { clip-path: polygon(50% 50%, -50% 50%, 50% 150%, 50% 150%, 50% 150%, 50% 150%) }
	50% { clip-path: polygon(50% 50%, 50% -50%, -50% 50%, 50% 150%, 50% 150%, 50% 150%) }
	75% { clip-path: polygon(50% 50%, 150% 50%, 50% -50%, -50% 50%, 50% 150%, 50% 150%) }
	100% { clip-path: polygon(50% 50%, 50% 150%, 150% 50%, 50% -50%, -50% 50%, 50% 150%) }
}

.button-info {
	border: none;
    background: transparent;
    font-size: 18px;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-swal2 {
	z-index: 999999;
}

label.swal2-input-label {
    font-size: 12px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
	font-size: 1.5rem !important;
	color: #575757 !important;
}

div:where(.swal2-container) button:where(.swal2-confirm),
div:where(.swal2-container) button:where(.swal2-deny),
div:where(.swal2-container) button:where(.swal2-cancel) {
	padding: 10px 32px !important;
	font-size: 17px !important;
}

div:where(.swal2-container) {
	z-index: 1200 !important;
}

.tabla-refinanciacion td,
.tabla-refinanciacion th {
	vertical-align: middle !important;
}

.tabla-refinanciacion td .mui-textfield  {
	margin: 0px !important;
	padding: 0px !important;
}

.tabla-refinanciacion td .mui-select  {
	margin: 0px !important;
	padding: 0px !important;
}

.tabla-refinanciacion td .mui-textfield input {
	font-size: 14px !important;
	background-color: #fafafa00!important;
}

.tabla-refinanciacion td .mui-select select {
	font-size: 15px !important;
	background-color: #fafafa00!important;
}