/*FOR MCN*/
.notextbox-border {
    border: none !important;
}
.dataTables_length{
    display: inline ;
}
.dataTables_filter {
    text-align: right!important;
    float: right !important;
    display: inline-block !important;
}

.txtSmall {
    width: 100px;
}
.txtMedium{
    width: 130px;
}
.mcnbtn {
    padding: 3px 6px;
}
/*END OF MCN STYLE*/
.statboxlist {
    float: left;
    /*width: 13.28571%;*/
    margin: 0 0 15px 0;
    border: 1px solid #f1f1f1;
}
.stats {
    background-color: #fff;
    border-radius: 4px;
    border: none;
    min-height: 132px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.dashboard-boxes1 {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.stats .panel-heading p:nth-child(2) {
    margin-top: 4px;
}
.stats p {
    font-size: 12px;
    margin-bottom: 3px;
}
.stats .panel-heading p:last-child {
    color: #666;
    font-size: 11px;
}
.stats p {
    font-size: 12px;
    margin-bottom: 3px;
}
.panel-heading.green h1 {
    color: #1BAA3F;
}
.dashboard-boxes1 h1 {
    font-size: 32px;
    margin-top: 8px;
    margin-bottom: 3px;
}
/*.stats .panel-heading {
    padding: 0px;
}*/
.panel-heading.skyblue h1 {
    color: #0099D6;
}
.panel-heading.purple h1 {
    color: #5e61a4;
}
.panel-heading.orange h1 {
    color: #F47B29;
}
.panel-heading.red h1 {
    color: #ab5556;
}
.menu_sm .sidebar {
    width: 50px;
    top: 51px;
}
.table1 {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 12px;

}
.table1 tr td{
    padding:5px 10px;
    border:1px solid #ccc;
    font-size: 14px;
}
.table1 tr td:first-child {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 6px 5px !important;
}
.table1 tr th {
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 9px 4px;
    text-align: center;
    background: #f2f2f2;
}
.table1 .green {
    color: #2d9405;
}
.green {
    color: #2d9405;
}
.red {
    color: #f32819;
}


/*NEW*/
.st-display-panel {
    border: 1px solid #ddd;
}
.st-display-panel .st-panel-heading {
    border-bottom: 1px solid #ddd;
}
.st-display-panel .st-panel-title {
    font-size: 18px;
    margin: 0;
}
.st-display-panel .st-info {
    text-align: right;
    font-size: 12px;
}

.st-statlinks {
    margin-bottom: 10px;
}
.st-statlinks .st-stat {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: all 0.25s ease;
    font-size: 12px;
    margin-bottom: 5px;
}
.st-statlinks .st-stat:hover {
    border: 1px solid #ddd;
    transition: all 0.25s ease;
}
.st-statlinks .st-stat:hover .st-stat-text {
    background: #ddd;
    transition: all 0.25s ease;
}
.st-statlinks .st-stat-text {
    display: inline-block;
    padding: 4px 15px;
    background: #555;
    color: #FFF;
    transition: all 0.25s ease;
}
.st-statlinks .st-stat-num {
    display: inline-block;
    padding: 4px 15px;
    color: #000000;
}
.st-statlinks {
    margin-bottom: 10px;
}
.active-stat {
    color: #ffffff !important;
    transition: all 0.25s ease;
    background:#f43 !important;
}



.status-details {
    margin-top: 20px;
    padding: 0 10px;
}
.status-details .panel .toggle-arrow {
    transform: rotate(0);
    transition: all 0.25s ease;
}
.status-details .panel.closedpanel .toggle-arrow {
    transform: rotate(180deg);
    transition: all 0.25s ease;
}
.status-details .st-status-button {
    float: right;
    margin-top: -32px;
}
.status-details .btn-circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px 5px;
}
.status-details .table caption {
    margin-bottom: 5px;
}
.status-details .cap-item {
    display: inline-block;
    font-size: 12px;
}
.status-details .total-amt {
    padding-left: 20px;
}
.status-details .kill-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}
.status-details svg {
    vertical-align: middle;
}
.status-details #custombreadcrumb {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-bottom: 0;
}
.status-details #custombreadcrumb .icon {
    font-size: 14px;
}
.status-details #custombreadcrumb li {
    float: left;
    position: relative;
    margin-bottom: 6px;
}
.status-details #custombreadcrumb li span {
    color: #5e5e5e;
    display: block;
    text-decoration: none;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 15px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    z-index: 2;
}
.status-details #custombreadcrumb li span .fa-check-circle {
    display: none;
}
.status-details #custombreadcrumb li:first-child span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 13px;
    background-color: #54ab56;
}
.status-details #custombreadcrumb li:last-child span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #ffffff;
    margin-left: 3px;
}
.status-details #custombreadcrumb li:last-child span.active, .status-details #custombreadcrumb li:last-child span:hover {
    border-color: #54ab56;
    background: #54ab56;
}
.status-details #custombreadcrumb li:last-child .adjust {
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid rgba(77, 80, 156, 0.9);
    z-index: 2;
    border-left: 0;
}
.status-details #custombreadcrumb li span:hover {
    color: #ffffff;
    cursor: pointer;
}
.status-details #custombreadcrumb li span.active {
    color: #ffffff;
    cursor: default;
}
.status-details #custombreadcrumb li span.active .fa-check-circle {
    display: inline-block;
}
.status-details #custombreadcrumb.planbreadcrumb li.active span:active,
.status-details #custombreadcrumb.planbreadcrumb li.active span {
    background-color: #54ab56;
}
.status-details #custombreadcrumb li span::before,
.status-details #custombreadcrumb li span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    border: 1px solid rgba(77, 80, 156, 0.9);
    z-index: -1;
}
.status-details #custombreadcrumb li span::before {
    top: 0;
    left: 0;
    transform: skewX(20deg);
    border-bottom: 0;
    background: #ffffff;
}
.status-details #custombreadcrumb li span::after {
    bottom: 0;
    left: 0;
    transform: skewX(-20deg);
    border-top: 0;
    background: #ffffff;
}
.status-details #custombreadcrumb li span.active::before,
.status-details #custombreadcrumb li span.active::after,
.status-details #custombreadcrumb li span:hover::before,
.status-details #custombreadcrumb li span:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    border: 1px solid #54ab56;
    z-index: -1;
    background: #54ab56;
}
.status-details #custombreadcrumb li span.notactive {
    cursor: not-allowed;
}
.status-details #custombreadcrumb li:first-child span::before {
    top: 0;
    left: 4px;
    transform-origin: top left;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    border-bottom: 0;
}
.status-details #custombreadcrumb li:first-child span::after {
    bottom: 0;
    left: 4px;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    border-top: 0;
}
.status-details #custombreadcrumb li:last-child span::before {
    top: 0;
    left: -3px;
    border-right: 0;
    transform-origin: right;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    border-bottom: 0;
}
.status-details #custombreadcrumb li:last-child span::after {
    bottom: 0;
    left: -3px;
    border-right: 0;
    transform-origin: right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    border-top: 0;
}
.status-details #custombreadcrumb li:last-child > .active + .adjust,
.status-details #custombreadcrumb li:last-child:hover .adjust {
    border-color: #54ab56;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.status-details .st-status-breadcrumb {
    min-height: 32px;
}

.lead-detail li{
    display:inline-block;
    width:33%;
    padding:5px;
}
.lead-detail li span{
    display: block
}
.pre-lead-form {
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 3px;
}


.step-title {
    font-weight: bold;
    text-align: left;
    color: #121111;
    font-size: 17px;
    text-transform: uppercase;
    margin: 12px 0;
    border-bottom: 1px solid #666;
    font-family: arial;
}
.form-sub-tile{
    font-family: arial;
    font-weight:bold;
}
.bootstrap-select > .dropdown-toggle{
    padding: 7px 25px;
    font-size: 1.2em;
}
.pre-for .form-control[readonly]{
    background: #fff
}
@media screen and (max-width: 768px) {
    .menu_sm section.content{
        margin:10px  !important;
    }
    .card .body{
        padding: 10px 16px;
    }
    .step-title{
        font-size: 14px;
    }
    label{
        margin-bottom: 0;
        font-weight: 600;
    }
    .ex-tab .form-control{
        width:auto !important
    }
    .table-responsive1 {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}