@font-face{font-family:'BYekan';
    src:url(../fonts/YekanWeb-Regular.eot?#) format("eot"),
    url(../fonts/YekanWeb-Regular.woff) format("woff"),
    url(../fonts/YekanWeb-Regular.ttf) format("truetype")
}
body,html {
    padding: 0;
    direction: rtl;
    text-align: right;
    background: url('../images/bg.png');
    margin: 0;
    color: #333;
    font-weight: normal;
    font-family: 'BYekan',tahoma,arial,sans-serif;
    font-size: 13px;
}
#frotel_factor {
    margin-bottom: 35px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left !important;
}
table input[type="text"] {
    border-radius: 5px;
    border:1px solid #ccc;
    height: 25px;
    width: 35px;
}
.text-right {
    text-align: right;
}
.money {
    color:green;
    font-weight: bold;
}
h2,h1 {
    font-weight: normal;
}
div {
    display: block;
}
p{
    margin: 0;
    padding: 0;
}
.message_customer {
    text-align: center;
}
.message {
    margin-top: 15px;
}
.containerContent {
    width: 950px;
    overflow:hidden;
    margin: 10px auto 25px;
}
.top-header {
    background: #2fc0f2;
    height: 50px;
}
.tab-container {
    display: none;
}
.tab-container.active {
    display: block !important;
}
.tab-nav {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.tab-nav li{
    border:1px solid #ccc;
    border-radius:5px;
    padding: 0 5px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-left: 5px;
}
.tab-nav li.active {
    background: #E9E9E9;
}
.tab-nav li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
}
.payemnt-details {
    display: none;
}
.payemnt-details.active {
    display: block;
}
.alert {
    padding: 5px;
    color:#fff;
    background: #ccc;
    border-radius: 5px;
}
.alert.alert-danger {
    background: #e33737;
    color:#fff;
}
.alert.alert-danger a {
    border: 1px solid #e33737;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 5px;
    background: #f6d7d7;
    color: #ad0909;
    margin: 0 auto;
    min-width: 79px;
    width: 125px;
    text-align: center;
    display: block;
}
.alert.alert-danger a:hover {
    background: #f6bcbc;
}
.alert.alert-success {
    background: #42ec56;
    color: #077708;
}
.alert.alert-success a {
    border: 1px solid #5CD16A;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 5px;
    background: #b9f6c0;
    color: #098117;
    margin: 0 auto;
    min-width: 79px;
    width: 125px;
    text-align: center;
    display: block;
}
.alert.alert-success a:hover {
    background: #9be9a4;
}
.alert.alert-warning{
    background: #ffc600;
    color: #8a6e0b;
}
.alert.alert-info {
    background: #36bcd2;
}
.alert.alert-warning a {
    border: 1px solid #e1af01;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 5px;
    background: #ffeeb3;
    color: #b38c07;
    margin: 0 auto;
    min-width: 79px;
    width: 125px;
    text-align: center;
    display: block;
}
.alert.alert-warning a:hover {
    background: #f9e7a8;
}
.cHeader {
    position: relative;
    height: 175px;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px dotted #06b31a;
}
.headerImage {
    border-bottom: 0 !important;
}
.headerImage img {
    width: 950px;
    height: 180px;
}
.cHeader .header {
    height: 180px;
    position: absolute;
    width: 100%;
    top: -6px;
}
.cHeader .header img {
    display: block;
    margin: 0 auto;
}
.content .header{
    background: #26aee0;
    width: 100%;
    height: 36px;
    line-height:2.2;
    border: 1px dashed #F4F2E9;
    text-align: right;
}
.content .body {
    margin-top: 5px;
}
.sidebar {
    width:250px;
}
.content {
    overflow: hidden;
    border-radius: 10px;
    float: left;
    width: 680px;
    background: #fff;
    min-height: 500px;
}
.content .header h2 {
    font-size: 15px;
    text-indent: 20px;
    margin: 0;
    color: #fff;
}
.sidebar {
    float:right;
}
.box {
    background:#fff;
    overflow:hidden;
    border-radius:10px;
    margin-bottom: 20px;
}
.box .header {
    height:40px;
    width:100%;
    overflow: hidden;
    border: 1px dashed #F4F2E9;
}
.box-info {
    padding: 15px;
}
.box .body{
    min-height:150px;
    width:100%;
    padding-top:5px;
}
.box.green .header {
    background:#21db44;
}
.box .header .icon {
    height: 40px;
    display: inline-block;
    float: right;
    padding: 25px;
    overflow: hidden;
}
.box .header h2 {
    font-size: 15px;
    color:#fff;
    text-indent: 10px;
    line-height:0.7;
}
.box.green .header .icon {
    background: #63e67c url(../images/icon-buy.png) no-repeat;
}
.box.yellow .header .icon {
    background: #fecf41 url(../images/icon-support.png) no-repeat 0 -3px;
}
.box.yellow .header {
    background:#fdc10c;
}
span.important {
    color: #e70101;
    font-weight: 600;
    font-size: 13px;
}
/*span.important.box {*/
/*border: 1px solid #6e1818;*/
/*border-radius: 5px;*/
/*background: #ffdcdc none repeat scroll 0% 0%;*/
/*color: #5f1515;*/
/*padding: 0 4px 2px;*/
/*}*/
.row {
    clear:both;
    margin-bottom: 15px;
}
.col-12 {
    margin-right: 15px;
    border-collapse: collapse;
    margin-left: 15px;
}
.col-6 {
    width: 320px;
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}
.form-group.primary {
    overflow: hidden;
    display: inline-block;
    margin-left: 15px;
    border-radius: 5px;
}
.form-group.primary .input-group {
    border: 1px solid #2fc0f2;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.form-group.primary label {
    background: #2fc0f2;
    color: #fff;
    padding: 0 6px 0px 4px;
    line-height: 2.5;
    min-width: 70px;
    margin-left: -3px;
    display: inline-block;
}
.form-group.primary select {
    border: 1px solid transparent;
    padding: 0;
    color: #2b2929;
    text-align: center;
    font-family: "BYekan",tahoma,arial,sans-serif;
    background:#fff;
}
.form-group.primary select:focus {
    outline: none;
    border: 1px solid transparent;
}
.form-group.primary input[type="text"] {
    border: 1px solid #2fc0f2;
    padding: 2px 5px;
    color: #9b9b9b;
    width: 130px;
    height: 29px;
    border-radius: 5px 0 0 5px;
    font-family: BYekan,tahoma,arial,sans-serif;
}
.coupon {
    position: relative;
    height: auto;
    padding: 10px;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
}
#btn-coupon {
    min-width: 30px;
    display: inline-block;
    border: 0;
    border-radius: 5px 0 0 5px;
    background: #24B0E0;
    transition: all ease-in 0.3s;
    color: #fff;
}
#btn-coupon:hover {
    background: #32A11D;
}
.message-coupon {
    display: none;
    position: relative;
    color: #000;
    height: auto;
    top: 0;
    left: 0;
}
.message-coupon.danger {
    color: #f22f2f;
}
.message-coupon.success {
    color: #02b002;
}
.message-coupon.active {
    display: block;
}
.coupon .form-group label {
    background: #d2b702;
    color: #fff;
    padding: 3px 9px 2px 4px;
    line-height: 1;
}
.coupon .input-group {
    position: relative;
    float: right;
}
.coupon .form-group {
    border: 1px solid #D2D2D1;
    overflow: hidden;
    margin-top: 6px;
    display: inline-block;
    border-radius: 5px;
    height: 30px;
}
.coupon .form-group input {
    border: 1px solid transparent;
    padding: 0px 3px;
    color: #444;
    width: 200px;
    font-family: BYekan,tahoma,arial,sans-serif;
}
.coupon .form-group input:focus {
    outline: none;
    border: 1px solid transparent;
}
.bg-gift-right {
    width: 100px;
    height: 70px;
    top:0;
    position: absolute;
}
.inline .form-group {
    display: inline-block;
    margin-left: 15px;
}
.btn.btn-success {
    background: #35c619;
    border: 1px solid #59bc46;
    color: #fff;
    transition: all ease-in 0.3s;
    border-left: 5px solid #32A11D;
}
.btn.btn-success:hover {
    background: #32a11d;
}
.btn {
    font-family: BYekan, arial, tahoma, sans-serif;
    cursor: pointer;
    padding: 0 5px 5px;
    min-height: 35px;
    min-width: 105px;
    border:1px solid #ccc;
    text-decoration: none;
    line-height: 0;
    border-radius: 5px;
    white-space: nowrap;
    background: transparent;
}
.btn:disabled {
    background: #59bc46;
    border-color: #59bc46;
}
.shop-list {
    margin-right: 5px;
    list-style-type: none;
}
.btn:hover {
    background: #E0E0E0;
}
.shop-list li{
    list-style-image: url('/ThemesStore/system/basket/images/icon-li.png');
}
.shop-list li a {
    float: left;
    margin-top: -3px;
    display: block;
    text-decoration: none;
    width: 100%;
}
.radio-inline {
    display: block;
    overflow: hidden;
}
.radio-inline label{
    display: inline-block !important;
    float: right;
}
.form-horizontal .form-group label {
    display: block;
}
.form-horizontal .form-control {
    width: 100%;
    box-sizing: border-box;
    border:1px solid #ccc;
    height: 27px;
    text-indent: 10px;
    border-radius: 5px;
}
.send-type {
    margin: 7px 0;
    padding: 0;
    height: auto;
}
.send-type li {
    position: relative;
    list-style: none;
    margin-left: 5px;
    width: 207px;
    min-height: 100px;
    padding: 0;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}
.send-type li:hover {
    background: #ECECEC;
}
.send-type li input {
    position: absolute;
    width: 100%;
    height: 100%;
    right:0;
    cursor: pointer;
    opacity: 0;
}
.send-type li.active {
    border-color:#1ebd1a;
    background: #ececec;
}
.send-type li:last-child {
    margin-left: 0;
}
.send-type li .money {
    text-align: center;
    font-size: 15px;
    margin-top: 16px;
    position: absolute;
    left: 6px;
}
.send-type li .money span {
    color: #3e3c3c;
    font-size: 14px;
    font-weight: normal;
    display: inherit;
}
.send-type li.send-type-1 .icon{
    background: url("../images/send_t1.png") no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-size: 110px;
    text-align: center;
    line-height: 26.6;
    float: right;
}
.send-type li.send-type-2 .icon{
    background: url("../images/send_t2.png") no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-size: 110px;
    text-align: center;
    line-height: 26.6;
    float: right;
}
.send-type li.send-type-3 .icon{
    background: url("../images/send_mag.png") no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-size: 110px;
    text-align: center;
    line-height: 26.6;
    float: right;
}
.send-type li.send-type-20 .icon{
    background: url("../images/send_t3.png") no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-size: 110px;
    text-align: center;
    line-height: 26.6;
    float: right;
}
.remove{
    position: relative;
    border: 1px solid #f0323f;
    border-radius: 100%;
    width: 21px;
    display: block;
    height: 21px;
    padding: 0;
    margin: 0 auto;
    background: #fffdfd;
}
.remove:hover {
    background: #ffe7e7;
    border:1px solid #ab1520;
}
/* table responsive */
.rwd-table {
    background: transparent;
    color: #333;
    border-radius: .4em;
    overflow: hidden;
    border-collapse: collapse;
    width: 100%;
}
.rwd-table th.th-name a{
    text-decoration: none;
}
.rwd-table th.th-name {
    width: 250px;
    font-size: 13px;
    line-height: 1.6;
}
.rwd-table td.td-name a{
    text-decoration: none;
}
.rwd-table td.td-name {
    width: 205px;
    font-size: 13px;
    line-height: 1.6;
}
.rwd-table th:first-child {
    border-radius: 0 4px 4px 0;
}
.rwd-table th:last-child {
    border-radius: 4px 0 0 4px;
}
.rwd-table tr:first-child {
    border:0;
}
.rwd-table th.td-name {
    width: 180px;
}
.rwd-table tr {
    margin-bottom: 5px;
    border-radius: 5px;
}
.rwd-table th {
    background: rgba(61, 177, 173, 0.9);
    text-align: center;
}
.rwd-table tfoot {
    border-top: 1px solid rgba(61, 177, 173, 0.9);
}
.rwd-table.green th {
    background: rgba(41, 194, 59, 0.76);
    text-align: center;
}
.rwd-table.green tfoot {
    border-top: 1px solid rgba(41, 194, 59, 0.76);
}
.rwd-table td {
    display: block;
    text-align: center;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table td:last-child {
    padding-bottom: .5em;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
.rwd-table td:before {
    display: none;
}
.rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.3em 0.2em;
    text-align: center;
}
.rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
}
.rwd-table th, .rwd-table td {
    padding: 0.3em !important;
}
.rwd-table th, .rwd-table td:before {
    color: #fff;
}
.factor_preview {
    display: none;
}

.send-type li.disabled .icon {
    opacity: 0.3;
}
.send-type li.disabled .money ,.send-type li.disabled .money span{
    color:#aaa;
}
.send-type li.disabled:hover {
    background: inherit;
}
.send-type li.disabled,.send-type li.disabled *{cursor: default}
.list-bank li {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    margin-right: 52px;
    text-align: center;
}
.list-bank li img {
    border: 2px solid transparent;
    border-radius: 100%;
}
.list-bank li.active img {
    border-color:#047904;
}
.list-bank input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}