@charset "UTF-8";  

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

body {
    margin: 0;
    padding: 0;
    background-position: center top;
    font-family: Aria, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.3em;
}

.search-type{
	margin-top: .8em;
    margin-bottom: .8rem;
}
.card-header {
    margin-top: .6rem;
    margin-bottom: .3rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.1);
    border-left: 0.04em solid rgba(0,0,0,.09);
    border-right: 0.04em solid rgba(0,0,0,.09);
}

.card-body {
	border-top-color: rgba(0, 0, 0, 0.125);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.125);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.125);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding-top: .5rem;
    padding-bottom: 1.5em;
    background-color: #fefefe;
}



h2 {
    font-family: Arial,sans-serif;
    font-size: 150%;
    color: #003f72;
    font-weight: 300;
}

#err-msg {
    color: #C30000;
    padding: 0 0 0 0;
    outline: 1px dashed #C30000;
}

.form-select {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    resize: none;
}

.cem-all-options {
	font-size: 85%;
}

.form-control {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    resize: none;
}

form label {
    font-size: 1em;
    font-weight: bold;
    margin: 0 5px 0 0;
    font-family: Georgia, Helvetica, sans-serif;
}

.bttn {
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width:125px;
    height:45px;
}

.bttn-primary {
    background-color: #0068D6;
    border-color: #007bff;
}

.bttn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bttn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

p {
    color: #292929;  
    font-family: Georgia, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.3em;
    margin: 0;
    padding: 0 15px 1.25em 0;
}

li {
    color: #292929; 
    font-family: Georgia, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.3em;
    padding-bottom: 1em;
}

a{ color: #0f78c2; text-decoration: none;}
a:link { color: #0f78c2; text-decoration: none;}
a:visited {color: #7d478a; text-decoration: none;}
a:hover { color: #900; text-decoration: underline;}
a:active { color: #0B6CB2; text-decoration: none;}

.form-control:focus, .form-select:focus {
    border-color: #0068D6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 104, 214, 0.25);
}

input::placeholder {
 	color: #535A5F !important;
 	opacity: 1;
 }
 
/* ################# result page ##############*/
h4 {
    font-family: Arial,sans-serif;
    font-size: 95%;
    color: #400080;
    line-height: 1.35em;
    margin-top: 0;
    margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
}

select{
	color: #000000;
	
}

.table-border-color {
    background-color: #FFFFFF;
    border: solid #EEEEEE 2px;
}

caption{
	caption-side:top;
	font-family: Arial,sans-serif;
    font-size: 95%;
    color: #003f72;
    line-height: 1.35em;
    margin-top: 0;
    margin-bottom: 10px;
	padding: 0;
	font-weight: 550;
}

.horizontal-line {
    background-color: #EBEBEB;
    border: medium none;
    color: #EBEBEB;
    height: 4px;
    margin:0;
    opacity:1;
    border: 1px solid #EEEEEE;
}

.results-info {
     color: #292929; ;
     font-family: Georgia, Helvetica, sans-serif;
     font-size: 12px;
}

.text-center {
    text-align: center !important;
}

.row-header {
	background-color: #EEEEEE !important;
	color: #292929; ;
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.item-number {
    color: #292929; ;
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;

}

.csshide { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	}

.alert-color{
	color: #C30000;
}
