@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Play&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    overflow-x: hidden;
    height: 100%;
}

.container1 {
    max-width: 1400px;
    min-height: 100%;
    margin: 0 auto;
}

.btn-warning-back {
	float: left;
    margin: 10px 0 10px 5px;
    background-color: #ffc107 !important;
}

.btn-2{
    float: left;
    margin: 10px 0 10px 5px;
}

.navbar-brand {
    display: flex;
    justify-content: center;
}

.nav-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.scroll-table {
    margin: 0 5px;
}

.card-group {
    margin: 0 5px 20px;
}

.card {
    margin: 10px 10px;
}


.h3 {
    margin-left: 10px;
    margin-top: 10px;
}

.h4 {
    font-size: 1.75rem;
    margin-left: 10px;
    margin-top: 12.7px;
}

.h5 {
    font-size: 1.75rem;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 5px;
}

.h6 {
    font-size: 1.75rem;
    margin-bottom: -7px;
    margin-left: 6px;

}



.address-and-btn, .add-button {
	display: flex;

}

.add-button {
    width: 60%;
}

.input-form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5px;
}

.address-and-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.address-and-btn1 {
    display: flex;
    width: 100%;
}

.imgTD {
	margin-left: 8px;
}

.clr {
    height: 30px;
}

.table {
    margin-bottom: 0;
}


.footer{
    height: 30px;
    max-width: 1400px;
    margin: -30px auto 0;
    color: #989994;
}

.headed {
    display: flex;
    align-items: center;
    margin-bottom: 8px;

}



 @media screen and (max-width: 1200px) {
    .nav-address {
        width: 155px;
    }

  
    
}
@media screen and (max-width: 992px) {
    .navbar {
        width: 100%;
    }

    .nav-item {
        display: inline-block;
        justify-content: flex-start;
    }

    .add-button .h3 {
        display: none;
    }
    
    .btn-close {
        display: none;
    }
    
}

@media screen and (max-width: 768px) {
    .form-inline .form-control {
        width: 120px;
    }
}

@media screen and (max-width: 576px) {
    .form-inline .form-control {
        margin-right: .5rem!important;
    }

    .h5 {
        display: none;
    }
    
    .btn-close {
        display: none;
    }
}




@media screen and (max-width: 495px) {
    .scroll-table {
        width: 100%;
        overflow: auto;
    }

    .container {
    	padding: 0;
    	margin: 0;
    }
}

/* ---------------------------- */


.block_left_menu {
    position: fixed;
    left: 0px;
    top: 20%;
}
.bg_lm {
    background: blue;
    border: 1px solid #333;
    width: 55px;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    align-items: center;

}
.pass{
    margin: 5px;
}
.left_menu_img {
    margin: 5px 0 5px 0;
}
.bg_lm2 {
    text-align: center;
    background: gray;
    border: 1px solid #333;
    width: 55px;
}
.bg_lm3 {
    text-align: center;
    background: gray;
    border: 1px solid #333;
    width: 55px;
}
.bg_lm4 {
    text-align: center;
    background: gray;
    border: 1px solid #333;
    width: 55px;
}
.bg_lm5 {
    text-align: center;
    background: gray;
    border: 1px solid #333;
    width: 55px;
}
.bg_lm6 {
    text-align: center;
    background: gray;
    border: 1px solid #333;
    width: 55px;
}
.bg_lm7 {
    text-align: center;
    background: gray;
    border: 1px solid #333;
    width: 55px;
}
.bg_lm8 {
    text-align: center;
    background: red;
    border: 1px solid #333;
    width: 55px;
    height: 40px;
    font-size: 150%;
    color: black;
}
.bg_lm9 {
    text-align: center;
    background: black;
    color: white; 
    border: 1px solid #333;
    width: 55px;
    height: 40px;
    font-size: 150%;
}
.bg_lm10 {
    text-align: center;
    background: black;
    color: white; 
    border: 1px solid #333;
    width: 55px;
    height: 40px;
    font-size: 150%;
}

@media screen and (max-width: 600px) {
  .block_left_menu {
    visibility: hidden;
    display: none;
  }
}



.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

/* Выпадающее меню при наведении */
.dropdown:hover .dropdown-menu {
    display: block;
 }

.boro {
     background: red;
     border: 2px solid black;
 }

 .hh {
     height: 35px;
 }

  /* filtr */

.table_sort table {
  border-collapse: collapse;
}

.table_sort tbody tr:nth-child(even) {
  /* background: #e3e3e3; */
}

th.sorted[data-order="1"],
th.sorted[data-order="-1"] {
  position: relative;
}

th.sorted[data-order="1"]::after,
th.sorted[data-order="-1"]::after {
  right: 8px;
  position: absolute;
}
th.sorted[data-order="-1"]::after {
  content: "v"
  }
  
  th.sorted[data-order="1"]::after {
  content: "^"
  }

.Page_navigation_example {
    padding-inline-start: 30em;
}