@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic-ext,latin-ext');

body {
	font-family: 'Open Sans', sans-serif;
	background: #e9e9e9;
}

.extra-bold {font-weight: 800;}

.pl-5 {padding-left: 5px !important;}
.pr-5 {padding-right: 5px !important;}

.plr-3 {padding-left: 3px; padding-right: 3px;}

.border-rad-0,
.border-rad-0 + .select2 .select2-selection {border-radius: 0; border: 1px solid #ccc;}

#dashboard .panel-macte .btn:not(.market-btn) {
	font-size: 12px;
	padding: 3px 9px;
}

#dashboard, #reports-page, .bg-pallete {
	font-size: 12px;
	background: #fff;
	padding: 10px;
}

.form-group {
    margin-bottom: 5px;
}

#dashboard .row {
	margin-right: -5px;
	margin-left: -5px;
}

[class^="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

#dashboard .panel-heading 
{	padding: 5px 5px 5px 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#dashboard .panel-heading .form-control {
	height: 28px;
	border: 1px solid #1a2e35;
	background: #3f5056;
	color: #fff;
	cursor: pointer;
}

#dashboard .panel-heading .form-control:hover,
#dashboard .panel-heading .form-control:focus {
	background: #5d727a;
}

#dashboard .panel {
	margin-bottom: 10px;
	border-radius: 0;
}

.form-control { /*GLOBALIZED*/
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 4px 6px;
	font-size: 12px;
}

.select2-container--default .select2-selection--single { /*GLOBALIZED*/
	border-radius: 0;
	border: 1px solid #ccc;
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { /*GLOBALIZED*/
	line-height: 34px;
}

.select2-container--open .select2-dropdown--below {border-radius: 0;}

.panel-macte .panel-body {
	padding: 10px;
}

#dashboard .nav > li > a {
	padding: 5px 10px;
}

.help-block {font-size: 12px;}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 6px;
}


/* PANEL Client information
======================================== */
#dashboard .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.panel .panel-item-title,
.panel .panel-item-title-side,
.table-client-contacts th,
.panel-summary-item-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
}

.panel .panel-item-value {
	font-size: 16px;
	margin-bottom: 10px;
}

.panel-client > [class^="col-"]:first-of-type {
	padding-right: 0;
}
.panel-client > [class^="col-"]:last-of-type {
	padding-left: 0;
}


#dashboard .panel-client {
	display: flex;
	margin-bottom: 10px;
}

#dashboard .panel-client .panel-heading {
	/*background-color: #e8e8e8;*/
	background-color: #1a2e35;
	color: #fff;
}

#dashboard .panel-client .panel {
	border: 0;
	height: 100%;
	background: #fafafa;
	margin-bottom: 0;
}

#dashboard .panel-client .panel-body {
	padding: 5px 5px 0 5px;
}

#dashboard .table-client-contacts th {
	border-bottom: 0;
	padding: 0;
}

#dashboard .table-client-contacts td {
	border-top: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f5f5f5 !important;
}

table.dataTable tbody tr.selected {
	background-color: #405056 !important;
}

table.dataTable td.select-checkbox:before {
	top: 50%;
}


table.dataTable td.select-checkbox:after {
	top: 50%;
	text-shadow: none !important;
}

.panel-summary-item {
	background-color: #f5f5f5;
	margin-bottom: 5px;
	padding: 5px;
	border-left: 2px solid #c4c4c4;
}

.panel-summary-item .label {
	padding: 0;
	font-size: 18px;
	background-color: transparent;
	font-weight: 400;
	border: 0;
}

.panel-summary-item .label.label-success {color: #5cb85c;}
.panel-summary-item .label.label-danger {color: #d9534f;}
.panel-summary-item .label.label-primary {color: #337ab7;}

li.panel-summary-item .label {
	font-size: 14px;
}

#dashboard .panel-summary .panel-heading,
#dashboard .panel-summary .panel-body,
#dashboard .cash-panel .panel-heading,
#dashboard .cash-panel .panel-body {
	padding: 0;
}

#dashboard .panel-summary .panel-heading,
#dashboard .cash-panel .panel-heading {
	margin-bottom: 10px;
}

/* PANEL MACTE
======================================== */

.panel-macte {
	background: #fafafa;
	border: 0;
}

.panel-macte > .panel-heading {
	color: #ffffff;
	background-color: #1a2e35;
	border: 0;
}

.btn, /*GLOBALIZED*/
.input-group-addon {
	border-radius: 0;
}

#dashboard .dataTable.table {
	background: #fff;
	border: 1px solid #ddd;
}


.panel-macte table {
	background: #fff;
	border: 1px solid #ddd;
}

#dashboard .panel-macte .panel-body ul.nav {
	background: rgba(26, 46, 53, 0.83);
	color: #fff;
	margin: -10px -10px 10px -10px;
}

#dashboard .panel-macte .nav-pills > li.active > a {
	color: #000;
	background-color: #fafafa;
}

#dashboard .panel-macte .nav-pills > li > a {
	color: #fcfcfc;
	border-radius: 0;
	cursor: pointer;
}

#dashboard .panel-macte .nav > li > a:hover {
	color: #000;
}

#dashboard .dataTables_paginate .pagination {
	display: block;
	margin: 0;
}

#dashboard .dataTables_paginate .pagination > li > a,
#dashboard .dataTables_paginate .pagination > li > span {
	border-radius: 0 !important;
	padding: 3px 9px;
}

#dashboard .dataTables_filter input,
#dashboard .dataTables_length select {
	padding: 2px 6px;
	height: 26px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #b6b6b6;
	border-color: #b6b6b6;
}

div.dataTables_wrapper div.dataTables_info {
	font-size: 10px;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	font-size: 16px;
	background: #fff;
	font-weight: 300;
	color: #ccc;
}

.dataTable thead th {
	padding-right: 8px !important;
}

.dataTable thead th:hover {
	background: #fafafa;
}

table.dataTable thead th:after {
	display: none !important;
}

.table-hover > tbody > tr:hover {
	background-color: #ebeaea !important;
}

.table-responsive .row {
	margin-left: 0;
	margin-right: 0;
	overflow-x: auto;
}

/* CHAT
======================================== */

.chat-with-client {
	background: #fafafa;
}

#chat-list .list-group-item {
	margin: 5px;
	border-left: 1px;
	border-right: 1px;
	padding: 5px;
	color: #000;
	background-color: #fff;
	border: 0px solid #ddd !important;
}

.chat-with-client .panel-body {
	padding: 0 !important;
	background: #fff;
}

.chat-with-client .msg-area {
	border: 0;
	resize: none;
}

.chat-with-client .panel-body .btn {
	border: 0;
}

.strict.alert.alert-danger {
    margin: 5px;
    border-radius: 0;
    padding: 10px;
}


/* MODAL
======================================== */

.modal-content {
	border-radius: 0;
	border: 0;
}

.modal-content .modal-body {
	padding-bottom: 0;
	padding-top: 0;
}

.modal-content .modal-header {
	border-bottom: 0;
}

.modal-content .modal-header .modal-title {
	text-transform: uppercase;
	font-size: 18px;
}

.modal-content .modal-footer {
	border-top: 0;
	padding-top: 0;
}

/* Tab list
======================================== */
.nav.nav-tabs li {
	cursor: pointer;
}


/* PANEL
======================================== */



/* REPORTS PAGE
======================================== */


#reports-page .table-responsive {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #fff;
}

#reports-page table {
	margin-bottom: 0 !important;
}


#reports-page .dark-heading {
	min-height: 36px;
	background: #1a2e35;
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

#reports-page .semi-dark-heading {
	min-height: 36px;
	background: #405056;
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.style-a1 {
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px;
}

.style-a2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.style-a3 {
	font-size: 18px;
}

.style-a4 {
	font-weight: 600;
	margin-right: 15px;
}

.style-a5 {
	font-size: 16px;
	margin-right: 25px;
}


.gray-bg {
	background-color: #fafafa;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.btn-lg-ic i {
	margin-right: 10px;
}

.btn-dwn {
	margin-left: auto;
	margin-right: 3px;
	padding: 4px 12px;
}

#reports-page .summary {
	text-align: right;
	margin-right: 20px;
}

#reports-page .summary ul {
	list-style-type: none;
}

#reports-page .summary ul li .label {
	color: #000;
	font-weight: 700;
	display: inline-block;
	font-size: 12px;
}


#reports-page .summary ul li .data {
	color: #000;
	min-width: 100px;
	display: inline-block;
	font-size: 14px;
}


.init-balance {
	margin-left: auto;
	margin-right: 20px;
}

.init-balance .style-a5 {
	margin-right: 0;
}


/* DEF restyle tables */
.styled-table {
	font-size: 12px;
}

.styled-table.table > tbody > tr > td {
	padding: 5px;
}






/* ======================

=========================*/

.line-col-row {
    margin: 10px 4px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.line-col-row .w300 {
	width: 300px;
	padding-left: 15px;
}

.line-col-row .w300 .form-control {
	height: 32px;
	color: #f1f1f1;
    background: #f1f1f1;
}

.line-col-row .select2-selection.select2-selection--multiple {
	border-radius: 0;
	border-right: 0; 
}

.line-col-row button {
	border: 0;
}

/* ------------------------ */


@media (max-width: 991px) {
	#dashboard .panel-client {
		display: block;
	}

	.panel-client > [class^="col-"]:first-of-type {
		padding-right: 5px;
	}


	.panel-client > [class^="col-"]:last-of-type {
		padding-left: 5px;
	}
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb;
}