﻿body {
    margin: 0;
}

/* font family*/
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
/* font family*/

.module-width {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 20%;
}

.module-div {
    text-align: center;
    margin: 5px 0px 5px;
    padding: 10px;
    transition: all 0.5s;
}

.module-div-report {
    margin: 0px 0px 5px;
    padding: 5px;
}

.module-div h6 {
    font-size: 20px;
    margin: 0px 0px 5px;
}

    .module-div h6 i {
        border: 1px solid #028174;
        background-color: #ffc674;
        border-radius: 20px;
        color: #000;
        width: 35px;
        height: 35px;
        padding: 7px 5px 5px 5px;
        transition: all 0.3s;
    }

.module-div p {
    margin: 0px;
    font-size: 14px;
}

    .module-div p a {
        color: #000;
        transition: all 0.5s;
    }

        .module-div p a:hover {
            color: #028174;
        }

.module-div:hover i {
    background-color: #ffc674;
    color: #000;
}

.admin-box-bg {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    border-bottom: 3px solid #a2d5ab;
    margin: 10px 0px;
    padding: 20px 20px 10px;
    min-height: 400px;
}

.admin-box {
    background-color: #ffe3b3;
    /*box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;*/
    border-radius: 5px;
    margin: 10px 0px 15px;
    padding: 20px 20px 10px;
}

.admin-form {
    background-color: #fff;
}

.admin-box-wt {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.admin-form h5 {
    font-size: 15px;
    margin: 10px 0px 7px;
}

    .admin-form h5 span {
        color: #72b01d;
        font-size: 13px;
    }

.admin-box-bg-01 {
    margin-top: 20px;
    background-color: #ffc674;
    box-shadow: none;
    border-bottom: 3px solid #1d753b;
}

    .admin-box-bg-01 h5 {
        color: #000;
    }

.admin-txtbx {
    border: 1px solid #028174;
    background-color: #fff;
    width: 100%;
    padding: 7px 10px;
    border-radius: 25px;
    transition: all 0.5s;
    color: #000;
    font-size: 14px;
}

    .admin-txtbx:focus, .search-btn:hover {
        border: 1px solid #72b01d;
    }

.admin-calendar-txtbx {
    width: 80%;
}

.admin-txtbx-bg {
    background-color: #ddf4bd;
    color: #000;
}

.admin-ddl {
    min-height: 36px;
}

.admin-btn, .search-btn, .admin-back-btn, .admin-btn-report, .admin-btn-tab, .admin-draft-btn, .admin-btn-disable, .admin-btn-gridrow, .admin-btn-gridrow-disable {
    border: 1px solid #ffc674;
    background-color: #ffc674;
    width: 90px;
    padding: 5px 10px;
    border-radius: 30px;
    transition: all 0.5s;
    color: #000;
    font-size: 14px;
}

    .admin-btn:hover, .admin-back-btn:hover, .admin-btn-report:hover {
        border: 1px solid #ffc674;
        background-color: #028174;
        color: #fff;
    }

.admin-btn-disable, .admin-btn-gridrow-disable {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #666;
    width: auto;
}

.admin-btn-report {
    width: 115px;
}

.admin-tab-div {
    padding-bottom: 15px;
    border-bottom: 1px solid #04e762;
    margin-bottom: 15px;
}

.admin-btn-tab {
    background-color: #72b01d;
    color: #fff;
    width: 150px;
    padding: 8px 10px;
}

    .admin-btn-tab:hover {
        background-color: #134611;
        color: #fff;
    }

.admin-back-btn {
    padding: 7px 25px;
}

.admin-btn-gridrow, .admin-btn-gridrow-disable {
    padding: 5px 3px;
    font-size: 13px;
    width: auto;
    float: right;
}

.admin-btn-01, .admin-back-btn-01 {
    border: 1px solid #028174;
    background-color: #028174;
    color: #fff;
}

    .admin-btn-01:hover, .admin-back-btn-01:hover {
        border: 1px solid #028174;
        background-color: transparent;
        color: #000;
    }

.admin-btn-width {
    width: auto;
}

.search-btn {
    border: 1px solid #028174;
    background-color: #028174;
    color: #fff;
}

    .search-btn:hover {
        border: 1px solid #028174;
        background-color: #ffc674;
        color: #000;
    }

.profile-image {
    width: 135px;
    background-color: #72b01d;
    padding: 2px;
    border-radius: 3px;
}

.form-mtop {
    margin-top: 10px;
}

.view-table {
    width: 100%;
}

    .view-table tr td {
        padding: 5px;
    }

        .view-table tr td:nth-child(1) {
            width: 35%;
        }

    .view-table tr {
        border-bottom: 1px solid #f1f1f1;
    }

        .view-table tr th {
            font-weight: 500;
            color: #72b01d;
            font-family: Alkatra-Medium;
            font-size: 15px;
            padding: 5px;
        }

            .view-table tr th:nth-child(1), .view-table tr th:nth-child(2), .view-table-edu tr td:nth-child(1), .view-table-edu tr td:nth-child(2) {
                width: 32%;
            }

            .view-table tr th:nth-child(3), .view-table tr th:nth-child(4), .view-table-edu tr td:nth-child(3), .view-table-edu tr td:nth-child(4) {
                width: 13%;
            }

.view-table-mentor tr th:nth-child(1), .view-table-mentor tr th:nth-child(2), .view-table-mentor tr th:nth-child(3), .view-table-mentor tr td:nth-child(1), .view-table-mentor tr td:nth-child(2), .view-table-mentor tr td:nth-child(3) {
    width: 26%;
}

.view-table-mentor tr th:nth-child(4), .view-table-mentor tr th:nth-child(5), .view-table-mentor tr td:nth-child(4), .view-table-mentor tr td:nth-child(5) {
    width: 24%;
}

.view-table-edu tr td input {
    border: none;
    background-color: #72b01d;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    transition: all 0.5s;
}

    .view-table-edu tr td input:hover {
        background-color: #134611;
    }

.profile-info i {
    color: #72b01d;
    padding-right: 5px;
}

.profile-info-01 {
    float: right;
}

.password-lbl {
    color: #72b01d;
}

.form-scroll, .grd-scroll {
    overflow-x: auto;
    margin-bottom: 15px;
}

.grd-scroll-report {
    overflow: scroll;
    height: 350px;
    margin-bottom: 15px;
}

.gvControltxt {
    width: 100%;
}

    .gvControltxt tr th, .gvControltxt tr td {
        font-weight: normal;
        padding: 5px;
        line-height: 18px;
        vertical-align: top;
    }

        .gvControltxt tr td label {
            margin: 0px;
            font-weight: normal;
        }

            .gvControltxt tr td label p, .gvControltxt tr td label p span {
                font-size: 13px;
            }

        .gvControltxt tr td span a {
            color: #1F51FF;
        }

            .gvControltxt tr td span a:hover {
                color: #3e8914;
                text-decoration: underline;
            }

.GridPagerStyle table tr td {
    background-color: #72b01d;
    border: 1px solid #134611;
    padding: 2px 5px;
    font-size: 13px;
    transition: all 0.5s;
}

    .GridPagerStyle table tr td:hover {
        background-color: #134611;
        color: #fff;
    }

        .GridPagerStyle table tr td:hover a {
            color: #fff;
        }

    .GridPagerStyle table tr td span {
        color: #fff;
    }

    .GridPagerStyle table tr td a {
        color: #134611;
    }

.Clickhere {
    color: #0000ff;
    transition: all 0.5s;
}

    .Clickhere:hover {
        color: #72b01d;
    }

.ClickOption {
    border: 1px solid #134611;
    background-color: #134611;
    border-radius: 5px;
    min-width: 85px;
    text-align: left;
    margin: 0px;
    padding: 5px;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 5px 15px;
    font-size: 14px;
    display: grid;
}

    .ClickOption a {
        color: #fff;
        transition: all 0.5s;
    }

        .ClickOption a:hover {
            color: #04e762;
        }

.autocomplete_completionListElement {
    font-size: 14px;
    visibility: hidden;
    background-color: inherit;
    color: #994d00;
    border: 1px solid #72b01d;
    cursor: pointer;
    text-align: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
}

.autocomplete_listItem, .autocomplete_highlightedListItem {
    font-size: 14px;
    background-color: #333;
    border: 1px solid #72b01d;
    color: #fff;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
    transition: all 0.5s;
}

.autocomplete_highlightedListItem {
    background-color: #72b01d;
    border: 1px solid #72b01d;
}

    .autocomplete_highlightedListItem:hover {
        background-color: #134611;
        color: #fff;
    }

.module-table {
    width: 100%;
    margin-bottom: 5px;
}

    .module-table tr td {
        padding: 5px 0px;
    }

        .module-table tr td:nth-child(1) {
            width: 30%;
        }

        .module-table tr td table tr td:nth-child(1) {
            width: auto;
        }

.cus-reg-table tr td:nth-child(1), .cus-reg-table tr td:nth-child(4) {
    width: 22%;
}

.cus-reg-table tr td:nth-child(2), .cus-reg-table tr td:nth-child(5) {
    width: 24%;
}

.cus-reg-table tr td:nth-child(3) {
    width: 4%;
}

.cus-reg-table tr td table tr td {
    padding: 0px;
}

.user-bg {
    background-color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 15px 10px;
}

.user-welcome {
    font-size: 15px;
    color: #72b01d;
    font-style: italic;
    border-bottom: 1px solid #72b01d;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
}

.user-profile tr td table {
    width: 100%;
    color: #fff;
}

    .user-profile tr td table tr td {
        padding: 3px 0px;
    }

        .user-profile tr td table tr td table:nth-child(1) {
            width: 30%;
        }

.user-form {
    color: #fcb92d;
    margin: 10px 0px;
    border-top: 1px solid #fcb92d;
    padding-top: 10px;
}

.cust-registration h3 {
    margin: 10px 0px;
    font-family: Roboto-Medium;
    font-size: 15px;
    color: #72b01d;
    border-bottom: 1px solid #fcb92d;
    padding-bottom: 10px;
}

.cust-registration h5 {
    margin: 5px 0px 8px;
    font-size: 14px;
}

.cust-file-table {
    width: 100%;
    overflow-x: auto;
}

    .cust-file-table tr td {
        padding: 5px;
        width: 50%;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        .cust-file-table tr td p {
            margin: 0px 0px 5px;
        }

.admin-sub-head {
    font-size: 15px;
    margin: 10px 0px;
    border: 1px solid #fcb92d;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 5px 10px;
    color: #fcb92d;
    text-align: center;
}

.dtlview-div {
    background-color: #fff;
    margin: 15px 0px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

    .dtlview-div h1, .dtlview-div h2, .dtlview-div h3, .dtlview-div h4 {
        margin: 0px 0px 5px;
        font-size: 20px;
        color: #134611;
    }

    .dtlview-div h2 {
        font-size: 15px;
    }

    .dtlview-div h3 {
        font-size: 14px;
        line-height: 25px;
    }

        .dtlview-div h3 i {
            color: #72b01d;
            padding-right: 5px;
        }

    .dtlview-div h6 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        margin: 10px 0px;
    }

    .dtlview-div h4 {
        color: #72b01d;
        font-size: 15px;
        margin: 15px 0px 0px;
    }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    /*.user-profile tr td table {
        min-height: 45vh;
    }*/
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .module-width {
        width: 25%;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .module-width {
        width: 50%;
    }

    .profile-info-01 {
        float: none;
    }

    .module-div {
        padding: 5px;
        min-height: 90px;
    }

        .module-div h6 {
            font-size: 15px;
        }

            .module-div h6 i {
                width: 30px;
                height: 30px;
            }

        .module-div p {
            font-size: 14px;
            line-height: 20px;
        }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

