@charset "utf-8";

/* CSS Document */
* {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

body {
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active,
input:hover,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

a {
  color: #293448;
}

a:hover {
  color: rgb(146, 0, 8);
}

label {
  font-size: 14px;
}

ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

[uib-typeahead-popup].dropdown-menu {
  max-height: 425px;
  overflow-y: scroll;
}

/**------Buttons--------**/
.btn {
  cursor: pointer;
}

.sitebtn {
  width: 100%;
  background: rgb(146, 0, 8);
  border: 1px solid rgb(146, 0, 8);
  height: 40px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: all ease-in .3s;
  max-width: 257px;
  border-radius: 0px;
}

a.sitebtn {
  padding-top: 8px;
}

.sitebtn:hover,
.sitebtn:focus {
  background: transparent;
  border: 1px solid rgb(146, 0, 8);
  color: rgb(146, 0, 8);
  transition: all ease-in .3s;
}

.sitebtnDefault {
  width: 100%;
  background: rgb(146, 0, 8);
  border: 1px solid rgb(146, 0, 8);
  height: 40px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: all ease-in .3s;
  max-width: 170px;
  border-radius: 0px;
}

a.sitebtnDefault {
  padding-top: 7.5px;
}

.sitebtnDefault:hover,
.sitebtnDefault:focus {
  background: transparent;
  border: 1px solid rgb(146, 0, 8);
  color: rgb(146, 0, 8);
  transition: all ease-in .3s;
}

.big-btn {
  max-width: 250px;
}

.grey-btn {
  background: #757575;
  border: 1px solid #757575;
  vertical-align: bottom;
  transition: all ease-in .3s;
  max-width: 132px;
}

.grey-btn:hover {
  border: 1px solid #757575;
  color: #757575;
  transition: all ease-in .3s;
}

.bordered-btn {
  background: transparent;
  height: 39px;
  color: rgb(146, 0, 8);
  margin-right: 10px;
}

.bordered-btn:hover {
  background: rgb(146, 0, 8);
  color: #fff;
}

/**---Common Classes-----**/
.towlotFont {
  font-family: 'Roboto', sans-serif;
}

.width-always-100 {
  width: 100%;
}

.white-bg {
  background-color: #fff !important;
}

.grey-bg {
  background-color: #f4f4f4 !important;
}

.orange-bg {
  background-color: rgb(146, 0, 8);
}

.theme-colored {
  color: #293448 !important;
}

.white-text {
  color: #fff;
}

.grey-text {
  color: #757575 !important;
}

.d-none {
  display: none !important;
}

.clearfix {
  clear: both;
  width: 100%;
}

.grey_msg {
  color: #98999b;
  font-size: 12px;
  line-height: 15px;
}

.img-border {
  border: 1px solid #c5c5c5;
}

.no-border {
  border: 0px !important;
}

.orange_msg {
  color: rgb(146, 0, 8) !important;
}

.text-white *,
.text-white {
  color: #fff !important;
}

.full-width {
  width: 100%;
}

.m-0 {
  margin: 0px !important;
}

.mright-0 {
  margin-right: 0px !important;
}

.mtop-0 {
  margin-top: 0px !important;
}

.mleft-0 {
  margin-left: 0px !important;
}

.mbottom-0 {
  margin-bottom: 0px !important;
}

.mbottom-10 {
  margin-bottom: 10px !important;
}

.pad-0 {
  padding: 0px !important;
}

.mbottom-50 {
  margin-bottom: 50px !important;
}

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

.mtop-10 {
  margin-top: 10px !important;
}

.mtop-20 {
  margin-top: 20px !important;
}

.mtop-30 {
  margin-top: 30px !important;
}

.mright-10 {
  margin-right: 10px !important;
}

.mright-15 {
  margin-right: 15px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mbottom-15 {
  margin-bottom: 15px !important;
}

.ptop-15 {
  padding-top: 15px !important;
}

.mbottom-20 {
  margin-bottom: 20px !important;
}

.p-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pt-7 {
  padding-top: 7px !important;
}

.pad-left-0 {
  padding-left: 0px;
}

.pad-right-0 {
  padding-right: 0px;
}

.pad-right-30 {
  padding-right: 30px !important;
}

.pad-left-30 {
  padding-left: 30px !important;
}

.pad-left-15 {
  padding-left: 15px;
}

.pad-right-50 {
  padding-right: 50px;
}

.pad-left-50 {
  padding-left: 50px;
}

.pad-top-30 {
  padding-top: 30px !important;
}

.pad-top-35 {
  padding-top: 35px;
}

.pad-top-50 {
  padding-top: 50px !important;
}

.pad-bottom-30 {
  padding-bottom: 30px !important;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.top20Space {
  margin-bottom: 20px;
}

.bottom20Space {
  margin-bottom: 20px;
}

.mbottom-40 {
  margin-bottom: 40px;
}

.grey-note {
  font-size: 14px;
  color: #98999b;
}

.small-note {
  font-size: 12px;
  color: #98999b;
  margin-top: 4px;
}

.border-0 {
  border: 0px !important;
}

.cursor {
  cursor: pointer;
}

/**----Form Elements----***/
.red-astrik {
  color: #f04031;
  font-size: 14px;
}

input[type=text]:focus,
input[type=email]:focus {
  color: #000 !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

.form-section label {
  font-size: 14px;
  font-weight: 500;
  color: #293448;
  display: -webkit-box;
}

.form-section input.form-control,
.form-section select.form-control {
  height: 52px !important;
  border-radius: 0;
  border: 1px solid #c5c5c5;
  font-size: 16px;
  box-shadow: none;
}

.form-section select.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* color: rgb(0, 106, 180) !important; */
  font-size: 15px;
}

.form-section input.form-control:focus,
.form-section textarea.form-control:focus {
  border-color: #757575;
}

.form-section .invalid {
  border-color: #f04031 !important;
}

.form-section ::-webkit-input-placeholder {
  font-size: 16px;
  color: #c5c5c5;
}

.form-section ::-moz-placeholder {
  font-size: 16px;
  color: #c5c5c5;
}

.form-section :-moz-placeholder {
  font-size: 16px;
  color: #c5c5c5;
}

.form-section ::-ms-input-placeholder {
  font-size: 16px;
  color: #c5c5c5;
}

.site_checkbox input[type=checkbox]:not(old) {
  width: 17px;
  height: 17px;
  margin: 4px 0px 0px;
  padding: 0;
  opacity: 0;
  position: absolute;
}

.site_checkbox input[type=checkbox]:not(old)+label:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  border: 1px solid rgb(146, 0, 8);
  color: rgb(146, 0, 8);
  left: 0px;
  top: 0;
}

.site_checkbox input[type=checkbox]:not(old)+label {
  display: inline-block;
  padding-left: 28px;
  /*	background: url(../img/checkbox.jpg) no-repeat;
*/
  line-height: 17px;
  height: 17px;
  font-weight: 400;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.site_checkbox input[type=checkbox]:not(old):checked+label:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  width: 17px;
  height: 17px;
  position: absolute;
  border: 1px solid rgb(146, 0, 8);
  color: rgb(146, 0, 8);
  left: 0px;
  padding-left: 1px;
}

.site_checkbox input[type=checkbox]:not(old):checked+label {
  background-position: 0px -19px;
  position: relative;
}

.site_checkbox input[type=radio]:not(old) {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
}

.site_checkbox input[type=radio]:not(old)+label:after {
  content: "\f1db";
  font: normal normal normal 14px/1 FontAwesome;
  width: 20px;
  height: 20px;
  font-size: 22px;
  position: absolute;
  color: rgb(146, 0, 8);
  left: 0;
  top: -1px;
}

.site_checkbox input[type=radio]:not(old):checked+label:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  width: 12px;
  height: 12px;
  font-size: 13px;
  position: absolute;
  left: 4px;
  color: rgb(146, 0, 8);
  top: 4px;
}

.site_checkbox input[type=radio]:not(old)+label {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  /*background: url(../img/radiocircle.png) no-repeat;*/
  line-height: 20px;
  height: 20px;
  font-weight: 400;
  cursor: pointer;
  vertical-align: middle;
  background-position: 0px -23px;
  font-weight: 500;
}


.site_checkbox input[type=radio]:not(old):checked+label {
  background-position: 0px 0px;
  position: relative;
}

.site_checkbox {
  padding-top: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.select_option {
  position: relative;
}

.select_option select {
  background: url(../img/arrow-down.png) no-repeat;
  background-position: 96% center;
  background-size: 10px;
}

.select_option.no-dropdown select {
  background-image: none;
}

.title-status .select_option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-section textarea.form-control {
  border-radius: 0;
  border: 1px solid #c5c5c5;
  font-size: 16px;
  height: 82px;
  resize: none;
}

.btn.datepicker {
  height: 52px;
  padding-right: 20px;
  border: 1px solid #cecece;
  border-left: 0px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  /*background: url(../img/date-picker-icon.png) no-repeat;
    background-position: 76% center;
    */
  background: #fff;
  margin-left: 0 !important;
}


.btn.datepicker:focus {
  outline: none;
  border: 1px solid #293448;
  box-shadow: none;
}

.black-text select.form-control {
  color: #293448 !important;
}

.grey-text select.form-control {
  color: #c5c5c5 !important;
}

label.big-text {
  font-size: 16px;
  margin-top: 14px;
}

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

input[disabled],
input[type="submit"]:disabled {
  font-weight: 600;
}

input[disabled].sitebtn:hover,
input[type="submit"]:disabled:hover,
button[disabled].sitebtn:hover {
  background: rgb(146, 0, 8);
  color: #fff;
}

input:disabled {
  cursor: not-allowed !important;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

input[type="submit"].sitebtn {
  max-width: 145px;
}

/**-------Common Header---------**/
.head_top_image {
  width: 100%;
  min-height: 210px;
  display: flex;
  align-items: center;
  background: rgb(199, 16, 7);
  position: relative;
}

.head_top_image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(../img/banner-car-new.png) no-repeat bottom right;
  opacity: .5;
  background-size: cover;
}

.head_top_image:after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: url(../img/bannertree.png) no-repeat;
  height: 60px;
  opacity: .7;
  max-width: 1170px;
  margin: auto;
}

.banner-elements {
  position: relative;
}

.banner-elements:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -32px;
  right: -3px;
  z-index: 4;
  max-width: 276px;
  width: 100%;
  background: url(../img/banner-car.png) no-repeat;
  background-size: auto 100%;
  height: 233px;
}

.head_top_image h1 {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 45px;
  color: #fff;
}

.head-banner {
  position: relative;
  z-index: 99;
}

.banner-elements+.contentHolder {
  padding-top: 30px !important;
}

.styled-list p {
  line-height: 18px;
  font-size: 15px;
  margin: 16px 0px;
}

/***---Styled Lists------**/
.styled-list li {
  list-style: none;
  /* background: url(../img/check-mark.jpg) no-repeat;
	background-position: left top; */
  padding-left: 30px;
  font-size: 15px;
  line-height: 18px;
  margin: 16px 0px;
  position: relative;
}

.styled-list li::before {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1171.000000 1280.000000"><g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)" fill="rgb(146, 0, 8)" stroke="none"><path d="M11560 12688 c-2063 -1426 -4216 -3664 -6295 -6542 -671 -929 -1445 -2103 -2024 -3069 -38 -62 -57 -87 -68 -83 -8 3 -705 467 -1548 1030 -844 564 -1544 1030 -1556 1037 -19 10 -17 4 12 -37 20 -27 836 -1147 1815 -2489 979 -1342 1790 -2455 1802 -2473 13 -17 27 -32 31 -32 4 0 70 147 146 328 695 1643 1373 3072 2107 4437 1529 2841 3292 5347 5367 7624 272 300 274 301 264 301 -4 -1 -28 -15 -53 -32z"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/**------------------Header---------------------------*****/
header {
  width: 100%;
  float: left;
  position: fixed;
  z-index: 999;
}

div[ui-view="body"] {
  padding-top: 72px;
}

.head-shadow {
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  height: auto;
  padding: 0px 15px;
}

.corner-rounded {
  border-radius: 2px !important;
}

/*---Navigation-----*/
.navbar-default {
  background-color: rgb(240, 240, 240);
  border-color: #fff;
  border-bottom: 0px;
}

.navbar-header {
  width: 20%;
}

.navbar-collapse {
  width: 80%;
  float: left;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: rgb(240, 240, 240);
}

#navbar {
  margin-top: 12px;
}

.main-nav {
  margin-right: 13%;
}

.navbar-nav>li>a {
  padding-bottom: 21px;
}

.main-nav>li>a {
  margin: 0px 7px;
}

nav.navbar {
  min-height: auto;
  margin: 0px;
  border-radius: 0px;
}

nav.navbar li a {
  color: #333333 !important;
  font-size: 16px;
}

nav.navbar .main-nav li a:hover,
nav.navbar .main-nav li.active a {
  color: rgb(146, 0, 8) !important;
  border-bottom: solid rgb(148, 0, 0);
  transition: all ease-in .1s;
}

.navbar-custom {
  color: #808080 !important;
  font-size: 16px;
}

.navbar-nav .dropdown>.dropdown-toggle {
  margin-bottom: 3px;
}

li.dropdown .dropdown-toggle span.account-name {
  display: inline-block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;

}

.navbar-custom:hover {
  border-bottom: solid #F00;
}

.navbar-custom.active {
  font-weight: bold;
  color: #747983 !important;
  border-bottom: solid #F00;
  font-size: 16px;
}

.dropdown-menu.corner-rounded {
  border-radius: 4px !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
}

/*----Nav Dropdown------*/
.dropdown-menu:not(.uib-datepicker-popup) li {
  margin: 0px 15px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 8px;
  padding-top: 7px;
}

.dropdown-menu>li>a {
  padding: 3px 10px;
  font-size: 14px;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 1px;
}

.dropdown-menu li:last-child {
  border-bottom: 0px solid #cecece;
}

.dropdown-menu li a svg {
  margin-right: 9px;
}

.dropdown-menu {
  min-width: 24rem;
  left: -95px;
  width: 100%;
  border: 0px;
}

/***--------Carousel----------*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

.carousel-item {
  text-align: -webkit-center;
}

/***---Footer Advertisement-------**/
.advertisement {
  padding: 70px 0px;
}

.visible-sm.img-responsive,
.visible-xs.img-responsive {
  height: 100%;
  width: 100%;
}

/***-------Breadcrumb-------**/
.page_breadcumb {
  margin-top: 40px;
  background: rgb(244, 244, 244);
  font-size: 14px;
  padding: 7px 0px 7px 00px;
  color: #777;
}

.page_breadcumb a,
.page_breadcumb span {
  color: #777;
  font-weight: 500;
}

.page_breadcumb a {
  margin-right: 4px;
}

/***-----Footer------***/
footer {
  background-color: #900000;
  background-image: url(../img/down_city_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0px 80px;
}

.footer-white {
  background-color: #fff;
  padding: 20px 0px 10px;
}

.footer-white * {
  color: #920008;
}

footer li {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 12px;
}

.bottom-form {
  padding-left: 0px;
  padding-right: 10px;
}

.change-form-ele {
  background-color: #545d6d;
  border-radius: 0;
  color: #fff !important;
  border-color: #fff;
}

.bottom-right-social {
  text-align: right;
}

.social [class*="fa fa-"] {
  background-color: #fff;
  border-radius: 30px;
  color: #333;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: auto 3px;
  width: 30px;
  font-size: 15px;
  text-align: center;
  border: thin solid #293448;
}

footer input[type="submit"] {
  width: 100%;
  text-indent: -999px;
  border: 1px solid rgb(146, 0, 8);
  height: 34px;
  background: url(../img/foot-arrow.png) no-repeat center center;
  background-color: rgb(146, 0, 8);
}

footer ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}

footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}

footer :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}

footer :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

/**------Nav Tabs--------**/
.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs>li {
  font-size: 16px;
  font-weight: 600;
}

.nav-tabs>li>a {
  color: #757575;
  padding-bottom: 3px;
  border: 0px;
}

.nav-tabs>li>a:hover {
  background: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background: transparent;
  color: #293448;
  border: 0px;
  border-bottom: 3px solid rgb(146, 0, 8);
}

/**---Carousel---**/
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  background-color: rgba(0, 0, 0, .5);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: 0px;
  left: 0px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: 0px;
  right: 0px;
}

/**---Modal---**/
.modal-header .close {
  margin-top: 0px;
}

.modal-header {
  border-bottom: 0px;
  padding: 0px;
}

.modal-body h5 {
  font-size: 18px;
  line-height: 22px;
  color: #293448;
  font-weight: 600;
}

.modal-body .description-auction-title h5 {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
}

.modal-body {
  padding: 0px;
  float: left;
  width: 100%;
  overflow: auto;
}

.modal-body img.img-responsive {
  width: 100%;
  height: auto;
}

.close {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../img/modal-close.jpg) no-repeat !important;
  margin-right: 13px;
  opacity: 1;
}

.closeBidHistory {
  text-indent: -9999px;
  background: url(../img/modal-close.jpg) no-repeat !important;
  opacity: 1;
  border: 2px solid #333;
  width: 25px;
  height: 25px;
  display: block;
  background-position: center !important;
  border-radius: 50%;
  background-size: 56% !important;
  background-color: #fff !important;
  z-index: 99;
  margin-top: -10px;
  margin-right: -10px;
}

.closeBidHistory:hover,
.closeBidHistory:active,
.closeBidHistory:focus {
  opacity: 1;
  outline: none;
  cursor: pointer;
}

p.error,
span.error-text {
  color: red !important;
  font-size: 13px !important;
  margin: 0px 0px !important;
}

p.error {
  position: absolute;
}

/**---Resize Modaal-----****/
.resize-modal {
  padding: 18px;
}

.modal {
  padding: 0px 10px;
}

.upload-img {
  padding: 12px 15px;
  border: 1px solid #c5c5c5;
  width: 100%;
}

/***-----------------Table-------------------****/
.table *:not(i) {
  font-family: 'Roboto', sans-serif;
}

.table th {
  border: 0px !important;
  text-transform: uppercase;
  color: #293448;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.table thead th {
  border-bottom: 1px solid #e7e7e7;
  line-height: 17px;
}

.table td {
  border-color: #e7e7e7;
  vertical-align: middle;
}

.table td {
  font-size: 12px;
  color: #98999b;
  padding: 15px .75rem !important;
  vertical-align: middle !important;
}

.table td span.colored-text {
  font-size: 14px;
  color: #293448;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.table td a {
  color: #98999b;
  display: inline-block;
  margin-top: 3px;
}

.table td a:hover {
  color: rgb(146, 0, 8);
  transition: all ease-in .2s;
}

.table td a i {
  font-size: 19px;
}

.table td a i.fa-2x {
  font-size: 25px;
}

.table-hover tbody tr:hover {
  background-color: var(--light-color);
  transition: all ease-in .2s;
}

.table-hover tbody tr.no-hover:hover td:first-child,
.table-hover tbody tr.no-hover:hover td:nth-child(2) {
  background: #fff;
}

.table td img.img-thumbnail {
  max-width: 64px;
}

/****-----Search Modal Home----**/
.modal-sm {
  width: 308px;
}

.well-sm {
  padding: 0px;
}

.btn-sm {
  padding: 5px 9.26px;
}

.nav-stacked>li {
  float: left;
  width: 50%;
}

.nav-stacked {
  border: 1px solid #293448;
  border-radius: 2px;
}

.nav-stacked>li+li {
  margin-top: 0px;
}

.nav-pills.nav-stacked>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff !important;
  background-color: #293448 !important;
  border-radius: 0px;
}

.nav-stacked.nav-pills>li>a {
  color: #293448 !important;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
}

.nav-pills li:first-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-elements {
  float: left;
  width: 100%;
  border: 1px solid #a6a6a6;
  border-radius: 2px;
}

.form-row {
  padding: 0px 5px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #a6a6a6;
}

.form-elements .form-row:last-child {
  border-bottom: 0px;
}

.form-elements label {
  margin: 16px 0px;
}

#search-modal input[type="submit"] {
  margin-bottom: 20px;
  max-width: 100%;
  height: 44px;
  font-weight: 500;
  padding-top: 3px;
}

#search-modal input[type="submit"]:hover,
#search-modal input[type="submit"]:focus {
  color: #fff;
  outline: none;
}

/****-----Search Modal pill----**/
/**----NG Toast----***/
/* .ng-toast.ng-toast--top {
    top: auto !important;
    bottom: 0px !important;
    right: 0px !important;
    height: 100px !important;
    width: 20% !important;
} */
.alert {
  padding: 5px 15px;
  margin-bottom: 0px;
}

.ng-toast.ng-toast--right .ng-toast__message {
  text-align: center !important;
}

/****-----Search Modal Home----**/
.modal-sm {
  width: 308px;
}

.well-sm {
  padding: 0px;
}

.btn-sm {
  padding: 5px 9.26px;
}

.nav-stacked>li {
  float: left;
  width: 50%;
}

.nav-stacked {
  border: 1px solid #293448;
  border-radius: 2px;
}

.nav-stacked>li+li {
  margin-top: 0px;
}

.nav-pills.nav-stacked>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff !important;
  background-color: #293448 !important;
  border-radius: 0px;
}

.nav-stacked.nav-pills>li>a {
  color: #293448 !important;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 1;
}

.nav-pills li:first-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-elements {
  float: left;
  width: 100%;
  border: 1px solid #a6a6a6;
  border-radius: 2px;
}

.form-row {
  padding: 0px 5px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #a6a6a6;
}

.form-elements .form-row:last-child {
  border-bottom: 0px;
}

.form-elements label {
  margin: 16px 0px;
}

#search-modal input[type="submit"] {
  margin-bottom: 20px;
  max-width: 100%;
  height: 44px;
  font-weight: 500;
  padding-top: 3px;
}

#search-modal input[type="submit"]:hover,
#search-modal input[type="submit"]:focus {
  color: #fff;
  outline: none;
}

.full button {
  background-color: rgb(146, 0, 8);
  color: #fff;
  border-radius: 5px;
}

/****-----Search Modal pill----**/
/**----NG Toast----***/
/* .ng-toast.ng-toast--top {
    top: auto !important;
    bottom: 0px !important;
    right: 0px !important;
    height: 100px !important;
    width: 20% !important;
} */
.alert {
  padding: 5px 15px;
  margin-bottom: 0px;
}

.ng-toast.ng-toast--right .ng-toast__message {
  text-align: center !important;
}

.modal-dialog.modal-lg .modal-content {
  min-height: 511px;
}

.easy-steps .modal-dialog.modal-lg .modal-content {
  min-height: auto;
}

/*.modal-dialog .ng-toast.ng-toast--top {
    height: 60px !important;
    width: 100% !important;
} */
/**----Loading----**/
.loading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}

.lds-css {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

@-webkit-keyframes lds-ellipsis3 {

  0%,
  25% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    left: 60px;
  }

  100% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {

  0%,
  25% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    left: 60px;
  }

  100% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    left: 60px;
  }

  75% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 110px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    left: 60px;
  }

  75% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 110px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis>div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.lds-ellipsis div>div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 100px;
  left: 14px;
  -webkit-animation: lds-ellipsis 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}

/**----Loading----**/
.loading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}

.lds-css {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

@-webkit-keyframes lds-ellipsis3 {

  0%,
  25% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    left: 60px;
  }

  100% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {

  0%,
  25% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    left: 60px;
  }

  100% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    left: 60px;
  }

  75% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 110px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    left: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    left: 14px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    left: 60px;
  }

  75% {
    left: 108px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 110px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis>div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.lds-ellipsis div>div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 100px;
  left: 14px;
  -webkit-animation: lds-ellipsis 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #ffffff;
}

.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 1.6s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffffff;
}

/****-------Responsive Table------***/
@media only screen and (max-width: 800px) {

  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  .no-more-tables thead tr {
    /* position: absolute;
	top: -9999px;
	left: -9999px; */
  }

  .no-more-tables tr {
    /* border: 1px solid #ccc; */
  }

  .no-more-tables td {
    border: none;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    /* padding-left: 50% !important; */
    white-space: normal !important;
    text-align: center;
    min-height: 50px;
  }

  .textPullRight {
    text-align: right !important
  }

  .no-more-tables td:before {
    /* position: absolute;
    top: 14px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #293448;
    font-size: 15px;
	content: attr(data-title); */
  }

  .no-more-tables thead tr th,
  .no-more-tables tbody tr td {
    width: 50%;
    float: left;
    padding: 10px !important;
  }
}

.vehicle-titles {
  display: inline-block;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.text-info {
  color: #fff !important;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {

  background-color: rgb(146, 0, 8);
  border-color: rgb(146, 0, 8);
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus .btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  background-color: rgb(146, 0, 8);
  border-color: rgb(146, 0, 8);
}

#searchByDate {
  max-width: 350px;
}

#searchByDate .sitebtn {
  height: 52px;
  max-width: 93px;
}