// @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";

/* CSS used here will be applied after bootstrap.css */
/*
* dashboard (add to your bootstrap)
*/
html,
body {
  background-color: #f8f8f8;
}
#container,
#wrapper {
  width: 100%;
}
#page-wrapper {
  margin-top: 50px;
  padding: 0 15px;
  min-height: 568px;
  background-color: #fff;
}
h3.page-header {
  text-transform: capitalize;
}
.navbar-inverse {
  background: #3b4346
    url(https://www.wheelertrucking.com/assets/css/images/bg01.jpg);
  border-bottom: solid 1px #272d30;
  box-shadow: inset 0px -1px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}
.navbar-brand {
  padding-top: 5px;
}
.navbar-brand > span > img {
  height: 40px;
}
.navbar-brand > span {
  color: white;
}
.footer {
  font-size: 12px;
  padding: 10px;
}
.btn-right {
  margin-left: 5px;
}
.panel-wrapper {
  margin-top: 20px;
}
.login-links {
  padding-top: 10px;
}
.login-links > li > a {
  color: #fff !important;
}
.login-links > li > a:hover {
  color: #9d9d9d !important;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 75px 0 0 0;
    padding: 0 30px;
  }
  .navbar-brand > span > img {
    height: 65px;
  }
  .navbar-brand > span {
    font-size: 24px;
    padding-left: 15px;
  }
  .navbar {
    min-height: 75px;
  }
}

@media print {
  #page-wrapper {
    margin: 15px 0 0 0;
  }
}

fieldset {
  margin-top: 15px;
}
fieldset > legend {
  font-size: 19px;
  font-weight: 500;
}

.vert-centered-btn-parent {
  flex: 1;
  text-align: center;
}

.vert-centered-btn-parent:before {
  content: "\200B";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vert-centered-btn {
  display: inline-block;
  vertical-align: middle;
}

.mr-3 {
  margin-right: 0.75em;
}

/** Currency Icon in input **/
.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.py-2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

dl.dl-circles dd {
  display: list-item;
  list-style-type: circle;
  margin-left: 15px;
}

span.review-label {
  font-weight: 500;
  margin-right: 5px;
}
span.review-value {
}

/** Wizard progress bar **/
ol.progtrckr {
  margin: 0;
  padding-left: 0;
  padding-bottom: 2.2rem;
  list-style-type: none;
}
ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 4.5rem;
  padding: 0 0.7rem;
  cursor: pointer;
}
ol.progtrckr li span {
  padding: 0 1.5rem;
}
@media (max-width: 650px) {
  .progtrckr li span {
    display: none;
  }
}
.progtrckr em {
  display: none;
  font-weight: 700;
  padding-left: 1rem;
}
@media (max-width: 650px) {
  .progtrckr em {
    display: inline;
  }
}

ol.progtrckr li.progtrckr-todo {
  color: #a9a9a9;
  border-bottom: 4px solid #a9a9a9;
}
ol.progtrckr li.progtrckr-doing {
  color: black;
  border-bottom: 4px solid #337ab7;
}
ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid #5cb85c;
}
ol.progtrckr li.progtrckr-error {
  color: black;
  border-bottom: 4px solid #d9534f;
}
ol.progtrckr li:after {
  content: "\00a0\00a0";
}
ol.progtrckr li:before {
  position: relative;
  bottom: -3.7rem;
  float: left;
  left: 50%;
}
ol.progtrckr li.progtrckr-todo:before {
  font-family: FontAwesome;
  content: "\f05a";
  color: silver;
  background-color: white;
  width: 1.4em;
  line-height: 1.4em;
}
ol.progtrckr li.progtrckr-todo:hover:before {
  color: #0fa0ce;
}

ol.progtrckr li.progtrckr-doing:before {
  font-family: FontAwesome;
  content: "\f007";
  color: #337ab7;
  background-color: white;
  width: 1.4em;
  line-height: 1.4em;
}

ol.progtrckr li.progtrckr-doing:hover:before {
  color: #286090;
}

ol.progtrckr li.progtrckr-done:before {
  font-family: FontAwesome;
  content: "\f058";
  color: #5cb85c;
  background-color: white;
  width: 1.4em;
  line-height: 1.4em;
}
ol.progtrckr li.progtrckr-done:hover:before {
  color: #449d44;
}
ol.progtrckr li.progtrckr-error:before {
  font-family: FontAwesome;
  content: "\f057";
  color: #d9534f;
  background-color: white;
  width: 1.4em;
  line-height: 1.4em;
}
ol.progtrckr li.progtrckr-error:hover:before {
  color: #c9302c;
}

/** **/
/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
