@charset "utf-8";

.yellow-box, .gray-box-E6 { box-shadow:	3px 4px 2px 0px rgba(189,189,189,1); }

.yellow-box, .gray-box-E6, .white-box, .gray-box-F5, .gray-box-EF {
	width: 94%;
	border-radius: 6px;
	padding-top: 2%;
}

.yellow-box { background-color: #fffFCC; }

.gray-box-E6 { background-color: #E6E6E6 }

.gray-box-F5 { background-color: #f5f7f8; }

.gray-box-EF { background-color: #eFeFeF; }

.white-box {
	background-color: #ffffff;
}

.gray-box-EF, .gray-box-F5, .white-box { border: 1px solid #d2d2d2 !important; }

.grey-box {
	background-color: #EFEFEF;
	width: 94%;
	box-shadow:	3px 4px 2px 0px rgba(189,189,189,1);
	border-radius: 6px;
	padding-top: 2%;
}

select, input[type="text"], .custom-round-input {
	border-radius: 5px;
    min-height: 26px;
    font-size: 1em;
	margin: 1% .5%;
    padding: 0.1% .6% 0% .6%;
	border: 1px solid #a9a9a9;
}

select {
	background-size: 6px 13px;
	vertical-align: middle;
	background-image: url('https://imgcache.clasificadosonline.com/udclasmedia/arte/dropdown_double_arrow.png'), none;
	background-repeat: no-repeat;
	background-position: calc(100% - 2%), right;
	background-color: #ffffff;
	/* Hide default drop down arrow */
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	padding-right: 4%;
	margin: 1%
}

input[type="text"], input[type="text"].textFieldFocusState { background-color: #ffffff !important }

/* Hide default drop down arrow for IE */
select::-ms-expand {
	display: none;
}

.gray-button, .yellow-box input[type="submit"] {
	font-family: Tahoma;
	font-size: 1em;
	color: #ffffff;
	background-color: #969696;
	border-radius: 9px;
	cursor: pointer;
	padding: 6px;
	margin: 1%;
	border: none;
}

input[placeholder] {
   text-align: center;
   font-size: 14px;
}