/*
 * @description Default Template
 * @file        portal.css
 * @author      Esteem Soft Limited
 * @contact     http://esteemsoftbd.com/contact.php
 * @copyright   Copyright 2011-2024 Esteem Soft Limited.
*/
body{
	background: #fff;
}
#error {
    min-height: calc(100vh - 100px);
    align-items: center;
    display: flex;
}
.error-wrapper>img {
	height: 15em;
    max-height: 15em;
}
@media screen and (max-width: 575px){
	.error-wrapper>img {
		height: 10em;
		max-height: 10em;
	}
}
/*Login Page*/
.arch-logo {
    height: 23px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
/*Custom Checkbox Style*/
.custom-checkbox label {
    color: #9faab7;
	margin: 0;
}
.custom-checkbox label:first-child {
    margin-right: 1.5em;
}
.custom-checkbox input[type=checkbox] {
    margin: 0 0 5px;
}
.custom-checkbox input.option-input.radio {
    margin: 0 0 5px 0;
}
@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		height: 200px;
		width: 200px;
		margin-left: -90px;
		margin-top: -80px;
		opacity: 0;
	}
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 25px;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.option-input:hover {
	background: #9faab7;
}
.option-input:checked {
	background: #86BC42;
}
.option-input:checked::before {
	height: 25px;
	width: 25px;
	position: absolute;
	content: '✔';
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	color: #fff!important;
}
.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #86BC42;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
.option-input.radio {
	border-radius: 50%;
}
.option-input.radio::after {
	border-radius: 50%;
}
.custom-checkbox input[type=file]:focus, .custom-checkbox input[type=checkbox]:focus, .custom-checkbox input[type=radio]:focus{
	outline: none;
}
/*Custom Checkbox Style*/

/*Portal Styles*/
#page-wrapper {
    background: #F5F6FA;
}
.login-panel.panel.panel-info{
	border: none;
	box-shadow: none;
}
.panel.panel-info {
    border: none;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}
.panel.panel-success {
    border: none;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}
/*Navbar*/
h4.company-name {
    margin: 0;
    padding: 5px 0 0 10px;
    color: #1675B9;
    font-size: 1.25em;
}
a.company-link:hover {
    text-decoration: none;
}
h5.patient-portal {
    font-size: 1.2em;
    font-weight: 700;
    color: #777;
    margin: 5px 0 0;
    padding-left: 10px;
    text-transform: uppercase;
}
nav.navbar.navbar-default.navbar-static-top {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(239,239,239,.3);
}
.navbar-default .navbar-toggle {
    background-color: #1675B9;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1675B9;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*Navbar*/
/*Top Navbar Right*/
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-top-links.navbar-right a {
    color: #777;
}
ul.nav.navbar-top-links.navbar-right {
    margin: 0;
}
/*Top Navbar Right*/
/*Left Menu/Sidebar*/
.sidebar{
	background: #fff;
}
.sidebar-nav ul li {
    border-bottom: 1px solid #f5f5f5;
}
/*Left Menu/Sidebar*/
/*Sidenav Open & Close Starts*/
#mySidenav.active ul#side-menu li:hover,
#mySidenav.active ul#side-menu li.active{
	background: #1976d2!important;
}
div#mySidenav.active ul#side-menu>li:hover>a>span{
	background: #1976d2!important
}
@media screen and (min-width: 992px){
	.portalCompanyInfo {
		margin-left: 40px;
	}
	div#mySidenav.active .patient-info {
		display: none;
	}
	div#mySidenav.active .patient-pic img {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 991px){
	.navbar-patient-info, .patient-profile{
		display: none;
	}
	div#mySidenav .sidebar-nav.navbar-collapse ul > .patient-profile {
		padding-left: 10px;
	}
}

/*Sidenav Open & Close Ends*/
/*Patient Profile Info*/
	li.patient-profile {
		overflow: hidden;
		padding: 10px 0;
	}
	.patient-pic{
		text-align: center;
	}
	.patient-pic img {
		width: 65px;
		height: 65px;
		border: 2px solid #1675B9;
		border-radius: 10px;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.25);
	}
	.patient-info {
		float: left;
	}
	.patient-info>ul {
		padding: 0 0 0 10px;
	}
	.patient-info ul>li:first-child {
		color: #555;
		font-size: 14px;
		font-weight: 600;
	}
	.patient-info ul>li {
		list-style: none;
		border-bottom: none!important;
		color: #777;
		font-size: 12px;
	}
	.patient-info ul li a {
		margin: 0;
		text-decoration: none;
	}
	.patient-info ul li a:hover{
		color: #1675B9;
		transition: all .35s ease-in 0s;
	}
	.patient-info ul>li span.highlight {
		color: #fff;
		background: #d43f3a;
		border-radius: 5px;
		padding: 2px 5px;
	}

/*patient Profile Info*/

/*Dashboard Starts*/
.panel-bg {
    background: #fff;
    color: #333;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 1.5em;
    margin-bottom: 1.5em;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
a.link-hover {
    text-decoration: none;
}
span.panel-icon {
    float: left;
}
span.panel-icon>i {
    background: #999;
    color: #fff;
    height: 2em;
    width: 2em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.25em;
    font-size: 2em;
    border-radius: 50%;
    padding: 10px;
}
h4.panel-name {
    margin: 1em 0 0 5em;
    color: #414658;
    font-weight: 700;
}
.panel-bg.panel1 span.panel-icon>i {
    background: #F2EBFB;
    color: #7946DD;
}
.panel-bg.panel2 span.panel-icon>i {
    background: #EEF9FF;
    color: #61C1FE;
}
.panel-bg.panel3 span.panel-icon>i {
    background: #FEF3EF;
    color: #FE8B56;
}
.panel-bg.panel4 span.panel-icon>i {
    background: #FFEFF2;
    color: #FB5180;
}
.panel-bg.panel5 span.panel-icon>i {
    background: #E5F5F0;
    color: #00A46A;
}
.panel-bg.panel6 span.panel-icon>i {
    background: #F8E8E8;
    color: #C42F29;
}
.panel-bg.panel7 span.panel-icon>i {
    background: #E5F5F7;
    color: #13A8B6;
}
.panel-bg.panel8 span.panel-icon>i {
    background: #CFDEF8;
    color: #165EDD;
}

	/*Message Starts*/
	.message-wrapper {
		background: rgba(255,255,255,.8);
		box-shadow: 0px 5px 10px rgba(0,0,0,.20);
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.message-content-wrapper {
		padding: 0 10px;
		overflow: overlay;
		min-height: 21.25em;
		max-height: 21.25em;
	}
	.message-wrapper>h4 {
		background: #1FB7FB;
		color: #fff;
		margin: 0 0 10px;
		border-bottom: 1px solid #efefef;
	}
	.message-wrapper ul {
		padding: 0;
		list-style: none;
		margin: 0;
	}
	.message-wrapper ul>li {
		overflow: hidden;
	}
	.message-item>h4 {
		margin: 0;
		font-size: 15px;
		font-weight: 600;
		color: #777;
	}
	.message-item h6 {
		font-size: 11px;
		margin: 4px 0 7px;
		font-style: italic;
		overflow: hidden;
	}
	.message-item h6>span.message-author {
		font-size: 12px;
		font-weight: 600;
	}
	.message-item>p {
		font-size: 13px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		margin-bottom: 2px;
	}
	.message-wrapper li:nth-child(even) {
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		padding: 5px 0;
		margin: 5px 0;
	}
	.message-wrapper a.btn.btn-primary {
		padding: 0 5px;
		font-size: 11px;
		float: right;
	}
	.wrapper-box.notice-wrapper .table a {
		color: #555;
	}
	.message-content-wrapper::-webkit-scrollbar, .notice-wrapper .table-responsive::-webkit-scrollbar {
		width: 5px;
	}
	.message-content-wrapper::-webkit-scrollbar-track, .notice-wrapper .table-responsive::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
	}
	.message-content-wrapper::-webkit-scrollbar-thumb, .notice-wrapper .table-responsive::-webkit-scrollbar-thumb {
		background-color: #efefef;
		outline: 1px solid slategrey;
	}
	/*Message Ends*/
	/*Notice Starts*/
	.notice-wrapper h4 {
		background: #FFC058;
	}
	.notice-wrapper .table-responsive {
		overflow: overlay;
		min-height: 22em;
		max-height: 22em;
	}
	.notice-wrapper .table>thead>tr>th {
		border-bottom: 3px solid #FFC058;
	}
	.notice-wrapper .table {
		margin: 0;
	}
	/*Notice Ends*/
	/*Attendance Report Starts*/
	.attendance-chart {
		box-shadow: 0px 5px 10px rgba(0,0,0,.20);
		background: rgba(255,255,255,.8);
		border-radius: 5px;
		padding: 26px 0;
		margin-bottom: 20px;
	}
	/*Attendance Report Ends*/
/*Dashboard Ends*/

@media (min-width:320px) and (max-width:480px){
	/*Toggle Menu */
	.menuHide {
		display: none;
	}
	/*Toggle Menu */
	/*Navbar patient Info*/
	.navbar-patient-info>ul {
		padding: 0;
		margin: 0;
	}
	.navbar-patient-info li.patient-profile {
		background: #fcfcfc;
	}
	/*Navbar patient Info*/
	/*Top Navbar Right*/
	ul.nav.navbar-top-links.navbar-right {
		margin-bottom: 10px;
	}
	.navbar-top-links.navbar-right li {
		line-height: 0px;
	}
	.navbar-top-links li a{
		padding: 10px 10px 0;
		min-height: 20px;
	}
	/*Top Navbar Right*/
	/*Patient Profile*/
		/*Don't display upto width 480px*/
		.sidebar li.patient-profile {
			display: none;
		}
		/*Don't display upto width 480px*/
	li.patient-profile {
		padding: 10px 0 10px 20px;
		border-bottom: none!important;
		overflow: hidden;
	}
	.patient-pic{
		float: left;
	}
	/*patient Profile*/
	/*Sidebar Search*/
	li.sidebar-search {
		clear: both;
	}
	/*Sidebar Search*/
}
@media (max-width: 360px){

}
@media (max-width: 640px) {
	.menuHide {
		display: none;
	}
	.patient-pic {
		float: left;
	}
}
@media (max-width: 768px){

}
@media (min-width:768px){
	/*Navbar/Menu*/
	.navbar.patient-portal {
		/*min-height: 65px;*/
		min-height: 50px;
	}
	.sidebar {
		margin-top: 50px;
	}
	/*Navbar/Menu*/
	/*Navbar patient Info*/
	.navbar-patient-info {
		display: none;
	}
	/*Navbar patient Info*/
	/*Sidebar Search*/
	li.sidebar-search {
		clear: both;
	}
	/*Sidebar Search*/
}
@media screen and (min-width: 992px) and (max-width: 1600px){
	h4.panel-name {
		font-size: 16px;
	}
}
/*Portal Styles*/
.form-group.input-group input.form-control {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.message-wrapper::-webkit-scrollbar {
    width: 5px;
}
.message-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.3);
}
.message-wrapper::-webkit-scrollbar-thumb {
	background-color: #efefef;
	outline: 1px solid slategrey;
}
@media print{
	.panel.panel-success table.dataTable thead>tr>th, .panel.panel-success .table thead>tr>th {
		border: none!important;
	    border-bottom: 2px solid #000!important;
	    padding: 2px 8px;
	}
	.panel.panel-success .table tbody>tr{
        border-bottom: 1px solid #000!important;
    }
}

