/*
Theme Name: Hospital Management System
Text Domain: hms
Version: 1.6
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: MageWebShop team
Author URI: http://magewebshop.in/
Theme URI: http://magewebshop.in/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
	opacity: 1;
	visibility: visible;
	position: relative;
}

.tml-login .tml-error > a{
	display: none;
}
.nav-item .svg-angle-down{
	max-width: 12px;
}
.sidenav.navbar{
	z-index: 1;
}
label.error{
	font-size: 12px;
    color: #f5365c;
	margin-bottom: 0;
}
.errorMassage{
	font-size: 14px;
    color: #f5365c;
}
label.required::after{
	content: ' *';
	font-size: 14px;
	color: #f5365c;
}
body.loading{
	position: relative;
}
body.loading::after{
	content: '';
	position: fixed;
	width: 100%; height: 100%;
	left: 0;
	top: 0;
    background-color: rgba(255, 255, 255, 0.60 );
	z-index: 1111;
	background-image: url('assets/images/loading.svg');
	background-position: center center;
	background-repeat: no-repeat;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.tml-login > ul.tml-links{
	display: none;
}
div.dt-container {
	position: relative;
	clear: both;
}
div.dt-container div.dt-layout-row {
	display: table;
	clear: both;
	width: 100%;
}
div.dt-container div.dt-layout-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
div.dt-container div.dt-layout-cell.dt-start {
	text-align: left;
}
div.dt-container div.dt-layout-cell.dt-end {
	text-align: right;
}
div.dt-container .dt-search input {
    padding: 5px;
    margin-left: 3px;

	color: #8898aa;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 3px 2px rgba(233,236,239,.05);
	outline: none;
}
#patientTable_wrapper {
	padding: 15px;
}

.dt-paging {
	display: flex;
}
.dt-end .dt-paging {
	justify-content: flex-end;
}
.dt-paging .dt-paging-button {
	font-size: .875rem;    
    width: 40px;
    height: 40px;
    margin: 0 4px;
    padding: 0;
    border-radius: 50%;
	color: #8898aa;
    border: 1px solid #dee2e6;
    background-color: #fff;
	line-height: 1.2;
	outline: none;
}
.dt-paging .dt-paging-button:hover {
	color: #8898aa;
    border-color: #dee2e6;
    background-color: #dee2e6;
}
.dt-paging .dt-paging-button.disabled {
	pointer-events: none;
}
.dt-paging .dt-paging-button.current {
	color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.dt-length select{
	margin-right: 10px;
	outline: none;
}
span.dt-column-title {
	text-transform: uppercase;
	font-size: .8125rem;
}
.userList tbody tr {
	transition: all ease-in-out .25s;
}
.userList tbody tr:hover {
	background-color: #f6f9fc;
}