﻿.SDT_Main
{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100000;
}
.SDT_Main_Back
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}
.SDT_Main_Body
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.3);
    border-radius: 2px;
    z-index: 100;
}
.SDT_Top_Main
{
    position: relative;
    display: table;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    clear: both;
}
.SDT_Top_Text_Main
{
    position: absolute;
    display: block;
    width: auto;
    height: 35px;
    left: 38px;
    right: 38px;
    top: 0px;
    z-index: 1;
}
.SDT_Top_Text_Body
{
    position: relative;
    display: table;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SDT_Top_Text_1, .SDT_Top_Text_2, .SDT_Top_Text_3, .SDT_Top_Text_4
{
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
}
.SDT_Top_Text_1
{
    background-color: #DCFFE6;
    color: #326400;
}
.SDT_Top_Text_2
{
    background-color: #FFE6DC;
    color: #C80000;
}
.SDT_Top_Text_3
{
    background-color: #FFF0D2;
    color: #AA6400;
}
.SDT_Top_Text_4
{
    background-color: #F5F5F5;
    color: #6E6E6E;
}
.SDT_Top_Arrow_L, .SDT_Top_Arrow_R
{
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 0px;
    border: solid 1px #E0E0E0;
    border-radius: 3px;
    background-color: rgba(190,210,255,0.0);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 10;
}
.SDT_Top_Arrow_L:hover, .SDT_Top_Arrow_R:hover
{
    background-color: rgba(190,210,255,0.2);
}
.SDT_Top_Arrow_L
{
    left: 0px;
    background-image: url('../Images_Office/Sign_Arrow_L.png');
}
.SDT_Top_Arrow_R
{
    right: 0px;
    background-image: url('../Images_Office/Sign_Arrow_R.png');
}
.SDT_Week_Main
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    border-top: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear: both;
}
.SDT_Days_Row_DaysName, .SDT_Days_Row
{
    position: relative;
    display: table;
    width: auto;
    height: 30px;
    border-bottom: solid 1px #E0E0E0;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SDT_Days_Item
{
    position: relative;
    display: block;
    float: right;
    width: 34px;
    height: 30px;
    font-family: 'IRANSans';
    font-style: normal;
    text-align: center;
}
.SDT_Days_Row_DaysName .SDT_Days_Item
{
    background-color: #4B7DB4;
    border-left: solid 1px #FFFFFF;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFFFFF;
}
.SDT_Days_Row .SDT_Days_Item
{
    background-color: #FFFFFF;
    border-left: solid 1px #E0E0E0;
    font-weight: 500;
    font-size: 1.0em;
    color: #000000;
}
.SDT_Days_Item_Text, .SDT_Days_Item_Text_Holiday, .SDT_Days_Item_Text_Dis, .SDT_Days_Item_Text_Today, .SDT_Days_Item_Text_Sel
{
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
}
.SDT_Days_Item_Text_Today
{
    background-color: #0078FF;
    color: #FFFFFF;
    cursor: pointer;
}
.SDT_Days_Item_Text_Today:hover
{
    background-color: #1E8CFF;
    color: #FFFFFF;
}
.SDT_Days_Item_Text_Sel
{
    background-color: #FF8C00;
    color: #FFFFFF;
    cursor: pointer;
}
.SDT_Days_Item_Text_Sel:hover
{
    background-color: #FFB000;
    color: #FFFFFF;
}
.SDT_Days_Row .SDT_Days_Item .SDT_Days_Item_Text
{
    color: #000000;
    cursor: pointer;
}
.SDT_Days_Row .SDT_Days_Item .SDT_Days_Item_Text:hover
{
    background-color: #F0F0F0;
    color: #004696;
}


.SDT_Days_Row .SDT_Days_Item .SDT_Days_Item_Text_Holiday
{
    color: #C80000;
    cursor: pointer;
}
.SDT_Days_Row .SDT_Days_Item .SDT_Days_Item_Text_Holiday:hover
{
    background-color: #F0F0F0;
    color: #DC0000;
}

