@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 800px) {
	.mobileInline {
		display: none;
	}
	.only-mobile{
		display: none!important;
	}
}
.sign{
	margin-top:0px;
	text-align:right;
	font-style:italic;
	margin-right:30%
}
/*------Layout------*/
.section{
	border-bottom: solid 1px #e9eaec;
	position:relative;
	padding:40px 0px 20px 0px;
}
.sLeft{
	float:left;
	width:50%;
	text-align:right;
}
.sRight{
	float:right;
	width:50%;
}
.homeMobileCapt{
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 18px;
	width:431px;
	float:right;
	text-align:center;
	letter-spacing:2px;
	word-spacing:10px;
}
.sCenter{
	text-align:center;
}
.sCenterHead{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:800;
	line-height:32px;
	text-transform:uppercase;
	margin-bottom:18px;
	text-align:center;
}
#carouselBox .sCenterHead{
	padding-top:22px;
	margin:0px;
}
.latestnews a{
	white-space:nowrap;
}
#institutionsSection{
	text-align:center;
	padding:14px 0px 10px 0px;
}
#carouselBox #institutionsSection .sCenterHead{
	font-size:18px;
	padding:0px;
}
#institutionsSection img{
	max-width:801px;
	width:90%;
	height:auto;
	display:inline-block;
}
/* Caorusel */

#carouselBox{
	background:#e8e9eb;
	/*height:230px;*/
	position:relative;
}
#carusel_scroll_block{
	height:210px;
	border-bottom:solid 1px #fff;
	position:relative;
}
/*---*/
.Feedback td{
	padding:0px 10px;
	text-align:center;
	font-weight:bolder;
	color:#666;
}
.Feedback td label{
	display:block;
}
td.sidebar{
	padding:15px 30px;
	vertical-align:top;
	width:300px;
}
div.main{
	padding:15px 30px;
	margin-right:460px;
}
div.sidebar{
	background:#f5f9f8;
	padding:15px 30px;
	width:400px;
	float:right;
}
#contentTable.content_page_type .main{
	background:#fff;
}
.breadcrumbs{
	padding:10px 30px;
	border-bottom: solid 1px #cacbcb;
	display:block;
}
.main .breadcrumbs{
	padding-top:0px;
}
.breadcrumbs ul,.breadcrumbs li{
	padding:0px;
	list-style:none;
	display:inline;
}
.breadcrumbs a{
	margin:0px 8px 0px 0px;
	color:#6cc8ec;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#00638a;
	text-decoration:none;
}
.innerVisual{
	padding:0px 20px;
}
.ma_data_place_loading{
	margin:20px auto;
	display:block;
}
.innerRadioSwich{
	text-align:center;
	font-size:18px;
	color:#939393;
	font-weight:bolder;
	padding:10px;
	background:#f2f2f2;
}
.innerRadioSwich label{
	margin:0px 15px;
}

@media screen and (max-width: 800px) {
	.innerRadioSwich label {
		display: block;
		text-align: left;
		padding: 20px 0;
	}
}

.innerRadioSwich input{
	margin-right:10px;
}
#i_or_f_family{}
#i_or_f_family_content{ display:none;}

/* -- newTable -- */
.newTable, .table{
	border-collapse:collapse;
	border-top:solid 1px #cbd3dc;
}
.newTable td,.newTable th,
.table td,.table th {
	padding:6px 18px;
	border-right:solid 6px #e0e0e0;
}
.newTable td:last-child,.newTable th:last-child,
.table td:last-child,.table th:last-child {
	border-right:none;
}
table.newTable tr.even td,
table.table tr.even td {
	background:#fff;
}
table.newTable tr.odd td,
table.table tr:nth-child(2n) td {
	background:#f2f2f2;
}
.newTable th,
.table th,
.table thead td{
	border-bottom:solid 1px #cbd3dc;
	font-size:16px;
	color:#6c6c6c;
}
table.table tr td img[src*="sign-info-icon.png"]{
	background:url(../images/info-icon-odd.png) no-repeat center center;
}
table.table tr:nth-child(2n) td img[src*="sign-info-icon.png"]{
	background:url(../images/info-icon-even.png) no-repeat center center;
}
/* media room */
.bannerBox{
	margin:0px;
	background:#fff;
	border-bottom:solid 1px #cbd3dc;
	padding:19px 30px;
}
.bannerBox h2{
	padding-left:0px;
	margin:0px; padding:6px 0px;
	text-transform:none;
	font-size:16px;
	font-weight:bolder;
}
.bannerBox p{
	margin:0px;
	padding:0px 0px 6px 0px;
}
.bannerBox td[width="250"]{
	text-align:center;
	background:#fff;
}
.bannerBox td[width="250"] p{
	display:block;
	margin:auto;
	padding:0px;
	border:solid 1px #999;
	overflow:hidden;
	width:130px;
	height:130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height:130px;
}
.bannerBox td[width="250"] img{
	width:130px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	float:none!important;
	position:relative;
	top:-1px;
}
.bannerBox a{
	color:#20add5;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
	line-height:24px;
	background:url(../images/plus.png) no-repeat 0px 0px;
	padding-left:31px;
	display:inline-block;
}

@media screen and (min-width: 800px) {
	.tvSegmentsBox .col {
		width: 40%;
		float: left;
		padding: 8px 0px 8px 5%;
		line-height: 130px;
		position: relative;
	}

	.tvSegmentsBox .col h2 {
		color: #777;
		text-transform: none;
		font-size: 12px;
		line-height: 13px;
		display: inline-block;
		width: 120px;
		text-align: left;
		margin-left: 10px;
		padding: 0px;
	}

	.tvSegmentsBox .col b {
		display: block;
		float: left;
		border: solid 1px #999;
		overflow: hidden;
		width: 130px;
		height: 130px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		line-height: 130px;
	}

	.tvSegmentsBox .col b a {
		width: 130px;
		height: 130px;
		display: block;
		background: #fff;
	}

	.tvSegmentsBox .col b a:hover {
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}

	.tvSegmentsBox .col b img {
		width: 130px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		float: none !important;
	}

	.tvSegmentsBox .col h2 a {
		color: #777;
		text-transform: none;
		font-size: 12px;
		text-decoration: none;
		line-height: 13px;
		background: url(../images/plus.png) no-repeat 0px center;
		padding-left: 31px;
		display: inline-block;
		vertical-align: middle;
	}
}
/* pagination */
ul.pagination{
	padding:10px 0px;
	margin:0px;
}
ul.pagination li{
	list-style:none;
	display:inline-block;
	margin:0px;
	padding:0px 4px;
}
/* -- operator panel -- */
.operatorPanel{
	background:#636460;
	border-bottom:solid 2px #C00;
	color:#fff;
	padding:10px 20px;
}
.operatorPanel td{
	color:#fff;
	padding-right:30px;
}
/* -- Product Content Plugin -- */
@media screen and (min-width: 800px) {
	.i763vmProductsBox {
		padding: 5px 10px;
		margin: 10px 0px 10px 0px;
		display: inline-block;
		background-color: #fff;
		border: solid 1px #20add5;
	}

	.i763vmProductsBox.singleProduct {
		padding: 15px 25px 10px 25px;
	}

	.i763vmProductsBox td.vm-pr-price-cell {
		text-align: left;
		padding: 0px 10px 0px 10px;
		font-weight: bolder;
		border-right: solid 1px #d3d3d3;
	}

	.i763vmProductsBox td.vm-pr-name-cell {
		font-weight: bolder;
		padding: 0px 10px 10px 10px;
		text-align: left;
		border-right: solid 1px #d3d3d3;
	}

	.i763vmProductsBox td.vm-pr-price-cell:last-child, .i763vmProductsBox td.vm-pr-name-cell:last-child {
		border-right: none;
	}

	td.vm-pr-name-cell .mytip {
		float: right;
		margin-top: -15px;
	}

	.i763vmProductsBox .actButCell {
		padding-top: 15px;
	}

	.i763vmProductsBox .actSpacerCell {
		font-size: 10px;
		line-height: 10px;
		height: 10px;
		overflow: hidden;
		border-bottom: solid 1px #d3d3d3;
	}

	.topProductBoxPlace .i763vmProductsBox {
		display: block;
	}

	.topProductBoxPlace {
		margin: 40px 0;
	}

	.i763vmProductsBox.radiologyProductBox table tr td {
		border-left: none;
		border-right: none;
		border-top: none;
	}

	.i763vmProductsBox.radiologyProductBox table tr:last-child td {
		border-bottom: none;
	}

	.i763vmProductsBox.radiologyProductBox .leftTh {
		border-right: solid 1px #d3d3d3;
	}

	.i763vmProductsBox.radiologyProductBox .vm-pr-price-cell, .i763vmProductsBox.radiologyProductBox .th {
		border-right: solid 1px #d3d3d3;
	}
}
/* showSpeciality description animated box */
a#showSpecDescr{
	color:#20add5;
	text-decoration: underline;
	font-size:12px;
}
a#showSpecDescr:hover{
	color:#20add5;
	text-decoration:underline;
}
.rrBlock{
	padding-bottom:15px;
}
.main .rrBlock h1{
	border: none;
	margin: 0;
}
.rrContent{
	padding:20px;
	margin:15px 0px 5px 0px;
  background-color:#fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.5);
}
.innerPages .rrContent{
  display:none;
}
@media screen and (min-width: 800px) {
	.i763vmProductsBox td.th {
		font-size: 12px;
		line-height: 14px;
	}

	.i763vmProductsBox td.th sup {
		line-height: 14px;
		position: absolute;
		padding-left: 4px;
	}
}
/* -- small tooltip -- */
@media screen and (min-width: 800px) {
	span.mytip {
		display: inline-block;
		height: 12px;
		width: 12px;
		line-height: 12px;
		text-align: center;
		background: #676767;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		position: relative;
		font-weight: normal;
		font-size: 11px;
		cursor: default;
	}

	span.mytip i {
		display: none;
		position: absolute;
		z-index: 2000;
		width: 150px;
		left: 6px;
		bottom: 6px;
		font-size: 12px;
		line-height: 14px;
		color: #555;
		background: #fff;
		border: solid 1px #aaa;
		padding: 5px;
		text-align: left;
		-webkit-border-radius: 5px 5px 5px 0px;
		-moz-border-radius: 5px 5px 5px 0px;
		border-radius: 5px 5px 5px 0px;
	}

	span.mytip:hover i {
		display: block;

	}

	span.mytipleft {
		display: inline-block;
		height: 12px;
		width: 12px;
		line-height: 12px;
		text-align: center;
		background: #676767;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		position: relative;
		font-weight: normal;
		font-size: 11px;
		cursor: default;
	}

	span.mytipleft i {
		display: none;
		position: absolute;
		z-index: 2000;
		width: 150px;
		right: 6px;
		bottom: 6px;
		font-size: 12px;
		line-height: 14px;
		color: #555;
		background: #fff;
		border: solid 1px #aaa;
		padding: 5px;
		text-align: left;
		-webkit-border-radius: 5px 5px 5px 0px;
		-moz-border-radius: 5px 5px 5px 0px;
		border-radius: 5px 5px 5px 0px;
	}

	span.mytipleft:hover i {
		display: block;

	}
}










@media screen and (min-width: 800px) {
	/*-- Forms --*/
	.labelCell {
		text-align: left;
		padding-right: 30px;
		padding-bottom: 2px;
		vertical-align: top;
	}

	.labelCell span {
		font-style: italic;
	}

	.fieldCell {
		padding-bottom: 5px;
		vertical-align: top;
	}

	.textField {
		width: 250px;
	}

	textarea.textField {
		height: 80px;
	}

	.formPathHead {
		padding: 20px 0px 18px 0px;
		display: block;
	}

	.formPathHead u {
		color: #20add5;
	}

	.formPathHead i {
		font-weight: normal;
	}

	.formPathDescr {
		color: #999;
		font-style: italic;
		font-size: 14px;
	}

	.formPathDescrInline {
		color: #505050;
		font-weight: normal;
		font-style: italic;
	}
}
.serviceList td{
	vertical-align:middle;
	padding:5px 10px 5px 0px;
}
.serviceList td p{
	margin:0px;
}
/* component wrapper */
.anyComponentWrapper{
	background:#fff;
}
.anyComponentWidth{
	width:775px;
	margin:auto;
	padding-bottom:20px;
}
.anyComponentLiquid{
	width:auto;
	margin:0px 30px;
	padding-bottom:20px;
}
/**/
.order_status_Confirmed{
	color:#63b547;
	background:url(../images/small_bird_green.png) 0px center no-repeat;
	padding-left:15px;
}
.checkmark_rownd{
	margin:0px;
	padding:0px;
}
.checkmark_rownd li{
	background:url(../images/checkmark_rownd.png) 0px center no-repeat;
	list-style:none;
	height:38px;
	line-height:38px;
	padding:0px 0px 0px 42px;
	font-size:16px;
	font-weight:bolder;
}
#st_unique{
	background:url(../images/s3-photo.jpg) right center no-repeat;
	padding-right:450px;
}
#st_infrastructure{
	padding-left:450px;
	background:url(../images/s1-photo.jpg) left center no-repeat;
}

@media screen and (min-width: 800px) {
	.testimItem {
		padding: 15px 0px 15px 0px;
		margin: 10px -30px 10px -30px;
	}

	.testimLeft {
		float: left;
		width: 255px;
		text-align: center;
		margin-left: -30px;
	}

	.testimPhoto {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 148px;
		height: 148px;
		margin: 10px 0px 0px 0px;
		overflow: hidden;
		display: inline-block;
	}

	.testimPhoto img {
		display: block;
		width: 148px;
		height: auto;
		min-height: 148px;
	}

	.testimRight {
		background: #e2e3e5;
		position: relative;
		padding: 30px;
		margin-left: 220px;
		min-height: 120px;
	}

	.testimRight .testimTri {
		width: 38px;
		height: 46px;
		background: url(../images/testim-tri.png) left center no-repeat;
		position: absolute;
		top: 70px;
		left: -38px;
	}
}
.bro_tbl td a{
	text-transform:uppercase;
	color:#999;
	font-weight:bolder;
	text-decoration:none;
}
.checkmarkWrapper img{
	width:30px;
	height:23px;
}
.grid_shuffle{
	margin:30px 0px 0px 15px;
	width:50%;
	max-width:600px;
	float:left;
}
.videoTestimonialsLine a{
	position:relative;
	display:inline-block;
}
.videoTestimonialsLine a:after{
	content:'';
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../images/video-over.png) no-repeat center bottom;
	
}
@media screen and (min-width: 800px) {
	.productListSuperItem {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		border-bottom: 1px solid #CBD3DC;
	}
}

.productListSuperItemButWrap{
	float:left;
	width:0px;
	overflow:hidden;
	transition: width 0.5s ease;
}
.productListSuperItem:hover{
	background-color:#fbfbfb;
}
.productListSuperItem a.button{
	height:50px;
	line-height:50px;
	float:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.productListSuperItem:hover .productListSuperItemButWrap{
	width:125px;
}
.productListSuperItemTextWrap{
	padding-left:20px;
	float:left;
}
body.category-alias-commonly-searched .main h1,
.main .articles h1
{
    font-size: 24px;
    padding: 15px 0px;
}
body.category-alias-commonly-searched,
body.category-alias-commonly-searched p,
body.category-alias-commonly-searched td,
body.category-alias-commonly-searched th,
.articles,
.articles p,
.articles td,
.articles th
{
	line-height:17px;
}
.commonlySearchedModule{
	padding:20px 0px 0px 0px;
	font-size:12px;
	line-height:14px;
}
.commonlySearchedModule ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.commonlySearchedModule li{
	margin:0px 0px 8px 0px;
	padding:0px;
	list-style:none;
}
.commonlySearchedModule a{
	color:#666666;
	font-size:12px;
	text-decoration:none;
}
.commonlySearchedModule a:hover{
	text-decoration: underline;
}
/*company reg form*/
#vm_are_u_input{
	width:300px;
	margin-top:20px;
}
#regFormBox .inputbox[type="redio"], #regFormBox input[type="radio"] {
    width: auto!important;
	margin:0px;
}
#vm_are_u_input label{
	margin-right:10px;
}
#vm_are_u_div{
	font-weight:bolder;
	margin-top:20px;
}
#vm_are_u_input br{
	display:none;
}
#fieldset_vm_company_info legend{
	display:none;
}
#fieldset_vm_company_info{
	display:none;
}
#vm_logo_div{
	width:auto;
	margin-left:60px;
}
#vm_logo_file_div, #vm_logo_file_input{
}
#regFormBox br{
	display:block;
	overflow:hidden;
	height:0px;
}



/* floatAppointmentLink */
/*
#floatAppointmentLink{
	position:fixed;
	float:left;
	left:40px;
	bottom:0px;
	z-index:999999;
}
#appointmentTab{
	display:block;
	float:left;
	background: url(../images/isonline.png) 12px -48px no-repeat #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:8px 15px 4px 40px;
	border-top: solid 1px #777;
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	color:#006;
	line-height:16px;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#000;
	text-shadow: 1px 1px #FFFFFF;
	
   -moz-box-shadow:    inset 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 1px #fff;
   box-shadow:         inset 0 0 1px #fff;
}
#appointmentTab.online{
	background: url(../images/isonline.png) 12px 14px no-repeat #ddd;
}
#appointmentTab.online .onlineStatus{ color:#108d03!important;}
#videoChatBox{
	width:890px;
	margin:auto;
	padding:20px 0px 20px 0px;
}
#remotesVideos{
	background:#fff;
	float:left;
	width:700px;
	position:relative;
	padding:0px;
   -moz-box-shadow:    inset 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 1px #fff;
   box-shadow:         inset 0 0 1px #fff;
   min-height:400px;
}
#remotesVideos video{
	width:100%;
}
#localVideo{
	float:right;
   -moz-box-shadow:    inset 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 1px #fff;
   box-shadow:         inset 0 0 1px #fff;
}
#tTimeBox{
	width:150px;
	margin:30px 0px;
	text-align:left;
	white-space:nowrap;
	color:#777;
	font-size:60px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}
#tTimeBox.active{
	color:#108d03;
}
#videochatInfoBox{
	float:left;
	width:150px;
	margin:0px 0px 0px 20px;
}
#chatControls{
	width:150px;
	margin:30px 0px;
	float:right;
	display:none;
}
*/


/* inviter */

#inviteMailChBox{
	height:69px;
	width:300px;
}
#inviteMailChBox a{
	display:block;
	float:left;
	width:89px;
	height:69px;
	margin-right:10px;
	background-color:#fff;
	
-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);	
}
#inviteMailChBox #hotmailContactsLinkBox a{
	margin-right:0px;
}
#inviteMailChBox a:hover{
	background-color:#fdfedf;
}
/**/
.orderActionInfo{
	display:inline-block;
	font-weight:bolder;
	margin-left:10px;
	line-height:16px;
	vertical-align:middle;
	min-width:170px;
}
.orderActionInfo span{
	font-weight:normal;
	margin-left:8px;
}
.orderActionShPassLink{
	cursor:pointer;
	text-decoration:underline;
	color:#777;
}
/*i763vmTabsBox*/
.i763vmTabsBox{
	height:30px;
	line-height:30px;
	font-size:16px;
}
.i763vmTabsWrap{
	float:left;
	border: solid 1px #20add5;
	background:#fff;
}
.i763vmTabsTab{
	height:30px;
	float:left;
	color:#999;
	border-right:solid 1px #20add5;
	cursor:pointer;
  position:relative;
  z-index:90;
}
.i763vmTabsTab > span{
	display:block;
	background:#fff;
	padding:0px 20px;
	width:auto;
	height:30px;
}
.i763vmProductsBox.splittedTab{
	margin-top:0px;
}
.i763vmTabsTab.active{
	color:#20add5;
	z-index:110;
}
.i763vmTabsTab.active span{
	height:30px;
}
.i763vmProductsBox.splittedTab{
	display:none;
}
.i763vmProductsBox.splittedTab.active{
	display:block;
	position:relative;
	z-index:100;
}
.i763vmProductsBox.singleProduct td.vm-pr-name-cell span.mytip{
	float:none;
	position:relative;
	top:-2px;
	left:2px;
}
.i763vmProductsBox.singleProduct td.vm-pr-name-cell span.mytip i{
	top:14px;
	left:14px;
	bottom:auto;
	border: solid 1px #20add5;
}




/* Form */
/* subscribe newsletter */
#newsletterForm{
	position:absolute;
	left:68.7%;
	bottom:17px;
}
#aiContactSafe_form_4 .error, #aiContactSafe_form_4 .aiContactSafe_error_msg{
	display:none;
}
#aiContactSafe_form_4 div.with_errors{
	border:none;
	padding:0px!important;
}
#newsletterFormCapt{
	/*font-size:12px;*/
	color:#C9DEE9;
}
.alias_our-services h1{ border:none; text-decoration:none;}
/* Home - The Easy Solution */

#inviteMail{
	float: right; 
	width: 287px; 
	margin: 0px 0px 10px 30px;	
}
#inviteMailBanner{
	height: 143px; 
	width: 287px;
}
#inviteMailText{
	width: 287px; 
	padding: 5px 0px 10px 0px; 
	text-align: left; 
	font-size: 12px; 
	color: #595959;
}
span.jcetooltip{
    display: inline-block;
    float: right;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: relative;
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
}
span.jcetooltip i{
    display: none;
    position: absolute;
    z-index: 2000;
    width: 400px;
    left: 12px;
    bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #555;
    background: #fff;
    border: solid 1px #aaa;
    padding: 5px;
    text-align: left;
    -webkit-border-radius: 5px 5px 5px 0px;
    -moz-border-radius: 5px 5px 5px 0px;
    border-radius: 5px 5px 5px 0px;
}
span.jcetooltip:hover i{
	display: block;

}
.pricePlaceNew{
	font-weight:bolder;
	color:#900;
	height:25px;
	padding-left:17px;
}
.nextStepColumn{
	border-left: solid 1px #eee;
	width:200px;
}
#nextButWrap{
	padding-left:17px;
}
#nextButSide{
	padding-bottom: 40px;
}
#nextButSide.sticky { float: none; position: fixed; bottom: 20px; z-index: 6; left: auto;}
#topNav .item316{
	display: none;
}
#technology-video{
	float:right; 
	margin:0px 0px 15px 25px;
}
.radiologyInfo .radiologyInfoRow500{
	width: 500px;
}
.radiologyInfo .radiologyInfoRow250{
	width: 250px;
}
.uploadifive-button{
	display:inline-block;
	width:auto;
	height:30px;
	padding:0 30px;
	color:#20add5;
	line-height:30px;
	background: none;
	text-decoration:none;
	font-size:16px;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:4px;
	cursor:pointer;
	border: solid 1px #20add5;
	-webkit-appearance: none;
	text-transform: uppercase;
}
.uploadifive-button:hover{
	background:#20add5;
	color:#fff;
	text-decoration:none;
}
input[type='reset'].button{
	background: url("/templates/system/images/calendar.png");
	background-repeat: no-repeat;
	padding: 1px;
	border: 0;
	color: #fff;
	width: 20px;
}
.spinnerAjax {
	margin: auto;
	width: 70px;
	text-align: center;
}
.spinnerAjax > div {
	width: 10px;
	height: 10px;
	background-color: #595959;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinnerAjax .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinnerAjax .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
/*SEO*/
#gold-seal-logo{
	float:right;
	margin-top:13px;
}
.specialtyError{
	color: red; 
	display: none;
}
#pack-banner-header{
	font-size:12px;
	position:relative;
	top:-9px;
	left:2px;
}
.testimonial-video-header{
	font-size:11px;
	line-height:12px;
	padding:5px 0px 10px 0px
}
.testimonial-video-header-2{
	font-size:11px; 
	line-height:12px; 
	padding:5px
}
#mmm{
	width:431px; 
	height:auto; 
	margin-right:80px;
}
.sEasyTestimonialsCustom{
	margin-right:5%; 
	width:90%;
}
/*
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.w-15{
	width: 15% !important;
}
.w-35{
	width: 35% !important;
}
.w-40{
	width: 40% !important;
}
.w-50{
	width: 50% !important;
}
.w-60{
	width: 60% !important;
}
.pt-15{
	padding-top:15px !important;
}
.pt-25{
	padding-top:25px !important;
}
.mr-80{
	margin-right: 80px !important;
}
.float-left{
	float: left !important;
}
.float-right{
	float: right !important;
}
.d-inline{
	display: inline !important;
}
.d-block{
	display: block !important;
}
.d-none{
	display: none !important;
}
.b-style-none{
	border-style: none;
}

*/

/* orderFlowTabsBox */
.orderFlowTabsBox{
	display:flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
}
.orderFlowTab{
	flex-basis: 20%;
	flex-grow: 1;
	margin-right: 2px;
	background: #20add5;
	padding: 15px 14px;

	font-weight: 400;
	color: #fff;
}
.orderFlowTab.active{
	background: #dd6819;
}
.orderFlowTab:last-child{
	margin-right: 0;
}
.orderFlowTabTitle{
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	font-size: 22px;
	line-height: 24px;
}
.orderFlowTabText{
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size: 18px;
	line-height: 20px;
}
.orderFlowContent{
	background: #f2f2f2;
	padding: 24px 28px;
	margin-top: 30px;
}
.main .orderFlow h1{
	color: #000;
	font-size: 28px;
	line-height: 30px;
	border-bottom: solid 2px #000;
	padding: 10px 0px;
}
.loginFormTitle{
	color: #000;
	font-size: 14px;
	line-height: 15px;
	border-bottom: solid 2px #000;
	padding: 10px 0px;
}
.orderFlowPrivacyMessageWrapper{
	display: inline-block;
}
@media screen and (min-width: 800px) {
	.orderFlowPrivacyMessage {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		padding: 50px 0 20px 0;
	}

	.orderFlowPrivacyMessage p {
		margin: 0;
		padding: 0 10px;
		font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif' !important;
	}

	.orderFlowPrivacyMessage img {
		width: 120px;
		height: auto;
		display: block;
	}
}
.orderFlow button, .orderFlow .button,
.orderFlow input[type="submit"], .orderFlow input[type="button"],
.orderFlow .redButton {
	height: 40px;
	padding: 0 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	border-radius: 0px;
	text-transform: none;
}
.orderFlow input[type="text"],
.orderFlow input[type="password"], .orderFlow .input {
	background: #fff;
	border: solid 1px #bbb;
	color: #444;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size: 14px;
	line-height: 36px;
	height: 40px;
	padding: 0px 8px;
	border-radius: 0px;
}
.orderFlow #regFormBox .inputbox {
	width: 100%;
}
.orderFlow select {
	border: solid 1px #bbb;
	color: #444;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	font-size: 14px;
	line-height: 36px;
	height: 40px;
	padding: 0px 8px;
	border-radius: 0px;
}
.orderFlow .formLabel, #vmMainPage .orderFlow label {
	line-height: 40px;
}
.orderFlow .formField{
	width: 350px;
}
.orderFlowContent_td1{
	width: 580px;
}
.orderFlow #vm_logo_input.formField{
	width: auto;
}
.orderFlow #vm_logo_div, .orderFlow #vm_logo_div label{
	width: auto;
	margin-left: 0px;
	height: auto;
	line-height: 1.2;
	padding: 0;
}
.orderFlow #vm_logo_div label{
	height: auto;
}
.orderFlowDelim1{
	clear: both;
	float: none;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-bottom: solid 2px #000;
}
/**/
.loginFormRow{
	padding-top: 11px;
	display: flex;
}
.loginFormLabel{
	width: 100px;
}
.loginFormField{
	width: 200px;
}
.orderFlowContent_td2{
	width: 330px;
}
.forgotLinkRow{
	padding: 4px 0 8px 0;
}
.forgotLink{
	font-size: 12px;
}
/**/
.orderFlowNote{
	background: #fff;
	font-size: 16px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 40px 0;
}
.orderFlowNote div{
	box-sizing: border-box;
}
.orderFlowNoteT{
	margin: 20px 0;
}
.orderFlowNoteS1{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 30px;
	width: 30px;
	border-top: solid 12px #dd6819;
	border-left: solid 12px #dd6819;
	border-bottom: solid 12px #dd6819;
}
.orderFlowNoteS2{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 30px;
	width: 30px;
	border-top: solid 12px #dd6819;
	border-right: solid 12px #dd6819;
	border-bottom: solid 12px #dd6819;
}
@media screen and (min-width: 801px) {
	.orderFlowStepTT {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.orderFlowStepTT h1 {
		display: inline-block !important;
	}
	.orderFlowStepTT>div:last-child {
		flex-basis: 400px;
	}
	.orderFlowStepTT .orderFlowNote{
		margin: 0 0 20px 0;
	}
}
/**/
.continueButtonWrap{
	text-align: left;
	padding: 20px 0;
}
.orderFlow .uploadifive-button {
	height: 40px!important;
	padding: 0 40px;
	color: #fff;
	line-height: 40px!important;
	background: #555;
	font-size: 14px;
	font-family: 'GothamSSm-Light', Arial, Helvetica, 'sans-serif';
	border-radius: 0px;
	border: solid 1px #555;
	text-transform: none;
}
.orderFlow .uploadifive-button:hover{
	background: #20add5;;
}
.orderFlow .uploadifive-queue-item {
	background-color: #FFF;
	border-bottom: 1px dotted #555;
}
.orderFlow .translateDocumentsBanner{
	width: auto;
}
.orderFlow #translateBanner_documents select{
	height:40px;
	line-height: 40px;
}
.orderFlow input[name="translate_nuber_of_pages"]{
	width: 60px;
}
.orderFlow .i763vmTabsWrap{
	border: solid 2px #fff;
}
.orderFlow .i763vmTabsBox{
	height: 40px;
	line-height: 40px;
}
.orderFlow .i763vmTabsTab{
	height: 40px;
	border-right: solid 1px #fff;
}
.orderFlow .i763vmTabsTab span{
	height:40px;
	background: #000;
	color: #fff;
}
.orderFlow .i763vmTabsTab.active span{
	height:40px;
	background: #fff;
	color: #000;
}
.orderFlow .i763vmProductsBox{
	border-top: solid 2px #000;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.orderFlow .prodSelLabel {
	background-color: #fff;
	padding: 20px 5px;
}
.orderFlow translateBanner {
	background: #fff;
	padding: 24px 5px 5px 5px;
	color: #000;
	border-top: solid 2px #000;
}
/**/
/*payment screen*/
.orderFlow .paymentset input.inputbox,
.orderFlow .paymentset select[name="creditcard_code"]{
	width: 100%;
	box-sizing: border-box;
}
.orderFlow select[name="order_payment_expire_month"]{
	width: 70px;
}
.orderFlow #fieldset_delimiter_billto .formLabel,
.orderFlow #fieldset_vm_delimiter_billto .formLabel{
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}
.orderFlow #fieldset_delimiter_billto .formField,
.orderFlow #fieldset_vm_delimiter_billto .formField{
	width: calc(100% - 170px);
	margin: 0;
	padding: 0 0 10px 0;
	float: right;
}
@media screen and (min-width: 801px) {
	.orderFlow .cc_wrap{
		width: 50%;
		float: left;
	}
	.orderFlow .billto_wrap{
		width: 50%;
		float: right;
	}
}
.orderFlow .h1Title,
.paymentset legend,
#fieldset_vm_delimiter_billto legend{
	font-weight: normal;
	margin: 0 0 30px 0!important;
	text-align: left;
	color: #000;
	font-size: 28px;
	line-height: 30px;
	border-bottom: solid 2px #000;
	padding: 10px 0px!important;
	display: inline-block;
	font-family: 'GothamSSm-Bold', Arial, Helvetica, 'sans-serif';
	text-transform: none;
	width: auto!important;
	height: auto;
}
input[type="submit"].couponSubmitButton{
	background-color: #777;
	border-color: #777;
}
/**/

@media screen and (min-width: 801px) {
	body.headerFixing #topNavWrap{
		position:fixed;
		top:0px;
		z-index:99999;
		width:100%;
		/*max-width: 1326px;*/
		min-width: 1150px;
	}
	body.alias_home.headerFixing #topNavWrap{
		left:0px;
		max-width: none;
		min-width: 0px;
	}
	body.headerFixing #headerTop{
		padding-bottom:45px;
	}
	/*body.headerFixing{
		background-position:0px -100px;
		background-attachment:fixed;
	}*/
}
/* Media Queries */
@media screen and (max-width: 1200px) {
	#topNav{
		font-size:15px;
	}
	#topNav ul li ul li a{
		font-size:12px;
	}
	
}
#contrastRow .selectWrapper{
	display: inline;
}
/* mobile */
@media screen and (max-width: 800px) {	

	#contentTable, #contentTable > tbody, #contentTable > tbody > tr, #contentTable > tbody > tr > td{
		display:block; width:auto; clear:both;
	}
}
/**/

.deliveryBox{
	border: solid 1px #20add5;
	padding: 10px 15px;
	margin-top: 5px;
}
.attachmentsBox{
	border: solid 1px #20add5;
	padding: 0px 15px;
	margin-bottom: 15px;
}
.attachmentsBoxWrap{
	overflow: hidden;
	height: auto;
	max-height: 0;
	transition: all 0.3s ease;
}
.attachmentsBoxWrap.active{
	max-height: 400px;
}
.attachmentsButtonWrap{
	padding: 20px 0 10px 0;
}
.outlineBlueButton{
	display:inline-block;
	width:auto;
	height:30px;
	padding:0 30px;
	/*color:#20add5;*/
	color: #7499d1;
	line-height:30px;
	background: none;
	text-decoration:none;
	font-size:16px;
	font-family: 'GothamSSm-Medium', Arial, Helvetica, 'sans-serif';
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:4px;
	cursor:pointer;
	border: solid 1px #20add5;
	-webkit-appearance: none;
	text-transform: none;
}
.outlineBlueButton:hover{
	background:#20add5;
	color:#fff;
	text-decoration:none;
}
.radiologyFormWrapper .formPathHead{
	/*color: #20add5;*/
	color: #7499d1;
	font-weight: bolder;
	font-size: 18px;
}
.radiologyFormWrapper .labelCell b{
	font-size: 14px;
}
.radiologyFormWrapper .fieldCell b{
	font-size: 14px;
}
.deliveryBox b{
	font-size: 14px;
}
.radiologyFormWrapper .formPathDescrInline{
	font-size: 14px;
	color: #606060;
}
.radiologyFormWrapper .formPathDescr{
	color: #606060;
}
.errorField{
	background-color: #ffd5d6 !important;
	border-color: #f00!important;
}
.errTip{
	color: #f00;
	font-size: 9px;
	width: 60px;
	position: absolute;
	right: -65px;
	top: 0;
}
.radiologyFormWrapper .fieldCell{
	position: relative;
}
.ntInputWrap{
	display: inline-block;
	position: relative;
}