#enter_page h1 + span {
  opacity: 1;
}
#sidebar .car_owner .owner_photo,
.main-nav .car_owner .owner_photo {
  border-radius: 0%;
  background-color: transparent;
}

form input {
  padding: 10px;
  margin: 10px;
  width: 95%;
  border: 1px solid #d9d9d9;
}

.popup_form_body {
  width: 100%;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

table.table {
  width: 100%;
}

#partners_wrapper {
  margin-top: 20px;
}

.dataTables_wrapper button {
  min-width: auto;
  height: auto;
}

.fl {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  display: inline-flex;
  background: #fff;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  min-width: 100px;
  font-weight: 500;
  padding: 11px 0;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #fff;
  height: 30px;
  min-width: 30px;
  padding: 11px 0;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all;
  line-height: 0.5;
  align-items: center;
  justify-content: center;
}

div.dataTables_wrapper div.dataTables_filter input {
  border: none;
  background: #fff;
  height: 30px;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  font-size: 14px;
  border-radius: 0%;
}

fieldset {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
}

fieldset legend {
  color: #1f1f1f;
  text-align: left;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled),
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #cf2439;
  color: #fff !important;
  background: #cf2439;
}

table.dataTable.table {
  margin-top: 50px !important;
}

body {
  height: 100%;
  color: #030303;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
  color: #030303;
}

h2 {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 35px;
  color: #191919;
}

h3 {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 25px;
  color: #191919;
}
