/**
* MediaQueries stylesheet (Responsive Design)
*
* @modul	Backend
* @author	Fabian Manetsch
* @date		20.09.2022
* @update	20.09.2022 / FaM
 */

/* LOGIN ----------------------------------------------------------------------------------- */
.login-form
{
	background-color: rgba(255,255,255,0.7);
}

.login-form .form-control
{
	background-color: #dde3ec;
	border-color: #dde3ec;
}

/* TOPBAR ---------------------------------------------------------------------------------- */
/* Logo */
.brand-logo img
{
	width: 100px;
	margin-top: 2px;
}

/*Mobile-Logo*/
.header-mobile img
{
	height: 40px;
}

/*Mobile-Icons*/
.header-mobile .burger-icon span,
.header-mobile .burger-icon span::before,
.header-mobile .burger-icon span::after
{
	background-color: #FFFFFF;
}

.header-mobile .btn i
{
	color: #FFFFFF;
}

.header-mobile .btn .svg-icon svg g [fill]
{
	fill: #FFFFFF;
}

/* PACE ------------------------------------------------------------------------------------ */
.pace-overlay,
.pace-done.pace-running .pace-overlay,
.pace-customer
{
	display: none;
}

.pace-running .pace-customer
{
	display: block;
}

.pace-running .pace-overlay
{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
}

/* FORMS ----------------------------------------------------------------------------------- */
/*No-Data*/
.label-item-nodata, .badge-item-nodata
{
	color: #3d3633;
    background-color: transparent;
    border: 1px solid #D3D3D3;	
}

/* Pagination */
.pagination
{
	margin: 0;
}

/*Date-Picker*/
.datepicker-orient-top
{
	z-index: 10000;
}

/*Error-Text Input*/
.text-error
{
	color: #F64E60 !important;
}

/* Anteile */
.property .col-md-4 .form-group.form-md-line-input .form-control
{
	border: 1px solid #c2cad8;
	text-align: center;
}

/* - */
.property .form-group.form-md-line-input .input-group .input-group-btn .btn.bootstrap-touchspin-down
{
	border-radius: 4px 0 0 4px;
	color: #FFF;
	background-color: #217ebd;
	border-color: #1f78b5;
}

/* + */
.property .form-group.form-md-line-input .input-group .input-group-btn .btn.bootstrap-touchspin-up
{
	border-radius: 0 4px 4px 0;
	color: #fff;
	background-color: #c51b26;
	border-color: #a1161f;
}

.property .col-md-4 label
{
	width: 100%;
	text-align: center;
	font-style: italic;
}

.property .col-md-4:nth-child(1) label
{
	font-style: normal;
}

/*Readonly*/
input:read-only
{
	cursor: not-allowed;
	border-style: dashed;
}

input[type=file]:read-only
{
	cursor: pointer;
}

/* BUTTONS --------------------------------------------------------------------------------- */
i.nopadding
{
	padding: 0 !important;
}

/*Filter*/
.btn.btn-transparent-warning
{
	color: #181C32;
}

/*List*/
.btn.btn-list
{
	color: #ffffff;
	background-color: #c49f47;
	border-color: #c49f47;
}

.btn.btn-list>i
{
	color: #ffffff;
}

.btn.btn-list:hover:not(.btn-text):not(:disabled):not(.disabled)
{
	color: #ffffff;
	background-color: #a48334;
	border-color: ##c7c32;
}

/*Filter-Auswahl*/
.input-group.input-group-sm i
{
	margin-top: 3px;
}
.dropdown-menu > li > a > i:before, .dropdown-menu > .dropdown-item > i:before
{
	line-height: 100%;
	margin: 2px 2px 0 0;
}

/*Ausblenden*/
.autosuggest_result.disabled,
.autosuggest1_result.disabled,
.autosuggest2_result.disabled
{
	display: none;
}

/*Cursor*/
.alert-text .btn:not(:disabled):not(.disabled),
.cursor-unset.btn:not(:disabled):not(.disabled)
{
	cursor: unset;
}

/* MESSAGES -------------------------------------------------------------------------------- */
.alert p
{
	margin: 0;
	padding: 0;
}

.errors ul
{
	margin-bottom: 0;
}

/*Text Hinweis*/
.alert.alert-custom.alert-light-warning .alert-text
{
	color: #181C32;
}

/* NOTES ----------------------------------------------------------------------------------- */
/* Info-Table */
.note table
{
	margin-bottom: 0;
}

.note .table>tbody>tr>td, 
.note .table>tbody>tr>th, 
.note .table>tfoot>tr>td, 
.note .table>tfoot>tr>th, 
.note .table>thead>tr>td, 
.note .table>thead>tr>th
{
	padding: 0;
	border: none;
	color: #333;
	font-size: 13px;
}

/* Fusszeile */
.table>tfoot>tr>td, .table>tfoot>tr>th
{
	padding: 8px;
}

/* Hinweise in Tabelle */
/*Keine Datensätze*/
.card-body .alert-nodata
{
	padding: 0;
	margin: 0;
}

/* NOTES ----------------------------------------------------------------------------------- */
/* Support */
.note.support
{
	background-color: #FFFFFF;
}

/* Text */
.note h4.block
{
	margin: 0;
}

.note ul
{
	margin-bottom: 0;
}

.note.support ul
{
	list-style: none;
	padding: 0;
}

.note ul.list-inline
{
	margin-left: 0;
}

.note ul li
{
	font-size: 13px;
	padding: 5px 5px 5px 0;
}

.note.support ul li
{
	padding: 8px 8px 8px 0;
}

/* Module */
.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.enabled
{
	border-color: #32c5d2;
	/*border-bottom-color: #32c5d2;*/
	/*background-color: rgba(54,157,95,0.34);*/
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.disabled
{
	border-color: #c51b26;
	/*border-bottom-color: #c51b26;*/
	/*background-color: rgba(157,0,62,0.34);*/
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container .icon-check
{
	color: #36c6d3;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container .icon-close
{
	color: #c51b26;
}

/* COTANINER ------------------------------------------------------------------------------ */
@media (min-width: 1400px)
{
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl
	{
		max-width: 1600px;
	}
}

/* DASHBOARD ----------------------------------------------------------------------------- */
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.progress {
	border: 0;
	background-image: none;
	filter: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.progress.progress-sm {
	height: 12px;
}
.page-md .progress {
	text-indent: -99999px;
}

/* Custom colors */
.progress-bar.white {
	background: #ffffff !important;
	color: #666 !important;
}

.progress-bar.default {
	background: #e1e5ec !important;
	color: #666 !important;
}

.progress-bar.dark {
	background: #2f353b !important;
	color: #FFFFFF !important;
}

.progress-bar.blue {
	background: #3598dc !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-madison {
	background: #578ebe !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-chambray {
	background: #2C3E50 !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-ebonyclay {
	background: #22313F !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-hoki {
	background: #67809F !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-steel {
	background: #4B77BE !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-soft {
	background: #4c87b9 !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-dark {
	background: #5e738b !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-sharp {
	background: #5C9BD1 !important;
	color: #FFFFFF !important;
}

.progress-bar.blue-oleo {
	background: #94A0B2 !important;
	color: #FFFFFF !important;
}

.progress-bar.green {
	background: #32c5d2 !important;
	color: #FFFFFF !important;
}

.progress-bar.green-meadow {
	background: #1BBC9B !important;
	color: #FFFFFF !important;
}

.progress-bar.green-seagreen {
	background: #1BA39C !important;
	color: #FFFFFF !important;
}

.progress-bar.green-turquoise {
	background: #36D7B7 !important;
	color: #FFFFFF !important;
}

.progress-bar.green-haze {
	background: #44b6ae !important;
	color: #FFFFFF !important;
}

.progress-bar.green-jungle {
	background: #26C281 !important;
	color: #FFFFFF !important;
}

.progress-bar.green-soft {
	background: #3faba4 !important;
	color: #FFFFFF !important;
}

.progress-bar.green-dark {
	background: #4DB3A2 !important;
	color: #FFFFFF !important;
}

.progress-bar.green-sharp {
	background: #2ab4c0 !important;
	color: #FFFFFF !important;
}

.progress-bar.green-steel {
	background: #29b4b6 !important;
	color: #FFFFFF !important;
}

.progress-bar.grey {
	background: #E5E5E5 !important;
	color: #333333 !important;
}

.progress-bar.grey-steel {
	background: #e9edef !important;
	color: #80898e !important;
}

.progress-bar.grey-cararra {
	background: #fafafa !important;
	color: #333333 !important;
}

.progress-bar.grey-gallery {
	background: #555555 !important;
	color: #ffffff !important;
}

.progress-bar.grey-cascade {
	background: #95A5A6 !important;
	color: #FFFFFF !important;
}

.progress-bar.grey-silver {
	background: #BFBFBF !important;
	color: #FAFCFB !important;
}

.progress-bar.grey-salsa {
	background: #ACB5C3 !important;
	color: #FAFCFB !important;
}

.progress-bar.grey-salt {
	background: #bfcad1 !important;
	color: #FAFCFB !important;
}

.progress-bar.grey-mint {
	background: #525e64 !important;
	color: #FFFFFF !important;
}

.progress-bar.red {
	background: #e7505a !important;
	color: #ffffff !important;
}

.progress-bar.red-pink {
	background: #E08283 !important;
	color: #ffffff !important;
}

.progress-bar.red-sunglo {
	background: #E26A6A !important;
	color: #ffffff !important;
}

.progress-bar.red-intense {
	background: #e35b5a !important;
	color: #ffffff !important;
}

.progress-bar.red-thunderbird {
	background: #D91E18 !important;
	color: #ffffff !important;
}

.progress-bar.red-flamingo {
	background: #EF4836 !important;
	color: #ffffff !important;
}

.progress-bar.red-soft {
	background: #d05454 !important;
	color: #ffffff !important;
}

.progress-bar.red-haze {
	background: #f36a5a !important;
	color: #ffffff !important;
}

.progress-bar.red-mint {
	background: #e43a45 !important;
	color: #ffffff !important;
}

.progress-bar.yellow {
	background: #c49f47 !important;
	color: #ffffff !important;
}

.progress-bar.yellow-gold {
	background: #E87E04 !important;
	color: #ffffff !important;
}

.progress-bar.yellow-casablanca {
	background: #f2784b !important;
	color: #ffffff !important;
}

.progress-bar.yellow-crusta {
	background: #f3c200 !important;
	color: #ffffff !important;
}

.progress-bar.yellow-lemon {
	background: #F7CA18 !important;
	color: #ffffff !important;
}

.progress-bar.yellow-saffron {
	background: #F4D03F !important;
	color: #ffffff !important;
}

.progress-bar.yellow-soft {
	background: #c8d046 !important;
	color: #ffffff !important;
}

.progress-bar.yellow-haze {
	background: #c5bf66 !important;
	color: #ffffff !important;
}

.progress-bar.yellow-mint {
	background: #c5b96b !important;
	color: #ffffff !important;
}

.progress-bar.purple {
	background: #8E44AD !important;
	color: #ffffff !important;
}

.progress-bar.purple-plum {
	background: #8775a7 !important;
	color: #ffffff !important;
}

.progress-bar.purple-medium {
	background: #BF55EC !important;
	color: #ffffff !important;
}

.progress-bar.purple-studio {
	background: #8E44AD !important;
	color: #ffffff !important;
}

.progress-bar.purple-wisteria {
	background: #9B59B6 !important;
	color: #ffffff !important;
}

.progress-bar.purple-seance {
	background: #9A12B3 !important;
	color: #ffffff !important;
}

.progress-bar.purple-intense {
	background: #8775a7 !important;
	color: #ffffff !important;
}

.progress-bar.purple-sharp {
	background: #796799 !important;
	color: #ffffff !important;
}

.progress-bar.purple-soft {
	background: #8877a9 !important;
	color: #ffffff !important;
}

.dashboard-stat2 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	padding: 15px 15px 30px 15px;
	margin-bottom: 20px;
}

.dashboard-stat2.bordered {
	border: 1px solid #e7ecf1;
}

.dashboard-stat2 .display {
	margin-bottom: 20px;
}

.dashboard-stat2 .display:before, .dashboard-stat2 .display:after {
	content: " ";
	display: table;
}

.dashboard-stat2 .display:after {
	clear: both;
}

.dashboard-stat2 .display .number {
	float: left;
	display: inline-block;
}

.dashboard-stat2 .display .number h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
}

.dashboard-stat2 .display .number h3 > small {
	font-size: 23px;
}

.dashboard-stat2 .display .number small {
	font-size: 14px;
	color: #AAB5BC;
	font-weight: 600;
	text-transform: uppercase;
}

.dashboard-stat2 .display .icon {
	display: inline-block;
	float: right;
	padding: 7px 0 0 0;
}

.dashboard-stat2 .display .icon > i {
	color: #cbd4e0;
	font-size: 26px;
}

.dashboard-stat2 .progress-info {
	clear: both;
}

.dashboard-stat2 .progress-info .progress {
	margin: 0;
	height: 4px;
	clear: both;
	display: block;
}

.dashboard-stat2 .progress-info .status {
	margin-top: 5px;
	font-size: 11px;
	color: #AAB5BC;
	font-weight: 600;
	text-transform: uppercase;
}

.dashboard-stat2 .progress-info .status .status-title {
	float: left;
	display: inline-block;
}

.dashboard-stat2 .progress-info .status .status-number {
	float: right;
	display: inline-block;
}

/***
Text Stats
***/
.text-stat h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 18px;
}

.text-stat span {
	font-size: 13px !important;
}

@media (max-width: 767px) {
	/* 767px */
	.text-stat {
		margin-top: 20px;
	}
}

