html {
	box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}


img {
	max-width: 100%;
}
input {
    border:none;
}

button,
input[type="submit"] {
    cursor: pointer;
    border:none;
    outline: none;
}

ul, ol {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}

.flex-c-j {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


button,input[type="submit"] {
    cursor: pointer;
}

.list-reset {
    list-style: none;
}

.form_auth {
    margin: auto;
    max-width: 600px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
}

.form_bg {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: #ececec;
}

.image {
    margin-bottom: 25px;
}

.image img{
    max-width: 50%;
}

.btn-custom {
    color: #fff;
    background-color: #C71010
}

.btn-custom:hover {
    color: #333;
    background-color: #FFE816;
}

.btn-custom_upp {
    font-weight: 600;
    text-transform: uppercase;
}

.header {
    position: relative;
    padding: 10px 0;
    background-color: #fff;
    z-index: 91;
}

.header__container {
    padding: 0 30px;
}

.logo {
    max-width: 130px;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.header__welcome {
    margin-right: 30px;
    margin-left: auto;
}

.main__wrapper {
    min-height: calc(100vh - 86px);
}

.main__left {
    max-width: 200px;
    width: 100%;
    padding: 15px;
    background-color: #1b3546;
    color: #fff;
}

.navigation__title {
    padding-left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.navigation__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.navigation__card {
    margin-top: 30px;
}

.navigation__href {
    padding: 10px;
    display: block;
    font-size: 13px;
    transition:  transform 0.4s ease-in-out;
}


.navigation__href_active,
.navigation__href:hover {
    color: #fff;   
     text-decoration: none;
    transform: translateX(20px);
}

.navigation__href_red {
    color: #C71010;
}

.main__right {
    padding: 15px;
    max-width: calc(100% - 200px);
    width: 100%;
    margin-left: auto;
}

body {
    background-color: #f5f5f5
}

.white__content {
    padding: 10px;
    background-color: #fff;
}
.table {
    margin-bottom: 0;
    border-color: #f5f5f5
}
.table thead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table th  {
    font-weight: 500;
    opacity: 1;
    color: #CCC;
}

.table td,
.table th {
    border-color: #f5f5f5;
}

.table th a {
    display: flex;
    align-items: center;
    color: #8D8D8D;
}

.table tbody a {
    color: #426d90;
}

.sort {
    color: #000!important;
}

.desc::after {
    content: '';
    display: block;
    margin-left: 6px;
    width: 7px;
    height: 4px;
    background-image: url('../images/chevron.svg');
}

.asc::after {
    content: '';
    display: block;
    margin-left: 6px;
    width: 7px;
    height: 4px;
    background-image: url('../images/chevron.svg');
    transform: rotate(180deg);
}

.filter_bar {
    margin-bottom: 20px;
}

.filter_bar__wrapp {
    flex-wrap: wrap;
}

.filter_bar__date,
.filter_bar__item50 {
    max-width: calc(50% - 15px);
    width: 100%;
}

.filter_bar__date:nth-child(2n),
.filter_bar__item50:nth-child(2n) {
    margin-left: auto;
}

.filter_bar__label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 500;
}

.filter_bar__lmini {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    opacity: 0.7;
}

.filter_bar__el {
    margin-bottom: 20px;
}

.filters__heading {
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    border: 1px #f5f5f5 solid;
    background-color: #fff;
    margin-bottom: 0px;
    cursor: pointer;
}

.filters__heading svg {
    margin-left: 10px;
    transition: transform 0.4s ease-in-out;
}

.filters__heading_active svg{
    transform: rotate(180deg);
}

#openfilter {
    padding: 30px;
    display: none;
}

.btn_full {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.footer {
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}


.bootstrap-datetimepicker-widget  {
    font-size: 13px;
}