﻿html, body {
    height : 100%; 
}
body 
{
    background-color: #f2f2fa !important; 
}

/*Login http://186.103.232.28/plusdte/front */

/*En caso de no ver imagen de fondo en la pantalla de login, actualizar o verificar ruta de la imagen con path absoluto*/
.body-login {
   background: url(http://186.103.232.28/plusdte/front/images/backgrounds/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media02.hongkiat.com/oversized-background-image-design/demo/images/fotolia_34843570_bg.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://media02.hongkiat.com/oversized-background-image-design/demo/images/fotolia_34843570_bg.jpg', sizingMethod='scale');
  width : 100%; 
  height : 100%; 
}
.vertical-margin-login {
    margin : 40px 0 0 0;
}
.contenedor-login {
    background-color : transparent; 
    padding : 15px 0 ;
    color:  white;
    border-radius: 5px; 
    margin : 0 0 40px 0 ;
}

.mensaje-error-login {
    padding: 5px 0 ;
    border-radius : 2px; 
}

.contenedor-login-escritorio {
    background-color : #fff;
    color : #7e7e7e ;
    float : right; 
}

.contenido-login-escritorio-margen {
    margin : 150px 0 0 0;
}
.footer-login-escritorio {
    font-size : 11px ;
    text-align : center ;
    margin : 40px 0 0 0;
}
/* Footer */
.footer
{
    background-color: #292f38;
    padding: 5px 0 ;
    border-bottom: 1px solid #2c3e50;
    color: white;  
    font-size : 11px ;
    text-align : center ;

    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.38);

}
/* Fin FOoter*/
/*Fin Login*/



.historial-navegacion-usuario {
    background-color : #fff ; 
    width : 100%; 
    color : #7e7e7e ;
    padding : 5px 0 ;
    margin:0;
}
@media (max-width: 767px) {
    
}
.item-historial-navegacion {
    float : left;
    margin : 0px 10px; 
    color : #7e7e7e ;
}
/* unvisited link */
.item-historial-navegacion:link {
    color: #7e7e7e;
    text-decoration : none ;
}

/* visited link */
.item-historial-navegacion:visited {
    color: #7e7e7e;
    text-decoration : none ;
}

/* mouse over link */
.item-historial-navegacion:hover {
    color: #7e7e7e;
    text-decoration : none ;
}

/* selected link */
.item-historial-navegacion:active {
    color: #7e7e7e;
    text-decoration : none ;
}

.fix-glyph-historial-navegacion {
    margin : 1px 4px 0px 4px; 
    float : left
}

.contenedorPlomo
{
    background-color: #ECECEC ; 
    border: 1px solid #BFBFBF; 
    border-radius : 5px 5px 0 0 ; 
    padding: 15px; 
}
.contenedorFormulario {
    background-color : #fff; 
    padding : 10px 0 15px 0 ; 
    border : 5px ; 
}
.fieldset {
  border: 1px solid #ccc;
  padding: 10px;
}
/*Margenes */
.margen-top-5px 
{
    margin: 5px 0 0 0;
}
.margen-top-10px 
{
    margin: 10px 0 0 0;
}
.margen-top-15px 
{
    margin: 15px 0 0 0;
}
.margen-top-30px 
{
    margin: 30px 0 0 0;
}


.margen-top-bottom-5px 
{
    margin: 5px 0 ;
}
.margen-top-bottom-10px 
{
    margin: 10px 0 ;
}
.margen-top-bottom-15px 
{
    margin: 15px 0 ;
}
.margen-top-bottom-30px 
{
    margin: 30px 0;
}

@media (max-width: 600px) {
    .margen-xs-sm-5px {
        margin : 5px 0 0 0  !important;
    }
    .margen-xs-sm-10px {
        margin : 10px 0 0 0  !important;
    }
    .margen-xs-sm-15px {
        margin : 15px 0 0 0  !important;
    }
    .margen-xs-sm-30px {
        margin : 30px 0 0 0  !important;
    }

    #page-content-wrapper{
        margin-top : 120px !important; 
    }
}
/*Fin Margenes*/

.FormatRadioButtonList label
{
  padding: 0 40px 0 10px; 
}
.CheckBoxInline label
{
    display: inline-block;
     padding: 0 20px 0 10px; 
}

.contenedorLogin{
	margin: 100px 0 0 0;
	padding: 4% 2%;
	width: 96%;
	float: left;
	background-color: rgba(236,240,241,0.75);
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.imagenUsuarioHeader 
{
    width: 29px;    
}
.nombreUsuarioHeader 
{
    text-align: right; 
    color: #fff !important; 
}

.ulNoBullet {
    list-style-type: none;
}

.ventana-informacion 
{
    padding: 5px ;
}

/*Link Blanco*/
/* unvisited link */
.linkBlanco:link {
    color: #FFF;
    text-decoration : none ;
}

/* visited link */
.linkBlanco:visited {
    color: #FFF;
    text-decoration : none ;
}

/* mouse over link */
.linkBlanco:hover {
    color: #FFF;
    text-decoration : none ;
}

/* selected link */
.linkBlanco:active {
    color: #FFF;
    text-decoration : none ;
}
/*Fin Link Blanco*/


/*Link Plomo*/
/* unvisited link */
.linkPlomo:link {
    color: #7e7e7e !important;
    text-decoration : none ;
}

/* visited link */
.linkPlomo:visited {
    color: #7e7e7e !important;
    text-decoration : none ;
}

/* mouse over link */
.linkPlomo:hover {
    color: #7e7e7e !important;
    text-decoration : none ;
}

/* selected link */
.linkPlomo:active {
    color: #7e7e7e !important;
    text-decoration : none ;
}
/*Fin Link Plomo*/

.correccionBotonesNavegacion {
    margin : 0 0 0 13px ;
}

/*----- Genederar Documento Electronico */
.margenBotonAgregarClientes {
    margin: 24px 0 0 0 !important;
}

@media (max-width: 700px) {
    .margenBotonAgregarClientes {
        margin : 0px 0 0 0  !important;
    }
}
.tablaDetalles {
    background-color : #fff; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
}
.bold-text {
    font-weight : bold ;
}
.texto-tabla-total {
    font-weight : bold ;
    padding: 15px 0 0 10px !important;
}
/*----- FIN Genederar Documento Electronico */


/*Previsualizador*/
.datosEmisorPrevisualizador {
    text-align : left ; 
    font-weight : bold; 
    font-size : 12px ; 
    padding : 5px 0 ; 
    text-transform: uppercase;
    line-height : 23px; 
    text-align : justify ; 

}
.datosEmisorTipoDocumentoPrevisualizador {
    border : 3px solid red ; 
    font-weight : bold; 
    font-size : 14px ; 
    text-transform: uppercase;
    text-align : center ; 
    line-height : 25px; 
    padding: 10px 0 ; 
}
.datosReceptorPrevisualizador {
    border: 2px solid black ; 
    border-radius : 5px ; 
    font-weight : bold; 
}
.textoReceptorPrevisualizador {
    text-transform: uppercase;
    font-size : 12px ; 
    font-weight : normal ; 
    font-family: monospace;
}

.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}
.table.border tr td, .table.border>tr th {
  border-width: 1px;
  border-color : black ; 
  padding: 3px;
  min-height : 25px ; 
}

.theadTablePrevisualizador {
    font-weight : bold; 
    font-size : 12px ; 
    text-align : center !important;
}
.theadTablePrevisualizador>tr {
    background-color : #DADFE1 ; 
    
}
.text-align-right {
    text-align : right !important; 
}
.text-align-center {
    text-align : right !important; 
}
.text-align-left {
    text-align : right !important; 
}

.margen-hr-Previsualizador {
    margin : 200px 0 0 0;
}

/*Fin Previsualizador */


.textoError {
    text-align : justify; 

    padding : 10px 0  ;

}

/*DTE*/
.textoRojo {
    font-weight : bold; 
    color : #96281B;
}


/*Boostrap Buttons*/
.btn-plus-dte {
    background: #f75a52;
    border-color: #f75a52;
    color: white ; 
    font-weight: bold; 
}

.btn-plus-dte:hover {
    background: #f75a52;
    border-color: #f75a52;
}
.texto-plus-dte {
    color:  #f75a52; 
}
/*Fin Boostrap Buttons*/

.tituloTema {
    background-color : #2a3642; 
    color : white !important ;
    font-size : 15px ; 
    font-weight  : bold ; 
    padding: 8px 0 ; 
}


.contenedorComentario {
    padding: 10px 0;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px 0px #e9e9e9;
    -moz-box-shadow:    5px 5px 0px 0px #e9e9e9;
    box-shadow:         5px 5px 0px 0px #e9e9e9;
    margin : 15px 0 ; 

}

.contenedorComentario:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 33px;
}

.fechaEstilo {
    font-size: 13px; 
    color : #9c9c9c; 
    display: block; 
    margin: 0px 0 ; 
}

.tituloMensaje {
    margin :  0px 0 0 0; 
    font-size : 19px  ; 
    display: block; 
}

.Mensaje {
    display: block ; 
    font-size: 14px ;
    text-align :justify; 
    margin: 0px 0px 10px 0 ;   
    color: #767676;
}
.itemTema {
    padding: 15px 0 ; 
    background-color: #fff ; 
    border-bottom: 2px #e9e9e9 solid ; 
    border-radius : 0 10px 0 0;
}

.opcionCarga {
    float : right !important; 
    margin : 0 10px 0 0 ;
}

.contenedorComentarioAdmin {
    padding: 10px 0 ;
    background: #ff8b74;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px 0px #e9e9e9;
    -moz-box-shadow:    5px 5px 0px 0px #e9e9e9;
    box-shadow:         5px 5px 0px 0px #e9e9e9;
    margin : 15px 0 ; 
    color : #fff !important; 

}

.contenedorComentarioAdmin:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #ff8b74 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 33px;
}
.contenedorComentarioAdmin > .fechaEstilo {
    color: #fff !important ; 
}
.contenedorComentarioAdmin > .Mensaje {
    color: #fff !important ; 
}
.contenedorComentarioAdmin > .botonOpcion {
    color: #fff !important ; 
}


/*Boton Toggle*/
.btn-toggle { 
  color: #FFFFFF; 
  background-color: #2A3642 !important; 
  border-color: #FFFFFF !important; 
} 
 
.btn-toggle:hover, 
.btn-toggle:focus, 
.btn-toggle:active, 
.btn-toggle.active, 
.open .dropdown-toggle.btn-toggle { 
  color: #FFFFFF !important; 
  background-color: #6C8094 !important; 
  border-color: #FFFFFF !important; 
} 
 
.btn-toggle:active, 
.btn-toggle.active, 
.open .dropdown-toggle.btn-toggle { 
  background-image: none; 
} 
 
.btn-toggle.disabled, 
.btn-toggle[disabled], 
fieldset[disabled] .btn-toggle, 
.btn-toggle.disabled:hover, 
.btn-toggle[disabled]:hover, 
fieldset[disabled] .btn-toggle:hover, 
.btn-toggle.disabled:focus, 
.btn-toggle[disabled]:focus, 
fieldset[disabled] .btn-toggle:focus, 
.btn-toggle.disabled:active, 
.btn-toggle[disabled]:active, 
fieldset[disabled] .btn-toggle:active, 
.btn-toggle.disabled.active, 
.btn-toggle[disabled].active, 
fieldset[disabled] .btn-toggle.active { 
  background-color: #2A3642 !important; 
  border-color: #FFFFFF !important; 
} 
 
.btn-toggle .badge { 
  color: #2A3642 !important; 
  background-color: #FFFFFF !important; 
}
/*Fin Boton Toggle*/

.listas-libro {
    margin-bottom: 5px !important;
}

.numeracionNdeM {
    text-align : right ; 
    font-weight: bold ; 
    font-size : 18px ; 
    padding : 5px 0 0 0;
}

/*barra de carga*/
.loadingBackground{
    background-color: #efefef !important; 
}


/* Boostrap Table */
.th-200-width{
    min-width:100px!important;
}
/* Fin Boostrap Table */

.glyphicon-accion {
    font-size : 18px ; 
    width :     20px ; 
    height:     20px ; 
    margin : 0px 12px ; 
}

/********************************************************** v3 **************************************************************/
/* DTE INDEX */
.OKEstadoDTE{
    color : #3FC380 ; 
    font-weight : bold;  
    font-size : 17px ; 
    text-align : center ; 
}
.RCHEstadoDTE{
    color : #831515 ; 
    font-weight : bold;  
    font-size : 15px ; 
    text-align : center ; 
}
.OKREstadoDTE{
    color : #e4bb5c ; 
    font-weight : bold;  
    font-size : 17px ; 
    text-align : center ; 
}
.PENDIENTEEstadoDTE{
    color : #446CB3 ; 
    font-weight : bold;  
    font-size : 17px ; 
    text-align : center ; 
}
/* FIN DTE INDEX */

/********************************************************** FIN v3 **************************************************************/
.tipografiaTabla10{
        font-size : 11px !important; 
}

.tablaDinamica {
    background-color : #fff; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
}

.tooltip {
    position: fixed !important;
}

.font-9{
    font-size : 10px !important ; 

}

.tr-border-bottom {
    border-bottom : 1px solid rgba(50, 50, 50, 0.3) ; 
}

.contenedorFormularioFiltro{
    background-color : rgba(50, 50, 50, 0.02);  
    border-bottom : 5px solid #3a6b93; 
    padding: 20px 0 ; 
    box-shadow: 1px 0 0 #f0f0f2 inset;
    border-left: 1px  solid  #ccc ;
    border-top: 1px  solid  #ccc ;
    border-right: 1px  solid  #ccc ;
}

.AlertaEstado {
    margin : 5px 0 0 0 ;
    background-color: #f75a52; 
    border-radius : 10px;  
    width: 12px ; 
    height : 12px ; 
    cursor: pointer;
    box-shadow: 0 0 0 rgba(247, 90, 82, 0.4);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 90, 82, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(247, 90, 82, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(247, 90, 82, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(247, 90, 82, 0.4);
    box-shadow: 0 0 0 0 rgba(247, 90, 82, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(247, 90, 82, 0);
      box-shadow: 0 0 0 10px rgba(247, 90, 82, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(247, 90, 82, 0);
      box-shadow: 0 0 0 0 rgba(247, 90, 82, 0);
  }
}

.selectedMenuMobile{
    background-color : #c6c6c6; 
}



.font-9{
    font-size : 9px !important ; 
}

.font-11{
    font-size : 11px !important ; 
}

.font-14{
    font-size : 14px !important; 
}

.font-16{
    font-size : 16px !important; 
}

.font-18{
    font-size : 18px !important; 
}

.font-22{
    font-size : 22px !important; 
}

.font-24{
    font-size : 24px !important; 
}

.font-28{
    font-size : 28px !important; 
}


.margin-top {
    margin-top : 16px ; 
}
.margin-top-6 {
    margin-top : 6px ; 
}
.margin-top-8 {
    margin-top : 8px ; 
}
.margin-top-10 {
    margin-top : 10px ; 
}

.margin-label{
    margin-top : 23px;  
}

.margin-top-20 {
    margin-top : 20px ; 
}

.margin-top-25 {
    margin-top : 25px ; 
}

.margin-top-30 {
    margin-top : 30px ; 
}

.margin-top-60 {
    margin-top : 60px ; 
}


.margin-bottom {
    margin-bottom : 16px ; 
}
.margin-bottom-20 {
    margin-bottom : 20px ; 
}
.margin-bottom-30 {
    margin-bottom : 30px ; 
}



.margin-left {
    margin-left : 16px ; 
}
.margin-left-20 {
    margin-left : 20px ; 
}
.margin-left-30 {
    margin-left : 30px ; 
}

.margin-right {
    margin-right : 16px ; 
}

.margin-right {
    margin-right : 16px ; 
}

.margin-right-20 {
    margin-right : 20px ; 
}

.margin-right-30 {
    margin-right :30px ; 
}


.font-ok{
    color : #66bb6a !important;  
}
.font-error{
    color : #d32f2f !important;  
}

.tablaBlanca {
    background-color : #fff; 
    border : 1px solid rgba(50, 50, 50, 0.3) ; 
    padding : 10px  0  ; 
}

.block{
    display : block ;   
    width : 100%;  
}