/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
* {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}
	
html, body {
	height: 100%; 
}
img { max-width: 100%; }
a {
	text-decoration: none;
	outline: none;
}
  
  ul {
	margin-bottom: 0;
	padding-left: 0; }
  
  a:hover,
  a:focus,
  input,
  textarea {
	text-decoration: none;
	outline: none; }
  
  .center {
	text-align: center; }
  
  .left {
	text-align: left; }
  
  .right {
	text-align: right; }
  
  .cp {
	cursor: pointer; }
  
  html, body {
	height: 100%; }
  
  p {
	margin-bottom: 0px;
	width: 100%; }
  
  .no-padding {
	padding: 0px; }
  
  .no-margin {
	margin: 0px; }
  
  .hid {
	display: none; }
  
  .top-mar {
	margin-top: 15px; }
  
  .h-100 {
	height: 100%; }
  
  ::placeholder {
	color: #747f8a !important;
	font-size: 13px;
	opacity: .5 !important; }
  
	.container-fluid {
		padding: 0px;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
		position: absolute;
	}
  
  h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", Arial, Helvetica, sans-serif; }
  
  strong {
	font-family: "Poppins", Arial, Helvetica, sans-serif; }
  
  html, body {
	/* background-color: #f7f7ff !important; */
	background: #fff !important;
	/* background: #eef5f9 !important; */
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	color: #333; }
  .session-title {
	padding: 30px;
	margin: 0px; }
	.session-title h2 {
	  width: 100%;
	  text-align: center; }
	.session-title p {
	  max-width: 850px;
	  text-align: center;
	  float: none;
	  margin: auto; }
	.session-title span {
	  float: right;
	  font-style: italic; }
  
  .inner-title {
	padding: 20px;
	padding-left: 0px;
	margin-bottom: 30px; }
	.inner-title h2 {
	  width: 100%;
	  text-align: center;
	  font-size: 2rem;
	  font-family: "Poppins", Arial, Helvetica, sans-serif;
	}
	.inner-title p {
	  width: 100%;
	  text-align: center; }
  
  .page-nav {
	padding: 40px;
	text-align: center;
	padding-top: 160px; }
	.page-nav ul {
	  float: none;
	  margin: auto; }
	.page-nav h2 {
	  font-size: 36px;
	  width: 100%;
	  color: #444; }
	  @media screen and (max-width: 600px) {
		body.small-device {
			/* background: #f7f7ff url('/assets/images/active-bg.png') !important; */
		}
		.page-nav h2 {
		  font-size: 26px; } }
	.page-nav ul li {
	  float: left;
	  margin-right: 10px;
	  margin-top: 10px;
	  font-size: 16px; }
	  .page-nav ul li i {
		width: 30px;
		text-align: center;
		color: #444; }
	  .page-nav ul li a {
		color: #444; }
  
  .btn-info {
	background-color: #4f6dcd;
	border-color: #4f6dcd; }
	.btn-info:hover {
	  background-color: #4f6dcd !important;
	  border-color: #4f6dcd !important; }
	.btn-info:active {
	  background-color: #4f6dcd !important;
	  border-color: #4f6dcd !important; }
	.btn-info:focus {
	  background-color: #4f6dcd !important;
	  border-color: #4f6dcd !important;
	  box-shadow: none !important; }
  
  .btn {
	/* box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
	border-radius: 2px; }
  
  /* .form-control:focus {
	box-shadow: none !important;
	border: 2px solid  #863dd9; } */
  
  .btn-light {
	background-color: #FFF;
	color: #333; }
  
  .collapse.show {
	display: block !important; }
  
  /* .form-control:focus {
	box-shadow: none;
	border: 1px solid rgba(103,92,218,.7) !important; } */
  
  .form-control {
	filter: none;
	/* background-color: #F8F8F8; */
	/* margin-bottom: 20px;  */
	color: #333;
	/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
	border: 1px solid #ddd;
	border-radius: 2px;
	/* font-size: larger; */
}
  .container {
	max-width: 1100px; }
	@media screen and (max-width: 575px) {
	  .container {
		padding: 20px 30px; 
		}
	}
  
  /* ===================================== Body CSS ================================== */
  
.side-left {
	height: 100%;
	width: calc(100% - 400px);
	/* float: left; */
	display: flex;
	/* width: calc(100% - 400px); */
	/* height: 100%; */
}
.side-left-app {
	/* background: #f7f7ff url("/assets/images/office.png"); */
	/* background: url("/assets/images/office.png"); */
	/* background-size: 80%; */
	/* background-repeat: no-repeat; */
	/* background-position: center center; */
	background: url("/assets/images/icon/reg-light-bg.svg") repeat-x bottom center;
}

.side-left-cpo {
	background: url("/assets/images/cpo.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.side-left-outside {
	background: url("/assets/images/map.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.side-left-auction {
	background: url("/assets/images/auction.png");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.side-left-ksi {
	background: url("/assets/images/ksi.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.side-left-management {
	background: url("/assets/images/management.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
.side-left-monitoring {
	/* background: #f7f7ff url("/assets/images/office.png"); */
	background: url("/assets/images/stock.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
	@media screen and (max-width: 660px) {
	  .side-left {
		display: none; } }
	.side-left .sid-layy {
	  /* background-color: rgba(103, 92, 218, 0.73); */
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  width: calc(100% - 400px); }
	
	  .side-left .sid-layy.sid-layy-outside {
		background: url("/assets/images/vendor.png");
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: center center;
	  }
	.side-right {
		/* background: url("../../assets/images/active-bg.png"); */
		height: 100%;
		width: 400px;
		float: left;
		padding: 1rem;
		/* text-align: center; */
		/* box-shadow: 1px 0px 10px 10px #fff; */
		/* box-shadow: -15px 0px 17px -7px rgba(0,0,0,0.75); */
		/* box-shadow: -15px 0px 17px -7px rgba(0,0,0,0.3); */
		box-shadow: -10px 0px 7px -7px rgba(0,0,0,.2);
		display: flex;
		align-items: center;
		background: #fff;
		background: #eef5f9;
		/* box-shadow: -10px 0px 7px -7px rgba(0,0,0,.1); */
		box-shadow: -10px 0px 7px -7px rgba(0,0,0,.02);
		border-left: solid 1px #eee;
	}
	
	@media screen and (max-width: 660px) {
		.copyco {
			right: 0 !important;
			width: 100%;
			text-align: center;
		}
	  .side-right {
		width: 100%; background: #eef5f9; } }
	.side-right .logo {
		width: 180px;
		image-rendering: -webkit-optimize-contrast;
	}
	.side-right .soc-det {
	  display: flex; }
	  .side-right .soc-det ul {
		float: none;
		margin: auto; }
		.side-right .soc-det ul li {
		  float: left;
		  padding: 8px;
		  background-color: #FFF;
		  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
		  border-radius: 2px;
		  width: 35px;
		  height: 35px;
		  border-radius: 50px;
		  margin-left: 10px;
		  font-size: 12px; }
		  .side-right .soc-det ul li i {
			color: #FFF; }
		.side-right .soc-det ul .facebook {
		  background-color: #3b5894; }
		.side-right .soc-det ul .twitter {
		  background-color: #19a1f7; }
		.side-right .soc-det ul .pin {
		  background-color: #db443b; }
		.side-right .soc-det ul .link {
		  background-color: #007ab4; }
	.side-right h2 {
	  font-size: 1rem;
	  font-family: "Brandon Grotesque", "Poppins", Arial, Helvetica, sans-serif;
	  padding: 20px 10px; }
	.side-right .form-row label {
	  font-size: 1rem; }
	.side-right .skjh {
	  font-size: 1rem; }
	  .side-right .skjh span {
		float: right; }
  
  .dfr {
	/* padding: 35px 10px; */
	text-align: center; }
	.dfr .btn {
		font-family: "Poppins";
		font-size: 14px;
		display: inline-flex;
		/* flex-direction: column; */
		/* min-width: 100px; */
		align-items: center;
		justify-content: center;
	}
  
	.copyco {
		position: absolute;
		bottom: 13px;
		right: 1rem;
		font-size: .8rem;
		font-weight: 500;
	}
  
	.slid-roo {
		/* padding: 70px; */
		color: #FFF;
		position: absolute;
		/* bottom: 0px; */
		/* left: 30px; */
		margin: 13px;
	}
	.slid-roo p {
	  font-size: 1rem;
	  font-weight: 500;
	  /* text-shadow: 1px 1px 1px rgba(0,0,0,.4); */
	  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	  /* padding-bottom: 20px; */
	  /* border-bottom: 1px solid #cccccc70;  */
	}
	.slid-roo ul li {
	  float: left;
	  padding: 10px;
	  font-size: .8rem; }
		
	  .btn-success {
		background-color: #36bea6;
		border-color: #36bea6; }
		.btn-success:hover {
		  background-color: #2ea08c !important;
		  border-color: #2ea08c !important; }
		.btn-success:active {
		  background-color: #2ea08c !important;
		  border-color: #2ea08c !important; }
		.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus, .btn-success.focus, .btn-success:focus {
			box-shadow: 0 0 0 .2rem rgba(84,200,179,.5);
		}
		
		.btn-primary {
			background-color: #675cda;
			border-color: #675cda;
		}
		.btn-primary:hover {
			background-color: #563dea !important;
			border-color: #4c32e9 !important; }
		  .btn-primary:active {
			background-color: #563dea !important;
			border-color: #4c32e9 !important; }
			.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
			  box-shadow: 0 0 0 .2rem rgba(137,120,241,.5);
			/* background-color: #563dea !important; */
			/* border-color: #4c32e9 !important;  */
			}

	.w-100 { width: 100%; }
	.div-register {
		border-bottom: solid 1px #ccc;
		padding-bottom: 30px;
		margin-bottom: 10px;
		font-size: smaller;
	}
	.font-500 { font-weight: 500; }
	.shadow-text { text-shadow: 1px 1px 1px rgba(0,0,0,.4); }
	.shadow-success { box-shadow: 0 3px 5px 0 rgba(46,160,140, 0.3); }
	.shadow-danger { box-shadow: 0 3px 5px 0 rgba(246,45,81, 0.3); }
	.btn-rounded {
		border-radius: 60px;
		padding: 7px 18px;
	}

	.input-group-text {
		padding: .375rem .5rem;
		line-height: 0;
		border-radius: 2px;
		background: #f4f4f4;
		border: solid 1px #ccc;
	}

	.alert {
		padding: 5px 10px;
		/* margin-bottom: 1rem; */
		border-radius: 2px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
		margin-top: -20px;
	}

	.alert-danger-arrow:after, .alert-danger-arrow:before {
		bottom: 100%;
		left: 10%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.alert-danger-arrow:after {
		border-color: rgba(248, 215, 218, 0);
		border-bottom-color: #f8d7da;
		border-width: 8px;
		margin-left: -8px;
	}
	.alert-danger-arrow:before {
		border-color: rgba(245, 198, 203, 0);
		border-bottom-color: #f5c6cb;
		border-width: 9px;
		margin-left: -9px;
	}
	button.close { outline: none; }

	.login-box {
		display: flex;
		flex-direction: column;
		padding: 1rem;
		background: #fff url("/assets/images/typing.png") center center no-repeat;
		height: auto;
		box-shadow: 1px 0 20px rgba(0,0,0,.08);
		/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important; */
		background-size: 159%;
	}

	.login-box .card-title {
		font-size: small;
	}
	.login-box .close {
		font-weight: 400;
	}
	.form-group .form-control,
	.form-group .custom-select {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		-ms-border-radius:0;
		border-radius:0;
		width:100%;
		border: 0;
		/* border-bottom: solid 1px #ccc; */
		box-shadow:none;
		padding-left:25px;
		font-size: .875rem;
		background: transparent;
		background-clip: padding-box;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		display: block;
		line-height: 1.5;
	}
	/* .form-group .form-control:focus {
		color: #495057;
		background: transparent;
		border: 0;
		border-bottom: solid 1px #80bdff;
		box-shadow: 0 1px 0px 0px rgba(0,123,255,.25);
	} */

	.form-group .form-line {
		width: 100%;
		position: relative;
		/* border: solid 2px transparent; */
		border-bottom: 1px solid #ccc;
		display: flex;
		align-items: center;
	}

	.form-group .form-line::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		bottom: -2px;
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-moz-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		-webkit-transition: 0.25s ease-in;
		transition: 0.25s ease-in;
		border-bottom: 2px solid #1f91f3;
	}

	.form-group .form-line .form-label {
		-moz-transition:all 0.2s ease-in-out;
		-o-transition:all 0.2s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
		font-weight:400;
		color:#aaa;
		position:absolute;
		/* top:7px; */
		/* left:30px; */
		/* cursor:text; */
		margin: 0;
		top: -10px;
		left: 0px;
		font-size: 10px;
		background: transparent;
	}

	.form-group .form-line.focused {
		/* border: 1px solid #1f91f3; */
	}
	.form-group .form-line.focused:after {
		-moz-transform:scaleX(1);
		-ms-transform:scaleX(1);
		-o-transform:scaleX(1);
		-webkit-transform:scaleX(1);
		transform:scaleX(1)
	}
	/* input:-webkit-autofill,
	input:-webkit-autofill:focus,
	textarea:-webkit-autofill,
	textarea:-webkit-autofill:focus,
	select:-webkit-autofill,
	select:-webkit-autofill:focus {
		background: transparent;
		-webkit-text-fill-color: #333;
		transition: background-color 5000s ease-in-out 0s;
	}
	input:-internal-autofill-selected {
		background-color: transparent !important;
	} */
	.input-icon {
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		z-index: 9;
		/* top: 5px; */
		/* left: 11px; */
		float: left;
		/* border: solid 1px; */
		/* border-radius: 50%; */
		/* width: 25px; */
		/* height: 25px; */
		/* text-align: center; */
		/* line-height: 22px; */
		/* border-color: #ffc107; */
		/* background-color: #ffc107; */
		/* color: #fff; */
		/* font-size: small; */
		/* text-shadow: 1px 1px 1px rgba(116, 76, 76, 0.4); */
	}
	
	.text-primary { color: #675cda !important; }
	.link-office { color: #fff; }
	.shadow-primary { box-shadow: 0 3px 5px 0 rgba(103,92,218, 0.3); }
	.shadow-success { box-shadow: 0 3px 5px 0 rgba(46,160,140, 0.3); }

	input[type=checkbox], input[type=radio] {
		vertical-align: middle;
		position: relative;
		bottom: 1px;
	}
  
	input[type=radio] { 
		bottom: 2px; 
	}
	.btn-site {
		width: 100%;
		text-align: left;
		height: calc(2.0625rem + 2px);
		padding: .375rem .75rem;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		align-items: center;
	}

	.btn-site::before {
		font-family: "Material Design Icons";
		content: "\F1520";
		color: #675cda !important;
		font-size: 18px;
		padding-right: 6px;
	}

	.dropdown-site {
		border: 0;
		box-shadow: 1px 0 20px rgba(0,0,0,.08);
		margin-top: -30px;
		margin-left: 25px;
	}
	.dropdown-site:after {
		right: 100%;
		top: 14%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #fff;
		border-width: 8px;
		margin-top: -8px;
	}

	.dropdown-site .dropdown-item {
		display: flex;
		align-items: center;
		padding: .375rem .75rem;
		clear: both;
		color: #333;
		cursor: pointer;
	}

	.dropdown-site .dropdown-item.active, .dropdown-site .dropdown-item:active {
		color: #fff !important;
	}

	.dropdown-toggle::after {
		top: 50%;
		position: absolute;
		right: 0;
	}

	.site-title {
		margin-left: 25px;
	}

	.secure-input { 
		text-security: square;
		-webkit-text-security: square;
	}

	.ribbon-top {
		position: absolute;
		top: -6.1px;
		left: 1rem;
	}

	.ribbon-top span {
		position: relative;
		display: block;
		text-align: center;
		background: #1f91f3;
		font-size: 14px;
		line-height: 1;
		padding: 12px 8px 10px;
		border-top-right-radius: 8px;
		width: auto;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}

	.ribbon-top span::before, .ribbon-top span::after {
		position: absolute;
		content: "";
	}

	.ribbon-top span::before {
		height: 6px;
		width: 6px;
		left: -6px;
		top: 0;
		background: #097bdd;
	}
	.ribbon-top span::after {
		height: 6px;
		width: 8px;
		left: -8px;
		top: 0;
		border-radius: 8px 8px 0 0;
		background: #097bdd;
	}

	.owl-carousel .owl-item img {
		height: 100px;
		width: auto;
	}

	.card.card-preview {
		padding: 10px;
		border: solid 1px #eee;
		box-shadow: 0 1px 6px rgba(0,0,0,.05);
		transition: all .3s ease 0s;
		cursor: pointer;
		/* transition: top .3s ease 0s; */
		top: 0;
	}
	.card.card-preview:hover {
		background: #eef5f9;
		top: -3px;
		/* bottom: 3px; */
		color: #675cda;
	}
	.el-card-item {
		height: 250px;
	}

	.el-card-avatar {
		height: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.el-title {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	@media screen and (min-width: 1000px) {
		.owl-carousel .owl-item img {
			transform: scale(1.4) !important;
		} 
	}
  /*# sourceMappingURL=style.css.map */
  