/* login page */
@font-face {
  font-family: Skoda-Regular;
  src: url('../fonts/SKODANext-Regular.woff');
}
@font-face {
  font-family: Skoda-Light;
  src: url('../fonts/SKODANext-Light.woff');
}
body {
    font-family: Skoda-Light, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-bold {
    font-weight: bold;
}
#login-table{
    margin: auto;
}

.top-txt-audi {
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    text-align: left !important;
}

.color-maroon {
    color: maroon;
}

.color-gray {
    color: gray;
}

.clear {
    clear: both
}

.display-none {
    display: none;
}

a {
    font-size: 14px;
}

.margin-tb-10px {
    margin: 10px 0 !important;
}

.logo-login {
    width: 150px;
    height: 100px;
    float: right;
}

#login-btn {
    float: right;
    letter-spacing: 2px;
    background: #113832;
    color: #fff;
    border: 1px solid #113832;
    border-radius: 25px;
    padding: 7px 11px !important;
    font-size: 13px;
}

table tr td a {
    color: #113832;
    font-size: 12px;
}


.border-radius-5px {
    border-radius: 5px;
}

.gray-border {
    border: 1px solid gray;
}

.padding-tb-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.font-18px-bold {
    font-size: 18px;
    font-weight: bold;
}

.float-right {
    float: right;
}

/* End login page */

/* welcome page */
.line-height100px {
    line-height: 100px;
}

.show-open-btn span {
    font-size: 22px;
    cursor: pointer
}

.welcome-div {
    padding: 10px 10px 0 0;
}

.logo-top {
    width: 110px;
    height: 90px;
}

.search-box {
    width: 73%;
}

.img-300-200 {
    width: 300px;
    height: 200px;
}

.pad-5px {
    padding: 5px;
}

.txt-center {
    text-align: center;
}

.show-open-btn {
    display: none;
}

.top-nav {
    clear: both;
    margin: 0 0 5px 0;
}

.closebtn {
    display: none;
}

.top-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #f3f3f3;
}

.top-nav ul li {
    float: left;
}

.top-nav ul li a {
    display: block;
    padding: 14px;
    text-decoration: none;
    color: #666;
    text-align: center;
}

.top-nav li a.active {
    color: white;
    background: #78faae !important;
}

.top-nav ul li a:hover {
    background: #ddd;
}

.left-nav {
    width: 25%;
    height: 100%;
    overflow: auto;
    background: #f1f1f1;
    position: fixed;
}

.left-nav ul {
    list-style-type: none;
    /* margin: 0;
    padding: 0; */
    background-color: #f1f1f1;
}

.left-nav ul li {
    padding: 5px 0;
}

.left-nav li a {
    display: block;
    color: #0e3a2f;
    /* padding: 8px 16px; */
    text-decoration: none;
}

.left-nav li a:hover {
    background: #ddd;
}

#search-box {
    /* margin-left:26%; */
}

#search-box input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#search-box input[type=text]:focus {
    width: 100%;
}

html>body #navsite ul li a {
    font-size: 12px !important;
}

.show-icon-plus:after {
    content: ' +';
    font-weight: bold;
    font-size: 16px;
}

.show-icon-minus:after {
    content: ' -';
    font-weight: bold;
    font-size: 16px;
}

.right-container {
    margin-left: 26%;
}

/* Request login*/
.h1-18px {
    font-size: 18px;
    font-weight: bold;
}

.reason_for_registration {
    width: 300px;
    max-width: 280px;
    height: 80px;
}

.gtc-info {
    position: relative;
    vertical-align: middle;
}

.gtc-info-anchor {
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.request-bottom-btn {
    background: #0e3a2f;
    color: #fff;
    border: 1px solid #0e3a2f;
}

/* End Request login*/
/* End welcome page */

/* Custom code */

.table td,
.table th {
    border-top: 0 !important;
}


@media only screen and (min-width: 769px) {
    .left-nav {
        width: 25% !important;
    }
}

@media only screen and (max-width:768px) {
    .login-div{
        padding: 15px 30px;
    }
    /* login page */
    img {
        width: 100% !important;
    }

    .logo-login {
        float: none !important;
        display: block !important;
        width: 150px !important;
        height: 100px !important;
        margin: 0 auto;
    }

    .text-center {
        text-align: center !important;
    }

    .margin-tb-10px {
        margin: 10px 0 !important;
    }

    .line-height-normal {
        line-height: normal !important;
    }

    #login-btn {
        float: left !important;
    }

    /* End login page */

    #left-nav {
        width: 50%;
    }

    .show-open-btn {
        display: block !important;
    }

    .left-nav {
        top: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        transition: 0.5s !important;
        background: #111;
        background-color: lightgray;
        z-index: 1;
        padding-top: 60px !important;
    }

    .closebtn {
        display: block !important;
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .right-container {
        margin-left: 0 !important;
        padding: 5px !important;
    }
    .p-left-right50 {
        padding-left: 0px !important;
        padding-bottom: 10px;
    }
    .desktop-logo {
         margin-top: 0px !important;
    }
    .desktop-logo{
        width: auto !important;
        height: 20px;
    }
    #logo-container {
        padding: inherit;
    }
    .login-logo-div h4{
        text-align: center;
    }
}

input {
    width: 100%;
    padding-left: 2px !important;
    font-weight: 100;
}

.req-acc-btn:hover {
    color: #113832;
}

.top-patch {
    background-image: linear-gradient(to right, #E5EAEE 0%, white 80%);
    background-blend-mode: color;
    background-repeat: no-repeat;
    height: 160px;
}

.p-left-right50 {
    padding-left: 50px;
    padding-top: 50px
}

.clr-maroon {
    color: #78faae;
}

.skoda-logo-color {
    color: #78faae;
}

.login-logo-div {
    padding-top: 66px;
    padding-right: 10px;
}

.desktop-logo {
    /*width:180px; height:40px;*/
    margin-top: -30px;
}

@media only screen and (max-width: 500px) {

    #logo-container img {
        width: 180px !important;
        height: 40px !important;
        display: block !important;
        margin: auto;
    }
}
