@charset "utf-8";
/* CSS Document */
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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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:MyriadPro-Regular;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------Fonts--------------------------------------------*/
@font-face {
				font-family: 'MyriadPro-SemiboldIt';
				src: url('font/myriadprosemiboldit.eot');
				src: url('font/myriadprosemiboldit.eot?#iefix') format('embedded-opentype'),
						 url('font/myriadprosemiboldit.woff') format('woff'),
						 url('font/myriadprosemiboldit.ttf') format('truetype'),
						 url('font/myriadprosemiboldit.svg#myriadprosemiboldit') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'MyriadPro-Bold';
				src: url('font/myriadprobold.eot');
				src: url('font/myriadprobold.eot?#iefix') format('embedded-opentype'),
						 url('font/myriadprobold.woff') format('woff'),
						 url('font/myriadprobold.ttf') format('truetype'),
						 url('font/myriadprobold.svg#myriadprobold') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'MyriadPro-Regular';
				src: url('font/myriadproregular.eot');
				src: url('font/myriadproregular.eot?#iefix') format('embedded-opentype'),
						 url('font/myriadproregular.woff') format('woff'),
						 url('font/myriadproregular.ttf') format('truetype'),
						 url('font/myriadproregular.svg#myriadproregular') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'DroidSans-Bold';
				src: url('font/droidsansbold.eot');
				src: url('font/droidsansbold.eot?#iefix') format('embedded-opentype'),
						 url('font/droidsansbold.woff') format('woff'),
						 url('font/droidsansbold.ttf') format('truetype'),
						 url('font/droidsansbold.svg#droidsansbold') format('svg');
				font-weight: normal;
				font-style: normal;
		}
/*--------------------------------------------------------------------------------*/
h1 { font-family:DroidSans-Bold; font-size:34px; margin-bottom:18px;color:#606060} 
h2 { font-family:MyriadPro-Regular; font-size:28px; margin-bottom:15px; color:#606060}
h3 { font-family:MyriadPro-Regular; font-size:26px; margin-bottom:15px;color:#606060;font-weight:normal}
h4 { font-family:MyriadPro-Regular; font-size:21px; margin-bottom:15px;color:#4178bb;font-weight:normal; font-weight:bold}
h5 { font-family:MyriadPro-Regular; font-size:18px; margin-bottom:10px;color:#606060;font-weight:normal}
h6 { font-family:MyriadPro-Regular; font-size:15px; margin-bottom:5px;color:#606060; font-weight:normal}
p { font-family:MyriadPro-Regular; font-size:14px; line-height:15px; color:#606060; margin-bottom:10px;}
span { font-family:MyriadPro-Regular; line-height:15px; color:#606060; margin-bottom:10px;}
a {color:#606060; font-size:14px; text-decoration:none}
a:hover { color:#505050; text-decoration:none}
a:active { background:none; border:none}
.color_white { color:#fff}
.margin_left_50px { margin-left:50px;}
ul li { margin-bottom:10px;}
.float_left { float:left}
.margin_left_20px { margin-left:20px;}
.margin_b { margin-bottom:20px;}
.margin_top_30px { margin-top:30px;}
/*----------- ------------Costom Styles------------------------------------------------*/
div#body_inner { width:100%; display:block; height:auto; position:relative; background:url(img/bg.png) repeat;}
div#content_inner { width:1000px; display:block; margin:0 auto; position:relative; min-height:500px; background:#fff;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.btn_getdirect{ height: 40px; font-weight: bold; background-image: none; background-color: #f7ce02; color:rgba(0, 0, 0, 0.6);}
.btn_getdirect:hover, .btn_getdirect:focus{background-image: none; background-color: #f6db54; color:rgba(0, 0, 0, 0.6); }
/*-----------------------Navigation-------------------------------------------*/
#navigation { background:url(img/nav_bg.png) repeat-x; width:100%; height:118px; position:relative; display:block}
div#navigation_wrapper { width:1000px; margin:0 auto; position: relative; height:115px;}
a#navigation_logo { display:block; float:left}
.clear { clear:both}
.home_nav { background:url(img/navigation/home.png) no-repeat; width:86px; height:82px; position:relative; display:block}
.home_nav.active {background:url(img/navigation/home_g.png) no-repeat;}
.home_nav:hover {background:url(img/navigation/home_g.png) no-repeat;}
.direct_email_nav { background:url(img/navigation/direct_email.png) no-repeat; width:161px; height:82px; position:relative; display:block}
.direct_email_nav.active { background:url(img/navigation/direct_email_g.png) no-repeat;}
.direct_email_nav:hover { background:url(img/navigation/direct_email_g.png) no-repeat;}
.product_offering_nav { background:url(img/navigation/product_offering.png) no-repeat; width:161px; height:82px; display:block; position:relative}
.product_offering_nav.active { background:url(img/navigation/product_offering_g.png) no-repeat;}
.product_offering_nav:hover { background:url(img/navigation/product_offering_g.png) no-repeat;}
.about_us_nav { background:url(img/navigation/about_us.png) no-repeat; width:102px; height:82px; position:relative; display:block}
.about_us_nav.active {background:url(img/navigation/about_us_g.png) no-repeat;}
.about_us_nav:hover {background:url(img/navigation/about_us_g.png) no-repeat;}
.contact_us_nav { background:url(img/navigation/contact_us.png) no-repeat; width:115px; height:82px; display:block; position:relative}
.contact_us_nav.active {background:url(img/navigation/contact_us_g.png) no-repeat;}
.contact_us_nav:hover {background:url(img/navigation/contact_us_g.png) no-repeat;}
#nav li a {display: block; height: 82px; line-height: 14px; overflow: hidden; padding: 0 7px;text-decoration: none;}
#nav {  float: left; margin-left: 10px;margin-top: 33px;}
#nav {padding:0; list-style:none;}  
#nav li {float:left; display:block;position:relative; z-index:500; }
#nav ul {background: none repeat scroll 0 0 #FFFFFF; display: none; left: 0;list-style: none outside none; margin: 0 0 0 -1px;padding: 0; position: absolute;-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; width:150px;-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.62);
box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.62);}
#nav ul li {border-top: 1px solid #CCCCCC; float: left; width: 150px;}
#nav ul a { display:block;  height:15px; padding: 8px 5px}
div.sign_up_login_box { background: url("img/navigation/login_s_bg.png") no-repeat scroll 0 0 transparent; height: 16px; padding: 11px 11px 11px 20px; position: absolute; right: 20px; top: 0; width: 115px;}
#nav ul li:hover { background:#EAEAEA;-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;} 
.search_box { float: left; margin-left: 20px; margin-top: 50px;}
input#search_submit { background:url(img/navigation/search_b.png) no-repeat; cursor:pointer; width:27px; height:26px; border:none}
input#search_field { color: #606060; float: left; margin-right: 3px; margin-top: 0; padding: 4px; width: 153px;}
/*--------------------Content--------------------------------------*/
div#content_inner {  margin-bottom: 60px;margin-top: 70px; padding-bottom: 30px;}
a.sign_up_link, a.login_link { color:#fff; font-size:16px;}
a.sign_up_link:hover, a.login_link:hover { color:#BBDBFF}
/*------------------Footer-------------------------------*/
div#footer_con_wr { width:1000px; height:105px; margin:0 auto; position:relative}
footer#footer { background:url(img/footer/footer_bg.png) repeat-x; height:105px; width:100%; position:relative; }
ul#footer_links li { display:inline-block}
ul#footer_links li a { font-size:12px; color:#fff; }
ul#footer_links li a:hover, .footer_link_industry_news:hover { color:#ccc}
ul#footer_links li { color:#fff}
ul#footer_links {  float: left; margin-top: 10px;}
div#footer_con_wr p { color:#fff; float:left; margin-top:10px}
.facebook_img:hover, .tweet_img:hover, #search_submit:hover { opacity:0.85}
.facebook_img { background:url(img/footer/facebook.png) no-repeat; width:26px; height:26px; position:relative; float:left; margin-right:5px;}
.tweet_img { background:url(img/footer/tweet.png) no-repeat; width:26px; height:26px; position:relative; float:left} 
.footer_link_industry_news { color: #FFFFFF; float: left;font-family: MyriadPro-Bold; font-size: 14px; margin-top: 10px;}
.sociable_links {  bottom: 30px;
    height: 40px;
    position: absolute;
    right: -40px;
    width: 90px;}
/*-------------------Home Page-----------------------------------*/
#content_inner_home { width:100%; display:block; background:#fff;overflow-y: hidden}
.home_page_image_top_wr { width:1005px; height:500px; display:block; margin:0 auto}
.home_image_1 {background: url("img/homepage/hp.jpg?1") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 340px;
    /*margin-left: 33px;*/
    position: relative;
    width: 100%;
    background-position: 0 60px;
}
	
.landing_image_1 {background: url(img/landing_page/7.png) repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 340px;
    margin-left: 33px;
    position: relative;
    width: 966px;}
	
#home_page_search_form_wr {display: block;
    float: left;
    margin-left: 215px;
    margin-top: 73px;
    position: relative;} 

#home_page_search_form_wr_1 {display: block;
    
    margin-top: -12px;
    position: relative;} 


#home_page_check_domain {color: #606060;
    float: left;
    font-size: 21px;
    margin-top: 16px;
    margin-left: 65px;
    padding: 2px 2px 2px 5px;
    width: 235px;} 

#home_page_check_domain_1 {color: #606060;
    float: left;
    font-size: 21px;
    margin-top: 16px;
    margin-left: -5px;
    padding: 2px 2px 2px 5px;
    width: 209px;
    margin-right: 8px;
} 

.check_availability { margin-top: 13px;  color:rgba(0, 0, 0, 0.8); height: 30px; font-weight: bold; background-image: none; background-color: #f7ce02;}
.check_availability:hover, .check_availability:focus{background-image: none; background-color: #f6db54; color:rgba(0, 0, 0, 0.6);}
form#home_page_search_form_wr h2 {color: #FFFFFF;
    float: left;
    font-family: MyriadPro-Regular;
    font-size: 24px;
    margin-left: 8px;
    margin-right: 9px;
    margin-top: 11px;}

form#home_page_search_form_wr_1 h2 {color: #FFFFFF;
    float: left;
    font-family: MyriadPro-Regular;
    font-size: 24px;
    margin-left: 8px;
    margin-right: 9px;
    margin-top: 9px;}

.btn_learnmore{margin-left: 10px; font-weight: bold;}
div.home_page_b_img { width:954px; height:75px; display:block; position:relative; float:left; margin-left:50px;}
div.home_page_main_img_text_box { border-bottom:1px solid #ccc; margin-bottom:10px}
div.home_page_main_img_text_box p { color:#a3a2a2; font-size:14px; margin-bottom:5px;}
/*div.it_home_img_text { position:absolute} */
.it_home_img_text h3 { font-family: MyriadPro-SemiboldIt; font-size: 23px; font-weight: normal; margin-top: 26px; text-align: center;}
#home_img_1 { background:url(img/homepage/home_n_1.png) no-repeat; width:328px; height:174px; float:left; position:relative; margin-top:20px; margin-left:15px; margin-bottom:15px;}
#home_img_2 { background:url(img/homepage/home_n_2.png) no-repeat; width:328px; height:174px; float:left; position:relative; margin-top:20px; margin-left:15px; margin-bottom:15px;}
#home_img_3 { background:url(img/homepage/home_n_3.png) no-repeat; width:328px; height:174px; float:left; position:relative; margin-top:20px; margin-left:15px; margin-bottom:15px;}
div.home_page_d_wr { width:1005px; margin:0 auto; height:auto; display:block;}
.home_img_wr { float:left}
/*------------Contact page------------------------*/
.con_form_input { width:377px; font-size:30px; color:#606060; padding:1px 1px 1px 5px; border:1px solid #ccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; height: 20px !important;} 
.textarea_con_form { width:377px; height:189px; resize:none;color:#606060; padding:1px 1px 1px 5px; border:1px solid #ccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
label p { margin-bottom:6px;}
div.con_box_1 {  display: block; float: left; margin-left: 53px; width: 406px;}
.submit_con_form {   background: url("img/contact_us/2.png") no-repeat scroll 0 0 transparent; border: medium none; cursor: pointer; float: right; height: 47px; margin-right: 20px; width: 177px;}
.submit_con_form:hover { opacity:0.85} 
div.dew_con_shadow { background: url("img/contact_us/1.png") no-repeat scroll 0 0 transparent; display: block; float: left; height: 427px; margin-right: 21px;margin-top: 40px; position: relative; width: 18px;}
div.map_con_page { float:left; display:block}
div.contact_text_box_2 { float: left;margin-top: 34px; width: 445px;}
#content { padding-top:22px; padding-bottom:30px}
form.con_form  div { margin-bottom:15px;}
form.con_form {margin-bottom: 20px;}
div.contact_text_box_2 p a { color:#4178BB; text-decoration:underline}
div.contact_text_box_2 p a:hover { color:#356197; text-decoration:none}
.con_text_shadow_1 { background:url(img/contact_us/3.png) no-repeat; width:15px; height:217px; position:relative; float:left; margin-top:20px;}
div.com_img_top { background: url("img/compliance/2.png") no-repeat scroll 0 0 transparent; background-size: 100% 100%; float: left; height: 285px; margin-bottom: 26px; position: relative;  width: 713px;}
div.expertise_img_top { background:url(img/about_page/1.png) no-repeat scroll 0 0 transparent; float: left; height: 281px; margin-bottom: 26px; position: relative; width: 713px;}
div.direct_img_top {  background: url("img/direct/1.png") no-repeat scroll 0 0 transparent; float: left;  height: 305px; margin-bottom: -15px; position: relative; width: 713px;}
div.existing_img_top {  background: url(img/direct/6.png) no-repeat scroll 0 0 transparent; float: left; height: 305px; margin-bottom: -15px; position: relative; width: 713px;}
div.offering_img_top {background: url("img/product_offering/1.png") no-repeat scroll 0 0 transparent; float: left; height: 305px; margin-bottom: 0; position: relative; width: 713px;}
/*div.hosting_img_top {background: url("img/product_offering/7.png") no-repeat scroll 0 0 transparent; float: left; height: 305px; margin-bottom: 0; position: relative; width: 713px;}*/
/*div.ssl_img_top {background: url("img/product_offering/6.png") no-repeat scroll 0 0 transparent; float: left; height: 305px; margin-bottom: 0; position: relative; width: 713px;}*/
div.registry_o_img_top {background: url(img/product_offering/2.png) no-repeat scroll 0 0 transparent; float: left;height: 305px; margin-bottom: 0; position: relative; width: 713px;}
div.healthcare_img_top {  background:url(img/health_provider/1.png) no-repeat scroll 0 0 transparent; float: left; height: 305px;margin-bottom: -15px; position: relative; width: 713px;}
/*------------------Pages---------------------------*/
.side_bar_wr_compliance { width:212px; height:650px; float:left; display:block; position:relative;}
.com_nav_sidebar_link {  float: left; font-size: 14px; line-height: 42px;padding-left: 19px;width: 173px;}
.active.sidebar_nav { background: none repeat scroll 0 0 #4178BB; float: left;}
.active.sidebar_nav a { color:#fff}
.sidebar_nav:hover, .sidebar_nav a:hover {color:#fff !important; background:#4178bb }
ul.ul_sidebar_list_nav li {  border: 1px solid #CCCCCC; float: left; margin-bottom: 1px;}
div.news_sidbar_1 { float:left; display:block; width:190px;} 
a.in_news_com_item_img img { float:left; margin:0 10px 35px 20px}
a.news_title_sidebar { font-weight:normal}
.text_decoration { text-decoration:underline; }
div.news_sidebar { float:left; margin-top:20px;}
.content_com_wr {display: block; float: left; margin-left: 24px; width: 715px;}
.content_direct_wr {display: block; float: left;margin-left: 24px; width: 715px;}
.content_health_wr {display: block;float: left; margin-left: 24px; width: 715px;}
.text_com_box_1 img { float:left; margin-right:10px;}
.text_com_box_1 { float: left; margin-bottom: 6px}
.text_com_box_1 p { display: block; float: left; width: 651px;}
.content_com_wr h6 { margin-bottom:20px;} 
.content_direct_wr h6 { margin-bottom: 5px; margin-top: 10px;} 
.content_health_wr h6 { margin-bottom:15px; margin-top: 10px; font-size:15px} 
div.content_health_wr ul li { list-style:outside disc; color:#4178BB; padding-left:15px;}
div.content_direct_wr ul li { list-style:outside disc; color:#4178BB; padding-left:15px;}
div.content_direct_wr ul  { margin-left:20px;}
div.content_health_wr ul  { margin-left:20px;}
#direct_img_1 {  margin-left: 98px; margin-right: 30px; margin-bottom:20px; margin-top:20px}
#direct_img_2 { margin-bottom:20px; margin-top:20px}
#direct_img_1:hover, #direct_img_2:hover { opacity:0.85}
#compliance_regulations_id, #systems_nav_id { line-height: 16px; padding-bottom: 6px; padding-top: 6px;} 
a.button_yellow_direct_email {float: right;z-index: 100;}
a.button_yellow_direct_email:hover, .check_domain_submit:hover  { opacity:0.85}
.text_w_normal { font-weight:normal}
.send_offering_textbox_1, .send_offering_textbox_2, .send_offering_textbox_3 { width:233px}
.send_offering_textbox_1, .send_offering_textbox_2 { margin-right:5px;}
.registry_operations_text_box { display: block;float: left; margin-right: 34px; width: 263px;}
.operation_input_box { background:url(img/product_offering/3.png) no-repeat; width:382px; height:151px; position:relative; float:left; padding:15px}
div.operation_input_box p span {font-size: 13px; font-weight: bold; margin-left: 2px; margin-right: 2px;}
.check_domain_input { border: 1px solid #CCCCCC; border-radius: 3px 3px 3px 3px; font-size: 16px; margin-left: 3px; margin-right: 3px; width: 185px;}
.check_domain_submit {background: url("img/product_offering/4.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    bottom: 21px;
    cursor: pointer;
    height: 28px;
    position: absolute;
    width: 102px !important;}
.input_wr_p { margin-top: 44px;}
.video_wrapper_box { display: block; float: left; margin-left: 51px; margin-top: 25px; border:1px solid #ccc;}
.faq_page_wr { padding-bottom:30px; padding-left:30px; margin-right:30px}
.faq_page_wr p span { font-size: 15px; font-weight: bold; line-height: 23px;}
.faq_page_wr p { margin-bottom:25px;}
.faq_page_wr ul li p { margin-bottom:10px;}
.faq_page_wr ul li {color: #4178BB; list-style: disc outside none;padding-left: 15px;}
.content_com_wr p span { font-size:15px; font-weight:bold}
.content_com_wr p, .content_direct_wr p { margin-bottom:30px;}
.content_direct_wr p span { font-size:15px !important; font-weight:bold}
.content_direct_wr p strong {font-size:15px; font-weight:bold}
.content_direct_wr ul li p { margin-bottom:5px;}
.max_b_of {bottom: 98px; height: 30px; position: absolute; right: 80px; width: 180px;font-weight: bold; background-image: none; background-color: #f7ce02; color:rgba(0, 0, 0, 0.6); font-size: 16px; padding-top: 2px; line-height: 33px;}
.max_b_of:hover, .max_b_of:focus{background-image: none; background-color: #f6db54; color:rgba(0, 0, 0, 0.6); }

.privacy_page_wr { padding-left:50px; padding-bottom:50px; padding-right:50px;}
.privacy_page_wr p { font-size:15px; margin-bottom:30px;}
.landing_page_b_1 { background:url(img/landing_page/6.png) no-repeat; width:200px; height:50px; position:absolute; bottom:20px; right:120px;}
.landing_page_b_1:hover { opacity:0.85}
#lan_img_1 { background:url(img/landing_page/1.png) no-repeat; width:274px; height:147px; position:relative; float:left; margin-bottom:10px;}
#lan_img_2 { background:url(img/landing_page/2.png) no-repeat; width:274px; height:147px; position:relative; float:left; margin-bottom:10px;}
#lan_img_3 { background:url(img/landing_page/3.png) no-repeat; width:274px; height:147px; position:relative; float:left;}
.small_img_wr_lan { float:right; width:274px; height:auto; display:block; margin-top:30px; margin-bottom:30px}
.big_landing { position:relative; float:left; margin-left:10px; margin-top:30px; margin-bottom:30px;}
.landing_image_2 { background:url(img/landing_page/8.png) no-repeat; position:relative; width:720px; height:348px; margin-left:115px; }
#landing_2_page_search_form_wr {
   display: block;
    float: left;
    margin-left: 192px;
    margin-top: 190px;
    position: relative;
}
#landing_2_page_check_domain {color: #606060;
    float: left;
    font-size: 21px;
    margin-right: 77px;
    margin-top: 3px;
    padding: 2px 2px 2px 5px;
    width: 223px;}
#check_availability_landing_2 {background: url("img/homepage/check_home_b.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin-top: -2px;
    width: 149px;}


#slideshow {
    position:relative;
    height:462px;
    width: 694px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

div.news_image_wr {background: none repeat scroll 0 0 #333333;
    display: block;
    height: 201px;
    margin-bottom: 15px;
    margin-top: 9px;
    width: 500px;}
.read_more_b { float:right}
.industry_news_post_box h3 {font-family: MyriadPro-Regular;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 3px;}

.industry_news_post_box a { color:#4178bb; margin-right:30px;}
.industry_news_post_box p { width:520px;margin-bottom: 10px}  
a.read_more_b { margin-right: 206px;}
.industry_news_post_box { margin-bottom:65px;}
ul#nav li { margin-bottom:0px;} 
.dir_email_learmore_wr { display: block;
    height: 235px;
    position: relative;
    width: 705px;}
.der_learn_more_b {width: 100px; position:absolute; bottom:40px; z-index:1000; font-weight: bold; background-image: none; background-color: #f7ce02; color:rgba(0, 0, 0, 0.6);}
.der_learn_more_b:hover, .der_learn_more_b:focus{background-image: none; background-color: #f6db54; color:rgba(0, 0, 0, 0.6); }
#learn_more_b_1 { left:151px}
#learn_more_b_2 { left:412px;}
.der_learn_more_sl { float: left;
    margin-left: 128px;
    margin-top: 86px;}
.der_learn_more_sl:hover { opacity:0.85}

/********** Start oncoemrdirect style **********/

.oncoemr-audit-body-tr td {
    vertical-align: middle;
    border: 1px solid black;
    padding: 4px 8px;
    font-size: 0.9rem;
}

.oncoemr-audit-header-tr td {
    border: 1px solid black;
    padding: 2px 8px;
}

.oncoemr-audit-address-col {
    max-width: 200px;
    word-break: break-word;
}

/********** End oncoemrdirect style **********/

/********** Start new login form style **********/
.login-form-new {
    width: fit-content;
}
.login-form-new-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}
.login-input-field {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.top-option-wrapper {
    background-color: #73abff;
    padding: 4px 12px;
    border-radius: 0 0 4px 4px;
    width: fit-content;
    float: right;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);

}
.login-btn {
    color: #000;
    font-size: 1rem;
}
.login-btn:hover {
    color: #3b3c3b;
}

/********** End new login form style **********/


@import url('./custom.css');



