

.wideDIV {
    
}

.wideDIV div {
    float: left;
}

.left{
    float:left;
}

.right{
    float:right !important;
}

.top5{
    margin-top:5px;
}

.top10{
    margin-top:10px;
}

.top20{
    margin-top:20px;
}

.right10{
    margin-right:10px;
}

.right20{
    margin-right:20px;
}
.wrapper{
    background: #eef4f6 none repeat scroll 0 0;
    width:100%;
    padding-bottom: 20px;
}

.topHeader {
  background: #eef4f6 none repeat scroll 0 0;
  padding: 10px 0px;
}

.drBand {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.btnCommonReport {
    border: 1px solid #1e88e5;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-right:10px;
    font-size:12px;
    color: #34485d;
}

.btnCommonReport:hover{

}

.btnCommonReport span{
    margin-right:10px;
}

.spanLabel{
    margin-right: 0 !important;
}

.btnCommon {
    background: #1E88E5 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    cursor:pointer;
    float:left;
}

.btnCommon a {    
    color: #fff;   
}

.btnCommon:hover{
    background: #0e78d5 none repeat scroll 0 0;
}

.btnCommonLightProceed {
  background: #eee none repeat scroll 0 0;
  border: 0.075rem solid #ddd;
  border-radius: 3px;
  color: #555;
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 25px;
}

.btnCommonLightProceed:hover{
    background: #ddd none repeat scroll 0 0;
}

.linkResend {
  color: blue;
  height: 40px;
  line-height: 44px;
  text-align: center;
  width: 60px;
  cursor: pointer;
}

.linkResend:hover {
  text-decoration: underline;
}

.welcomeProfile{
    width:30px;
    height:30px;
}

.welcomeProfile img{
    width:100%;
    height:100%;
    border-radius:100%;
}

.welcomeLable {
    height: 30px;
    line-height: 30px;
    margin: 0 15px;
}

.drProfile{
    width:100px;
    height:100px;
}

.drProfile img {
  border: 5px solid #eee;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.profileDetails {
    width: calc(100% - 100px);
    padding-top:0px;
}

.drName{
    font-size:20px;
}

.italicGrey {
    color: #777;
    margin-top: 5px;
}

.deptName{
    font-weight: bold;
    margin-top: 5px;
}

.sectionDiv4{
    width:25%;
    padding: 0 20px;
    border-right: 1px solid #eee;
}

.sectionDiv3{
    width:33.33%;
    padding: 0 20px;
}

.sectionDiv2{
    width:50%;
    padding: 0 20px;
}

.sectionDiv1{
    width:100%;
    padding: 0 20px;
}

.address {
    color: #777;
    margin-bottom: 5px;
}

.spanIcon {
  float: left;
  font-size: 14px;
  width: 20px;
  color: #aaa;
}

.spanDetails {
  float: left;
  width: calc(100% - 20px);
}

.timeSectionOuter {
  border-right: 1px solid #eee;
  padding: 10px 20px;
  width: 50%;
}

.timeIcon {
  color: #ddd;
  font-size: 28px;
  line-height: 32px;
  width: 40px;
  text-align: center;
  display:none;
}

.timeSection {
  width: calc(100% - 0px);
}

.labelTime {
  font-weight: bold;
  width: 100%;
}

.labelTimeDtl {
  margin-top: 3px;
  width: 100%;
}

.drDetails  {
    padding:10px 20px;
    border-bottom: 1px solid #eee;
}

.drDetails p{
    margin-bottom:5px;
    color: #777;
}

.scrollDivOuter{
    width: 330px;
    float: none ! important;
    margin: auto;
}

.scrollDiv {
  box-sizing: border-box;
  float: left;
  height: 28px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  width: 280px;
}

.icon_scroll {
    background: #e1eaee none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 18px !important;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    width: 24px;
}

.icon_scroll:hover {
    background: #d7e0e4;
}

.daySlot {
  padding: 5px 10px;
  cursor:pointer;
}

.daySlotActive {
  padding: 5px 10px;
  border-bottom:3px solid #1e88e5;
  color:#1e88e5;
}

.dayLabelInner {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 5px;
}

.timeSlot {
  border: 1px solid #dedede;
  cursor: pointer;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  width: 60px;
}

.slotBooked {
  opacity: 0.5;
  pointer-events: none;
}

/* custom-radio */
.fancy-radio input[type="radio"] {
    display: none;
}

.fancy-radio label:before {
    border: 2px solid #bbb;
    background:#fff;
    color: transparent;
    border-radius: 50%;
    content: '\f00c';
    font-family: "FontAwesome";
    cursor: pointer;
    float: left;
    font-size: 9px;
    height: 12px;
    width: 12px;
    line-height: 11px;
    margin-right: 8px;
    padding: 1px;
    position: relative;
    text-align: center;
    top: -3px;
}

.fancy-radio input[type="radio"]:checked ~ label:before {
    border: 2px solid #1e88e5;
    background:#1e88e5;
    color: #fff;
    border-radius: 50%;
    content: '\f111';
    font-family: "FontAwesome";
    cursor: pointer;
    float: left;
    font-size: 9px;
    height: 12px;
    width: 12px;
    line-height: 11px;
    margin-right: 8px;
    padding: 1px;
    position: relative;
    text-align: center;
    top: -3px;
}

.fancy-radio label{
    cursor:pointer;
}
/* custom-radio */

/* custom-checkbox */
.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox label:before {
    border: 1px solid #bbb;
    background:#fff;
    color: transparent;
    border-radius: 3px;
    content: '\f00c';
    font-family: "FontAwesome";
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    margin-right: 8px;
    padding: 1px;
    position: relative;
    text-align: center;
    top: -3px;
}

.fancy-checkbox input[type="checkbox"]:checked ~ label:before {
    border: 1px solid #1e88e5;
    background:#1e88e5;
    color: #fff;
    border-radius: 3px;
    content: '\f00c';
    font-family: "FontAwesome";
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    margin-right: 8px;
    padding: 1px;
    position: relative;
    text-align: center;
    top: -3px;
}

.fancy-checkbox label{
    cursor:pointer;
}
/* custom-checkbox */

.radioSection {
  margin-top: 5px;
  margin-right: 30px;
}

.inputLabel {
  font-weight: bold;
  margin: 10px 0;
  width: 110px;
}

.inputBox {
  width: calc(100% - 110px);
}

.inputText{
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    color: #555;
    float: left;
    font-size: 12px;
    height: 40px;
    text-indent: 10px;
    width:100%;
}

.inputText:focus {
    border: 1px solid #95c7ff;
    box-shadow: 0 0 3px 0 #5e97ff;
}

.file {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: relative;
  width:100%;
}

.file input {
  margin: 0;
  width: 100%;
  opacity: 0;
  height: 40px;
}

.file-custom {
  -moz-user-select: none;
  background-color: #fff;
  border: 0.075rem solid #ddd;
  border-radius: 0.25rem;
  color: #555;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.file-custom:after {
  content: "Choose file...";
}

.file-custom:before {
  background-color: #eee;
  border: 0.075rem solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: -0.075rem;
  color: #555;
  content: "Browse";
  display: block;
  height: 38px;
  line-height: 40px;
  padding: 0 15px;
  position: absolute;
  right: -0.075rem;
  top: -0.075rem;
  z-index: 6;
}

.attachDoc {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 40px;
  line-height: 42px;
  margin-top: 10px;
  padding: 0 10px;
  width: 50%;
}

.filePath{
    width:calc(100% - 20px);
}

.textEllipsis {
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.closeFile{
    color: #777;
    font-size: 18px;
    line-height: 42px;
    cursor:pointer;
}

.btnMiddle {
  float: none !important;
  margin: auto;
  width: 180px;
}

.btnPayment {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.btnClickHere {
  border-radius: 3px;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.backArrow {
  cursor: pointer;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-left:10px;
}

.topDrHeading{
    border-bottom: 1px solid #ccc;
    color: #1e88e5;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 0;
    cursor:pointer;
}

.doctorsMainSlot {
    position: relative;
    width: 20%;
    cursor:pointer;
}

.doctorsMainSlotInner{
    width:100%;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #ccc;
    min-height: 230px;
    margin: 20px;
    padding: 15px;
    width: calc(100% - 40px);
    text-align: center;
}

.hoverSlotDiv {
  background: rgba(30,144,255,0.5) none repeat scroll 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  display: none;
  height: 165px;
  left: 20px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  top: 20px;
  width: calc(100% - 40px);
}

.doctorsMainSlot:hover .hoverSlotDiv{
    display:block;
}

.socialIco {
  text-align: center;
  width: 25%;
}

.socialIco span {
  background: rgba(30,144,255,0.3) none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  width: 26px;
  cursor: pointer;
}

.drAvatar {
  float: none !important;
  height: 150px;
  margin: auto;
  width: 150px;
}

.drAvatar img{
    border: 3px solid #eee;
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.drNameSlot {
  color: #1e88e5;
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
}

.drDeptSlot {
  color: #777;
  width: 100%;
  margin-top: 5px;
}

.doctorsMainSlotFooter {
  background: #1e88e5 none repeat scroll 0 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.caretIcon {
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.modalOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6) ) ) repeat-x rgba(11, 11, 11, 0.2);

z-index:10 !important;
}

.commonPopup {
    border-radius: 5px;
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute;
    width:80%;
    background: #ffffff none repeat scroll 0 0;
    z-index: 1;
}

.commonPopupHeader {
    background: #eef4f6 none repeat scroll 0 0;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
}

.commonPopupLabelHeader {
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 40px);
}

.commonPopupCloseIcon {
  border-radius: 100%;
  cursor: pointer;
  float: right !important;
  font-size: 18px !important;
  height: 34px;
  line-height: 34px !important;
  margin: 3px 0;
  text-align: center;
  width: 34px;
}

.commonPopupCloseIcon:hover {
  background: #e3e9eb none repeat scroll 0 0;
}

.btnGoogle {
  background: #1e88e5 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  float: none !important;
  height: 30px;
  line-height: 30px;
  margin: auto;
  padding: 0;
  width: 150px;
}

.btnGoogle:hover{
    background: #0e78d5 none repeat scroll 0 0;
}

.iconGoogle {
  background: #fff none repeat scroll 0 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 30px;
  padding: 5px;
  width: 30px;
}

.iconGoogle img {
  height: 100%;
  width: 100%;
}

.pointer{
    cursor:pointer;
}

.deptNameSlot {
  color: #1e88e5;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
}

.deptImg {
  float: none !important;
  height: 60px;
  margin: 25px auto auto;
  width: 60px;
}

.deptImg img{
    height: 100%;
    width: 100%;
}

.deptNameSlotTop {
  color: #777;
  font-size: 14px;
  margin-top: 25px;
  width: 100%;
}

.deptNameSlotBottom {
  bottom: 0;
  color: #1e88e5;
  font-size: 14px;
  left: 0;
  margin-bottom: 20px;
  position: absolute;
  width: 100%;
}

.searchOuter{
    position: relative;
}

.searchCustom {
  color: #aaa;
  font-size: 18px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
}

/*select option*/
.selectOption select {
	-moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    background: #ffffff;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: normal !important;
    line-height: 1.2;
    margin: 0;
    outline: 0;
    border: 1px solid #cccccc;
    color: #999;
    height:40px;
    text-indent: 0px;
    cursor:pointer;
    width:100%;
}

.selectOption option{
	padding:5px;
	color: #34485d;
}

.selectOption {
	position:relative;
	float:left;
	width:100%;
}

.selectOption select:focus {
    border: 1px solid #95c7ff;
    box-shadow: 0 0 3px 0 #5e97ff;
}

.selectOption:before {
    -moz-appearance: none;
    background: #e1eaee none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #999;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 38px;
    line-height: 40px;
    width: 40px;
    pointer-events: none;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    text-align: center;
}

.selectOption:hover:before {
    background: #d7e0e4 none repeat scroll 0 0;
}
/*select option*/

.selectBoxDiv {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 #ccc;
  position: relative;
  width: 100%;
  padding:20px 0px;
}

.titleName{
    margin-bottom:10px;
}

.paginationDiv {
  border: 1px solid #1e88e5;
  float: none !important;
  height: 32px;
  margin: auto;
  width: 200px;
}

.paginationSlot {
  border-right: 1px solid #1e88e5;
  background: #fff none repeat scroll 0 0;
  height: 30px;
  line-height: 32px;
  text-align: center;
  width: 20%;
  cursor:pointer;
}

.noRightBOrder{
    border-right:0px;
}

.paginationSlotActive{
    background: #1e88e5 none repeat scroll 0 0;
    color:#fff;
}

.topLeft{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #ccc;
    padding: 20px 0;
    position: relative;
    width: 40%;
}

.topRight{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #ccc;
    padding: 20px 0;
    position: relative;
    width: calc(60% - 20px);
    margin-left:20px;
}

.bullet {
  color: #777;
  width: 20px;
}

.bulletData {
  width: calc(100% - 20px);
  color: #777;
}

.bold{
    font-weight:bold;
}

.smallHeading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.smallHeadingIcon {
  color: #1e88e5;
  font-size: 20px;
  margin-right: 10px;
}

.slotMobNo{
    width:55%;
}

.slotOtp{
    width:45%;
}

.slotPatientName{
    width:80%;
}

.slotPatientAge{
    width:20%;
}

.identitySlot {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
}

.patientCheckbox {
  margin-bottom: -5px;
  margin-top: 5px;
  width: 30px;
}

.patientLabel{
    width:calc(100% - 30px);
    float:left;
    margin-top: 5px;
    cursor: pointer;
}

.widthPatientName{
    width:60%;
}

.widthAge{
    width:15%;
}

.widthMar{
    width:25%;
}

.smallGrey{
    font-size:11px;
    color:#777;
    margin:13px 5px;
}

/* -- tab selection -- */
.selection-tab {
	float: left;
	padding: 20px 30px;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	color: #1e88e5;
	border-bottom: 5px solid #1e88e5;
	cursor:pointer;
}

.non-selection-tab {
	float: left;
	padding: 20px 30px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	color: #bcbcbc;
	cursor:pointer;
}

.non-selection-tab:hover {
    color: #1e88e5;
    cursor: pointer;
    float: left;
    font-weight: bolder;
    text-align: center;
}
/* -- tab selection -- */

.listBoxDiv {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  padding: 0 20px;
  width: 100%;
}

.listBoxDivInner{
    background: #fff none repeat scroll 0 0;
    padding: 10px 0px;
    position: relative;
    width: 100%;
    border-bottom:1px solid #eee;
}

.detailsListLeft{
    width:calc(100% - 100px);
}

.reportName{
    font-size:14px;
    font-weight:bold;
}

.listDate {
  color: #1e88e5;
  text-align: right;
  width: 100px;
}

.detailsListLeftPres{
    width:calc(100% - 150px);
}


.listDatePres {
  width: 150px;
}

.adDateLabel {
  font-weight: bold;
  width: 70px;
}

.adDateDetails{
    color: #1e88e5;
}


.iframe {
  border: 0 none;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}


/* -- responsive -- */
@media only screen and (max-width:980px){
    .sectionDiv3, .sectionDiv4{
        width:100%;
        margin-bottom: 10px;
        border:0px;
    }

    .sectionDiv2 {
        width:100%;
        border:0px !important;
    }

    .drProfile {
      float: none !important;
      margin: auto auto 20px;
    }

    .profileDetails {
      width: calc(100% - 0px);
    }

    .drDetailsSlot {
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
      text-align: center;
    }

    .btnCommonReport span{
        margin-right:0px;
    }

    .spanLabel{
        display:none;
    }

    .scrollDivOuter{
        width:100%;
    }

    .scrollDiv{
        width: calc(100% - 50px);
    }

    .daySlot {
        width:33.33%;
        text-align: center;
    }

    .timeSlot {
      width: calc(20% - 10px);
    }

    .radioSection, .timeSectionOuter{
        width:50%;
        margin-right:0px;
    }

    .inputLabel, .inputBox,.file  {
      width: 100%;
    }

    .attachDoc {
      margin-left: 0px;
      margin-top: 10px;
      width: 100%;
    }

    .doctorsMainSlot {
      width: 50%;
    }

    .sectionCheck{
        border-right: 0px;
        border-bottom: 1px solid #ddd !important;
    }

    .topLeft, .topRight{
        width:100%;
        margin: 0 0 20px;
    }

}

@media only screen and (max-width:600px){
    .doctorsMainSlot {
      width: 100%;
    }

    .timeSlot {
      width: calc(33.33% - 10px);
    }

    .slotPatientName{
        width:100%;
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 981px){
    .doctorsMainSlot {
      width: 25%;
    }
}
