﻿/***************************************************************/
/*               Custom Fonts CSS Section                      */
/***************************************************************/

@font-face {font-family: "Nunito Light";
  src: url("../Content/Fonts/Nunito/NunitoSans-Light.eot"); /* IE9*/
  src: 
  url("../Content/Fonts/Nunito/NunitoSans-Light.woff2") format("woff2"), /* chrome、firefox */
  url("../Content/Fonts/Nunito/NunitoSans-Light.woff") format("woff"), /* chrome、firefox */
  url("../Content/Fonts/Nunito/NunitoSans-Light.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../Content/Fonts/Nunito/NunitoSans-Light.svg#NunitoSans-Light") format("svg"); /* iOS 4.1- */
    /*font-display: swap;*/
}

@font-face {font-family: "Nunito Regular";
  src: url("../Content/Fonts/Nunito/NunitoSans-Regular.eot"); /* IE9*/
  src: 
  url("../Content/Fonts/Nunito/NunitoSans-Regular.woff2") format("woff2"), /* chrome、firefox */
  url("../Content/Fonts/Nunito/NunitoSans-Regular.woff") format("woff"), /* chrome、firefox */
  url("../Content/Fonts/Nunito/NunitoSans-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../Content/Fonts/Nunito/NunitoSans-Regular.svg#NunitoSans-Regular") format("svg"); /* iOS 4.1- */
    /*font-display: swap;*/
}

@font-face {
  font-family: "Nunito Semi Bold";
  src: url("../Content/Fonts/Nunito/NunitoSans-SemiBold.eot"); /* IE9*/
  src: 
  url("../Content/Fonts/Nunito/NunitoSans-SemiBold.woff2") format("woff2"), /* chrome、firefox */
  url("../Content/Fonts/Nunito/NunitoSans-SemiBold.woff") format("woff"), /* chrome、firefox */
  url("../Content/Fonts/Nunito/NunitoSans-SemiBold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../Content/Fonts/Nunito/NunitoSans-SemiBold.svg#NunitoSans-SemiBold") format("svg"); /* iOS 4.1- */
    /*font-display: swap;*/
}

body {
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #f4f6fa;
}

.bg-official {
    background-color: #1976d2 !important;
}

.main-font {
    font-family: Nunito Light;
}

.body-font {
    font-size: 14px !important;
}

.dxeBase_Glass.lbl-font {
    font-size: 1rem !important;
    color: black;
}

.main-title-font {
    font-family: Nunito Semi Bold;
}

.card-header, .card-title {
    color: black;
    font-family: Nunito Regular;
    font-size: 1rem;
}

.form-group-1 {
    margin-bottom: 0.3125rem;
}
.form-group-2 {
    margin-bottom: 0.5rem;
}

.control-label {
    font-size: 14px !important;
    font-family: Nunito Light !important;
}

/***************************************************************/
/*               DevExpress Ovveride CSS Section               */
/***************************************************************/

.dxpnlControl_Glass {
    font: 13px Nunito Light !important;
}

.dxeValidDynEditorTable {
    font-family: Nunito Light !important;
}

.dxeBase_Glass {
    font-size: 14px !important;
    font-family: Nunito Light !important;
}

.dxeHyperlink_Glass {
    font-size: 14px !important;
    font-family: Nunito Light !important;
}

.dxgvTable_Glass {
    font-family: Nunito Light !important;
    font-size: 14px !important;
    overflow: visible !important;
}

div.dxtc-content {
    overflow: visible !important;
}

.dxeTextBoxSys, .dxeButtonEditSys, .dxeMemoSys {
    font: 14px Nunito Light !important;
}

.dxeTextBoxSys {
    width: 100%;
    display: block;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.dxeTextBoxSys td.dxic {
    padding: 0 !important;
}

.dxeTextBoxSys.dxeTextBox_Glass {
    display:table;
}

.dxeTextBoxSys.dxeTextBox_Glass.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Controls Validation */
.dxeErrorCell_Glass {
    font: 12px Nunito lighter !important;
    padding: 0 !important;
}

.dxeErrorCellSys img {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

/* TimeEdit Control CSS */
.dxeButtonEditSys .dxeButton {
    line-height: 0% !important;
}

.dxeButton.dxeButtonEditButton_Glass.dxeSpinIncButton_Glass {
   margin-bottom: 5px !important;
}

/* Popup Control CSS */
.dxpcLite_Glass .dxpc-header, .dxdpLite_Glass .dxpc-header {
    color: black !important;
    padding: 5px 10px 5px 10px !important;
    background: #ffffff !important;
}

.dxpc-headerText {
    font: 14px Nunito Light !important;
}

.dxpcLite_Glass.dxpc-mainDiv {
    background-color: #ffffff !important;
    padding: 0 !important;
    border: 0 !important;
}

.dxpc-content {
    font: 13px Nunito Light !important;
}

.dxpcLite_Glass .dxpc-mainDiv {
    background-color: #ffffff !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Upload Control CSS */
.dxucBrowseButton_Glass {
    background: none !important;
}

.dxucBrowseButton_Glass a {
    color: white !important;
}

.dxucTextBox_Glass {
    border-radius: .2rem 0 0 .2rem !important;
    border: 0 !important;
    border-left: 1px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    padding: .25rem .5rem !important;
    font-family: Nunito Light !important;
}

.dxucTextBox_Glass.dxucNullText_Glass.dxCB {
    border-radius: 0 .2rem .2rem 0 !important;
    border: 0 !important;
    border-top: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    padding: .25rem .5rem !important;
}

/* ComboBox CSS */
.dxeButtonEditSys.dxeButtonEdit_Glass {
    width: 100%;
    display: block;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.dxeButtonEditSys.dxeButtonEdit_Glass.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.dxeButtonEditButton_Glass {
    background: none !important;
    border: 0 !important;
}

#cboEventCode.dxeButtonEditSys {
     border-spacing: 0; 
}

/* ComboBox List Header */
.dxeListBox_Glass .dxeHD {
    background: #e8e8e8 !important;
    border: 0 !important;
}

.dxeListBoxItemHover_Glass {
    background: #e0f3ff !important;
}

.dxeListBoxItem_Glass.dxeHFC {
    border: 0 !important;
}

.dxeListBoxItem_Glass {
    border: 0 !important;
    padding: 5px 5px 5px 5px !important;
    font-size: 14px !important;
    font-family: Nunito Light !important;
}

.dxeListBoxItem_Glass.dxeLTM {
    border: 0 !important;
}

.dxeEditArea_Glass.dxeEditAreaSys {
    font-size: 14px !important;
}

.dxeButtonEditSys td.dxic {
    padding: 0 !important;
}

.dxeListBoxItemSelected_Glass {
    background: #e0f3ff !important;
}

/* Table - Search Panel - Input tag take full width */
.dxgvSearchPanel_Glass table.dxeButtonEditSys.dxeButtonEdit_Glass {
    display: table;
}

.dxgvSearchPanel_Glass {
    border: 0 !important;
}


/* Global Table Override CSS */
.dxgvControl_Glass {
    border: 0 !important;
    font: unset !important;
    background-color: white !important;
    color: Black !important;
    cursor: default ;
}

.dxgvGroupPanel_Glass {
    background: #f8fbfd !important;
    border-bottom: 0 !important;
    font: 14px Nunito Light;
}

.dxgvHeaderPanel_Glass {
    background-color: white !important;
    border-bottom: 0 !important;
}

.dxgvEmptyDataRow_Glass {
    background-color: white !important;
}

.dxgvEmptyDataRow_Glass td.dxgv {
    border-bottom: 0 !important;
}

.dxgvFooter_Glass {
    background-color: white !important;
}

.dxgvPagerBottomPanel_Glass .dxpLite_Glass b {
    font-family: Nunito Light !important;
}

/* Table Header Column */
.dxgvHeader_Glass {
    /*background: white !important;*/
    background: #eaeaea !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: 0 !important;
}

/* Table Body Column */
.dxgvDataRow_Glass td.dxgv {
    border: none !important;
    border-bottom: 1px solid #C2D4DA !important;
}

.dxgvFocusedRow_Glass td.dxgv {
    background-color: #e0f3ff !important;
    border: none !important;
    border-bottom: 1px solid #C2D4DA !important;
}

tr.dxgvDataRow_Glass:hover {
    background-color: #e0f3ff !important;
}

.dxgvFooter_Glass td.dxgv {
    border: 0 !important;
}

/* Table Edit Form */
.dxgvEditForm_Glass {
    background-color: white !important;
}

.dxgvEditForm_Glass td.dxgv {
    border-top: 1px solid #C2D4DA !important;
}

#gvPopUpPortList .dxgvSearchPanel_Glass > table {
    width: 100% !important;
    max-width: 100% !important;
}

/* Job Entry Form Date Edit Style */
table#ClosingTime.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table#ClosingTime.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
}

table#ETATime.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table#ETATime.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
}

#JobEntryTab div.dxtc-content {
    background: none;
    padding: 0;
}

#detailpartial td.dxgv {
    border: none;
    border-bottom: 1px solid #C2D4DA;
    padding-bottom: 10px;
    padding-top: 10px;
    /*font-weight: 600;*/
}

#detailpartial tr.dxgvDataRow_Glass:hover {
    background-color: #e0f3ff;
}


/* Job Entry Page - GV Container Tab*/
#gvContainers td.dxgvHeader_Glass {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

#gvContainers tr.dxgvFooter_Glass {
    background: white;
}

#gvContainers tr.dxgvFooter_Glass .dxgv {
    border: 0;
}

#gvContainers div.dxgvSearchPanel_Glass {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: none;
}

#gvContainers tr.dxgvDataRow_Glass > td {
    border: none;
    border-bottom: 1px solid #C2D4DA;
    padding-bottom: 15px;
    padding-top: 15px;
}

#gvContainers tr.dxgvFocusedRow_Glass td.dxgv {
    background-color: #e0f3ff;
    border: none;
    border-bottom: 1px solid #C2D4DA;
    padding-bottom: 15px;
    padding-top: 15px;
}

.extraMargin {
    margin-right: 15px;
}

#gvContainers tr.dxgvDataRow_Glass:hover {
    background-color: #e0f3ff;
}

#gvContainers td.dxgvHeader_Glass > a {
    margin-left: 20px;
    /*font-weight: bold;*/
}

#gvContainers .dxgvTable_Glass .dxgvHEC {
    background-color: white;
    border: none;
    display: table-cell;
}

#gvContainers tr.dxgvEmptyDataRow_Glass td.dxgv {
    padding: 40px 2px 20px 4px;
    border-bottom: 0;
    background: white;
}


/* Job Entry - Tab Container - Add Form */
table#TrailerType.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table#RequiredDate.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
    height: calc(1.8125rem + 2px);
    /*padding: .25rem .5rem;*/
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table#RequiredDate.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
}

/*Testing*/
table#RequiredDate1.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
    height: calc(1.8125rem + 2px);
    /*padding: .25rem .5rem;*/
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table#RequiredDate1.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
}

/*Testing*/
#PickupAddressId.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
}

/* Job Entry Page - Cargo Tab*/
#gvCargo.dxgvControl_Glass {
    background-color: none;
    border: none;
}

#gvCargo .dxgvSearchPanel_Glass {
    background: white;
    border-bottom: 0;
}

#gvCargo tr.dxgvEmptyDataRow_Glass td.dxgv {
    padding: 40px 2px 20px 4px;
    border-bottom: 0;
    background: white;
}

#gvCargo .dxgvFooter_Glass {
    background-color: white;
}

#gvCargo .dxgvTable_Glass {
    background: transparent;
}

#gvCargo td.dxgvHeader_Glass {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

table#DehireDate.dxeButtonEdit_Glass {
    border: 1px solid #ced4da;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

table#DehireDate.dxeFocused_Glass {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
}

/* Job Entry Page - Extra Tab*/
.saveBtn {
    width: 8rem;
}


/* Users Page */
.Is-Active-User span {
    float:left;
}

/* Mega Menu */
@media all and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .has-megamenu {
        position: static!important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.mega-menu-link {
    padding-bottom: 5px;
    font-family: Nunito Light;
}

/* NavBar */
.brand-logo {
    height: 100%;
    width: 150px;
}

.logo-img {
    display: block;
    width: auto;
    height: 70%;
}

.navbar-h {
    height: 4.375rem;
}

.navbar-font {
    font-family: Nunito Semi Bold;
    color:  white !important;
    font-size: 0.95rem;
}

.btn-dua {
    background-color: #1976d2;
}

.btn-dua:hover {
    background-color: #1561ad;
}

.navbar-title {
    font-family: Nunito Semi Bold;
}

.navbar-shadow {
    -webkit-box-shadow: 0px 1px 5px 0.1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0.1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0.1px rgba(0,0,0,0.5);
}

/* Page Title */
.page-title-heading {
    font-family: Nunito Semi Bold;
    font-size: 1.875rem;
    color: black;
    /*display: flex;*/
    align-content: center;
    align-items: center;
}

.app-page-title {
    padding: 1rem 1rem 1rem 1rem;
}

.app-page-title p {
    font-family: Nunito Semi Bold;
    font-size: 1.875rem;
    color: black;
    margin: 0;
}


/***************************************************************/
/*               HTML Component Override CSS Section           */
/***************************************************************/

/* Card */
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
}
   
/* Tab */
.body-tabs-animated {
    padding: .55rem 0;
}

.tabss .nav-item a {
    color: black !important;
    cursor: pointer !important;
}

.tabss .nav-item {
    margin-left: 1rem;
}

.tabss .nav-item a:hover {
    color: white !important;
    cursor: pointer !important;
    background: #1976d2 !important;
    border-radius: 0.25rem;
    transition: 0.3s;
    border: none;
}

.tabss .nav-item a.nav-link.active {
    color: white !important;
    cursor: pointer !important;
    background: #1976d2 !important;
    border-radius: 0.25rem;
    border: none;
}

/* Horizontal Scroller */
.x-scroller {
    overflow-x: auto;
}

/* Button */
.btn-primary {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    border: none;
}

.btn-primary:hover {
    background-color: #1561ad !important;
    border-color: #1561ad !important;
    border: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
    font-size: 14px !important;
}

.tool-btn {
    width: 5rem;
}

.listBox {
    width: 500px!important;
}  

.listBoxLarge {
    width: 1100px!important;
}
.loading-anim {
    height: 100%;
    width: 100%;
}
.val-msg {
    margin-top: 5px;
    font: 14px Nunito Light;
}



/***************************************************************/
/*                        Home Page CSS                        */
/***************************************************************/
/* Home Widgets */
.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}

.widget-content .widget-content-outer {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.widget-content .widget-content-left .widget-heading {
    opacity: .8;
    font-weight: bold;
    color: black;
    font-family: Nunito Light;
}

.widget-content .widget-content-left .widget-subheading {
    opacity: .5;
    font-family: Nunito Light;
}

.widget-content .widget-content-right {
    margin-left: auto;
    font-family: Nunito Light;
}

.widget-content .widget-numbers .dxeHyperlink_Glass {
    font-weight: bold;
    font-size: 1.8rem !important;
    display: block;
    color: #28a745!important;
    font-family: Nunito Light;
}

.widget-content .widget-progress-wrapper {
    margin-top: .5rem;
}

.widget-content .widget-progress-wrapper .progress-sub-label {
    margin-top: .33333rem;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 1rem !important;
    color: black !important;
    font-family: Nunito Light;
}

.sub-label-right .dxeHyperlink_Glass {
    font-size: 1rem !important;
    color: black !important;
}

.widget-content .widget-progress-wrapper .progress-sub-label .sub-label-right {
    margin-left: auto;
}

/* Loading CSS */
.loading-parent {
    position:relative;
}

.loading-active {
    position:absolute;
    background: white;
    z-index: 1000;
    width:100%;
    height:100%;
}

/* Home Table Order Summary */
#JobPartialView td.dxgvHeader_Glass {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}

#JobPartialView tr.dxgvDataRow_Glass > td {
    border: none;
    border-bottom: 1px solid #C2D4DA;
    padding-bottom: 15px;
    padding-top: 15px;
}

#JobPartialView tr.dxgvDataRow_Glass:hover {
    background-color: #e0f3ff;
}

#JobPartialView tr.dxgvDataRow_Glass > td > a {
    margin-right: 5px;
    font-size: 14px;
    font-family: Nunito Semi Bold !important;
}

/* Home Table Container Summary */
#ContainerPartialView td.dxgvHeader_Glass {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}
#ContainerPartialView tr.dxgvDataRow_Glass > td {
    border: none;
    border-bottom: 1px solid #C2D4DA;
    padding-bottom: 15px;
    padding-top: 15px;
}
#ContainerPartialView tr.dxgvDataRow_Glass:hover {
    background-color: #e0f3ff;
}
#ContainerPartialView tr.dxgvDataRow_Glass > td > a {
    margin-right: 5px;
    font-size: 14px;
    font-family: Nunito Semi Bold !important;
}




/***************************************************************/
/*                      New Order Page CSS                     */
/***************************************************************/
/* NewOrder Table */
#NewJobPartialView td.dxgvHeader_Glass {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}
#NewJobPartialView tr.dxgvDataRow_Glass > td {
    border: none;
    border-bottom: 1px solid #C2D4DA;
    padding-bottom: 15px;
    padding-top: 15px;
}
#NewJobPartialView tr.dxgvDataRow_Glass:hover {
    background-color: #e0f3ff;
}
#NewJobPartialView div.dxgvSearchPanel_Glass {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: none;
}
#NewJobPartialView table.dxgvTable_Glass {
    background: transparent;
}




/***************************************************************/
/*                   Change Password Page CSS                  */
/***************************************************************/
.password-title {
    font: 25px Nunito Semi Bold;
}
.prog-bar-0 {
    width: 0% !important;
}
.prog-bar-10 {
    width: 10% !important;
    background-color: #dc3545!important;
}
.prog-bar-25 {
    width: 25% !important;
    background-color: #dc6f35!important;
}
.prog-bar-50 {
    width: 50% !important;
    background-color: #ffc107!important;
}
.prog-bar-75 {
    width: 75% !important;
    background-color: #bcff07!important;
}
.prog-bar-100 {
    width: 100% !important;
    background-color: #28a745!important;
}
.pass-criteria {
    list-style-type:none;
    padding-left: 0;
    font: 14px Nunito Light;
    margin-bottom: 10px;
}
.pass-criteria-header {
    font: 16px Nunito Semi Bold;
    margin-bottom: 15px;
}
.success-cp-header {
    font: 18px Nunito Semi Bold;
    margin-bottom: 15px;
}
.success-cp-msg {
    list-style-type:none;
    padding-left: 0;
    font: 14px Nunito Light;
    margin-bottom: 5px;
}
.success-cp {
    position: absolute;
    background: white;
    z-index: 1000;
    width: 99%;
    height: 99%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}




/***************************************************************/
/*                       Miscellaneous CSS                     */
/***************************************************************/
.custom .dxpnlControl_Glass.dxpnl-edge, .dxpnlControl_Glass.dxpnl-bar {
    height: 0px;
}
.LoadingPanelSyle {
    width: 50px;  
    height: 30px; 
}

.LoadingPanelSyle img
{
   width: 100px;
   height: 100px;
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #f4f6fa;
  color: black;
}

#FooterPanel.dxpnl-edge {
    padding: 0;
}
