/* ==============================================
   Loading
================================================= */

.body-loading
{
	overflow:hidden;
}

.loading
{
	position:fixed; 
	height:100%; 
	background-color:rgba(0, 0, 0, 0.82);
	z-index: 2100;
	padding-top:25%;
	display:none;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.d-flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.d-flex-r {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}



.p-3 {
	padding: 2rem !important;
}

.pt-3 {
	padding-top: 2rem !important;
}

.pb-3 {
	padding-bottom: 2rem !important;
}

.m-3{
	margin: 2rem !important;
}

.mb-3{
	margin-bottom: 2rem !important;
}

.mt-3{
	margin-top: 2rem !important;
}

.body-loading .loading
{
	display:block;
}

#fountainG{
	position:relative;
	width:198px;
	height:24px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(59,175,218);
	width:24px;
	height:24px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:16px;
		-o-border-radius:16px;
		-ms-border-radius:16px;
		-webkit-border-radius:16px;
		-moz-border-radius:16px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:25px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:49px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:74px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:99px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:124px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:148px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:173px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgba(74,137,220,0.95);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(59,175,218);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgba(74,137,220,0.95);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(59,175,218);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgba(74,137,220,0.95);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(59,175,218);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgba(74,137,220,0.95);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(59,175,218);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgba(74,137,220,0.95);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(59,175,218);
	}
}

#login1
{
	margin-top:0px!important;
}

/*Logo Avatar Header*/
.logo-avatar{
	width: 35px;
    height: 35px;
    border-radius: 64px;
}

.edt_container{
        position:relative;
}

.edt_container input[type=text], .edt_container select{
        border:0px;
        width:100%;
		margin:-5px -5px -5px -5px;
		padding-left:5px;
}
.edt_container textarea{
        border:0px;
        width:100%;
		height:65px;
		margin:-5px -5px -5px -5px;
		padding-left:5px;
}
.edt_buttons{
        position:absolute;
        display:none;
        right:0px;
        top:32px;
        min-width:160px;
}
.edt_buttons input{
        display:block;
        float:right;
        margin-left:5px;
}


.st_quick_edit:hover {
        /*border: 1px solid #C16614 !important;*/
        background-color:#f8f8f8 !important;
        background-image: url(../img/quickEdit.png) !important;
        background-repeat: no-repeat !important;
        background-position: right top !important;
        /*adding-right:12px !important;*/
}
.st_overflow {overflow:auto;}
.st_editable:hover{
        background-color:#F2F9FF;
        cursor:pointer;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #B0DAFF;
}
.st_editable:active{background-color:#E6F3FF;}

.st_editable span{ border:none !important;}
/*.st_editable input.text{ width:200px; padding:2px; margin:2px;}*/
.st_editable_Btn { visibility:hidden;} /*Bonton cancela del editable*/
/*Finializa: Editable */

.panel-heading2 {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fafafa;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-title2 {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.datos_factura>p{
	margin: 0 0 0.5px;
}

.form_factura  .form-control
{
	height: 25px;
    padding: 2px 5px;
}

.form_factura  .input-group-addon
{
	padding: 5px 12px;
}

.folios-body{
    padding: 5px 15px;
}

.folios-body > ul{
    margin-bottom: 0px;
}

.logo-factura
{
	padding-left:15px;
}

.ocultar
{
	display:none;
}

.form-totales
{
	border: 0px;
}

.header-fixed
{
	position:fixed;
	width:100%;
	padding-right:250px;
}

.sb-l-m .header-fixed
{
	padding-right:50px;
}

.has-error .gui-input {
    border-color: #ee7f6d !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;;
}

.cdfi-warning{
	color: orange;
}
.cdfi-success{
	color: green;
}

.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;
}

.separador{
	border-bottom: 3px solid #3bafda; 
	padding-bottom:5px
}

.imagen_fondo{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center center;
}

.imagen_fondo_top{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: top center;
}
/*
.btn-group>button 
{
	margin-bottom:2px!important;
	margin-top:2px!important;
}
*/

.text-nota
{
	color: #8A8787;
    font-style: italic;
    font-size: 11px;
    font-weight: bold;
}

.label-busqueda
{
	font-weight: bold!important;
    color: #3BAFDA!important;
    padding-bottom: 5px!important;
}

.fondo_login_fiscal_borrar
{
    background: #2E313D!important;
}

.panel-fiscal
{
	box-shadow:#FAFAFA 0px 0px 10px!important;
}

.aviso_registro
{
	color: rgb(1, 153, 204);
}

.tel_contacto
{
	color: #004F69;
}

.pagination_mod{
	margin: 4px -26px !important;	
}

.punteo {
	border-top: 1px dotted #8c8b8b;
}

.btn-abs
{
	position: absolute;
    right: 0px;
    top: 0px;
	z-index:10;
}

.btn-abs-hr
{
	position: absolute;
    right: 11px;
    top: 5px;
	z-index:10;
}

.btn-abs10
{
	position: absolute;
    right: 0px;
    top: -10px;
	z-index:10;
}

.btn-abs36
{
	position: absolute;
    right: 0px;
    top: -36px;
	z-index:10;
}

.content-totales .row
{
	border-bottom: 1px solid #eeeeee;
}

.text-white
{
	color: #FFF!important;
}
.text-white-active
{
	color: #fafafa!important;
    text-shadow: #FFF 0px 0px 15px;
}
/* Modificacion para que el calendario se sobre ponga en cualquier caso */
.dropdown-menu {
    z-index: 8050 !important;
}

/* Custom styled notice CSS */
.ui-pnotify.custom .ui-pnotify-container {
    background-color: #404040 !important;
    background-image: none !important;
    border: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.ui-pnotify.custom .ui-pnotify-title, .ui-pnotify.custom .ui-pnotify-text {
    font-family: Arial, Helvetica, sans-serif !important;
    text-shadow: 2px 2px 3px black !important;
    font-size: 10pt !important;
    color: #FFF !important;
    padding-left: 50px !important;
    line-height: 1 !important;
    text-rendering: geometricPrecision !important;
}
.ui-pnotify.custom .ui-pnotify-title {
    font-weight: bold;
}
.ui-pnotify.custom .ui-pnotify-icon {
    float: left;
}
.ui-pnotify.custom .fa {
    margin: 3px;
    width: 33px;
    height: 33px;
    font-size: 33px;
    color: #FF0;
}

.pointerClass{
	cursor: pointer !important;
}
.not-allowed {
	cursor: not-allowed !important;
}

.pointerClass:hover{
	/*background-color:#e7e7e7 !important;*/
}

/*	Editable Flotante (OSCAR)*/
/*
.flotante {
	position:absolute;
        z-index:1000;
        padding:6px;
        width:auto;
        max-width:500px;
        display:block;
        margin-top:-18px;
        margin-left:-7px;
        border: 1px solid #999;
        background-color: #DDF4FF;
        float:left;
}
.flotante > input{
        width: 150px;
        height:22px;
        float:left;
        padding:2px;
        display:block;
        margin-right:10px;
}
.flotante > select{
        width:150px;
        height:25px;
        padding:2px;
        margin-right:10px;
        display:block;
        float:left;

}
.editame :hover{
        padding:3px;
        margin-left:-10px;
        width:auto;
        border: 1px solid #CCC;
        display:inline;
}
*/

.img-responsive {
  margin: 0 auto; /*para centrar cuando son mas pequeños*/
}

.img-responsive2 { /*llena el div 100% sin maximo*/
  width: 100%;
  height: auto;
  margin: 0 auto; 
}

.__loading-table{
	position:absolute;
	
	height:100%;
	width: 100%;
	background-color:rgba(255, 255, 255, 0.7);
	z-index: 1000;
/*	display:none;*/
}
.select2-results { background-color: whitesmoke !important; }
.table-taec {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-taec td, .table-taec th {
  border: 1px solid #ddd;
  padding: 2px;
  font-weight:600;
}

.table-taec tr:nth-child(even){background-color: #f2f2f2;}

.table-taec th {
  text-align: center;
  background-color: #6B6F80;
  /*background-color:#346580;
  background-color: #3b3f4f;*/
  color: white;
}

.scrolly { 
	overflow-y: auto; 
	height: 200px; 
}

.scrolly thead th { 
	position: sticky; 
	top: 0; 
}

.scrollyt {
	border-collapse: collapse; 
	width: 100%;
}
.limenu:hover{
    cursor: pointer;
}