@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contrysel {
	-moz-appearance: none;
    border-color: #dbdbdb;
    /*border-radius: 35px; */
    border-style: solid;
    border-width: 3px;
    box-sizing: content-box;
    color: #333;
    font-family: "Helvetica",sans-serif;
    font-size: 26px;
    height: 60px;
    margin-top: 15px;
    padding: 0 46px 0 10px;
	width:100%;
}
#agentid {
	-moz-appearance: none;
    border-color: #dbdbdb;
    /*border-radius: 35px; */
    border-style: solid;
    border-width: 3px;
    box-sizing: content-box;
    color: #333;
    font-family: "Helvetica",sans-serif;
    font-size: 26px;
    height: 60px;
    margin-top: 15px;
    padding: 0 46px 0 10px;
	width:100%;
}

#top {
	height: 47px;
	width: 100%;
	background-color: #F00;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 40px;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.flexsearch--wrapper {
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
}

.flexsearch--input {
  width: 100%;
}

/***********************
 * Configurable Styles *
 ***********************/
.flexsearch {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 0px;
}

.flexsearch--input {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 60px;
	padding: 0 46px 0 10px;
	border-color: #dbdbdb;
	border-radius: 35px; /* (height/2) + border-width */
	border-style: solid;
	border-width: 5px;
	margin-top: 15px;
	color: #333;
	font-family: 'Helvetica', sans-serif;
	font-size: 26px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

	
.flexsearch--submit {
  position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 60px;
  padding: 0;
  border: none;
	margin-top: 20px; /* margin-top + border-width */
  margin-right: 5px; /* border-width */
	background: transparent;
  color: #888;
  font-family: 'Helvetica', sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #333;
}

.flexsearch--input:focus.flexsearch--submit {
 	color: #333; 
}

.flexsearch--submit:hover {
  color: #333;
  cursor: pointer;
}

::-webkit-input-placeholder {
	color: #888;  
}

input:-moz-placeholder {
  color: #888
}

#result_row {
	width: 550px;
	border: 1px solid #dbdbdb;
	padding: 5px;
	float: left;
	margin-top: 10px;
}

#result_row_left {
	width: 162px;
	margin-right: 10px;
	float: left;
}
#result_row_right {
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}

.detail_row {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.top_menu_right a{
	float: right;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 5px;
}

.top_menu_left a{
	width: auto;
	padding-right: 30px;
	padding-left: 5px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 3px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.top_menu_left a:hover{
	font-weight: bold;
	color: #000;
}
.top_menu_right a:hover{
	font-weight: bold;
	color: #000;
}
#login {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

.style-1 input[type="text"] {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}
