.mandatory_art {
    position: relative;
}
.mandatory_art::after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 12px;
    color: #ea2929;
    padding-left: 5px;
}
.has-error .help-block {
    color: #d32026 !important;
    font-weight: 600 !important;
}
.btn_active {
    background: #3276b1 !important;
}

/* 29 - 11 - 2017 */
.menu-on-top aside#left-panel nav > ul {
    display: flex;
    justify-content: space-evenly;
}
.menu-on-top aside#left-panel nav > ul > li {
    border-right: 1px solid #26374b;
    border-left: 1px solid #26374b;
    border: 0 !important;
}
.menu-on-top aside#left-panel nav > ul > li:hover {
    border: 0 !important;
}
.menu-on-top aside#left-panel nav > ul > li > a {
    padding: 10px 13px !important;
    color: #ccc !important;
}
.menu-on-top aside#left-panel nav > ul > li > a:hover,
.menu-on-top aside#left-panel nav > ul > li > a:focus,
.menu-on-top aside#left-panel nav > ul > li > a:active,
.menu-on-top aside#left-panel nav > ul > li > ul > li > a:hover {
    background: #06172b !important;
    color: #fff !important;
    border-color: #06172b;
    border: 0 !important;
}
.menu-on-top nav > ul > li > a::after {
    color: #ccc !important;
}
.fixed-navigation nav {
    padding-bottom: 0;
}
.menu-on-top aside#left-panel nav > ul > li:hover > a {
    padding-left: 13px !important;
    padding-right: 13px !important;
}
.menu-on-top aside#left-panel {
    background: #293b51;
}
.menu-on-top aside#left-panel nav > ul > li:hover > ul {
    padding: 0;
}
.user-interface .jarviswidget {
    border: 1px solid #ccc;
}
.jarviswidget h1 {
    margin: 15px 0 18px;
    font-size: 30px;
    font-weight: 600;
}
.panel-details > .panel > .panel-heading {
    background: #d9edf7;
    border: 0;
    padding: 10px 15px;
}
.panel-heading a {
    display: block;
    text-align: left;
}
/* .panel-details > .panel-info{border-color:#ccc !important; -webkit-box-shadow: 0px 0px 5px 1px rgba(135,132,135,1); -moz-box-shadow: 0px 0px 5px 1px rgba(135,132,135,1); box-shadow: 0px 0px 5px 1px rgba(135,132,135,1);} */
/* .panel-details{border:1px solid #bce8f1;} */
.panel-details > .panel-info:hover {
    box-shadow: none;
}
/* .panel-info .icon{padding-bottom:10px;} */
.panel-details .fa {
    font-size: 4.5em;
    color: #31708f;
}
.anchor-link .fa {
    font-size: 1em;
}
.panel-details .panel-info {
    border-color: #bce8f1;
}
.panel-details a {
    display: block;
    text-align: left;
    font-size: 14px;
}
.panel-info h4 {
    color: #346597;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
.panel-details > .panel-info:hover .icon,
.panel-info a:hover,
.panel-details > .panel-info:hover h4 {
    color: #293b51;
    text-decoration: none;
}
.menu-on-top aside#left-panel nav > ul > li > a {
    height: auto;
}
.menu-on-top aside#left-panel nav > ul > li.active > a {
    background: #06172b !important;
    color: #fff !important;
}
.menu-on-top .menu-item-parent {
    min-height: 35px;
    line-height: 15px;
    white-space: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-details img {
    width: 50px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
}
.user-details .welcome {
    display: inline-block;
    color: #606060;
    font-weight: 600;
}
.menu-on-top #main {
    margin-top: 80px !important;
    transition: none;
}
.view-brokerages {
    background-color: #60747c;
    color: #fff;
}
.view-brokerages:hover {
    background-color: #6b7f87 !important;
    color: #fff;
}
.smart-style-0 .page-footer {
    display: none;
}

.open ul li::before,
.open ul::before {
    display: none;
}
.fixed-navigation nav {
    overflow-y: initial;
}
.red_boder {
    border-color: red !important;
}
.table-responsive .container {
    width: 100%;
}
ul#stepForm,
ul#stepForm li {
    margin: 0;
    padding: 0;
}
ul#stepForm li {
    list-style: none outside none;
}
.help-inline-error {
    color: red;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 10px;
}

.requireField {
    border-color: #5cb85c;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* styling for tooltip */
.tooltipj {
    position: relative;
    display: inline-block;
    float: right;
}

.tooltipj .tooltiptextj {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: -200px;
    top: 28px;
}
.tooltipj .btn.btn-default.btn-sm {
    padding: 2px;
}

/* .tooltipj .tooltiptextj::after {
    content: "";    position: absolute;    top: 20%;    right: 100%;    margin-top: -5px;    border-width: 5px;    border-style: solid;    border-color: transparent black transparent transparent;} */
.tooltipj .tooltiptextj:before {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltipj .tooltiptextj:before {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    content: '';
    left: 90%;
    margin-left: -5px;
    top: -5px;
}
.tooltipj:hover .tooltiptextj {
    visibility: visible;
}
.tooltipj.propertylistupload {
    float: none;
}
.character-count {
    font-weight: normal;
    color: white;
    font-weight: 600;
}
.character-count-error {
    font-weight: bold;
    color: red;
}
.select2-container.red_boder .select2-choice {
    border-color: red !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}
.select2-container-multi.red_boder .select2-choices {
    border-color: red !important;
}

/* 2 - 1 - 2018 */
.view-details i.fa,
.view-details {
    font-size: 14px;
}
.reporting-block i.fa {
    color: #31708f;
    display: inline-block;
    text-align: left;
}
.panel-info > .panel-heading {
    background-color: #d9edf7;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-footer {
    border: 0;
}
.panel-info > .panel-heading {
    border-color: #d9edf7;
}
.jarviswidget {
    border-top: 1px solid #ccc !important;
}
.panel.panel-info:hover i.fa {
    color: #293b51;
}
#dt_basic_filter {
    display: none;
}
.panel-body .form-group {
    margin-bottom: 10px;
    margin-right: 10px;
}
.panel-body .noUi-handle {
    margin: -3px 0 0 -3px;
    height: 20px;
}
label.radio-inline {
    margin-top: 10px !important;
}
ul.dropdown-menu {
    min-width: 155px;
}
#contactSearchFormColumn3 input {
    margin-right: 5px;
}

/* 12-02-2018 */
.bar {
    height: 18px;
    background: green;
}
.jarviswidget .panel-details .panel-heading .row .col-md-9.text-right {
    padding-right: 5px;
}
