/* Login Page */
.login-alert{
	position: absolute;
    bottom: 15px;
    min-width: 400px;
    right: 20px;
    top: auto;
    z-index: 100;
    border-radius: 4px;
}

.page-header.login-view {
	height: 100% !important;
}
.theme-cyan .btn-primary {
	background: #44c6f4;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #4b7cb4;
	border-color: #4b7cb4;
}
.theme-cyan .btn-primary:active, .theme-cyan .btn-primary:hover, .theme-cyan .btn-primary:focus {
	background: #1c9fcd;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.wrap-login {
	width: 837px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 50px 25px 50px;
	z-index:100;
}

.wrap-login .footer .copyright{
	float: none;
	color: #555;
	text-align:center;
}
.wrap-login .footer .copyright a{
color: #064ca0;
}

.login-pic {
  width: 316px;
  position: relative;
  opacity: 1;
  z-index: 10;
}

.login-pic .inner-img img {
	padding: 12px;
}

.login-pic .inner-img {
	background: linear-gradient(45deg, #44c7f5, #1f5fa8);
	width: 240px;
	height: 240px;
	margin: 10% auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}
.login-pic .inner-img  img{
	padding:30px;
}
.login-pic .circle-img {
	position: absolute;
	left: 0;
	top: 55%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	z-index: -1;
	right: 0;
	margin: 0 auto;
}
.login-pic .circle-img img {
	-webkit-animation-name: rotateMe;
	animation-name: rotateMe;
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@-webkit-keyframes rotateMe {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotateMe {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.login-form {
  width: 290px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 10px;
}
.login-form .header h2{
	color: #43c7f4;
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.login-form .footer {
	padding: 5px 0 25px;
}
.login-form .forot-pass{
	font-size: 13px;
	line-height: 1.5;
	color: #999999;
}
.login-form .forot-pass a{
	font-size: 13px;
	line-height: 1.5;
	color: #44c6f4;;
}
.login-form .forot-pass a:hover{
	color: #1c9fcd;
}

.wrap-login  footer.footer {
	position: relative !important;
	bottom: 0;
	width: 100%;
	padding: 27px 0 10px 0 !important;
}

@media (max-width: 991px) {
	
  .login-pic {
		width: 35%;
		display: flex;
		align-items: center;
		justify-content: center;
  }
  .login-pic .inner-img {
		background: transparent;
		width: auto;
		height: auto;
		margin: 0;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px;
  }
  .wrap-login {
	padding: 49px 50px 25px 50px;
  }

  

  .login-form {
	width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login {
	padding: 50px 15px 33px 15px;
}
	
  .login-pic {
	display: flex;
	width: 100%;
	max-width: 204px;
	margin: 0 auto;
	margin-bottom: 50px;
}

  .login-form {
	width: 100%;
  }
}



/* Left Nav Bar */

.sidebar .menu .list {
    margin: 0;
}
.sidebar .tab-pane#user .menu .list{
    padding:0 10px;
}
.sidebar .menu .list .header {
    font-size: 11px;
    font-weight: 700;
    margin: 0px 13px;
    padding: 8px 25px;
    position: relative;
    color: #455a64;
}
.sidebar .menu .list li > a{
    transition: all .3s ease-in-out;
}
.sidebar .menu .list .ml-menu li a {
    background: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
}
.sidebar .menu .list .ml-menu li:last-child a {
    border-bottom: none;
}
.theme-cyan .sidebar .menu .list li.active > a.toggled{
    background-color: #44c7f5;
}
.theme-cyan .sidebar .menu .list li.active>:first-child i, .theme-cyan .sidebar .menu .list li.active>:first-child span {
    color: #ffffff;
}
.sidebar .menu .list li > a.toggled {
    color: #ffffff;
    background:#15a0d1;
}
.sidebar .menu .list li > a.toggled:hover {
    color: #FFFFFF;
    background: #024ea3;
}



.sidebar .nav-tabs {
    padding: 0px 0px;
    background: #dff6ff;
}
.sidebar .nav-tabs .nav-link.active {
    border: 1px solid #024da2 !important;
    border-radius: 0px !important;
    background: #024ea3;
    color: #fff;
}
.theme-cyan .sidebar .nav-tabs .nav-link.active {
    border: 1px solid #024ea3 !important;
}
.theme-cyan .sidebar .nav-tabs>.nav-item>.nav-link:hover {
    background-color: rgb(68, 199, 245);
    border-color: #44c7f5 !important;
    border-radius: 0px !important;
    color: #fff;
}
.theme-cyan .sidebar .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
}
.sidebar .user-info .image img {
    width: 80px;
    height: 80px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.sidebar .user-info .detail h4 {
    font-size: 14px;
}
@media (max-width: 768px){
    .sidebar .nav-tabs .nav-item {
        display: block;
        width: 100% !important;
    }
    .sidebar .nav-tabs .nav-item>.nav-link {
        margin: 0;
    }
}

/* Top Bar */
.theme-cyan .navbar, .theme-cyan .page-loader-wrapper {
    background: #034da2;
}
.theme-cyan section.content:before {
    background-color: #44c7f5;
}
.notify .heartbit {
    border-color: #44c7f5;
}
.notify .point {
    background-color: #44c7f5;
}
.breadcrumb-item.active {
    color: #034da2;
    font-weight: 600;
}

.block-header h2{
    padding: 11px 0px;
}
.logo-animate {
  width: 200px;
  margin: 0 auto;
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(0.9);
  }
  50% {
  }
  100% {
    transform: scale(1.2);
  }
}

/* Top Bar */
nav ul li .navbar-header .profile-top{
    display: flex;
    align-items: center;
}
nav ul li .navbar-header .profile-top .profile-img{
    min-width: 30px;
    margin-right: 10px;
}
nav ul li .navbar-header .profile-top .profile-img img{
    width: 40px;
    height: 40px;
    padding:2px;
    border: 2px solid #136fd9;
}
nav ul li .navbar-header .profile-top .profile-data{
    margin-top: 5px;
}
nav ul li .navbar-header .profile-top .profile-data .default-text{
    display: block;
    font-size: 10px;
    line-height: 10px;
}
nav ul li .navbar-header .profile-top .profile-data .profile-text{
    display: block;
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
}

/* filter */
.filter_css .form-group{
    margin-bottom:0px;
}




.bootstrap-select .btn-round {
    border-radius: 0px !important;
}
.form-group .bootstrap-select.form-control {
    padding: 10px 0px 10px 0px;
}
.form-group .form-control {
    border-radius:0px;
    padding: 10px 15px 10px 15px;
}
.filter_css input[type="text"] {
    margin: 10px 0;
}
.bootstrap-select .dropdown-menu {
    border: 0;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
.bootstrap-select .dropdown-menu li.selected a {
    background-color: #dff6ff !important;
    color: #2e2e2e !important;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .show>.btn.dropdown-toggle, .show>.btn.dropdown-toggle:focus, .show>.btn.dropdown-toggle:hover, .navbar .navbar-nav>a.btn:hover, .navbar .navbar-nav>a.btn:focus, .navbar .navbar-nav>a.btn:active, .navbar .navbar-nav>a.btn.active, .navbar .navbar-nav>a.btn:active:focus, .navbar .navbar-nav>a.btn:active:hover, .navbar .navbar-nav>a.btn.active:focus, .navbar .navbar-nav>a.btn.active:hover, .show>.navbar .navbar-nav>a.btn.dropdown-toggle, .show>.navbar .navbar-nav>a.btn.dropdown-toggle:focus, .show>.navbar .navbar-nav>a.btn.dropdown-toggle:hover {
    background-color: #024ea3;
    color: #fff;
    box-shadow: none;
    border-color: #024ea3;
}
.filter_css button[type="submit"], .filter_css input[type="submit"] {
    margin: 10px 0;
}
.nav-tabs.table-top-nav .nav-item {
	display: inline-block;
}
.card .header {
    color: #424242;
    padding: 20px 0px 20px 20px;
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.card .body {
    padding: 0 20px;
}
.theme-cyan .card .header h2 strong {
    color: #44c7f5;
}
.theme-cyan .card .header h2:before {
    background: #44c7f5;
}
.card .header.hedder-inner-listing h2 {
    display: inline-block;
}
.card .header.hedder-inner-listing ul.table-top-nav{
    padding: 0px 10px !important;
    display: inline-block;
    float: right;
}
ul.table-top-nav li.nav-item span {
    border: none;
    background: #ffffff;
    border-radius: 4px;
    color: #034da2;
    font-weight: 700;
    padding: 9px 0;
}

.filter_css ul.table-top-nav li.nav-item span {
    border: none;
    background: #ffffff;
    border-radius: 4px;
    color: #034da2;
    font-weight: 700;
    padding: 15px 0;
    font-size: 17px;
}
.filter_css .header.hedder-inner-listing{
    padding: 20px 0;
    border-bottom: none !important;
    display: block;
}

/* Table */

    .card .body .table td, .card .body .table th {
    vertical-align: middle;
    white-space: unset;
    }
    a {
    color: #01d8da;
    }
    a:hover, a:focus {
    color: #231e20;
}
.pagination.pagination-primary .page-item.active > .page-link, .pagination.pagination-primary .page-item.active > .page-link:focus, .pagination.pagination-primary .page-item.active > .page-link:hover {
    background-color: #01d8da;
    border-color: #f96332;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
   background-color: #44c7f5;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

table.table{
    border: 1px solid #dee2e6;
    border-top-color: #034da2;
}
table.table{
    
}
table.table th {
    background: #034da2;
    color: #fff;
    padding: 16px 10px;
}
table.table td a {
    color: #44c6f4;
}
table.table td a:hover {
    color: #024ea3;
}
table.table td {
    padding: 10px 10px;
}
table.table tbody tr td:first-child{
    text-align:center;
}
table.table tbody tr td a.action-button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    font-size: 6px;
    position: relative;
    padding: 5px;
}
table.table tbody tr td a.action-button:hover {
    color: #fff !important;
}
table.table tbody tr td a.action-button.btn-success:hover{
    background-color: #1e7e34 !important;
    border-color: #1c7430 !important;
}
table.table tbody tr td a.action-button.btn-danger:hover{
    background-color: #bd2130;
    border-color: #b21f2d;
}
table.table tbody tr td a.action-button .zmdi{
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 23px;
    padding: 0;
    margin: 0;
    position: relative;
    justify-content: center;
}

/* Profile Page */

.card.profile-header h4 {
    font-size: 17px;
    color: #44c7f5;
    padding-top: 19px;
}
.card.profile-header .profile-image{
    padding-top: 8px;
}
.nav-tabs.profile-tabs-buttons {
    min-height: 177px;
    align-items: center;
}
.nav-tabs.profile-tabs-buttons>.nav-item>.nav-link {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 114px;
	width: 114px;
    align-items: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
}
.theme-cyan .nav-tabs.profile-tabs-buttons .nav-link .icon i{
	color: #44c6f4;
}
.theme-cyan .nav-tabs.profile-tabs-buttons .nav-link.active {
    border: 1px solid #034da2 !important;
    background: #034da2;
    color: #fff;
}
.theme-cyan .nav-tabs.profile-tabs-buttons .nav-link.active .icon i{
	 color: #fff;
}
.nav-tabs.profile-tabs-buttons .nav-link .icon{
	padding:4px;
}
.nav-tabs.profile-tabs-buttons .nav-link .icon i{
	font-size: 35px;
}
.nav-tabs.profile-tabs-buttons .nav-link .icon-data {
    font-weight: 700;
    text-transform: uppercase;
}
.filter_css input[type="date"] {
    margin: 10px 0;
    padding: 9px 10px;
}
ul.profile-ul-list{
	margin: 0;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
ul.profile-ul-list li{
	
}
ul.profile-ul-list li i{
	position: absolute;
    left: 0px;
    color: #43c6f4;
}
.pie-chart-custom {
    border: 3px solid #dfdfdf;
    border-radius: 8px;
    padding: 20px 0;
    text-align: center;
    margin: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .07);
}
/* End Profile Page */
/* Profile Page 2 */

.l-coral {
    background: linear-gradient(45deg, #024ea3, #1594c0) !important;
    color: #fff !important;
}
.member-img img {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 140px !important;
  height: 140px !important;
  margin-bottom: 30px;
}

/* Add a hover effect (blue shadow) */
.member-img img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.profile_state{
	padding: 10px !important;
}
.profile_state li {
     border: none;
}
.profile_state .body i{
    display: block;
    font-size: 33px;
}
.profile_state .body {
    padding: 0px 15px;
    border: 1px solid #ececec;
    border-radius: 10px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 110px;
    justify-content: center;
}
.profile_state .body h5 {
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
}
.profile_state .body small {
    font-size: 13px;
    margin-top: 5px;
}
/* End Profile Page 2 */


/* Patient OPD css */

.printable { display: none; }
    
        @media print
        {
			.content{display:none;}
			#leftsidebar{display:none;}
            .non-printable { display: none; }
            .printable { display: block;}
			.printable_content{border:1px solid black;height:100vh;}
			.bottom_border{border-bottom:1px solid black;}
			.upper_border{border-top:1px solid black;}
			.main_content{height:1190px;}
			
        }
		
		.main_content .details ul
		{
			list-style:none;
			display: flex;
			align-items: baseline;
		}
		
		.main_content .details ul li
		{
			display:inline-block;
		}
		
		.main_content .details ul li:nth-child(2)
		{
			margin-left:10px;
		}
		
		.main_content .details ul li p
		{
			font-size: 16px;
			font-weight: 400;
		}
		.main_content .details button
		{
			color: #fff;
			background-color: #4b7cb4;
			border-color: #4b7cb4;
			position:relative;
		}
		
		.main_content .details button::before
		{
			content:'\f358';
			position:absolute;
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			font-size:14px;
			left:15%;
		}
		
		.select2-container .select2-selection--multiple {
			min-height: 37px;
			-webkit-user-select: none;
			border: solid #e3e3e3 1px;
			border-radius: 0;
		}
		.select2-container--default .select2-selection--multiple .select2-selection__choice {
			background-color: #44c7f5;
			border: 1px solid #44c7f5;
			border-radius: 0;
		}
		.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
			border-right: 1px solid #54b5d6;
			color: #fff;
		}
		.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
			padding-left: 5px;
			padding-right: 5px;
			color: #fff;
			font-size: 11px;
		}