﻿
@font-face {
    font-family: 'hyundai_sans_text_krregular';
    src: url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansTextKRRegular.woff2') format('woff2'), url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansTextKRRegular.woff') format('woff'), url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansTextKRRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'hyundai_sans_head_krregular';
    src: url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansHeadKRRegular.woff2') format('woff2'), url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansHeadKRRegular.woff') format('woff'), url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansHeadKRRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'hyundai_sans_head_krbold';
    src:  url('/bootstrap/vendor/fonts/CustomManufacture/Hyundai/HyundaiSansHeadKRBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    /*use for branding and neutral*/
    --HyundaiBlue: #002c5f;
    /*Use for table banding */
    --HyundaiSand: #e4dcd3;
    --HyundaiLightSand: #f6f3f2;
    /*use for positive*/
    --ActiveBlue: #00aad2;
    /*use for neutral*/
    --SkyBlue: #aacae6;
    /*use for negative*/
    --ActiveRed: #e63312;
}

body {
    font-family: hyundai_sans_text_krregular;
    background-color: #fff;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: hyundai_sans_head_krregular;
    font-weight: bold;
    color: black;
}

h2 {
    font-family: hyundai_sans_head_krregular;
    font-weight: bold;
    color: #002c5f;
}
.text-primary, a {
    font-family: hyundai_sans_head_krregular;
    font-weight: bold;
    color: black;
}
.navbar-inverse {
    background-color: #fff;
}
.pot-button {
    background-color: white;
    min-height: 170px;
    border-color: #aacae6 !important;
    border-width: 0.8rem;
}
.dashboard-button {
    color: black;
    transition: background 0.2s ease-in-out 0s;
    display: block;
    border-left: 2px solid black;
    position: relative;
    transition: background 0.2s ease-in-out 0s;
}

    .dashboard-button:hover {
        text-decoration: none;
        background: #aacae6;
        color: #fff;
    }
    .dashboard-button h3 {
        color: black;
    }
.pot-button.first h2 {
    padding-left: 6px;
    padding-right: 0;
}
.pot-button.first h3 {
    padding-left: 6px;
    padding-right: 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #000;
    color: #fff;
    padding-top: 10px;
}

.navbar .navbar-header .navbar-brand {
    /*background: url(../img/logo-sm.gif) no-repeat 20px 8px; (for nav at 50px high)*/
    background: url(../../../img/CustomManufacture/hyundaiHMedium.png) no-repeat 5px 15px;
    width: 240px;
    text-indent: -9999px;
    
}



   
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    text-decoration: underline;
    background-color: transparent
}

.navbar-inverse .navbar-nav > li > a {
    color:#000;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    text-decoration: underline;
    background-color: #fff;
}
    .hotleadInactive {
    background-color: #e4dcd3;
    padding: 6px 10px 6px 10px;
}
.quick-btn .label {
    position: absolute;
    background-color: #e63312;
    color: #fff;
    top: 10px;
    right: 5px;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #00aad2;
    border-color: #009bd6;
}

.hotlead {
    background-color: #00aad2;
    padding: 6px 10px 6px 10px;
}

.jumbotron {
    margin-bottom: 30px;
    color: #00aad2;
    background-color: #fff;
}
.dashboard-warning {
    border:none;
}
    .col-md-6.dashboard-warning {
    border-left: 2px solid black !important;
}


.blue-template .jumbotron h3 {
    font-size: 32px;
    margin: 0;
}
.jumbotron h1, .jumbotron .h1 {
    color: #00aad2;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e4dcd3;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f6f3f2;
}

.btn-danger {
    color: #fff;
    background-color: #e63312;
    border-color: #e63312;
}
/*login start*/

#CSSToggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.loginForm .btn-primary {
    background: #00aad2;
    border-color: #00aad2;
    color: #fff;
    font-size: 20px;
}

    .loginForm .btn-primary:hover {
        background-color: #00aad2;
        border-color: #00aad2;
        color: #000;
    }

.loginForm .control-label{
    color: #000;
}
/*.login-logo{
    visibility: hidden;
}*/
/*login end*/
.dropdown-menu > li > a {
       color: #000;
}
.redAccent {
    color: #e63312;
}
.blueAccent {
    color: #00aad2;
}

.searchable-container span.btn-default.active {
    background-color: #00aad2;
    color: #FFF;
}

.panel-primary {
    border-top-color: #00aad2;
    border-top-width: 4px;
}
.panel-primary > .panel-heading {
        color: #00aad2;
}
.partnerimage {
    visibility: hidden;
}

.subnav.navbar-fixed-top {
    /*top: 50px; (for nav at 50px high) */
    top: 70px; /*(for nav at 70px high)*/
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    /*  font-size: 1.8em;*/
    font-size: 1.4em;
}

