
html, body{
    height: 100%;
    margin:0px;
    padding:0px;
    min-width:400px;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: local('Lato Hairline'), local('Lato-Hairline'), url(fonts/LatoLatinHair-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(fonts/LatoLatinLight-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(fonts/LatoLatin-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(fonts/LatoLatin-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(fonts/LatoLatinBlack-Regular.woff) format('woff');
}

.wrap{
    width:100%;
    min-height:100%;
    color:white;
    font-family:"Trebuchet MS";
    padding-bottom:20px;

    background: #336699; /* Old browsers */
    background: -moz-linear-gradient(top,  #336699 0%, #5a8cbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(100%,#5a8cbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #336699 0%,#5a8cbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #336699 0%,#5a8cbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #336699 0%,#5a8cbf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #336699 0%,#5a8cbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#5a8cbf',GradientType=0 ); /* IE6-9 */
}

.center{
    width:400px;
    text-align: center;
    margin:0 auto;
    padding-top:40px;
    font-family: Roboto,Helvetica, sans-serif;
}

.bold{
    font-weight:600;
}

.hrx_logo{
    height:5.5em;
}
.top table{
    width:100%;
}
.top tr{
    width:100%;
}
.logo_td{
    text-align: left;
}
.ordering_system_td{
    text-align: center;
    padding-top:38px;
}

.ordering_system{
    font-size:19px;
}

.rgm{
    font-size:0.9rem;
}

.content_parent{
    margin-top:35px;
    width:100%;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px;


background:white;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.content_header{
    background: #dedede;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom: 3px solid #7f7f7f;
}
.header_table{
    width:100%;
    border-collapse: collapse;
}
.header_table td{
    width:50%;
    padding:10px 0px;
}
.header_table td.active{
    background: none repeat scroll 0 0 #7f7f7f;
    color: #ffffff;
}
.header_table td.inactive{
    background: none repeat scroll 0 0 #ebebeb;
    color: #545454;
    cursor:pointer;
}
.header_table td.inactive:hover{
    background: none repeat scroll 0 0 #c6c6c6;
}

.login_select{
    border-top-left-radius: 5px;
}
.register_select{
    border-top-right-radius: 5px;
}

.content{
    padding:10px 30px;
    padding-top:0px;
    color:#444444;
    font-size:14px;
}

.content tr>td:first-child{
    text-align:left;
}

.login_table{
    margin:0px auto;
    padding:0px 5px;
    width:230px;
}

.login_table input{
    width:100%;
}

input[type="submit"].login_button{
    border : solid 1px #ffffff;
    border-radius : 2px 3px 3px 3px ;
    moz-border-radius : 2px 3px 3px 3px ;
    -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,0.1);
    -moz-box-shadow : 0px 0px 5px rgba(0,0,0,0.1);
    box-shadow : 0px 0px 5px rgba(0,0,0,0.1);
    font-size : 15px;
    color : #ffffff;
    padding : 5px 10px;
    background-color : #3e7dbb;
    margin-top: 5px;
}

.login_button:hover{
    background-color: #2b6aa8;
    cursor: pointer;
}

.login_button:focus{
    background-color: #205f9d;
}

.language_line{
    font-size:15px;
    font-weight: 600;
    color:#4c4c4c;
    text-align:right;
    padding:8px 10px;
}

.language_line img{
    vertical-align: middle;
}

.registration_table{
    margin:0px auto;
    border-collapse: collapse;
}
.registration_table td{
    padding:5px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.registration_table tr.noborder td{
    border-bottom:0px;
}

.registration_table input{
    margin-left:20px;
    width:200px;
}

.registration_table input[type="button"]{
    width:150px;
}

#webmenu5{
    text-align:right;
}

.ddcommon{
    text-align:left;
}

td.country_drop{
    padding-right:3px;
}

.country_drop input{
    margin:0px;
}

.uppad td{
    padding-top:15px;
}

#reg{
    display:none;
}
#type_person{
    display:none;
}

.error_span{
    display:none;
    color:#ff3333;
}

.mandatory{
    font-size:13px;
    font-style:italic;
}
.hidden{
    display:none;
}

#account_created{
    display:none;
    padding-bottom: 8px;
}

.forgot_table{
    margin:0px auto;
    max-width:200px;
}
.forgot_table input{
    width:200px;
}
.forgot_line{
    cursor:pointer;
}
.forgot_line:hover{
    text-decoration:underline;
}

.tooltip_dropdown{
    padding:0;
    margin:0;
    outline: none;
    list-style: outside none none;
    position:relative;
    padding-right:3px;
    display: inline;
}
.tooltip_dropdown a{
    cursor:pointer;
}

.tooltip_dropdown ul{
    display:none;
    position: absolute;
    right:0;
    background:white;
    list-style: outside none none;
    z-index:9998;
    border-radius:3px;
    border:1px solid #dedede;
    padding:5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight:normal;
}

.tooltip_dropdown li{
    padding:5px 10px;
    white-space:nowrap;
    cursor:pointer;
}

.tooltip_dropdown li:hover{
    background:#eeeeee;
}

.tooltip_dropdown ul:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 4px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent;
}

.tooltip_dropdown ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 3px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.text_center{
    text-align:center !important;
}

.log_er_cont{
    height:20px;
    text-align: center !important;
}

#captcha>div{
    margin:0px auto;
    padding: 10px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}