body{
    background-color:#7f1933;
}

/*COMUN*/
.subtitle{
    width: 100%;
    margin: 0 !important;
    background: #333;
    
    font-size: 18px;
    box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.3);
    padding: 10px 0 0px 10px;
    height: 40px;
}
    
/*HEADER*/
.navbar{
    background: white;
    color: black;
    -webkit-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.3);
    box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.3);
}
.navbar img{
    height: 40px;
}  

#upload-image{
    display: none;
}
.label-upload-image {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 48%;
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
    margin-left: 1%;
    text-align: center;
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
    
}
#take-image{
    display: none;
}
.label-take-image {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 48%;
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
    margin-right: 1%;
    text-align: center;
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
    
}

.container-loged{
   
}
/*IMAGEN EN CENTRO*/
.center-box{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
   
    margin:auto;
    height:200px;
    width:200px;
   
    text-align:center;
    line-height:200px;
}
.center-box .fa{
    font-size: 7em;
    line-height: 180px;
    color:white;
}
.image-loaded{
    max-width: 200px;
    max-height: 200px;
    display: none;
}


.captured{
    display: none;
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}


.captured .menu-captured{
    width: 100%;
    height: 60px;
    background: #333333f2;;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: white;
   /* font-size: 25px;*/
    padding-top: 8px;
    border-top: 2px solid white;
}

.captured .menu-captured .fa{
    font-size: 20px;
    margin-bottom: 3px;
}
.captured .menu-captured p{
    margin-bottom:0;
}
.list-images{
    margin-top:20px;
}

.imagen-hoja{
    background-color:white;
    height: 100px;
    width:33.333%;
    float: left;
    margin:0;
    background-size: cover; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #7f1933;
}

.imagen-hoja:last-child{
    margin-bottom:60px;
}
/*
.imagen-hoja:nth-child(3n){
    border-right:0;
}
.imagen-hoja:nth-child(3n-1){
    border-left: 1px solid #7f1933;
    border-right: 1px solid #7f1933;
}
.imagen-hoja:nth-child(3n-2){
    border-left:0;
}*/

/*LOGIN*/

.user_card {
    height: 450px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
  
    width: 100%;
    top: 15px;
    border-radius: 10px;
  
    padding: 10px;
    text-align: center;
}
.brand_logo {       
    width: 76%;       
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #333333 !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #333333 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #333333 !important;
}

.container-login span.input-group-text{
    width: 43px;
    display: inline-grid;
}

/*BLOCKUI*/

.block-ui-container{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background:#efefefeb;
}


.error-label{
    color:red;
    display: none;
}



/*HOJAS*/

.container-hojas{
  
}

.hojas-title{
    color:white;
    margin: 10px;
    font-weight: initial;

}
.hojas-title .fa{
    margin-right: 10px;
}

.hojas.list-group{
    margin: 0 10px;
}


/*HISTORIAL*/

.container-historial{
  
}

.historial-title{
    color:white;
    margin: 10px;
    font-weight: initial;

}
.historial-title .fa{
    margin-right: 10px;
}

.historial.list-group{
    margin: 10px;
}

.datos-historial{

}
.historial .card{
    border-radius: 0;
    background-color: transparent;
    
    margin-bottom: 3px !important;
}

.historial .card-header{
    border-radius: 0;
    background-color: white;
}

.historial .card-header .fa{
    color: #7f1933;
    margin-right: 5px;
}

.historial .card-body{
    padding:3px 15px;
    background-color:#ededed !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f077";
    float: right; 
    color: #f1a95c;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078"; 
    color: #f1a95c;
}

.historial .list-group-item{
    border-radius: 0;
    border-left: 3px solid #f1a95c;
    font-size: 0.8rem;
}

.historial .card-titulo-container{
    display: inline-block;
}
.historial .card-nfactura-subtitulo{
    font-size: 12px;
    color: #f1a95c;
    margin-top: -5px;
    display: inline-block;
}
.historial .card-nfactura{
    display: inline-block;
}

.historial .card-km{
    display: inline-block;
    float: right;
    margin-left:50px;
}
.historial .card-icon-title{
    vertical-align: top;
    margin-top: 10px;
}

.input-matricula{
    margin: 0 10px;
    margin-left: 0px;
}
#input-matricula-icono{
    margin-left: 10px;
}
#icono-historial{
    display: none;
}

.list-group-desc{
    display: inline-block;
    max-width: 82%;
}
.list-group-tmo{
    display: inline-block;
    float: right;
    
    font-size: 0.7rem;
}
.list-group-cantidad{
    display: inline-block;
    float: right;
    font-size: 0.7rem;
}


/*LOADIN IMAGE*/

.loading-image{
    padding-top: 12px;
    text-align: center;
    background-color:#7f1933;
}