﻿/* Datatable DFR styles - DIIC changes */
table#tbStores {
    width: 100% !important;
    padding-top: 15px !important;
}

    table#tbStores tr:nth-child(even) {
        background-color: #eee;
    }

    table#tbStores tr:nth-child(odd) {
        background-color: #fff;
    }

    table#tbStores th {
        color: #ffffff;
        background-color: #283891;
        font-weight: normal;
    }

    table#tbStores td:first-child {
        text-decoration: underline;
        color: blue;
        cursor: pointer;
    }

table, th, td {
    border: none;
}

table, th, td {
    /*border: 1px solid black;*/
    border-collapse: collapse;
}

table, th, td {
    /*border: 1px solid black;*/
    border-collapse: collapse;
}

th, td {
    padding: 15px;
}

.gtext {
    color: black;
    font-size: 12px;
}

.ErrorMsg {
    color: red;
    font: bold;
    font-size: 14px;
}
/* simple css-based tooltip */
.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

dataTables_wrapper {
    background: #ffffff !important;
}

dataTables_filter input {
    height: 25px !important;
}
/****************************************************************************************************************/
/* Case details Search box design*/
.master-wrapper-content {
    padding: 15px 0 100px !important;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap | wrap | wrap-reverse;
    background-color: #ffffff;
    justify-content: space-around;
    align-content: stretch;
}


    .flex-container > div {
        background-color: #ffffff;
        width: 350px;
        margin: 10px;
        text-align: center;
        align-content: stretch;
    }

.buttonCase {
    background-color: #283891; /* Green */
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font: normal 20px 'Roboto', sans
}

@media all and (max-width: 839px) {
    .flex-container > div {
        width: 200px;
    }
}

@media all and (max-width: 1200px) {
    .flex-container > div {
        width: 200px;
    }
}

.dataTables_wrapper .dataTables_filter input {
    height: 30px !important;
}
/****************************************************************************************************************/
.Label-Responsive {
    width: 100% !important;
    white-space: normal;
}

.ui-dialog-buttonset {
    display: none !important;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    bottom: 4%;
    margin-top: -20px;
    position: absolute;
    z-index: 9990000 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

    #loading-bar-spinner.spinner .spinner-icon {
        width: 40px;
        height: 40px;
        border: solid 4px transparent;
        border-top-color: #283891 !important;
        border-left-color: #283891 !important;
        border-radius: 50%;
    }

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.HeaderStyle {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: white;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #283891;
}

.ContainerCD {
    padding-top: 30px;
}

.dataTables_wrapper {
    padding-top: 20px !important;
}

.inner {
    float: left;
    height: 20px;
    font-weight: bold;
}

.outer {
    clear: both;
}

.CD_ATC {
    width: 30px;
    height: 30px;
    color: #283891;
    cursor: pointer;
    border: none;
}

.CD_QTY_TD {
    justify-content: center;
    text-align: center;
}

.CD_QTY_Input {
    width: 70px !important;
    border: 1px solid #ccc !important;
}

.ATC_BOM_TD {
    text-decoration: none !important;
    color: black !important;
    cursor: default !important;
}

.SearchInput {
    border: 1px solid #ccc !important;
}

.Categorygroup {
    background-color: #c0dcef !important;
}

.CategorygroupText {
    color: #020e4f !important;
    font-weight: bold !important;
    font-size: small !important;
    text-decoration: none !important;
}
