.txt-rt {
    text-align: right;
} /* text align right */
.txt-lt {
    text-align: left;
} /* text align left */
.txt-center {
    text-align: center;
} /* text align center */
.float-rt {
    float: right;
} /* float right */
.float-lt {
    float: left;
} /* float left */
.clear {
    clear: both;
} /* clear float */
.pos-relative {
    position: relative;
} /* Position Relative */
.pos-absolute {
    position: absolute;
} /* Position Absolute */
.vertical-base {
    vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
    vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
    display: block;
} /* vertical menu */
nav.horizontal ul li {
    display: inline-block;
} /* horizontal menu */

.profile-background {
    background: url(../imi/gradient-747800_640.png) no-repeat no-repeat !important;
    background-size: cover !important;
}

.nolink {
    text-decoration: none;
}

.profile-main {
    width: 80%;
    min-width: 260px;
    max-width: 1524px;
    background: rgba(128, 128, 128, 0.1);
    margin: 2em auto;
    padding: 2em;
    border-radius: 4px;
}

.profile-pic {
    margin: 0 0 1em 0;
    text-align: center;
}

.profile-pic img {
    border: 4px solid #fff;
    border-radius: 82px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.profile-pic h2 {
    font-size: 2em;
    color: #f44336;
    margin-bottom: 0.1em;
}
.profile-pic p {
    font-size: 1em;
    color: #4e4e4e;
}
.wthree_tab_grid_sub {
    margin: 1em 0 0 0;
}
.wthree_tab_grid_sub_left {
    display: inline-block;
    width: 26.2%;
    min-width: 150px;
    padding: 0.5em;
    text-align: center;
    background: lightgreen;
}
.wthree_tab_grid_sub_left h5 {
    font-size: 1.5em !important;
    color: #fff !important;
    font-weight: 700;
}
.wthree_tab_grid_sub_left p {
    color: #fff !important;
    font-size: 0.9em !important;
    margin: 0 !important;
}
.wthree_tab_grid_sub_left:nth-child(2) {
    margin: 0 1em;
}
.w3-message,
.w3ls-touch {
    padding: 1em;
    box-shadow: 0 0px 1px rgba(197, 197, 197, 0.19), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fff;
}
.w3-message h5,
.w3ls-touch h5 {
    color: #212121;
    font-size: 1.5em;
    margin: 0;
}
.w3-message p {
    color: #999999;
    font-size: 0.9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
.w3ls-touch {
    margin: 1em 0 0 0;
}
.groups {
    margin: 1em 0 0 0;
}
.groups ul {
    padding: 0;
    margin: 0;
}
.groups ul li {
    display: block;
    margin: 1em 0 0 0;
}
.groups ul li:nth-child(1) {
    margin: 0;
}
.groups ul li a {
    color: #333;
    text-align: center;
}
.groups ul li a i.fa.fa-users {
    height: 40px;
    width: 40px;
    background: none;
    line-height: 40px;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.groups ul li a i.fa.fa-users {
    background: #3b5998;
}

.groups ul li a i.fa.fa-users:hover {
    border: solid 2px #3b5998;
    color: #3b5998;
    background: none;
}

.groups ul li a p {
    color: #212121;
    font-size: 0.9em;
    margin: 0 0 0 1em;
    display: inline-block;
}
.wthree_footer_copy {
    text-align: center;
}
.wthree_footer_copy p {
    color: #ffffff;
    font-size: 0.9em;
    margin: 0;
}
.wthree_footer_copy p a {
    color: #ffffff;
    text-decoration: none;
}
.wthree_footer_copy p a:hover {
    color: #212121;
}
/*-- responsive --*/
@media (max-width: 1440px) {
    .wthree_tab_grid_sub_left {
        width: 25.2%;
    }
}
@media (max-width: 1280px) {
    .profile-main {
        width: 43%;
    }
}
@media (max-width: 1080px) {
    .profile-main {
        width: 55%;
    }
}
@media (max-width: 800px) {
    .profile-main {
        width: 70%;
    }
}
@media (max-width: 667px) {
    .profile-main {
        width: 80%;
    }
}
@media (max-width: 600px) {
    .profile-main {
        background: url(../images/1.png) no-repeat -100px 0px;
        background-size: cover;
    }
}
@media (max-width: 568px) {
    .wthree_tab_grid_sub_left {
        width: 24.2%;
    }
}
@media (max-width: 480px) {
    .wthree_tab_grid_sub_left {
        width: 23.2%;
    }
    h1 {
        font-size: 2em;
    }
}
@media (max-width: 414px) {
    .wrap {
        width: 95%;
    }
}
@media (max-width: 384px) {
    .profile-main {
        padding: 1em;
    }
    .profile-main {
        width: 90%;
    }
}
@media (max-width: 320px) {
    h1 {
        font-size: 1.5em;
    }
    .wthree_tab_grid_sub_left {
        width: 21.5%;
        min-width: 150px;
    }
    .wthree_tab_grid_sub_left p {
        font-size: 0.8em !important;
    }
    .profile-main {
        background: url(../images/1.png) no-repeat -173px 0px;
        background-size: cover;
    }
}
/*-- //responsive --*/

html,
body,
.wrapper {
    width: 100%;
    height: 100%;
}

body {
    /* margin-top:-10px;*/
    padding: 0px;
    line-height: 1.5;
    top: 0px;
}

h1,
h2,
h3,
h4,
h5,
body {
    font-family: Montserrat, helvetica, arial, sans-serif !important;
    font-weight: 400;
}

p,
h3 {
    font-family: Montserrat, helvetica, arial, sans-serif;
    font-size: 14px;
}

.loginPage {
    width: 100%;
    min-height: 100%;
    background: url("/neca/resource/img/High-Five2.jpg") no-repeat no-repeat fixed;

    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.loginModal {
    width: 80%;
    min-width: 280px;
    max-width: 900px;
    padding: 35px 3% 25px 3%;
    margin: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    border-radius: 5px;
    position: relative;

    z-index: 10;
    box-shadow: 0 0 4rem rgba(0, 0, 0, 0.28);
    background: white;
}

.doves-green-lime {
    background: #8b1110;
    color: white;
}

.doves-text-green-lime {
    color: #8b1110 !important;
}

.doves-green {
    background: #8b1110;
    color: white;
}

.doves-green-i {
    background: #8b1110 !important;
    color: white !important;
}

.doves-green-light {
    background: #8b1110;
    color: white;
}
.doves-text-green {
    color: #8b1110 !important;
}

.doves-text-green-light {
    color: #8b1110 !important;
}

.doves-text-gray {
    color: #444;
}

body, .page-content{
    width:100%;
    min-height: 100vh;
}

.main
{
    min-height: 100vh;
}


.page-content > header {
    text-align: center;
}

.page-content > header > .header-container > .header-content {
    min-height: 200px;
    background-color: rgba(130, 180, 64, 0.85);
}

.page-content > header > .header-container > .header-content > .entry-title {
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    text-transform: none;
    font-weight: bold;
    font-size: 46px;
}

.page-content > header > .header-container > .header-content2 {
    /* min-height: 50%;*/
    padding-top: 20%;
    padding-bottom: 20%;
    background: rgba(0, 0, 0, 0.5);
}

.page-content > header > .header-container > .header-content2 > .entry-title {
    color: white;
    text-transform: none;
    font-weight: bold;
    font-size: 56px;
}

.content-container {
    position: relative;
    margin-top: -40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
    padding: 30px 10px;
    overflow-x: scroll;
}

.content-container-no {
    position: relative;
    margin-top: -40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
    padding-bottom: 30px;
}

.inline-li-teal {
    color: #3fbbbc;
    font-weight: bolder;
}

.doves-header-green {
    color: #8b1110;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;

    line-height: 1.2;
}

.doves-header-teal {
    color: #8b1110;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;

    font-size: 2rem;
    line-height: 1.2;
}

.doves-header2-teal {
    color: #8b1110;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;

    font-size: 1.5rem;
    line-height: 1.2;
}

.stepitem {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 20px;

    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.stepitem > img {
    width: 80px;
    height: 80px;
}

.stepitem > p {
    font-weight: 900;
}

.addressblock {
    width: 24.6%;
    min-width: 200px;
    padding: 10px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.w3-box {
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
}

.w3-padding-right {
    padding-right: 16px;
}

.w3-padding-left {
    padding-left: 16px;
}

.w3-padding-top {
    padding-top: 4px;
}

.w3-padding-bottom {
    padding-bottom: 4px;
}

.w3-bold {
    font-weight: bold;
}

.w3-bolder {
    font-weight: bolder;
}

.w3-link {
    text-decoration: none;
}

.w3-link:hover {
}

.w3-nodeco {
    text-decoration: none;
}

.w3-upper {
    text-transform: uppercase;
}

.w3-lower {
    text-transform: lowercase;
}

.w3-capitalize {
    text-transform: capitalize;
}

.doves-anim-fast-fade {
    animation: fading 2.5s infinite;
}
@keyframes fading {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.necaload {
    display: none;
}

.necacrum {
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    text-decoration: none;
}

.necacrum > a {
    color: gray;
    text-decoration: none;
}

.necacrum > a:hover {
    color: #000;
}

.colColor {
    background-color: #8b1110 !important;
}
.colColor2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.doves-zero-block {
    float: none !important;

    display: inline-block !important;
    vertical-align: top;
}

.bumarge {
    margin: 2px;
}

.w3-click {
    cursor: pointer;
}
.w3-text-gray-2 {
    color: #444;
}

.training-item {
}

.training-item:hover > div {
    color: white !important;
}
.trainer-item:hover > div {
    color: white !important;
}

.pager-item {
    cursor: pointer;
    border: 1px solid #d5cdcd;

    color: #333;
    background: white;
    padding: 8px 16px;
}

.pager-item:hover {
    background: #777;
    color: #fff;
}

.pager-selected {
    background: #1c6ca1;
    color: white;
    border: 1px solid #999;
}

.pager-limit {
    cursor: pointer;
    border: 1px solid #d5cdcd;
    color: #333;
    background: white;
    padding: 8px 16px;
}

.pager-limit:hover {
    background: #777;
    color: #fff;
}

.pager-limit-selected {
    background: #1c6ca1;
    color: white;
    border: 1px solid #999;
}

.rbm-blue-header > td {
    background: #8b1110 !important;
    color: white !important;
}

.rmb-header > td {
    padding: 10px;
}

.rbm-blue-header{
    background: #8b1110 !important;
    color: white !important;
}

.rbm-blue-header > tr > th {
    background: #8b1110 !important;
    color: white !important;
    border: 0px none !important;
}

.rmb-header > tr > th {
    padding: 10px;
}

.rbm-gray {
    background: #8b1110 !important;
    color: white !important;
}

.rbm-text-gray {
    color: #8b1110 !important;
}

.rbm-blue {
    background: #8b1110 !important;
    color: white !important;
}
.rbm-text-blue {
    color: #8b1110 !important;
}

.rbm-hover-blue:hover {
    background: #8b1110 !important;
    color: white !important;
}

.rbm-dark-blue {
    background: #8b1110 !important;
    color: white !important;
}

.rbm-text-dark-blue {
    color: #8b1110 !important;
}

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -33%;
    }

    .row-offcanvas-left.active {
        left: 33%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 33%;
        height: 100%;
    }
}

@media screen and (max-width: 34em) {
    .row-offcanvas-left .sidebar-offcanvas {
        left: -45%;
    }

    .row-offcanvas-left.active {
        left: 45%;
        margin-left: -6px;
    }

    .sidebar-offcanvas {
        width: 45%;
    }
}

.card {
    overflow: hidden;
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-body .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

.nav-item {
    cursor: pointer;
}

.nav-hover > .nav-item:hover {
    background: white;
    color: black !important;
}

.nav-hover > .nav-default:hover {
    background: inherit !important;
    color: inherit !important;
}

.lmg-nav-sidebar {
    color: white;
}

.lmg-nav-sidebar:hover {
    background: white !important;
    color: black !important;
}

.breadcrumb {
    margin: 0px;
}

.search-box {
    float: right;
}

.w3-inline-block {
    display: inline-block;
}

.img-load {
    width: 15%;
    min-width: 150px;
    max-width: 300px;
}

.app-container {
    min-height: 600px;
}

.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}
