﻿/*Added by Arun*/
/*Layout*/
body {
    background-color: #F0EDE6;
}

h1 {
    text-align: center;
}

table a {
    color: black !important;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}
    /* Mark input boxes that get an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

select.invalid {
    background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

    button:hover {
        opacity: 0.8;
    }

#prevBtn {
    background-color: #bbbbbb !important;
}
#nextBtn {
    background-color: black !important;
}
/* Custom button */
.button {
    width: 140px;
    height: 45px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}

    .button:hover {
        background-color: #2ee59d;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }
/* Steps for form */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    .step.finish {
        background-color: #04AA6D;
    }
/* Input field adjustments for spin buttons */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-ms-reveal {
    display: none;
}
/* Icons in fields */
.field-icon {
    float: right;
    margin-right: 25px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}
/* Auth page specific styles */
.auth-page.sign-in .auth-image {
    background: url("/image/2.jpg") center center no-repeat !important;
    background-size: 100% 100%;
}

.auth-page .logo-box a {
    font-size: 55px !important;
}
/* Custom font-face */
@font-face {
    font-family: "Montserrat-Light-Alt1";
    src: url("/Montserrat-Light-Alt1.woff2") format("woff2") !important;
}

@font-face {
    font-family: "Montserrat-Light-Alt1";
    src: url("/Montserrat-Light-Alt1.ttf") format("truetype") !important;
}

.page-container {
    width: 95% !important;
}

.page-content {
    padding: 0 0px;
}

.page-sidebar {
    width: 280px;
    position: fixed;
    background-color: #F0EDE6;
    top: 0;
    bottom: 0;
    padding: 30px;
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 4%);
    transition: background .2s ease-in-out;
}

.accordion-menu li.active-page > a,
.accordion-menu li > a:hover {
    color: #29432D;
    background: rgba(0, 0, 0, .01);
}

    .accordion-menu li.active-page > a:only-child {
        background: linear-gradient( 90deg,#333c36 0,#626060 48%,#8d8d8d 100%);
        color: #fff;
    }


/*Layout*/
/*Home view*/
.home-page .page-content {
    padding: 0 0px;
    background-color: #f0ede6;
}

.home-page .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .home-page .active, .home-page .accordion:hover {
        background-color: #ccc;
    }

    .home-page .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.home-page .active:after {
    content: "\2212";
}

.home-page .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: max-height 0.2s ease-out;
}

.home-page .mainpanel {
    padding: 40px;
}
/*Home view*/
/*Project view*/
.project-page .project-contract input.invalid {
    background-color: #fdd;
}

.project-page .project-contract .selectedBorder {
    border: 1px solid #c5975e !important;
}

.project-page .project-contract .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
}

.project-page .project-contract .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.project-page .project-contract .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #000;
}

.project-page .project-contract .datetest {
    position: relative;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    border: 2px solid #e8e8e8;
    font-size: 17px;
    font-weight: 700;
    color: #5c6662;
}

    .project-page .project-contract .datetest:before {
        position: absolute;
        top: 6px;
        left: 20px;
        right: 20px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }

    .project-page .project-contract .datetest::-webkit-datetime-edit, .project-page .project-contract input::-webkit-inner-spin-button, .project-page .project-contract input::-webkit-clear-button {
        display: none;
    }

    .project-page .project-contract .datetest::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }

.project-page .project-contract textarea.invalid {
    background-color: #fdd;
}

.project-page .project-contract .accordion-menu li.active-page > a:only-child {
    background: linear-gradient(90deg, #333c36 0, #626060 48%, #8d8d8d 100%);
    color: #fff;
}

.project-page .project-contract .toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: black;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.project-page .project-list .page-content {
    padding: 0 0px;
}


.project-page .project-list .accordion-menu li.active-page > a:only-child {
    background: linear-gradient(90deg, #333c36 0, #626060 48%, #8d8d8d 100%);
    color: #fff;
}

.project-page .project-list .divider {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 10px 0;
}

.project-page .project-list .mail-actions {
    margin-top: auto;
    text-align: right;
    margin-bottom: 50px;
}

.project-page .project-list .mailbox-item {
    display: block;
    position: fixed;
    height: calc(100vh - 60px);
    width: 850px;
    background: #fff;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 1.25rem #000;
    padding: 45px;
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin: 30px 0;
    overflow-y: scroll;
}

@media screen and (max-width: 768px) {
    .project-page .project-list .modal {
        margin: 15px;
        width: 90%;
    }
}

.project-page .send-request .page-content {
    padding: 0 0px;
}

.project-page .send-request .accordion-menu li.active-page > a:only-child {
    background: linear-gradient(90deg, #333c36 0, #626060 48%, #8d8d8d 100%);
    color: #fff;
}

.project-page .send-request .divider {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 10px 0;
}

.project-page .send-request .mail-actions {
    margin-top: auto;
    text-align: right;
    margin-bottom: 50px;
}

.project-page .send-request .mailbox-item {
    display: block;
    position: fixed;
    height: calc(100vh - 60px);
    width: 850px;
    background: #fff;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 1.25rem #000;
    padding: 45px;
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin: 30px 0;
    overflow-y: scroll;
}
/*Invoice view*/
.invoice-page .invoice-list .page-content {
    padding: 0 0px;
}

.invoice-page .invoice-list .accordion-menu li.active-page > a:only-child {
    background: linear-gradient(90deg, #333c36 0, #626060 48%, #8d8d8d 100%);
    color: #fff;
}

.invoice-page .invoice-list .divider {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 10px 0;
}

.invoice-page .invoice-list .mail-actions {
    margin-top: auto;
    text-align: right;
    margin-bottom: 50px;
}

.invoice-page .invoice-list .mailbox-item {
    display: block;
    position: fixed;
    height: calc(100vh - 60px);
    width: 850px;
    background: #fff;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 1.25rem #000;
    padding: 45px;
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin: 30px 0;
    overflow-y: scroll;
}

.invoice-page .invoice-list ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background-color: transparent;
    margin: 4px;
}

.invoice-page .invoice-list ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.225);
    border-radius: 5px;
    margin: 4px;
    padding-right: 6px;
}

.invoice-page .invoice-list ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #9e9e9e d4;
    margin: 4px;
}

.invoice-page .invoice-list .row > div {
    overflow-x: auto;
    padding-left: 5px;
    padding-top: 5px;
}

.invoice-page .invoice-list label a {
    text-decoration: none !important;
}

.invoice-page .invoice-create input.invalid {
    background-color: #fdd;
}

.invoice-page .invoice-create .selectedBorder {
    border: 1px solid #c5975e !important;
}

.invoice-page .invoice-create .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
}

.invoice-page .invoice-create .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.invoice-page .invoice-create .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #000;
}

.invoice-page .invoice-create .datetest {
    position: relative;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    border: 2px solid #e8e8e8;
    font-size: 17px;
    font-weight: 700;
    color: #5c6662;
}

    .invoice-page .invoice-create .datetest:before {
        position: absolute;
        top: 6px;
        left: 20px;
        right: 20px;
        content: attr(data-date);
        display: inline-block;
        color: black;
    }

    .invoice-page .invoice-create .datetest::-webkit-datetime-edit, .invoice-page .invoice-create input::-webkit-inner-spin-button, .invoice-page .invoice-create input::-webkit-clear-button {
        display: none;
    }

    .invoice-page .invoice-create .datetest::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }

.invoice-page .invoice-create textarea.invalid {
    background-color: #fdd;
}

.invoice-page .invoice-create .accordion-menu li.active-page > a:only-child {
    background: linear-gradient(90deg, #333c36 0, #626060 48%, #8d8d8d 100%);
    color: #fff;
}
/*Invoice view*/
/*User view*/
.user-page .profile {
    /* Rounded sliders */
}

    .user-page .profile .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 22px;
    }

        .user-page .profile .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .user-page .profile .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .user-page .profile .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 18px;
            left: 4px;
            bottom: 3px;
            background-color: white;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

    .user-page .profile input:checked + .slider {
        background-color: #2196f3;
    }

    .user-page .profile input:focus + .slider {
        box-shadow: 0 0 1px #2196f3;
    }

    .user-page .profile input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    .user-page .profile .slider.round {
        border-radius: 34px;
    }

        .user-page .profile .slider.round:before {
            border-radius: 50%;
        }

    .user-page .profile .page-content {
        padding: 0 0px;
    }

    .user-page .profile .accordion-menu li.active-page > a:only-child {
        background: linear-gradient(90deg, #333c36 0, #626060 48%, #8d8d8d 100%);
        color: #fff;
    }

    .user-page .profile .divider {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background: #e8e8e8;
        margin: 10px 0;
    }

    .user-page .profile .mail-actions {
        margin-top: auto;
        text-align: right;
        margin-bottom: 50px;
    }

    .user-page .profile .mailbox-item {
        display: block;
        position: fixed;
        height: calc(100vh - 60px);
        width: 850px;
        background: #fff;
        right: 0;
        z-index: 99;
        box-shadow: 0 0 1.25rem #000;
        padding: 45px;
        transform: translateX(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin: 30px 0;
        overflow-y: scroll;
    }
/*User view*/
