html,
body {
	background-color:transparent !important;
}

.navbar.navbar-default {
	background-color: #ebe8e2 !important;
}

html {
	background-color: #ebe8e2 !important;
	background-repeat: no-repeat;
	background-position: right 50px bottom 100px;
}

#morris-bar {
	display: none;
}

.text-primary,
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
	color: #d23429 !important;
}

#datatable-custom {
	display: none;
	width: 100% !important;
}

.waves-effect .waves-ripple {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before,
.bg-primary,
.btn-primary,
.pagination > .active > a,
.btn-bordred.btn-custom,
.checkbox-custom input[type="checkbox"]:checked + label::before,
.btn-custom {
	background-color: #d23429 !important;
	border-color: #d23429 !important;
}

.btn-bordred.btn-custom {
	border-bottom-color: #9a0000 !important;
}

.btn-primary:hover,
.btn-custom:hover {
	border-color: #9a0000 !important;
	background-color: #9a0000 !important;
}

.btn-default {
	border-color: #fbf0e1 !important;
	background-color: #fbf0e1 !important;
}

.user-box .user-img {
	background-color: #d23429 !important;
}

footer.footer {
	background-color: #bab2ad;
	border-color: #bab2ad;
}

.topbar .topbar-left,
.side-menu {
	background-color: #bbb3ae !important;
}

#sidebar-menu ul ul a,
#sidebar-menu > ul > li > a {
	background-color: transparent;
	color: #fefefe;
}

#sidebar-menu ul ul li.active a,
#sidebar-menu .subdrop,
#sidebar-menu > ul > li > a.active,
#sidebar-menu ul ul a:hover,
#sidebar-menu ul ul a:active,
#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:hover {
	color: #d23429 !important;
	border-color: #d23429;
	font-weight: bold;
}

#sidebar-menu .subdrop,
.topbar .topbar-left,
.navbar-default {
	border-color: #d23429;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #fbf0e1 !important;
}

#datatable-custom tbody tr.selected {
	background-color: #d23429 !important;
	color: #fff !important;
}

.user-box * {
	color: #fefefe;
}

.side-menu {
	padding-top: 100px;
}

.topbar-left img {
	margin: auto;
	margin-top: 25px;
	max-width: 90%;
	display: block;
}

.morris-hover.morris-default-style {
	border: none;
	background-color: #d23429 !important;
}

.actual-data-summary {
	display: none;
}

.data-summary {
	display: none;
}

.details-table .default.loading {
	display: none;
	text-align: center;
}

.details-table .default.loading.display-table-row {
	display: table-row;
}

table#manage-users tr td {
	vertical-align: middle;
}

.alert-success {
	color: #327c6d;
}

.input-group {
	margin: 10px auto;
}

.font-normal {
	font-weight: 400;
}

/*.data-table-wrapper {
	max-height: 90%;
}*/

#datatable_filter label input {
	width: calc(100% - 7px);
}

#datatable-custom tfoot tr td {
	border-top: 3px solid #ebeff2;
	font-weight: bold;
	white-space: nowrap;
}

body.mobile ul.nav {
	padding-left: 0px;
}

body.mobile .navbar .container {
	padding: 0px;
}

body.mobile ul.nav .page-title {
	font-size: 14px;
}

body.mobile ul.navbar-left li:first-child {
	margin-top: 22px;
}

#wrapper, .content-page {
	overflow: visible !important;
}

.login-logo {
	position: relative;
	top: 115px;
}

.p-t-70 {
	padding-top: 70px;
}

.dashboard-stats {
	height: 646px;
	max-width: 540px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.dashboard-stats .title {
    padding-top: 200px;
    font-size: 24px;
    padding-left: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.dashboard-stats .stat {
    font-size: 18px;
    padding-left: 66px;
}

.dashboard-stats .stat.present-cash-flow {
    padding-top: 38px;
    color: #fff;
}

.dashboard-stats .stat.removed-items {
    padding-top: 46px;
}

.dashboard-stats .stat.transferred-items {
    padding-top: 50px;
}

.dashboard-stats .stat .name {
	font-weight: bold;
}

.dashboard-stats .stat .price {
	display: inline-block;
	width: 200px;
}

@media (min-width: 1440px) {
	.col-xl-6 {
		width: calc(50% - 30px);
	    float: left;
	    margin: 15px;
	}
}

@media (max-width: 1023px) {
	.topbar-left img {
		margin-top: 5px;
		max-height: 100px;
	}
	.side-menu {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.side-menu {
		padding-top: 0px;
	}
	.row > .pull-right {
		float: unset !important;
	}
	html {
		background-size: 75%;
	}
	form.user-list-form > .input-group {
		display: block;
	}
	form.user-list-form .input-group-btn {
		display: block;
		margin-bottom: 10px;
	}
	form.user-list-form input[name=query] {
		display: block;
		width: 70%;
	}
	form.user-list-form input[name=query] + .input-group-btn {
		width: 30%;
	}
	form.user-list-form input[name=query] + .input-group-btn button {
		display: inline-block;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.navbar {
		padding: 0px;
		float: unset !important;
	}

	.navbar li:first-child {
		margin-top: 0px !important;
	}

	.navbar li {
		float: unset !important;
	}
}

@media (max-width: 579px) {
	.dashboard-stats {
		width: 300px;
		transform: translateY(-23%);
    	margin: auto;
	}

	.dashboard-stats .title {
	    padding-top: 210px;
	    font-size: 20px;
	    padding-left: 40px;
	}

	.dashboard-stats .stat {
		font-size: 14px;
		padding-left: 38px;
	}

	.dashboard-stats .stat .price {
		width: 100px;
	}

	.dashboard-stats .stat.present-cash-flow {
		padding-top: 18px;
	}

	.dashboard-stats .stat.removed-items {
		padding-top: 12px;
		/*padding-top: 27px;*/
	}

	.dashboard-stats .stat.transferred-items {
		padding-top: 27px;
	    /*padding-top: 16px;*/
	}
}