/* CSS Document */

.document-detail-container {
	margin-top: 20px;
	padding-bottom: 80px;
}

.header-detail {
	overflow: auto;
	margin: 10px 0 20px 0;
}

.header-detail .back {
	float: left;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 70px;
    background-position: 0px 6px;
}

.header-detail .back:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .back label {
	float: right;
	cursor: inherit;
}

.header-detail .next {
	float: right;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 70px;
    background-position: 55px 6px;
}

.header-detail .next:hover {
	color: #334D80;
	background-image: url(../images/next-selected.png);
}

.header-detail .next label {
	cursor: inherit;
}

.header-detail .previous {
	float: right;
	margin-right: 40px;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 70px;
    background-position: 12px 6px;
}

.header-detail .previous:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .previous label {
	float: right;
	cursor: inherit;
	width: 35px;
}

.item {
	
}

.item .img-document img {
	top: 50%;
    position: relative;
    margin-top: -32px;
}

.item .data {
	margin-top: 10px;
}

.item .data .data-item p {
	font-family: 'open_sansregular';
    font-size: 16px;
    font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0px;
}
.dropdown-header {
	font-size: .875rem !important;
	color: #6c757d !important;
	font-weight: normal !important;
	margin: 5px 0 0 0;
	padding: 0px;
	width: 100%;
	white-space:normal !important;
	margin-bottom: 10px;
}

.item .data-intro {
	margin-top: 20px;
}

.item .data-form {
	background-color: rgba(182, 207, 239, 0.5);
}

.item .data-form .container-form-buy {
	padding-top: 10px;
	padding-bottom: 25px;
}

.item .data-form .container-form-buy .price {
    font-size: 22px !important;
}

.item .data-form .container-form-buy .button-submit {
	text-align: center;
}

.item .data-form .container-form-buy .button-submit button {
	margin-top: 25px;
	width: 200px;
}

.btn {
	background-color: transparent;
}

.item .sub-header {
	background-color: rgba(182, 207, 239, 0.5);
	padding: 10px;
}

.item .sub-header .item-header {
	border-right: #929292 solid 1px;
}

.item .sub-header .item-header button {
	color: #849DBD;
	border: none;
	background-color: #d3e0f0;
}

.item .sub-header .item-header button:hover {
	color: #334D80;
}

.item .sub-header .item-header .item-menu {
	background-color: #dedddd;
	width: 100%;
	min-width: 600px;
	margin-left: -10px;
	padding: 10px;
}

.item .sub-header .item-header-img img {
	cursor: pointer;
	
}

.item .data-document {
	
}

.item .data-document label {
	font-size: 24px;
	margin-bottom: 10px;
}

/*#desplegable { left: -420px !important; transform: none !important; top: 30px !important;
}*/

/* .mylink:hover  { */
/*     background-color: blue; */
/* } */

/* input[type = "submit"]:hover { */
/*     color: #FF0000; */
/*     //you can add more styles to be applied on hover */
/* } */
/* .button:hover input { color:#fff } */







