/**
 * Estilos globales 
 */

/*body {
  min-height: 2000px;
  padding-top: 70px;
}*/

@font-face {
    font-family: 'porsche';
    src: url('../fonts/LT.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'porsche0';
    src: url('../fonts/LT_0.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'porsche1';
    src: url('../fonts/LT_1.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'porsche2';
    src: url('../fonts/LT_2.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'porsche3';
    src: url('../fonts/LT_3.ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'porsche4';
    src: url('../fonts/LT_4.ttf');
    font-weight: normal;
    font-style: normal;

}

.labelLogin{

    font-family: porsche0;
    font-size: 20px;
    color: #CC0000;
}

#textUser{

    font-family: porsche1;

}

#logolModal{

margin-left: 19px;

}


#logoP{

	padding-top: 30px;
	width: 70px;
	
}

#logosession{

	width: 59px;
}

#logoModal{

	width: 140px;
}

#photoCars{

	width: 100%;
}

.textInitial{

	font-family: porsche4;
	color: black;
    text-align: center;
    font-size: 30px;

}

.hrTools{

	

}

#btndefault {

	background-color: #3e4146;
	color: #fff;
	font-family: porsche2;

}

#wPorsche{

	font-family: porsche4;
}

#inputLogin{

	margin-bottom: 25px;

}

#labelAdmin{

	margin-left: 9px;
	padding-top: 12px;
	font-size: 35px;
	font-family: porsche;
	color:#CC0000;
}

#panelHpor{

    background-color: #fff;
}

#btnUsers{

    font-family: porsche2;

}

.btn-danger{
    
    background-color:#CC0000;

}
.btn-primary{

    background-color: #1D2939;
    border-color: #1D2939;
}

.btn-primary:hover{

    background-color: #1D2939;
    border-color: #1D2939;

}

#selectPorsche{

    width: 176.66px;
    height: 40px;

}

#h3Modal{

    font-family: porsche1;
    color: #CC0000;
    
}

#titleModals{

    font-family: porsche;
    color:#CC0000;

}

/*Scroll for table*/

#tablescroll{
 height:240px; 
}

.tscroll{
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  position: absolute;
}

.trscroll {
width: 100%;

}

/**
 * Width for table in the modal for inventories
 */
#modalInventories{

    width: 99% !important; 

}

#inputForecast{

    width: 40px;
}

.disabled {
    pointer-events:none; 
    opacity:0.6;         
}





