.background_login
{
    background: #ec8304 url('../image/fruit_back.jpg') fixed no-repeat  ;
}
.login_text{
    color:#000;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
}
.alert {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f39c12 !important; 
}
.login_build
{
    margin-top:30vh;
}

.alert_msg{
    color:#e53333;
    font-size: 15px !important;
}

.tableFix{
    background-color: #fa900e;
    color:#fff;

}
.dt-button
{
    line-height: 10px;
    background-color: #ec8304;
    border: none;
    color: #fff;
    height: 30px;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: -30px;

}

label
{
    font-family: Arial, Helvetica, sans-serif;
}
.dataTables_filter
{
    margin-top: -20px;
    margin-right: 8px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 16px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    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: 14px;
    width: 17px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #fac515;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #fac515;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }  

  @media only screen and (max-width: 600px) {
.buttons-html5 
    {
    display:none;
    }
}

.edith5
{
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.pr-5
{
  padding-left:5px;
}

.prt-5
{
  padding-left:5px;
  padding-right: 5px;
  /* margin-top:10px; */
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 5px 6px 3px 10px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.3); */
}
@media only screen and (max-width: 600px) {
  .prt-5
{
  padding-left:5px;
  padding-right: 5px;
  margin-top:10px;
}
}

.border-remove
{
  border:none;
  padding:2px 5px;
  font-size: 12px;
  border-radius: 10%;
}

/*.form-control*/
/*{*/
/*  text-transform: lowercase;*/
/*}*/

 tbody tr td
 {
  border-bottom: 1px dotted #b4b3b3;
  /* border-bottom: 1px dotted #444; */
 }
.background_login_retailer{
  background: #ec8304 url(../image/retailer_back.jpg) fixed no-repeat;
}


.border-left{
  border-left: 1px solid #000 !important;
}

thead th, table.dataTable thead td {
  padding: 5px!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 1px;
  height:4px;
}

/* Track */
::-webkit-scrollbar-track {
   border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d38f29; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(163, 29, 29); 
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 6px;
    font-size:13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 9px;

}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 15px;
    font-weight: 600;
    font-style: oblique;
    font-size: 14px;
    font-family: sans-serif, system-ui;
}