﻿body {
    margin: 0;
}

/* font family*/
@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../Fonts/Quicksand-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../Fonts/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-SemiBold';
    src: url('../Fonts/Quicksand-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../Fonts/Quicksand-Bold.ttf') format('truetype');
}

.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: 18px;
    margin: 0px 0px 0px
}

    .module-div h6 i {
        background-color: #fcb92d;
        border-radius: 20px;
        color: #1e1e1e;
        width: 35px;
        height: 35px;
        padding: 5px;
        transition: all 0.3s;
    }

.module-div p {
    margin: 0px;
}

    .module-div p a {
        color: #000;
        transition: all 0.5s;
        font-size: 15px;
    }

        .module-div p a:hover {
            color: #e67817;
        }

.module-div:hover i {
    background-color: #e67817;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}

.admin-bg {
    border-radius: 10px;
}

.admin-message {
    font-size: 15px;
    font-family: Quicksand-SemiBold;
    color: #13a936;
}

.admin-master-bg {
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.5)), url(../Images/General/Admin-Bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.admin-box-bg, .user-box-bg {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7)), url(../Images/General/Slider-04.jpg);
    background-position: center;
    background-size: cover;
}

.user-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    border-bottom: 3px solid #e67817;
}

.admin-box {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    border-radius: 5px;
    border-bottom: 3px solid #e67817;
    margin: 20px 0px;
    padding: 15px 15px 5px;
    background-color: #fff;
}

    .admin-box h5, .admin-box p {
        font-size: 15px;
    }

        .admin-box h5 span {
            color: #e67817;
            font-size: 13px;
        }

    .admin-box h5 {
        font-family: Quicksand-Medium;
    }

.admin-txtbx {
    border: 1px solid #1e1e1e;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.5s;
    color: #000;
    font-size: 15px;
}

    .admin-txtbx:focus, .search-btn:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    }

.admin-calendar-txtbx {
    width: 80%;
}

.admin-txtbx-bg {
    border: 1px solid rgba(230, 120, 23, 0.1);
    background-color: rgba(230, 120, 23, 0.1);
    color: #000;
}

.admin-txtbx-multiline {
    min-height: 125px;
}

.file-img {
    width: 65px;
    margin: 10px 0px 0px;
}

.admin-ddl {
    min-height: 39px;
}

.admin-btn, .search-btn, .admin-back-btn, .admin-btn-report, .admin-btn-tab, .admin-draft-btn, .admin-btn-width, .admin-btn-proposal, .admin-btn-proposal-active {
    border: 1px solid #e67817;
    background-color: #e67817;
    width: 90px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.5s;
    color: #fff;
    font-size: 15px;
}

    .admin-btn:hover, .admin-back-btn:hover, .admin-btn-report:hover, .admin-btn-proposal:hover, .admin-btn-proposal-active {
        border: 1px solid #e67817;
        background-color: #fcb92d;
        color: #000;
    }

.admin-btn-width {
    width: auto;
}

.admin-btn-tab {
    background-color: #fcb92d;
    color: #000;
    width: 175px;
    padding: 8px 10px;
    font-size: 15px;
}

    .admin-btn-tab:hover {
        background-color: #e67817;
        color: #fff;
    }

.admin-btn-proposal, .admin-btn-proposal-active {
    width: 215px;
    margin: 0px 3px;
    font-size: 15px;
}

.admin-tab-div {
    padding-bottom: 15px;
    border-bottom: 1px solid #e67817;
    margin-bottom: 15px;
}

.admin-back-btn {
    padding: 9px 25px;
}

.search-btn {
    border: 1px solid #1e1e1e;
    background-color: #1e1e1e;
}

    .search-btn:hover {
        border: 1px solid #e67817;
        background-color: #e67817;
    }

.admin-btn-report {
    width: 120px;
}

.admin-draft-btn {
    background-color: #fcb92d;
    color: #000;
    width: 110px;
    margin-right: 1px;
}

    .admin-draft-btn:hover {
        border: 1px solid #fcb92d;
        background-color: #e67817;
        color: #fff;
    }

.form-scroll, .grd-scroll {
    overflow-x: auto;
    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;
            font-size: 13px;
        }

            .gvControltxt tr td label a {
                color: #0082ff
            }

            .gvControltxt tr td label p, .gvControltxt tr td label p span {
                font-size: 14px;
                margin: 0px;
            }

        .gvControltxt tr td span a {
            color: #e67817;
            transition: all 0.5s;
        }

            .gvControltxt tr td span a:hover, .gvControltxt tr td label a:hover {
                text-decoration: underline;
            }

.GridPagerStyle table tr td {
    background-color: #e67817;
    border: 1px solid #ffff00;
    padding: 2px 5px;
    font-size: 13px;
    transition: all 0.5s;
}

    .GridPagerStyle table tr td:hover {
        background-color: #333;
    }

    .GridPagerStyle table tr td span {
        color: #fff;
    }

    .GridPagerStyle table tr td a {
        color: #ffff00;
    }

.Clickhere {
    color: #0000ff;
    transition: all 0.5s;
    font-family: Quicksand-Medium;
}

    .Clickhere:hover {
        color: #e67817;
    }

.ClickOption {
    border: 1px solid #ffff00;
    background-color: #e67817;
    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;
    display: grid;
}

    .ClickOption a {
        color: #fff;
        transition: all 0.5s;
    }

        .ClickOption a:hover {
            color: #ffff00;
        }

.autocomplete_completionListElement {
    font-size: 14px;
    visibility: hidden;
    background-color: inherit;
    color: #994d00;
    border: 1px solid #e67817;
    cursor: pointer;
    text-align: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
    z-index: 99;
}

.autocomplete_listItem, .autocomplete_highlightedListItem {
    font-size: 14px;
    background-color: #333;
    border: 1px solid #e67817;
    color: #fff;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
    transition: all 0.5s;
}

.autocomplete_highlightedListItem {
    background-color: #e67817;
    border: 1px solid #e67817;
}

    .autocomplete_highlightedListItem:hover {
        background-color: #fcb92d;
        color: #000;
    }

.module-table {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

    .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-account {
    position: absolute;
    margin: -30px 0px 0px;
}

.welcome {
    margin: 0px 0px 0px;
    font-family: Quicksand-Medium;
    color: #e67817;
    font-size: 15px;
    line-height: 22px;
}

.my-account {
    font-size: 15px;
    margin: 0px 0px 5px;
}

    .my-account i {
        color: #e67817;
    }

    .my-account a {
        color: #000;
        font-family: Quicksand-Regular;
        transition: all 0.2s;
    }

        .my-account a:hover {
            color: #e67817;
            text-decoration: underline;
        }

    .my-account span {
        width: 90%;
        right: -125%;
        background-color: #fcb92d;
        border-radius: 5px;
        text-align: center;
        position: absolute;
    }

        .my-account span:hover a {
            color: #000;
        }

.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: #e67817;
    font-style: italic;
    border-bottom: 1px solid #fcb92d;
    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: Quicksand-Medium;
    font-size: 16px;
    color: #e67817;
    border-bottom: 1px solid #fcb92d;
    padding-bottom: 10px;
}

.cust-registration h5 {
    margin: 8px 0px 8px;
    font-size: 15px;
}

    .cust-registration h5 span, .cust-registration h3 span {
        font-family: Quicksand-Regular;
        color: #ff512f;
        font-size: 13px;
    }

.cust-registration p {
    margin: 0px 0px 12px;
    font-size: 15px;
}

.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;
        }

.small_img {
    width: 55px;
    padding: 5px;
}

.small_img_01 {
    width: 125px;
    padding: 5px;
}

.grd-img {
    width: 42px;
}

.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;
}

.sendproposal {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Slider-01.jpg);
    background-position: center;
    background-attachment: fixed;
    border-bottom: 3px solid #e67817;
    background-size: cover;
    padding: 20px 15px;
    margin: 15px 0px;
    border-radius: 5px;
    text-align: center;
}

    .sendproposal h3 {
        font-size: 22px;
        margin: 0px 0px 10px;
        color: #fcb92d;
    }

    .sendproposal p {
        margin: 0px;
        color: #fff;
        font-size: 16px;
    }

.enquiry-code {
    font-family: Quicksand-Medium;
}

    .enquiry-code span {
        padding-right: 5px;
        color: #e67817;
    }

.enquiry-view {
    width: 100%;
    margin: 5px 0px 15px;
}

    .enquiry-view tr td, .enquiry-view tr th {
        border: 1px solid #e67817;
        padding: 5px;
        color: #000;
    }

    .enquiry-view tr th {
        background-color: #e67817;
        color: #fff;
        font-weight: 500;
    }

    .enquiry-view tr:nth-child(even) {
        background-color: #FFEFD5;
    }

    .enquiry-view tr:nth-child(odd) {
        background-color: #fff;
    }

    .enquiry-view tr:nth-child(1) {
        border-top: 1px solid #e67817;
    }

    .enquiry-view tr td:nth-child(1) {
        width: 20%;
    }

    .enquiry-view tr td p, .enquiry-view tr td label {
        margin: 0px;
        font-weight: normal;
    }

    .enquiry-view tr td a, .enquiry-view tr td i {
        color: #e67817;
        transition: all 0.5s;
    }

    .enquiry-view tr td i {
        padding-right: 5px;
    }

    .enquiry-view tr td a:hover {
        text-decoration: underline;
    }

.backtop {
    margin-top: 20px;
}

.admin-table {
    width: 100%;
    margin: 15px 0px;
    font-size: 15px;
}

    .admin-table tr td, .admin-table tr th {
        padding: 5px;
        border: 1px solid #ccc;
    }

        .admin-table tr td:nth-child(1) {
            width: 40%;
        }

    .admin-table tr th {
        background-color: #002e33;
        color: #fff;
        font-weight: 500;
    }

.profile-image {
    margin: 0px 0px 10px;
}

    .profile-image img {
        width: 85%;
        border: 1px solid #ff512f;
        padding: 5px;
        border-radius: 5px;
    }

.profile-dtl span, .profile-dtl i {
    color: #ff512f;
}

.admin-div {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin: 10px 0px 40px;
    border-bottom: 3px solid #e67817;
}

.view-grid-div h5 {
    margin: 20px;
    text-align: right;
}

    .view-grid-div h5 span {
        background-color: #e67817;
        color: #fff;
        font-family: Quicksand-Medium;
        padding: 5px 10px 7px 10px;
        border-radius: 5px;
    }

.view-grid-div table {
    width: 100%;
}

    .view-grid-div table tr td {
        padding: 5px 10px;
    }

    .view-grid-div table tr {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .view-grid-div table tr td:nth-child(1) {
            width: 25%;
        }

        .view-grid-div table tr td {
            font-family: Quicksand-Regular;
        }

            .view-grid-div table tr td span {
                font-family: Quicksand-Regular;
            }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* 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%;
    }

    .sendproposal h3 {
        font-size: 17px;
    }

    .sendproposal p {
        font-size: 15px;
    }

    .admin-btn-proposal, .admin-btn-proposal-active {
        width: auto;
    }

    .count-width {
        width: 33.3333%;
    }

    .user-account {
        margin: 0px 0px 0px;
        left: 15%;
    }

    .welcome {
        font-family: Quicksand-Regular;
        font-size: 15px;
        line-height: 13px;
    }

    .my-account a {
        font-family: Quicksand-Regular;
        font-size: 14px;
    }

    .my-account span {
        top: 0%;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .module-width {
        width: 50%;
    }

    .sendproposal h3 {
        font-size: 17px;
    }

    .sendproposal p {
        font-size: 15px;
    }

    .admin-btn-proposal, .admin-btn-proposal-active {
        width: auto;
    }

    .user-account {
        position: relative;
        margin: 0px 0px 0px;
        left: 0;
        text-align: center;
    }

    .welcome {
        font-family: Quicksand-Regular;
        font-size: 13px;
        line-height: 13px;
    }

    .my-account a {
        font-family: Quicksand-Regular;
        font-size: 13px;
    }

    .my-account span {
        width: 100%;
        right: 0;
        background-color: transparent;
        border-radius: unset;
        text-align: center;
        position: initial;
        top: 0;
    }

    .admin-div {
        padding: 15px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

