@CHARSET "UTF-8";

.textlink {
	color: #3366CC;
	font-weight: bold;
}

.textItalics {
	font-size: 12px;
	font-weight: normal;
	color: black;
	font-style: italic;
}

.fieldText {
	border: 1px solid #D1D1D1;
	font-size: 11px;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 8px !important;
}

.fieldFile {
	border: 1px solid #D1D1D1;
	font-size: 11px;
	width: 270px;
	height: 18px;
}

.dateField {
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	font-size: 11px;
	width: 90px;
}

.fieldTextSmall {
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	font-size: 11px;
	width: 120px;
	height: 18px;
}

.fieldNumeric {
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	font-size: 11px;
	height: 18px;
	width: 157px;
	text-align: right;
}

.fieldSelect {
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	font-size: 11px;
	height: 20px;
	width: 130px;
}

.fieldSelectBig {
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	font-size: 11px;
	width: 275px;
	height: 20px;
}

.fieldTextError {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	font-size: 11px;
	width: 270px;
	height: 18px;
}

.title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	height: 20px;
}

.create-parav-header {
	float: left;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 2px;
}

#autoReserved-message {
	display: inline-block;
	float: right;
	color: red;
	font-size: 13px;
	margin-right: 39px;
}

.bannerTitle {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	height: 28px;
}

.cursor {
	cursor: hand;
}

.error {
	font-size: 12px;
	font-style: italic;
	text-shadow: gray;
	color: red;
}

.errorblock {
	width: 580px;
	color: #fc0808;
	background-color: #ffEEEE;
	border: 1px solid #ff0000;
	padding: 8px;
	margin: 16px;
	border-radius: 10px;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	text-shadow: gray;
	font-weight: bold;
}

.paydateBlock {
	background-color: rgb(242, 245, 169);
	border: 1px solid #D7DF01;
	padding-right: 40px;
	padding-left: 10px;
}

.infoblock {
	width: 580px;
	background-color: #E6EEF0;
	border: 1px solid #B2B2B2;
	text-overflow: ellipsis;
	padding: 8px;
	margin: 16px;
	border-radius: 10px;
	text-align: left;
	font-size: 12px;
	text-shadow: gray;
	font-weight: bold;
}

.errorPage {
	max-width: 50%;
	margin: 0 auto;
	color: #fc0808;
	background-color: #FFF0F0;
	border: 1px solid #ff0000;
	padding: 8px;
	border-radius: 10px;
	text-align: left;
	font-size: 12px;
	text-shadow: gray;
}

.navbtn {
	background-color: #D6E8ED;
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.navbtnOver {
	background-color: #23A7B6;
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 100px;
}

.successBlock {
	width: 580px;
	background-color: #E6EEF0;
	border: 1px solid #B2B2B2;
	text-overflow: ellipsis;
	padding: 8px;
	margin: 16px;
	border-radius: 10px;
	text-align: left;
	font-size: 12px;
	text-shadow: gray;
}

.tableTtl {
	font-size: 12px;
	color: #333333;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-position: left;
	border-right-style: none;
	border-left-style: none;
}

.tableTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-position: left;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 18px;
}

.bnrTitle {
	font-size: 16px;
	font-weight: bold;
	color: #707070;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.tablecssSmall {
	width: 720px;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
}

.tablecssSmall tr:nth-of-type(odd) {
	background: #e5e5e5;
}

.tablecssSmall tr:hover td {
	background-color: #66CCFF;
}

.tablecssSmall th {
	background: #404040;
	color: white;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.tablecssSmall td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

#currentPrice {
	font-size: 16px;
}

.responsive-table {
	width: 100%;
	table-layout: unset;
	line-height: 1.20em;
}

/* Bootstrap fixes */
#birthDateFormatted {
	cursor: default;
	background-color: #fff;
}

.responsive-input {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 28px !important;
	box-sizing: border-box;
}

.ui-datepicker-year {
	height: unset !important;
	min-width: 55%;
}

.navbar-inner {
	padding: 0 8px !important;
}

.menuItems-list {
	border: none !important;
}

.menuItems-list a {
	font-size: 15px;
}

.nav-collapse {
	background-color: #fff !important;
}

.active a {
	background-color: #003476 !important;
	color: #fff !important;
	text-shadow: 1px 1px #000 !important;
}

.pageFooter {
	background-color: #003476;
	/* text-align: center; */
	padding: 16px;
}

.footerGsis {
	color: #fff;
}

.footerGsis a {
	color: #fff !important;
}

.wrapper-footer {
	color: #fff;
	display: flex;
}

.ministries-list {
	list-style-type: none;
	text-align: left;
	margin-left: 15px;
}

.headerContainer {
	display: flex;
	justify-content: start;
	margin: 0 auto;
	align-items: center;
	background-color: #003476;
	border-bottom: 4px solid;
	border-image: linear-gradient(358.5deg, #00aeef .09%, #134a86) 1;
}