﻿
/*Team members*/
.TeamContSec{
margin:10px;
	 box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);	
}
.TeamContSec ul {
list-style:none;
margin:0px  !important;
padding:0px !important;	
}
.TeamContSec ul {
list-style:none;
padding-left:0px;	
}

.TeamImage{
	text-align:center;
	padding:10px 0px;
}

.TeamImage img {
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.TeamName{
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	color:#006aa6;
	padding:5px 0px 0px 0px;
}
.TeamDesgn{
	font-size:14px;
	font-style:italic;
	text-align:center;
	color:#002c49;
	padding:5px 0px;
	height:35px;
}
.TeamDesc{
	background-color:#00a1a7;
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: 80px;
}
.TeamDescReg{
	background-color:#3a933f;
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: 80px;
}
.TeamDescAccrd{
	background-color:#006f62;
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: 80px;
}
.TeamDescFTP{
	background-color:#41b6e6;
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: 80px;
}
.TeamDescRegDet{
	background-color:#3a933f;
	font-size:13px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: auto;
}
.TeamDescAccrdDet{
	background-color:#006f62;
	font-size:13px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: auto;
}
.TeamDescFTPDet{
	background-color:#41b6e6;
	font-size:13px;
	text-align:left;
	color:#fff;
	padding:10px;
	height: auto;
}
/*FAQ*/
h5.Topic {
	padding: 14px;
}
.TopicContents {
	background: #F4f4f4 url('../../../_catalogs/masterpage/QCHP_RWD/img/imgA.png') no-repeat 20px 10px;
	color: #000;
	margin-top: -10px;
}
.TopicContents {
	padding: 10px 10px 10px 55px;
	margin: 2px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.questionbg {
	display: inline-block;
	width: 34px;	vertical-align: top;
	margin-right: 5px;
}
.questionbg a {
	display: block;
	text-align: center;
	color: #fff !important;
	background:#002c49;	
	padding: 4px 5px;
	border-radius: 50%;
	font-size: 1em;
}
.questionbg a:hover {
	color: #fff;
}
.questionText {
	width: 90%;
	height: 100%;
	display: inline-block;
}
#FAQ {
	width: 100%;
}
.Topic {

	background-color: #DDDDDD;
	margin: 0 0 2px 0;
	cursor: pointer;
	border-left: 5px solid #002c49;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TopicContents {
	display: none;
}
.Question {
	margin: 0;
	padding-left: 20px;
	cursor: pointer;
}
.Answer {
	display: none;
	padding-left: 40px;
}
.highlight {
	background-color: yellow;
}
 #custom-search-input button {
            border: 0;
            background-color:transparent;
            background-image:url('/_catalogs/masterpage/QCHP_RWD/img/SearchIcon.png');
            background-repeat:no-repeat;
            background-position:center;
            margin-top: -5px;
            height:35px;
            width:35px;
            margin-left: -25px;           
            /** belows styles are working good */
            position: relative;
            /* IE7-8 doesn't have border-radius, so don't indent the padding */
            margin-bottom: 0;
         
        }


/*********Circulars************/
#divCirculars ul {
	padding-left: 0px !important;
}
.cirYear {
	list-style-type: none;
	color: #333;
	font-weight: lighter;
	font-size: 22px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.cirTitle {
	list-style-type: none;
}
.cirTitle a {
	font-size: 16px !important;
}
/*Circulars*/
table.tblCirculars {
	color: #333333;
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table.tblCirculars th {
	border-width: 1px;
	font-size: 16px;
	color: #fff;
	padding: 5px;
	border-style: solid;
	border-color: #ccc;
	background-color: #367bba;
	text-align: left;
	font-weight: bold !important;
}
table.tblCirculars td {
	border-width: 1px;
	font-size: 13px;
	padding: 8px;
	border-style: solid;
	border-color: #d8dfe5;
}
}
table.tblCirculars td:nth-child(2)
 {
}
table.tblCirculars tr:nth-child(even)
 {
	background-color:#fdfdfd !important;
}
table.tblCirculars tr:hover {
	background-color: #f4f5f6;
}
/*******************Announcements****************/
.ms-webpart-titleText {
	color: #244a9e !important;
	font-size: 20px !important;	
}
.AnnContainer {
	width: 100%;
}
.imgAnnounceNews {
	width: 99%;
	height: auto;
}

.imgAnnounce img {
	background-repeat: no-repeat;
	background-position: center top;
	width: 99%;
	height: auto;
}
/*
	.imgAnnounce {
	vertical-align: top;
	padding-bottom: 20px;
	background: #deebf7 !important;
	background-repeat: no-repeat;
	background-position: center top;
	width: 20%;
	height: 135px;
	padding: 10px;
	border-width: 1px 0px 1px 1px;
	border-color: #6c93b6;
	border-style: solid;
	border-top-right-radius: 20px;
	border-radius: 7px 0px 0px 7px;
	border-collapse: separate !important;
}*/

.imgAnnounce {
	vertical-align: top;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 20%;
	height: 135px;
	padding: 10px;
	border-width: 0px 0px 2px 0px;
	border-color: #999;
	border-style:solid;
	border-collapse: separate !important;
	
}

/*
.Announce {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 25px;
	padding: 10px;
	border-width: 1px 1px 1px 1px;
	border-color: #6c93b6;
	border-style: solid;
	border-radius: 0px 7px 7px 0px;
	background-color: #deebf7;
	width: 71.1%;
}

*/
.Announce {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 25px;
	padding: 10px;
	border-width: 0px 0px 2px 0px;
	border-color: #999;
	border-style:solid;
	width: 71.1%;
	
}
.Announce h4 {
	margin: 0px 0px 7px 0px !important;
	padding: 0px !important;
	font-size: 12pt;
	color: #244a9e;	
	text-decoration: underline;
	font-weight: bold;
}
.Announce p {
	margin: 0px 0px 5px 0px !important;
	padding: 0px !important;
	font-size: 13px;
	color: #000;	
	line-height: 1.7em;
}
.AnnouncementTable {
	border-collapse: separate !important;
}
.NewsOutercont {
	border-bottom: 1px solid red !important;
/*	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;*/

}
/***End of Announcements**/
/*Events*/
/*
.EventTable {
	border-collapse: separate !important;
}
.calendarcon {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 25px;
}
.calendarcon {
	background: url('/_catalogs/masterpage/QCHP_RWD/img/CalendarbgGreen.png')50% no-repeat !important;
	background-repeat: no-repeat;
	background-position: center top;
	width: 71px;
	height: 86px;
	padding: 20px;
	border-width: 0px 0px 2px 0px;
	border-color: #999;
	border-style: solid;	
	border-collapse: separate !important;
}
.calendar h4 {
	margin: 0px 0px 7px 0px !important;
	padding: 0px !important;
	font-size: 12pt;
	color: #244a9e;	
	text-decoration: underline;
	font-weight: bold;
}
.calendar p {
	margin: 0px 0px 5px 0px !important;
	padding: 0px !important;
	font-size: 13px;
	color: #000;
	line-height: 1.7em;
}
ul#Calender {
	padding-left: 0px;
	margin: 0px;
}
#Calender li {
	list-style: none;
}
.month {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 16px;
}
.day {
	color: #002857;
	font-size: 33px;
	text-align: center;
	text-align: center;
	padding-top: 5px;
}
.calendar {
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 25px;
	padding: 10px;
	border-width: 0px 0px 2px 0px;
	border-color: #999;
	border-style: solid;
}
.CalOutercont {
	border-bottom: 1px solid red !important;
}
*/
/*End Events*/

/*Complaints design*/
.CompDiv {
	border-bottom: #ededed 1px solid;
	border-left: #ededed 1px solid;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 100%;
	border-top: #ededed 1px solid;
	border-right: #ededed 1px solid;
}
.CompLabel {	
	font-size: 13px;
	font-weight: 700;
	padding-top: 5px;
}
.CompHeader {
	background-color: #a1c9e3;
	padding-left: 10px;
	height: 40px;
	color: #fff;
	font-size: 13px!important;
	font-weight: bold;
}
.CompTpl TD {
	padding-right: 10px;
}
.CompValue INPUT {
	width: 300px;
}
.CompValue TEXTAREA {
	width: 300px;
	height: 60px;
}
.CompValue SELECT {
	width: 305px;
}
.CompValue2 INPUT {
	width: 430px;
}
.CompValue2 TEXTAREA {
	width: 430px;
	height: 60px;
}
.CompValue2 SELECT {
	width: 435px;
}
.datepicker2 {
	width: 408px!important;
}
.datepicker {
	width: 280px;
}
.CompSecond {
	background-image: url("../../en-us/QCHP/CustomStyles/images/SecondBG.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
}
.SecondTitle {	
	font-size: 13px;
	font-weight: 700;
	padding-top: 10px;
}
.NextBTN {
	text-align: right;
	direction: rtl;
	margin: 10px;
}
.NextBTN INPUT {
	width: auto;	
	height: 25px;
	color: #287391;
	font-size: 12px;
	font-weight: bold;
}
.floating-btns INPUT {
	width: 120px;
	float: right;
}
.complaints-textarea {
	width: 85%;
	height: 100px;
}
/* Search practioner*/
.FindTable {
	margin-top: 10px;
	width: 420px!important;
}
.LabelWidth {
	width: 140px!important;
}
.find-textbox2 {
	width: 250px;
}
.find-item2 {	
	color: #4c4c4c;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
}
/*E-bulletin design*/
.dropbtn {
	background-color: transparent;
	color: white;
	padding: 16px;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 280px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1500;
	margin-left: -20px;
		margin-top:10px;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	background-color: transparent;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: transparent;
}
.dropdown-content ul {
	padding: 0px;
	margin: 0px;
}
.dropdown-content li {
	list-style: none;
	padding: 10px;
}
.news_detl_hld_ar img{
    max-width: 50%;
    margin: 10px;
    float: left !important;
}
