/* Add-Vehicle css */

.filter{
    justify-content: start;
    margin-right: 1px; 
}

.shift{
    margin-left: 20px;
}

.body-message{
    margin-top: 25px;
}

.new_segment{
    cursor: default;
    float: left;
    color: white;
    padding: 10px;
    background-color: green;
    border-radius: 6px;
  }


*/ admin-dashboard css */


.addrr{
    text-align: center;
    border: 1px black solid;
    padding: 15px;
    width: 50%;
}

.viewrr{
    text-align: center;
    border: 1px black solid;
    padding: 15px;
    width: 20%;
    margin-left: 10px;
}

.rrsec{
    justify-content: center;
}

.filterRRassignDate{
   
    margin-left: 5px; 
}


.RRview{
    width: 1000px;

    min-height:600px;
}

.color{
    background: linear-gradient(90deg, rgb(33, 124, 228) 0%, rgb(10, 62, 207) 100%);
}


*/ Challan-Print */


.head-panel {
    position: relative;
    margin-bottom: 20px;
    margin-top: 19px;
}
.filterChallanPrint{
    justify-content: end;
    margin-right: 1px; 
}

.modal-dialog.modal-800 {
    width: 800px;
    margin: 30px auto;
}

.sec-modal{
    width: 900px;
    margin: 30px auto;
}
p{
    padding:10px 20px;
}
.load{
    padding: 10px 51px;
}
.release{
    padding: 10px 51px;
}


*/ Change Password */

.custom-grp{
    margin-right: 6%;
}


*/ Malicious Activity */


.row-align{
  align-self: center;
}

.img-cs{
  text-align: center;
}
.row-left{
  margin-left: 10px;
}

.date-filter{
    margin-left: 20px;
  
}

  .box-button{
 
    padding: 1px 7px 5px 8px;
    margin-left: 14px;
    
  }
  .right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}


*/ master driver */

.head-panel {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-grp button.done-btn {
    background: #1c3367;
    color: #fff;
}
.checkbox{
    width: 46px;
    height: 30px;
    margin: 10px 16px 12px 11px;
}
.avatar {
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: -2px;
    margin-bottom: -10px;
    border:2px solid #dfdfdf;
}


*/ master vehicle */

.head-panel {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

*/ operator manager */



.filterOperatorManager{
    justify-content: end;
    margin-right: 1px; 
}


*/ register */

.red{
    color:red;
}
.checkbx{
    padding:10px;
}

.head-panel {
    position: relative;
    margin-bottom: 19px;
    margin-top: 19px;
}
.search {
    width: 75%;
  }
  .submit {
    width: 70px;
    background-color: #1c87c9;
    color: #ffffff;
  }
  /* .box-icon{
     padding: 8px 8px 2px 46px; 
    
  } */

  .box-button{
    padding: 1px 7px 5px 8px;
    /* margin-top: 8px; */
    margin-left: 14px;
  }

*/ user management */
.red{
    color:red;
}
   

.checkbx{
    padding:20px;
}
input[type="checkbox"]{
    margin: 0 10px 0 10px;
  }

  .head-panel {
    position: relative;
    margin-bottom: 20px;
    margin-top: 19px;
}
 .supervisorUpdate{
    margin: 10px 10px 10px 264px;
 }
 /* .cancelButton{
    margin: -52px 10px -14px 352px;
 } */

*/ Vehicle-Info */

.filterVehicle{
    justify-content: start;
    margin-right: 1px;
    margin-bottom: 40px;
}

.detail_box{
    border: 1px solid #e7e7e7;
    text-align: center;
}
.table_margin{
    margin-top: 16px;
}
.body-detail{
    margin-top: 33px;
}


*/ View-Report */

.filterViewReport{
    justify-content: end;
    margin-right: 1px; 
    margin-bottom: 20px;
}

.search{
    justify-content: start;
    margin-right: 1px; 
    margin-bottom: 20px;
	font-size: 1rem;
}

.shiftReport{
    margin-left: 20px;
}


.report{
   padding: 10px 10px ;
}

*/ View-Vehicle */


.filterViewVehicle{
    justify-content: end;
    margin-right: 1px; 
}

.shiftVehicle{
    margin-left: 20px;
}

  
 .search-box{
    margin-left: 20px;
    padding-right: 38px;
  } 
  
  /* user management
/*  
.search-box{
   width: 100%;

  }
 .search-box{
    margin-top: -7px;
    margin-left: 14px;
    padding-left: 38px;      
  }
  
  .table td {
    padding: 1.1rem 0.75rem 0.75rem 0.75rem;
}
  
 .date-filter{
    margin-left: 30px;
} 
  
  */
  .modal {
    z-index: 9999!important;
}

  @media (max-width: 480px) {
    .RRview{
        width: 90%;
        height: 100%;
    }
  }