main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.grid-view {
	overflow-x:scroll;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.pagination li {
	    padding: 6px 15px 5px 15px;
    border: 1px solid #cecece;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.items-index tr.from-file:nth-of-type(odd) {
	background: #b2fab2;
}

.items-index tr.from-file {
	background: #ccfecc !important;
}
.items-index tr.from-file-2 {
	background-color: rgb(255 242 129) !important;
}

.items-index .vertical_delimiter {
	display: inline-flex;
    border-bottom: 1px solid gray;
    height: 1px;
    width: 100%;
}

.rests_elements .rest_el.hidden,.price_elements .price_el.hidden {
    display:none;
}

.row.margin-bottom {
    margin-bottom:5px;
}

.discounts-form input[type="text"],.margins-form input[type="text"] {
    width: 100%;
}

.all_filter_wrapper {
    display:none;
    background: #f4f4f4;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.all_filter_wrapper.opened_filter_wrapper{
    display:block;
}

.filter_title_el {
    margin-left:15px;
    margin-top:15px;
}
.filter_params_block {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    margin: 15px;
    margin-top:5px;
}
.filter_params_block.column_filter {
    flex-direction: column;
}
.filter_row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.mini_el_filter {
    margin-right:10px;
}

.mini_el_filter_submit {
    align-items: flex-end;
    display: flex;
}

.fl-center {
	align-items: center;
    display: flex;
}
.fl-end {
	justify-content: end;
    display: flex;
}
.rb--filters--top {
	padding-right:15px;
}

.price_elements .price_val {
	font-weight: bold;
    font-size: 18px;
}

.flex-column {
	display:flex;
	flex-direction: column;
}

.history_selector {
	margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.row.zero_margin {
	margin-left: 0px;
    margin-right: 0px;
}

.double_wrapper_tires {
	margin-top:10px;
}


.filter_row.double_wrapper_disks {
	flex-wrap: wrap;
	margin-top:10px;
}


@media (max-width: 1400px) {
	main > .container {
		padding: 120px 15px 20px;
	}
}

@media (min-width: 1200px) {
	.big-container {
		max-width:1800px;
	}
	.big-container-header .container {
		max-width:1800px;
	}
}

@media (max-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 100% !important;
	}
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
	.rb--filters--top {
		padding-left:15px;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}
