/*
 * Custom Styles to override SmartAdmin
 * by Kreativne ideje d.o.o.
 */

/* #mobile-profile-img {
	display: inline-block !important;
} */

input, select, textarea {
	background-color: #FFFFFF;
}

.errorForm {
	color: #d56161;
	font-size: 11px;
	line-height: 15px;
	margin-top: 6px;
	padding: 0 1px;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

.table > tbody > tr.storno > td, .table > tbody > tr.storno > th, .table > tbody > tr > td.storno, .table > tbody > tr > th.storno, .table > tfoot > tr.storno > td, .table > tfoot > tr.storno > th, .table > tfoot > tr > td.storno, .table > tfoot > tr > th.storno, .table > thead > tr.storno > td, .table > thead > tr.storno > th, .table > thead > tr > td.storno, .table > thead > tr > th.storno {
	background-color: #ac5287;
	color: #fff;
}

.table > tbody > tr.stop > td, .table > tbody > tr.stop > th, .table > tbody > tr > td.stop, .table > tbody > tr > th.stop, .table > tfoot > tr.stop > td, .table > tfoot > tr.stop > th, .table > tfoot > tr > td.stop, .table > tfoot > tr > th.stop, .table > thead > tr.stop > td, .table > thead > tr.stop > th, .table > thead > tr > td.stop, .table > thead > tr > th.stop {
	background-color: #a90329;
	color: #fff;
}

.redStar {
	color: #FF0000;
}

.dashed {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	color: #232323;
	margin: 0 0 14px 0;
}

#extr-page-header-space2 {
	display: block;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 15px 0;
}

fieldset.customFieldsetBackground:nth-child(odd) {
	/* background-color: #f9f9f9; */
	background-color: #D6DDE7;
}

.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #fff;
}

.additionalNotes {
	margin-top: 15px;
}

.marginBottom {
	margin-bottom: 15px;
}


span.label.progress {
	background-color: #c79121 !important;
}

span.label.open, span.label.active {
	background-color: #3276b1;
}

span.label.storno {
	background-color: #ac5287;
}

span.label.closed, span.label.full {
	background-color: #739e73;
}

span.label.stop {
	background-color: #a90329;
}

span.label.group {
	background-color: #92a2a8;
}

span.label.trash {
	background-color: #000000;
}

tr.progress {
	background-color: #FCF8E3 !important;
}

tr.open {
	background-color: #D6DDE7 !important;
}

tr.closed {
	background-color: #DFF0D8 !important;
}

tr.group {
	background-color: #92a2a8 !important;
}

tr.trash {
	background-color: #F2DEDE !important;
}

tr.superDanger {
	background-color: #e89993 !important;
}

.bg-warning-500 {
	background-color: #7c5400;
}

/* 
.table-striped>tbody>tr:nth-child(4n+1)>td,
.table-striped>tbody>tr:nth-child(4n+2)>td
{    background-color: #FFFFFF;
}
.table-striped>tbody>tr:nth-child(4n+3)>td,
.table-striped>tbody>tr:nth-child(4n+4)>td
{    background-color: #F9F9F9;
}
*/

#showNotification {
	position: absolute;
	top: 0;
	left: 25%;
	width: 30%;
	color: rgb(232, 230, 227);
	background-color: rgb(148, 16, 30);
	z-index: 100;
}

@media only screen and (max-width : 768px) {
	
	a.btn-xs {
		margin-bottom: 5px !important;
	}
	
}

