body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0a0a0a;
}
#m_header{
    z-index: 999;
}
h1,
h2,
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.m-portlet .m-portlet__body {
    color: #0a0a0a;
    padding: 10px 28.6px;
}

.m-aside-menu.m-aside-menu--skin-light .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-light .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    color: #0a0a0a;
}

.m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-text,
.m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    font-size: 14px;
}

.form-group {
    margin-bottom: 2rem;
}

.m-header {
    background-color: #fff;
}

.logotext {
    text-decoration: none!important;
    font-size: 40px;
    color: #8C0607;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 2px solid #000;
}

hr.minimal {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.lists,
ol.lists li {
    margin: 1em 0;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

ol li {
    counter-increment: my-awesome-counter;
}

ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
}

.m-topbar__username {
    color: #8C0607!important;
}

.m-body .m-content {
    padding-top: 0!important;
}

.worksheet-textarea {
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    min-height: 130px;
    height: 135px!important;
    box-shadow: 0px 3px 14px 0px rgba(113, 106, 202, 0.11);
    border-color: #cacaca;
}

.worksheet-subheading {
    color: #8C0607;
    font-size: 20px;
}

.worksheet-subheading-big {
    color: #8C0607;
}

.worksheet-subheading-small {
    color: #8C0607;
    font-size: 16px;
}

.sticky-portlet-social {
    z-index: 90!important;
    top: 80px;
    left: 310px;
    right: 16px;
}
.sticky-portlet-header {
    position: fixed;
    z-index: 91!important;
    top: 70px;
    left: 310px;
    right: 16px;
}
.s-calculator .sticky-portlet-header{
top: 140px;
}
.scorecard {
    border: 2px solid #000;
}

.scorecard-header,
.scorecard-result h4 {
    text-align: center;
    padding-top: 10px;
}

hr.dark {
    border-top: 2px solid #000;
}

.scorecard-radio {
    margin-right: 50px!important;
}

.scorecard-result-output {
    font-size: 38px;
    text-align: center;
}

.scorecard-body .question {
    min-height: 70px;
}

td.actions {
    vertical-align: middle;
}

.bordered-box {
    background-color: white;
    border: 3px solid #000;
    padding: 10px;
    height: auto;
}

.q-a ul li {
    height: 80px;
    width: 250px;
    position: relative;
    border: 1px solid #8C0607;
    /* background-image: linear-gradient(to top, ); */
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.q-a ul li:only-child::before {
    content: '';
    border-left: 3px solid #8C0607;
    position: absolute;
    top: 79px;
    height: 450px;
    left: 15px;
}

.q-a ul ul li {
    height: 90px;
    width: 220px;
    color: #00ccff;
    border: 1px solid #8C0607;
    background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
    border-radius: 20px;
    margin-top: 25px;
    text-decoration: none;
    cursor: pointer;
}

.q-a ul ul li a {
    /* color: #00ccff; */
}

.q-a ul ul li:first-child {
    margin-top: 70px;
}

.q-a ul ul li a {
    text-decoration: none;
}

.q-a li.q1 b {
    height: 80px;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: #e8b7b7;
}

.q-a li.q2 b {
    font-size: 18px;
    font-weight: bold;
}

.q-a li.q3 b {
    font-size: 18px;
    font-weight: bold;
}


/* ul.qanda1::before {
    content: '';
    border-left: 2px solid rgb(211, 52, 52);
    position: absolute;
    left: 76px;
    top: 100px;
    height: 304px;
} */

.qa1 ul li:only-child::before {
    content: '';
    border-left: 3px solid #8C0607;
    position: absolute;
    top: 79px;
    height: 335px !important;
}

.qa2 ul li:only-child::before {
    content: '';
    border-left: 3px solid #8C0607;
    position: absolute;
    top: 79px;
    height: 450px !important;
}


/* .q-a ul li ul:first-child {
    margin-top: 30px;
} */

.q-a ul li.q1 {
    background-image: linear-gradient(to bottom, #ffffff, #e8b7b7);
}

.q-a ul li.q2 {
    background-image: linear-gradient(to bottom, #ffffff, #b1c981);
}

.q-a ul li.q3 {
    background-image: linear-gradient(to bottom, #ffffff, #a6aded);
}

.q-a ul li ul li:before {
    content: "";
    width: 50px;
    border-top: 3px solid #8C0607;
    position: absolute;
    left: -41px;
    width: 40px;
    top: 50%;
}


/* .q-a ul li:after {
    content: "";
    width: 50px;
    border-left: 2px solid #000000;
    position: absolute;
    bottom: -279px;
    top: 100%;
    margin-top: 1px;
} */

.q-a ul>li {
    list-style: none;
}


/* .q-a ul li {
    list-style: none;
} */

.q1 {
    font-weight: 600;
}

.q2 {
    font-weight: bold;
}

.q3 {
    font-weight: 600;
}

.m-portlet-back {
    height: 70px !important;
}

.temp {
    width: 100%;
    height: 630px;
    background: #fff;
    padding: 0px 20px;
    margin: auto;
    margin: 0px;
}

.m-portlet__head {
/*    height: 4rem !important;*/
}

.m-portlet__newbody {
    padding: 1rem 2rem !important;
}

.m-portlet__head-title img {
    max-width: 20%;
    height: 50px;
}

@media screen and (max-width: 764px) {
    .box1 {
        position: relative;
        height: 550px;
        width: 100%;
    }
    .box2 {
        position: relative;
        top: 10px;
        height: 550px;
        width: 100%;
    }
    .box3 {
        position: relative;
        top: 20px;
        height: 550px;
        width: 100%;
    }
    .temp {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .box1 {
        position: relative;
        height: 550px;
        width: 100%;
        padding-bottom: 20px;
    }
    .box2 {
        position: relative;
        height: 550px;
        width: 100%;
        padding-bottom: 20px;
    }
    .box3 {
        position: relative;
        top: 40px;
        height: 550px;
        width: 100%;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1196px;
    }
}


/*Theme overwrites*/

.m-aside-left {
    margin-right: 0px;
}

.m-body {
    padding: 30px 15px 0px 15px!important;
}

.m-timeline-3 .m-timeline-3__item {
    margin-bottom: 2rem;
}

#collapseHowToUseSection .m-portlet__body {
    border: 3px solid #8C0607;
}

@media only screen and (min-width: 1024px) {
    .m-aside-left {
        position: fixed;
        overflow-x: hidden;
        z-index: 1;
    }
    .m-grid__item.m-grid__item--fluid.m-wrapper {
        margin-left: 275px;
    }
    .m-tabs-line .m-tabs__item {
        width: 21%;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 1270px) {
    .m-tabs-line .m-tabs__item {
        width: 21%;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 1700px) {
    .m-tabs-line .m-tabs__item {
        width: 22%;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
        padding: 8px 15px;
    }
}

.status-not-started {
    height: 35px;
    background-color: #c3c3c3;
    width: 70px;
    text-align: center;
    margin: auto;
    /* border: 2px solid #8C0607; */
}

.status-not-started a i {
    font-size: 20px!important;
    color: #fff!important;
}

.status-pending {
    height: 35px;
    background-color: #ffb822;
    width: 70px;
    text-align: center;
    margin: auto;
    /* border: 2px solid #8C0607; */
}

.status-pending a i {
    font-size: 20px!important;
    color: #fff!important;
}

.status-completed {
    height: 35px;
    background-color: #12af78;
    width: 70px;
    text-align: center;
    margin: auto;
    /* border: 2px solid #8C0607; */
}

.status-completed a i {
    font-size: 20px!important;
    color: #fff!important;
}


/* Edit startup Cost Calculator */

.m-portlet .m-portlet__head {
    height: auto;
}

.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools,
.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line.m-tabs-line--2x {
    width: 100%;
}

.m-tabs-line .m-tabs__item {
    position: relative;
/*    width: 23%;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    background: #aaa;
    color: #ffffff;
    padding: 14px 30px;
    width: 100%;
}

.m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link:hover,
.m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link.active,
.m-tabs-line.m-tabs-line--primary a.m-tabs__link:hover,
.m-tabs-line.m-tabs-line--primary a.m-tabs__link.active {
    color: #ffffff;
    background: #0c9a68;
    /* padding: 5px 28px; */
    border-bottom: 0;
}

a.nav-link.m-tabs__link.active.show:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 22px solid white;
    border-left: 22px solid #aaa;
}

a.nav-link.m-tabs__link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 22px solid white;
    border-left: 22px solid #aaa;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.m-portlet .m-portlet__head {
    border: 0;
}

.m-portlet.m-portlet--sticky .m-portlet__head {
    -webkit-box-shadow: 0px 1px 15px -20px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 30px 15px -20px rgba(69, 65, 78, 0.1);
}

.m-tab_title {
    text-align: center;
    background: #8C0607;
    box-shadow: 0px 0px 15px 1px #807b7b;
    margin-bottom: 25px;
}

.m-tab_title #m-tab_edit_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.m-badge {
    background: #c3c3c3;
}

.form-control[readonly],
.form-control {
    border-color: #a7a7a7;
}
.n-portal{
    background: none;
    box-shadow: none;
}
.n-portal .m-timeline-3 .m-timeline-3__item{
    margin-bottom: 1rem;
}
.n-message{
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    margin-bottom: 15px;
    padding-left:0;
}
.n-message .m-portlet__head{
    background: #8c0607;
    padding: 5px 30px;
    color:#fff;
}
.n-message .m-portlet__body{
 background:#fff;
}
.m-portlet__body.m-forcast_service{
    margin-bottom: 50px;
}
.m-portlet__body.m-forcast_service .row{
    margin-bottom: 20px;
}
.m-portlet__body.m-forcast_service .row h6{
    padding: 10px;
}
.m_desc_text p{
    margin: 0;
    padding: 0;
}
.m_desc_text ol,
.m_desc_text ul{
    margin: 0;
}
#m_header .m-stack__item{
    background-color:#fff!important;
}
#m_ver_menu .m-menu__link {
    z-index: 99!important;
}