@charset "UTF-8";
@font-face{font-family:iransans;font-style:normal;font-weight:700;
    src:url(../fonts/iransans-fa-bold.woff) format("woff")}
    @font-face{font-family:iransans;font-style:normal;font-weight:500;
        src:url(../fonts/iransans-fa-medium.woff) format("woff")}
        @font-face{font-family:iransans;font-style:normal;font-weight:300;
            src:url(../fonts/iransans-fa-light.woff) format("woff")}
            @font-face{font-family:iransans;font-style:normal;font-weight:200;
                src:url(../fonts/iransans-fa-ultralight.woff) format("woff")}
                @font-face{font-family:iransans;font-style:normal;font-weight:400;
                    src:url(../fonts/iransans-fa.woff) format("woff")}
                    @font-face{font-family:iransans-en;font-style:normal;font-weight:700;
                        src:url(../fonts/iransans-en-bold.woff) format("woff")}
                        @font-face{font-family:iransans-en;font-style:normal;font-weight:500;
                            src:url(../fonts/iransans-en-medium.woff) format("woff")}
                            @font-face{font-family:iransans-en;font-style:normal;font-weight:300;
                                src:url(../fonts/iransans-en-light.woff) format("woff")}
                                @font-face{font-family:iransans-en;font-style:normal;font-weight:200;
                                    src:url(../fonts/iransans-en-ultralight.woff) format("woff")}
                                    @font-face{font-family:iransans-en;font-style:normal;font-weight:400;
                                        src:url(../fonts/iransans-en.woff) format("woff")}
body{
    font-family: iransans;
    direction: rtl;
}
.AllOrderCount{
    display: block;
    height: 100px;
    border-radius: 5px;
    background-color: #4285F4;
    color: #FFFFFF;
    padding-top: 27px;
    font-size: 24px;
    font-weight: bold;

}

.NotConfirmedCount{
    display: block;
    height: 100px;
    border-radius: 5px;
    background-color: orangered;
    color: #FFFFFF;
    padding-top: 27px;
    font-size: 24px;
    font-weight: bold;

}
.PostOrderCount{
    display: block;
    height: 100px;
    border-radius: 5px;
    background-color: #97BE5A;;
    color: #FFFFFF;
    padding-top:27px;
    font-size: 24px;
    font-weight: bold;

}
.back-step{
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 10px;
}
.back-step h4{
    display: inline;
}
th{
    text-align: right;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.searchTerm {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 8px 0 0 8px;
    outline: none;
    color: #bababa;

}

.searchTerm:focus{
    color: #333;

}


.searchButton {
    width: 40px;
    height: 36px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #fff;
    background: #fff;
    text-align: center;
    color: #ddd;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 20px;
}


.searchButton i{ line-height: 30px;color: #dddddd}





/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

/**
  * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
  *
  * @version v1.7.0
  * @homepage http://multiple-select.wenzhixin.net.cn
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */


.ms-offscreen {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: auto!important;
    top: auto!important;
}
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ms-choice {
    display: block;
    width: 100%;
    height: 34px;
    padding:6px 12px;
    font-size:14px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: right;
    white-space: nowrap;
    line-height: 34px;
    color: #555;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
}
.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.ms-choice>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}
.ms-choice>span.placeholder {
    color: #999;
}
.ms-choice>div.icon-close {
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: 16px;
}
.ms-choice>div.icon-close:before {
    content: '×';
    color: #888;
    font-weight: bold;
}
.ms-choice>div.icon-close:hover:before {
    color: #333;
}
.ms-choice>div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}
.ms-choice>div.icon-caret.open {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.ms-drop {
    width: auto;
    min-width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 2px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
    box-sizing: border-box;
}
.ms-search input {
    width: 100%;
    height: auto!important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: none;
}
.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}
.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: .25rem 8px;
}
.ms-drop ul>li .disabled {
    font-weight: normal!important;
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: default;
}
.ms-drop ul>li.multiple {
    display: block;
    float: left;
}
.ms-drop ul>li.group {
    clear: both;
}
.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ms-drop ul>li label {
    position: relative;
    padding-right: 5px;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}
.ms-drop ul>li label.optgroup {
    font-weight: bold;
}
.ms-drop ul>li.hide-radio {
    padding: 0;
}
.ms-drop ul>li.hide-radio:focus, .ms-drop ul>li.hide-radio:hover {
    background-color: #f8f9fa;
}
.ms-drop ul>li.hide-radio.selected {
    color: #fff;
    background-color: #007bff;
}
.ms-drop ul>li.hide-radio label {
    margin-bottom: 0;
    padding: 5px 8px;
}
.ms-drop ul>li.hide-radio input {
    display: none;
}
.ms-drop ul>li.option-level-1 label {
    padding-left: 28px;
}
.ms-drop ul>li.option-divider {
    padding: 0;
    border-top: 1px solid #e9ecef;
}
.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {

}
.ms-drop .ms-no-results {
    display: none;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}