﻿/* Layout */

.dont-display {
    display:none; 
}

.search-mobileDiv {
    display: none;
    float: left;
}

.navbar-noborder {
    border: none;
}

.p-padding {
    padding: 15px;
    margin: 0;
    cursor: pointer;
}

.page-header {
    padding-bottom:20px;
    border-bottom: 1px solid #eeeeee;
}

.header-mobile{
    display:table;
    width:100%;
    border-bottom: 1px solid #eeeeee;
}

.header-mobile .member-login {
    font-weight:bold;
    color:#e4440f;
    padding: 12px 0px;
    cursor: pointer;
    width: 50%;
    float: left;
}

.header-mobile .search-mobile{
    float:right !important;
}

.mobile-show{
    display:none;
}

.searchbox{
    height: 30px;
    color: #454545;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 26px;
    font-family:'gotham';
    border: 1px solid #b1b3b3;
    background-color: #fff;
    width:100%;
}

.searchbox .txt-search {
    height: 29px;
    border: none;
    width: 70%;
    margin-left: 5px;
    font-size: 1.2em;
    color: #454545;
}


/* Login */

.labelMargin {
    margin-top: 10px;
}

/* Register Account */

.small-text {
    font-size:x-small;
}

.checkboxMargin {
    margin-top: 20px !important;
}

.companyNotListed {
    margin-top: -50px !important;
}

.termsCheckbox {
    margin: 20px 0 0 0 !important;
}

.marketing {
    text-align: center !important;
    padding-top: 18px !important;
}

/* Consent */

.consent-List {
    padding: 20px;
}

.space {
    padding: 10px;
}