﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-halflings-regular.woff') format('woff'),url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.fontface_css {
    font-family: 'myfont';
}

.div_page_title {
    width: 950px;
    height: 29px;
    direction: rtl;
    text-align: right;
    font-family: Tahoma;
    font-size: small;
    background: url(images/page_title_bg.png) no-repeat;
}

.borderedpanel {
    border: solid 1px #000000;
    margin: 0px 0px 0px 0px;
    font-family: Tahoma;
    font-size: small;
    text-align: right;
}

.textbox {
    border: solid 1px #3891C8;
    margin: 2px 0px 2px 0px;
    font-family: Tahoma;
    font-size: small;
    text-align: right;
}

.dropdown {
    border: solid 1px #3891C8;
    font-family: Tahoma;
    font-size: small;
}

.checkboxlist {
    border: solid 1px #3891C8;
    font-family: Byekan, Tahoma;
    font-size: 13px;
}

.checkbox {
    font-family: Byekan, Tahoma;
    font-size: 13px;
}

.radioButtonlist {
    font-family: Byekan, Tahoma;
    font-size: 13px;
}

.rdblist {
    border: solid 1px #3891C8;
    font-family: Tahoma;
    font-size: small;
}

.label {
    font-family: Byekan,Tahoma;
    font-size: 13px;
    color: black;
}

.whitelabel {
    direction: rtl;
    font-family: Tahoma;
    font-size: small;
    color: White;
}

.operationlabel {
    direction: rtl;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    background-color: Silver;
    color: Blue;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.redlabel {
    direction: rtl;
    font-family: Tahoma;
    font-size: small;
    color: Red;
}

.unitlabel {
    direction: rtl;
    font-family: Tahoma;
    font-size: xx-small;
    color: Blue;
}

.bluelabel {
    direction: rtl;
    font-family: Tahoma;
    font-size: small;
    color: Blue;
}

.fieldset {
    font-family: BYekan, Tahoma;
    font-size: small;
    border-color: Black;
    border-width: 1px;
    direction: rtl;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gridHeaderBackground {
    height: auto;
    background: #3891C8 url(_images/gvHeaderBackground.gif) repeat-x top left;
    font-family: Tahoma;
    font-size: small;
    font-style: oblique;
}

.datepicker {
    font-family: Tahoma;
    font-size: small;
}

.PickerCSS {
    font-family: Tahoma;
    font-size: small;
    background-color: #ffffff;
    border-right: #000000 2px solid;
    border-top: #000000 2px solid;
    border-left: #000000 2px solid;
    border-bottom: #000000 2px solid;
}

.PickerHeaderCSS {
    font-family: Tahoma;
    font-size: x-small;
    background-color: #8080FF;
    height: 30px;
}

.PickerFooterCSS {
    background-color: #8080FF;
    font-family: Tahoma;
    font-size: x-small;
}

.PickerWeekDayCSS {
    background-color: #FFCC00;
    text-align: center;
    font-size: x-small;
    font-family: Tahoma;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 16px;
}

.PickerCalendarCSS {
    background-color: #e8f4ff;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 16px;
}

.PickerWorkDayCSS {
    background-color: #ffffff;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

A.PickerWorkDayCSS {
    color: black;
    text-decoration: none;
    border: none;
}

.PickerForbidenCSS {
    background-color: #e8f4ff;
    color: Red;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    font-weight: bold;
}

.PickerSelectedCSS {
    background-color: #F9D3FE;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

A.PickerSelectedCSS {
    font-size: small;
    font-weight: bold;
    color: #0066ff;
    text-decoration: underline;
    border: none;
}

#body {
    width: 100%;
    background-image: url('../../images/background.png');
    font-size: 11px;
    font-family: BYekan, Tahoma,Arial,Helvetica, sans-serif;
}

#main_master {
    width: 986px;
    background-image: url('../../images/background.png');
    margin: 0 auto;
}



#top_header_master {
    width: 100%;
    margin: 0px auto;
    height: 40px;
    border: 1px solid #002232;
    position: fixed;
    z-index: 9999;
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
    padding-right: 0px;
    text-align: center;
    top: 0px;
}

#header_master {
    background-image: url('../../images/header1.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 120px;
    margin-top: 40px;
    text-align: right;
    direction: rtl;
}



#main_box_enamad {
    width: 100%;
    height: 250px;
    border: 1px solid #B1A28E;
    border-radius: 4px;
    position: relative;
    float: left;
    margin: 0 auto;
    background-color: White;
}

#content_master {
    width: 100%;
    top: 0px;
    margin: 0 auto;
    position: inherit;
    vertical-align: bottom;
    padding-top: 5px;
    margin-top: 0px;
    min-height: 400px;
    background-color: White;
}

#footer_master {
    float: left;
    width: 100%;
}

#content_search_page {
    width: 100%;
    top: 0px;
    margin: 0 auto;
    background-color: red;
}





.me_glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.chevron-up:before {
    content: "";
    color: blue !important;
}

.chevron-down:before {
    content: "";
    color: forestgreen !important;
}

.td_sub_gerid {
    display: none;
}

.sub_grid {
    width: 95%;
    margin: 10px 50px 10px 0;
    box-shadow: 0 1px 1px 0px Navy;
    text-align: center;
    line-height: 29PX;
}
