/*
	Theme Name: LaNovia Administration Business
	Theme URI: http://dev.lanovia.ro/
	Author: Magneto.Web (a MarkUpMedia company)
	Version: 1.4.2
*/
.w-100 { width: 100%; }
.w-50 { width: 50%; }
.strong { font-weight: bold; }

.btn-white { border: solid 1px #c0c0c0!important; box-shadow: none; margin-right: 3px; font-weight: normal; }
.btn-white.active {  border : solid 1px #000!important; box-shadow: 0 3px 5px rgba(0,0,0,.325); font-weight: 700;  }

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	position: absolute;
	right: 15px;
	top: 7px;
	z-index: +1;
}

.mb-15 { margin-bottom: 15px; }
fieldset.fieldset { border: solid 1px #e1e6ef; position: relative; padding: 15px; padding-top: 25px; }
fieldset.fieldset legend { position: absolute; top: 0; left: 15px; transform: translateY(-50%); background: #FFF; padding: 2px 10px; font-size: 1.3rem; font-weight: 600; border: none; width: auto;  }
fieldset.fieldset .addon { position: absolute; top: 0; right: 15px; transform: translateY(-50%); background: #FFF; padding: 0 10px; }
.productList .product { border-bottom: solid 1px #e1e6ef; padding-top: 15px; }
.productList .product:first-child { padding-top: 0; }
.productList .product:last-of-type { border-bottom: none; }

.discount-container { display: flex; align-items: flex-end; }
.discount-container .form-group { margin-bottom: 0; }



.card { background: #FFF; border: 1px solid #e1e6ef; }
.card .card-header { 
	padding: 10px 15px 10px 15px;
	color: #374767;
	background-color: #fff;
	border-bottom: solid 1px #e4e5e7;

	position: relative;
	background-image: none; 
	display: flex; 
	justify-content: flex-start;
}

.card .card-footer { 
	padding: 10px 15px 10px 15px;
	color: #374767;
	background-color: #fff;
	border-top: solid 1px #e4e5e7;
	position: relative;
	background-image: none; 
	display: flex; 
	justify-content: flex-start;
}
.card .card-body { 
	padding: 15px;
	color: #374767;
	background-color: #fff;
	display: flex; 
}

.content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-header .header-title { margin-left: 0; white-space: nowrap; float: none; }
.content-header .breadcrumb {
	float: none;
	background: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px;
	position: static;
	border-radius: 0;
	border: 1px solid #e1e6ef;
	font-weight: 600;
}


.input-group-addon {
	border: solid 1px #a6a7aa;
}
.input-group-addon.null {
	border: none;
	padding: 0; 
	background: none; 
}

.panel-heading {
	padding: 14px 15px 0px 15px;
}


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;
}

table.table-contracts .clientMeta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
table.table-contracts { font-size: 13px; }
table.table-contracts .clientMeta div { font-size: 11px; display: flex; justify-content: space-between; background: #FF69B4; color: #FFF; margin-right: 3px; padding: 2px 3px 3px 3px; margin: 2.5px; }
table.table-contracts .clientMeta div .key { text-transform: uppercase; margin-right: 5px;}
table.table-contracts .clientMeta div .value { background: #FFF; color: #000; text-align: center; display: block; padding: 0 3px;}
table.table-contracts hr { margin-top: 5px; margin-bottom: 5px; }
table.table-contracts h6 { background: #FF69B4; color: #FFF; padding: 2.5px; }
table.table-contracts ol { list-style-type: inside;	margin: 0;	padding: 0 12px 0 12px;	text-align: left; }

.text-green { color: green; }
.text-red { color: darkred; }

.box-lightyellow { background: #FFFFE0; }

.btn-print { position: absolute; top: 15px; left: 315px;  }
.btn-dark { background-color: #373737; color: #FFF; border-color: #373737; }
.btn-dark:hover { background-color: #000; color: #FFF; border-color: #000; }


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;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 85%;
    }
}

.modal {
	position: fixed;
	top: 3%;
	right: 3%;
	left: 3%;
	bottom: 3%;
	width: auto;
	margin: 0;
}
.modal-xxl { width: 90%; }
.modal-body {
	height: 60%;
}
tr.inUse { background: #E1Ca9a; color: #000;  }

.modal-print { height: 90%; }
.modal-print .modal-content { height: 100%; }
.modal-print .modal-body { height: 86%; }

iframe.documentResult {
	width: 100%;
	border: solid 1px #ccc;
  	overflow: auto;
}
