

/* Header And Footer Panel */

.header {
    height: 70px;
    background: url(../images/login/pattern.png) repeat-x;
    background-size: auto 75px;
    padding-top: 5px;
}

    .header::after {
        content: "";
        position: absolute;
        width: 200px;
        height: 75px;
        top: 0;
        left: 0;
        background: url(../images/login/header_bg_big.png) no-repeat -43px 0;
        background-size: auto 75px;
    }

.headerLeft {
    float: left;
    width: 400px;
    text-align: left;
}

    .headerLeft a.logo {
        display: flex;
    }

    .headerLeft div.logo {
        z-index: 10;
    }

.headerCenter {
    display: inline-block;
}

.headerRight {
    float: right;
    width: 400px;
    text-align: right;
}

.header .testSite {
    color: #F00;
    font-size: 28px;
    left: 50%;
    position: fixed;
    top: 45px;
    z-index: 1000;
    width: 150px;
    margin-left: -75px;
    text-align: center;
}

.headerInformaitons {
    float: right;
    height: 60px;
    width: 400px;
    display: table;
    overflow: visible;
}

    .headerInformaitons .headerInformaitonsContent {
        width: 240px;
        display: block;
        height: 43px;
        overflow: auto;
        padding: 2px;
        text-align: left;
        vertical-align: middle;
        float: left;
        color: white;
    }

    .headerInformaitons .headerNotificationNotOk, .headerInformaitons .headerNotificationOk {
        float: left;
        background: url("../images/dashBoard/notification.png") no-repeat #fff center;
        width: 25px;
        height: 25px;
        background-size: 45%;
        padding: 9px;
        border-radius: 100%;
        position: relative;
        cursor: pointer;
    }

    .headerInformaitons div.headerNotificationCounts {
        width: 20px;
        height: 20px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        background: #f50332;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .headerInformaitons div.headerNotificationRefrash {
        width: 23px;
        height: 23px;
        background-repeat: no-repeat;
        border-radius: 100%;
        position: absolute;
        top: 43px;
        right: 383px;
        background-image: url(../images/refresh.png);
        background-color: white;
        z-index: 1001;
        cursor: pointer;
        background-size: 15px;
        background-position: 4px 4px;
        border: 1px solid #3c5569;
    }

#myNotificationController {
    height: 60px;
    width: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

#notificationPanel {
    max-height: 460px;
    min-height: 200px;
    width: 320px !important;
    z-index: 10000;
    position: fixed;
    display: none;
    text-align: center;
    overflow-y: auto;
    left: auto;
    top: 50px;
    border: 1px solid #080;
}

.headerInformaitons .headerNotificationOk div.headerNotificationCounts {
    cursor: default !important;
}

.headerCloseButton {
    margin: 12px;
    width: 40px;
}

.developerInformation {
    color: #666;
    display: block;
    font-size: 10px;
    height: 56px;
    overflow: hidden;
    padding: 2px;
    position: absolute;
    right: 420px;
    top: 10px;
    width: 70px;
}

.developerInformationButton {
    border: none;
}

.footerContent div.footerMessenger {
    float: right;
    font-size: 20px !important;
    font-weight: bold;
    height: 36px;
    text-align: center;
    width: 250px;
}

.footerContent .footerMessenger div.footerCounts {
    background: transparent url("../images/dashBoard/Messenger.png") no-repeat scroll 0 4px / 28px auto;
    cursor: pointer;
    cursor: hand;
    height: 36px;
    width: 240px;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.footerContent {
    left: 0px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: 33px;
    text-align: center;
    z-index: 1000;
    background: #009343;
}

.footerProject {
    float: right;
    padding: 10px 5px 10px 51px;
    margin-right: 32px
}

    .footerProject .labelProject {
    }

    .footerProject a {
        text-decoration: none;
    }


    .footerProject img {
        text-decoration: none;
        height: 32px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

.footerKoza {
    float: right;
    padding: 10px 43px 10px 10px;
    background: rgba(0, 0, 0, 0) url("../images/koza_white.png") no-repeat scroll 95px 2px / 43px 32px;
}

    .footerKoza .labelKoza {
    }

    .footerKoza a {
        text-decoration: none;
    }

.footerContent .footerVersion {
    color: white;
    float: left;
    height: 26px;
    margin-left: 10px;
    margin-top: 10px;
}

.footerHelpButton {
    background: url(../images/footerHelp.png) no-repeat;
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 25px;
    margin-left: 50%;
    position: fixed;
    width: 25px;
    background-size: contain;
}

/* END OF Header And Footer Panel */


/* Menu And Buttons */

.buttonSave {
    padding-left: 20px;
}

.buttonDelete {
    float: left;
    min-width: 60px !important;
    padding-left: 20px;
}


.buttonView {
    padding-left: 20px;
}

.buttonReload {
    padding-left: 20px;
}

.buttonsBulkAction {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

    .buttonsBulkAction .centerSideBulkAction {
        display: inline;
        margin-bottom: 5px;
    }

    .buttonsBulkAction .centerSideBulkActionFixed {
        left: 0;
        position: fixed;
        top: 35px;
        width: 100%;
    }

.buttonsPanelActions {
    float: left;
    margin: 10px;
    text-align: right;
}

.buttonsPanelAddNew {
    float: right;
    margin: 10px;
    text-align: right;
}

.buttonsPanelSectionActions {
    margin: 10px -10px;
    text-align: right;
    width: 100%;
}

/* END OF Menu And Buttons */




/* Fade And Loading Panel */

.fadePanel {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

.loadingPanel {
    background-color: Black;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

.loadingPanelImage {
    background-color: Black;
    background-image: url("../images/loading.gif");
    background-position: center;
    width: 130px;
    height: 130px;
    position: relative;
    left: 45%;
    top: 35%;
}

/* END OF Fade And Loading Panel */



/* Error And Information Container */

.ErrorAndInformationContainer {
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
    width: 100%;
    text-align: center;
}

.ErrorContainer {
    font-size: 15px;
    padding: 7px 0;
    border: 1px solid #8f0d00;
    background-color: #f00023;
    color: #ffffff;
    margin-bottom: 9px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
}

.InfoContainer {
    border: 1px solid #026b32;
    background-color: #009343;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
    padding: 7px 0;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 5px;
}

.bugNote {
    width: 100%;
}

.closeImagesForEIPanel {
    cursor: pointer;
    margin-right: 2px;
    margin-top: 2px;
    width: 15px;
}

.noData {
    background-color: #009343;
    background-image: url(../images/info.png);
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 16px;
    color: #FFF;
    font-size: 13px;
    padding: 7px 2px 6px 28px;
    position: relative;
    z-index: 99;
    margin: 5px auto 0 auto;
    -moz-animation:;
    text-align: center;
    overflow: auto;
}

/* END OF Error And Information Container */





/* Special Panel */


div.contentPanel {
    padding: 0 55px;
}

    div.contentPanel div.contentPanelTitle {
        font-size: 13px;
        padding: 5px;
        overflow: auto;
    }

#ctl00_lblDataHeader {
    padding-right: 15px;
    font-size: 13px !important;
    display: inline-block;
}

div.contentPanel div.contentPanelTitle div.contentPanelHeader {
    float: left;
    font-size: 16px;
    font-weight: normal;
}

div.contentPanel div.contentPanelTitle a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

div.contentPanel div.contentPanelContent {
    display: inline-block;
    font-size: 12px;
    width: 100%;
}

.drager {
    cursor: move;
}

.containerHeaderText {
    font-size: 14px;
}

.alertOfExistUnSavedData {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
}

table.mini .containerHeaderText {
    font-size: 14px;
}

.contanierPanelHeader {
    vertical-align: middle;
    margin: auto auto auto auto;
    height: auto;
    background: transparent;
}

.contanierClosePanel {
    float: right;
    color: white;
    margin-top: 3px;
}

.contanierCloseButton, .contanierCloseButtonOfAllwaysOnPage, .btnCloseFooterHelp {
    border: medium none;
    cursor: pointer;
    height: 17px;
    float: right;
}

.contanierCloseButton {
    background: url(../images/btnCloseFooterHelp.png) no-repeat right;
    width: 75px;
    color: white;
    background-size: contain;
}

.contanierCloseButtonOfAllwaysOnPage {
    background: url("../images/closedFilter.png") no-repeat scroll 0px center rgba(0, 0, 0, 0);
    width: 17px;
}

.btnCloseFooterHelp {
    background: url("../images/btnCloseFooterHelp.png") no-repeat scroll 0px center rgba(0, 0, 0, 0);
    width: 17px;
    background-size: contain;
}

.contanierInfoImage {
    position: relative;
    cursor: pointer;
}

.contanierContentPanel {
    overflow: auto;
    padding: 10px 5px 0px 5px;
    color: #3c5569;
}

.contanierPanelContent {
    padding: 0 5px 5px 5px;
}

.contanierPanelFixed {
    display: table;
    left: 300px;
    margin: auto;
    overflow: visible;
    position: fixed;
    top: 200px;
    z-index: 1002;
    border-radius: 5px;
}

.contanierPanelFixedStep2 {
    z-index: 1005;
}

.contanierPanelFixedHidden {
    display: none;
    left: -1000px;
    margin: auto;
    overflow: hidden;
    position: fixed;
    top: -1000px;
    z-index: -1000;
}

.miniPanel {
    float: left;
    margin-bottom: 10px;
}

.miniPanelTitleFlexible {
    margin-bottom: 7px;
    font-weight: bold;
    padding: 5px 5px 5px 7px;
    text-align: left;
    width: 99%;
    font-size: 15px;
    cursor: pointer;
    cursor: hand;
    display: table;
}

.miniPanelTitle {
    font-weight: bold;
    padding: 5px 5px 5px 7px;
    text-align: left;
    width: 99%;
    font-size: 15px;
    display: table;
    margin: 5px 0;
}

.miniPanelContent {
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    display: inline-block;
    margin-right: 6px;
}

.miniPanelContentWithoutShadow {
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    display: inline-block;
    margin-right: 6px;
}

div.block {
}


/* END OF Special Panel And Contanier Panel */




/* Flexible Panel */

.hiddenPanel {
    overflow: hidden;
    display: block;
    margin: 10px 0px 10px 0px;
}

.flexiblePanel {
    height: 30px;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 10px 0px;
}

.flexiblePanelHeader {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: NotoSans;
    text-align: left;
    cursor: pointer;
    background: #009343;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #005627;
}

    .flexiblePanelHeader img {
        float: left;
        margin: 2px;
    }

.flexiblePanelHeaderTitle {
    padding: 3px;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    position: relative;
    text-align: left;
    cursor: pointer;
}

.quickEditPanel {
    border: 1px solid #666666;
    display: none;
    padding: 5px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 5px;
}
.N_H {
    max-height: 460px;
    min-height: 200px;
}


.showQuickEditPanelButton {
    float: right;
    padding-right: 5px;
}

/* END OF Flexible Panel */



/* Page */

.resultDataContent {
    width: 100%;
}

.pnlDataClass {
    overflow-x: auto;
}

/* END OF Page */



/* Soft Table */

table.softTable {
    border-collapse: collapse;
    width: 99%;
    margin: 5px 0.5% 5px 0.5%;
}

    table.softTable tr.softTableTitle {
        font-weight: bold;
        font-style: italic;
    }

    table.softTable tr {
    }

    table.softTable th {
        padding-left: 5px;
    }

    table.softTable td {
        padding-left: 5px;
    }

/* END OF Soft Table */

#ctl00_ifPrint {
    position: relative;
    left: -1000px;
    top: -1000px;
    height: 10px;
    width: 10px;
    display: none;
}



/* Filter, Shortcut, Footer Help Panel */

.filterPanelContainer {
    float: left;
    width: 350px;
}

    .filterPanelContainer .contanierContentPanel {
        padding: 10px 0 0px 10px;
    }

.contanierContentPanel div input.button.buttonExport.noMargin {margin-bottom: 40px !important;}

.filterPanelHidden {
    left: -352px;
    height: 100%;
    position: fixed;
    top: 117px;
    width: 395px;
    z-index: 100;
    background-color: #ebf0f0;
    border-top: 1px solid #3c5569;
}

.filterPanelToggle {
    float: left;
    height: 100%;
    width: 43px;
    border-right: 1px solid #3c5569;
    border-left: 1px solid #3c5569;
    text-align: center;
}



    .filterPanelToggle .containerHeaderText {
        writing-mode: tb-rl;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 3px;
        margin: 10px 0px 50px 6px;
        cursor: pointer
    }

    .filterPanelToggle .shortcutButton {
        width: 22px;
        margin: 5px 0;
        cursor: pointer;
    }

    .filterPanelToggle .filterIcon {
        background: url(../SharedSources/images/filter.png) no-repeat center;
        width: 43px;
        height: 40px;
        background-size: 19px;
        margin-bottom: 40px;
        cursor: pointer;
    }

.shortcutPanelContainer {
    float: left;
    width: 173px;
    height: 100%
}

.shortcutPanelHidden {
    height: 100%;
    right: -186px;
    position: fixed;
    top: 117px;
    width: 230px;
    z-index: 100;
    background-color: #ebf0f0;
    border-top: 1px solid #3c5569;
}

.shortcutPanelToggle {
    float: left;
    height: 100%;
    width: 43px;
    border-right: 1px solid #3c5569;
    border-left: 1px solid #3c5569;
    text-align: center;
}

    .shortcutPanelToggle .containerHeaderText {
        writing-mode: tb-rl;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        margin: 0 0px 50px 0;
        cursor: pointer;
    }

    .shortcutPanelToggle .filterIcon {
        background: url(../SharedSources/images/filter.png) no-repeat center;
        width: 43px;
        height: 40px;
        background-size: 19px;
        margin-bottom: 40px;
        cursor: pointer;
    }

    .shortcutPanelToggle .shortcutButton {
        width: 22px;
        margin: 5px;
        cursor: pointer;
        cursor: hand;
    }

.pageBottomNotesPanelContainer {
    border: 1px solid #3C5569;
    height: 300px;
    margin: auto;
    width: 620px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #ebf0f0;
}

    .pageBottomNotesPanelContainer .contanierContentPanel {
        height: 276px;
        margin: auto;
        overflow-y: auto;
        padding: 0;
        width: 620px;
        text-align: center;
    }

.pageBottomNotesPanelScrollContent {
    width: 600px;
    margin: auto;
    text-align: left;
}

.pageBottomNotesHidden {
    bottom: -400px;
    height: 300px;
    margin-left: -16px;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

.pageBottomNotesIconDescriptionItem {
    border: 1px solid #01834f;
    display: flex;
    float: left;
    margin: 1px;
    min-height: 24px;
    padding: 0 5px;
    vertical-align: middle;
    width: 186px;
    background-color: #f7f7f7;
}

    .pageBottomNotesIconDescriptionItem img {
        height: 16px;
        margin-top: 4px;
    }

    .pageBottomNotesIconDescriptionItem span {
        float: right;
        font-size: 8pt;
        line-height: 9pt;
        margin: auto 0 auto auto;
        width: 166px;
    }

/* END OF Filter, Shortcut, Footer Help Panel */

/*Push Notification*/

.headerNotificationNotOk #notificationPanel .dxpc-header {
    padding: 7px;
    text-align: left;
}
.headerNotificationNotOk #notificationPanel .dxpc-mainDiv .dxpc-contentWrapper {
    background-color: transparent !important;
    padding: 10px 0;
}
div.alertsItem {
    height: auto !important;
    float: left;
}

.pageBottomPushNotificationHidden {
    height: 300px;
    margin-left: -16px;
    position: fixed;
    z-index: 2000;
    right: 35px;
    bottom: -400px;
}

.pageBottomPushNotificationPanelContainer {
    border: 1px solid #00b0ff;
    height: 300px;
    margin: auto;
    width: 420px;
    background-color: #ccf0ff;
    border-color: #76D0FF !important;
}

    .pageBottomPushNotificationPanelContainer .contanierContentPanel {
        height: 276px;
        margin: auto;
        overflow-y: auto;
        padding: 0;
        width: 420px;
        text-align: center;
    }

.pageBottomPushNotificationPanelContent {
    width: 400px;
    margin: auto;
    text-align: left;
}
.dxmLite .dxm-main {border: none !important;background-color: #3C5569 !important;padding: 0 !important;margin: 5px 0;}
.dxmLite .dxm-horizontal .dxm-spacing {display:none;}
.dxmLite .dxm-item {border-width: 0;}
.dxm-spacing {display: none;}
.dxmLite .dxm-horizontal .dxm-image-l .dxm-content {padding: 6px 7px;}
.dxmLite .dxm-popup .dxm-content {padding: 6px 18px 6px 6px;}
.dxWeb_mVerticalPopOut {background-image: none !important;width: 5px;height: 5px;border-top: 1px solid #fff;border-right: 1px solid #fff;-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);margin: 6px 0 0 0;}
.dxmLite .dxm-popup .dxm-popOut  {height:auto !important;}
.dxdpLite .dxpc-pinBtn, .dxdpLite .dxpc-closeBtn {padding: 0 3px;float: right;margin: 0 !important;}
.popUpHeader {display: flex;align-items: center;justify-content: space-between;padding: 5px 10px;background: #3C5569;border-top-left-radius: 4px;border-top-right-radius: 4px;color: #ebf0f0;}
.popUpHeader .containerHeaderText {font-size: 12px;}
.filterPanelContainer .contanierPanelHeader .containerHeaderText {height: 40px;border-bottom: 1px solid #3c5569;display: flex;align-items: center;justify-content: space-between;padding: 0 10px;font-family: NotoSansSB;color: #3c5569;}
.shortcutPanelContainer .contanierPanelHeader .containerHeaderText {height: 40px;border-bottom: 1px solid #3c5569;display: flex;align-items: center;justify-content: space-between;padding: 0 10px;font-family: NotoSansSB;color: #3c5569;}
.dxmLite .dxm-popup {border: none !important;}
.mrl {min-height: 26px;width: 20px;float: left;}
.fieldSelection {background: #ebf0f0;border: none;outline: none;color: #3c5569;text-shadow: none;box-shadow: none;font-family: NotoSans;padding: 7px;height: auto;margin: 0 10px 0 0 !important;border-radius: 4px;}
.dxeButtonEditButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton {background: none !important;border: none !important;outline: none !important;}
.dxEditors_edtDropDown {background: url(../images/down-arrow.png) no-repeat;width: 17px;height: 24px;background-position: center;background-size: 11px;}
.dxeTextBoxSys td.dxic, .dxeButtonEditSys td.dxic {padding: 7px 5px;}
.dxeButtonEdit {border: 1px solid #3c5569;font: 12px NotoSans !important;}