/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}



body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #3e454c;
    background-color: #ffffff;
}

    body::after {
        clear: both;
        content: "";
        display: table;
    }

.mainBanner {
    background-color: #e8e9e9;
    margin: 14px 0px;
}

header {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    z-index: 1010;
    margin-bottom: 25px;
    background: #ffffff;
    border-top: 5px solid #660066;
    padding: 8px 8px;
}


.card {
    box-shadow: 0 2px 3px rgb(0 0 0 / 4%), 0 4px 6px rgb(0 0 0 / 4%);
}

.btn-xe {
    background: #154c3f;
    padding: 12px 25px;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    border: none;
}

.btn-xe2 {
    background: #154c3f;
    padding: 12px 25px;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    border: none;
}

.btn-xe:hover {
    background: #9c4337;
}



.btnLogin {
    background: #9c4337 !important;
    padding: 10px 20px !important;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    border: none;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-color: #9c4337 !important;
}
.btnProceed {
    background: #9c4337 !important;
    text-align: center;
    border: none;
    font-weight: 500 !important;
    font-size: 15px !important;
    border-color: #9c4337 !important;
    
}



    .btnLogin.upload {
        padding: 7px 25px !important;
    }




.btnLogin:hover {
    background: #F63F12 !important;
    border-color: #F63F12 !important;
}

.btnProceed:hover {
    background: #0066ff !important;
    border-color: #660066 !important;
}


.btnLogin1 {
    background: #154c3f !important;
    padding: 7px 16px !important;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    border: none;
    font-weight: 600 !important;
    font-size: 15px !important;
    border-color: #154c3f !important;
}


    .btnLogin1:hover {
        background: #9c4337 !important;
        border-color: #9c4337 !important;
    }



.table.keySpc > thead > tr > th {
    vertical-align: bottom;
    border-right: 1px solid #ddd;
    border-bottom: none;
}


.table.keySpc > tbody > tr > td, .table.keySpc > tbody > tr > th, .table.keySpc > tfoot > tr > td, .table.keySpc > tfoot > tr > th, .table.keySpc > thead > tr > td, .table.keySpc > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-top: none;
}


.table.keySpcTab > tbody > tr > td {
    padding: 7px 10px;
}

    .table.keySpcTab > tbody > tr > td:nth-child(1) {
        background: #f5f5f5;
        font-weight: 500;
        max-width: 180px;
        width: 250px;
    }


.csv-input {
    display: none;
}

legend {
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #8e8e8e;
    font-weight: 400;
    padding-bottom: 4px;
    text-align: left;
}


label {
    margin-bottom: 3px !important;
    font-weight: 500 !important;
}

.card-header.alert-success {
    color: #ffffff;
    background-color: #660066;
    border-bottom: 5px solid #106d57;
}


.card-header.alert-success h3 {
    color: #ffffff;
    font-weight: 300;
    font-size: 35px;
}

.card-footer.alert-success {
    color: #ffffff;
    background-color: #660066;
    border-top: 5px solid #106d57;
}

.bg-Logins {
    margin-top: 45px;
}


.form-signin {
    margin: 0px auto;
    width: 100%;
    max-width: 447px;
    background: white;
    border-radius: 4px;
}

    .form-signin.loginAfter {
        margin: 0px auto;
        width: 100%;
        max-width: 1200px;
        background: white;
        border-radius: 4px;
    }




    .form-signin h5.card-title {
        color: #9c4337 !important;
        font-size: 22px;
        font-weight: 300 !important;
        margin-bottom: 15px !important;
    }



a {
    color: #1784c7;
    text-decoration: none;
}

input {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

/* -------------------------------- 

Main Page Content

-------------------------------- */
.cd-main-content .content-wrapper {
    padding: 45px 5% 3em;
}

    .cd-main-content .content-wrapper h1 {
        text-align: center;
        padding: 3em 0;
        font-size: 2rem;
    }

.cd-main-content::before {
    /* never visible - used to check MQ in jQuery */
    display: none;
    content: 'mobile';
}

@media only screen and (min-width: 768px) {
    .cd-main-content .content-wrapper {
        margin-left: 110px;
        padding-top: 180px;
    }

        .cd-main-content .content-wrapper h1 {
            padding: 4em 0;
            font-size: 3.2rem;
            font-weight: 300;
        }

    .cd-main-content::before {
        content: 'tablet';
    }
}

@media only screen and (min-width: 1170px) {
    .cd-main-content .content-wrapper {
        margin-left: 200px;
    }

    .cd-main-content::before {
        content: 'desktop';
    }
}

/* -------------------------------- 

Header

-------------------------------- */
.cd-main-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    /*background: #3e454c;*/
    background: #74ab4d;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-main-header::after {
        clear: both;
        content: "";
        display: table;
    }

@media only screen and (min-width: 768px) {
    .cd-main-header {
        position: fixed;
        height: 90px;
    }
}

.cd-logo {
    float: left;
    display: block;
    margin: 11px 0 0 5%;
}

    .cd-logo img {
        display: block;
        width: 90px;
        height: auto;
    }

@media only screen and (min-width: 768px) {
    .cd-logo {
        margin: 0px 15px 0 55px;
    }
}

.cd-logo-model {
    float: left;
    display: block;
    margin: 11px 0 0 5%;
}

    .cd-logo-model img {
        display: block;
        width: 500px;
        height: auto;
    }

@media only screen and (min-width: 768px) {
    .cd-logo-model {
        margin: 0px 15px 0 55px;
    }
}

.cd-nav-trigger {
    /* navigation trigger - visible on mobile devices only */
    float: right;
    position: relative;
    display: block;
    width: 34px;
    height: 44px;
    margin-right: 5%;
    /* hide text */
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}

    .cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
        /* hamburger icon in CSS */
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 24px;
        background: #ffffff;
    }

    .cd-nav-trigger span {
        /* line in the center */
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -2px;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s;
    }

        .cd-nav-trigger span::before, .cd-nav-trigger span::after {
            /* other 2 lines */
            content: '';
            right: 0;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 0% 50%;
            -moz-transform-origin: 0% 50%;
            -ms-transform-origin: 0% 50%;
            -o-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transition: -webkit-transform 0.2s;
            -moz-transition: -moz-transform 0.2s;
            transition: transform 0.2s;
        }

        .cd-nav-trigger span::before {
            /* menu icon top line */
            top: -6px;
        }

        .cd-nav-trigger span::after {
            /* menu icon bottom line */
            top: 6px;
        }

    .cd-nav-trigger.nav-is-visible span {
        /* hide line in the center */
        background: rgba(255, 255, 255, 0);
    }

        .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
            /* keep visible other 2 lines */
            background: white;
        }

        .cd-nav-trigger.nav-is-visible span::before {
            -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
            -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
            transform: translateX(4px) translateY(-3px) rotate(45deg);
        }

        .cd-nav-trigger.nav-is-visible span::after {
            -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
            -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
            transform: translateX(4px) translateY(2px) rotate(-45deg);
        }

@media only screen and (min-width: 768px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-search {
    position: relative;
    margin: 1.2em 5% 0.6em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

    .cd-search.is-hidden {
        opacity: 0;
    }
/*.cd-search::before {
  /* lens icon */
content: '';
position: absolute;
left: 8px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 16px;
width: 16px;
background: url(../img/cd-search.svg) no-repeat 0 0;
}

*/
.cd-search input {
    padding-left: 32px;
    width: 100%;
    height: 36px;
    border: none;
    border-radius: .25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-search input:focus {
    outline: none;
}

@media only screen and (min-width: 768px) {
    .cd-search {
        float: left;
        display: inline-block;
        width: 500px;
        height: 100%;
        margin: 0 0 0 2.5em;
        text-align: left;
    }

        .cd-search.is-hidden {
            /* reset style */
            opacity: 1;
        }

        .cd-search::before {
            background-position: 0 -16px;
            left: 1em;
        }

        .cd-search form, .cd-search input {
            height: 100%;
            width: 100%;
        }

        .cd-search input {
            border: none;
            padding-left: 2.6em;
            border-radius: 0;
            background-color: #3e454c;
            border-left: 1px solid #51575d;
            color: #ffffff;
        }

            .cd-search input::-webkit-input-placeholder {
                color: #777c81;
            }

            .cd-search input::-moz-placeholder {
                color: #777c81;
            }

            .cd-search input:-moz-placeholder {
                color: #777c81;
            }

            .cd-search input:-ms-input-placeholder {
                color: #777c81;
            }
}

/* -------------------------------- 

Top Navigation

-------------------------------- */
.cd-nav {
    /* top nav - not visible on mobile devices */
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-nav {
        display: block;
        float: right;
        height: 100%;
    }
}

.cd-top-nav > li > a::before {
    /* reset style */
    display: none;
}

.cd-top-nav > li a {
    padding: 1em 5% !important;
}

.cd-top-nav img {
    /* avatar image */
    position: absolute;
    left: 1.8em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: none;
}

@media only screen and (min-width: 768px) {
    .cd-top-nav {
        height: 100%;
    }

        .cd-top-nav a {
            display: block;
            font-size: 1.4rem;
            color: #ffffff;
        }

        .cd-top-nav > li {
            display: inline-block;
            margin-right: 1em;
            height: 100%;
        }

            .cd-top-nav > li:last-of-type {
                margin-right: 0;
            }

            .cd-top-nav > li a {
                padding: 1em .6em !important;
            }

        .cd-top-nav img {
            display: block;
        }
}

@media only screen and (min-width: 1170px) {
    .cd-top-nav li:not(.has-children) a:hover {
        color: #1784c7;
    }
}

/* -------------------------------- 

Sidebar

-------------------------------- */
.cd-side-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 90px 0 0;
    background-color: #44791e;
    /* background-color: #2c3136;*/
    visibility: hidden;
    opacity: 0;
    max-height: 100vh;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

    .cd-side-nav.nav-is-visible {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
        transition: opacity 0.2s 0s, visibility 0s 0s;
        max-height: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .cd-side-nav > ul {
        padding: 0.6em 0;
    }

        .cd-side-nav > ul:last-of-type {
            padding-bottom: 0;
        }

    .cd-side-nav .cd-label, .cd-side-nav a {
        display: block;
        padding: 1em 5%;
    }

    .cd-side-nav .cd-label {
        text-transform: uppercase;
        font-weight: bold;
        color: #646a6f;
        font-size: 1rem;
        letter-spacing: .1em;
    }

    .cd-side-nav a {
        position: relative;
        color: #ffffff;
        font-size: 1.4rem;
    }

    .cd-side-nav ul.cd-top-nav > li:last-of-type > a {
        border-bottom: none;
    }

    .cd-side-nav > ul > li > a {
        padding-left: calc(5% + 0px);
        border-bottom: 1px solid #373d44;
    }


/*.cd-side-nav > ul > li > a::before {
  /* icon before item name */
position: absolute;
content: '';
left: 5%;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 16px;
width: 16px;
background: url(../img/cd-nav-icons.svg) no-repeat 0 0;
}

*/

.cd-side-nav > ul > li.overview > a::before {
    background-position: -64px 0;
}

.cd-side-nav > ul > li.notifications > a::before {
    background-position: -80px 0;
}

.cd-side-nav > ul > li.comments > a::before {
    background-position: -48px 0;
}

.cd-side-nav > ul > li.bookmarks > a::before {
    background-position: -32px 0;
}

.cd-side-nav > ul > li.images > a::before {
    background-position: 0 0;
}

.cd-side-nav > ul > li.users > a::before {
    background-position: -16px 0;
}

.cd-side-nav .count {
    /* notification badge */
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(5% + 16px + 0.4em);
    padding: 0.2em 0.4em;
    background-color: #f4a024;
    border-radius: .25em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.cd-side-nav .action-btn a {
    display: block;
    margin: 0 5%;
    padding: 1em 0;
    background-color: #1784c7;
    border-radius: .25em;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .cd-side-nav .action-btn a::before {
        display: none;
    }

@media only screen and (min-width: 768px) {
    .cd-side-nav {
        position: relative;
        float: left;
        top: auto;
        width: 110px;
        min-height: 100vh;
        padding-top: 90px;
        /* reset style */
        visibility: visible;
        opacity: 1;
        overflow: visible;
        max-height: none;
    }

        .cd-side-nav.nav-is-visible {
            box-shadow: none;
        }

        .cd-side-nav.is-fixed {
            position: fixed;
        }

        .cd-side-nav > ul {
            /* reset style */
            padding: 0;
        }

        .cd-side-nav .cd-label {
            /* remove labels on minified version of the sidebar */
            display: none;
        }

        .cd-side-nav a {
            font-size: 1.2rem;
            text-align: center;
        }

        .cd-side-nav > ul > li > a {
            padding: calc(2.2em + 24px) 0 2.4em;
        }

            .cd-side-nav > ul > li > a::before {
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                top: 2.4em;
            }

        .cd-side-nav .active > a {
            /* current page */
            box-shadow: inset 3px 0 0 #85ff2f;
            background-color: #275d00;
        }

        .cd-side-nav .action-btn a {
            margin: 1em 10% 0;
        }

        .cd-side-nav .count {
            height: 8px;
            width: 8px;
            border-radius: 50%;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            padding: 0;
            top: 2em;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            left: calc(50% + 5px);
            right: auto;
            color: transparent;
        }
}

@media only screen and (min-width: 1170px) {
    .cd-side-nav {
        width: 200px;
    }

        .cd-side-nav > ul {
            padding: 0.6em 0;
        }

            .cd-side-nav > ul > li:not(.action-btn):hover > a {
                background-color: #275d00; /*rgba(0, 0, 0, 0.3);*/
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

            .cd-side-nav > ul > li > a {
                padding: 1.2em 1em 1.2em 20px;
                text-align: left;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

            .cd-side-nav > ul > li:nth-last-child(6) {
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .cd-side-nav > ul > li > a::before {
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 18px;
            }

        .cd-side-nav .cd-label {
            display: block;
            padding: 1em 18px;
        }

        .cd-side-nav .action-btn {
            text-align: left;
        }

            .cd-side-nav .action-btn a {
                margin: 0 18px;
            }

    .no-touch .cd-side-nav .action-btn a:hover {
        background-color: #1a93de;
    }

    .cd-side-nav .count {
        /* reset style */
        color: #ffffff;
        height: auto;
        width: auto;
        border-radius: .25em;
        padding: .2em .4em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
        left: auto;
        box-shadow: none;
    }
}

.has-children ul {
    position: relative;
    width: 100%;
    display: none;
    background-color: #1c1f22;
}

.has-children > a::after {
    /* arrow icon */
    position: absolute;
    content: '';
    height: 16px;
    width: 16px;
    right: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/cd-arrow.svg);
}

.has-children.selected > ul {
    display: block;
}

.has-children.selected > a::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
    .has-children {
        position: relative;
    }

        .has-children ul {
            position: absolute;
            top: 0;
            left: 100%;
            width: 160px;
            padding: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

            .has-children ul a {
                text-align: left;
                border: none;
                padding: 1em;
            }

    .no-touch .has-children ul a:hover {
        color: rgba(255,255,255,0.8);
    }

    .has-children > a::after {
        display: none;
    }

    .cd-side-nav .has-children.selected > a {
        /* focus state -> show sub pages */
        background-color: #33383e;
    }

    .cd-top-nav .has-children {
        position: relative;
        /*background-color: #2c3136;*/
        background-color: #457b1e;
    }

        .cd-top-nav .has-children > a {
            height: 100%;
            padding: 0 calc(1.8em + 22px) 0 calc(1.8em + 26px) !important;
            line-height: 90px;
        }

            .cd-top-nav .has-children > a::after {
                display: block;
                right: 1.8em;
            }

        .cd-top-nav .has-children ul {
            background-color: #457b1e;
            width: 200px;
            top: 100%;
            right: 0;
            left: auto;
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
        }

            .cd-top-nav .has-children ul a {
                padding-left: 18px !important;
            }
}

@media only screen and (min-width: 1170px) {
    .has-children > ul {
        width: 100%;
        z-index: 1;
    }

    .has-children ul a {
        padding-left: 18px;
    }

    .has-children.active > ul {
        /* if the item is active, make the subnavigation visible */
        position: relative;
        display: block;
        /* reset style */
        left: 0;
        box-shadow: none;
    }

    .no-touch .cd-side-nav .has-children:hover > ul, .cd-side-nav .has-children.hover > ul {
        /* show subnavigation on hover */
        display: block;
        opacity: 1;
        visibility: visible;
    }
}






.action-btn-n {
    display: inline-block;
    padding: 0.7em 0.7em;
    background-color: #74ab4d;
    border-radius: .25em;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .action-btn-n:hover {
        background-color: #f4a024;
        color: #000;
    }


.action-btn-n100 {
    display: block;
    padding: 0.7em 0.7em;
    background-color: #005b9a;
    border-radius: .25em;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .action-btn-n100:hover {
        background-color: #f4a024;
        color: #000;
    }

.btn300 {
    width: 300px;
}

.btntextlarge {
    font-size: 18px !important;
}



.action-btn-l {
    display: inline-block;
    padding: 0.7em 0.7em;
    background-color: #005b9a;
    border-radius: .25em;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .action-btn-l:hover {
        background-color: #5db567;
        color: #000;
    }





.login-box { /*background-color:#49688e;*/
    background-color: transparent;
    width: 360px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

    .login-box label {
        width: 100%;
        display: table;
        padding: 10px 10px;
    }

    .login-box input {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.3);
        padding: 10px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
        border-radius: .25em;
    }

    .login-box span {
        display: table-cell;
        width: 140px;
    }

.userloginhead {
    background-color: #d4712e;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.newregistrationheight {
    background-color: #d4712e;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    line-height: 22px;
}

.userloginbtn {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}




.footer-n {
    background-color: #74ab4d;
    padding: 10px;
    color: #ffffff;
    text-align: right;
}

    .footer-n span {
        font-size: 13px;
    }

    .footer-n a {
        font-size: 13px;
        color: #ffffff;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .footer-n a:hover {
            color: #000;
        }

    .footer-n :nth-last-child(2) {
        padding-right: 30px;
    }

.cd-main-content {
    min-height: calc(100vh - 36px);
}

.loginboxwidth {
    width: 821px;
    margin: 0px auto;
}



.cd-main-content .content-wrapper-login {
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 150px;
}


.linediv {
    background-color: rgba(0,0,0,0.3);
    width: 1px;
    float: left;
    display: flex;
    min-height: 245px;
}

.normaltabletext {
    font-weight: normal !important;
}


.bigtext {
    font-size: 20px !important;
    font-weight: bold;
}

    .bigtext span {
        color: #5db567;
    }





/*form sytles*/
/*input[type="text"]{width: 100%;  border: 1px solid rgba(0,0,0,0.3); padding: 5px;   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset; border-radius: .25em; margin:3px;}*/
textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
    border-radius: .25em;
    margin: 3px;
}
/*select {width: 100%;  border: 1px solid rgba(0,0,0,0.3); padding: 8px;   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset; border-radius: .25em; margin:3px;}*/
input[type="submit"] {
    display: inline-block;
    font-size: 13px;
}
/*input[type="password"]{width: 100%;  border: 1px solid rgba(0,0,0,0.3); padding: 5px;   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset; border-radius: .25em;}*/


input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #294a70;
}

input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #5db567;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #294a70;
}





input[type='checkbox']:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: transparent;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '\002714';
    display: inline-block;
    visibility: visible;
    outline: 3px solid #294a70;
    line-height: 1;
}

input[type='checkbox']:checked:after {
    background-color: #5db567;
    color: #ffffff;
}




input[type='radio'] + label {
    margin-left: 5px;
}

/*form sytles end*/

.pagetitlesytle {
    padding: 25px 0px 25px 310px;
    background-color: rgba(116,171,77,0.3);
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 90px;
    position: absolute;
    width: 100%;
}





.msgAlert {
    color: #ff0000;
    text-align: left;
    padding-left: 30px;
    padding-top: 7px;
    font-size: 14px;
    background-image: url(../img/error.png);
    background-position: left;
    display: block;
    text-align: LEFT;
    background-repeat: no-repeat;
    height: 24px;
}

.msgInfo {
    color: #008000;
    text-align: left;
    padding-top: 3px;
    font-size: 14px;
    background-position: left;
    display: block;
    text-align: LEFT;
    background-repeat: no-repeat;
    height: 15px;
}

.messagealert {
    background-color: #ffffff;
    border: 1px solid #AEAEAE;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    padding: 10px;
    display: block;
    text-align: left;
}

.photo {
    width: 3.5cm;
    height: 4.5cm;
}

.signature {
    width: 3.5cm;
    height: 1.5cm;
}




.bashsulstyle {
    text-align: center;
}

    .bashsulstyle ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .bashsulstyle ul li {
            display: inline-block;
            margin: 20px 20px 50px 20px;
            padding: 10px;
            width: 250px;
        }

            .bashsulstyle ul li .step {
                margin: 0px auto;
                width: 75px;
                height: 75px;
                background-color: #c2794b;
                border-radius: 100px 100px 100px 100px;
                text-align: center;
                color: #ffffff;
                line-height: 75px;
                font-size: 16px;
            }

            .bashsulstyle ul li h1 {
                padding: 10px 10px 10px 10px !important;
                margin-bottom: 15px;
                border-bottom: 1px solid rgba(41, 74, 112, 0.3);
                font-size: 18px !important;
                font-weight: bold !important;
                text-align: center !important;
            }

            .bashsulstyle ul li span {
                display: block;
                text-align: center;
                font-weight: normal;
                margin-bottom: 20px;
                line-height: 1.2;
            }

    .bashsulstyle .bashbtn {
        text-align: center; /*border-top: 1px solid rgba(41, 74, 112, 0.1); padding-top: 10px;*/
    }

        .bashsulstyle .bashbtn a {
            display: inline-block;
            padding: 10px 15px 10px 15px;
            text-decoration: none;
            background-color: #f47621;
            border-radius: 5px;
            color: #ffffff;
        }

            .bashsulstyle .bashbtn a:hover {
                background-color: #294a70;
            }

    .bashsulstyle .stepdone {
        margin: 0px auto;
        width: 75px;
        height: 75px;
        border-radius: 100px 100px 100px 100px;
        text-align: center;
        color: #ffffff;
        line-height: 75px;
        font-size: 16px;
        background-color: #5db567;
    }

.greentext {
    color: green;
}

.redtext {
    color: red;
}

.toptext {
    text-align: left;
    margin: 10px 0px 0px 100px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.sitetext {
    float: left;
    width: 350px;
    line-height: 1.2;
    padding-top: 15px;
}

.sitecontact {
    float: right;
    line-height: 1.2;
    margin-right: 40px;
    margin-top: 0px;
    font-size: 12px;
}

.action-btn-p {
    display: inline-block;
    padding: 0.7em 0.7em;
    background-color: #294a70;
    border-radius: .25em;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

    .action-btn-p:hover {
        background-color: #ffffff;
        color: #294a70;
    }

.bluetext {
    font-size: 14px;
    font-weight: bold;
    color: #294a70;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.4;
}

.redtext-l {
    font-size: 14px;
    font-weight: bold;
    color: red;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.4;
}



.mytablenormal {
    font-size: 13px;
    font-weight: normal;
}

    .mytablenormal li {
        margin-bottom: 5px;
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .mytablenormal .boldtext {
        font-weight: bold;
        display: inline-block;
        margin-top: 15px;
    }

.login-panel_links {
    margin-top: 20px;
    text-align: center;
}

    .login-panel_links ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .login-panel_links ul li {
            display: inline;
            padding: 5px;
        }

.linetable td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 21px !important;
}

.usernote {
    color: #ff0000;
    font-size: 10px;
}



.margintop5 {
    margin-top: 5px;
    display: inline-block;
}

.margintop10 {
    margin-top: 10px;
    display: inline-block;
}


.successful-bg {
    background-color: #6ec33f;
    color: #ffffff;
}

.fail-bg {
    background-color: #ee4b4b;
    color: #ffffff;
}

.fillapplication {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 40%;
    margin: 0px auto;
}

    .fillapplication li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 10px;
        list-style-type: decimal;
        margin-left: 30px;
        color: #294a70;
        text-align: left;
    }

.linksnew {
    font-size: 15px !important;
    padding-top: 50px;
}


@media (min-width: 1200px) .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
}
