﻿body 
{
    padding: 0px;
	text-align:right;
	direction:rtl;
	font: 12px tahoma;
}
/************************************tab****************************************************/
#makeMeScrollable
{
    height: 19px;
    position: relative;
    float: right;
    padding-right: 15px;
    right: 0;
    top: 0;
    width: 700px;
}
ul li.tab-top
{
float:right;
max-width:111px;
height:31px;
margin-left:5px;
list-style:none;
}
ul li.tab-top a
{
float:right;
background:url(/Subsystem/Edari/Meet/Resource/Images/tab/btn_holder_hover.png);
width:111px;
height:24px;
text-align:center;
font:12px tahoma;
padding-top:7px;
}

.tab-top a.selected
{
float:right;
background:url(/Subsystem/Edari/Meet/Resource/Images/tab/b_holder.png);
width:111px;
height:24px;
padding-top:7px;
}
.TabContains
{
 margin-right: 15px;
}
.reportInfo {
    background-color: #f9f9f9;
    border: 4px solid #a0bfed;
    height: auto;
    margin: 0 7px;
    padding: 15px 0;
}
textarea
{
    resize:none;
}
/*****************************************large normal form************************************************/
#container
{
    margin:0 auto;
    width:807px;
}
#containerLarge
{
    margin:0 auto;width:970px;
}
.form-image-library
{
    background:url(../images/form-image-library.png) no-repeat;    
}
.form-image-library_larg {
    background: rgba(0, 0, 0, 0) url("../images/LargePage/form-image-library-large.png") no-repeat scroll 0 0;
}
.Header, .headerLarge
{
	background-position:0px -2px;
	width:807px;
	height:64px;
	overflow:hidden;
}
.headerLarge {
    width: 970px;
}

.Header img ,.headerLarge .imgTitle
{
    float:right;
    width:41px;
    height:41px;
    margin:5px 20px 0 20px;
}
#form_title
{
    float:right;
   width:550px;
   margin:17px 0px 0 0;  
   text-align:right;
}
#form_content
{
    background:url(../images/form-center.png) left top repeat-y;
    width:807px;
    direction: rtl;
}
#form_contentLarge {
    background: rgba(0, 0, 0, 0) url("../images/LargePage/form-center.png") repeat-y scroll left top;
    direction: rtl;
    width: 970px;
}
.button_holderLarge,.button_holderCenter,.button_holderCenterlarge
{    
    background-color: #eaf1fb;
    border: 1px solid #cfdef1;
    height: 29px;
    margin: 0 10px;
    padding: 7px;
    width: 917px;
}
.button_holderCenter
{
    width:767px;
    text-align:center;
    margin-bottom:0px;
            margin-top:10px;
}
.button_holderCenterlarge
{
    text-align:center;
    margin-bottom:0px;
            margin-top:10px;
}
#footer ,#footerLarge
{
    background-position:0px -89px!important;
    width:807px;
    height:12px;
    overflow:hidden;
}
#footerLarge {
    width: 970px;
}

.clearer
{
     clear: both;
     height: 0;
}
.button
{
    margin-right:10px;
    margin-bottom:10px;
    padding:3px 7px;
    cursor:pointer;
    font:12px tahoma;
    border:1px solid #ff8c1c;
    min-width:60px;
    width:100px;
    height:30px;
    margin-bottom:10px;
    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
    background: linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.button:hover,button:focus
{
    border:1px solid #cc0000;
    background: #feccb1; /* Old browsers */
    background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* IE10+ */
    background: linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}



.field-formTeacher,.field-formTeacherLargeSh,.field-formTeacherLargeSh150
{
    float: right;
    height: 35px;
    margin-bottom: 5px;
    width: 370px;        
}
.field-titleTeacher
{
    direction: ltr;
    float: right;
    padding-left: 10px;
    padding-top: 2px;
    text-align: left;
    width: 120px;
    color: #000;
    display: block;
}
.box_content_input
{
    color:Green;
    float: right;
    width: 240px;
}
input[type=checkbox]
{
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    border-radius: 5px;
    float: right;
    overflow: hidden;
    direction: ltr;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #c0c0c0;
    -webkit-box-shadow: 1px 1px 2px #c0c0c0;
    box-shadow: 1px 1px 2px #c0c0c0;
    color:Green;
}
input[type=checkbox]:hover,input[type=checkbox]:focus
{
    -moz-box-shadow: 1px 1px 8px #a0a0a0;
    -webkit-box-shadow: 1px 1px 8px #a0a0a0;
    box-shadow: 1px 1px 8px #a0a0a0;
}
.field-content-radiusInput
{
    border-radius: 5px;
    float: right;
    width:180px;
    height: 26px;
    overflow: hidden;
    direction: ltr;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #c0c0c0;
    -webkit-box-shadow: 1px 1px 2px #c0c0c0;
    box-shadow: 1px 1px 2px #c0c0c0;
    text-align: right;
    direction: rtl;
    color: green;
    padding-right: 5px;
}
.field-content-radiusInput:hover,.box_content_inputBorder:hover
.field-content-radiusInput:focus,.box_content_inputBorder:focus
{
    -moz-box-shadow: 1px 1px 8px #a0a0a0;
    -webkit-box-shadow: 1px 1px 8px #a0a0a0;
    box-shadow: 1px 1px 8px #a0a0a0;
}
.redSpan {
    color: Red;
    display: inline-block;
    margin-right: 2px;
    margin-top: 10px;
}
/****************************************grid***************************************/
table.mxgrid_header th {
    color: Green;
    font: 12px tahoma;
    text-align: center!important;
    font-weight:normal!important;
}
.detail-grid,.detail-disable,.delet-grid,.delet-disable,.attach-grid,.attach-disable,.Agenda-grid,.Agenda-disable,.letter-grid,.letter-disable
{
    margin:0 auto;
    background:url(../Images/detail-grid.png) center top no-repeat;
    width:30px;
    height:30px;
    border:0px solid red;
    text-align:center;
    cursor:hand;
    cursor:pointer;
}
.delet-grid
{
    background:url(../Images/delet-grid.png) center top no-repeat;
}
.detail-disable
{
    background:url("../Images/detail-gridDisable.png") center top no-repeat;
}
.delet-disable
{
   background:url(../Images/delet-disable.png) center top no-repeat; 
}
.attach-grid
{
   background:url(../Images/attach.png) center top no-repeat;
}
.attach-disable
{
   background:url(../Images/attach-disable.png) center top no-repeat;
}
.Agenda-grid
{
    background:url(../Images/agenda_png.png) center top no-repeat;
}
.Agenda-disable
{
    background:url(../Images/agendaDis.png) center top no-repeat;
}
.letter-grid
{
    background:url(../Images/letter2.png) center top no-repeat;
}
.letter-disable
{
    background:url(../Images/letter2Dis.png) center top no-repeat;
}
/***************************************search**************************************/


.button_holderSearch {
    background-color: #eaf1fb;
    border: 1px solid #cfdef1;
    height: 24px;
    margin: 3px 7px;
    padding: 7px 0 8px;
}
.button_holderSearchNorm{
     background-color: #eaf1fb;
    border: 1px solid #cfdef1;
    height: 24px;
    margin: 0 10px;
    padding: 5px 5px 11px;
    width: 93.5%;
}
.divull {
    float: right;
    width: 100px;
}
.divullLeft {
    float: left;
    width: 100px;
}
#btnsearch, #btnNew {
    float: right;
    width: 80px;
    height:25px;
}
.field-content-radiusInput {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #c0c0c0;
    color: green;
    direction: rtl;
    float: right;
    font: 12px tahoma;
    height: 26px;
    overflow: hidden;
    padding-right: 5px;
    text-align: right;
    width: 193px;
}
.SortDDl {
    float: right;
    height: 25px;
    width: 130px;
}
.btnSortMargin {
    margin-right: 10px;
}
.chOrder {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    width: 60px;
}
.FetchCount {
    float: right;
    width: 50px;
}

#Fech_countRaduis {
    height: 21px;
    width: 40px;
}

#BtnNew {
    float: left;
    margin-left: 10px;
    width: 80px;
    height:25px;
}
/**************************************workflow************************************/
.mainFrom-Grid {
    border: 1px solid #cfdef1;
    direction: rtl;
    float: right;
    height: 292px;
    margin-right: 15px;
    overflow-y: scroll;
    width: 97%;
}
.mainFrom-Grid {
    height: 506px;
    width: 47.5%;
}
.btnDDL {
    background-color: #eaf1fb;
    border: 1px solid #cfdef1;
    float: right;
    height: 29px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 7px;
    width: 46.1%;
}
.mainFrom-Grid2 {
    height: 456px;
    width: 47.5%;
    overflow:auto;
}

.width100per {
    margin-right: 0;
    width: 96.5%;
}
.width150
{
    width:150px;
}
.width120Margin
{
    width:120px;
    margin-top: 3px;
}
.width20
        {
            width:20px;
            margin-top:4px;
        }
.width80Margin
{
    width:80px;
    margin-top: 2px;
}
.width90
{
    width:90px;
}
.width80
{
    width:80px;
}

#Other_Div,#Div_2,#Div_3,#Div_4
{
    display:none;
}
.box_content_inputBorderDate {
    float: right;
    width: 91px;
}
.dateShow, .dateShowradius {
    cursor: pointer;
    float: left;
}
.dateShowradius {
    margin-top: 3px;
}
.field-title4 {
    padding-right: 9px;
    width: 7px;
}
.gridMargin
{
    margin:0px 10px;
}
/*********************************show list  form****************************************/
#DivTag {
    background-color: #fff;
    border-radius: 5px;
    float: right;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 8px;
    width:100%;
}

#DivTag a {
    border: 1px solid #fff;
    color: #000;
    display: block;
    float: right;
    height: 70px;
    margin: 6px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 220px;
    text-align:right;
}
#DivTag a:hover
{
    border:1px solid #b7d4ff;
    background-color:#f3f9fd;
}
#DivTag a .title {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

#DivTag a .desc {
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
}

#DivTag a img {
    border-style: none;
    float: right;
    font-size: 11px;
    height: 45px;
    margin-left: 5px;
    margin-top: 8px;
    width: 45px;
}
.editorLbl
{
    padding:1px 10px;
    text-align:right;
    overflow:auto;
    margin-left:8px;
    
}
/************************************req final******************************************/
.LeftWidth120
        {
            float:left;
            width:130px;
            margin-right:7px;
        }
.imgReq
{
    padding-top: 20px;
    width:65px;
     height:75px;
}
#DivHeader
{
    float: left; width: 620px; padding-top: 20px;
}
.width310
{
    width:310px;
}
.hrFinal
{
    width:710px;
    margin:10px auto;
    color:#f6f6f6;
}
.btnReapeter
{
    border: none;
    width: 130px;margin-right:7px;float:right;
}
.btnReapeter:first-child
{
    margin-right:0px;
}
.boxnote
{
    width: 200px;
    float: right;
    padding: 5px;
    margin-top: 5px;
}
.boxnoteradif
{
    width: 17px;
    height: 11px;
    padding: 3px;
    margin: 6px 5px 3px 20px;
    float: right;
    text-align: center;
}
        
.Note
{
    padding: 7px;
    margin: 0 4px;
    margin-bottom: 2px;
    width: 97%;
    background-color: #fff;
    border: 1px solid #bad19b;
}
/******************************************************************************/
.box_content_input_largeSh {width:610px;height:70px;}
.box_content_input_largeSh140 {width:610px;height:140px;}
.box_content_input_largeSh660 {width:660px;height:70px;}
.textLargeMultiLineSh,.textLargeMultiLineSh140,.textLargeMultiLineSh635
        {
            width:550px;
            color:Green;
            height:70px;
            overflow:auto;
        }
        .textLargeMultiLineSh140
        {
            height:140px;
        }
                

.searchTxtLarge
{
    width:760px;
}
.button.btnLeft
{
    float:left;
}
.field-formTeacherLargeSh
{
    width:740px; 
    height:80px;
}
.field-formTeacherLargeSh150
{
    width:740px;  
    height:150px;
}
.field-formTeacherLargeSh790
{
    width:790px; 
    height:80px;
}
.textLargeSh
{
    width:550px;
}
.readOnly
{
    background-color:#f6f6f6;
}
.classInsShadow,.classInsSh,.classInsShMargin2
{
    font: bold 11px tahoma;
     color: Black;
}
.classInsSh
{
    display: inline-block;
    margin: 5px;
}
.classInsShMargin2
{
    display: inline-block;
    margin-right: 2px;
    margin-top: 5px;
}
.btnWidth50
{
    min-width:50px;
    width:50px;
}
.msgAlert
{
    height:300px;
    overflow:auto;
}
.paddingDailog
{
    padding:4px 0px 5px 1px;
}
.widthDDl
{
    width:189px;
    height:32px;
}
.widthTxt180Green
{
    width:180px;
    color:Green;
}
/********************************************other********************************************************************/
.widthDDl208 {
    height: 32px;
    width: 208px;
}
.widthTxt200 {
    color: Green;
    width: 200px;
}
.inputSmallBorder {
    color: Green;
    font: 11px tahoma;
    width: 60px;
}
.box1
{
    float:right; 
    width:370px;
    height:159px;
}
.box_content_inputBorder
{
    font: 12px tahoma;
    color:Green;
    float: right;
    width: 210px;
    border:1px solid #d7d7d7;
        background-color:#fff;
        margin-bottom:4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-right:3px;
}

.box_content_inputChList {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: Green;
    float: right;
    font: 12px tahoma;
    height: 120px;
    margin-right: 130px;
    width: 210px;
}

.CheckBoxList_Div {
    direction: rtl;
    height: 120px;
    overflow-y: scroll;
}
.box_content_inputBorderDate {
    float: right;
    width: 91px;
}
.inputSmallradius {
    color: Green;
    width: 82px;
}
.width730
{
    width:730px;
}
.width570
{
    width:570px;
}
.width550
{
    width:550px;
}
.NoSpan
{
    float: right;
    height: 35px;       
    direction: ltr;
    padding-left: 10px;
    padding-top: 8px;
    width: 320px;
    color: green;
    display: block;
}
.divBox
{
    width:690px;
    padding-top:5px;
    margin-bottom:10px;
}
.OrDiv
{
    margin-bottom: 15px;
    margin-right: 90px;
}
.hr
{
    border-top:1px solid #a0a0a0;
    width:767px;
    margin-bottom:15px;
}
.height220
{
    height:220px;
}
.height200
{
    height:200px;
}
.disableTag
{
    background-color:#f0f0f0;
}
.button.btnLeftTitle {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}
.floatmargin
{
    margin-right:2px;
    float:right;
}
.btnCartabl
{
    width:40px;
    height:30px;
    border:1px solid #a8d1e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right:3px;
    background: #f0f7fe; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f7fe 0%, #e5f0fa 50%,#dfeef8 51%, #afd5e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f7fe), color-stop(50%,#e5f0fa), color-stop(51%,#dfeef8), color-stop(100%,#afd5e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* IE10+ */
    background: linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7fe', endColorstr='#afd5e7',GradientType=0 ); /* IE6-9 */
    
}
.btnCartabl:hover,btnCartabl:focus
{
    border:1px solid #98cbe2;
    background: #e5f0fd; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5f0fd 0%, #dfedf9 50%, #daecf7 51%, #aad3e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f0fd), color-stop(50%,#dfedf9), color-stop(51%,#daecf7), color-stop(100%,#aad3e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5f0fd 0%,#dfedf9 50%,#daecf7 51%,#aad3e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5f0fd 0%,#dfedf9 50%,#daecf7 51%,#aad3e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5f0fd 0%,#dfedf9 50%,#daecf7 51%,#aad3e8 100%); /* IE10+ */
    background: linear-gradient(top,  #e5f0fd 0%,#dfedf9 50%,#daecf7 51%,#aad3e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f0fd', endColorstr='#aad3e8',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 1px 1px 8px #a0a0a0;
    -webkit-box-shadow: 1px 1px 8px #a0a0a0;
    box-shadow: 1px 1px 8px #a0a0a0;
}
.btnCartabldis
{
    width:40px;
    height:30px;
    border:1px solid #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right:3px;    
}
.width100
{
    width:100px;
}
.width110
{
    width:110px;
}
.width240
{
    width:240px;
}
.width55
{
    width:55px;
}
.marginRight10
{
    margin-right:10px;
}
.width130
{
    width:130px;
}
.width230
{
    width:230px;
}
.marginRight140
{
    margin-right:140px;
}
.showClass
{
    display:block;
}
.hideClass
{
    display:none;
}
.width750
{
    width:750px;
}
.describeDirection
{
    width:730px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 15px;
    margin-right:10px;
    max-height:100px;
}
.marginWidth
{
    margin-right:25px;
    width:750px;
}
.widthDDl559
{
    width:559px;
    height:32px;
}
.redSpanMargin
{
    margin:5px;
}
Fieldset 
{
    margin:0 10px 10px 10px;
    width:97%;
    box-sizing :border-box;
    border:1.5px solid #a8d1e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

Legend 
{     
    border:1px solid #a8d1e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f0f7fe; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f7fe 0%, #e5f0fa 50%,#dfeef8 51%, #afd5e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f7fe), color-stop(50%,#e5f0fa), color-stop(51%,#dfeef8), color-stop(100%,#afd5e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* IE10+ */
    background: linear-gradient(top, #f0f7fe 0%,#e5f0fa 50%,#dfeef8 51%,#afd5e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f7fe', endColorstr='#afd5e7',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    direction:rtl;   
    width:90px;
}
fildset > * {
    display:inline-block;
}
.divInfo
{
    padding:5px;
    margin:5px;
    
}
.infoColor
{
    color:#3587ad;
}
.width140
{
    width:140px;
}
.width795
{
    width:795px;
}
.textLargeMultiLineSh635
        {
            width:635px;
        }
.width635
{
    width:635px;
}
.width645
{
    width:645px;
}
.scrollable
{
    max-height: 400px;
    overflow-y: auto;
}
.width60
{
    width:60px;
}