body {
    font-size: 17px;
    min-height: 90vh;
}
.dflex{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
form label {
  width: 100%;
  display: inline-block;
}
.form-control {
    padding: 12px 15px;
    font-size: 16px;
    width:100%;
}

.form-group {
    margin-bottom: 30px;
  }

.btn-submit {
    background: green;
    box-shadow: none;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
}

/* form {
    margin: auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    padding: 50px 30px;
  } */
.erorr,.required{
    color:red;
}
.error {
  color: red;
}
.erorr{
    min-height: 30px;
}
.success{
    color:green;
}
.form-control.w-30 {
  width: 150px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
  .pull-left{
    display:inline-block;
  }
  .clear{
    display: block;
  }
  table, th, td {
    border: 0.05rem solid #eee;
    border-collapse: collapse;
    font-size: 15px;
  }
  th {
      padding: 12px;
  }

  td {
    padding: 10px 15px;
  }
  table.table-project-info{
      border:0;
      margin-bottom:40px;
      font-size:14px;
  }

  table.dataTable > tbody > tr.child ul.dtr-details {
  
      display: inline-block;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      background: #ddd;
      padding: 10px;
  
  }
  .chosen-choices {
    padding: 8px 15px !important;
    font-size: 16px;
    border-radius: 5px;
  }
  .chosen-single {
    padding: 8px 15px !important;
    height: auto !important;
    box-shadow: none !important;
    background: none !important;
    font-size: 16px !important;
  }
  .chosen-container-single .chosen-single div b {
    margin-top: 9px;
  }
  .chosen-container {
    font-size: 15px !important;
  }
  .bgeee{
    background: #eee;
  }
  tr.bgeee {
    background: #eee;
    color: #000;
    font-weight: bold;
    font-size: 18px;
  }
  tr.crdadd {
    font-weight: bold;
  }
  tr.crdadd td.colour {
    color:#007bff;
    font-weight: bold;
  }
  .pd50{
    padding-top:50px;
    padding-bottom:50px;
  }
  .nav-item {
    /* margin: 5px; */
    /* border-radius: 5px; */
    font-size: 15px;
    padding: 0px 8px;
}
  form {
    max-width: 600px;
  }
  .bgrow{
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #f8f9fa !important;
  }
  .back-btn {
    background: #eee;
    padding: 8px 25px;
      padding-top: 8px;
      padding-right: 25px;
      padding-bottom: 8px;
      padding-left: 25px;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
  }
  .mb30{
    margin-bottom: 30px;
  }
.navbar{
    padding-left:0;    
    padding-right:0;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
  /* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.text-red{
  color:red;
}
a:hover{
  cursor: pointer;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  background: #7b9513;
  border-radius: 10px;
  background: url(../img/menu-selected.png) no-repeat 50% 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
header.bg-light {
  background: #7b9513 !important;
}
.colorblack{
  color:black;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: url(../img/menu-selected.png) no-repeat 50% 0;
}
footer {
  background: #ddd;
  font-size: 13px;
  padding: 10px 0px 0px 10px;
  /* position: fixed; */
  left: 0;
  right: 0;
  bottom: 0;
}
.date-dropdowns select {
  float: right;
}

.date-dropdowns select {
  height: auto;
  height: calc(2.25rem + 2px);
  width: 150px;
  float: left;
  margin-right: 10px;
  padding: 12px 15px;
  font-size: 16px;
  width: 100%;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.date-dropdowns select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.date-dropdowns {
  display: flex;
}
.w-15 {
  width: 15%;
}
.d-flex label {
  margin-left: 10px;
  margin-bottom: 0;
}
.project-hour-page .nav-item {
  padding: 10px 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #7b9513;
  background-color: #fff;
  border-color: #7b9513 #dee2e6 #fff;
    border-top-color: rgb(123, 149, 19);
  border-top: 3px solid;
  font-weight: bold;
}
#project_external_chosen {
  width: 100% !important;
}
#project_chosen,#dev_id_chosen,.chosen-container {
  width: 100% !important;
}
.tab-content{
  width:100%;
}
.pull-right{
  float:right;
}
.clear-both{
  clear:both;
}
.export-log {
  padding: 30px;
  border: 1px solid #ddd;
  margin: 20px 0px;
  background: #f4f4f4;
}
.form-inline {
  max-width: unset;
}
.export-log label {
  display: inline;
}
.form-inline .form-group {
  align-items: flex-end;
  min-height: 63px;
}
/* @media (max-width: 1200px){
.container {
  max-width: 100%;
}
} */
.mm-panel, .mm-panels {
  background: #7b9513;
  border-color: rgb(123, 149, 19);
  color: rgba(255, 255, 255);
}
.mm-navbar {
  background: #7b9513;
  border-color: rgba(11, 11, 11, 0.1);
  color: rgb(255, 255, 255);
}

.mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{
  color: #eee;
}
.mb-30{
  margin-bottom: 30px;
}
.i-block{
  display: inline-block !important;
width: 100%;
}
.form-inline .form-group:first-child{
  display: none;
}
@media(max-width:1200px) and (min-width:645px){
  .form-inline .form-group {
    width: 50%;
  }
}
#datefilter {
  margin: 0;
  margin-left: 10px;
}
#datefilter .form-control{
  padding: 11px 15px;
  font-size: 16px;
  width: 100%;
}
.content {
  min-height: calc(100vh - 100px);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7b9513;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu.show {
  padding: 0;
}