﻿@import url('../css/_base.css');

@font-face {
    font-family: Leaseplan;
    src: url('/CustomContent/leaseplan/fonts/Leaseplan/eot/LeasePlan-Regular.eot');
    src: url('/CustomContent/leaseplan/fonts/Leaseplan/eot/LeasePlan-Regular.eot?#iefix') format('embedded-opentype'),
         url('/CustomContent/leaseplan/fonts/Leaseplan/woff2/LeasePlan-Regular.woff2') format('woff2'),
         url('/CustomContent/leaseplan/fonts/Leaseplan/woff/LeasePlan-Regular.woff') format('woff'),
         url('/CustomContent/leaseplan/fonts/Leaseplan/ttf/LeasePlan-Regular.ttf') format('truetype');
}

:root {
    --font-family: Leaseplan, Arial, Helvetica, sans-serif;
    --font-color: rgb(0, 74, 93);
    --menu-background-color: #F5F5F5;
    --menu-div1-background-color: #F06400;
    --menu-div2-background-color: #F06400;
    --menu-div3-background-color: #F06400;
    --menu-div4-background-color: #F06400;
    --menu-div5-background-color: #F06400;
    --menu-div6-background-color: #F06400;
    --menu-div7-background-color: #F06400;
    --search-background-color: #F5F5F5;
    --search-note-background-color: #F5F5F5;
    --a-content-f1-color: rgb(0, 74, 93);
    --main-caption-background-color: #036;
    --login-status-background-color: #F06400;
    --nav-bar-fa-user-color: #1586EC;
    --divUserDetails-background-color: #F06400;
    --pd-nav-below-background-color: #F5F5F5;
    --pd-table-ph-i-color: #1586EC;
    --div-search-results-background-color: #F06400;
    --lblRecordCount-color: #1586EC;
    --tableButtons-background-color: #F06400;
    --divResultLimit-color: #FFFFFF;
    --divResultLimit-background-color: #F06400;
    --button-shrink-grow-color: #F06400;
    --site-title-color: rgb(0, 74, 93);
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    background-color: #F06400;
    border: none;
}

.tableHitList TD, .tableHitList TH {
    font-size: 11px;
}

.divUserIcon i {
    color: #FFFFFF;
}

.panelLogin {
    float: left;
}

#ContentPlaceHolder1_panelUserGuide {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background-color: var(--search-note-background-color);
    border-radius: 25px;
    padding: 50px;
}

.pd_search_note h1 {
    font-size: 30px;
}

.pd_search_note ul li {
    font-size: 20px;
}

.div_new_documents, .div_search_results, .div_bulk_search, .div_support, .div_login, .div_signup {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.MenuItem {
    width: 140px;
}

#Menu1_div5 {
    width: 200px;
}

.pd_nav div {
    height: 110px;
}

    .pd_nav div a {
        padding: 10px;
    }

.divUserDetails {
    height: 110px;
}

.pd_table i {
    margin: 0px !important;
}

.panelSearch select {
    width: 100px;
}

.panelSearch input[type='text'] {
    width: 100px;
}

#divSearchButtons input {
    padding-left: 20px;
    padding-right: 20px;
}

.tableHitList {
    border: none;
}

.divUserIcon {
    display: none;
}

.div_faq ul li {
    font-weight: bold;
}

    .div_faq ul li::before {
        display: none;
    }
