﻿div.loading {
    position: absolute;
    position: fixed;
    z-index: 5;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    /*background: url(../images/logo.png);*/
}

    div.loading p {
        margin: 0px auto;
        margin-top: 230px;
        width: 230px;
        padding: 8px;
        text-align: center;
        /*background: url(img/bg_load.jpg) #FFF;*/
        background: url(../images/logo.png);
        /*border: 2px solid #bbb;*/
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /*-webkit-box-shadow: 0 0 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -o-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;*/
        font: 8pt/2 Tahoma, Geneva, sans-serif;
    }

#tooltips {
    position: absolute;
    background: #000;
    padding: 5px 5px;
    color: #fff;
    display: none;
    -webkit-box-shadow: 0 0 8px #444;
    -moz-box-shadow: 0 0 8px #444;
    box-shadow: 0 0 8px #444;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.divscroll {
    width: 95%;
    overflow-x: scroll;
}

.paddingme {
    padding-left: 0px;
    padding-right: 0px
}

.marginme {
    margin-left: 0px;
    margin-right: 0px;
}

.paddingme2 {
    padding-left: -20px;
    padding-right: -20px
}

.marginme2 {
    margin-left: -20px;
    margin-right: -20px;
}

.marginme3 {
    margin-bottom: 10px;
}

.MyBoxShadow {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: -1px 1px 5px 0px rgba(184,184,184,1);
    box-shadow: -1px 1px 5px 0px rgba(184,184,184,1);
}
.imgBorderRadious{
    border-radius:5px;
    margin-top:10px
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.page_divider {
    background: #cfd8dc;
    clear: both;
    height: 27px;
    margin: 20px 0 30px 0;
    position: relative;
}

    .page_divider span {
        background: #455a64;
        color: #fff;
        font-size: 12px;
        display: block;
        min-width: 50px;
        text-align: center;
        padding: 3px 12px 6px 12px;
        position: absolute;
        right: 0;
    }

        .page_divider span:after {
            position: absolute;
            display: block;
            border-color: transparent;
            border-style: solid;
            bottom: -10px;
            right: 50%;
            margin-right: -5px;
            border-top-color: #455a64;
            content: " ";
            border-width: 5px;
            box-sizing: border-box;
            z-index: 2;
        }

.pagination_divider {
    margin: 20px 0 30px 0;
    position: relative;
    width: 100%;
    background: #cfd8dc;
    height: 27px;
}

    .pagination_divider .current_page {
        background: #455a64;
        color: #fff;
        font-size: 12px;
        display: block;
        min-width: 50px;
        text-align: center;
        padding: 3px 12px 6px 12px;
        position: absolute;
        right: 0;
    }

        .pagination_divider .current_page:after {
            position: absolute;
            display: block;
            border-color: transparent;
            border-style: solid;
            bottom: -10px;
            right: 50%;
            margin-right: -5px;
            border-top-color: #455a64;
            content: " ";
            border-width: 5px;
            box-sizing: border-box;
            z-index: 2;
        }

    .pagination_divider .prev_page {
        text-align: center;
    }

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 0;
    border-radius: 0;
}

    .pagination > li {
        float: right;
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        padding: 1px 8px;
        display: inline;
    }

        .pagination > li:first-child {
            padding: 6px 8px;
        }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: right;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-right: -1px;
        }

        .pagination > li > a, .pagination > li > span {
            padding: 4px 9px;
            color: #b0bec5;
            border: 0;
            margin-right: 1px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li > .pager_dots, .pagination > li:hover > .pager_dots {
            background: #cfd8dc;
            color: #455a64;
            cursor: default;
        }

.loader {
    width: 100%;
    height: 48px;
    margin: 10px 0;
    background: url('../images/loading.gif') no-repeat center center;
}

.TableTheme1 {
}

    .TableTheme1 .TableRowContainer {
        height: 1%;
        overflow: hidden;
        border-bottom: 2px solid #eee;
        margin: 2px 15px;
        padding-bottom: 4px;
    }

    .TableTheme1 .TableTr:last-child .TableRowContainer {
        border-bottom: none !important;
    }

    .TableTheme1 .TableRowContainer span {
        line-height: 35px;
        /*padding:10px 0;*/
    }

        .TableTheme1 .TableRowContainer span.glyphicon {
            line-height: 14px;
        }

    .TableTheme1 .TableRowContainer img {
        width: 100%;
    }

    .TableTheme1 #TableHeader div,
    .TableTheme1 #TableFooter div {
        font-weight: bold;
        line-height: 2.5em;
    }
/*My New Button*/


/* header */
h1 {
    color: #55acee;
    text-align: center;
}

/* header/copyright link */
.link {
    text-decoration: none;
    color: #55acee;
    border-bottom: 2px dotted #55acee;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    cursor: url(http://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto;
}

    .link:hover {
        color: #2ecc71;
        border-bottom: 2px dotted #2ecc71;
    }

/* button div */
#buttons {
    padding-top: 50px;
    text-align: center;
}

/* start da css for da buttons */
.btn {
    border-radius: 5px;
    /*padding: 15px 25px;*/
    /*font-size: 12px;*/
    text-decoration: none;
    /*margin: 20px;*/
    color: #fff;
    position: relative;
    display: inline-block;
}

    .btn:active {
        transform: translate(0px, 5px);
        -webkit-transform: translate(0px, 5px);
        box-shadow: 0px 1px 0px 0px;
    }

.blue {
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;
}

    .blue:hover {
        background-color: #6FC6FF;
    }

.green {
    background-color: #2ecc71;
    box-shadow: 0px 5px 0px 0px #15B358;
}

    .green:hover {
        background-color: #48E68B;
    }

.red {
    background-color: #e74c3c;
    box-shadow: 0px 5px 0px 0px #CE3323;
}

    .red:hover {
        background-color: #FF6656;
    }

.purple {
    background-color: #9b59b6;
    box-shadow: 0px 5px 0px 0px #82409D;
}

    .purple:hover {
        background-color: #B573D0;
    }

.orange {
    background-color: #e67e22;
    box-shadow: 0px 5px 0px 0px #CD6509;
}

    .orange:hover {
        background-color: #FF983C;
    }

.yellow {
    background-color: #f1c40f;
    box-shadow: 0px 5px 0px 0px #D8AB00;
}

    .yellow:hover {
        background-color: #FFDE29;
    }

/* copyright stuffs.. */
p {
    text-align: center;
    color: #55acee;
    padding-top: 20px;
}

/*
    Name:           ph-buttons
    Description: 	Pixcil Hub Buttons
    Author: 		   Pixcils®
    Version: 	  	1.0
*/

/*Main button class
==========================*/
.ph-button {
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;
    font-family: "Gotham Rounded A","Gotham Rounded B",Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 19px 39px 18px;
    font-size: 18px;
}
/*Green
==========================*/
.ph-btn-green {
    border-color: #3AC162;
    background-color: #5FCF80;
}

    .ph-btn-green:hover, .ph-btn-green:focus, .ph-btn-green:active {
        background-color: #4BC970;
        border-color: #3AC162;
    }

/*Blue
==========================*/
.ph-btn-blue {
    border-color: #326E99;
    background-color: #3F8ABF;
}

    .ph-btn-blue:hover, .ph-btn-blue:focus, .ph-btn-blue:active {
        background-color: #397CAC;
        border-color: #326E99;
    }

/*Grey
==========================*/
.ph-btn-grey {
    background-color: #C6CCD2;
    border-color: #AAB3BB;
}

    .ph-btn-grey:hover, .ph-btn-grey:focus, .ph-btn-grey:active {
        background-color: #B8BFC7;
        border-color: #AAB3BB;
    }

/*Red
==========================*/
.ph-btn-red {
    background-color: #ED5A5A !important;
    border-color: #EA4343 !important;
}

    .ph-btn-red:hover, .ph-btn-red:focus, .ph-btn-red:active {
        background: none repeat scroll 0 0 #EB4848 !important;
        border-color: #E83131 !important;
    }


/*DEMO ONLY FOR CENTER POSITION*/
.ph-container {
    margin: 0 auto;
    display: inline;
}

.ph-float {
    float: left;
    width: 22%;
    padding: 10px;
    padding-top: 50px;
    text-align: center;
}

.ph-clear {
    clear: both;
}
/*  Pay radio button  */
.checkboxgroup {
    display: inline-block;
    text-align: right;
    padding: 0.5rem;
    float: right;
}

    .checkboxgroup label {
        display: block;
        margin-top: 1rem;
        padding-right: 10px;
    }

/*input[type=radio] {
    transform: scale(2);
}*/

div.details {
    margin-top: 40px;
    direction: rtl
}

    div.details h4 {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-color: #3fbe4f;
        color: #fff;
        text-shadow: 0 1px 1px #383838;
        margin: 5px 0 10px 0;
        direction: rtl;
        text-align: right;
        font: bold 14px BYekan,tahoma,arial;
        padding: 7px;
        padding-right: 20px;
        width: 450px
    }

    div.details table td {
        height: 25px;
        clear: both
    }

        div.details table td.lbl {
            padding-right: 10px;
            width: 110px;
            color: #024969;
            font-weight: bold
        }

div.advstar {
    float: right;
    width: 20px;
    text-align: right
}

    div.advstar img {
        border: none;
        margin: 0;
        padding: 0;
        width: 11px
    }

.tarafe2 {
    cursor: pointer;
    text-align: center;
    font: bold 13px BYekan,tahoma;
    background: #368cb3;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0
}

.tarafe table.tbltarafe {
    margin-top: 7px;
    margin-bottom: 15px;
    border: 1px solid #368cb3;
    border-collapse: collapse
}

    .tarafe table.tbltarafe tr td {
        border: 1px solid #368cb3
    }

        .tarafe table.tbltarafe tr td.head {
            font-weight: bold;
            border: 1px solid #368cb3;
            background-color: #368cb3;
            color: #fff;
            text-align: center
        }

div.tarafe {
    font: normal 12px BYekan,tahoma,arial
}

div.advdetails {
    margin-bottom: 10px
}

    div.advdetails h4 {
        text-align: right;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-color: #4D9FC6;
        box-shadow: 0 0 0 inset #383838;
        -moz-box-shadow: 0 0 0 inset #383838;
        -webkit-box-shadow: 0 0 0 inset #383838;
        color: #fff;
        text-shadow: 0 1px 1px #383838;
        direction: rtl;
        text-align: right;
        font: bold 14px BYekan,tahoma, arial;
        margin: 5px 0 10px;
        padding: 1px 10px 3px 3px
    }

        div.advdetails h4 img {
            text-align: right;
            border: none;
            width: 25px;
            margin: 0 5px -6px 0;
            padding: 0
        }

img.advarrow {
    text-align: right;
    width: 20px;
    margin-bottom: -2px;
    margin-right: 3px
}

div.advdetailsright {
    text-align: right;
    float: right;
    width: 270px
}

div.advdetailsright {
    text-align: right;
    display: inline;
    width: 270px
}

div.advdetails span.detailtitle a.detailtitle {
    text-align: right;
    width: auto;
    color: #247ca4;
    text-align: right;
    font: normal 16px BYekan,tahoma,Arial, Helvetica, sans-serif;
    line-height: 1em;
    display: inline-block;
    margin: 0;
    padding: 5px 0
}
::-webkit-input-placeholder {
    font-size: 25px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 25px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 25px;
}

/* Overriding styles */

::-webkit-input-placeholder {
    font-size: 13px !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px !important;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px !important;
}
.showhim:hover .showme {
    /*display: block;*/
    visibility:visible;
}
.showme {
    /*display: none;*/
    visibility:hidden;
}
.product_name {
    text-align: center !important;
    font-family: 'IranSans' !important;
    font-weight: normal;
    font-size: 14px;
    color:black;
}
