body {
  height: 100%;
}

.outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner {
  width: 35%;
  /*height: 50%;*/
  /*background-color: #fff;*/
  padding: 2rem 1.5rem;
}

.inner .card {
  border: none;
  background-color: transparent;
}

.inner .card-body p {
  /*color: #73818f !important;*/
  font-size: 0.875rem;
}

.inner .card-footer {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.inner .card-body input[type="submit"] {
  width: 100%;
  border-radius: 28px;
  height: 50px;
  border: 1px solid transparent;
  /*background-color: #f39c11;*/
  background-color: #20a8d8;
}

.inner .card-body .form-control:focus{
  box-shadow: none;
  background: rgba(255,255,255,0.5);
  color: #fff;
  border: 1px solid transparent;
}

.icon {
  position: relative;
  margin: 2rem auto;
}

.icon input {
  padding-left: 50px;
  border-radius: 28px;
  border: 1px solid transparent;
  background-color: rgba(255,255,255,0.5);
  height: 50px;
}

.icon-password:after {
  content: '\f084';
}

.icon-username:after {
  content: '\f007';
}

.icon:after {
  font-family: 'Font Awesome 5 Free';
  height: 36px;
  font-weight: 900;
  position: absolute;
  top: 7px;
  left: 10px;
  color: #fff;
  width: 39px;
  border-radius: 0.27rem 0 0 .27rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mynavbar{
  position: fixed;
  left: 0;
  right: 0;
  padding: 0.5rem 1.5rem;
  z-index: 1020;
  background-color: #fff;
  border-bottom: 1px solid #a4b7c1;
  color: #404040;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

aside{
  position: fixed;
  width: 225px;
  bottom: 0;
  top: 0;
  background-color: #29363d;
  padding-top: 63px;
}
aside ul{
  list-style: none;
  padding: 0;
}
aside ul li a:hover{
  color: #fff;
}
aside ul li a{
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-left: 10px;
}
aside ul li{
  display: flex;
  align-items: center;
  padding: 0.65rem;
  border-bottom: 1px solid #a4b7c1;
}
aside span.fas{
  font-size: 24px;
  color: #eee;
}

.check{
  margin-left: -225px;
  transition: all 500ms;
}

@media only screen and (max-width: 546px) {
  .main .container-fluid{
    padding: 0 15px;
  }
  .LoadRecordsButton{
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
    height: auto;
  }
  .inner .card-body{
  	padding: 0;
  }

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a:hover{
  background-color: #fff;
  color: #404040;
}
.dropdown-content i {
  font-size: 20px;
  margin-right: 15px;
}
.dropdown-content a,.dropdown-content p {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-align: left;
  display: flex;
  align-items: center;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  top: 44px;
  background-color: #29363d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/*.dropdown:hover .dropdown-content {*/
  /*display: block;*/
/*}*/

.sidebar-nav .fas{
  margin-right: 10px;
  font-size: 18px;
  color: #eee;
}
.check{
  margin-left: 0 !important;
}
.check1{
  margin-left: -200px !important;
}

.sidebar .nav-link.active{
  color: #fff;
  background: #20a8d8 !important;
}

/*=========================================
      Vehicle Search Page
=========================================*/
table.vehicletable thead>tr>th,
table.vehicletable tbody>tr>td,
table.dealstable thead>tr>th,
table.dealstable tbody>tr>td,
table.reportingtable thead>tr>th,
table.reportingtable tbody>tr>td,
table.rewardstable thead>tr>th,
table.rewardstable tbody>tr>td{
  vertical-align: middle;
}


