@charset "utf-8";
@CHARSET "UTF-8";
/******* GENERAL RESET *******/
.rcpt-ontop-box {
    position:fixed;
    left: 25% !important;
    right: 25% !important;
    top: 20px;
    z-index:6000;
}
.weighted-box .action-box{
    border-width: 5px;
}
.weighted-box .action-box{
    border-width: 5px;
}
.action-box, .reciepts, .msg-holder
{
    background-color: #E7E7E7;
    position:relative;
    width:100% !important;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:right;
    margin-bottom: 6px;
    font-family: WYekan,WYekan;
    font-size: 12px;
}
.action-box .header, .reciepts .header, .msg-holder .header{
    color: #FFFFFF !important;
    font-family: WYekan,WYekan;
    font-size: 14px;
    padding: 5px 7px 5px;
    margin-bottom: 0;
    background-color: #515151;
    border-right:5px solid #252525
}
.action-box .header .title, .reciepts .header .title{
    float:right;
    background:url(../panel/images/info-20.png) no-repeat right 4px;
    padding:0px 20px 0px 0px;

}

.action-box .header:after {
    clear: both;
}
.action-box .header:after, .action-box .header:before {
    content: "";
    display: table;
    line-height: 0;
}

.blue-head {
    background-color: #515151;
}

.action-box .status-bar{
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
    padding: 4px 8px 7px 5px;
}
.action-box .status-bar .text{
    margin-top:3px;
    margin-left:4px;
    font-family: WYekan;
    font-size: 12px;
    color:#333;
}
.no-hover-btn{
    border: 0 none !important;
    background-color: transparent !important;
    color: inherit !important;
}
.action-box .button{
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size:12px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0 !important;
    border-width: 0;
    box-shadow: none !important;
    outline: medium none !important;
    padding:0px 18px 0px 3px;
    direction:rtl;
    float:left;
    font-family: WYekan , WYekan;
    font-size:12px;
}

.action-box .content .button:hover{

}
.action-box .btn-hovered{
    background-color:#e02222 !important;
    border-color:#e02222 !important;
    color:#FFFFFF !important;
}
.action-box .list-btn{
    margin: 0 3px 0 3px !important;
}
.action-box .list-btn i{
    width: 14px;
    height: 14px;
    float: right;
    margin-left: 5px;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.action-box .btn-noicon{
    background:none;
    padding:5px 8px !important;
    border-radius: 4px !important;
}
.action-box .btn-back:hover{
    background-color:#B31300;
}
.action-box .btn-back{
    background:url("../panel/images/btn-x.png") no-repeat scroll 100% #e02222;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    margin-right:5px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-tick:hover , .action-box .btn-tick2:hover{
    background-color:#B31300;
}
.action-box .btn-tick2{
    background:url("../panel/images/btn-tick.png") no-repeat scroll 94% #e02222 !important;
}
.action-box .btn-tick , .action-box .btn-tick2{
    background:url("../panel/images/btn-tick.png") no-repeat scroll 100% #e02222;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    margin-right:7px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-phone{
    background:url("../panel/images/btn-ok.png") no-repeat scroll 98% #e02222;
    color: #FFFFFF;
    padding: 0 27px 0 8px;
    margin-right:7px;
    transition: all 0.3s ease 0s !important;
}
.action-box .btn-club{
    background:url("../panel/images/btn-plus.png") no-repeat scroll 86% #28b779;
    color: #FFFFFF;
    padding: 0 27px 0 8px;
}
.action-box .btn-resend{
    background:url("../panel/images/btn-send.png") no-repeat scroll 100% #28b779;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    margin-right:7px;
    border-radius: 4px !important;
}
.action-box .btn-cost:hover{
    background-color:#198B5A;
}
.action-box .btn-cost{
    background:url("../panel/images/btn-plus.png") no-repeat scroll 92% #35aa47;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    margin-right:8px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-plus{
    background:url("../panel/images/btn-plus.png") no-repeat scroll  92%;
    background-color: #e02222;
    color: #FFFFFF;
    text-shadow: none;
    padding: 5px 24px 5px 7px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-plus:hover{
    background-color: #B31300 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.action-box .btn-map{
    background-color: #e02222;
    color: #FFFFFF;
    text-shadow: none;
    padding: 0px 7px;
    transition: all 0.3s ease 0s !important;
    width: auto;
    float: right;
    font-family: wyekan;
    font-size: 14px;
    cursor:pointer;
    margin-left:5px;
    direction: rtl;
}
.action-box .btn-map:hover{
    background-color: #B31300;
}

.action-box .btn-excel{
    background:url("../panel/images/btn-tick.png") no-repeat scroll 100% #e02222;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-excel:hover{
    background-color: #B31300 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.action-box .btn-reset-f{
    background:url("../panel/images/btn-x.png") no-repeat scroll 93% #e02222 !important;
}
.action-box .btn-x , .action-box .btn-reset-f {
    background:url("../panel/images/btn-x.png") no-repeat scroll 100% #e02222;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    transition: all 0.3s ease 0s !important;
    margin-right: 7px;
    border-radius: 4px !important;
}
.action-box .btn-x:hover , .action-box .btn-reset-f:hover{
    background-color: #B31300 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.action-box .btn-help{
    background:url("../panel/images/btn-help.png") no-repeat scroll 100% #35aa47;
    color: #FFFFFF;
    padding: 5px 25px 5px 8px;
    margin-left:3px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-help:hover{
    background-color:#198B5A;

}
.action-box .btn-upload{
    background:url("../panel/images/btn-tick.png") no-repeat scroll 100% #e02222 !important;
    color: #FFFFFF !important;
    padding: 0 25px 0 8px !important;
    transition: all 0.3s ease 0s !important !important;
    float:right !important;
}
.action-box .btn-upload:hover{
    background-color: #B31300 !important !important;
    color: #FFFFFF !important !important;
    outline: medium none !important !important;
}
.action-box .btn-draft{
    background:url("../panel/images/btn-tick.png") no-repeat scroll 100% #e02222;
    color: #FFFFFF;
    padding: 5px 25px 5px 8px;
    margin-right:7px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-draft:hover{
    background-color: #B31300 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.action-box .btn-view2{
    background:url("../panel/images/btn-plus.png") no-repeat scroll 96% #e02222 !important;
}
.action-box .btn-view , .action-box .btn-view2{
    background:url("../panel/images/btn-plus.png") no-repeat scroll 95% #e02222;
    color: #FFFFFF;
    padding: 5px 27px 5px 8px;
    margin-right:7px;
    transition: all 0.3s ease 0s !important;
    border-radius: 4px !important;
}
.action-box .btn-view:hover , .action-box .btn-view2:hover{
    background-color: #B31300 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.action-box .btn-play{
    background:url("../panel/images/btn-plus.png") no-repeat scroll 95% #D84A38;
    color: #FFFFFF;
    padding: 0 25px 0 8px;
}
.action-box .btn-play:hover{
    background-color: #BB2413 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.action-box .btn-add{
    background:url("../panel/images/btn-plus.png") no-repeat scroll 95% #D84A38;
    color: #FFFFFF;
    padding: 0 25px 0 8px;
}
.action-box .btn-add:hover{
    background-color: #BB2413 !important;
    color: #FFFFFF !important;
    outline: medium none !important;
}
.weighted-box{
    border-width:6px;
}
.reciepts-list, .action-box .content{
    background: none repeat scroll 0 0 #ffffff;
    border-right: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    padding:4px;
    font-family:WYekan;
    font-size:12px;
    color:#333;
    width: 98%;
    margin: 0;
}

.action-box .content-line{
    line-height:25px;
}

.action-box .content-phone{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #B6B6B6;
    padding:4px;
    font-family:WYekan;
    font-size:12px;
    color:#333;

}

.reciepts-list .item{
    margin:3px 3px 6px 3px;
    padding:3px;
}
.reciepts-list .item label{
    position: absolute;
    top: 1px;
    width: 200px;
}
.reciepts-list .item .right{
    position:relative;
    top:-1px;
}
.reciepts-list .item .left{
    padding-top:1px;
}
.reciepts-list .item .label{
    float:right;
    padding-top:5px;
}
.action-box .content .comment, .reciepts-list .item .count{
    float:right;
    padding:4px;
    font-size:12px;
    font-family:WYekan;
    color:#888888;
    min-width:77px;
    text-align: right;
}
.action-box .textbox{
    width:99%;
    height:auto;
    overflow:hidden;
    border: 0 none;
    font-family:WYekan;
    font-size:12px;
    background : #F5F5F5;
    resize:vertical;
    border: 1px solid #9E9E9E;
    height:70px;
}
.action-box .label-text{
    margin-left:6px;
    margin-top:3px;
    color:#333;
    margin-right: 3px;
}
