body {
    font-family: "RobotoRegular", sans-serif;
    font-size: 16px;
    color: #222;
    background-color: #F7F7F7;
}

a {
    color: #222;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #F56A4B;
}

a.active, i.active {
    color: #F56A4B;
}

a.inverse, i.inverse {
    color: #fff;    
}

a.inverse:hover {
    color: #222;    
}

.btn {
    display: inline-block;
    border: none;
    border-radius: 3px;
    /*
    background-color: #F56A4B;
    background-image:  linear-gradient(#ff8a70 0px, #F56A4B 100%);
    */
    box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    /*
    border-top-color: #ff8a70;
    border-top-width: 1px;
    border-bottom-color: #F56A4B;
    border-bottom-width: 1px;
    */
}

.btn:hover {
    color: #fff;
    opacity: 0.95;
    box-shadow: 1px 1px 2px #bababa, inset 0px 0px 1px #ffffff;
    cursor: pointer;
}

input, select {
    border: none;
    border-bottom: 1px solid #e3e4e8;
    outline-style: none;
}

input:focus {
    border-bottom-color: #F56A4B;
}
/*
input::-webkit-calendar-picker-indicator {
    display: none;
}
*/
input::-webkit-inner-spin-button, 
input::-webkit-outer-spin-button,
input::-webkit-clear-button { 
  display: none;
  -webkit-appearance: none; 
  margin: 0; 
}

.fa-star {
    color: #ddd;
}

.fa-star:hover,
.fa-star.active {
    color: #F56A4B;
    cursor: pointer;
}

.pagination {
    font-size: 30px;
    color: #ccc;
    text-align: center;
   
}

.list-item {
    border: 1px solid #d7d8db;
    border-radius: 2px;
    font-size: 13px;
    clear: both;
    vertical-align: middle;
}
.list-item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.list-item:not(:first-child) {
    margin-top: -1px;    
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	
}

input:required:valid,
textarea:required:valid {
	
}

.table-cell {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    box-shadow: 0 10px 75px rgba(0, 0, 0, 0.3);
    z-index: 10;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
}

.header {
	height: 78px;
    background-color: #F7F7F7;
    border: 0px solid;
    position: relative;
}

.header>div {
    height: 100%;
}

.header .banner {
	float: left;
}

.nav-bar {
    list-style-type: none;
    float: left;
    height: 100%;
    margin: 0;
    position: relative;
    padding-top: 40px;
}

.nav-bar>li {
    display: inline-block;
    margin-right: 50px; 
    font-size: 22px;
    text-transform: uppercase;
    height: 100%;
}

.nav-bar>li.active {
    border-bottom: 3px solid #F56A4B;  
}

.drop-menu-box {
    cursor: pointer;
}

.drop-menu-box:hover .drop-menu {
	display: block;
}

.drop-menu-title {
    
}

.drop-menu {
    position: absolute;
    background-color: #fff;
    padding: 10px 10px;
    display: none;
    z-index: 10;
}

.nav-bar::after {
    content: " ";
    clear: both;
    display: block;
}

.header .top-menu {
    background-color: #F56A4B;
}

.header .nav-menu {
    list-style-type: none;
    padding: 20px;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .nav-menu li {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.header .nav-menu li span {
    margin-left: 5px;
}

.wrap {
    margin-top: 20px;
    margin-bottom: 50px;
}

.left-bar, .bottom-menu {
    margin-top: 20px;
}

.wrap-left {
    padding-left: 0px;
}

.wrap-content {
    padding: 0px;
}
.wrap-search {
    padding-top: 15px;
	text-align: right;
}

.wrap-search input{
    margin-right: 0px;
    padding-right: 15px;
}

.wrap-search i {
    margin-left: -15px;
}

.left-bar .top-menu, 
.left-bar .bottom-menu {
    padding: 15px;
}

.left-bar .top-menu, 
.left-bar .bottom-menu,
.wrap-content .top-menu {
    background-color: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #e3e4e8;
    /*box-shadow: 0px 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    */
}

.wrap-content .top-menu {
    height: 40px;
    line-height: 38px;
    vertical-align: middle;
}

.top-menu .elem {
	font-size: 13px;
     width: 100%;
    padding-left: 10px;
}

.top-menu .group {
	font-size: 16px;
    width: 100%; 
}

.bold {
    font-weight: bold;
}

.top-menu .sort {
    font-size: 11px;
    display: inline-block;
    padding-left: 10px;
    line-height: normal;
    vertical-align: middle;
    
}

.select-sort {
    border: none;
    background-color: inherit;
    border-bottom: 1px dashed #F56A4B;
    outline-style: none;
    appearance: none;
    -webkit-appearance: none;
}

.wrap-content .top-menu .prod-show {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #d7d8db;
    padding: 0 12px;
    border-left: 1px solid #e3e4e8;
    
}

.prod-show:hover i {
    color: #F56A4B;
}

.wrap-content {
	margin-right: -15px;
}

.content {
	margin-top: 20px;
   /*padding-left: 1px;
    */
}

.prod-present {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods-list {
	height: 40px;
    line-height: 38px;
    /*border: 1px solid #d7d8db;
    border-radius: 2px;
    font-size: 13px;
    clear: both;
    margin-left: -1px;
    vertical-align: middle;*/

}

.goods-list span {
    padding-right: 10px;
}

.align-right {
    text-align: right;
}

.goods-list .prod-fav {
    margin-right: 15px;    
}

.goods-big-list {
    height: 120px;
    line-height: 118px;
    /*border: 1px solid #d7d8db;
    border-radius: 2px;
    font-size: 13px;
    clear: both;
    margin-left: -1px;
    vertical-align: middle;
    */
}

.goods-big-list .prod-img {
    display: inline-block;
    line-height: normal;
    height: 100px;
    width: 100px;
}

.goods-big-list .align-left,
.goods-big-list .align-right {
    line-height: normal;
    height: 105px;
}

.goods-big-list .prod-desc {
    height: 38px;
    font-size: 11px;
    overflow: hidden;
    
}

.goods-big-list .prod-art {
    font-size: 11px;
}

.goods-big-list .prod-fav {
    margin-left: 15px;    
}

.goods-big-list .btn-prod-add {
    position: absolute;
    bottom: 0px;
    right: 15px;
} 
.goods-table {
    padding-top: 15px;
    height: 420px;
    float: left;
    clear: none;
    margin-left: -1px;
    /*border: 1px solid #d7d8db;
    border-radius: 2px;
    margin-left: -1px;
    */
}
.goods-table:not(:nth-child(3)) {
    margin-top: -1px;
}
.wrap-table {
    padding-left: 1px;
}

.btn-prod-add,
.btn-primary {
    height: 28px;
    width: 70px;
    line-height: 28px;
    font-size: 11px;
    color: #fff;
    background-color: #F56A4B;
    background-image:  linear-gradient(#ff8a70 0px, #F56A4B 100%);
    text-align: center;
    margin: 0 5px;
}

.btn-secondary {
    height: 28px;
    width: 70px;
    line-height: 28px;
    font-size: 11px;
    color: #fff;
    background-color: #243948;
    text-align: center;
    margin: 0 5px;
}


.goods-table .btn-prod-add {
    float: right;    
}

.goods-table {
    /*font-size: 13px;
    */
}

.goods-table-b {
    padding-top: 10px;
    padding-bottom: 10px;
}

.goods-table-t {
	height: 240px;
    width: 240px;
}

.goods-table .prod-desc,
.goods-table .prod-art {
	float: left;
    padding-bottom:  10px
}

.goods-table .prod-price,
.goods-table .prod-count,
.goods-table .prod-add{
	float: right;
    display: block;
    width: 150px;
    text-align: right;
    padding-bottom:  10px
}

.goods-table .prod-add {
    width: 200px;
}

.status-bar {
    display: inline-block;
    float: right;
    padding: 0 15px;
}
.status-filter {
    font-size: 11px;
    padding: 0 3px
}

.doc-list {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
}

/*Или все иконки по-умолчанию сделать серыми?*/
.fa-copy,
.fa-ellipsis-h,
.fa-trash-alt,
.fa-print {
    color: #ccc;
}

.fa-copy:hover,
.fa-ellipsis-h:hover,
.fa-trash-alt:hover,
.fa-print:hover {
    color: #000;
}

.doc-list .align-left span {
    padding-right: 15px
}
.doc-list .align-right i {
    margin-left: 10px;
}

.obj-btn-send {
    width: 150px;
}

/*form login*/
.login {
    width: 300px;
    height: 300px;
    padding: 50px 30px;
    margin: 150px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
     box-shadow: 0 10px 75px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.form-signin {
    position: relative;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: inherit;
}

.form-signin-heading {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
}

.form-control {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.form-control::-webkit-input-placeholder { 
    text-align: left; 
}


.form-signin .btn-primary {
    
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    
}

.touchspin {
    display: inline-block;
}
.touchspin a,
.touchspin input {
    height: 22px;
    width: 22px;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    background-color: #fff;
    background-image: none;
    
}
.touchspin input {
    border: none;
}
.touchspin a:hover {
    color: #F56A4B;
}

.btn-touchspin-down:hover,
.btn-touchspin-up:hover {

}


.total-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
}

.total-item {
    font-size: 14px;
    padding-top: 10px;
}

.total-item-title {
    padding-left: 10px;
    width: 50%;
    display: inline-block;
}
.total-item-value {
	width: 50%;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

/* Итоговые кнопки для заказа. Надо перегруппировать по общим и особым  */
.total-item .btn-primary {
    width: 40%;
}

.total-item .btn-secondary {
    width: 30%;
}

.total-item .btn-ico {
    width: 10%;
}
/*Переработать вывод списка и строк, нзначив общие классы и поведение*/

/*Табличная часть*/

.table-row {
    height: 35px;
}

.table-header {
    background-color: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #e3e4e8;
    margin-bottom: 5px;
}

.table-header::after {
    content: " ";
    display: block;
    clear: both;        
}

.table-header .cell {
   border-left: 1px solid #e3e4e8;
}

.table-header .cell:first-child {
    border-left: none;    
}

.cell {
    font-size: 13px;
    line-height: normal;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    height: 100%;
    padding: 6px 5px;    
}

.cell span {

}

.cell input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.cell .postfix {
    margin-left: -30px;
}

.table-body .cell>span {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.footer {
    height: 50px;
    background-color: #243948;
    margin: 0 -15px;
}

.add-row {
	font-size: 24px;
    padding: 10px;
    color: #bbb;
}

.add-row:hover {
    color: #243948;
    cursor: pointer;
}

.template {
    display: none;
}

.menu-button {
    display: inline-block;
    font-size: 11px;
    margin: 0 50px;
}

.order-header .header-left,
.order-header .header-right {
	float: left;
    width: 50%
}

.errorList {
    position: absolute;
    z-index: 5;
    display: block;
    color: #000;
    background-color: #fff;
    top: 33px;
    width: 300px;
    white-space: pre-wrap;
    padding: 10px;
    visibility: visible;
    border: 1px solid #ccc;
}

.filter-fav {
    display: inline-block;
    float: right;
    font-size: 16px;
    padding: 0 12px;
}

.col {
    white-space: nowrap;
}
.order-header {
    padding: 15px;
}
.props-header {
    width: 105px;
    display: inline-block;
    font-size: 13px;
}
.props-value{
    font-size: 13px;
    white-space: nowrap;
}
.props-address {
    width: 500px;

    
}
.login-error {
    font-size: 13px;
    color: red;
}
.fullscreen {
    display: none;
}
/*
.fullscreen {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   

}
.fullscreen:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .7;
    overflow: hidden;
}

.fullscreen .infoblock {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    opacity: 1;
    width: 300px;
    height: 200px;
}
*/

body {
    height: 100vh;

}

/* alert stop-list */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}