﻿html.Admin, body.Admin {
    background: #EFEFEF;
    margin: 0;
    padding: 0;
    font-family: tahoma, Helvetica, sans-serif;
    height: 100%;
    direction: rtl;
    max-width: 100%;
    /*overflow: hidden;*/
}

table.wrapper {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

Div.MasterLogo {
    height: 100px;
    max-width:220px;
    background-image: url("../../common/img/master/logo.png");
    background-position: center 50px;
    background-repeat: no-repeat;
    vertical-align: top;
}

Div.MasterLogoCollapsed {
    height: 100px;
    background-image: none;
    background-position: center 50px;
    background-repeat: no-repeat;
    vertical-align: top;
}

td.Menu {
    height: 100%;
    width: 220px;
    min-width: 220px;
    max-width:220px;
    border-left: 1px solid #dddddd;
    background-color: #f0eeee;
    vertical-align: top;
}

td.MenuCollapsed {
    height: 100%;
    width: 8px;
    min-width: 8px;
    border-left: 1px solid #dddddd;
    background-color: #f0eeee;
    vertical-align: top;
}

div.Expando {
    background-image: url("../../common/img/master/arrowL.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 210px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

div.ExpandoCollapsed {
    content: url("../../common/img/master/arrowR.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

td.Content {
    padding: 30px 5px 0px 2px;
    vertical-align: top;
    background-color: white;
}

div.Content {
    height: 70vh;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: auto;
    margin-top: 120px;
}
/*-----------------------------------------------------------------------------------------------*/
div.Header {
    height: 40px;
    width: 100%;
    margin: 0px auto 0px auto;
    background-color: #9ccbff;
    border-bottom: 1px solid #9ccbff;
    position: fixed;
    top: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

div.Footer {
    height: 25px;
    min-height: 25px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding-top: 8px;
    background-color: #9ccbff;
    border-top: 1px solid #9ccbff;
    text-align: center;
    position: fixed;
    bottom: 0;
}

div.QLaunch {
    float: left;
    padding: 10px 10px 10px 10px;
    direction: rtl;
}
/*-----------------------------------------------------------------------------------------------*/
div.AjaxProgressTemplate {
    filter: alpha(opacity=70);
    opacity: .7;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
    background-color: gray;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
}
/*-----------------------------------------------------------------------------------------------*/
a.HeaderLink:hover {
    color: #7396C1;
}

a.HeaderLink {
    font-weight: 700;
    color: #003366;
    font-family: Tahoma;
    font-size: 8pt;
}

.HeaderLabel {
    font-weight: 700;
    color: #003366;
    font-family: Tahoma;
    font-size: 8pt;
}

.VerticalLine {
    font: normal 11px tahoma;
    color: #003366;
    margin: 5px;
}
/*-----------------------------------------------------------------------------------------------*/
/*Form container Header div*/
div.FormTitle {
    margin: auto;
    direction: rtl;
    padding: 0px 10px 2px 10px;
    font-family: 'hb';
    font-size: 12pt;
    font-weight: 700;
    line-height: 100%;
    color: #3677c7;
}

div.FormTitleContainer {
    position: fixed;
    width: 81vw;
    right: 225px;
    top: 70px;
    padding: 5px;
    margin: 2px;
    border-bottom: solid 1px #cccccc;
    background-image: url("../../common/img/master/ArrowR.gif");
    background-position: right 8px;
    background-repeat: no-repeat;
}

div.FormTitleContainerCollapsed {
    position: fixed;
    width: 97.5%;
    right: 17px;
    top: 70px;
    padding: 5px;
    border-bottom: solid 1px #cccccc;
    background-image: url("../../common/img/master/ArrowR.gif");
    background-position: right 8px;
    background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------------------*/
