﻿.btnGridToolbar {
    background-color: #e0e0e0 !important;
    margin: 0px;
    padding: 4px !important;
}

.autoText {
    padding-right: 2px !important;
    background: url("/content/fluentlight/svg_small/fonts-update-2.svg") no-repeat right top content-box;
}

.btnGridToolbarDark {
    background: none !important;
    background-color: #FFFFFF !important;
    border-color: #A0A0A0 !important;
    color: #ffffff;
    border-width: 1px;
    border-radius: 8px;
    color: #000000 !important;
    width: 110px;   
}

    .btnGridToolbarDark:hover {
        background-color: #E0E0E0 !important;
    }

.btnGridToolbarAction {
    background: none !important;
    background-color: #0977a5 !important;
    border-color: #0977a5;    
    border-width: 1px;
    border-radius: 8px;
    color: #FFFFFF !important;
    width: 110px;
}

    .btnGridToolbarAction:hover {
        background-color: #096795 !important;
    }

.panelOutline {
    border: thin solid #808080;
    width: 100%;
    border-radius: 10px;
    font-family: 'Open Sans'
}
.panelHeaderDark {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #2b3967;
    color: white;
    padding: 5px;
    
    font-family: 'Open Sans';
    margin: 0px;
    font-size: 18px;
}

.btnCommandCentre {
    background-color: #FaFaFa ;
    border-style: solid !important;
    border-color: #f0f0f0 !important;
    border-width: 1px;
    border-radius: 8px;
    color: #000000 !important;
    font-family: 'Open Sans';
    width: 100px;
    height:90px;
    text-align: center;
    cursor:pointer;
}
.btnCommandCentreEdit {
    background-color: #FFFFFF;
    border-style: solid !important;
    border-color: #f0f0f0 !important;
    border-width: 1px;
    border-radius: 8px;
    color: #000000 !important;
    font-family: 'Open Sans';
    width: 100px;
    text-align: center;
}

    .btnCommandCentre:hover {
        background-color: #e0e0e0;
    }

.panelHeaderDarkSmall {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #2b3967;
    color: white;
    padding: 1px;
    padding-left: 5px;
    font-family: 'Open Sans';
    margin: 0px;
    font-size: small;
}
.btnLight {
    background-color: #eef6fa !important;
    border-style: solid !important;
    border-color: #0977a5 !important;
    border-width: 1px;
    border-radius: 8px;
    color: #5c5c5c !important;
}

.btnAction {
    background-color: #0977a5 !important;
    border-style: solid !important;
    border-color: #0977a5 !important;
    border-width: 1px;
    border-radius: 8px;
    color: #ffffff !important;
}

.btndivAction, .btndivDark, .btndivLight {
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    width: 100px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 12px
}

.btndivAction {
    background-color: #0977a5;
    border-color: #005090;
    color: #ffffff;
}

.btndivActionHigh {
    height: 30px;
}

.btndivAction:hover {
    background-color: #005090;
    border-color: #0977a5;
}

.btndivDark {
    background-color: #1b2957;
    border-color: #2b3967;
    color: #ffffff;
}


    .btndivDark:hover {
        background-color: #0b1947;
    }

.btndivLight {
    background-color: #FFFFFF;
    border-color: #404040;
    color: #000000;
}

.btndivLight:hover {
    background-color: #e0e0e0;
}

.btnDark {
    background-color: #2b3967 !important;
    border-style: solid !important;
    border-color: #2b3967 !important;
    border-width: 1px;
    border-radius: 8px;
    color: #FFFFFF !important;
}

.popupHeader {
    background: #003057 !important;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.popupCSS {
    border-radius: 10px !important;
    border: 1px solid #c0c0c0 !important;
    z-index: 1000000;
    font-family: 'Open Sans';
    background-color: #FFFFFF;
    font-size: 12px;
    /* border: 1px solid #2b3967 !important;*/
    /* box-shadow: 2px 2px 5px #888888 !important;*/
}

.popupHelpCSS {
    position:fixed;   
    z-index: 1000010 !important;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 500px;
    top: 50px;   
    display: none;
}
.popupHireInfoClass {
    border-radius: 10px !important;
    border: 1px solid #c0c0c0 !important;
    /* border: 1px solid #2b3967 !important;*/
    /* box-shadow: 2px 2px 5px #888888 !important;*/
}

.popupLabelCSS {
    border-radius: 10px !important;
    color: black;
}

.ConfigurationTopGap {
    height: 50px;
}

.popupMessageBox {
    border-radius: 10px !important;
    border: 1px solid #808080 !important;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    z-index: 1000000;
    font-family: 'Open Sans';
    background-color:#FFFFFF;
    display:none;
}

.popupMessageBoxOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 999999;
    display:none;
}

.dxp-pageSizeItem {
    float: left !important;
}
.dxp-right {
    float: left !important;
}

