#logoutMobile{
  display: none;
}
@media (max-width: 767px) {
  #headerBase{
    display: none;
  }
  #logoutMobile{
    display: block;
  }
}
#dataTable thead tr th,
#dataTable tr td{
  text-align: center;
  vertical-align: middle;
}
#menuIcon{
  background-color: #3498db;
  border: none !important;
  float: right;
  margin-right: 5px;
}
#inputIcon{
  text-align: center;
  background-color: #eeeeee;
  color: #3498db;
}
#menu,
#inputHide{
  display: block;
}
@media (min-width: 768px) {
  #menuIcon,
  #inputIcon{
    display: none;
  }
}
@media (max-width: 767px) {
  #menu,
  #inputHide{
    display: none;
    margin-left: 3px;
    margin-right: 5px;
  }
}
.logoutBtn{
  text-decoration: none;
  color: #3498db;
  font-weight: bold;
}
.headerTop{
  background-color: #3498db;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 8px;
  border-radius: 5px;
  margin-top: 0px;;
}
.btnTop{
  background-color: #deebf7;
  padding: 15px;
}
.btnSearch,
.btnDownload{
  background-color: #3498db;
  border: none !important;
}
.btnAdd,
.btnRemove{
  background-color: #bfbfbf;
  border: none !important;
}
.disabled{
  background-color:  #d9d9d9 !important;
  border: none !important;
}
.table-bordered thead tr th{
  background-color: #595959;
  color: #ffffff;
}
/*.nav-item{
  background-color: #bfbfbf;
  width: 100%;
  padding: 5px 5px 5px 10px;
  margin: 1px;
  border-radius: 5px;
}
.nav-item:hover,
.active{
  background-color: #3498db;
}*/
.nav-item a,
.nav-item a:hover,
.nav-item a:visited{
  color: #ffffff !important;
}
.nav li .submenu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .nav-link .fa-chevron-down {
  float: right;
  padding: 5px;
}
.nav .nav-link {
  background-color: #bfbfbf;
  width: 100%;
  padding: 5px 5px 5px 10px;
  margin: 1px;
  border-radius: 5px;
}
.nav .nav-link:hover,
.nav .nav-link:active,
.active {
  background-color: #3498db !important;
  color: #ffffff;
}
.navTop{
  background-color: #595959 !important;
}
.fa-minus-circle{
  color: #ff0000;
}
img{
  height: 50px;
}
.alert{
  position: absolute;
  right: 15px;
  width: 400px;
  padding: 10px;
  z-index: 10;
}
.txtLeft{
  text-align:left !important;
}
.txtRight{
  text-align:right !important;
  margin-bottom: 0px;
}
.tbDashboard tr th{
  background-color:#4472c4;
  text-align:center !important;
  width:33%;
  padding:5px;
  border-radius: 2px;
  color:#ffffff;
}
.tbDashboard tr td{
  text-align:center !important;
  border: #cccccc 1px solid;
  border-radius: 5px;
}
#borderChart{
  border-right: #cccccc 1px solid;
}
@media (max-width: 1199px) {
  #borderChart{
    border-right: none;
  }
}
.headderTotal{
  background-color: #3498db !important; 
  padding-top: 5px; 
  padding-bottom: 0px; 
  color:#ffffff;
}
.navMonth{
  border: #cccccc 1px solid !important;
  width: 100%;
}
.form-group{
  margin-top: 2px !important; 
  margin-bottom: 2px !important;
}
.delIcon,
.countloop{
  text-align: center;
  padding-top: 15px !important; 
}
#dataTable .delIcon,
#dataTable .countloop,
#dataTable .fixWidth50{
  width: 50px;
}
#dataTable tbody {
  display: block;
  overflow-y: auto;
}
#dataTable thead, 
#dataTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
body{
  font-size:14px !important;
}
@media (max-width: 414px) {
  body{
    font-size:11px !important;
  }
  #dataTable .fixWidth100{
    width: 100px !important; 
  }
  #dataTable .fixWidth150{
    width: 150px !important; 
  }
  #dataTable .fixWidth200{
    width: 200px !important; 
  }
  #dataTable .fixWidth250{
    width: 250px !important; 
  }
  .col-form-label,
  .form-control{
    font-size: 14px !important;
  }
  .form-control{
    padding: 0px 5px 0px 5px !important;
    height: 30px !important;
  }
  .delIcon,
  .countloop{
    padding-top: 15px !important;
    /*font-size:11px !important;*/
  }
  .shipmentMark,
  .packageNumber{
    /*font-size:11px !important;*/ 
    padding:2px !important;
  }
  
  #dataTable .delIcon,
  #dataTable .countloop{
    width: 30px;
  }
  #dataTable tbody {
    height: 330px;
  }
}
