﻿.dz-message {
	padding: 1rem;
}
.bg-primary {
    background: #f4c550;
}
.bg-gradient-primary {
    background: linear-gradient(87deg,#f4c550 0,#f7bf1d 100%);
}
.btn-primary {
    border-color: #f4c550;
    background-color: #f4c550;
}
.btn-primary:hover{color:#fff;border-color:#f7bf1d;background-color:#f7bf1d}
.btn-primary.focus,.btn-primary:focus{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(94,114,228,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;border-color:#f7bf1d;background-color:#f7bf1d}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
	color:#fff;
	border-color:#f7bf1d;
	background-color:#f4c550;
}
.shop-name{
	color: #888;
	font-weight: bold;
}
/*roles*/

nav > .nav.nav-tabs {
  border: none;
  color:#272e38;
  border-radius:0;
}
nav > div a.nav-item.nav-link
{
  border: none;
  padding: 18px 25px;
  border-radius:0;
}
nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus,
nav > div a.nav-item.nav-link.active
{
	border: none;
    background: #f4c550;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.page-item.active .page-link {
	border-color:#f4c550;
	background-color:#f4c550;
}

.table td .modal, .table th .modal {
    white-space: normal;
}

.dropify-wrapper.has-error {
    border-color: #F34141;
    background: #f34141;
}
.dropify-wrapper .dropify-errors-container ul li {
	color: #fff;
}

a.floor-type img, a.wall-type img, a.furniture-type img, a.pilasters img, a.columns img, a.front-walls img, a.side-walls img, a.ceilings img, a.doors img, a.frames img {
	margin-right: 8px;
}
a.floor-type img.selected, a.wall-type img.selected, a.furniture-type img.selected, a.pilasters img.selected, a.columns img.selected, a.front-walls img.selected, a.side-walls img.selected, a.ceilings img.selected, a.doors img.selected, a.frames img.selected, a.shop-products img.selected {
	border: 3px solid #f4c550;
}
img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
.modals .img-fluid {
	margin-bottom: 10px;
}