﻿/* system menu */
#Eilsel_UserControl_SystemMenu {
    position: fixed;
    left: 65px;
    top: 0px;
    width: 600px;
    height: 400px;
    padding: 10px;
    border: 1px solid gray;
    box-shadow: 3px 3px 5px lightgray;
    overflow-y: auto;
    z-index: 1;
    background-color: rgba(100,100,100, 0.9);
}

    #Eilsel_UserControl_SystemMenu .SystemInfo {
        font-family: OpenSansCondensed-Light;
        font-size: 13pt;
        color: white;
        text-align: right;
    }

    #Eilsel_UserControl_SystemMenu .Anchor {
        color: white;
        text-decoration: none;
        cursor: pointer
    }

        #Eilsel_UserControl_SystemMenu .Anchor:hover {
            color: aqua;
        }

    #Eilsel_UserControl_SystemMenu .Header {
        font-family: OpenSansCondensed-Light;
        font-size: 20pt;
        color: aqua;
        padding-top: 30px;
        font-weight: bold;
    }

    #Eilsel_UserControl_SystemMenu .Group {
        border-collapse: collapse;
    }

        #Eilsel_UserControl_SystemMenu .Group td {
            border-right: 1px solid white;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: top;
            width: 170px
        }

            #Eilsel_UserControl_SystemMenu .Group td:last-child {
                border-right: none
            }

    #Eilsel_UserControl_SystemMenu .GroupHeader {
        font-family: OpenSansCondensed-Light;
        font-size: 16pt;
        color: yellow;
    }

        #Eilsel_UserControl_SystemMenu .GroupHeader img {
            vertical-align: middle;
            padding-right: 5px;
        }

    #Eilsel_UserControl_SystemMenu .Item {
        font-family: OpenSansCondensed-Light;
        font-size: 18px;
        color: white;
        margin-left: 20px;
        padding: 0px 5px 3px 5px;
        cursor: pointer
    }

        #Eilsel_UserControl_SystemMenu .Item:hover {
            color: black;
            background-color: chartreuse
        }

/* page bar */
#Eilsel_UserControl_PageBar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid gray;
    background-color: gray;
    width: 100%
}

    #Eilsel_UserControl_PageBar td {
        height: 60px;
        padding: 0px
    }

        #Eilsel_UserControl_PageBar td:last-child {
            width: 300px;
            padding: 0px
        }

    #Eilsel_UserControl_PageBar .Image {
        height: 40px;
        padding-left: 80px;
        padding-right: 0px;
        vertical-align: middle;
    }

    #Eilsel_UserControl_PageBar .Header {
        font-size: 28pt;
        color: black;
        vertical-align: middle;
    }

    #Eilsel_UserControl_PageBar .Button {
        height: 60px;
        padding: 0px 20px 0px 20px;
        border: none;
        font-size: 13pt;
        float: right;
        cursor: pointer;
        background-color: transparent;
        color: white;
    }

        #Eilsel_UserControl_PageBar .Button:hover {
            background-color: cornflowerblue
        }

/* message box */
#Eilsel_UserControl_MessageBox_Background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 101;
}

#Eilsel_UserControl_MessageBox {
    position: fixed;
    width: 500px;
    max-width: 80%;
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px 1px lightgray;
    z-index: 102
}

    #Eilsel_UserControl_MessageBox .Header {
        background-color: #6daeb4;
        font-size: 13pt;
        color: white;
        padding: 10px
    }

    #Eilsel_UserControl_MessageBox .MessageArea {
        margin-top: 10px;
    }

        #Eilsel_UserControl_MessageBox .MessageArea td {
            vertical-align: top;
        }

        #Eilsel_UserControl_MessageBox .MessageArea .Image {
            padding-left: 10px;
        }

        #Eilsel_UserControl_MessageBox .MessageArea .Message {
            padding-left: 10px;
            padding-right: 10px;
            word-break: break-all
        }

    #Eilsel_UserControl_MessageBox .ButtonArea {
        padding: 30px 10px 10px 10px;
        text-align: center
    }


/* popup message box */
#Eilsel_UserControl_PopupMessageBox {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
    z-index: 101
}

    #Eilsel_UserControl_PopupMessageBox .Header {
        font-size: 13pt;
        color: white;
        font-weight: bold
    }

    #Eilsel_UserControl_PopupMessageBox .MessageArea {
        margin-top: 5px;
        font-size: 11pt;
    }

        #Eilsel_UserControl_PopupMessageBox .MessageArea td {
            vertical-align: top;
        }

        #Eilsel_UserControl_PopupMessageBox .MessageArea .Image {
            padding-left: 10px;
        }

        #Eilsel_UserControl_PopupMessageBox .MessageArea .Message {
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
            text-align: left;
        }

/* record pager */
/*#Eilsel_UserControl_RecordPager { float:right; margin-bottom:10px; width:100%; border-radius:10px}
Eilsel_UserControl_RecordPager_SearchContainer { border:solid 1px #e9e9e9; background-color:white; border-radius:18px; height:38px; margin-left:0; margin-top:10px;}
#Eilsel_UserControl_RecordPager_Search { font-size:13px; height:33px;padding-right:5px; }
#Eilsel_UserControl_RecordPager_SearchTextBox {}
#Eilsel_UserControl_RecordPager_SearchButton { width:35px; height:34px; background-image:url(SearchWhite.png); background-repeat:no-repeat; background-size:13px 13px; background-position:9px 9px; cursor:pointer; border-radius:10px }
#Eilsel_UserControl_RecordPager_PageContainer { height:35px;margin-left:20px; background-color:#ffffff; font-size:1px; border:1px solid #ccc}
#Eilsel_UserControl_RecordPager_PageContainer .btn {margin-bottom:0;}
#Eilsel_UserControl_RecordPager_Page { font-size:1px; height:35px; padding-left:5px; padding-right:5px; font-size:11pt;  }
#Eilsel_UserControl_RecordPager_PageNumTextBox { padding:0; border:none; background-color:transparent; width:40px; text-align:right }
#Eilsel_UserControl_RecordPager_PageUpButton { width:30px; height:30px; border:1px solid floralwhite; border-right:none; background-image:url(ArrowUp.png); background-repeat:no-repeat; background-size:12px 12px; background-position:8px 8px; cursor:pointer; margin-top:1px }
#Eilsel_UserControl_RecordPager_PageDownButton { width:30px; height:30px; border:1px solid floralwhite;  background-image:url(ArrowDown.png); background-repeat:no-repeat; background-size:12px 12px; background-position:8px 8px; cursor:pointer; margin-top:1px}*/

/* iframe */
#Eilsel_UserControl_Iframe_Background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 101;
}

#Eilsel_UserControl_Iframe {
    position: fixed;
    border: 1px solid dimgray;
    box-shadow: 1px 1px 3px 5px gray;
    z-index: 102;
}
