﻿.dz-message {
	padding: 1rem;
}
.bg-primary {
    background: #00a8e8;
}
.bg-gradient-primary {
    background: linear-gradient(87deg,#00a8e8 0,#00a8e8 100%);
}
.btn-primary {
    border-color: #00a8e8;
    background-color: #00a8e8;
}
.btn-primary:hover{color:#fff;border-color:#00a8d9;background-color:#00a8d9}
.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:#00a8d9;background-color:#00a8d9}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
	color:#fff;
	border-color:#00a8d9;
	background-color:#00a8e8;
}
.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: #00a8e8;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

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

.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 {
	border: 3px solid #00a8e8;
}

/*documentation styles*/
.documentation {
	font-family: Graphik Web,Helvetica Neue,Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
}
.documentation .badge {
	text-transform: none;
	padding: 8px 15px;
	margin-right: 10px;
	font-size: 11px;
}
.documentation ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.documentation ul li{
	border-top: 1px solid #eee;
	padding: 15px 0px 5px 0px;
}
.documentation ul li p{
	font-size: 13px;
	padding: 8px 0px;
}
.pagination{
    justify-content: center;
}