﻿
.signature{
    box-shadow: 0px 0px 5px grey;
    border-radius:15px;
    height:80px;
    width:120px;
    object-fit:contain;
    cursor:pointer;
}
.bg-leaf {
    background-image: url('../img/leaf.bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.strike {
    box-shadow: 0px 0px 15px;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.strike-red {
    box-shadow: 0px 0px 15px #ff0000;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.strike-green {
    box-shadow: 0px 0px 15px #00a02f;
    border-radius: 5px !important;
    cursor: pointer !important;
}
/*tint red*/
.tint-a-blend {
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(246,22,0,1) 0%, rgba(255,255,255,1) 100%);
}

.table-tint-a tr:nth-child(even) {
    background-color: #fee8e8; /* light red color */
}

.accordion-tint-a1 {
    background-color: #ff0000 !important;
}

    .accordion-tint-a1 h5 button {
        color: white !important;
    }

.accordion-tint-a2 {
    background-color: #fe4747 !important;
}

    .accordion-tint-a2 h5 button {
        color: white !important;
    }

.accordion-tint-a3 {
    background-color: #fd7171 !important;
}

    .accordion-tint-a3 h5 button {
        color: white !important;
    }

.accordion-tint-a4 {
    background-color: #fd9292 !important;
}

    .accordion-tint-a4 h5 button {
        color: white !important;
    }

.accordion-tint-a5 {
    background-color: #fdaeae !important;
}

    .accordion-tint-a5 h5 button {
        color: white !important;
    }

.accordion-tint-a6 {
    background-color: #fdcdcd !important;
}

    .accordion-tint-a6 h5 button {
        color: white !important;
    }

.accordion-tint-a7 {
    background-color: #fae2e2 !important;
}

    .accordion-tint-a7 h5 button {
        color: #a6a1a1 !important;
    }

/*tint green*/
.table-tint-green tr:nth-child(odd) {
    background-color: #e5fae5; /* light green color */
}

.accordion-tint-green1 {
    background-color: #00fc00 !important;
}

    .accordion-tint-green1 h5 button {
        color: white !important;
    }

.accordion-tint-green2 {
    background-color: #59fb59 !important;
}

    .accordion-tint-green2 h5 button {
        color: white !important;
    }

.accordion-tint-green3 {
    background-color: #97f997 !important;
}

    .accordion-tint-green3 h5 button {
        color: white !important;
    }

.accordion-tint-green4 {
    background-color: #cffccf !important;
}

    .accordion-tint-green4 h5 button {
        color: white !important;
    }

.accordion-tint-green5 {
    background-color: #e5fae5 !important;
}

    .accordion-tint-green5 h5 button {
        color: #a6a1a1 !important;
    }

/*tint grey*/
.table-tint-grey tr:nth-child(odd) {
    background-color: #c4c4c4; /* light grey color */
}

.accordion-tint-grey1 {
    background-color: #000000 !important;
}

    .accordion-tint-grey1 h5 button {
        color: white !important;
    }

.accordion-tint-grey2 {
    background-color: #494949 !important;
}

    .accordion-tint-grey2 h5 button {
        color: white !important;
    }

.accordion-tint-grey3 {
    background-color: #6c6b6b !important;
}

    .accordion-tint-grey3 h5 button {
        color: white !important;
    }

.accordion-tint-grey4 {
    background-color: #989898 !important;
}

    .accordion-tint-grey4 h5 button {
        color: white !important;
    }

.accordion-tint-grey5 {
    background-color: #c4c4c4 !important;
}

    .accordion-tint-grey5 h5 button {
        color: #000000 !important;
    }



.table-title-span {
    color: blue;
}

.input-group label {
    position: absolute !important;
    bottom: -30px !important;
}

.text-lower-case {
    text-transform: lowercase !important;
}

label.error {
    color: red !important;
}

.cursor-pointer {
    cursor: pointer
}

.profile-image {
    height: 100px;
    width: 100px;
    border-radius: 500px;
    object-fit: contain;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgb(128 128 128)
}

.profile-image-square {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    object-fit: contain;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgb(128 128 128)
}

.profile-image-square-small {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    object-fit: contain;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgb(128 128 128)
}

.form-control {
    background: rgba(0,0,0,0.1);
}

.black {
    color: black !important;
}

select {
    min-width: 100px !important;
}

.login_page {
    display: flex;
    background-image: url('../img/bg_login.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

    .login_page form {
        box-shadow: 0 0 5px #808080 !important;
        background: rgba(255,255,255,0.9);
        border-radius: 5px;
        padding: 50px;
        color: red !important;
        font-weight: 400;
        min-width: 400px !important;
    }

    .login_page .black {
        color: black !important;
    }

.login_logo_icon {
    height: 100px;
    width: 100px;
    border-radius: 500px;
    box-shadow: 0px 0px 5px rgb(128, 128, 128);
}

table td {
    max-width: 200px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}


.hiddenRow{
    padding:0px!important;
}