.main {
  margin-bottom: 50px;
}

#logged_container {
  display: flex;
  float: right;
}

#page_button_div {
  padding: 8px;
  background-color: #dddddd;
  display: inline-block;
}

.page_button {

}

.logged_text {
  display: inline-block;
}

.logged_text_bold {
  font-weight: bold;
}

.img_cent {
  display: block;
  margin: auto;
}

.login_div {
  padding-top: 40px !important;
}

#logged_user {
  margin-top: 0px;
  background-color: #eeeeee;
  padding: 8px;
  display: inline-block;
}

.logout {
  margin-left: 5px;
}

.page_title {
  clear: both;
}

.tab_title {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.nav-tabs {
  margin-top: 10px;
}
.nav-tabs li a {
  font-size: 20px;
  color: #555555 !important;
}

.nav-tabs li.active a{
  color: #009933 !important;
  font-weight: bold;
}

.data_fields {
  padding-top: 10px;
  padding-bottom: 10px;
}
.data_fields:nth-child(even) {
  background-color: #eeeeee;
}
.data_fields:nth-child(odd) {
  background-color: #dddddd;
}

.form-group {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#add_car_row, #add_chipper_row, #add_car_row_blank, #add_chipper_row_blank {
  margin-top: 10px;
  margin-bottom: 10px;
}

.row_remove {
  display: inline-block;
  color: red;
  cursor: pointer;
  float: right;
  font-size: 20px;
}

/*
* MODAL TABLE STYLE
*/

.modal-dialog {
  width: 90%;
}

.modal-body {
  overflow-x: auto;
}


@media screen and (max-width:991px) and (min-width:450px){

  .form-group {
    width: 49% !important;
    display: inline-block;
  }
}

@media screen and (max-width:767px){
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

/*
* DATA TABEL STYLES
*/

.dataTables_wrapper {
  overflow-x: auto;
}
