/*
Theme Name: Proclinic HMS
Author: KonnectCode
Author URI: https://themeforest.net/user/konnectcode
*/

/*--------------------------------------------------------------
 TABLE OF CONTENTS:
 =================
+ Imported CSS
+ General
+ Login and sign up
+ Tables
+ Icons
+ Loader
+ Sidebar
+ Key Frames
+ Maps
+ Charts
+ Top Navigation
+ Modal Popup
+ Widget Boxs
+ Cards
+ Tabs
+ Buttons
+ Progress Bar
+ Form Elements
+ Typography
+ Accordion
+ Pagination
+ FAQ
+ Stackbar
----------------------------------------------------------------*/

/*=======================
 		Imported CSS
====================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Roboto:100,400,700');


/*=======================
 		General
====================== */

body
{
	font-family: 'Open Sans', sans-serif;
	background: #fafafa;
}

.headerTitleBackground
{
    border-radius: 0px 30px 30px 0px;
    padding-left: 100px;
    padding-right: 20px;
    vertical-align: top;
    font-size: 30pt;
}


h1,
h2,
h3,
h4,
h5,
h6,
span,
#sidebar
{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

p
{
	font-size: 1em;
	line-height: 1.7em;
	color: #666;
	letter-spacing: .3px;
}

a,
a:hover,
a:focus
{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

.color-yellow
{
	color: #FF7D00;
}

.color-green
{
	color: #3CB371
}

.color-red
{
	color: #e52929;
}

.color-blue
{
	color: #40AAFF;
}

.navbar
{
	padding: 20px 0px;
	/*background: #fff;*/
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
}

.navbar-btn
{
	box-shadow: none;
	outline: none !important;
	border: none;
}

.breadcrumb
{
	border-radius: 0;
	margin-bottom: 0;
	padding: 0px;
	float: right;
	padding: 10px 20px;
	border-radius: 20px;
}

.breadcrumb-item
{
	color: #fff;
	font-size: 11px;
}

	.breadcrumb-item.active
	{
		color: #fff;
		font-size: 11px;
	}

	.breadcrumb-item + .breadcrumb-item::before
	{
		color: #fff;
	}

.badge
{
	padding: .4em .7em;
	border-radius: 0;
	font-weight: 400;
}

.progress
{
	border-radius: 0;
	margin: 10px 0px 15px;
}

.progress-bar
{
	opacity: 0.6;
}

.table td,
.table th
{
	padding: .75rem;
}


form .row > [class^=col]
{
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	background-color: #fff !important;
	border: 0px !important;
}

.margin-l20
{
	color: #666;
	font-size: 0.85rem;
}

.back-to-top
{
	cursor: pointer;
	position: fixed;
	bottom: 60px;
	right: 20px;
	display: none;
	font-size: 22px;
	color: #fff;
	background: #999;
	padding: 5px 10px;
}

	.back-to-top:hover
	{
		color: #fff;
		background: #666;
		padding: 5px 10px;
	}

#content
{
	margin-bottom: 20px;
	transition: all 0.3s;
	width: 100%;
}

.text-muted
{
	color: #6c757d !important;
	padding-top: 20px;
}

ul ul a
{
	font-size: 0.9em;
	padding-left: 30px !important;
}

.proclinic-box-shadow
{
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
	box-shadow: 0 0 0 1px #dce3ec, 0 8px 16px 0 #dce3ec;
	background: #fff;
	margin-top: 20px;
}

.proclinic-box-shadow2
{
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.min-h200
{
	min-height: 200px;
}

.m-bottom10
{
	margin-bottom: 10px;
}

.unlink
{
	font-size: 60px;
	color: red;
}

.proclinic-grid div[class*="col"]
{
	padding: 10px 20px;
	background-color: rgba(165, 165, 165, .2);
	border: 1px solid #ffffff;
	text-align: center;
}

.media h5
{
	font-size: 18px;
	font-weight: 600;
}

div[class*="col-"]
{
	padding-right: 9px;
	padding-left: 9px;
}

	div[class*="col-"] div[class*="col-"]
	{
		padding-right: 10px;
		padding-left: 10px;
	}

.badge-danger, .bg-danger
{
	background-color: #ef6e6e !important;
}

.badge-success, .bg-success
{
	background-color: #3CB371 !important;
}

.badge-warning, .bg-warning
{
	color: #fff;
	background-color: #FFAA2A !important;
}
/*=======================
 	Login and sign up
====================== */

.auth-bg
{
	background: #ededed;
}

.auth-box
{
	margin: 0 auto;
	text-align: center;
}

	.auth-box .proclinic-box-shadow
	{
		padding: 20px;
	}

	.auth-box .form-control
	{
		/* border: 0px; */
		/*background: #efefef;*/
		padding: 14px;
		border-radius: 0px;
		border: 1px solid #efefef;
	}

.custom-control-label::before,
.custom-control-label::after
{
	top: 2px;
}

.custom-control-label::before
{
	box-shadow: none !important;
}

.custom-checkbox .custom-control-label::before
{
	border-radius: 0px;
}

.auth-footer-text
{
	margin-top: 20px;
}

	.auth-footer-text a
	{
		color: #007bff;
	}


/*=======================
 	Tables
====================== */

.widget-area-2 .table-div
{
	padding: 0px;
}

.proclinic-widget
{
	margin-bottom: 20px;
}

.table .custom-control.custom-checkbox
{
	padding-left: 0;
}

table.table tbody td, table.table thead th
{
	font-size: 14px;
}

table.dataTable th:first-child
{
	width: 20px;
}

.pagination .page-link [class^="ti-"], [class*=" ti-"]
{
	margin-right: 10px;
}

.export-pagination.pagination .page-link
{
	color: #555555;
}
/*=======================
 	Icons
====================== */

.font-awesome-row .icon-container_
{
	width: 30%;
}

.icon-section
{
	padding-left: 0px;
}

.icon-container_
{
	width: 220px;
	padding-bottom: 1em;
	display: inline-block;
}

.icon-name
{
	color: #666;
	margin-left: 15px;
	font-size: .8em;
	transition: .3s;
}


/*=======================
 	Loader
====================== */

.loading
{
	background: #fff;
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
}

.spinner
{
	width: 40px;
	height: 40px;
	position: relative;
	top: 48%;
	margin: 0 auto;
	display: block;
}

.double-bounce1,
.double-bounce2
{
	background-color: #3CB371;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2
{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

/*=======================
 	Sidebar
====================== */

.wrapper
{
	display: flex;
	align-items: stretch;
	background-color: #E7F3ED;
}

#sidebar
{
	min-width: 250px;
	max-width: 250px;
	color: #ffffff;
	transition: all 0.3s;
	min-height: 100vh;
}


	#sidebar.active
	{
		min-width: 80px;
		max-width: 80px;
	}

		#sidebar.active .sidebar-header .logo
		{
			display: none;
		}

		#sidebar.active .sidebar-header .minimal-logo
		{
			display: block;
		}

	#sidebar ul li a
	{
		text-align: left;
	}

	#sidebar ul li ul.list-unstyled a
	{
		/*color: rgba(255,255,255,0.7);*/
	}

	#sidebar.active ul li a
	{
		padding: 20px 10px;
		font-size: 0px;
		text-align: center;
	}

		#sidebar.active ul li a span
		{
			margin-right: 0;
			display: block;
			font-size: 20px;
			margin-bottom: 5px;
		}

	#sidebar.active ul ul a
	{
		padding: 10px !important;
		text-align: left;
		font-size: 12px;
	}

	#sidebar.active a[aria-expanded="false"]::before,
	#sidebar.active a[aria-expanded="true"]::before
	{
		top: 45%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	#sidebar .sidebar-header
	{
		padding: 20px;
	}

		#sidebar .sidebar-header .minimal-logo
		{
			display: none;
			margin: 5px 0px;
		}

	#sidebar ul.components > li
	{
		position: relative;
		margin: 2px 0;
	}

	#sidebar.active ul.components > li
	{
		position: relative;
	}

		#sidebar.active ul.components > li:hover
		{
			background: #555555;
		}

		#sidebar.active ul.components > li .collapsing,
		#sidebar.active ul.components > li .collapse
		{
			display: none;
		}

		#sidebar.active ul.components > li:hover .collapse
		{
			position: absolute;
			z-index: 3;
			left: 100%;
			top: 0%;
			box-shadow: none;
			min-width: 170px;
			display: block;
		}

	#sidebar ul li a:hover
	{
		color: #eee;
	}

	#sidebar ul li a i
	{
		margin-right: 10px;
	}

	#sidebar ul li.active > a,
	#sidebar a[aria-expanded="true"]
	{
		color: #fff;
		/*background: #555555;*/
	}

	#sidebar a[data-toggle="collapse"]
	{
		position: relative;
	}

	#sidebar a[aria-expanded="false"]::before,
	#sidebar a[aria-expanded="true"]::before
	{
		content: '\e64b';
		display: block;
		position: absolute;
		right: 20px;
		font-family: 'themify';
		font-size: 0.6em;
		top: 40%;
	}

	#sidebar a[aria-expanded="true"]::before
	{
		content: '\e648';
	}

#sidebarCollapse
{
	padding: 10px;
	font-size: 17px;
	cursor: pointer;
	background: #555;
	color: #fff;
	border-radius: 50%;
}

.nav-help
{
	padding: 25px;
	background: rgba(0,0,0,.1);
}

	.nav-help h5
	{
		border-bottom: 1px solid rgba(255,255,255,.2);
		padding-bottom: 5px;
	}

	.nav-help h6
	{
		margin: 20px 0px;
		letter-spacing: 1px;
		font-size: 14px;
	}

#sidebar.active .nav-help
{
	display: none;
}


/*=======================
 	Key Frames
====================== */

@-webkit-keyframes bounce
{
	0%, 100%
	{
		-webkit-transform: scale(0.5)
	}

	50%
	{
		-webkit-transform: scale(1.0)
	}
}

@keyframes bounce
{
	0%, 100%
	{
		transform: scale(0.0);
		-webkit-transform: scale(0.5);
	}

	50%
	{
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*=======================
 	Maps
====================== */

.map-box
{
	margin: 0px;
}

.google-map
{
	width: 100%;
	height: 300px;
}

.big-world-mill
{
	height: 500px;
	margin-bottom: 20px;
}

.vmap-usa
{
	height: 300px;
	margin-bottom: 20px;
}

/*=======================
 	Charts
====================== */
.chart-home
{
	height: 255px;
	margin-bottom: 10px;
}

.chart-one
{
	height: 300px;
}

.chart-two
{
	height: 260px;
}

.chart-three
{
	height: 400px;
}

.visit-quality
{
	color: #5867c3;
}

.visit-price
{
	color: #00c5dc;
}

/*=======================
 	Top Navigation
====================== */
.navbar-default .dropdown-toggle::after
{
	display: none;
}

.navbar-default .ti-announcement,
.navbar-default .ti-user,
.navbar-default .ti-search
{
	padding: 10px;
	border-radius: 50%;
}

.navbar-default .nav-item
{
	padding-left: 10px;
}

.navbar-default .ti-user, .navbar-default .ti-announcement, .navbar-default .ti-search, .navbar-default .ti-fullscreen
{
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #343A40;
}

.notifications .dropdown-item,
.profile .dropdown-item
{
	font-size: 13px;
	padding: 15px;
	/*color: #888;*/
	border-bottom: 1px solid #fafafa;
}

.dropdown-menu.notifications,
.dropdown-menu.profile
{
	padding: 0;
	right: 20px;
	left: auto;
	min-width: 200px;
}

.dropdown-item.active,
.dropdown-item:active
{
	background: #fff;
}

.dropdown-menu.notifications .dropdown-item:nth-child(odd) [class^="ti-"],
.dropdown-menu.profile .dropdown-item:nth-child(odd) [class^="ti-"]
{
	margin-right: 10px;
	color: #FA3664;
}

.dropdown-menu.notifications .dropdown-item:nth-child(even) [class^="ti-"],
.dropdown-menu.profile .dropdown-item:nth-child(even) [class^="ti-"]
{
	margin-right: 10px;
	color: #076AD0;
}

.dropdown-menu.notifications h5,
.dropdown-menu.profile h5
{
	padding: 15px;
	background: #555;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.dropdown-menu.notifications:before,
.dropdown-menu.profile:before
{
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	bottom: 100%;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #555;
	border-width: 9px;
	left: 50%;
}

.dropdown-menu.notifications:before
{
	margin-left: 20%;
}

.dropdown-menu.profile:before
{
	margin-left: 39%;
}

.navbar .nav .nav-item:last-child .nav-link
{
	padding-right: 7px;
}

.fullscreen
{
	padding: 10px;
	font-size: 17px;
	cursor: pointer;
	border-radius: 50%;
}
/*=======================
 	Modal Popup
====================== */
.modal.show .modal-dialog
{
	margin-top: 70px;
}

.modal-content
{
	border-radius: 0px;
}

.modal-lorvens .modal-header
{
	background: #333;
	color: #fff;
	border-radius: 0;
	letter-spacing: 1px;
	position: relative;
}

	.modal-lorvens .modal-header .modal-title
	{
		margin-bottom: 0;
		line-height: 1.5;
		font-weight: 100;
		letter-spacing: 2px;
	}

	.modal-lorvens .modal-header .ti-close
	{
		top: 37%;
		position: absolute;
		right: 14px;
		cursor: pointer;
	}

.modal-lorvens .form-control
{
	width: 100%;
	padding: 12px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

.modal-lorvens .btn-lorvens,
.modal-lorvens .btn-lorvens:active
{
	color: #fff;
	outline: none;
	border-radius: 0;
	cursor: pointer;
	margin: 20px auto 0px;
	display: block;
	border: none;
	padding: 15px;
	box-shadow: none;
}

	.modal-lorvens .btn-lorvens:hover
	{
		opacity: .8;
	}

.modal-body
{
	color: #666;
}

.modal-header
{
	background: #f1f1f1;
}

/*=======================
 	Widget Boxs
====================== */

h3.block-title
{
	font-size: 22px;
	color: #fff;
	background: transparent;
}

.widget-area
{
	background: #fff;
	border-radius: 2px;
}

	.widget-area .numeric
	{
		font-size: 30px;
		letter-spacing: 1px;
	}

h4.wiget-title
{
	font-size: 13px;
	letter-spacing: .5px;
}

.alert
{
	border-radius: 0px;
	border: 0px;
}

.alert-dismissible .close
{
	top: 10px;
	right: 10px;
	padding: 0px 6px;
	border: 1px solid;
	border-radius: 50%;
}

.alert-warning
{
	color: #F15044;
}

.inc-dec
{
	font-size: 12px;
}

	.inc-dec .ti-angle-up
	{
		color: green;
	}

	.inc-dec .ti-angle-down
	{
		color: red;
	}

.widget-left
{
	width: 35%;
	display: inline-block;
	vertical-align: 22px;
	font-size: 30px;
	text-align: center;
}

	.widget-left [class^="ti-"], .widget-left [class*=" ti-"]
	{
		padding: 17px;
		background: #fff;
		border-radius: 50%;
		border: 1px solid;
	}

.widget-right
{
	width: 62%;
	display: inline-block;
	padding: 20px 0;
}

.widget-area-2
{
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 2px;
	border-radius: 2px;
}

.widget-title
{
	font-size: 22px;
	padding-bottom: .5rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.widget-morris
{
	padding: 20px;
}

#donutMorris text tspan
{
	font-weight: 100 !important;
	font-size: 10px;
}

/*=======================
 	Cards
====================== */

.card,
.card-img-top
{
	border-radius: 0px;
}

.card-area
{
	border-radius: 5px;
	border: 0;
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-top: 20px;
}

	.card-area .widget-title, .widget-morris .widget-title
	{
		margin-left: 0px;
		padding-top: 0px;
	}

.card.card-no-border
{
	border: 0px;
}

	.card.card-no-border .card-header
	{
		border-bottom: 0px;
	}

.card-header:first-child
{
	border-radius: 0px;
}

.card-header.proclinic-card-header
{
	background-color: rgba(75, 75, 75, 1);
	color: #fff;
}

.card-header img
{
	border-radius: 50%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .5);
	margin: 20px auto;
}

.card-header span.ti-more
{
	position: absolute;
	font-size: 25px;
	right: 10px;
	top: 20px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.card.bg-secondary .card-text,
.card.bg-success .card-text,
.card.bg-info .card-text,
.card.bg-dark .card-text,
.card.bg-danger .card-text,
.card.bg-primary .card-text
{
	color: #ffffff;
}

.card .text-muted
{
	font-size: 13px;
}

.card .text-white .text-muted
{
	color: #ffffff !important;
}

.card-body .btn
{
	margin-bottom: 0px;
}

/*=======================
 	Tabs
====================== */
.bd-example-tabs .tab-content > .active
{
	padding: 20px 10px;
}

.nav-tabs .nav-link,
.nav-pills .nav-link
{
	border-radius: 0px;
}

.tab-pane p
{
	margin-bottom: 0px;
}

.copyright-text
{
	color: #fff;
	font-size: 9px;
}


/*=======================
 	Buttons
====================== */

.btn
{
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 1px;
}

	.btn.focus,
	.btn:focus
	{
		box-shadow: none !important;
	}

.home .widget-title
{
	font-size: 22px;
	padding-bottom: .5rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.button-btn-block
{
	/*margin-top: 10px;*/
}

.btn-danger
{
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	border-color: #fff;
}

.btn-outline-light
{
	color: #ddd;
	border-color: #ddd;
}

.proclinic-widget .row
{
	margin: 0px;
}

.btn-hero-primary
{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	font-weight: 700;
	padding: .625rem 1.5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0rem;
	border: none;
}

.btn-hero-secondary.disabled,
.btn-hero-secondary:disabled
{
	color: #fff;
	background-color: #111;
}

.btn:not(:disabled):not(.disabled):active
{
	background: #343a40;
}
/*=======================
 	Progress Bar
====================== */

.progress-status span
{
	margin-left: 0px;
}

.width-pb10
{
	width: 10%;
}

.width-pb15
{
	width: 15%;
}

.width-pb25
{
	width: 25%;
}

.width-pb30
{
	width: 30%;
}

.width-pb50
{
	width: 50%;
}

.width-pb75
{
	width: 75%;
}

.width-pb100
{
	width: 100%;
}

.height-pb1
{
	height: 1px;
}

.height-pb20
{
	height: 20px;
}
/*=======================
 	Form Elements
====================== */
.form-row > .col, .form-row > [class*=col-]
{
	padding-left: 5px !important;
}

.form-control
{
	border-color: #E7F3ED;
}

input.form-control
{
	padding: .5rem .75rem;
}

.form-control:focus
{
	color: #495057;
	background-color: #fff;
	outline: 0;
	box-shadow: none;
}

select.form-control:not([size]):not([multiple])
{
	height: 3rem;
}

.form-group
{
	margin-bottom: 1.5rem;
}

form .form-group label
{
	font-weight: bold;
	font-size: 14px;
}

.text-round
{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
}

.my-contacts li:nth-child(odd) .text-round
{
	background-color: #555;
}

.my-contacts::-webkit-scrollbar
{
	width: 10px;
	background-color: #dddddd;
}

.my-contacts::-webkit-scrollbar-thumb
{
	background-color: #555555;
	border-radius: 10px;
}

/*=======================
 	Typography
====================== */
.Headings-tags
{
	margin-left: 20px;
}

.form-group h4
{
	margin-bottom: 0px;
	font-weight: bold;
	background: #eee;
	padding: 10px;
	width: auto;
}

/*=======================
 	Accordion
====================== */
#accordion .card
{
	border: 1px solid #ffffff;
	margin-bottom: .5rem;
}

#accordion .card-body
{
	border: 1px solid #eeeeee;
}

#accordion .accordion-header
{
	background-color: #555;
	padding: 7px;
}

	#accordion .accordion-header h5
	{
		margin-bottom: 0px;
		color: #ffffff;
		font-size: 15px;
		padding: 5px;
		cursor: pointer;
	}

#accordion_light .card
{
	border: 1px solid #ffffff;
	margin-bottom: .5rem;
}

#accordion_light .card-body
{
	border: 1px solid #eeeeee;
}

#accordion_light .accordion-header
{
	background-color: #fff;
	padding: 7px;
	background: #f1f1f1;
}

	#accordion_light .accordion-header h5
	{
		margin-bottom: 0px;
		font-size: 15px;
		padding: 5px;
		cursor: pointer;
	}


/*=======================
 	Pagination
====================== */

.pagination .page-link:focus
{
	box-shadow: none;
}

.pagination .page-item.active .page-link
{
	z-index: 1;
	color: #fff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link
{
	border-radius: 0px;
}

/*=======================
 	FAQ
====================== */
.faq-block .block-content
{
	border: 1px solid #eee;
	border-top: 0px;
}

#faq1 .block-header
{
	border: 1px solid #eee;
}

#faq1 .block-header-default
{
	background-color: #ffffff;
}

#faq2 .block-header
{
	color: #ffffff;
}

.content-heading
{
	padding-bottom: .5rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75;
	border-bottom: 1px solid #e6ebf4;
}

.block-header-default
{
	background-color: #f9fafc;
}

.font-w600
{
	font-weight: 600 !important;
}

.block-header
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: .75rem 1.25rem;
	transition: opacity .25s ease-out;
}

.block-content
{
	transition: opacity .25s ease-out;
	width: 100%;
	margin: 0 auto;
	padding: 1.25rem 1.25rem 1px;
	overflow-x: visible;
}

.no-margin-padding
{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 5px 20px;
}

	.no-margin-padding [class*="col-"], .no-mp [class*="col-"]
	{
		padding-right: 0px;
		padding-left: 0px;
	}

.no-mp
{
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 0px;
	background: #ffffff;
}

.block-title
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1.75rem;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
}

.block-title-new
{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1.75rem;
	margin: 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
}

.bg-body-light
{
	background-color: #f9fafc !important;
	padding-bottom: 20px;
}

.block.block-bordered
{
	border: 1px solid #e6ebf4;
	box-shadow: none;
}

.pricing-content
{
	min-height: 280px;
}

.block
{
	display: block;
}

.fa-check:before
{
	content: "\f00c";
}

a.block.block-link-pop:hover
{
	opacity: 1;
}


/*Changes*/
.side-bar-item
{
}

.side-bar-option
{
    font-size: 11px;
}

.side-bar-category
{
    font-size: 11px;
    font-weight:bold;
    padding: 10px 10px 10px 30px;
    display: block;
    letter-spacing: 1px;
}

.side-bar-category-option
{
    font-size: 11px;
    color: #aaa;
}

.side-bar-category-option span
{
    /*padding-left: 20px;*/
}

#sidebar ul li a
{
	padding: 10px 10px 10px 25px;
	/*font-size: 14px;*/
	display: block;
	letter-spacing: 1px;
}

#sidebar ul li ul li ul
{
	padding-left: 20px;
}

.searchButton
{
	cursor: pointer;
}

.table-button
{
	float: right;
	font-size: 12px;
	width: 75px;
}

.table-truncate
{
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.side-bar-truncate
{
	width: 125px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-top: 0px;
	vertical-align: middle;
}

.breadcrumb-truncate
{
	width: 125px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-top: 0px;
	vertical-align: middle;
}

#loader
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.75) url(/content/proclinic/images/loader11.gif) no-repeat center center;
	z-index: 10000;
}

.required
{
	border: 1px solid #f8d7da;
}

.table-column-click:hover
{
	background-color: #c1bcbc;
	cursor: pointer;
}

.hide-element
{
	display: none;
}

.align-bottom
{
	vertical-align: bottom;
}

.small-cell
{
	width: 1px;
	white-space: nowrap;
}

.clear-both
{
	clear: both;
}

.extra-small
{
	font-size: 10px;
}

.extra-large
{
	font-size: 60px;
}

.wide-margins
{
	margin: 20px;
}

fa-sticky-note:before
{
	content: "\f249"
}

.form-indent1
{
	margin-left: 20px;
}

.form-indent2
{
	margin-left: 40px;
}

.form-checkbox-label
{
	font-weight: normal !important;
}

.form-divider
{
	border-bottom: 1px solid #eee;
}

.sub-title
{
	color: white;
	font-size: 11px;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.align-top
{
	vertical-align: top;
}

.align-bottom
{
	vertical-align: bottom;
}

.align-middle
{
	vertical-align: middle;
}

.shrink
{
	font-size: 1.5vw;
}

.home-title
{
	font-size: 20px;
	margin-top: 40px;
}

.home-widget
{
	height: 100px;
}

/************************************************************Start Toggle button*/
/* The switch - the box around the slider */
.switch1
{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

	/* Hide default HTML checkbox */
	.switch1 input
	{
		opacity: 0;
		width: 0;
		height: 0;
	}

/* The slider */
.slider
{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before
	{
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 2px;
		bottom: 2px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider
{
	background-color: #2196F3;
}

input:focus + .slider
{
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before
{
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round
{
	border-radius: 34px;
}

	.slider.round:before
	{
		border-radius: 50%;
	}
/*End Toggle button*/

.round-table
{
	border-radius: 5px;
}

.fullScreen
{
	position: fixed !important;
	width: 1000px;
	top: 100px;
	z-index: 9999999999;
	min-height: 502px !important;
	left: 20%;
	transition: all 1s;
	height: 0px !important;
	overflow-x: scroll;
}

.text-area-fill-screen
{
	width: 100%;
	height: 100vh;
}

.script-code
{
	font-size: 10px;
	font-family: "Lucida Console", Monaco, monospace;
}

/*CSS busy indicator*/
.lds-ellipsis
{
	display: inline-block;
	position: relative;
	width: 64px;
	height: 10px;
}

	.lds-ellipsis div
	{
		position: absolute;
		top: 10px;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background: red;
		animation-timing-function: cubic-bezier(0, 1, 1, 0);
	}

		.lds-ellipsis div:nth-child(1)
		{
			left: 6px;
			animation: lds-ellipsis1 0.6s infinite;
		}

		.lds-ellipsis div:nth-child(2)
		{
			left: 6px;
			animation: lds-ellipsis2 0.6s infinite;
		}

		.lds-ellipsis div:nth-child(3)
		{
			left: 26px;
			animation: lds-ellipsis2 0.6s infinite;
		}

		.lds-ellipsis div:nth-child(4)
		{
			left: 45px;
			animation: lds-ellipsis3 0.6s infinite;
		}

@keyframes lds-ellipsis1
{
	0%
	{
		transform: scale(0);
	}

	100%
	{
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3
{
	0%
	{
		transform: scale(1);
	}

	100%
	{
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2
{
	0%
	{
		transform: translate(0, 0);
	}

	100%
	{
		transform: translate(19px, 0);
	}
}

.home-card
{
    border-radius: 10px;
}
.widget-area-2
{
    border-radius: 10px;
}

.icon-arrow-right:before
{
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before
{
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.toggle-off
{
    border: 1px solid #aaa !important;
}

.modal-content
{
    border-radius:.5em;
}

.z-top
{
    z-index:10050;
}

.toast-message
{
	background-color: #dd5555;
	color: white;
	border: 1px solid black;
	display: none;
	padding-left: 5px;
	border-radius: 5px;
	position: fixed;
	top: 10px;
	left: 20px;
	width: 350px;
	z-index:10000;
}
