.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1) !important;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

/*
table.table {
  width: auto !important;
}
  */

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  /*padding: 8px;*/
}

tr:nth-child(even) {
  /* background-color: #dddddd;*/
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

html,body{
  /*display: grid;*/
  /*height: 100%;*/
  width: 100%;
  place-items: center;
}

.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background:left,#1979a1;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
/*form .btn{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}*/
.center {
  margin: auto;
  width: 60%;
  padding: 10px;
}

.bold {
    font-weight: bold;
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}

.padding-left-right-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fa-2_6x {
    font-size: 2.6em;
}
.fa-2_5x {
    font-size: 2.5em;
}
.fa-2_4x {
    font-size: 2.4em;
}
.fa-2_3x {
    font-size: 2.3em;
}
.fa-2_2x {
    font-size: 2.2em;
}
.fa-2_2x {
    font-size: 2.2em;
}
.fa-2_1x {
    font-size: 2.1em;
}
.fa-1_9x {
    font-size: 1.9em;
}
.fa-1_8x {
    font-size: 1.8em;
}
.fa-1_7x {
    font-size:1.7em;
}
.fa-1_5x {
    font-size: 1.5em;
}
.fa-1_4x {
    font-size: 1.4em;
}
.fa-1_3x {
    font-size: 1.3em;
}
.fa-_9x {
    font-size: .8em;
}
.fa-_8x {
    font-size: .8em;
}
.fa-_7x {
    font-size: .7em;
}
.fa-_6x {
    font-size: .6em;
}
.fa-_5x {
    font-size: .5em;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.link {
  cursor: pointer;
}

.linkblue {
  color: #0d6efd;
}
.red {
  color:red;
}
.green {
  color:green;
}

@media screen and (max-width: 767px)
{
  div.dt-buttons {
    width:auto !important;
    display: flex;
    justify-content: center;
  }
}

.fixed-bottom {
  position: fixed;
  right: 0%;
  bottom: 15px;
  display: inline-block;
}
.fixed-bottom-btn {
  position: relative;
  z-index: 5000;
  right:5px;
}

div.dt-buttons {
  float: left !important;
}

.modal-footer {
    display: block;
}

.vehicle-button {
  min-width: 33%;
}

.blue {
  color:blue;
}
.navy {
  color:navy;
}
.green {
  color:green;
}