/**
 * Estilos CSS para botones y cuadro modal para configuracion de ficha PDF
 */
.modalDescargarFicha {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 999;
	height: 100%;
	position: fixed;
	display: none;
}

.modalContent {
	background-color: #ffffff;
	border-radius: 10px;
	width: 870px;
	margin: auto;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	padding: 30px 60px 15px;
	box-sizing: border-box;
    position: absolute;
    left: 0px;
    right: 0px;
    /*! top: 20%; */
    /*! transform: translateY(-65%); */
	margin-top: 65px;
}

.modalContentHeader {
	border-bottom: 3px solid #e0e0e0; 
	display: table;
	text-align: justify;
	padding-bottom: 30px;
}

.modalContentHeaderLeft {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px;
} 

.imgModal {
    background-size: cover;
    width: 130px;
    height: 130px;
}

.modalContentBottom{
	padding-top: 30px;
}

.modalContentBottomTable {
	display: table;
	width: 100%;
}

.modalContentBottomLeft {
	display: table-cell;
	width: 75%;
}

.modalContentBottomRight {
	display: table-cell;
}

.modalTitle {
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 2.5rem;
	color: #000000;
}

.modalTitle span {
	font-weight: 800;
}

.modalSubTitle {
	color: #616465; 
	font-size: 1.4rem;
	margin-bottom: 2px;
	margin-top: 5px;
	font-weight: 500;
}

.modalText {
	color: #616465; 
	font-size: 0.75rem;
	line-height: 1.3;
    font-weight: 500;
}

.modalContentHeaderRight {
	display: table-cell;
	vertical-align: center;
}

.modalContent h5 {
	color: #616465;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 600;
}

.btnGenerarFicha {
	background: #d9232e;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
    padding: 18px;
    font-weight: 600;
    margin-top: 109px;
	font-size: 1.15em;
}

.listColor {
	list-style-type: none;   
	-webkit-padding-start: 0px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -moz-padding-start: 0px;
	-moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -ms-padding-start: 0px;
	-ms-margin-before: 0em;
    -ms-margin-after: 0em;
    -ms-margin-start: 0px;
    padding: 0px;
    margin-bottom: 25px;
}

.listColor li{
	 display: inline-block;
	 text-align: center;
	 color: #000000;
	 margin: 2px;
	 width: 40px;
	 vertical-align: middle;
	 height: 40px; 
	 cursor: pointer;
	 background-size: cover;
}

.listColor li p {
    margin: 0px;
    padding-top: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
}

.listColor .active{
	outline: 3px solid #d9232e;
}

.listColor li p.listColorWhite {
	color: #000000;
}

.selectIdioma select {
	width: 100%;
    border: 0px;
    color: #ffffff;
    background: transparent !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 10px 5px;
    -webkit-padding-start: 10px;
	-webkit-padding-end: 10px;
	-webkit-padding-before: 10px;
	-webkit-padding-after: 10px;
	-moz-padding-start: 10px;
	-moz-padding-end: 10px;
	-moz-padding-before: 0px;
	-moz-padding-after: 0px;
	-ms-padding-start: 10px;
	-ms-padding-end: 10px;
	-ms-padding-before: 10px;
	-ms-padding-after: 10px;
    text-transform: uppercase;
    margin:0px 0px 0px 0px;
	padding-inline-start: 15px;
}

.selectIdioma {
    background-image: url(../images/product_sheet_modal/arrowBottom.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 150px center;
    background-color: #616465;
   	text-transform: uppercase;
}

.modalContentBottomRight h5 {
	margin-bottom: 10px;
}

.selectIdioma option {
    background-color: #616465;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 8px;
}

.selectIdioma select:focus {
	outline: 0px;
}

select::-ms-expand {
    display: none;
}

.iconDocument {
	background-image: url('../images/product_sheet_modal/iconDocument.png');
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	width: 33px;
	height: 35px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.btnDescargar {
	font-family: Helvetica, "Lucida Grande", sans-serif;;
	background: #d9232e;
    border-left: 6px solid #000;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    vertical-align: middle;
}

.close {     
	position: absolute;
    top: -20px;
    background: #000;
    padding: 15px 18px;
    border-radius: 50%;
    right: -20px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
}

.btnDescargarFicha{
	margin-top: 15px;
}
