@charset "utf-8";
/* CSS Document */
@font-face {

	font-family: "Roboto";
        src:url("../fonts/roboto-regular.eot");
	src:url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg") format("svg");
	font-weight:normal;
	font-style:normal;
}
*{
	outline:0 !important;
}
.last-margin{
	margin-right:0 !important;
}
.last-border{
	border-right:0 !important;
}
.no-border{
	border:none !important;
}
.no-margin{
	margin:0 !important;
}
.clear-row{
	display:block;
	height:20px;
	overflow:hidden;
	clear:both;
}

body{
    overflow-x:hidden !important;
    overflow-y:auto;
}

#s4-workspace {
width: 100% !important;
height: 100% !important;
}

.header-holder {
	background-image: url(../../UIComponents/images/MasterPageImages/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	clear: both;	
	-webkit-box-shadow: 0 1px 5px rgba(120, 120, 120, .9);
	-moz-box-shadow: 0 1px 5px rgba(120, 120, 120, .9);
	box-shadow: 0 1px 5px rgba(120, 120, 120, .9);
	position:relative;
	z-index:100;
}
.header-holder .left-bg {
	background-image: url(../../UIComponents/images/MasterPageImages/header-right-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:100%;
}
.header-holder .right-bg {
	background-image: url(../../UIComponents/images/MasterPageImages/header-left-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:100%;
	
}
.header-content
{
    padding:0px 35px;
	padding-top:10px;
	position:relative;
	z-index:5000;
}

.dha-logo{
	display:block;
	float:right;
}
.content-holder {
	background-image: url(../../UIComponents/images/MasterPageImages/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	clear: both;
	background-size:contain;
}
.home-menu-left {
	background-image: url(../../UIComponents/images/MasterPageImages/menu-corner-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	height: 43px;
	padding-left: 12px;
	margin-top:12px;
}
.home-menu-right {
	background-image: url(../../UIComponents/images/MasterPageImages/menu-corner-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 43px;
	padding-right: 12px;
}
.home-menu {
	color: #FFF;
	background-color: #07afd1;
	background-image: -moz-linear-gradient(top, #14b4cc, #03aed0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#14b4cc), to(#03aed0));
  background-image: -webkit-linear-gradient(top, #14b4cc, #03aed0);
  background-image: -o-linear-gradient(top, #14b4cc, #03aed0);
  background-image: linear-gradient(to bottom, #14b4cc, #03aed0);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14b4cc', endColorstr='#03aed0', GradientType=0);*/
  
	display: block;
	height: 43px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:12px;
	border: 1px solid #02a4c4;
	-webkit-box-shadow: 0 2px 4px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0 2px 4px rgba(120, 120, 120, 1);
	box-shadow: 0 2px 4px rgba(120, 120, 120, 1);
	
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;
}
.home-menu a{
	display:block;
	float:left;
	padding:0 15px;
	color:#fff;
	border-right:solid 1px #fff;
	line-height:14px;
	text-shadow: 1px 1px #666;
	font-weight:bold;
	height:16px;
}
.home-menu a:hover{
	text-decoration:none;
	color:transparent;
    font-size:0px;
	text-shadow: 0px 0px transparent;
	
}
.home-menu .home:hover{
	background-image:url(../../UIComponents/images/MasterPageImages/icons/home.png);
	background-repeat:no-repeat;
	background-position:center center !important;
}
.home-menu .contact:hover{
	background-image:url(../../UIComponents/images/MasterPageImages/icons/contact.png);
	background-repeat:no-repeat;
	background-position:center center !important;
}

.home-menu .careers:hover{
	background-image:url(../../UIComponents/images/MasterPageImages/icons/careers.png);
	background-repeat:no-repeat;
	background-position:center center !important;
}
.home-menu .home {
    width:73px;
    font-size:14px;
}
.home-menu .contact {
    width:108px;
    font-size:14px;
}
.home-menu .careers {
    width:88px;
    font-size:14px;
}

/*start page layouts*/
.zone-1 {
    width: 100%;
}

.zone-2 {
    width: 58%;
}

.zone-3 {
    width: 40%;
}

.zone-left {
    margin-right: 2%;
}
/*end page layouts*/

.dubai-ae {
	display: block;
	float: left;
	margin-top: 8px;
	margin-left:15px;
}
.dubai-ae img{
	max-width:100%;
}
.language{
	display:block;
	margin-top:2px;
	float:right;
	height:16px;
	margin-right:15px;
}
.language a{
	max-width:100%;
}
.ar{
	background-image:url(../../UIComponents/images/MasterPageImages/icons/Ar.png);
	background-repeat:no-repeat;
}
.font-size {
	display: block;
	float: right;
	margin-top: 12px;
	margin-right: 15px;
}
.font-size a{
	display:block;
	float:left;
	padding:0 7px;
	border-right:solid 1px #333;
	color:#333;
	font-weight:bold;
	
}
.increase{
	font-size:18px;
	line-height:14px
}
.decrease{
	font-size:14px;
	line-height:18px;
}
.main-menu {	
	display: none;
	clear:both;			
}
.navbar
{
    position:inherit !important;
}
.navbar-header
{
    width: 50px;
    float: left;
    margin-top: 3px;
}
.navbar-default
{
    background-color:transparent !important;
    border-color:transparent !important;
    z-index:1000;
}
.navbar-collapse{
	padding-left:0 !important;
	padding-right:0 !important;	
}
.navbar-nav > li > a{
	color:#fff !important;
	text-shadow:none !important;
	padding-left:10px !important;
	padding-right:10px !important;
	padding-top:10px !important;
	padding-bottom:0px !important;
	height:40px;		
	text-align:left;
	margin-left:10px;
}
.navbar-nav > li > a:hover{
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background-color:transparent;
  opacity:0.6;	
}
.navbar-nav > li > a.first{
	border-left: none;
}
.navbar-nav > li > a.last{
	border-right: none;
}
.navbar-toggle{
  background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 1px rgba(120, 120, 120, .4);
    -moz-box-shadow: 0 1px 1px rgba(120, 120, 120, .4);
    box-shadow: 0 1px 1px rgba(120, 120, 120, .4);
    border: 1px solid #008FB3 !important;
    background-image: linear-gradient(to bottom, #008FB3, #008FB3);
}

.navbar-fixed-top, .navbar-fixed-bottom
{
    /*position:absolute;
    top:170px;*/
}
.banner-holder{
    overflow: hidden;
	display:block;
	clear:both;
	position:relative;
}
.banner-content{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	z-index:19;
}
.banner-content .col-sm-4{
	z-index:10;
}
.banner-content .col-sm-8{
	z-index:25;
}
.banner-inner{
	display:block;
	padding:0 35px;
}
.eservices{
	margin-bottom: 25px;
	background-image: url(../../UIComponents/images/MasterPageImages/eservice-bg.png);
	background-repeat: no-repeat;
	background-size:cover;
	width:277px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
}
.eservices-title{
	display:block;
	  text-align:center;
	  color:#fff;
	  font-weight:bold;
	  font-size:28px;
	  text-shadow: 1px 1px #333;
	  padding:10px;
	  margin:0 !important;
	  padding-top:20px;
	  padding-bottom:25px;
	
			
}
.eservices-content{
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	
}
.eservices-content a{
	 text-align:center;
	  color:#fff;
	  font-weight:bold;
	  font-size:18px;
	  text-shadow: 1px 1px #333;
	  display:block;
	  padding:10px;
	  border-top:solid 1px #5ed3e8;
	  border-bottom:solid 1px #198aa0;
	  text-decoration:none;
}
.eservices-content a.first{
	border-top:none;
}
.eservices-content a.last{
	border-bottom: none;
}
.eservices-content a:hover{
	background-color:#0aa1be;
	
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
	
}
.banner-text{
	display:block;
	/*padding:0 25px;*/
	position:absolute;
	top:100px !important;
	right:0;
}

    .banner-text .img-ar {
    display:none;
    }

.mobile-home-menu{
	display:none;
	width:275px;
}
.mobile-home-menu a{
	display:block;
	float:left;
	height:59px;
	padding:0 8px;
	padding-top:20px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #fff;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.mobile-home-menu .lang{
	border-right:solid 1px #ccc;
	font-weight: bold;
	font-size: 21px;
	line-height:14px;
	color: #e3495a !important;
	font-family: "traditional Arabic";
}
.mobile-home-menu a:hover{
	background-color:#E0E0E0;
	text-decoration:none;
}

.carousel-indicators{
	
}
.content-bg
{
    position:relative;
    box-shadow: 0 2px 13px #ccc;
	display:block;
	clear:both;
	background-color:#fff;
	border:solid 1px #bbb;
	padding:10px 15px;
	margin-bottom:20px;
	margin-top:20px;
}

    .with-extension {
        margin-top:-55px;
        position:relative;
        z-index:1000;
    }

.home-tab{
	position:relative;
	z-index:20;
    margin-top:-55px;
}
.links{
	display:block;
	clear:both;
	overflow:hidden;
}
.links a{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	width:25%;
}
.links a .tab-outer{
	border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 45px;
	background-color: #e2e0e0;
	background-repeat: repeat-x;
    border-left: 1px solid #dedede;
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
    padding-left: 5px;
    display: block;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #eeeeee, #e2e0e0);
}
.links a .tab1{
	border-top:solid 5px #74ccdd;
}
.links a .tab2{
	border-top:solid 5px #efa69b;
}
.links a .tab3{
	border-top:solid 5px #a2d29f;
}
.links a .tab4{
	border-top:solid 5px #f7d792;
}
.links a{
	color:#333;
	text-decoration:none;
}
.links a:hover  .tab-outer {
background-color: #eeeeee;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #e2e0e0, #eeeeee);
}
.links .tab1 span{
	background-image: url(../img/icons/arrow1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:20px;
}
.tab1-hover span, .tab1:hover > span{
	background-image: url(../img/icons/arrow1-hover.png) !important;
}
.links .tab2 span{
	background-image: url(../img/icons/arrow2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding:3px 0px;
	padding-left:20px;
}
.tab2-hover span, .tab2:hover > span{
	background-image: url(../img/icons/arrow2-hover.png) !important;
}

.links .tab3 span{
	background-image: url(../img/icons/arrow3.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:20px;
}
.tab3-hover span, .tab3:hover > span{
	background-image: url(../img/icons/arrow3-hover.png) !important;
}

.links .tab4 span{
	background-image: url(../img/icons/arrow4.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left:20px;
}
.tab4-hover span, .tab4:hover > span{
	background-image: url(../img/icons/arrow4-hover.png) !important;
}
.pics{
	padding:20px 5px;
	background-color:#ededed;
	position:relative;
	border:solid 1px #dedede;
	display:block;
	clear:both;
	overflow:hidden;
}
.pics ul{
	margin:0;
	padding:0;
}
.pics li{
display:block;
	float:left;
	width:25%;
	margin:0;
	list-style:none;
	padding:0 5px;
}
.pics a{
	display:block;
	background-color:#fff;
	border:solid 1px #bbb;
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;
}
.pics a:hover{
	text-decoration:none;
}

.pic-holder{
	padding:5px;
	display:block;
}
.pic-holder img{
	max-width:100%;
}
.more-txt{
	display: block;
	padding: 5px 10px;
	color: #fff;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	-webkit-border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
      border-radius: 0px 0px 5px 5px;
}
.pic1 .more-txt{
	background-color:#0465b8;	
}
.pic2 .more-txt{
	background-color:#ef5e49;	
}
.pic3 .more-txt{
	background-color:#05937f;	
}
.pic4 .more-txt{
	background-color:#ffc037;	
}
.white-block {
	display: block;
	clear: both;
	overflow: hidden;
}
.white-block .wh-title {
	background-color: #FFF;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	font-weight: bold;
	text-align: center;
	font-size:15px;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
      border-radius: 5px 5px 0px 0px;
	  margin:0px;
	  position:relative;
	  z-index:2;
}
.white-block .wh-content {
	background-color: #FFF;
	display: block;
	clear: both;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 0px 5px 0px 0px;
     -moz-border-radius: 0px 5px 0px 0px;
      border-radius: 0px 5px 0px 0px;
	  position:relative;
	  top:-1px;
	  z-index:1;
	  overflow:hidden;
}
.gray-block {
	display: block;
	clear: both;
	overflow: hidden;
}
.gray-block .gray-title {
	background-color: #d0cfcf;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	font-weight: bold;
	text-align: center;
	font-size:15px;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
      border-radius: 5px 5px 0px 0px;
	  margin:0px;
	  position:relative;
	  z-index:2;
}
.gray-block .gray-content {
	background-color: #d0cfcf;
	display: block;
	clear: both;
	-webkit-border-radius: 0px 5px 0px 0px;
     -moz-border-radius: 0px 5px 0px 0px;
      border-radius: 0px 5px 0px 0px;
	  position:relative;
	  top:-1px;
	  z-index:1;
	  overflow:hidden;
}
.foucsed-sites a{
	display:block;
	color:#333 !important;
	border-bottom:solid 1px #e2e2e2;
	padding:5px 10px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}
.foucsed-sites a:hover{
	text-decoration:none;
	background-color:#e2e2e2;
}
.foucsed-sites a.last{
	border:none;
}
.foucsed-sites a img{
	float:left;
	margin-right:5px;
}
.foucsed-sites span{
	display:block;
	float:left;
	margin-top:7px;
}
.news-block{
	display:block;
	clear:both;
	overflow:hidden;
	background-image: url(../img/news-sep.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}
.news-block img{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	width:90px;
	height:70px;
	padding:2px;
	background-color:#fff;
	border:solid 1px #cacaca;
	-webkit-box-shadow: 0 1px 6px rgba(120, 120, 120, .4);
	-moz-box-shadow: 0 1px 6px rgba(120, 120, 120, .4);
	box-shadow: 0 1px 6px rgba(120, 120, 120, .4);
}
.news-block h3, .ImTheMaxH3{
	font-size:12px !important;
	color:#254154 !important;
	text-align:justify !important;
	line-height:14px !important;
	font-weight:bold !important;
	display:block !important;
	margin:0 !important;
    max-height: 28px;
    overflow: hidden;
}
.news-block .news-date{
	display: block;
	font-size: 11px;
	color: #5a5a5a;
	background-image: url(../img/news-sep.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:3px;
	padding-top:5px;
}
.news-block p{
	font-size:12px;
	text-align:justify;
	line-height:18px;
}
.more-btn{
	padding:3px 10px;
	margin-top:6px;
	margin-bottom:5px;
	border:solid 1px #bbb;
	background-color:#fcfcfc;
	 background-image: -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: -o-linear-gradient(top, #fcfcfc, #f6f6f6);
  background-image: linear-gradient(to bottom, #fcfcfc, #f6f6f6);
  background-repeat: repeat-x;
  font-size:11px;
  text-align:center;
  color:#4ea9ad !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
	  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  line-height: 15px;
}
.more-btn:hover{
	text-decoration:none;
	background-color:#25b6d3;
	background-image:none;
	color:#fff !important;
}
.language{
	font-weight: bold;
	font-size: 21px;
	color: #e3495a !important;
	font-family: "traditional Arabic";
}
.language:hover{
	text-decoration:none;
}
.social-icons{
	display:block;
	padding:5px;
	background-color:#fff;
	border:solid 1px #e2e2e2;
	overflow:hidden;
}
.social-icons span{
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-top:10px;
}
.social-icons a{
	display:block;
	float:right;
	margin-left:3px;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.social-icons a:hover {
-webkit-box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
}
.search-links{
	display:block;
	margin:10px 3%;
	width:44%;
	float:left;
	position:relative;
}
.search-links img{
	width:100%;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.search-links:hover img{
-webkit-box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
}
.search-text{
	display: block;
	position: absolute;
	z-index: 3;
	padding: 5px;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	background-image: url(../img/icons/search.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #609bd3;
	line-height: 13px;
	text-transform: uppercase;
}
.search-text span{
	float:left;
	width:70%;
}
.visit-doc{
	display:block;
	position:relative;
	overflow:hidden;
	padding:10px;
}

    .visit-doc .bx-pager {
        display:none;
    }
    .visit-doc .bx-controls-direction {
        direction: ltr;
        text-align: right;
    }
    .visit-doc .bx-wrapper .bx-controls-direction a {
        border: none;
        position: relative;
        top: 50%;
        margin-top: 0px;
        outline: 0;
        width: 25px;
        height: 25px;
        text-indent: 9999px;
        z-index: 9999;
    }
    .visit-doc .bx-prev {
        background: url(../img/arrow.png) no-repeat;
        background-position: top left;
    }
    .visit-doc .bx-prev:hover {
        background-position: bottom left;
    }
    .visit-doc .bx-next {
        background: url(../img/arrow.png) no-repeat;
        background-position: top right;
    }
    .visit-doc .bx-next:hover {
        background-position: bottom right;
    }

.doctor{
	display:block;
	overflow:hidden;
	color:#333 !important;
}
.doctor img{
	width:85px;
	height:65px;
	padding:2px;
	background-color:#fff;
	  -webkit-box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	box-shadow: 0 1px 6px rgba(120, 120, 120, 1);
	float:left;
	margin-right:10px;
}
.doctor h3{
	font-size:13px !important;
	font-weight:bold !important;
	margin:0 !important;
	margin-bottom:5px !important;
}
.doctor p{
	font-size:12px;
	margin:0;
}
.bottom-quick-links{
	display:block;
	overflow:hidden;
	padding:0;
}
.bottom-quick-links .colmn{
	display:block;
	text-align:center;
	padding:15px 0;
	margin: 10px 1%;
	float:left;
	width:18%;
	background-color:#fff;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}
.bottom-quick-links .colmn:hover{
	  -webkit-box-shadow: 0px 1px 6px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0px 1px 6px rgba(120, 120, 120, 1);
	box-shadow: 0px 1px 6px rgba(120, 120, 120, 1);
}
.bottom-quick-links .colmn h3{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
	padding:0 5px;
}
.bottom-quick-links .colmn img{

	margin-bottom:15px;
}
.bottom-quick-links .colmn p{
	font-size: 12px;
	padding:0 5px;
	margin-bottom:20px;
	display:block;
}
.bottom-quick-links .more{
	padding:3px 15px;
	text-align:center;
	color:#fff;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}
.bottom-quick-links .more:hover{
	background-color:#333;
	color:#fff;
	text-decoration:none;
}
.link1{background-color:#7d7d7d;}
.link2{background-color:#208cb6;}
.link3{background-color:#e3495a;}
.link4{background-color:#57a854;}
.link5{background-color:#ef5e49;}

.footer-holder{
	display:block;	
	/*overflow:hidden;*/
	/*border-top:solid 1px #dcdcdc;*/
	margin:0px -15px -10px -15px;
	/*padding:30px;	*/
}
.copyright p{
	font-size:11px;
	padding:0;
	line-height:13px;
	margin:0;
	margin-bottom:5px;
	
}
.suggest-links{
	display:block;
	overflow:hidden;
}
.suggest-links a{
	
}
.suggest-links a img{
	max-width:100%;
}
.footer-links a{
	display:block;
	float:right;
	border-right:solid 1px #bbb;
	font-size:11px;
	line-height:12px;
	padding:0 3px;
	color:#333;
	margin-top:10px;
}
.footer-links a:first-child{
	border-right:none;
}
.banner-links ul{
	margin:0 !important;
	padding:0;
}
.banner-links li{
	display:block;
	float:right;
	margin:0 3px;
	position:relative;
	z-index:10000;
}
.banner-link{
	display:block;
	width:50px;
	height:45px;
	padding-top:12px;
	text-align:center;
	background-color:#93be6c;
	color:#fff;
	 -webkit-box-shadow: 0px 1px 6px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0px 1px 6px rgba(120, 120, 120, 1);
	box-shadow: 0px 1px 6px rgba(120, 120, 120, 1);
	
	
}
.banner-links li a{
	color:#fff;
}
.banner-links li:hover > a{
	background-color:#58aa55;
}
.search{
	position:absolute;
	top:0;
	left:-220px;
	visibility:hidden;
	
	height:45px;
	padding-top:12px;
	
	background-color:#58aa55;
	padding:0 10px;
	

}
.search .txt{
	width: 200px;
	color: #fff;
	background-color: transparent;
	border: none;
	text-shadow: 1px 1px #666;
	font-style: italic;
	margin-top:12px;
}
.emergency-num {
	font-size: 12px;
	color: #FFF;
	background-color: #59ab56;
	display: block;
	width: 310px;
	visibility:hidden;
	position:absolute;
	top:44px;
	left:-250px;
}
.emergency-num li{
	display:block;
	padding:6px 10px !important;
	float:none !important;
	margin:0 !important;
	border-bottom:solid 1px #4d9a4a;
	border-top:solid 1px #5eb55b;
	overflow:hidden;
}
.emergency-num .name{
	display:block;
	float:left;
}
.emergency-num .number{
	display:block;
	float:right;
	width:auto !important;
	background-color:transparent !important;
	height:auto !important;
	padding:0 !important;
	box-shadow: 0 0px 0px #787878 !important;
	color:#fff !important;
}
.eservices-menu{
	display:none !important;
}
.news-icons{
	display:block;
	clear:both;
	overflow:hidden;
}
.news-icons a{
	display:block;
	float:right;
	margin-left:5px;
}
.carousel-inner{
	max-height:400px;
}
.lable2{
	display:none;
}
.banner-links{
	position:relative;
	z-index:100000;
}
/* Extra styles 12/23/2013 */
.online-services-block-container {
    clear:both;
}
.online-services-block {
    cursor:pointer;
    display:block;
    width:23.5%;
    height:120px;
    margin-right:1.5%;
    border:0;
    float:left;
    position:relative;
    transition:all ease-in 0.5s;
    overflow:hidden;
    
}
.online-services-block.yellow-bg:hover {
    background: #fcc946;
}
.online-services-block.yellow-bg {
    background: #FFB700;
}
.online-services-block.orange-bg:hover  {
    background: #f28841;
}
.online-services-block.orange-bg{
    background: #EA5E00;
}
.online-services-block.green-bg:hover {
    background: #bcd589;
}
.online-services-block.green-bg {
    background: #A1C557;
}
.online-services-block.purple-bg:hover {
    background: #eb657b;
}
.online-services-block.purple-bg {
    background: #D7334E;
}
.online-services-block .title {
    line-height:20px;
    font-size:12px;
    position:absolute;
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
    display:block;
    text-align:center;
    top:80px;
    left:0;
    right:0;
    bottom:120px;
}
.online-services-block .image-container {
    display:block;
    line-height:80px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
}
.online-services-block .image-container img {
    display:inline;
    border:0;
    height:64px;
}
.fading-image img {
    -moz-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    transition:all ease-in 0.5s;
}
.fading-image:hover img {
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
.TabbedPanelsTab.small {
max-width: 24%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
}
@media screen and (max-width:380px) {
    .tabed-listing-textbox {
        width:90px !important;
    }
    .search-button_turqu {
        padding: 7px 10px !important;
    }
    .tabed-listing-block {
        width: 60px !important;
    }
    .tabed-listing-link {
        width: 60px !important;
    }
}
@media screen and (max-width:767px) {
    .headed-block.auto-width{
        width:100% !important;
        }
    /*.row > div {
        clear: both;
    } fix by dha*/ 
    .with-extension {
        margin-top:0;
        z-index:1;
    }
    .fading-image img {
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    }
    .home-tab {
        margin-top: 0px;
    }
    .online-services-block {
        width:48%;
        margin-bottom:1.5%;
    }
    /* 12/24/2013 */
  .content-bg {
        /*margin-top: 0;*/
    }

    .content-bg .main-content {
        margin: 0px !important;
    }

    .mobile-hide{
	display:none !important;
}

}


.leftNav > tbody > tr > td a {
    color:#333;
    text-decoration:none !important;
    display: block;
    border: 1px solid #aaa !important;
    border-top: none !important;
    padding: 7px 40px;
}

.leftNav > tbody > tr:first-child > td a {
    border-top: 1px solid #aaa !important;
	border-radius: 3px 3px 0 0;
}
.content-bg .main-content {
    /*clear:both;
    background-image:url(../../UIComponents/Images/MasterPageImages/grass.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:110px;*/
    clear:both;    
}

.footer-image
{
    clear:both;
    background-image:url(../../UIComponents/Images/MasterPageImages/grass.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-bottom:110px;
 }

.listing
{
}

.listing .listing-image
{
border: 1px solid #aaa;
padding: 3px;
height: 90px;
width: 90px;
margin-right: 10px;
float: left;
border-radius: 2px;
}

.listing .listing-image-simple
{
height: 80px;
width: 80px;
margin-right: 10px;
float: left;
}

.listing .listing-image img
{
width:100%;
height:100%;
}

.listing .listing-image-simple img
{
width:100%;
height:100%;
}

.listing span {
display: block;
}

.listing .listing-title
{
font-size: 16px;
color: #008c93;
}

.listing .listing-date
{
color: #9a9a9a;
}

.listing .listing-text
{

}

.listing .listing-link
{
border-bottom: 1px solid #aaa;
padding: 7px 0;
display: block;
}

.listing .listing-text p
{
color: #000;
margin-bottom: 0px !important;
}

@media screen and (max-width:480px) {
    .mobile-hide{
	display:none !important;
}
    .content-bg .main-content {
        margin: 0px !important;
        padding-top:0px !important;
    }
    .content-bg {
        /*margin-top: 0;*/
    }
}
/* 12/24/2013 */
.breadcrumbRootNode + span {
    display: none;
}
.dha-breadcrumb {
    margin:5px 0;
    padding:5px 0;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}
.dha-breadcrumb a,.dha-breadcrumb a:link,.dha-breadcrumb a:visited,.dha-breadcrumb a:hover,.dha-breadcrumb a:active {
    color:#000;
}
.bc-path-seperator {
    background:url('../img/breadcrumb-arrow.png');
    background-position: center center;
    background-repeat:no-repeat;
    display:inline-block;
    width:16px;
    height:10px;
    
}
input[name="calculate"] {
margin-top: 5px;
}
.red-topped {
    width:100%;
    height:140px;
    clear:both;
    background:url('../img/red-topped-mainrepeat.png') 0 13px repeat-x;
}
.red-topped_top {
    clear:both;
    height:13px;
    width:100%;
    background:url('../img/red-topped-toprepeat.png');
}
.red-topped_top-left {
    float:left;
    width:10px;
    height:13px;
    background:url('../img/red-topped-topleft.png');
}
.red-topped_top-right {
    float:right;
    width:10px;
    height:13px;
    background:url('../img/red-topped-topright.png');
}
.red-topped_bottom {
    clear:both;
    height:11px;
    width:100%;
    background:url('../img/red-topped-bottomrepeat.png');
}
.red-topped_bottom-left {
    float:left;
    width:10px;
    height:11px;
    background:url('../img/red-topped-bottomleft.png');
}
.red-topped_bottom-right {
    float:right;
    width:10px;
    height:11px;
    background:url('../img/red-topped-bottomright.png');
}
.red-topped-content {
    height: 116px;
    border-left:1px solid #cccccc;border-right:1px solid #cccccc;
    display: table;
    width: 100%;
    overflow:hidden;
    table-layout: fixed;
}
.red-topped-content_cell {
    display:table-cell;
    border-right:1px solid #cccccc;
    overflow:hidden;
}
.red-topped-content_cell.last-cell {
    border-right:0px solid;
}
/* 12/25/2013 */
.red-topped-content_cell a {
    display:block;
    width:100%;
    height:116px;
    border: 0 solid;
}
.red-topped-content_cell a:hover,.red-topped-content_cell a:active {
    background:url('../img/red-topped-linkhover.png') center center;
}
.cell-image-container {
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
    text-align:center;
    float:left;
    clear:both;
}
.cell-image-container img {
    display:inline;
    border:0 solid;
    height:64px;
}
.cell-text-container {
    display:block;
    float:left;
    clear:both;
    height:36px;
    line-height:18px;
    font-size:16px;
    color:#000;
    width:100%;
    text-align:center;
    font-weight:bold;
}
.headed-block{
    width:100%;
    box-shadow:0 0 3px #DDDDDD;
    background:#F2F2F2;
    border:1px solid #DDDDDD;
    border-top:0 solid;
    float:left;
}
.headed-block a {
    text-decoration: none;
}
.headed-block_content{
 padding:10px;   
}
.headed-block_content-white{
    clear: both;
    padding:10px;
    background:#fff;
}
.headed-block_green-headed{
    box-sizing: content-box;
    cursor:pointer;
    display:block;
    line-height:30px;
    height:40px;
    box-shadow:0 0 3px #DDDDDD;
    border-top:4px solid #A7B963;
    border-bottom:1px solid #DDDDDD;
    background:#F2F2F2;
    background:url('../img/green-arrow-right.png') left center no-repeat;
    padding-left:40px;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headed-block_turqu-headed{
    box-sizing: content-box;
    cursor:pointer;
    display:block;
    line-height:40px;
    height:45px;
    box-shadow:0 0 3px #DDDDDD;
    border-top:4px solid #018b98;
    border-bottom:1px solid #DDDDDD;
    background:#F2F2F2;
    background:url('../img/turqu-arrow-right.png') left 0 no-repeat;
    padding-left:40px;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headed-block_turqu-headed:hover {
    background-image:url('../img/turqu-arrow-down.png');
}

.headed-block_green-headed:hover {
    background-image:url('../img/green-arrow-down.png');
}
.headed-block_yellow-headed{
    box-sizing: content-box;
    cursor:pointer;
    display:block;
    line-height:30px;
    height:40px;
    box-shadow:0 0 3px #DDDDDD;
    border-top:4px solid #F8D792;
    border-bottom:1px solid #DDDDDD;
    background:#F2F2F2;
    background:url('../img/yellow-arrow-right.png') left center no-repeat;
    padding-left:40px;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headed-block_yellow-headed:hover {
    background-image:url('../img/yellow-arrow-down.png');
}
.headed-block_blue-headed{
    box-sizing: content-box;
    cursor:pointer;
    display:block;
    line-height:30px;
    height:40px;
    box-shadow:0 0 3px #DDDDDD;
    border-top:4px solid #609BD3;
    border-bottom:1px solid #DDDDDD;
    background:#F2F2F2;
    background:url('../img/blue-arrow-right.png') left center no-repeat;
    padding-left:40px;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headed-block_blue-headed:hover {
    background-image:url('../img/blue-arrow-down.png');
}

.blue-border-listing {
    padding: 0;
    margin: -10px !important;
    list-style: none;
}
.blue-border-listing li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.listing-inner-block {
    height: 54px;
    border-left: 2px solid #609bd3;
    padding: 1px 1px 1px 5px;
}
.listing-inner-image {
    margin-right: 5px;
    height: 52px;
    padding: 2px;
    float: left;
    border: 1px solid #aaa;
}
.listing-inner-image img {
    height: 100%;
}
.listing-inner-block a {
    display: block;
}

input[type="image"] {
max-width: 100%;
}

.tabed-listing-dropdown {
-webkit-appearance: none;
-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}

.tabed-listing-dropdown::-ms-expand {
display: none;
}

.tabed-listing-dropdown {
font-size: 15px !important;
padding-right: 32px;
background-position: right center;
background-repeat: no-repeat;
/*background-image: url("../img/select_arrow.png");*/
background-color: transparent;
border: none;
}

.search-button_turqu {
background-color: #018B98;
    border-radius: 3px;
    color: #FFFFFF !important;
    display: inline-block;
    line-height: 20px;
    padding: 7px 20px;
    text-decoration: none !important;
}

.tabed-listing-textbox {
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    line-height:20px !important;
    font-size: 13px !important;
    padding: 6px 10px;
    width: 205px;
    margin-left:5px !important;
}

.tabed-listing-block {
transition: all ease-in 0.2s;
float: left;
border-right: 1px solid #aaa;
display: block;
width: 70px;
height: 41px;
}

.tabed-listing-block:hover {
background-color: rgba(255,255,255,0.4);
}

.tabed-listing-link {
text-align: center;
width: 70px !important;
background: none !important;
border: none !important;
display: inline-block !important;
min-height:40px;
}

.pageIndex, .bx-prev, .bx-next {
    padding:3px;
    display:inline-block;
    height:25px;
    width:25px;
    margin:4px;
    cursor:pointer;
    border:1px solid #aaa;
    border-radius:2px;
    background-color: #fff;
    color:#000 !important;
}
    .pageIndex:hover, .bx-prev:hover, .bx-next:hover {
    background-color: #eee;
    }

    .pageIndex.active {
    background-color: #ddd;
    }

#NewsRootDiv {
display:none !important;
}


/* 12/26/2013 */
.enaya-links_container {
    width:100%;
    max-width:795px;
    border:1px solid #e5e5e5;
    border-top:3px solid #398CB6;
    background:#fff;
    float:left;
    position:relative;
}
.enaya-links_title {
    text-align:left;
    height:40px;
    line-height:40px;
    left:0px;
    right:0px;
    padding: 0 20px;
    position:absolute;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    border-bottom:1px solid #e5e5e5;
    clear:both;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.enaya-links_content {
    background: url('../img/enaya-links.jpg') no-repeat center bottom;
    min-height: 347px;
    max-width:775px;
    width:100%;
    padding:5px 10px;
    float: left;
    margin-top:40px;
    clear: both;
    background-color:#fff;
}
/* 12/28/2013 */
.health-listing ul{
    margin:0;
    padding:0;
}
.health-listing a, .health-listing a:active, .health-listing a:link, .health-listing a:visited {
    color: #000;
    margin-bottom:6px;
    display:inline;
}
.health-listing li {
    list-style-type:none;
    background:url('/EN/PublishingImages/ico_health_standards.jpg') left 4px no-repeat;
    line-height:31px;
    padding-left:20px;
}
.health-listing .more-link {
width: 52%;
display: block;
text-align: right;
}
.auto-height {
    height: auto !important;
}
.no-styling,.no-styling:hover,.no-styling:active {
    padding:0;
    line-height:0;
    background-image:none;
}
.green-arrow-listing {
    color:#000;
    padding:0;
    margin:0;
}
.green-arrow-listing li {
    list-style-type: none;
    background: url('../img/arrow_green.gif') left 4px no-repeat;
    line-height: 20px;
    padding-left: 20px;
}
.green-arrow-listing a, .green-arrow-listing a:active, .green-arrow-listing a:link, .green-arrow-listing a:visited {
    color: #000;
}
.centered {
    text-align: center;
    border:0 solid;
    width:100%;
    display:block;
    float:left;
}
.centered.tab {
    float: none !important;
    max-width: 250px !important;
    margin: 5px auto !important;
}
.centered img {
    display: inline;
    border: 0 solid;
    max-width:100%;
    width:100%;
    height: auto !important;
}
.internal-menu ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #dddddd;
}
.internal-menu li {
    list-style-type: none;
    margin: 0;
    border: 1px solid #dddddd;
    border-top: 0;

}
.internal-menu a{
    background: url('../img/internal-menu-bullet.png') left center no-repeat;
    padding: 10px 20px !important;
    border-left:20px solid transparent;
    -webkit-transition: background-color 0.3s ease !important;
    -moz-transition: background-color 0.3s ease !important;
    -ms-transition: background-color 0.3s ease !important;
    -o-transition: background-color 0.3s ease !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.internal-menu a:hover,.internal-menu a:active{
	background:#e2e2e2  url('../img/internal-menu-bullet.png') left center no-repeat !important;
}
.home-news-txt {
    padding-left: 10px;
}
.news-block h4 {
margin: 0 !important;
height: 60px;
line-height: 20px !important;
overflow: hidden;
}
.enaya-links_content a {
display: inline;
line-height: 30px;
}
.home-video-img {
    margin: 0 10px 10px 0;
}
.tabed-listing-row {
    height: 40px;
    float:left;
}
.tabed-listing-line {
    position:absolute;
    left:0;
    right:0;
    height:1px;
    top:44px;
    background:#ababab;
}
.tab-inner {
    display: block;
    width: 100%;
    line-height: 12px;
    height:24px;
    background-position:left 0 !important;
}
.padded-headed {
    padding-right: 20px;
    height:45px;
}
.auto-width {
    width: auto !important;
}

.home-news-icons {
    float:left;
    margin:10px;
}

.home-news-links {
    float:right;
    margin-top:10px;
}

.home-news-links > a, .html-link, .home-news-txt a, .TabbedPanelsContentHome p > a{
    color: #008C93 !important;
}

.tabs-container a {
color: #333;
}
.aud-rec-txt {
    padding-left:5px;
}
.space-below {
    clear:both;
    float:left;
    margin-bottom:10px;
    width:100%;
}
.green-title {
    color: #5AA50D;
}

.support-us-block {
    border: 1px solid #aaa;
    clear: both;
    padding: 15px 20px;
}

.support-us {
    padding-top: 20px;
    clear: both;
}

.support-us a {
    font-family: arial;
    font-weight: bold;
    margin-right: 60px;
    color: green;
    display: inline-block;
}
.plain-box-title-blue {
    color:#0492A5;
}

#MSOTlPn_Tbl {
    opacity: 0;
}

#editPanel {    
    opacity: 0;
    border-radius: 5px;
	box-shadow: 0 0 50px #aaa;
	border: 4px solid #74A1FF;
	position: fixed;
	bottom: 25px;
	z-index: 9999;
	left: -400px;
	overflow-y: auto;
	padding: 20px;
	background-color: #fff;
}
.speciality_heads {
    padding:6px;
    min-height:155px;
}
.speciality_heads_1 {
    border-top: #4CC0BF 4px solid;
}
.speciality_heads_2 {
    border-top: #FFBF37 4px solid;
}
.speciality_heads_3 {
    border-top: #A74C5B 4px solid;
}
.speciality_heads_4 {
    border-top: #FD6B44 4px solid;
}
.speciality_heads_5 {
    border-top: #57B650 4px solid;
}
.speciality_heads_6 {
    border-top: #59519A 4px solid;
}
.speciality_heads_7 {
    border-top: #535351 4px solid;
}
.speciality_heads_8 {
    border-top: #03B4D6 4px solid;
}
.speciality_heads_9 {
    border-top: 4px solid #779F9E ;
}
.speciality-content {
    word-break:break-all;
    font-size:11px;
}
.speciality-content > div {
    height: 95px;
    overflow: hidden;
}
.speciality-image {
    float: left;
    max-width:35%;
}
.speciality-image img {
    width: 100%;
}
.speciality-more,.speciality-more:link,.speciality-more:visited,.speciality-more:active,.speciality-more:hover {
    color:#000;
    display:block;
    margin-top:10px;
    margin-bottom:6px;
    float:right;
    line-height:33px;
    width: 85px;
    height: 35px;
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    background:#DEDEDE;
    text-align:center;
    font-size:11px;
}
.speciality-more:hover {
    background-color: #efefef;
}
.row-spacing {
    margin-bottom: 10px;
}

.footer-social-icons .social {
margin: 2px;
}

.listing-text > p {
    padding: 0 0 0 100px;
}

.home-news-icons > a:hover {
    text-decoration: none;
}

.menu-item-text {
    font-family: arial;
    font-weight: bold;
}

.video-container {
    margin-top: 39px;
    clear: both;
}
element > * {
    -webkit-transform: translateZ(0px);
}

.service-body-link img {
    display: block;
    margin: 10px auto;
}
.service-body-link span {
    color: #00818f;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 20px;
}
.service-cat-text a {
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
.service-cat-text a:hover{
    text-decoration: underline;
}
.service-cat-text {
    display: block;
    padding: 5px;
}

.invest-block img {
display: block;
margin: 10px auto;
width: 100%;
max-width: 170px;
}
.grey-box{
    width:100%;
    box-shadow:0 0 3px #DDDDDD;
    background:#F2F2F2;
    border:1px solid #DDDDDD;
    float:left;
}
.grey-box a {
    text-decoration: none;
}
.horizontal-wpz {
    overflow: hidden;
}
.horizontal-wpz img {
    width:100%;
    padding:5px;
    border: 1px solid #dfdfdf !important;
    border-radius: 5px;
}
.horizontal-wpz .ms-webpart-cell-horizontal {
    width: 25%;
    display: inline-block;
    margin:0;
}
.horizontal-wpz .ms-webpart-zone {
    white-space: nowrap;
}
.horizontal-wpz .ms-WPBody {
    padding:5px;
}

.search-container {
    border: 2px solid #e7e7e7;
    background-color: #ededed;
}
.search-controls-container #searchInput {
    width: 77%;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    height: 55px;
    border: 1px solid #aaa;
    border-radius: 2px;
}
.search-controls-container #searchButton{
    text-align: center;
    width: 17%;
    font-family: arial;
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    vertical-align: top;
    background-color: #05927f;
    display: inline-block;
    height: 55px;
    padding: 15px 0px;
}
.search-button-style {
    text-align: center;
    font-family: arial;
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 17px;
    vertical-align: top;
    background-color: #05927f;
    display: block;
    height: 55px;
    padding: 15px 15px;
    float:right;
}
.search-button-container {
    height:60px;
}
.search-controls-container {
    padding-bottom: 20px;
}
.search-title {
    font-weight: bold;
    color: #05927f;
    display: block;
    padding: 10px 0;
    font-size: 17px;
    font-family: arial;
}

.advanced-search-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.advanced-search-links li, .service-icons li {
    font-size: 11px;
    vertical-align: top;
    margin: 0 5px;
    text-overflow: ellipsis;
    color: #fff !important;
    background-color: #66b0b9;
    display: inline-block;
    padding: 0px 10px;
}
.advanced-search-links li a, .service-icons li a {
    color: #fff !important;
}
.advanced-search-title a {
    font-weight: bold;
    color: #007e8d !important;
    font-family: arial;
}
.advanced-search-results-container {
}
.advanced-search-result {
    background: url(../img/search_results_seperator.png) repeat-x bottom left;
    padding: 10px 0;
}

.all-search-results {
    /*border: 2px solid #e7e7e7*/
}

.phone-header_1 {
    background-image:url(../img/phone_1_1.png);
    border-top-color: #989898;
}
.phone-header_1:hover {
    background-image: url(../img/phone_1_2.png);
}
.phone-header_2 {
    background-image:url(../img/phone_2_1.png);
    border-top-color: #eea59c;
}
.phone-header_2:hover {
    background-image: url(../img/phone_2_2.png);
}
.phone-header_3 {
    background-image:url(../img/phone_3_1.png);
    border-top-color: #50cfe8;
}
.phone-header_3:hover {
    background-image: url(../img/phone_3_2.png);
}
.phone-header_4 {
    background-image:url(../img/phone_4_1.png);
    border-top-color: #86c747;
}
.phone-header_4:hover {
    background-image: url(../img/phone_4_2.png);
}
.poll-header {
    background-image:url(../img/poll_a_1.png);
    border-top-color: #729fcf;
}
.poll-header:hover {
    background-image: url(../img/poll_a_2.png);
}
.float-opposite {
    float: right;
}
.float-with {
    float: left;
}
.exceed-poll-desc_question {
    margin:0 0 5px 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.exceed-poll-desc_text {
    margin-left: 70px;
    padding:5px;
}
.exceed-poll-desc_image {
    background:url(../img/poll-icon.jpg) center center no-repeat;
    width:70px;
    height:70px;
    float:left;
}
.exceed-poll_content input[type="submit"], .poll-links a {
    border-radius: 17px;
    height: 25px;
    line-height:20px;
    padding:0 14px;
    margin-right:10px !important;
    background-color: #f5f5f5;
    border: 1px solid #9eb9c2;
    box-shadow: 0px 1px 2px #ccc;
    font-size: 12px !important;
    font-weight:normal !important;
    color:#000 !important;
    display: inline-block;
}
.exceed-poll_content input[type="submit"]:hover, .poll-links a:hover {
    background-color: #ccc;
}
.exceed-poll-desc {
    float: left;
    width: 100%;
    clear: both;
}
.poll-links a.aspNetDisabled,.poll-links a.aspNetDisabled:hover {
    background: #f5f5f5;
    cursor: default;
    color: #aaa !important;
}
.exceed-poll_content {
    float: left;
    width: 100%;
}
.mylist {
    padding-left: 5px;
    display: block;
}
.mylist tr {
    line-height: 30px;
}
.mylist tr input[type="radio"] {
    margin: 5px !important;
}
.poll-progress-bar {
    width: 100%;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #d2d2d2;
    background: #f3f3f3;
    padding: 2px;
    background: rgb(245,245,245); /* Old browsers */
    background: url(../img/progress-bg.png), -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6+ */
    background: url(../img/progress-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
    background: url(../img/progress-bg.png), -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(../img/progress-bg.png), -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
    background: url(../img/progress-bg.png), -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(228,228,228,1) 100%); /* IE10+ */
    background: url(../img/progress-bg.png), linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(228,228,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    
}
.poll-progress-bar_p {
    height: 17px;
    border-radius: 8px;
    
}
.progress-1,.progress-3 {
    border: 1px solid #a4bf80;
    background: rgb(172,226,89);
    background: url(../img/progress-bg.png), -moz-linear-gradient(top, rgba(172,226,89,1) 0%, rgba(99,181,51,1) 100%);
    background: url(../img/progress-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,226,89,1)), color-stop(100%,rgba(99,181,51,1)));
    background: url(../img/progress-bg.png), -webkit-linear-gradient(top, rgba(172,226,89,1) 0%,rgba(99,181,51,1) 100%);
    background: url(../img/progress-bg.png), -o-linear-gradient(top, rgba(172,226,89,1) 0%,rgba(99,181,51,1) 100%);
    background: url(../img/progress-bg.png), -ms-linear-gradient(top, rgba(172,226,89,1) 0%,rgba(99,181,51,1) 100%);
    background: url(../img/progress-bg.png), linear-gradient(to bottom, rgba(172,226,89,1) 0%,rgba(99,181,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ace259', endColorstr='#63b533',GradientType=0 );
}
.progress-2,.progress-4 {
    border: 1px solid #1cc1ce;
    background: rgb(0,185,194); /* Old browsers */
    background: url(../img/progress-bg.png), -moz-linear-gradient(top, rgba(0,185,194,1) 0%, rgba(0,146,157,1) 100%); /* FF3.6+ */
    background: url(../img/progress-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,185,194,1)), color-stop(100%,rgba(0,146,157,1))); /* Chrome,Safari4+ */
    background: url(../img/progress-bg.png), -webkit-linear-gradient(top, rgba(0,185,194,1) 0%,rgba(0,146,157,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(../img/progress-bg.png), -o-linear-gradient(top, rgba(0,185,194,1) 0%,rgba(0,146,157,1) 100%); /* Opera 11.10+ */
    background: url(../img/progress-bg.png), -ms-linear-gradient(top, rgba(0,185,194,1) 0%,rgba(0,146,157,1) 100%); /* IE10+ */
    background: url(../img/progress-bg.png), linear-gradient(to bottom, rgba(0,185,194,1) 0%,rgba(0,146,157,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9c2', endColorstr='#00929d',GradientType=0 ); /* IE6-9 */
}
.progress-3,.progress-6 {
    border: 1px solid #e88a8a;
    background: rgb(240,173,173); /* Old browsers */
    background: url(../img/progress-bg.png), -moz-linear-gradient(top, rgba(240,173,173,1) 0%, rgba(232,133,133,1) 100%); /* FF3.6+ */
    background: url(../img/progress-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,173,173,1)), color-stop(100%,rgba(232,133,133,1))); /* Chrome,Safari4+ */
    background: url(../img/progress-bg.png), -webkit-linear-gradient(top, rgba(240,173,173,1) 0%,rgba(232,133,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(../img/progress-bg.png), -o-linear-gradient(top, rgba(240,173,173,1) 0%,rgba(232,133,133,1) 100%); /* Opera 11.10+ */
    background: url(../img/progress-bg.png), -ms-linear-gradient(top, rgba(240,173,173,1) 0%,rgba(232,133,133,1) 100%); /* IE10+ */
    background: url(../img/progress-bg.png), linear-gradient(to bottom, rgba(240,173,173,1) 0%,rgba(232,133,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0adad', endColorstr='#e88585',GradientType=0 ); /* IE6-9 */
}

.directory-header {
    float: left;
}
.directory-search {
    margin-bottom: -3px;
    padding: 3px 8px 0;
    float: right;
}
.directory-search #searchInput {
    padding: 6px 6px;
    vertical-align: top;
}
.directory-search #searchButton {
    vertical-align: top;
}
.all-search-results {
    margin-top: -30px;
}

.srch-Page.srch-Page-bg {
    padding: 0;
}
strong {
    background: none !important;
    border: 0 none !important;
}
.srch-Page.srch-Page-bg > a, .srch-Page-bg > strong, #SRP_Next, #SRP_Prev {
    padding: 4px 7.5px;
    font-size: 11px !important;
    border-radius: 2px;
    color: #333 !important;
    border: 1px solid #aaa !important;
}

.establishment-details-image {
    padding: 3px;
    float: left;
    margin-right: 15px;
    border: 1px solid #aaa;
    border-radius: 2px;
}

.establishment-details-image img {
    width: 100%;
}

.establishment-details-text {
}

.plain-box-title-blue, .plain-box-title-gray {
    font-size: 15px;
    color: #0492A5;
    font-weight: bold;
    font-family: arial;
}

.utilities-icons {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.utilities-icons li {
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    width: 150px;
    text-align: center;
}

.utilities-icons .print-ico {
    background-color: #03b4d6;
}
.utilities-icons .bookmark-ico {
    background-color: #ef5e49;
}
.utilities-icons li a {
    color: #fff;
    text-decoration: none;
}

.service-icons {
padding: 0;
margin: 10px 0 !important;
}

.content-holder img {
    max-width: 100%;
}
.content-holder table img {
    max-width: initial !important;
}

.content-holder .eight-box img{
    max-width: 111px !important;
}
@media print{
	.footer-holder, .home-menu-holder, .main-menu-holder, .banner-holder, .internal-menu, .dha-breadcrumb, #DeltaPlaceHolderMain > div > div.col-sm-4{
		display:none;
	}
}
@media screen and (min-width:993px) {
    .e-service_mobile {
        display:none !important;
    }
}
.e-service_mobile {
    background: #59C8DE;
    border-radius:10px;
}


/* Custom Styles DHA*/
.user-menu-header
{
    background-color:#F0F0F0;
    color:#51944F !important;
    font-weight:bold;    
}

.user-menu-heading
{
    text-transform:uppercase;    
    padding:5px;
}

.user-menu-box
{
    border: 1px solid #D6DFDE;
    border-top: 3px solid #58AA55;
    padding:5px;
    min-height:200px;
    margin-top:5px;    
}

.user-menu-box-hover
{
    border: 1px solid #A0A0A0 !important;
    border-top: 3px solid #A0A0A0 !important; 
}

.user-menu-box-wrapper 
{
    padding-left:5px !important;
    padding-right:5px !important;    
}

.web-container
{
    background-color:#FAFAFA;
}

.web-content-bg
{
    background-color:#DFF0DE;
}

.user-menu-boxes
{
    padding:20px;
}

.services-menu
{
    border:1px solid #B3C1B2;
    margin-bottom:20px;
    margin-top:10px;
}

.dha-login .DHALabelContainer
{
    padding-left:0px !important;
    color:#6D7E8E;
}

.dha-login-main-box
{
    border-left: 1px solid #B6B6B4;                                      
    border-right: 1px solid #B6B6B4;                                      
    border-bottom: 1px solid #B6B6B4;                                      
    border-top: 2px solid #008D97; 
    padding-top: 5px; 
    font-weight: lighter;
    border-radius: 5px;
}

.footer-holder
{
    background-color:#fff;
}

.login-main
{
    background-color:#fff;
}

.left
{
    float:left;
}
.dha-background-color-while
{
    background-color:White;
}

.menu-box-header
{
    padding: 0px 0px 0px 0px;
    overflow: hidden;     
    display:block;
    height:55px;
}

.override-padding
{
    padding-left:1px !important;
    padding-right:3px !important;
}

.dropdown-menu
{
    min-width:317px;
}

.right
{
    float:right;
}
        
.separator
{
    border-right:1px solid #ccc;
    line-height:59px;
    height:59px;
}
.text-right
{
    text-align:right;
}
.text-center
{
    text-align:center;
}
.Sub-Heading-Bg
{
   /* background-color:#F0F0F0;*/
   background-color:#2D2D2D;
}

.task-count
{
    background-color:#FF9C7D;
    border-radius:5px;
    padding:5px 5px 5px 30px;    
    background-image:url('../../UIComponents/images/alert.png');
    background-repeat:no-repeat;
    background-position-x:5px;
    background-position-y:3px;    
    margin:6px;
    float:right;
}

.task-count a
{
    color:White;
}

.icn-help
{    
    background-image:url('../../UIComponents/images/icn_help.png');
    background-repeat:no-repeat;    
    width:100px;
    height:100px;    
    margin:auto;
}

.help-center
{
    border-top:3px solid #E34846;    
    background-color:#F6F6F6;
    text-align:center;
    border-bottom:1px solid #B3C1B2;    
}

.help-center .text
{
    color:#E34846;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}

.icn-contact
{    
    background-image:url('../../UIComponents/images/icn_contact.png');
    background-repeat:no-repeat;    
    width:24px;
    height:24px;
    display:inline-block;
    margin-left:5px;
    position:relative;
    top:5px;
}

.contact-center
{
    border-top:3px solid #F6D794;    
    background-color:#F0EFED;    
    border-bottom:1px solid #B3C1B2;    
    line-height:51px;
}

.contact-center .text
{    
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}

.help-description
{    
    font-size:13px;
    padding:10px;
}
.SectionHeader
{
    
}
.SectionMainHeader
{
    background:#FAFAFA !important;	
}
.ResponsiveMasterContainer
{
    padding-right: -15px !important; 
    padding-left: -15px !important; 
}
.header-holderResponsive {	
	height: 115px;
	background-image: none !important;
}

.top-heading
{
    display:inline-block;
    font-size:25px;    
    height:55px;    
}
.welcome-username
{
    font-size:15px;
}

.mobile-minimize, main-menu
{
    height:0px !important;
}

.header-expand
{
    background-image:url('../../UIComponents/images/icn_expand.png');
    background-repeat:no-repeat;
    margin-top:5px;
    padding-left:25px;
}

.header-collapse
{
    background-image:url('../../UIComponents/images/icn_collapse.png');
    background-repeat:no-repeat;
    margin-top:5px;
    padding-left:25px;    
}

#main-nav ul li.top-nav-service:hover 
{
    border-bottom:3px solid black;
}

#main-nav ul li.selected
{
    border-bottom:3px solid black;
}
.inbox-actions
{
    width:120px;
}

.validate-icon
{
   background-image: url('../../UIComponents/images/checkmark.gif');
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;  
    position:relative;
    top:5px;
    left:-7px;
}

.hidden
{
    display:none;
}

#dvSelectedServiceItem li a
{
    font-size:28px;
    color:White;
}

.help-tooltip
{
    display:none;
    position: absolute;
    padding: 5px;
    z-index: 2;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    min-width:120px;
}
.menu-adjustment
{    
    position:absolute;
    display:inline-block;
    right:0px;
    margin-right:15px;
}

.report
{
    height:697px;
    width:100%;
}
/*----------------*/