﻿.bootstrap-select {
    width: 90% !important;
}

    .bootstrap-select.btn-group .dropdown-menu {
        position: relative !important;
    }

.counter {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: maroon;
}

.txtltr {
    direction: ltr !important;
}

.txtcenter {
    text-align: center !important;
}


.help-block {
    color: blue !important;
    font-size: 90% !important;
}

.chosen-select .chosen-rtl .chosen-drop {
    left: -9000px;
    direction: rtl !important;
    text-align: right !important;
}

.chosen-container {
    width: 100% !important;
}

.note.note-info {
    padding-bottom: 30px !important;
}

.modal .modal-header .close {
    visibility: hidden;
}

.panel-body {
    padding: 30px !important;
}

.editcustomer input[type=text]:not(:placeholder-shown) {
    background-color: #ffffff !important;
}

.editcustomer input[type=number]:not(:placeholder-shown) {
    background-color: #ffffff !important;
}

.editcustomer textarea:not(:placeholder-shown) {
    background-color: #ffffff !important;
}


.editcustomer input[type=text]:placeholder-shown {
    background-color: #e0ffe0 !important;
}

.editcustomer input[type=number]:placeholder-shown {
    background-color: #e0ffe0 !important;
}

.editcustomer textarea:placeholder-shown {
    background-color: #e0ffe0 !important;
}

.editcustomer .col-sm-6 {
    padding-bottom: 20px !important;
}


.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 9px 14px;
    margin-top: 60px;
}

    .highlight pre {
        background-color: transparent;
        border: 0 none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
        white-space: nowrap;
        word-break: normal;
    }

.modal-footer {
    text-align: right !important;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    .pagination-ys table {
        float: left;
        margin-left:2%;
    }

.pagination-ys table > tbody > tr > td {
    display: inline;
}

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.label {
    font-family: 'vazir' !important;
}

.searchmobile h3 {
    padding: 15px;
    background-color: #8bb4e7;
}

.condition {
    direction: ltr !important;
    text-align: left !important;
    font-family: Verdana !important;
}