

.bg-image{
	background:url('../img/login-image.png') no-repeat;
}
.clinic-bg-image{
	background:url('../img/clinic-login-image.jpg');

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clinic-bg-image-2{
	background:url('../img/clinic-login-image-2.jpg');

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a .card-content h5, a:hover .card-content h5{
	color:#000000;
	text-decoration: none;
}

.account-no{
	font-size: 1.5rem;
	font-weight: 900;
}


.edit-icon-large i{
	font-size: 2rem;
}

.media-body a{
	color:#000000;
}
.w-100-px{
	width: 100px;
}
.max-h-50{
	max-height: 50px;
}

.h-35-px{
	height: 35px;
}

.clinic_address{
	display:none;
    
} 
.agency-dashboard-tbl th, .agency-dashboard-tbl td{
	color: #000000!important;
}
.dash-seperator{
	border-bottom:1px dashed #cccccc;
}
.solid-seperator{
	border-bottom:1px solid #cccccc;
}
.agency-dashboard-tbl ul li{
	list-style-type: square;
}
.text-black{
	color:#000000!important;
}

/** Ajax Upload CSS **/
.hide {
	display: none;
  }
  
  
  .btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
  }
  
  .btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  #imagePreview, #imagePreview1, #imagePreview2, #imagePreview3, #imagePreview4, #imagePreview5, #imagePreview6, #imagePreview7 {
	/* margin: 9px 0 0 0; */
	border: 2px solid #ddd;
	max-height:100px;
  }
  
  #deleteFile, #deleteFile1, #deleteFile2, #deleteFile3, #deleteFile4, #deleteFile5, #deleteFile6, #deleteFile7{
	color:#FF0000;
	text-decoration:underline;
  }
  /** Ajax Upload CSS **/

  thead > tr > td{
	padding:10px 15px;
	font-weight: bold;
  }

  .table-responsive-stack tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
  }
  
  
  .table-responsive-stack td,
  .table-responsive-stack th {
	 display:block;
  /*      
	 flex-grow | flex-shrink | flex-basis   */
	 -ms-flex: 1 1 auto;
	  flex: 1 1 auto;
	  font-size:14px;
  }
  
  .table-responsive-stack .table-responsive-stack-thead {
	 font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
	 .table-responsive-stack tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		border-bottom: 3px solid #ccc;
		display:block;
		
	 }
	 /*  IE9 FIX   */
	 .table-responsive-stack td {
		float: left\9;
		width:100%;
	 }
  }
  
  
.sidebar-title{
	padding-left:30px;
	padding-top:15px;
	font-weight: bold;
	font-size:0.9rem;
}  

.badge-rounded{
	width: 25px!important;
	height:25px;
	border-radius: 50%;
	padding:0;
	margin-left:9px;
}
.bio-title{
	text-transform: uppercase;
    font-weight: 800;
}
.bio-title::after {
    float: right;
    text-align: right;
    content: ' : ';
}
.bio-title-2{
	text-transform: uppercase;
    font-weight: 500;
	color:#3d59e8
}
.bio-title-3{
	text-transform: uppercase;
    font-weight: 500;
	color:#bf340e
}
.bio-title-2::after,.bio-title-3::after {
    float: right;
    text-align: right;
    content: ' › ';
}

.gal-title, .gal-description{
    display:none;
}
