﻿.rcCalPopup, .rcTimePopup {
    color: white !important;
}

.btnExportExcel {
    background-image: linear-gradient(#3faf64,#035d03) !important;
    color: white !important;
}

    .btnExportExcel:hover {
        opacity: 0.8;
    }

.btnCancel {
    background-image: linear-gradient(#f8a1a1,#ff0000) !important;
    color: white !important;
    border-color: red !important;
}

    .btnCancel:hover {
        opacity: 0.8;
    }

.btnGray {
    background-image: linear-gradient(#e3dfdf, #5f5f5f) !important;
    color: white !important;
    border-color: #5d5c5c !important;
}

    .btnGray:hover {
        opacity: 0.8;
    }

.btnBlue {
    background-image: linear-gradient(#68a7ff,#0019ff) !important;
    color: white !important;
    border-color: #0019ff !important;
}

    .btnBlue:hover {
        opacity: 0.8;
    }

.btnGreen {
    background-image: linear-gradient(#36ea42, #0ab615) !important;
    color: white !important;
    border-color: #48e20a !important;
}

    .btnGreen:hover {
        opacity: 0.8;
    }

.myChoiceList .RadButton, .rbColumnList {
    padding: 0 70px 0 0 !important;
}


.rgNoRecords td div {
    text-align: center !important;
}

.rgEditRow {
    background-color: rgb(191 204 225 / 75%) !important;
}

.rgNoRecords div /* RadGrid NoMasterRecordsText  */ {
    text-align: center !important;
    height: 20px !important;
}

.RadGrid, .RadGrid_Web20, .RadTreeList, .RadTreeList_Web20 {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.RadMenu {
    z-index: 1 !important;
}

.RadFileExplorer_Web20 {
    z-index: 0 !important;
}

.RadFileExplorer_Web20 {
    padding-bottom: 2px !important;
}

.RadWindow {
    position: fixed !important;
    top: 10% !important;
}


.RadImageGallery {
    background-color: #8bcdff !important;
    border: gray solid 1px;
}

.rigThumbnailsBox {
    background-color: #8bcdff !important;
}

.myLoadingModalPanel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    /*opacity: 0.2;
    filter: alpha(opacity=20);*/
}


.RadTabStrip .rtsLink {
    border-radius: 10px 10px 0px 0px !important;
}

.rgCurrentPage{
    color: black !important;
    border: 1px solid white !important;
}

.Button_Red {
    border-color: red !important;
    color: red !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(#ff6a6a, #ffffff) !important;
}
    .Button_Red:hover{
        opacity: 0.6;
    }