/*
	Theme Name: LaNovia Administration Business
	Theme URI: http://dev.lanovia.ro/
	Author: Magneto.Web (a MarkUpMedia company)
	Version: 1.4.2
*/

.input-group-addon {
	border: solid 1px #a6a7aa;
}

.panel-heading {
	padding: 14px 15px 0px 15px;
}
span.blur { filter: blur(3px); }
span.blur-part { position: relative; }
span.blur-part:after {
	content: ' ';
	position: absolute;
	top: 0; right: 0; width: 100%; height: 100%;
	filter: blur(1px);
	background: rgba(255,255,255,0.95);
}

i.mgnt-letter { font-weight: bold; text-transform: uppercase; font-style: normal; }
a.icon-dropdown { cursor: pointer; position: absolute!important; top: 0; right: 0; width: 45px; height: 45px;  display: inline!important; border:none!important;  }
a.icon-dropdown:before { display: none!important; }
label { font-size: 12px!important; }

.lnvTitle { text-align: center; border-bottom: solid 1px #4C4C4C; }
option[disabled=disabled], option[disabled] { text-decoration: line-through!important; }

table.table-orders { font-size: 11px;}
table.table-orders tr.b2 {height: 1px; background: #f1f3f6; }
table.table-orders tr.b2 td { height: 1px; border: none; border-top: solid 1px #000;}
table.table-orders thead th { text-align: center; vertical-align: middle; padding: 3px 2px; background: #FF69B4; color: #FFF;}
table.table-orders tr td {
	vertical-align: middle!important;
	text-align: center;
}
table.table-orders tr td:first-child {
	border-left: 1px solid #000;
}
.text-green { color: green; }
.text-red { color: darkred; }

.box-lightyellow { background: #FFFFE0; }

.btn-print { position: absolute; top: 15px; left: 315px;  }


table.dataTable.table-condensed > thead > tr > th {
	padding-right: 0px;
	font-size: 10px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #000;
}
table.dataTable.table-condensed tr td:first-child {
	border-left: solid 1px #000000;
}
table.dataTable.table-condensed tr td:last-child {
	border-right: solid 1px #000000;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;

}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	border: solid 1px #000;
}

.main-sidebar {
	
	width: 215px;
	z-index: 810;
	background-color: #2c3136;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
.content-wrapper, .right-side, .main-footer {
	
	margin-left: 200px;
	
}
a.appointment:hover .inbox-item { background: #F0F0F0!important; }
a.appointment.selected .inbox-item, a.appointment.active .inbox-item { background: #9FD0D5; }
.inbox-item .profile-status {
	height: 6px;
	width: 6px;
	border-radius: 50%;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: 50%;
	right: 7px;
}
.inbox-item .inbox-item-img {
	display: block;
	float: left;
	margin-right: 15px;
	width: 11px;
}

.inbox-item .inbox-item-text {
	color: #9a9da0;
	display: block;
	font-size: 12px;
	margin: 0 15px 0 27px;
}

.modal {
	position: fixed;
	top: 3%;
	right: 3%;
	left: 3%;
	bottom: 3%;
	width: auto;
	margin: 0;
}
.modal-body {
	height: 60%;
}
tr.inUse { background: #E1Ca9a; color: #000;  }