.upcoming-event-actions {
    margin-top: 5px;
}

.activities .message {
    font-size: 13px;
}

.fw {
    width: 100% !important;
}

.message_date .date {
    margin: 0 !important;
}

.timeline.widget li:last-child {
    /*border-bottom: 0;*/
}

/*#leadsTable thead th:first-child,*/
/*#leadsTable tbody td:first-child {*/
    /*text-align: center;*/
/*}*/


/* Data tables Pagination */
.body .dataTables_paginate a {
    background-color: #ffffff !important;
}

.body .dataTables_paginate .pagination > .active > a {
    color: #d7dcde;
}

/* Dashborad Widgets */
.top_tiles {
    margin-bottom: 20px;
}
.tile-stats {
    background: #b59a5a;
    color: #ffffff;
}
.tile-stats h3 {
    color: #ffffff;
}
.tile-stats .icon {
    color: #86744c;
}

/* Dashboard Panel toolbox */
.panel_toolbox > li {
    float: right !important;
}

/* Dashborad Charts */
#dashboardCharts .x_content {
    height: 275px;
}

/* Sidebar */
.nav.side-menu>li.active, .nav.side-menu>li.current-page {
    border-right-color: #b59a5a !important;
}

/* Button and Calendar */
.btn-primary {
    background-color: #b59a5a !important;
    border-color: #b59a5a !important;
}

.SumoSelect {
    width: 100%;
}
.SumoSelect .select-all {
    height: auto;
}
.SumoSelect>.CaptionCont>span.placeholder {
    color: inherit;
    font-style: normal;
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 40px;
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #19bc9c;
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    height: 16px;
    width: 16px;
}

.SumoSelect>.optWrapper>.options li label {
    margin-bottom: 0;
}

.SumoSelect select:disabled {
    opacity: 0;
}

.SumoSelect > select {
    height: 0;
}

.SumoSelect .SelectBox {
    height: 38px;
    line-height: 24px;
    padding: 6px 12px;
}

.SumoSelect > .CaptionCont > label {
    margin-bottom: 0;
}

/**========== */
/* Forms      */
/**========== */
#fe_date, input[name="fe_date"] {
    height: 38px;
}

/*===================*/
/* Breakdown         */
/*===================*/

#calculatorWizard .stepContainer {
    height: auto !important;
    overflow-x: initial !important;
}
.StepTitle {
    text-align: center;
    margin-bottom: 1.5em;
}
.wizard_horizontal ul.wizard_steps {
    margin: 20px auto !important;
    padding: 0;
}
.panel {
    /*cursor: pointer;*/
    /*text-align: center;*/
}
.panel input[type="radio"] {
    display: none;
}
img.media {
    max-width: 64px;
}
.action-column button > i {
    font-size: 32px;
}
.action-column button > span {
    display: block

}
.action-column {
    padding: 20px;
}
#editable {
    position: relative;
}
#editable .actions {
    position: absolute;
    right: -45px;
    top: 3px;
}
#editable button#fee_apply {
    display: none;
}
a.buttonPrevious {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
.btn.buttonNext {
    display: none !important;
}
.actionBar .btn.buttonNext.show {
    display: inline !important;
}



/* Leads index action dropdown */


.leads-action.dropdown.open .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dataTables_wrapper#leadsTable_wrapper > .row {
    /*overflow: inherit !important;*/
}


/* Leads Information */
.mworld-leads {
    margin: 10px 0;
}
.mworld-leads li {
    margin-bottom: 14px;
    line-height: 20px;

}
.mworld-leads li i.fa {
    font-size: 16px;
}
