html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
h5{
    color:dimgrey
    
}


.vehicleheading {
    color: #818181;
    padding-top: 30px;
    font-style: italic;
    font-size: 29px;
}
.logo_props {
    
    display:block;
    height: 70px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  
   
}
.button_props {
    height: 25px;
    width: 25px;
    display: block;
}
.container {
    width: 96% !important;
    border-color: #0073CE;
    padding-top: 10px;
}

.header {
    text-align: center;
    min-height: 50px;
    background: #ffffff;
}

.content {
    min-height: 750px;
    background-color: #969baa;
}

.btn-Login {
    background-color: #008dde;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #f4f4f4;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 50px;
    text-transform: uppercase;
    width: 300px;
    -webkit-appearance: none;
}
.col-sm-12 {
    background-color:orangered;
    height:50px;
}
table {
    font-family: Calibri;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

#my_centered_buttons {
    display: flex;
    justify-content: center;
}

.orderlabel {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container1 {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 40px;
}
 .control-label{
    display: inline-block;
    width: 140px;
    text-align: right;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.container {
    width: 96% !important;
    border-color: #0073CE;
    padding-top: 10px;
}

.header {
    text-align: center;
    min-height: 50px;
    background: #ffffff;
}

.lasthostdownload {
    min-height: 15px;
    color: black;
    background: #5E5D59;
}

.content {
    min-height: 40px;
    background-color: #969baa;
}

.nav-tabs > .home {
    width: 50% !important;
}

.nav-tabs > li {
    text-align: center;
    background: #bcc4c4;
    border-right: 1px solid #000000;
}

.nav-tabs > .active {
    background: #7b7d85;
}

.scansolutions {
    background: #0073CE;
}

.vehicleheading {
    color: #818181;
    padding-top: 25px;
    font-style: italic;
    font-size: 29px;
}

.logout {
    color: #ff0000;
    padding-right: 100%;
    font-style: italic;
    font-family: Algerian;
    font-size: x-large;
}

.error {
    color: black;
    padding-top: 5px;
    float: initial;
    padding-right: 3%;
    font-style: italic;
    font-family: Algerian;
    font-size: x-large;
}

.username {
    color: #191970;
    padding-top: 5px;
    float: initial;
    padding-right: 3%;
    font-style: italic;
    font-size: 21px;
}

.role {
    color: #191970;
    padding-top: 5px;
    float: initial;
    padding-right: 3%;
    font-style: italic;
    font-size: 21px;
}

.dealercode {
    color: #191970;
    padding-top: 5px;
    float: initial;
    padding-right: 3%;
    font-style: italic;
    font-size: 21px;
}




.image_props {
    float: left;
}

.logo_props {
    display: block;
    height: 70px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.button_props {
    height: 25px;
    width: 25px;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #4A4B50 !important;
    color: #ffffff !important;
}

.nav {
    background: #7D7F86 !important;
}


.quickFeaturesDealershipManager {
    background: #333;
    color: #ffffff;
    float: right;
    width: auto;
    padding-top: 1px;
    border-radius: 1px;
    height: 48px;
}


.quickFeaturesAdmin {
    background: #333;
    color: #ffffff;
    float: right;
    width: auto;
    padding-top: 1px;
    border-radius: 1px;
    height: 48px;
}

.quickFeaturesUser {
    background: #1f1f1f;
    color: #ffffff;
    float: right;
    width: 12%;
    padding-top: 10px;
    border-radius: 10px;
}

i {
    cursor: pointer;
    text-align: center !important;
    padding: 5px !important;
}

.optradio {
    cursor: pointer;
}

.more_options {
    padding: 14px !important;
}

.btn-Login {
    background-color: #008dde;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #f4f4f4;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 50px;
    text-transform: uppercase;
    width: 300px;
    -webkit-appearance: none;
}