@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
}

#side-menu li a {
    font-size: 13px !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize !important;
}

.btn {
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
}

.c-form-header {
    font-weight: 600;
    font-size: 23px;
}

#setup-menu > li > a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
}
#side-menu li.dashboard_user {
    font-weight: 600;
}

#logo img {
    width: auto;
    height: 52px;
    margin-top: 2px;
}

#logo {
    float: left;
    padding: 1px 15px;
}

#header {
    background: #414042;
    border-bottom: 3px solid #D1A330;
}

#wrapper {
    background: #f9f9f9;
}

.hide-menu {
    color: #D1A330;
}

.navbar-nav > li > a {
    color: #D1A330;
}

.navbar-nav > li > a:hover {
 color: #fff !important;
}

#setup-menu li:first-child {
    color: #222;
}

#side-menu li .nav-second-level li a {
    color: #D1A330;
    font-size: 12px !important;
}

#top_search {
    width: 250px;
}

#top_search_dropdown, #search-history {
    width: 265px !important;
}
ul.search-results a {
    color: #D1A330 !important;
}
ul.search-results a:hover {
    background: #f1f1f1 !important;
}
#top_search input {
    background: #f1f1f1 !important;
    height: 33px;
    margin-top: 15px;
    padding-left: 15px;
    color: #222 !important;
    border: 0px transparent;
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

#top_search .dropdown-menu, #search-history {
    border-top: 0px transparent !important;
}

#top_search input:hover {
    background: #f1f1f1 !important;
    color: #222 !important;
}

input[type="search"] {
    transition: unset !important;
}

#top_search_button button {
    color: #222;
    background: #f1f1f1;
    margin-top: 15px;
    margin-right: 40px;
    height: 33px;
    width: 40px;
    padding: 0;
    font-size: 16px;
    border: 0px transparent;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}



.btn-info {
    color: #D1A330;
}

#setup-menu > li > a:hover, #side-menu.nav > li > a:hover {
    background: #f1f1f1 !important;
}

#side-menu li .nav-second-level li.active a {
    color: #D1A330 !important;
}

.btn-info:hover {
    background: #D1A330 !important;
    border-color: #D1A330 !important;
    color: #ffff !important;
}

#side-menu li.active > a:hover {
    background: #414042 !important;
    color: #D1A330 !important;
}

.authentication-form h1 {
    font-weight: 700 !important;
}

.login-input {
    background-color: #f1f1f1 !important;
    border: 0px transparent !important;
    padding: 15px !important;
    color: #000 !important;
}

.authentication-form .btn-info {
    font-weight: bold !important;
    padding: 8px;
    font-size: 14px !important;
}

.login-actions {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

a:hover {
    color: #414042 !important;
}

.authentication-form {
    padding: 30px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #D1A330;
    border-color: #D1A330 !important;
}

#setup-menu li .nav-second-level li a:hover {
    background-color: #f1f1f1 !important;
}

.modal-header {
    background: #414042;
    border-color: #D1A330 !important;
    border-bottom: 2px solid;
}

.modal-header h4 {
    color: #D1A330;
    font-weight: 700;
}

.modal-header .close {
    opacity: 1 !important;
}

.lead-modal .lead-top-btn {
    background: #414042 !important;
    color: #D1A330;
    border-color: #414042 !important;
}

.lead-modal .lead-top-btn:hover {
    background: #D1A330 !important;
    color: #fff !important;
    border-color: #D1A330 !important;
}
.lead-info-heading h4 {
    color: #D1A330 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .navbar-pills.nav-tabs > li > a:focus, .navbar-pills.nav-tabs > li > a:hover {
    border-color: #D1A330 !important;
}
.nav-tabs > li.active > a {
    font-weight: bold !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #D1A330 !important;
    border-color: #D1A330 !important;
}
.dataTables_length select {
    padding-top: 7px !important;
}
table.dataTable thead > tr > th {
    background: #f1f1f1 !important;
    border-color: #ddd !important;
    color: #414042;
}
.table .alert-info {
    background: #f9f9f9 !important;
    color: #414042 !important;
}
.table .alert-info:hover {
    background: #fff !important;

}
.table > tbody > tr > td {
    border-color: #ddd !important;
}
table.dataTable thead .sorting::after {
opacity: 0.4 !important;
}

table.dataTable thead .sorting::after:hover {
    color: #D1A330 !important;
}
.bootstrap-select .btn-default {
    border-color: #ddd !important;
}
.dataTables_length select, .btn.btn-default-dt-options, .input-group-addon {
    border-color: #ddd !important;
    color: #414042 !important;
}

#table-leads_filter input {
    border-color: #ddd !important;
    color: #414042 !important;
}
::placeholder {
    color: #585759 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #585759 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #585759 !important;
}

table.dataTable tbody tr td:nth-child(3) a {
    font-weight: 600 !important;
}

table.dataTable tbody tr td:nth-child(3) .row-options a {
    font-weight: 400 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #D1A330 !important;
}
.dataTables_length select:focus, .uneditable-input:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #D1A330;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: -28px !important;
    }
}
.user-data .home-activity .nav-tabs > li.active > a, .user-data .home-activity .nav-tabs > li.active > a:focus, .user-data .home-activity .nav-tabs > li.active > a:hover, .user-data .home-activity .nav-tabs > li > a:focus, .user-data .home-activity .nav-tabs > li > a:hover {
    color: #D1A330 !important;
}

.no_span {
    display: inline-block;
    border: 1px solid #fc2d42;
    color: #fc2d42;
    width: auto;
    padding: 1px 10px 1px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.yes_span {
    display: inline-block;
    border: 1px solid #218838;
    color: #218838;
    width: auto;
    padding: 1px 10px 1px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.form_owner {
    font-weight: 600 !important;
}

.dropdown-menu > li > a {
    font-size: 12px !important;
}

.dataTables_length select, input[type="search"] {
    font-size: 12px !important;
}
#broker-appointment-fields {
    display: none;
}

.render #header, .render #menu {
    display: none !important;
}
.disable-link {
    pointer-events: none !important;
}

.c-form-display-sig {
    width: 100%;
    background: #f1f1f1;
    height: 150px;
    padding-top: 9px;
}

.btn-default {
    color: #222 !important;
}
.gold {
    color: #D1A330 !important;
}

.send-email-action-btn {
   border: 1px solid #e6e9eb !important;
}
.hide-button {
    display: none !important;
}
.pagination > li > a, .pagination > li > span {
    color: #414042 !important;
}

.dt-page-jump .dt-page-jump-select {
    font-size: 13px !important;
}

.cforms .control-label, .cforms label {
    font-weight: 600 !important;
}
.cforms .bold {
    font-weight: 600 !important;
}



#leads-wrapper  {
    display: none;
}
#clients-wrapper {
    display: none;
}

.cforms-actions a i{
    font-size: 15px !important;
    color: #7c858e;
}

.cforms-actions a i:hover {
color: #D1A330 !important;
}

.cforms-client-table tr td{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.cforms-client-table > thead > tr > th {
    background: #f1f1f1 !important;
    border: 1px solid #ddd !important;
}

.cforms-client-table tr:hover {
background: #f9f9f9;
}
.cform-regular, .cform-regular span{
    font-weight: 400 !important;
}





#sign .modal-header h5 {
    color: #D1A330;
    font-size: 17px;
    font-weight: 600;
}

#sign .close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: #f1f1f1 !important;
    padding: 2px 0 0 0!important ;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    font-weight: 500;
    text-shadow: unset !important;
}

#sign .close:hover {
    background: #D1A330 !important;
    color: #000 !important;
    opacity: 1 !important;

}

#sign .sign-btn {
    background: #D1A330;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 7px 20px !important;
}

.sign-btn:hover {
    background: #222;
    color: #D1A330 !important;
}

#sign .modal-body-inner {
    padding-top: 5px;
    padding-bottom: 30px;
}

#full-name {
    width: 100%;
    background: #f1f1f1;
    display: block;
    border: 0px transparent;
    padding: 10px !important;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    margin-bottom: 15px;
}

#full-name:focus {
    outline: none !important;
    border: unset !important;
    box-shadow: none !important;
}

#sign .modal-body p {
    line-height: 24px;
    font-size: 13px;
}

#sign .modal-body-inner b{
    font-weight: 600;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    display: block;
}

#sign .modal-body .btn-plain {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#rel_type-error {
    display: block;
    position: absolute;
    width: 200px;
    left: 140px;
}

#clear {
    font-size: 12px !important;
}

.btn-plain {
    background: none !important;
    border-color: #222;
    color: #222;
    font-size: 12px !important;
}

.btn-plain:hover {
    background: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}

.btn-plain:focus {
    color: #222 !important;
}

.lead-print-btn {
    color: #D1A330 !important;
}
