/**
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * PROPRIETARY INFORMATION:
 * The information disclosed in this document was either originated by, or
 * licensed from SmartTech Enterprises.  SmarTech Enterprises originated
 * proprietary information is to be used only for the specific purposes for
 * which it was supplied and is not to be disclosed to others or reproduced
 * without the prior written consent of SmartTech Enterprises.  Licensed third
 * party materials distributed herein shall be used only to the extent permitted
 * by the applicable license.
 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 * @copyright (c) 2022, SmartTech Enterprises, All Rights Reserved.
 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *
 * FILE:             main.css
 *
 * CHANGE HISTORY:   All change history will be kept within version control
 *                   software.
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

.adminforms {
	padding-bottom:15px;
}

a.login-links:link {
   color: #337ab7;
   text-decoration: none;
   background-color: transparent;
}

a.login-links:visited {
   color: #337ab7;
   text-decoration: none;
   background-color: transparent;
}

a.login-links:hover {
   color: #B87133;   
   text-decoration: underline;
   background-color: transparent;
}

a.login-links:active {
   color: #B87133;
   text-decoration: underline;
   background-color: transparent;
}

body {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 14px;
   line-height: 1.42857143;
   color: #333;
   background-color: #fff;
   position: relative;
   min-height: 100vh;
   overflow: auto;
   display: block;
   margin: 0;
   margin-right: 0px;
   padding-right: 0px !important;
   margin-right: 0px !important;
}

.btn-primary {
   color: #fff;
   background-color: #337ab7 !important;
   border-color: #2e6da4 !important;
}

.btn-primary:active {
   color: #fff;
   background-color: #337ab7 !important;
   border-color: #2e6da4 !important;
}

.btn-primary:visited {
   color: #fff;
   background-color: #337ab7 !important;
   border-color: #2e6da4 !important;
}

.btn-primary:hover {
   color: #fff;
   background-color: #2168a6 !important;
   border-color: #1e598d !important;
}

.btn-red {
   color: #fff;
   background-color: #d04a3f !important;
   border-color: #c13d34 !important;
}

.btn-red:active {
   color: #fff;
   background-color: #d04a3f !important;
   border-color: #c13d34 !important;
}

.btn-red:visited {
   color: #fff;
   background-color: #d04a3f !important;
   border-color: #c13d34 !important;
}

.btn-red:hover {
   color: #fff;
   background-color: #a52020 !important;
   border-color: #940614 !important;
}

.btn-nav {
   color: #fff;
   background-color: #B87133 !important;
   border-color: #A3652E !important;
}

.btn-nav:active {
   color: #fff;
   background-color: #B87133 !important;
   border-color: #A3652E !important;
}

.btn-nav:visited {
   color: #fff;
   background-color: #B87133 !important;
   border-color: #A3652E !important;
}

.btn-nav:hover {
   color: #fff;
   background-color: #A65F21 !important;
   border-color: #8C511D !important;
}

.btn-outline-dark {
   color: #282828;
   background-color: #fff !important;
   border-color: #282828 !important;
}

.btn-outline-dark:active {
   color: #282828;
   background-color: #fff !important;
   border-color: #282828 !important;
}

.btn-outline-dark:visited {
   color: #282828;
   background-color: #fff !important;
   border-color: #282828 !important;
}

.btn-outline-dark:hover {
   color: #fff;
   background-color: #282828 !important;
   border-color: #282828 !important;
}

footer {
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   background: #282828;
   border-top: 1px solid #FCAA2C;
   z-index: 5;
   text-align: center;
   color: #999;
   font-size: 12px;
}

.forms {
   padding: 40px;
}

.login-btn {
   width: 100%;
   font-size: 18px;
}

.login-page-links {
   margin-top: 7px;
   font-size: 14px;
   line-height: 2;
}

.login-page-links > button {
   background: transparent;
   border: 0;
   color: #337ab7;
}

.login-page-links > button:focus {
   outline: 0;
}

.main-background {
   position: absolute;
   z-index: 2;
   background-size: cover !important;
   background-position: center !important;
   background: transparent url('/dealer/images/LandingPage_Background.jpg') no-repeat scroll 0% 0%;
   min-height: 100vh;
   min-width: 100vw;
   ;
}

.modal-cookie{
   min-width: 100vw !important;
   width: 100vw !important;
   max-width:none !important;
}

.page.login .login-col h2 {
   color: #505050;
   font-size: 28px;
   text-align: left;
}

.st_thead_sticky_blue thead th {
   position: sticky; 
   top: 0;
   background-color: #2196F3!important; 
   vertical-align: middle;
}