﻿
.individual-comment-wrapper {
    background-color: #e5e5e5;
    color: #252525;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.statusbadge {
    color: #3f3f3f;
    /* font-weight: bold; */
    font-style: italic;
    border: 1px solid #c5c4c4;
    padding: 1px;
}
.replybtn {
    background-color: #c4bfbf;
    margin-right: 8px;
    color: black;
}
.table-flatbox-div{
   min-height:60px;
}
.dashboard-cards .card-title {
    margin-bottom: 1.5rem;
    text-align: center;
}

.flatddetails {
    /* background: linear-gradient(145deg, #fafafa, #b6b6b6); */
    background-color: white;
    border: 1px solid #c3c3c3;
    min-height: 67px;
    padding: 10px;
    margin-bottom: 10px;

}

.dashboard-cards .card-detail {
    text-align: center;
    font-weight: bold;
    border: 1px solid white;
    padding: 5px;
    border-radius: 20px;
    color: black;
}

.dashboard-cards .card-detail-btn {
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    padding: 5px;
    border-radius: 20px;
    color: black;
    display: block;
    background-color: #ffffff;
    background: linear-gradient(145deg, #eedfb2, #ac9274);
}
    .dashboard-cards .card-detail-btn:hover {
        border: 1px solid white;
        background: linear-gradient(145deg, #ac9274, #eedfb2);
    }
.dashboard-cards .card-container {
    position: relative;
    background-color: #d7d2d2;
    color: black;
    color: #000;
    background: linear-gradient(145deg, #d6d3d3, #cac9c9);
    padding: 10px;
    margin-bottom: 10px;
}


.dashboard-cards .todays-card-container {
    background-color: #0090ff;
    padding: 20px;
    color: white;
}


.dashboard-cards .card-title-today {
    margin-bottom: 10px;
    text-align: center;
}

.dashboard-cards  .card-detail-today {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: white;
}
.vertical_text {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate(180deg);
    /*position: relative;
    bottom: -75px;
    right: 28px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.warningBalance {
    background-color: #93163d !important;
    color: #ffffff !important;
}

    .warningBalance> td {
        color: #ffffff !important;
    }
    .table {
        color: #000000;
    }
.ledger-container {
    border: 1px solid #d2d2d2;
    padding: 10px;
}

    .ledger-container .topHead {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        border-bottom: 2px solid black;
        display: inline-block;
        color: black;
        margin-bottom: 15px;
    }

    .ledger-container .subHead {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        display: inline-block;
        color: black;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
.bg-default{
    background-color: white !important;
}
.modal-header {

    border-bottom: 1px solid #ebebeb;

}
.modal-footer {
    border-top: 1px solid #ebebeb;
}
.w-205{
    width:205px;
}
.addmorebtn {
    color: #1d7700 !important;
    text-decoration: underline;
}
.btn-custom-theme {
    background: #44CAA9 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color:white;
}
.rotate_90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.bg-light-dark {
    background-color: #ebebeb !important;
}
.btn-outline-success:hover {
    background-color: #00810d;
    color: #FFF !important;
}
.table-title-custom {
    background-color: #ffffff;
    color: #616161;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 2px 3px #d8d8d8;
}

.btn-warning{
    color:white !important;
}
.product-bread-crumb {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

.product-parent-nav {
    margin-top: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 30px;
}
    .product-parent-nav li {
        list-style-type: none;


    }
        .product-parent-nav li a {
            margin-bottom: 4px;
            padding-left: 10px;
            font-size: 13px;
            font-weight: 400;

        }
.product-parent-nav li a:hover{
        text-decoration:none;
    }


.is-line-item-div{
    display:none;
}
.tab-content-container{
    margin-top:30px;
}


#oms-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4E5154;
    background-color: #666de7;
    /* border-color: #000000 #000000 #000000; */
    color: white;
}
.fa-check-square {
    color: green;
}

.fa-times-circle {
    color: darkred;
}
/*------------------------------margin padding-------------------------------------*/
.mt-25 {
    margin-top: 25px;
}
.mb-20{
    margin-bottom:20px;
}

.pos-absolute {
    position: absolute
}


.custom-box {
    padding: 20px;
    border-radius: 5px;
    background-color: #FFF !important;
}
/*------------------------------------------shimmer effect----------------------------------------*/
.shimmer-container .shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

.shimmer-container box {
    height: 104px;
    width: 100px;
}
    .shimmer-container .shimmer-div {
    display: inline-flex;
    flex-direction: column;
    margin-left: 25px;
    margin-top: 15px;
    vertical-align: top;
}

.shimmer-container lines {
    height: 10px;
    margin-top: 10px;
    width: 200px;
}

.shimmer-container photo {
    display: block !important;
    width: 325px;
    height: 100px;
    margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/*------------------------------------------shimmer effect----------------------------------------*/