﻿.infoText {
    display: inline-block;
    font-style: italic;
    font-size: 0.83rem;
    color: #4B4B4B;
    padding-bottom: 0rem;
    margin-bottom: 0.3rem;
    font-weight: 400;
}

.row {
    margin-right: -3px;
    border: 5px solid #dbdbdb;
    margin-left: -3px;
    padding: 6px;
}

.producttable td, th {
    border: 1px solid #dbdbdb;
}

.productrectable td, th {
    border: 1px solid #dbdbdb;
}

.suppliertable td, th {
    border: 1px solid #dbdbdb;
}

.dx-datagrid-headers table tbody tr, .dx-datagrid-headers table tbody td {
    text-align: center !important;
}

.fbaModalContainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10000;
}

.table-container td {
    height: 33px;
    vertical-align: middle !important;
    padding: 0.1em 0.2em !important;
    border: 1px solid #c6c6c6 !important;
}

.dx-data-row:hover {
    background-color: rgba(0,0,0,.09) !important;
}

.table-container tbody tr:nth-child(odd):hover {
    background-color: rgba(0,0,0,.09) !important;
}

.table-container tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,.03);
}

.table-container2 td {
    height: 33px;
    vertical-align: middle !important;
    padding: 0.1em 10px 0.1em 0.2em !important;
    border: 1px solid #c6c6c6 !important;
}

.table-container2 tbody tr:nth-child(odd):hover {
    background-color: rgba(0,0,0,.09) !important;
}

.table-container2 tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,.03);
}

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {
    background-color: unset;
}
    .fbaModalContainer .fbaModal {
        z-index: 101;
        margin: 0.1rem;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        padding: 0.7rem 1.2rem;
        border-radius: 5px;
        min-width: 310px;
        max-width: 640px;
        background-color: #fff;
        max-height: 98%;
        overflow-y: auto;
        overflow-x: hidden !important;
        border: 1px solid gray;
        -webkit-box-shadow: 0 12px 60px rgba(10, 10, 10, 0.8);
        box-shadow: 0 12px 60px rgba(10, 10, 10, 0.8);
    }

        .fbaModalContainer .fbaModal .modalHead {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            border-bottom: 1px solid lightgray;
            margin-bottom: 0.45rem;
            padding: 0rem 0 0.2rem 0;
            min-height: 30px;
            max-height: 100%;
        }

            .fbaModalContainer .fbaModal .modalHead .modalTitle {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: block;
                font-weight: 300;
                font-size: 1.4rem;
                line-height: 1.45rem;
            }

            .fbaModalContainer .fbaModal .modalHead .closebutton {
                -ms-flex-item-align: start;
                align-self: flex-start;
                margin-left: 0.3rem;
                margin-left: auto;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                .fbaModalContainer .fbaModal .modalHead .closebutton:hover {
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    cursor: pointer;
                }

                    .fbaModalContainer .fbaModal .modalHead .closebutton:hover i {
                        color: #5BBD82;
                    }

                .fbaModalContainer .fbaModal .modalHead .closebutton i {
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    font-size: 1.4rem;
                }

        .fbaModalContainer .fbaModal.active {
            -webkit-animation: scale-display .5s;
            animation: scale-display .5s;
        }

        .fbaModalContainer .fbaModal.out {
            -webkit-animation: scale-display--reversed .5s;
            animation: scale-display--reversed .5s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

.regButtons {
    margin-top: 0.7rem;
    margin-bottom: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btnOutline {
    padding: 0.2rem 1.2rem;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btnOutline.gray {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #272727;
        border: 1px solid #3C3C3C;
    }

        .btnOutline.gray:hover {
            color: #fff;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            background-color: #3C3C3C;
        }

.dx-header-row {
    white-space: nowrap;
    background-color: #149763;
    font-size: .8rem;
    font-weight: 400;
    color: #fff;
    border-top: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}

.dx-datagrid-headers table tbody tr, .dx-datagrid-headers table tbody td {
    white-space: nowrap;
    background-color: #149763;
    font-size: .8rem;
    font-weight: 400;
    color: #fff;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.dx-editor-container {
    margin-left: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 32px;
}

.popAlert {
    display: none;
    position: fixed;
    opacity: 0;
    bottom: 10px;
    right: 10px;
    min-width: 300px;
    max-width: 300px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #149763;
    padding-bottom: 0.5rem;
}

    .popAlert .popInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0.5rem;
        color: #fff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .popAlert .popInner .popContent {
            padding: 0.3rem;
            font-size: 1rem;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .popAlert .popInner .popContent .alerTitle {
                font-weight: 400;
                margin-bottom: 0.5rem;
                font-size: 1.2rem;
            }

        .popAlert .popInner .popClose {
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            margin-left: 0.5rem;
            padding: 0.3rem;
        }

    .popAlert.green {
        background-color: #28AB5D;
    }

    .popAlert.red {
        border-color: #FF2A00;
        background-color: #FF5500;
    }

    .popAlert.active {
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        opacity: 1;
    }

    .popAlert.yellow {
        border-color: #bf4c00;
        background-color: #FF6600;
    }

    .popAlert.visible {
        display: block !important;
        z-index: 100;
    }

.mainWorkBox .mainWorkContainer .workInner {
    padding: 0.4rem;
    padding-top: 0.3rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.utilityHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newAccCont {
    margin-left: auto;
}

    .newAccCont .newAccBtn {
        text-align: center;
        display: block;
        padding: 0.3rem 0.3rem;
        color: #149763;
        background-color: transparent;
        margin-bottom: 0.5rem;
        border: 1px solid #149763;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 3px;
    }

        .newAccCont .newAccBtn i {
            display: block;
            width: 16px;
            height: 16px;
        }

        .newAccCont .newAccBtn:hover {
            background-color: #149763;
            color: #fff;
        }

    .newAccCont .newTypeBtn {
        text-align: center;
        display: block;
        color: #149763;
        background-color: transparent;
        margin-bottom: 0.5rem;
        border: 1px solid #149763;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 3px;
        padding: 4px;
        width: 30px;
        height: 30px;
        background-image: url("../images/icons/add_test_component.png");
        background-size: 25px;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .newAccCont .newTypeBtn:hover {
            background-color: #149763;
            color: #fff;
            background-image: url("../images/icons/add_test_component_w.png");
        }

body {
    font-family: Arial, Helvetica, sans-serif;
}

form {
    border: 3px solid #f1f1f1;
    max-width: 440px;
    padding: 10px 20px 20px 20px;
    margin: 170px auto;
    border-radius: 15px;
    background-color: #f9fafd;
    opacity: 0.90;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.clientimg {
    width: 315px;
    height: 60px;
}

.top--Content {
    padding: 0px !important;
}

.bot--Content {
    padding: 0px !important;
}

.navbar {
    background-color: #f9fafd !important;
    padding: 5px;
}

.logbtn {
    background-image: linear-gradient(to right, #1D976C 0%, #93F9B9 51%, #1D976C 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .logbtn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.logbtn {
    /* background-color: #04AA6D; */
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* .logbtn:hover {
    opacity: 0.8;
} */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.container {
    padding: 16px;
    background-color: #f9fafd;
    max-width: 1400px;
}

@media (min-width: 1200px)  {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
}

.login--body {
    padding: 0 !important;
    background-image: url('/images/service2.jpeg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.footer-login {
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    /* line-height: 30px;  */
    text-align: center;
}

ul {
    list-style-type: none;
    margin: auto;
    overflow: hidden;
    background-color: white;
    margin: 0px;
}



li {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    margin-left: 4px;
}

.titleLog {
    text-align: center;
}

span.psw {
    float: right;
    padding-top: 16px;
}
/*Login in*/

.navbar-nav {
    background-color: #f9fafd;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a.nav-link:hover {
    background-color: #ccc;
    text-align: center;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

a.nav-link.active {
    color: white !important;
    background-color: #149763;
    border-radius: 10px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
/*    margin-bottom:10px;*/
    min-height:100%;
    padding-bottom:6rem;
}

.footer {
   /* position: absolute;*/
    width: 100%;
    margin-top: 10px;
    /*bottom:0px;*/
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f9fafd;
    text-align: center;
}

.inputErrorValidation {
    border: 2px solid red !important;
}

.required {
    color: red;
}
.scroll-table {
    max-height: 300px;
    overflow-y: auto;
    display: block;
}

.scroll-table {
    max-height: 300px;
    overflow-y: auto;
    display: block;
    border: 1px solid #ccc;
}

    .scroll-table::-webkit-scrollbar {
        width: 10px;
    }

    .scroll-table::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

        /* Scrollbar Thumb on Hover */
        .scroll-table::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    /* Optional: Scrollbar Background (track area) */
    .scroll-table::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }
.modal-footer {
    padding-top: 8px;
}
.modal-body {
    padding-bottom:0px;
}