/*------------------------------ LIST ---------*/
.SList_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 7px #404040;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SList_Row, .SList_Row_Title, .SList_Row_Filters, .SList_Row_List
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #CCCCCC;
    overflow: hidden;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SList_Row
{
    background-color: #FFFFFF;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SList_Row_Title
{
    background-color: #4B7DB4;
}
.SList_Row_Filters, .SList_Row_List
{
    background-color: #F0F0F0;
    cursor: pointer;
}
.STable_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.STable_Body_Scroll
{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STable_Main
{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    border-left: solid 1px #CCCCCC;
}
.STable_Row, .STable_Row_Title
{
    position: relative;
    display: table-row;
    width: 100%;
    height: auto;
    border-bottom: solid 1px #CCCCCC;
}
.STable_Row_Title
{
    background-color: #4B7DB4;
}
.STable_Row
{
    background-color: #FFFFFF;
}
.STable_Row:hover
{
    background-color: #F3F6FB;
}
.SList_Items, .STable_Items, .STable_Items_NoPad
{
    position: relative;
    display: table-cell;
    height: auto;
    padding: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    direction: rtl;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STable_Items_NoPad
{
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.STable_Items_NoPad p
{
    margin-top: -2px;
}
.STable_Items_Slice_Bottom
{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-top: solid 1px #CCCCCC;
    font-family: 'IRANSans';
    font-style: normal;
    color: #0078FF;
    direction: rtl;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SList_Items .SStatus
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    border-radius: 3px;
    font-size: 0.9em;
    clear: both;
    direction: ltr;
}
.SList_Row .SList_Items
{
    display: block;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
    text-align: right;
}
.SList_Row_Title .SList_Items
{
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: right;
}
.SList_Row_Filters .SList_Items
{
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 20px 0px 0px;
    background-image: url('../Images_Office/Sign_Filter.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.SList_Row_List .SList_Items
{
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 0px;
    background-image: url('../Images_Office/Sign_List.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.SList_Row_Filters .SList_Items .SArrow_D, .SList_Row_Filters .SList_Items .SArrow_U
{
    position: relative;
    display: table-cell;
    width: auto;
    height: 30px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    font-size: 0.9em;
    color: #333333;
    text-align: right;
    vertical-align: middle;
}
.SList_Row_Filters .SList_Items .SArrow_D
{
    background-image: url('../Images_Office/Sign_Arrow_B.png');
}
.SList_Row_Filters .SList_Items .SArrow_U
{
    background-image: url('../Images_Office/Sign_Arrow_T.png');
}
.SList_Row_Filters:hover .SList_Items .SArrow_D, .SList_Row_Filters:hover .SList_Items .SArrow_U
{
    color: #0078FF;
}
.STable_Row .STable_Items, .STable_Row .STable_Items_NoPad
{
    border-right: solid 1px #CCCCCC;
    font-weight: normal;
    font-size: 0.9em;
    color: #000000;
}
.STable_Row_Title .STable_Items, .STable_Row_Title .STable_Items_NoPad
{
    border-right: solid 1px #CCCCCC;
    font-weight: bold;
    font-size: 0.9em;
    color: #FFFFFF;
}
.SList_Images
{
    width: 100%;
    height: auto;
    max-width: 130px;
}
.SList_Images_Small
{
    width: 100%;
    height: auto;
    max-width: 50px;
}
.SP_Key_List_Delete {
    background-image: url('/client/css/images/Sign_KeyList_Delete.png');
}
.SP_Key_List_Delete {
    width: 35px;
    height: 35px;
    border: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 4px;
    background-color: rgba(0,120,255,0.0);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SP_Key_List_Delete:hover {
    background-color: rgba(0,120,255,0.1);
}
/*------------------------------ LIST ---------*/
