/* account */
#account{
    margin:0 auto 20px auto;
    min-height: 600px;
}

.acContent{

    padding-top: 0px;
}
.acmenu ul{list-style: none;display: table;text-align: center;
    margin: 0 auto;}
.accwrap {
    max-width: 1000px;
    margin: 0 auto;
}
.acmenu li {
    padding: 10px;
    cursor: pointer;
    color: #d4d6da;
    font-size: 12px;
    position: relative;
}
::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
input:-moz-placeholder { text-align:right; }
.acmenu li.active{
    color: #fff;
    cursor: default !important;
    border-bottom: 2px solid #d1035e;
}

.acmenu li:hover{background: #262a38;color:#d4d6da;}

.acmenu{
    float: none;
    margin:0 auto 10px auto;
    background: #2c303d;
}
.acmenu li{
    display: inline-block;
    text-align: center;
}

.conaac {
    display: none;
}
#account .Credit{
    text-align: center;
}
.conaac.active{
    display: block;
}
.creCart{
    display: inline-block;
    width: 250px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    position: relative;

}
.creCart input[type="number"]{
    direction: ltr;
}
@media only screen and (max-width: 400px) {/*400*/
    .creCart{
        width: auto
    }
}
.priceCr{
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.pricedesc{
    font-size: 13px;
    color: #777;
    padding: 10px;
    text-align: center;
}
.creord{
    text-align: center;
}
.credOrd{
    padding: 8px 0;
    width: 100%;
    cursor: pointer;
}

#account #pass{
    text-align: center;
}
.register .container-homepage{
    margin: 0;
}

.alertMsg {
    color: #099675;
    text-align: center;
    margin: 20px;
}
.alertMsg.error {
    color: #ff2038;
}
.green{color: #3fc392}
.red{color: #ff3043}
.api-view{text-align: center}
.tabHolder > div.active {
    border-bottom: 2px solid #db2c70;
}
.tabHolder > div {
    display: inline-block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    margin: 10px 20px;
}
.tabHolder {
    width: 100%;
    text-align: center;
}
.centertitle {
    text-align: center;
    margin: 70px 0;
    font-size: 20px;
    position: relative;
    color: #666;
}
.centertitle:before,.centertitle:after {
    border-bottom: 1px solid #e0e0e0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -17px;
    border-top: 1px solid #e0e0e0;
    height: 3px;
}
.centertitle:before {
    top: -17px;
}.centertitle:after {
     bottom: -17px;
 }

#orders a {display:inline-block;margin: 0 5px;}
#orders a.completed {
    color: #1ec61e;
}
#orders a.deleted {
    color: #d92872;
}
#winclubdesc h3 {
    margin-top: 33px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.1), #2fda99);
    background-size: 100% 20%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 10px 27px
}
#winclubdesc div {
    line-height: normal;
    font-size: 14px;
    margin-right: 10px;
}
#winclubdesc.folded .remore{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
}
#winclubdesc .remore{
    display: none;
}
#winclubdesc{
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    padding: 10px;
}
#winclubdesc.folded {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    height:  350px;
    overflow-y: hidden;
}
div.remore {
    text-align: center;
    position: relative;
}
div.remore >div {
    border: 1px solid rgba(73, 186, 137,0.44);
    margin: 0 auto;
    width: 150px;
    padding: 6px;
    border-radius: 10px;
    background: #60bf94;
    color: #fff;
    cursor: pointer;
}
.remore:before {
    border-bottom: 1px solid rgba(73, 186, 137,0.44);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.alertmessage {
    line-height: normal;
    font-size: 13px;
    background: #f9f9f9;
    color: #101010;
    padding: 20px;
    border-radius: 5px;
    padding-right: 82px !important;
    position: relative;
    text-align: right !important;
}
.alertmessage:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../images/warn.png?1) no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #f5f1f0;
    background-position: center;
}
.alertmessage.alertmessageSmall:after {
    width: 30px;
    height: 40px;
    background-size: 18px;
}
.alertmessage.alertmessageSmall {
    font-size: 10px;
    padding: 15px;
    padding-right: 25px !important;
}
.alertmessagenobg{
    background: transparent !important;
    border-color: transparent !important;
}
.alertmessagenobg:after{
    border-color: transparent !important;
}
.bigAlert{
    font-size: 14px;
    text-align: center;
    margin: 20px;
}
.txt{
    color: #333;
}
.indicator {
    position: absolute;
    top: 3px;
    left: 4px;
    color: #ff6b00;
    font-size: 11px;
}
.mediaUploader {
    background-color: #f5f5f5;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    float: none;
    text-align: center;
    color: #999;
    padding: 20px;
    vertical-align: middle;
    font-size: 32px;
    line-height: 30px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
img#imagethumb {
    margin-top: 15px;
}
#fileupload {
    display: none;
}
.accessblock input.btn {
    padding: 7px 20px;
}
.accessblock {
    text-align: center;
    padding: 10px;
}
.accessblock input.inputgray {max-width: 300px;direction: ltr }
.accesscode {
    font-size: 20px;
    margin: 30px;
}
.accesscode span {
    display: inline-block;
    margin: 10px auto;
    background: #e9f2f7;
    padding: 20px;
    border: 1px solid #c8dae4;
    border-radius: 5px;
    font-size: 13px;
    clear: both;
    min-width: 200px;
    text-align: center;
    box-sizing: border-box;
}
/*datatable*/
.dataTables_paginate input {
    width: 35px;
    background: #f1f1f1;
    border: 1px solid #eee;
    text-align: center;
    padding: 4px;
    margin:0 3px;
    direction:ltr
}
@media only screen and (max-width: 600px) {
    .paginate_button, .paginate_active {
        padding: 5px 10px !important;
    }
    a.checkorder {
        margin: 0 5px;
        width: 200px;
        text-align: center;
        margin-top: 7px !important;
        padding: 10px;
    }
}
div#table_paginate span, div#tableCredit span {
    display: inline-block;
}
.datatables td{text-align:center}
#table_length,#tableCredit_length,.dataTables_info{
    display:none
}
.datatables th{
    border:1px solid #888
}
.datatables .head{
    background:#f1f1f1;
    border-bottom:1px solid #ccc;
    margin-bottom :10px;
    padding:10px
}

.datatables th {
    background-color: #ffffff;
    border: 1px solid #dedede;
    margin: 0;
    color: #2f2f2f;
    padding: 10px 0;
}
.datatables td{
    padding:7px 5px;
    border: 1px solid #f1f1f1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f1f1f1;
    font-size: 11px;
    word-break: break-word;
}
.datatables .ltr{
    direction: ltr;display: inline-block;    word-break: break-word;
}
.datatables tr{
    background-color: #fcfcfc;
}
.datatables tr.even{
    background-color: #f8f8f8;
}
.paginate_button, .paginate_active {
    padding: 5px 19px;
    background: #fefefe;
    margin: 4px;
    border: 1px solid #f1f1f1;
    color: #1696f7;
    cursor: pointer;

    font-family: "iransans";
}
.datatables a.paginate_active,.paginate_button.current,.paginate_button:hover {
    background: #f1f1f1;
    text-decoration: none;
}
div#table_paginate,div#tableCredit_paginate {
    text-align: center;
    margin-top: 14px;
}

div#table_paginate a ,div#tableCredit_paginate a {
    float: left;
}
div#table_filter:before ,div#ttableCredit_filter:before {
    content: "جستجو :";
    margin-right: 13px;
}
div#table_filter input {
    border: 0;
    background: #eee;
    margin: 10px;
    padding: 6px 10px;
    border-radius: 30px;
    width: 200px;
    /* box-sizing: border-box; */
}
.paginate_active {
    background: #eee;
}
/*end datatable*/
@media only screen and (max-width: 560px){
    table.mobiletable td, table.mobiletable tr { display: block; }
    table.mobiletable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.mobiletable tr + tr { margin-top: 1.5em; }
    table.mobiletable td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 14px;
        text-align: left;
        padding-left: 30px;
    }

    table.mobiletable td:before {
        content: "";
        display: inline-block;
        line-height: 1.5;
        margin-left: 10px;
        white-space: nowrap;
        float: right;
        padding-right: 15px;
    }
}