﻿body
{
    position: relative;
    margin: 0px;
    left: 0px;
    top: 0px;
    font-family: Tahoma;
    font-size: 0.90vw;
}
@font-face
{
    font-family: "Conv_Homa";
    src: url("/Font/BHoma.eot"); /* this line made the difference */
    src: local("b_homa"), url("/Font/BHoma.eot?"), url("/Font/BHoma.woff") format("woff"), url("/Font/BHoma.ttf") format("truetype"), url("/Font/BHoma.svg") format("svg");
}

@font-face
{
    font-family: "Conv_DastNevis";
    src: url("/Font/DastNevis.eot"); /* this line made the difference */
    src: local("Conv_DastNevis"), url("/Font/DastNevis.eot?"), url("/Font/DastNevis.woff") format("woff"), url("/Font/DastNevis.ttf") format("truetype"), url("/Font/DastNevis.svg") format("svg");
}

* {
 font-size: 100%;
 font-family: 'Conv_Homa' !important;
}

a
{
    color: inherit;
}
img
{
    border: 0 none;
}
#TopPage
{
    width: 100%;
    height: 100px;
    position: relative;
    margin: 0;
    z-index: 3;
    border-bottom: 3px solid #46b8da;
    background-color: #E7F5FA;
}
#CenterPage
{
    width: 100%;
    min-height: 400px;
    position: relative;
    margin: 0;
    z-index: 2;
    border-bottom: 2px solid #ed7737;
}
#BottomPage
{
    color: #46b8da;
    font-family: conv_dastnevis;
    font-size: 1.1vw;
    height: 35px;
    margin: 0;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#BottomPage span
{
    font-weight: bold;
    vertical-align: middle;
    direction: rtl;
}
#BottomPage a
{
    color: #818181;
    padding: 0px 5px;
    text-decoration: none;
}
#BottomPage a:hover
{
    text-decoration: underline;
}

#WatingPanel
{
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2900000;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    cursor: wait;
    background-repeat: no-repeat;
    display: none;
}
.WaitingPanel
{
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000000;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    cursor: wait;
    background-image: url('/Images/All/loading.gif');
    background-repeat: no-repeat;
}
.helper
{
    font-size: 0.84vw;
    background-color: yellow;
    margin: 5px;
    direction: rtl;
    text-align: right;
}
input, select
{
    border: 1px solid #cccccc;
    padding: 2px;
    font-family: Tahoma;
    font-size: 0.90vw;
    direction: rtl;
    padding-right: 2%;
}
.btn
{
    cursor: pointer;
}
.green
{
    color: #006600;
}
.red
{
    color: Red;
    font-size: 11px;
}
#TodayDate
{
    
   direction: rtl;
display: block;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
margin-left: 15%;
margin-top: 0;
padding-top: 26px;
text-align: right;
width: 264px;
}
#TodayDate div
{
    font-size: 1vw;
    line-height: 1.5;
    width: 80px;
}
#customerName
{
     direction: rtl;
display: block;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
margin-left: 15%;
padding-top: 12px;
text-align: right;
width: 270px;
}
#Info img
{
    float: right;
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: right;
}
#Info
{
    vertical-align: bottom;
}
#familyName
{
    color: #000000;
    float: right;
    font-family: conv_homa;
    font-size: 2vw;
    height: 30px;
    margin: 40px 5px 0 auto;
    padding: 5px;
    text-align: right;
    min-width: 150px;
}
#exit
{
    float: left;
    margin-left: 1%;
    cursor: pointer;
    margin-top: 55px;
}
#Notification_factor
{
    float: left;
    margin-left: 1%;
    cursor: pointer;
    margin-top: 55px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #eee;
    border-radius: 3px;
}
#Notification_factor .badge{
        background-color: #c0072a;
}
.printBtn
{
    cursor: pointer;
    display: block;
    background-image: "/Images/ALL/print.png";
}
/********************************      Top Page     *************************************************/
/********************************     Center Page   *************************************************/
#menuRegion
{
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: 10px;
    min-height: 45px;
    margin-bottom: 30px;
    direction: rtl;
}
.menu
{
    background-color: #818181;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-family: conv_homa;
    font-size: 1.3vw;
    margin-right: 0.8%;
    padding: 5px 0.8%;
    margin-bottom: 10px;
}
.menu:hover
{
    background-color: #46b8da;
}
.selectedMenu
{
    background-color: #46b8da;
    color: #ffffff;
}
.subMenuRegion
{
    border-top: 4px solid #46b8da;
    direction: rtl;
    display: none;
    float: right;
    padding-top: 20px;
    position: relative;
    right: 1%;
    text-align: right;
    width: 20%;
}
.subMenu
{
    background-color: #818181;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-family: Conv_homa;
    font-size: 1.1vw;
    margin-bottom: 10px;
    margin-right: 3%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 45%;
    vertical-align:top;
}
.subMenu:hover
{
    background-color: #46b8da;
}
.selectedSubMenu
{
    background-color: #46b8da;
    border: 1px solid #46b8da;
    color: #FFFFFF;
}
#ContentPage
{
    display: inline-block;
    left: 12%;
    min-height: 450px;
    position: relative;
    width: 65%;
    text-align: center;
    position: relative;
}
#LoadPanel
{
    width: 100%;
    height: 100%;
    position: relative;
}
#AlertPanel, #ConfirmPanel
{
    display: none;
    direction: rtl;
    background-color: #FFFFFF;
    position: absolute;
    width: 40%;
    height: auto;
    z-index: 3000000;
    top: 100px;
    left: 30%;
    border: 1px solid #ED7737;
}
#AlertHeader, #ConfirmHeader
{
    background-color: #ED7737;
    color: #FFFFFF;
    font-family: conv_dastnevis;
    padding: 1px;
    padding-right: 10px;
    text-align: right;
    font-size: 15px;
}
#AlertText, #ConfirmText
{
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
    direction: rtl;
    line-height: 1.5;
}
#SubmitAlert, #Confirm_ok, #Confirm_Cancel
{
    background-color: #46b8da;
    border: 1px solid #46b8da;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 12px;
    margin: 10px auto;
    padding-bottom: 5px;
    text-align: center;
    width: 50px;
    display: inline-block;
}
.Context
{
}
#AddInfo, .AddInfo
{
    cursor: pointer;
    direction: rtl;
    font-family: tahoma;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}
#AddInfoBtn
{
    cursor: pointer;
}
#FormTbl, .FormTbl
{
    width: 100%;
    font-family: Tahoma;
    font-size: 0.90vw;
    direction: rtl;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    	border-collapse: separate;
    border-spacing: 10px 10px;

}
#FormTbl, .FormTbl tbody
{
    width: 100%;
}
#FormTbl, .FormTbl tr
{
    
}
.FormTbl span
{
    text-align: left;
}
.FormTbl input, .FormTbl select
{
    border: 1px solid #cccccc;
    padding: 3px;
    font-family: Tahoma;
    direction: rtl;
    float: right;
    width: 60%;
}
.FormTbl input[type=checkbox]
{
    width: auto;
}
.FormTbl textarea
{
    border: 1px solid #cccccc;
    padding: 3px;
    font-family: Tahoma;
    direction: rtl;
    float: right;
    width: 60%;
    font-size: inherit;
}
.FormTbl select
{
    width: 30%;
}

.popUp
{
    min-height: 400px;
    top: 0px;
    left: 0px;
    background-image: url('/Images/Index/Opacity.png');
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000000;
    display: none;
}
.FormPopUp
{
    background-color: #FFFFFF;
    width: 90%;
    z-index: 3000000;
    position: absolute;
    left: 5%;
    top: 50px;
    display: none;
    height: auto;
}

.hederForm,.hederForm1
{
    background-color: #46b8da;
    color: #FFFFFF;
    font-family: conv_dastnevis;
    font-size: 19px;
    padding: 0px;
    padding-right: 10px;
    text-align: right;
}
.hederForm img, .hederForm1 img
{
    position: absolute;
    left: 1%;
    top: 5px;
    cursor: pointer;
}
.BtnForm
{
    background-color: #0271C1;
    border: 1px solid #fffff;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 1%;
    text-align: center;
    cursor: pointer;
    font-size: 0.90vw;
}
.BtnForm:hover
{
    background-color: #ED7737;
}
#LblWarn
{
    direction: rtl;
    position: absolute;
    right: 20px;
    width: 60%;
    text-align: right;
    top: 580px;
    font-size: 0.9vw;
}
#ListData
{
    width: 100%;
    text-align: right;
    direction: rtl;
    margin-bottom: 40px;
    position: relative;
    /*height:390px;*/
    /*overflow-y:scroll;*/
}
.removelink
{
    color: #FF0000;
    cursor: pointer;
}
.updatelink
{
    color: #0a8922;
    cursor: pointer;
}
#editLink
{
    color: #0a8922;
    cursor: pointer;
}
#NoData
{
    color: #FF0000;
    font-family: tahoma;
    font-size: 12px;
    padding-right: 8%;
    text-align: center;
}
.tblDataList
{
    width: 100%;
    font-family: B-Yekan, Tahoma ;
    font-size: 0.91vw;
    direction: rtl;
}
.tblDataList tr th
{
    background-color: #46b8da;
    border: 1px solid #F5F1E6;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}
.tblDataList tr
{
    background-color: #e0eaf1;
}
.tblDataList tr:nth-child(even)
{
    background-color: #ffffff;
    border: 1px solid #E0EAF1;
    padding: 5px;
    text-align: right;
}
.tblDataList tr:nth-child(odd)
{
    background-color: #ffffff;
    padding: 5px;
    text-align: right;
}
.tblDataList tr:hover
{
    background-color: #fccd85;
}
.tblDataList tr td
{
    font-family: 'B Yekan';
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    text-align: right;
}
.InsertNoBook
{
    display: none;
}

.tblDataList tr
{
    border: 1px solid #E0EAF1;
    padding: 5px;
    text-align: right;
}
.tblDataList tr:nth-child(odd)
{
    padding: 5px;
    text-align: right;
}


#SearchForm
{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    direction: rtl;
    font-family: tahoma;
    font-size: 0.90vw;
    margin-left: 0;
    padding: 10px;
    padding-bottom:40px;
    text-align: right;
    width: 97%;
    position: relative;
    margin-bottom: 40px;
    position: relative;
}
.SearchForm
{
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    direction: rtl;
    font-family: tahoma;
    font-size: 0.90vw;
    margin-left: 0;
    padding: 10px;
    padding-bottom:40px;
    text-align: right;
    width: 97%;
    position: relative;
    margin-bottom: 40px;
}
.SearchFromRcol
{
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.SearchFromLcol
{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}
.SearchFromLcol .block
{
    width: 100%;
}
.SearchFromRcol .block
{
    width: 100%;
}

#SearchResult
{
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    min-height: 200px;
}
#SelectBooks,#SelectProperties
{
    width: 40%;
    float: left;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    min-height: 200px;
}
.block
{
    margin-bottom: 5px;
    text-align: left;
    width: 40%;
}
.blockRight
{
    margin-bottom: 10px;
    text-align: right;
    margin-bottom: 5px;
    position: relative;
}
.leftbtn
{
    text-align: left;
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 25px;
}
#SearchBtn, .SearchBtn
{
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.imgSelectBook,.imgDetailBook
{
    cursor: pointer;
}

#Pager
{
    direction: ltr;
    margin: 20px auto auto;
    width: 60%;
    position: relative;
    height: 30px;
}
#Pager #PagerFirst
{
    position: absolute;
    height: 30px;
    left: 0px;
    background-image: url('/Images/ALL/PagerFirst.png');
    background-repeat: no-repeat;
    width: 26px;
    top: 0px;
}
#Pager #PagerPrev
{
    position: absolute;
    height: 30px;
    left: 30px;
    background-image: url('/Images/ALL/PagerPrev.png');
    background-repeat: no-repeat;
    width: 17px;
    top: 0px;
}
#Pager #PagerNext
{
    position: absolute;
    height: 30px;
    right: 30px;
    background-image: url('/Images/ALL/PagerNext.png');
    background-repeat: no-repeat;
    width: 17px;
    top: 0px;
}
#Pager #PagerLast
{
    position: absolute;
    height: 30px;
    right: 0px;
    background-image: url('/Images/ALL/PagerLast.png');
    background-repeat: no-repeat;
    width: 26px;
    top: 0px;
}
#Pager .disable
{
    cursor: default;
}
#Pager .enable
{
    cursor: pointer;
}
#Pager #PagerNumbers
{
    font-family: conv_dastnevis;
    height: 25px;
    margin: auto;
    padding-top: 2px;
    text-align: center;
    width: 76%;
}
#Pager #PagerNumbers a
{
    cursor: pointer;
    color: #696c69;
    padding: 0 3px;
    font-size: 16px;
}
#Pager #PagerNumbers span
{
    color: #46b8da;
    padding: 0 3px;
    text-decoration: underline;
    font-size: 16px;
}


.adminScore
{
    direction: ltr;
}
.adminScore img
{
    width: 12%;
    margin: 0 1px;
    cursor: pointer;
}

.BtnRemove
{
    background: url("/Images/All/Remove.png") no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}
.UploadeSpan
{
    text-align: right;
    float: right;
    color: #000000;
    font-size: 0.9vw;
    font-family: Tahoma;
    font-weight: bold;
    margin-right: 5%;
}

/********************************     Bottom Page   *************************************************/



/********************************     BOOKS AND MEMBER *****************************************************/
#BookDetailPanel, #MemberDetailPanel
{
    background-color: #FFFFFF;
    left: 10%;
    position: absolute;
    top: 50px;
    width: 80%;
    height: auto;
    z-index: 3000000;
    direction: rtl;
    text-align: right;
    font-size: 0.95vw;
}
#BookDetailPanel #FormData, #MemberDetailPanel #FormData
{
    margin: 20px auto;
    width: 90%;
    height: 100%;
    font-family: Tahoma;
}
#BookDetailPanel #ItemPic
{
    display: inline-block;
    float: right;
    height: auto;
    margin-bottom: 40px;
    max-width: 40%;
}

#BookDetailPanel #ItemInfo
{
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    width: 60%;
}
#MemberDetailPanel #ItemInfo
{
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

#BookDetailPanel .InfoBlock
{
    height: 25px;
    width: 100%;
}
#MemberDetailPanel .InfoBlock
{
    height: 25px;
    width: 100%;
}

#BookDetailPanel .InfoBlock .DetailTitle
{
    padding-right: 2%;
}
#MemberDetailPanel .InfoBlock .DetailTitle
{
    padding-right: 2%;
}

#UnderBookTypePanel
{
    font-size: 0.9vw;
    direction: rtl;
    margin-top: 20px;
}
input[type=radio]
{
    width: 20px;
}

.ShowInSiteLink
{
color: #008000;

display: inline-block;
font-size: 0.9vw;
margin-bottom: 10px;
position: relative;
text-align: right;
text-decoration: underline;
width: 100%;
}
.ShowInSiteLink a{
cursor: pointer;
}
#AddShowInSite
{
    color: #16ac2c;
}
#RemoveShowInSite
{
color: #ff0000;
text-align: left;
}
#ShowInSiteLastEditions
{
float: right;
padding-right: 15px;
}
#Select_ItemLink
{
    cursor: pointer;
    text-decoration: underline;
    float: right;
    margin-right: 5px;
    color: #3399FF;
}
/*******************************     MEMBERS **********************************************************/
#EXCImg
{
    float: left;
    vertical-align: top;
    cursor: pointer;
}
.AddFileRow
{
    position: relative;
    display: none;
}
#AddFileGroup, #AddFileSubGroup
{
    float: right;
    margin-right: 3px;
    width: 3%;
    margin-top: 4px;
    cursor: pointer;
}

tr.AddFileRow > td
{
    padding-bottom: 30px;
    padding-top: 10px;
}
.AddFileRow .AddLink
{
    color: #0A8922;
    float: right;
    margin-right: 2%;
    text-decoration: underline;
    cursor: pointer;
}
.AddFileRow .CancelLink
{
    color: #FF0000;
    float: right;
    margin-right: 2%;
    text-decoration: underline;
    cursor: pointer;
}
/*******************************************   LOGIN  ***************************************************/
.tblLogin
{
    direction: rtl;
    width: 50%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}
.tblLogin tbody
{
    border: 8px solid #E8E9D1;
}
#loginHeader
{
    color: #ffffff;
    font-weight: bold;
    font-family: titr;
    font-size: large;
    text-align: right;
}
#btnRefresh
{
    cursor: pointer;
}
/******************************** Admin_Access *********************************************************/
#MenuTbl
{
    direction: rtl;
}
.AddMenu
{
    float: right;
    cursor: pointer;
}
#MenuTbl input
{
    width: 95%;
    margin-left: 5px;
}
#MenuTbl td
{
    width: 30%;
    text-align: right;
}
#MenuTbl span
{
    float: right;
    width: 100%;
}
#MenuTbl select
{
    width: 99%;
}
#FormPageTbl
{
    display: none;
}
#FormMenuTbl
{
    display: none;
}
#tbl-Access div
{
    display: inline-block;
    text-align: right;
    width: 33%;
}
#tbl-Access input
{
    margin-left: 10px;
}

/******************************   SMS     ***************************************************/

#Form_SendSMS
{
    direction: rtl;
    margin: auto;
}
#Txt_SMS_Rcvr
{
    height: 100px;
    margin-right: 50px;
    width: 700px;
    text-align: right;
}
#Txt_SMS_Cont
{
    height: 250px;
    margin-right: 50px;
    width: 700px;
    direction: rtl;
}
#Smswarn
{
    background-color: #008000;
    bottom: 5px;
    color: #FFFFFF;
    left: 30%;
    padding: 2px 10px;
    position: absolute;
}
.blockSMSSetting
{
    direction: rtl;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
    width: 90%;
}
.blockSMSSetting input[type='checkbox']
{
    width: auto;
}
.blockSMSSetting span
{
    direction: rtl;
    text-align: right;
}
.blockSMSSetting b
{
    margin-left: 4px;
    margin-right: 4px;
}
#UpdateAdminNumberPanel
{
    background-color: #EEEEEE;
    direction: rtl;
    display: none;
    padding: 15px;
    position: absolute;
    right: 15%;
    top: -30px;
    width: 80%;
}
#UpdateAdminNumberPanel #AdminNumber{
        width: 60%;
}

/******************************   Orders     ***************************************************/

.block select
{
    width: 63%;
}
.block input
{
    width: 63%;
}

#OrderDetailPanel
{
    background-color: #ffffff;
    direction: rtl;
    font-size: 0.95vw;
    height: auto;
    left: 5%;
    position: absolute;
    text-align: right;
    top: 50px;
    width: 90%;
    z-index: 3000000;
}
#OrderDetailPanel #FormData
{
    margin: auto;
    padding-bottom: 20px;
    width: 98%;
}
#OrderDetailPanel #MemberInfo
{
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    margin: 22px auto;
    padding: 10px 5px;
    width: 95%;
}
#OrderDetailPanel #MemberInfo span
{
    display: block;
    font-family: conv_homa;
    margin-bottom: 1px;
    padding-right: 10px;
}
#OrderDetailPanel #ItemInfo
{
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 90%;
}
#OrderDetailPanel .InfoBlock
{
    height: 25px;
    width: 100%;
}
#OrderDetailPanel .InfoBlock .DetailTitle
{
    padding-right: 2%;
}
.UpdateStatuesTypeOrder select
{
    width: 100%;
}
/******************************** PERSONNEL *****************************************************/
.personelSpan
{
    float: right;
    vertical-align: bottom;
    margin-top: 4px;
    margin-right: 3px;
    margin-left: 3px;
}
.RegisterPersonelSep
{
    background-color: #46b8da;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#BookTypePanel
{
    display: none;
}



#KeyWordLink
{
    float: right;
}
#KeyWordPopUp
{
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2900000;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    cursor: wait;
    background-repeat: no-repeat;
}
#ExsitKeyword
{
    background-color: #ffffff;
    display: none;
    left: 5%;
    position: absolute;
    top: 50px;
    width: 90%;
    z-index: 2147483647;
}



/******************************** IMPORT DATA *****************************************************/
#DownloadFile
{
    padding-bottom: 20px;
    padding-right: 2%;
    text-align: right;
    vertical-align: middle;
    width: 98%;
}

#AttentionPanel
{
    background-color: #ffffff;
    border: 4px double #cccccc;
    direction: rtl;
    padding: 10px;
    text-align: right;
}

#AttentionPanel ul
{
    line-height: 2;
}

#ImportDataForm table tr td
{
    text-align: right;
}
#UploadResult
{
    background-color: #ffffff;
    direction: rtl;
    margin-bottom: 20px;
    text-align: right;
}
#UploadResult #ErrorMsg
{
    color: #ff0000;
}
#UploadResult #Result
{
    padding: 20px;
}
#UploadResult #HeaderResult
{
    background-color: #46b8da;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    display: block;
    font-family: conv_homa;
    font-size: 1.1vw;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 3px 10px 3px 3px;
}
#UploadResult #Result table
{
    border: 1px solid #cccccc;
    margin: 3px 0 0;
    padding: 0;
    width: 100%;
}
#UploadResult #Result table tr th
{
    background-color: #818181;
    color: #ffffff;
    font-family: conv_homa;
    font-size: 0.9vw;
    padding: 6px;
    text-align: center;
}
#UploadResult #Result table tr
{
}
#UploadResult #Result table tr td
{
    padding: 10px;
}
#ErrorList td
{
    background-color: #f36568;
}
#CorrectList td
{
    background-color: #46cc88;
}
#DublicatedList td
{
    background-color: #dee65d;
}
#ResultSummary
{
    background-color: #f8ebc3;
    display: block;
    padding: 10px;
}
#ResultSummary p
{
    font-family: conv_homa;
    font-size: 1.1vw;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-top: 0px;
}
#ResultSummary div
{
    line-height: 1.5;
    margin-top: 9px;
    text-align: right;
}
#ResultSummary div span
{
    border: 1px solid;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 1.5%;
    margin-right: 2%;
    padding-right: 1.5%;
    width: 44%;
}
#Result p
{
    margin-bottom: 0;
    margin-top: 40px;
}
#ResultSummary p
{
    font-family: conv_homa;
    font-size: 1.1vw;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-top: 0px;
}
/*----------------News----------------*/
#MainSubjectChks
{
    text-align: right;
}
.thumbnail
{
    float: right;
    margin-right: 5px;
}
.delimg,.deleteRelatedPic,.delMainPic
{
    cursor: pointer !important;
}
.ui-widget-header
{
    background-color: #46b8da !important;
}
.headerButtons
{
    text-align: right;
    direction:rtl;
}
.AddInfo span
{
    color: #46b8da;
    font-size: 16px;
    margin-left: 10px;
    
}
.smsGuid{
    text-align:right;
    direction:rtl;
    border:1px solid #46b8da !important;
    background-color:#d9edf7 !important;
    color:gray;
}


#PnlBonAddItems{background-color: #ffffff;border:solid 2px orange;float:right;direction:rtl;text-align:right;}



#InserBookForm{position:relative; top:0px;z-index:1}
#InserBookForm input{ width:100%;}
#InserBookForm select{width:94%}
#InserBookForm textarea{width:100%}
#InserBookForm td{text-align:left; vertical-align:top;}
.forc{color:#FF0000;}
#InserBookForm td img{ cursor:pointer; width:10px;}
#InserBookForm td .thumbnail img {width:150px !important}
#popUpInsertInfo{z-index:20000000}
#popUpInsertInfo input{ width:50%}
#InsertInfoPanel{background-color: #ffffff;direction: rtl;font-family: tahoma;font-size: 12px;margin: 72px auto auto;padding: 20px;text-align: right;width: 75%;}
#InsertInfoPanel #HeaderInsert{border-bottom: 3px solid #4bd942;font-family: conv_homa;font-size: 15px;margin-right: 0;padding-bottom: 5px;padding-right: 12px;text-align: right; margin-bottom:20px;}
#BtnPanel{ text-align:left}
#BtnPanel span{cursor: pointer;display: inline-block;margin-left: 16px;}
#BtnPanel span:hover{text-decoration:underline}
.notAccess{display:inline-block !important}

#ResultShow{background-color: #ffffff;margin: 54px auto auto;text-align: right;width: 74%; padding-bottom:35px}
#ResultShow ul{direction: rtl;line-height: 5;list-style: outside none none;}
#ResultShow li{}
#ResultShow .bgOpinion{background-color: gray;display: block;height: 30px;margin: auto;width: 400px;}
#ResultShow .bgOpinion .bgPercent{height: 30px;background-color:#46b8da;float:left;text-align:left}
.OpinionQuestion{border-bottom: 1px solid #cccccc;display: block;line-height: 1;margin-top: 22px;padding-bottom: 10px;width: 93%;}


@media screen and (max-width: 980px) {
	table {
		overflow-x: auto;
		display: block;
	}
   .ui-sortable img{ width:100% !important}
}

 @media print {
     body
     {
         background-color:red !important;
     }
}

 #KeyWordLink{cursor:pointer;}




 
/****************Dashboard Page******************/
#DashboardMenu{
    display:inline-block !important;
}
.box > .icon {
    text-align: center;
    position: relative;
}
.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 75px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 18px !important;
    color:white;
}
.box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
}
.box > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 25px 0 10px 0;
    line-height: 35px;
    min-height: 330px !important;
}
.box > .icon > .info .badge{
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 10px;
    font-weight: 400 !important;
}
.box > .icon > .info .price{
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top:0px;
    font-weight: 400 !important;
}
.box > .icon > .info .lblPrice{
    color: #618a66;
    margin-right: 5px;
}

#BoxComment.box > .icon > .image {
    background: #c1987b !important;
}
#BoxMember.box > .icon > .image {
    background: #b5838a !important;
}
 #BoxShopping.box > .icon > .image {
    background: #618a66 !important;
}
 #BoxVisit.box > .icon > .image {
    background: #5298a9 !important
}
 .info > div{
     position:relative !important;
     text-align:right;
     padding:0 10px;
 }
.info{
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
 }
.info a{
    cursor:pointer !important;
    color:#000;
    text-decoration:underline;
}
/************************************************/
.tblDataList td p{white-space:pre-wrap; word-wrap:break-word; width:200px;}
   .tblDataList tr.sending td
       {
            background: #a8e2af;
       }

   #menuRegion .subMenu{

           width: 6% !important;
           font-size: 1.3vw!important;
   }

   #InsertItemForm{position:relative; top:0px;z-index:1}
#InsertItemForm input{ width:100%;}
#InsertItemForm select{width:94%}
#InsertItemForm textarea{width:100%}
#InsertItemForm td{text-align:left; vertical-align:top;}
.forc{color:#FF0000;}
#InsertItemForm td img{ cursor:pointer; width:10px;}
#InsertItemForm td .thumbnail img {width:150px !important} 
.dynamic-field img{ cursor:pointer; width:25px !important;}

.WorkHoursBlock {
    direction:rtl;
    cursor:default !important;
    margin-top: 10px;
}
#WorkHoursInfo .col-md-3{
    float: right !important;
    padding-right:5px !important;
    padding-left:0px !important;

}
#WorkHoursInfo {
    padding-right: 20px !important;
    margin-right: -15px!important;
    margin-left: 15px!important;
}

.WorkHoursBlock .imgSelectBook,.delivery_text span.imgSelectBook{

  background-image: url(/Images/ALL/close.png);
  display: inline-block!important;
  vertical-align: middle!important;
  width: 20px!important;
  height: 20px!important; 
  padding-right: 0%!important;

}
.main-td span{
    padding: 5px;
}
.edit-td input{
    width: 40px;
}
.Confirmation-Factor{
    padding-bottom: 14px;
        text-align: center;
}
.Confirmation-Factor a{
    margin: 0 auto;
    display: inline-block;
}
/*.edit-td{
    display:none;
}*/
.modal .modal-content{
    direction: rtl !important;
}
#WorkStation_Form .FormTbl select{
        width: 60% !important;
}
#WorkStation_Form .FormTbl input,#WorkStation_Form .FormTbl textarea{
      width: 80% !important;
}
#WorkStation_Form .region-list input[type=checkbox]{
    margin: 4px -40px 0px!important;
}
.wrapper-radio-list input[type=checkbox]{
      margin: 4px -20px 0px!important;
}
#WorkStation_Form .region-list .checkbox,#WorkStation_Form .region-list .col-md-3,
.wrapper-radio-list .checkbox,.wrapper-radio-list .col-md-3{
   float:right;
}
#WorkStation_Form .CustomKeyRegions{
    margin:5px;
}
#WorkStation_Form .FormTbl #chk_Active,#WorkStation_Form .FormTbl #chk_IsDefault{
      width: 10% !important;
}
#WorkStation_Form .region-list,.wrapper-radio-list{
    text-align: right;
    min-height: 30px;
    max-height: 200px;
    overflow-y: auto;
}


