.body-line-height {
    line-height: 1; }

  .user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 4px; }
  
  .btn-check-all {
    margin: 5px 0; }
  
  .hidden-class {
    display: none; }
  
  .input-tracking {
    color: green;
    font-size: 12px; }
  
  .text-allign-right {
    text-align: right; }
  
  .text-allign-left {
    text-align: left; }
  
  .text-allign-center {
    text-align: center; }
  
  .red-color {
    color: red; }
  
  .green-color {
    color: green; }
  
  .left-btn {
    float: left; }
  
  .right-btn {
    float: right; }
  
  tbody tr:hover td {
    background: none repeat scroll 0 0 #e4c9a2;
    color: #000000; }
  
  .tr-selected {
    background: none repeat scroll 0 0 #e4c9a2;
    color: #000000; }
  
  .half-width-screen {
    width: 50%; }
  
  .input-field-length-300 {
    width: 300px; }
  
  .input-field-length-200 {
    width: 200px; }

  .input-field-length-150 {
    width: 150px; }

  .input-field-length-130 {
    width: 130px; }
    
  .input-field-length-120 {
    width: 120px; }
  
  .input-field-length-100 {
    width: 100px; }

  .input-field-length-70 {
    width: 70px; }
    
  .user-btn{
      height: 70%;
      margin: 0 30px -50px;
      line-height: 1;
    }
  
  .dropdown:hover>.dropdown-menu{
    display: block;
  }

  .full-100{
    width: 100%;
  }
  
  .col-md-08{
    width: 80px;
  }

  .col-md-1_2{
    width: 120px;
  }
  .col-md-1_5{
    width: 150px;
  }
  .col-md-1_7{
    width: 170px;
  }

  .switch-div{
    height: 25px;
  }


.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 14px;
  margin-top: -2px;
}

.slider.round:before {
  border-radius: 40%;
}

.btn-inv{
  margin: 10px 0 0 10px;
}

.heigh-row-invoice{
  margin-bottom: -10px;
}

.sub-title{
  color: green; 
  margin-left: 50px;
}

.btn-download {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 20px;
}

.btn{
  border-radius: 10px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

.bd-navbar {
  min-height: 4rem;
  background-color: #503c6b;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}

.a-tab-hover:hover{
  background-color: #793a96;
}

.img {
  border-radius: 4px;
  width: 25px;
  height: 25px;
}

.header-max-heigh{
  max-height: 3rem;
  min-height: 2rem;
}

#create_sts {
  border-radius: 20px;
  width: 80px;
  height: 20px;
  background-color: rgb(10, 143, 10);
  color: white;
  text-align: center;
}

#close_sts {
  border-radius: 20px;
  width: 80px;
  height: 20px;
  background-color: gray;
  color: black;
  text-align: center;
  border-color: gray;
}

body {
  overflow-x: hidden;
}

#slide-panel {
  width:85%;
  height:95%;
  padding:10px;
  background:#eee;
  margin-left:100%;
  position: absolute;
  top: 5%;
  right: -85%;
  border-radius: 15px 0 0 15px;
}
#opener {
  float:left;
  margin:0px 0px 0px -35px;
  border-radius:50% 0px 0px 50%;
  margin-top: 25%;
  max-width: 15px;
}
#address-card{
  margin: 0 -8px;
}
#openers {
  float:left;
  margin:0px 0px -50px 97%;
  border-radius:50% 50% 50% 50%;
  max-width: 15px;
}