<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popup-hospitals{
	position:relative;
}

#popup-hospitals h2 {
	color:#006600;
}

#popup-hospitals ul {
/*  overflow:hidden;*/
}

#popup-hospitals p {
}

#popup-hospitals #nav-plans {
	margin-top:36px;
}

#popup-hospitals ul li.tab {
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
	background:#036301;
	padding:5px 0 0 0;
	text-align:center;
	width:199px;
	float:left;
	display:inline-block;
}

#popup-hospitals ul li.selected {
	background:#cddbcc;
}	

#popup-hospitals ul .tab .plan-name {
	border-right: 1px solid #d4d7d0;
	border-left: 1px solid #d4d7d0;
	height:26px;
	background:#ffffff;
	color:#036301;
	display:block;
	font-size:13px;
	padding:18px 0 0 0;
	position:relative;
}

#popup-hospitals ul .tab a .ico {
	text-indent:-5555px;
	background-image: url('../img/common/plans/bg_pop-hosp.png');
	width:36px;
	height:37px;
	display:block;
	position:absolute;
	top:10px;
	left:61px;
}

/*==================Icon Plans*/

.tab a span.personal {
	background-position: 0 0;
}

.selected a span.personal {
	background-position: 0 -36px;					
}

.tab a span.alfa {
	background-position: 0 -72px;
}

.selected a span.alfa {
	background-position: 0 -108px;
}

.tab a span.beta {
	background-position: 0 -144px;
}

.selected a span.beta {
	background-position: 0 -180px;
}

.tab a span.delta {
	background-position: 0 -221px;
}

.selected a span.delta {
	background-position: 0 -257px;
}

.tab a span.omega {
	background-position: 0 -293px;
}

.selected a span.omega {
	background-position: 0 -329px;
}				

/*=============================*/					

#popup-hospitals ul .selected .plan-name {
	background:#006600;
	color:#ffffff;
	border-right: none;
	border-left: none;
}

#popup-hospitals ul li section  {
	width:800px;
	height:375px;
	position:absolute;
/*  top:153px;*/
	left:0;
}

#popup-hospitals .table-header {
	background:#006600;
	padding:5px;	
	overflow:hidden;
}

#popup-hospitals .table-header li {
	text-align:left;
	float:left;
	padding:5px 0 5px 0px;
	color:#ffffff;
	cursor:pointer;
}

.table-header .ico-arrow {
	display:inline-block;
	text-indent:-5555px;
	background: url('../img/common/plans/ico_arrow-hosp-pop.png') 0 -7px no-repeat;
	*background: url('../img/common/plans/ico_arrow-hosp-pop.png') 0 -13px no-repeat;	
	height:13px;
	width:12px;
	margin:0 0 0 5px;
}

#popup-hospitals .table-header li:hover {
	background:#348634;
}

/*======================&gt; Table Header*/

#popup-hospitals .table-header .hosp-header {
	width:199px;
	text-align: center;

}

#popup-hospitals .table-header .end-header {
	width:199px;
	text-align: center;
}

#popup-hospitals .table-header .tel-header {
	text-align: center;
	width:193px;
}

#popup-hospitals .table-header .nei-header {
	width:199px;
	text-align: center; 
}


.table-header li h4 {
	font-size:12px;	
}

#popup-hospitals .table-holder {
	height:297px;
	clear:left;
	overflow:hidden;
}

span.adress-content{
	color:#006600;
	font-size:13px;
}

.adress-extend {
	display:none;
}

.table-holder table tr th{
	display:none;
}

.table-holder table tr td{
	padding:0 3px;
	font-size: 11px;
	vertical-align: middle;
}

.table-holder table tr .side-col-lft{
	padding-left:8px;
}

.table-holder table tr .side-col-rgt{
	padding-right:8px;
}


.border-container{
	border-bottom: 1px solid #d5d5c9;
	border-left: 1px solid #d5d5c9;
	border-right: 1px solid #d5d5c9;
	padding:20px 10px 20px 20px;
}

#popup-hospitals .table-holder table {
	text-align:left;
}

.table-holder table tr td {
    padding:5px;
}

#popup-hospitals .even {
	background:#dddece;
}

#popup-hospitals .highlight{
	background:#c6dbba;
}	

.table-holder {
    width:auto !important;
}</pre></body></html>