html {
	-webkit-text-size-adjust: none;
	overflow-x: scroll;
	overflow-y: scroll;
}
body {
	background-color:#f5f5f5;
}
html,body,a,ul,ol,li,p,div,input {
	margin: 0;
	padding: 0;
	font-family: "Lato", "Microsoft JhengHei",Arial,Helvetica,sans-serif;
}
html,body,#submit_form,#main {
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}



a,a:link,a:hover,a:visited,a:active,a:focus {
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}



ul,li {
	list-style: none;
}



input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}



table {
	padding: 0;
	margin :0;
	border-collapse: collapse;
	border: 0;
}
table td {
	padding: 0;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}



.center {
	margin-left: auto;
	margin-right: auto;
}

.text-center {
	text-align: center;
}

.hyperlink {
	cursor: pointer;
}

.single-row {
	white-space: nowrap;
}

.no-padding {
	padding: 0px;
}

.row {
	display: flex;
}
.row:before, 
.row:after {
	display: table;
	content: " ";
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
.col-1, .col-2, .col-3, .col-3_17, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20 {
	float: left;
	position: relative;
	min-height: 1px;
}
th.col-1, th.col-2, th.col-3, th.col-3_17, th.col-4, th.col-5, th.col-6, th.col-7, th.col-8, th.col-9, th.col-10, th.col-11, th.col-12, th.col-13, th.col-14, th.col-15, th.col-16, th.col-17, th.col-18, th.col-19, th.col-20, td.col-1, td.col-2, td.col-3, td.col-3_17, td.col-4, td.col-5, td.col-6, td.col-7, td.col-8, td.col-9, td.col-10, td.col-11, td.col-12, td.col-13, td.col-14, td.col-15, td.col-16, td.col-17, td.col-18, td.col-19, td.col-20 {
	float: none;
}
.col-1 {
	width: 5%;
}
.col-2 {
	width: 10%;
}
.col-3 {
	width: 15%;
}
.col-3_17 {
	width: 17%;
}
.col-4 {
	width: 20%;
}
.col-5 {
	width: 25%
}
.col-6 {
	width: 30%;
}
.col-7 {
	width: 35%;
}
.col-8 {
	width: 40%;
}
.col-9 {
	width: 45%;
}
.col-10 {
	width: 50%
}
.col-11 {
	width: 55%;
}
.col-12 {
	width: 60%;
}
.col-13 {
	width: 65%;
}
.col-14 {
	width: 70%;
}
.col-15 {
	width: 75%
}
.col-16 {
	width: 80%;
}
.col-17 {
	width: 85%;
}
.col-18 {
	width: 90%;
}
.col-19 {
	width: 95%;
}
.col-20 {
	width: 100%
}
.col-offset-1 {
	margin-left: 5%;
}
.col-offset-2 {
	margin-left: 10%;
}
.col-offset-3 {
	margin-left: 15%;
}
.col-offset-4 {
	margin-left: 20%;
}
.col-offset-5 {
	margin-left: 25%
}
.col-offset-6 {
	margin-left: 30%;
}
.col-offset-7 {
	margin-left: 35%;
}
.col-offset-8 {
	margin-left: 40%;
}
.col-offset-9 {
	margin-left: 45%;
}
.col-offset-10 {
	margin-left: 50%
}
.col-offset-11 {
	margin-left: 55%;
}
.col-offset-12 {
	margin-left: 60%;
}
.col-offset-13 {
	margin-left: 65%;
}
.col-offset-14 {
	margin-left: 70%;
}
.col-offset-15 {
	margin-left: 75%
}
.col-offset-16 {
	margin-left: 80%;
}
.col-offset-17 {
	margin-left: 85%;
}
.col-offset-18 {
	margin-left: 90%;
}
.col-offset-19 {
	margin-left: 95%;
}
.col-offset-20 {
	margin-left: 100%
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}

.single-row {
	white-space: nowrap;
}

.btn {
	cursor: pointer;
}
.btn-link {
	text-decoration: none;
}
.btn-link:hover {
	text-decoration: underline;
}
.btn-disabled {
	cursor: no-drop;
}
.btn-default {
	background-image: url(../images/btn_blue.png);
	width: 233px;
	height: 49px;
	display: inline-block;
	font-size: 16px;
	line-height: 49px;
	text-align: center;
	color: #FFF;
}
.btn-sm {
	width: 116px;
}
.btn-md {
	width: 147px;
}
.btn-cancel {
	background-image: url(../images/btn_purple.png);
	color: #FFF;
}
.btn-gold {
	background-image: url(../images/search/btn_gold_short.png);
	background-size: 115px 35px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 115px;
	height: 35px;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
}

.form-group {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.form-group > .input-label {
	text-align: left;
}

.input-label {
	color: #264c8a;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
}
.input[type="text"], 
.input[type="password"], 
textarea.input { 
	border:1px solid #264c8a;
	font-size: 20px;
	line-height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	box-sizing: border-box;
}

.selection {
	/*margin: 0px 5px;*/
}
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select {
	border: 1px solid #264c8a;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 18px;
	text-align: left;
	color: #264c8a;
	width: 100%;
	height: 40px;
}
.select-styled {
	overflow: hidden;
	line-height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	padding: 8px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.select-styled:after {
	content:"";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: transparent transparent #264c8a transparent;
	position: absolute;
	border-width: 0 0 14px 14px;
	bottom: 5px;
	right: 5px;
}
.select-styled:hover {
	/*background-color: darken(#ffffff, 2);*/
}
.select-styled:active, .select-styled.active {
	/*background-color: darken(#ffffff, 5);*/
}
.select-styled:active:after, .select-styled.active:after {
	border-color: transparent transparent #264c8a transparent;
	bottom: 5px;
	right: 5px;
}

.select-options {
	border: 1px solid #264c8a;
	display: none; 
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	/*background-color: darken(#ffffff, 5);*/
	background-color: #ffffff;
	max-height: 300px;
	overflow: auto;
}
.select-options li {
    margin: 0;
    padding: 12px 10px;
    /*text-indent: 15px;*/
    /*border-top: 1px solid darken(#ffffff, 10);*/
    border-top: 1px solid #ffffff;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover {
	color: #ffffff;
	background: #264c8a;
}
.select-options li:[rel="hide"] {
	display: none;
}



.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -30px;
}
.badge.red {
	background-color: #d9534f;
}




.hide {
	display: none;
}