﻿/* PACKAGES LIST V1 */

/*------------------------ PACKAGES LIST -------------*/
.S_Packages_List_Main {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.6);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 910000;
}

.S_Packages_List_Body {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.S_Packages_List_Panel {
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.7);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}

.S_Packages_List_Clear {
    width: 100%;
    clear: both;
}
/*------------------------ PACKAGES LIST -------------*/



/*---------------------------- ITEMS -----------------*/
.S_Packages_List_Message_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(0,120,255,0.1);
    border-radius: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    direction: rtl;
    color: #0078FF;
    clear: both;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Packages_List_Items_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    direction: rtl;
    clear: both;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Packages_List_Item_body {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px;
}

.S_Packages_List_Item {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 2px;
}

.S_Packages_List_Item_Is_Count {
    background-color: rgba(0,165,155,1.0);
    cursor: pointer;
}

    .S_Packages_List_Item_Is_Count:hover {
        background-color: rgba(0,185,175,1.0);
    }

.S_Packages_List_Item_No_Count {
    background-color: rgba(150,150,150,1.0);
}

.S_Packages_List_Item_Title {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    direction: rtl;
    color: #FFFFFF;
}

.S_Packages_List_Item_Sign {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 5px;
    font-family: 'AtrinReserveSign1';
    font-size: 1.6em;
    text-align: right;
    direction: rtl;
    color: rgba(255,255,255,0.8);
}

.S_Packages_List_Key_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-top: solid 1px #E0E0E0;
    clear: both;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.S_Packages_List_Key {
    position: relative;
    display: block;
    width: 130px;
    height: auto;
    padding: 5px 10px 5px 10px;
    border: none;
    background-color: #E0E0E0;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    color: #000000;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    cursor: pointer;
}
/*---------------------------- ITEMS -----------------*/





@media screen and (min-width:0px) and (max-width:1200px) {
}

@media screen and (min-width:0px) and (max-width:1000px) {
}

@media screen and (min-width:0px) and (max-width:800px) {
}

@media screen and (min-width:0px) and (max-width:400px) {
}
