/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body, .navigation, .header-navbar, .breadcrumb, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Nunito', sans-serif;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
	width: 343px;
}

html body.bg-full-screen-image {
	background: url(../images/books-918521_1920.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

html body .content {
	position: relative;
	min-height: -webkit-calc(100% - 43px);
	min-height: -moz-calc(100% - 43px);
	min-height: calc(100% - 43px);
	padding: 0;
	-webkit-transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	-o-transition: 300ms ease all;
	transition: 300ms ease all;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

html body a {
	color: #f16c21;
}

html body a:hover {
	color: #d35d1a;
}

.main-menu.menu-light .navigation > li.active > a {
	border-right: 4px solid #f16c21;
}

.form-control-position {
	line-height: 2.7rem;
}

.badge-mahler {
	background-color: #f16c21;
}

.badge-shoppingcart {
	right: 92px;
}

.mr-0-5 {
	margin-right: 0.5rem;
}

.btn-mahler {
	color: #fff;
	border-color: #f16c21 !important;
	background-color: #f16c21 !important;
}

.btn-mahler:hover {
	color: #fff !important;
	border-color: #d35d1a !important;
	background-color: #d35d1a !important;
}

.btn-outline-mahler {
	color: #f16c21;
	border-color: #f16c21;
	background-color: transparent;
}

.btn-outline-mahler:not(:disabled):not(.disabled):active, .btn-outline-mahler:not(:disabled):not(.disabled).active, .show > .btn-outline-mahler.dropdown-toggle {
	color: #fff;
	border-color: #f16c21;
	background-color: #f16c21;
}

.btn-outline-mahler:hover {
	color: #fff !important;
	background-color: #f16c21;
}

.navbar-light .navbar-nav .active.nav-link {
	color: #f16c21;
}

.edit-frame{
    height: 650px;
    border:0px solid black;
    overflow-x: hidden;
    overflow-y:auto;
	width: calc(100% - 2px);
}

.card-content .form-header {
	background-color: #ebebeb;
	padding: 20px;
}

.card-content .form-header h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

label {
	margin-bottom: 5px;
	font-weight: 700;
}


img.thumbnail {
	max-width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	display: block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}


@media (max-width: 767.98px) {
	.header-navbar .navbar-nav .open-navbar-container {
		padding-top: 1rem;
	}

	.header-navbar .navbar-header .menu-toggle {
		top: 5px;
	}
}
	
.order-card{
	background: rgba(241, 108, 33, 0.14);
}

.card-body-label{
	color: #f16c21;
	font-weight: bolder;
}

.card-content-orders{
	width:100%;
}

.edit-card{
	box-shadow: 0 0px 0px !important;
	-webkit-box-shadow: 0 0px 0px !important;
}

.online-edit-iframe {
	border-radius: 5px;
	margin: 1px;
}

.online-edit-div{
	border: 1px solid #f16c21;
}

.formular-edit-iframe {
	border-radius: 5px;
	margin: 1px;
}

.formular-edit-div{
	border: 1px solid rgb(240, 240, 240);
}

.red{
	color: red;
}

.red-border{
	border: 1px solid red !important;
}

.hidden{
	display:none;
}

