/* 
=====================================================================================
Document Section
-------------------------------------------------------------------------------------
*/

body {
    background-color: #333333;
    font: 11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: Black;
    padding: 10px 120px 10px 120px;
}

.popUpBody {
    background-color: #666666;
    font: 11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: Black;
    padding: 10px 10px 10px 10px;
}

.page_title, .page_title-popup, .page_result {
    font: 22px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #535456;
}

.page_title-popup {
    color: White;
}

.page_result {
    font-size: 18px;
}

.section_header {
    font: 14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #535456;
    font-weight: bold;
}

.section_title {
    /*font: 14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    color: #535456;
    font-weight: normal;
}

.section_value {
    /* font: 14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    color: Black;
    font-weight: bold;
}

/* 
=====================================================================================
Header Section
-------------------------------------------------------------------------------------
*/

#header {
    background-color: White;
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    margin-bottom: 10px auto;
    height: 138px;
    background-image: url(../images/nav-bg.png);
    background-repeat: repeat-x;
    min-width: 1045px;
}

#header_image {
    float: left;
    padding-top: 40px;
    padding-left: 70px;
}

#header_navigation {
    float: right;
    text-align: right;
    padding-top: 76px;
}

/* 
=====================================================================================
Bottom Section
-------------------------------------------------------------------------------------
*/
.copyright_value {
    font: 10x "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: Gray;
    text-align: center;
}

/* 
=====================================================================================
Body Section
-------------------------------------------------------------------------------------
*/

#body {
    background-color: White;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    padding: 20px;
    min-height: 445px;
    min-width: 1005px;
}

/* 
=====================================================================================
Wrapper Section
-------------------------------------------------------------------------------------
*/

.wrapper_home {
    margin: 0px auto;
    width: 790px;
}

/* 
=====================================================================================
Box Section
-------------------------------------------------------------------------------------
*/

.boxframe_login,
.boxframe_home,
.boxframe_homeext {
    background-image: url(../images/BoxHome.png);
    background-color: #252626;
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    width: 400px;
    height: 240px;
    margin: 0px auto;
}

.boxframe_home {
    width: 365px;
    height: auto;
    float: left;
}

.boxframe_homeext {
    width: 785px;
    height: auto;
}

.boxframe_search {
    width: 100%;
    height: auto;
}

.boxframe_orderinfo {
    min-height: 300px;
}

.boxframe_popup {
    background-image: url(../images/BoxHome.png);
    background-color: #252626;
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    width: 760px;
    height: auto;
    margin: 0px auto;
}

.boxframe_calldetail {
    background-color: white;
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    width: 760px;
    height: auto;
    margin: 0px auto;
}

.boxframe_statusHistory {
    background-color: white !important;
    background-position: top;
    background-repeat: repeat-x;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    width: 500px;
    height: auto;
    margin: 0px auto;
}
/*
-------------------------------------------------------------------------------------
*/

.boxcontent,
.boxcontent_login {
    padding-top: 80px;
    padding-left: 40px;
    font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: White !important;
}

.boxcontent {
    padding: 20px;
}

.boxcontent_title {
    font: 18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: White !important;
}

/* 
=====================================================================================
Table Section
-------------------------------------------------------------------------------------
*/

.table {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.column_field,
.column_field_right,
.column_fieldvalue,
.column {
    display: table-cell;
}

.column_field_right,
.column_field,
.column_field-right {
    vertical-align: top;
}

.column_field-right,
.column_field {
    padding-right: 5px;
    font-weight: bold;
}

.column_field-right {
    text-align: right;
    /*width: 120px;*/
}

.column {
}

/*
=====================================================================================
Controls Section
-------------------------------------------------------------------------------------
*/
input[type=password], input[type=email], input[type=text] {
    font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #111111;
    border: 1px solid #afbadd;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1000;
    /*transition: ease-in-out, width .35s ease-in-out;*/
}

    input[type=password], input[type=email], input[type=text]:focus {
        background-color: lightgoldenrodyellow;
        font-weight: bold;
        font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        /*border: solid 1px #92959a;*/
        border: 1px solid #afbadd;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
    }

[role=button] {
    cursor: pointer;
}

.btn-primary {
    color: #776A50;
    background-color: #EAB64F;
    font-weight: bold;
    border-color: #0d6efd;
    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    box-shadow: 0 0 0 0.25rem #4b412f;
}

    .btn-primary:hover {
        color: #776A50;
        background-color: #EAB64F;
        border-color: #0a58ca;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #EAB64F;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

.ui-datepicker-trigger {
    position: relative;
    top: 3px;
    left: 4px;
    cursor: pointer;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
    z-index: 1000;
}

.text-danger {
    --bs-text-opacity: 1;
    color: lightyellow !important;
    font-size: x-small;
    font-style: italic
}

.validationError {
    margin-top: 5px;
    margin-bottom: 1px;
}

.validationErrorSummary {
    margin-bottom: 5px;
}

.input-validation-error {
    background-color: ivory;
    outline: 2px solid rgba(255, 0, 0, 0.7);
    border-radius: 5px;
    border: 1px solid rgba(255, 0, 0, 0.7);
    box-shadow: 0px 0px 10px orangered;
}

/* This is the show a little arrow pointing to our input */
select ~ .field-validation-error, input ~ .field-validation-error::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

select.input-validation-error, input.input-validation-error {
    visibility: visible;
    outline: none;
    border: 1px solid rgba(255, 0, 0, 0.7);
    box-shadow: 0px 0px 10px orangered;
}

.textbox {
    font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #111111;
    border: 1px solid #afbadd;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1000;
}

.textbox_disabled {
    background-color: linen;
    font-family: Arial;
    color: black;
}

.textbox_focuscontrol {
    background-color: lightgoldenrodyellow;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border: solid 1px #92959a;
}
/*
    .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}*/
.table-grid {
    border-width: 1px;
    border-color: Yellow;
    width: 100%;
    border-collapse: collapse;
}

    .table-grid > thead > tr {
        font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: White;
        background-color: #EDCB69;
        height: 32px;
        font-weight: bold;
    }

    .table-grid > tbody > tr {
        font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: black;
        background-color: #EDCB69;
        height: 32px;
    }


        .table-grid > tbody > tr:nth-of-type(odd) {
            background-color: white;
            color: Black;
        }


.table-grid {
    border-width: 1px;
    border-color: Yellow;
    width: 100%;
    border-collapse: collapse;
}

    .table-grid > thead > tr {
        font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: White;
        background-color: #EDCB69;
        height: 32px;
        font-weight: bold;
    }

    .table-grid > tbody > tr {
        font: 12px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: black;
        background-color: #EDCB69;
        height: 32px;
    }


        .table-grid > tbody > tr:nth-of-type(odd) {
            background-color: white;
            color: Black;
        }



/*Search Table*/

.table-search {
    border: 1px ridge #d9d9d9;
    background: #d9d9d9 none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}

    .table-search > thead > tr {
        height: 32px;
        color: White;
        background-color: #666666;
        padding-top: 4px;
        padding-bottom: 3px;
        border: 0px none;
    }

        .table-search > thead > tr > th {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            border-style: none;
            background-color: #666666;
            padding-left: 6px;
            padding-top: 5px;
            padding-bottom: 4px;
            height: 32px;
        }

    .table-search > tbody > tr {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: black;
        background-color: #E6E6E6;
        height: 32px;
        font-weight: normal;
    }

        .table-search > tbody > tr > td {
            padding-top: 4px;
            padding-bottom: 3px;
            padding-left: 6px;
            border-style: none dotted none none;
            border-width: 1px;
            border-color: #C0C0C0;
        }




        .table-search > tbody > tr:nth-of-type(odd) {
            background-color: white;
            color: Black;
        }

.dataTables_length {
    padding-left: 70px
}


.grid_alternateitem,
.grid_item {
    color: Black;
    background-color: #F4DF9F;
    font-weight: normal;
}

.grid_item {
    background-color: White;
}
/*
    Tabs
*/

.tabContainer {
    background-color: #5c5d5f; /*#5d5e60;*/
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 0px;
    background-color: white;
    padding-right: 10px;
}

    /* Style the buttons inside the tab */
    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font: 13px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
        display: block;
        border-radius: 7px 7px 0px 0px;
        -moz-border-radius: 7px 7px 0px 0px;
        color: white;
        background-color: #EAB64F;
        height: 40px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }



        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #5c5d5f; /*#5d5e60;*/
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #5c5d5f;
        }

/* Style the tab content */
.tabcontent {
    border-radius: 0px 7px 7px 7px;
    -moz-border-radius: 0px 7px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    background-image: url('/images/BoxHome.png');
    background-repeat: repeat;
    display: none;
    color: white;
}

/*Modal Pop up Styles */

.popupTabContainer {
    background-color: #666666; /*#5d5e60;*/
}
/* Style the tab */
.popupTab {
    overflow: hidden;
    border: 0px;
    background-color: #666666;
    padding-right: 10px;
}

    /* Style the buttons inside the tab */
    .popupTab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font: 13px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
        display: block;
        border-radius: 7px 7px 0px 0px;
        -moz-border-radius: 7px 7px 0px 0px;
        color: white;
        background-color: #EAB64F;
        height: 40px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }



        /* Change background color of buttons on hover */
        .popupTab button:hover {
            background-color: #F5F5F5;
            color: blue;
        }

        /* Create an active/current tablink class */
        .popupTab button.active {
            background-color: #F5F5F5;
            color: blue;
        }


/* Style the tab content */
.popupTabContent {
    border-radius: 0px 7px 7px 7px;
    -moz-border-radius: 0px 7px 7px 7px;
    box-shadow: 5px 5px 5px Silver;
    -moz-box-shadow: 5px 5px 5px Silver;
    -webkit-box-shadow: 5px 5px 5px Silver;
    background-color: #F5F5F5;
    min-width: 550px;
    background-image: none;
}


.ui-widget-header, .ui-state-default, ui-button {
    background: rgb(51,51,51); /* #5D5E60;rgb(51,51,51)*/
    border: 2px solid black;
    color: white;
    font-weight: 900;
    letter-spacing: 1px;
}

.toolbar img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .12s ease-in-out;
}

    .toolbar img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1.01);
    }