.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-poadding-right {
    padding-right: 0;
}
.bwizard-steps {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    /* border: 1px solid #efefef; */
    border-radius: 0 4px 4px 0;
    text-align: center;
}
.bwizard-steps .active {
    color: #fff;
    background: #1191d0;
}
.bwizard-steps .active:after {
    border-left-color: #1191d0;
}
.bwizard-steps .active a {
    color: #fff;
    cursor: default;
}
bwizard-steps {
    text-align: center;
}
.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    padding: 1px 5px 2px;
    background: #b2b2b2;
}
.bwizard-steps .active .label {
    background-color: #333;
}
.bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 12px 17px 10px 30px;
    *display: inline;
    *padding-left: 17px;
    background: #efefef;
    line-height: 18px;
    list-style: none;
    zoom: 1;
    font-size: 18px;
}
.bwizard-steps li:first-child {
    padding-left: 12px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.bwizard-steps li:first-child:before {
    border: none;
}
.bwizard-steps li:last-child {
    margin-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.bwizard-steps li:last-child:after {
    border: none;
}
.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    border-top: 20px inset transparent;
    content: "";
}
.bwizard-steps li:after {
    position: absolute;
    right: -20px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2;
}
.bwizard-steps a {
    color: #333;
    font-size: 17px
}
.bwizard-steps a:hover {
    text-decoration: none;
}
.bwizard-steps.clickable li:not(.active) {
    cursor: pointer;
}
.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc;
}
.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc;
}
.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c;
}
@media (max-width: 480px) {
    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none;
    }
    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        background-color: transparent;
    }
    .form-wrap {
        padding: 15px;
    }
}
/*nx*/
#rootwizard h3 {
    /* color: #9d2387; */
    color: #1f4590;
    font-weight: 400;
}
.pager.wizard li>a,
.pager.wizard li>span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pager.wizard .next>a,
.pager.wizard .next>span {
    background: #1f4590;
    border-color: #1f4590;
    /* background: #40285a; */
    color: #FFF;
    /* border-color: #40285a; */
}
.pager.wizard .btn-success {
    background: #d94700;
    color: #FFF;
    border-color: #d94700;
}
.pager.wizard .previous>a {
    background: #3386c7;
    color: #FFF;
    border-color: #3386c7;
}
.pager.wizard .previous.disabled>a {
    background: #DDD;
    color: #FFF;
    border-color: #DDD;
}
.form-wrap {
    padding: 45px 25px;
    background: #EFEFEF;
    margin-bottom: 40px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.form-row {
    margin-bottom: 15px;
}
.a-right {
    text-align: right;
}
.table-sectors tr td,
.table-sectors tr th {
    text-align: center;
}
.table-sectors tr td:first-child {
    text-align: left;
}
.form-control.count-box {
    width: 50px;
}
.privacy {
    font-size: 0.9em;
}
.privacy span {
    color: #740000;
    font-size: 1.2em;
}
@media (min-width: 780px) {
    .a-right {
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .col-md-reduce {
        width: 10%;
    }
}
@media (max-width: 480px) {
    .bwizard-steps .active a {
        color: #740000;
    }
    .bwizard-steps li {
        padding: 5px 3px;
    }
    .a-right {
        text-align: left;
    }
    .form-row {
        margin-bottom: 0;
    }
    .form-row .form-control {
        margin-bottom: 15px;
    }
    .bwizard-steps {
        display: none;
    }
    #rootwizard h3 {
        margin-top: 0;
    }
    .mb-mobile {
        margin-bottom: 10px;
    }
    .m-bold {
        font-weight: 600;
    }
}
/*Admin Styles*/
.report-first a:hover,
.report-second a:hover,
.report-first a,
.report-second a {
    text-decoration: none;
    color: #fff;
}
.report-first a:hover,
.report-second a:hover {
    cursor: pointer;
}
.report-dash {
    padding: 30px;
    position: relative;
}
.report-dash:hover {
    opacity: .8
}
.report-first:hover,
.report-second:hover {
    /*cursor: pointer;*/
}
.report-dash p {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    min-height: 50px;
}
.report-dash img {
    margin: 0 auto;
}
.report-dash-1 {
    background: #00a3df;
}
.report-dash-2 {
    background: #00bddf;
}
.report-dash-3 {
    background: #00dfd7;
}
.report-dash-4 {
    background: #0098df;
}
.report-dash-5 {
    background: #00bddf;
}
.report-dash-1-1 {
    background: #3266cb;
}
.report-dash-2-2 {
    background: #3266cb;
}
.report-dash-3-3 {
    background: #3266cb;
}
.report-dash-4-4 {
    background: #3266cb;
}
.report-dash-5-5 {
    background: #3266cb;
}
.report-second {
    margin-top: 30px;
}
.admin-footer {
    /*position: absolute;
  bottom: 0;*/
    /*background: #eee;*/
    /*width: 100%;*/
}
.pdf {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 8px;
}
.pdf-one {
    background: #1f4590;
}
.pdf-two {
    background: #1f4590;
}
.pdf-three {
    background: #1f4590;
}
.pdf-four {
    background: #1f4590;
}
.pdf-five {
    background: #1f4590;
}
.pdf-five {
    background: #1f4590;
}
.pdf-one-one {
    background: #1f4590;
}
.pdf-two-two {
    background: #1f4590;
}
.pdf-three-three {
    background: #1f4590;
}
.pdf-four-four {
    background: #1f4590;
}
.pdf-five-five {
    background: #1f4590;
}
.fifty-left {
    width: 50% !important;
    float: left;
    padding: 8px;
}
.fifty-right {
    width: 50% !important;
    float: right;
    padding: 8px;
    /* border-left: 1px solid #03bdde; */
    border-left: 1px solid #460358;
}
.admin-menu li {
    font-size: 13px !important;
}
.tour-pictures {
    margin-top: 30px;
}
.tour-picture {
    height: 230px;
}
.tour-picture img {
    object-fit: cover;
    height: 100%;
}
#rootwizard .bwizard-steps#tabs {
    margin-bottom: 25px;
}
.payitems-row {
    margin-top: 40px;
}
.col-md-4.payitem {
    margin-bottom: 25px;
}
.item-price {
    font-size: 21px;
}
.item-desc {
    font-size: small;
}
.payitems-total.text-right {
    font-size: 20px;
    font-weight: bold;
}
.row.form-row.paytotal-row {
    padding: 40px 79px 40px 38px;
    background-color: #1f4590;
    color: white;
    font-size: 18px;
    border-radius: 10px;
}
.net-total {
    font-weight: bold;
    font-size: larger;
}
#acc-view {
    height: 600px;
    overflow: auto;
    border: 1px solid gainsboro;
}
#acc-view .container.page-content {
    width: 100%;
}
#acc-view .inner-page {
    min-height: unset;
    padding: 8px 0 72px;
}
#acc-view h1 {
    font-size: 25px;
}
.centered .ui-tabs-nav {
    height: 2.35em;
    text-align: center;
}
.centered .ui-tabs-nav li {
    display: inline-block;
    float: none;
    margin: 0em;
}
.itabs .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ffffff00;
    /* background: #9a2386; */
    background: #1f4590;
    font-weight: normal;
    color: #fff;
}
#interest-tabs .ui-tabs-nav {
    text-align: center;
}
#interest-tabs .ui-tabs-nav li {
    display: inline-block;
    float: none;
    bottom: 0px;
    margin: 0em;
    padding-bottom: 0px;
}
#interest-tabs {
    padding: 0;
    border: none !important;
}
#interest-tabs .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0 !important;
}
#interest-tabs .ui-widget-content {
    border: none;
}
#interest-tabs .ui-widget-header {
    border: none !important;
    background-color: #efefef;
}
#interest-tabs .ui-tabs-anchor {
    padding: 0.9em 2em;
}
.row.g-b-row {
    margin-bottom: 11px;
}
#spouse-collapse .panel-body {
    padding: 30px 25px;
}
div#visit-tab-1 .row {
    margin-top: 11px;
}
div#visit-tab-2 {
    font-size: 13px;
}
#visit-tab-2 .row {
    margin-bottom: 10px;
}
div[id^='visit-tabs'] {
    padding: 0;
    border: none !important;
}
div[id^='visit-tabs'] ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: none;
    border: none;
}
div#visit-tab-1,
div#visit-tab-2 {
    border: 1px solid #cccccc;
    min-height: 175px;
}
/********Style Customize *****/
.main-content{
    padding-top: 40px !important;
}
.meeting-schedule-box a{
    margin-right: 10px;
    margin-bottom: 10px;
}
.send-msg-form .form-group{
    margin-left: 0;
    margin-right: 0;
}
.send-msg-form .i-btn{
    width: auto;
    padding-right: 0;
    float: left;
}
.send-msg-form .i-label{
    padding-left: 5px;
    text-align: left;
    width: auto;
    float: left;
}
@media only screen and (max-width: 992px) {
    .report-dash {
        margin-bottom: 20px;
    }
    .s-filter-box .col-md-2{
        margin-bottom: 20px;
    }
    #navbar{
        background: rgb(31, 69, 144);
        padding-top: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .add-contact-btn{
        float: left !important;
        margin-bottom: 5px;
    }
    #contact_info_da_table_wrapper .dt-buttons{
        float: left !important;
    }
    #contact_info_da_table_filter label{
        float: left !important;
        margin-top: 10px;
    }
}
