body {
    font-family: "IRANSans4", Tahoma;
    font-size: 11px;
    background-color: #fff;
    color: #212121; /*#000;*/
}

a {
    color: #333;
}

.table {
    background-color: #fff;
}

.btn {
    border-color: #ccc;
    /*border-radius: 0;*/
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 1px 1px 0 rgba(255, 255, 255, 0.2) inset;
    font-size: 13px;
    margin-bottom: 5px !important;
    margin-left: 4px;
    outline: medium none;
    padding: 7px 11px;
    height:auto;
}

.btn-default, .btn-default:focus {
    background-color: #fef;
    background-image: linear-gradient(to bottom, #fff 60%, #f9f9f9 100%);
    border-color: #ccc;
    color: #333;
}

    .btn-default i {
        color: #444;
    }

.btn-primary, .btn-primary:focus {
    background-color: #4d90fd;
    border-color: #3680bf;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #4e9dff;
        border-color: #357ebd;
    }

    .btn-primary:active {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    }

.btn-success, .btn-success:focus {
    background-color: #60c060;
    border-color: #54a754;
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #65ca65;
        border-color: #54a754;
    }

.btn-info, .btn-info:focus {
    background-color: #5bc0de;
    border-color: #28a1c4;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #5fc8e7;
        border-color: #28a1c4;
    }

.btn-warning, .btn-warning:focus {
    background-color: #f90;
    border-color: #e38800;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #ffa800;
    }

.btn-danger, .btn-danger:focus {
    background-color: #df4b33;
    border-color: #ca452e;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #e64d35;
    }

.btn-rad {
    border-radius: 2px;
}

.btn i {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    min-width: 10px;
}

.btn-group-vertical {
    margin: 3px;
}

.btn-lg {
    font-size: 15px;
    font-weight: 300;
    padding: 12px 14px;
}

    .btn-lg i {
        font-size: 18px;
    }

.btn-sm {
    font-size: 12px;
    padding: 4px 7px;
}

    .btn-sm i {
        font-size: 14px;
    }

.btn-xs {
    font-size: 11px;
    padding: 2px 6px;
}

    .btn-xs i {
        font-size: 12px;
    }

.btn-shadow {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}

    .btn-shadow.btn-success {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .btn-shadow.btn-primary {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .btn-shadow.btn-warning {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .btn-shadow.btn-danger {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .btn-shadow.btn-info {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

.btn-flat, .btn-flat:focus {
    box-shadow: none;
}

    .btn-flat.btn-default {
        background: #fff none repeat scroll 0 0;
    }

        .btn-flat.btn-default:active, .btn-flat.btn-default.active, .btn-flat.open .dropdown-toggle.btn-default {
            background: #f5f5f5 none repeat scroll 0 0;
        }

    .btn-flat.btn-primary:active, .btn-flat.btn-primary.active, .btn-flat.open .dropdown-toggle.btn-primary {
        background: #4785ea none repeat scroll 0 0;
    }

    .btn-flat.btn-success:active, .btn-flat.btn-success.active, .btn-flat.open .dropdown-toggle.btn-success {
        background: #5db95d none repeat scroll 0 0;
    }

    .btn-flat.btn-info:active, .btn-flat.btn-info.active, .btn-flat.open .dropdown-toggle.btn-info {
        background: #56b7d3 none repeat scroll 0 0;
    }

    .btn-flat.btn-warning:active, .btn-flat.btn-warning.active, .btn-flat.open .dropdown-toggle.btn-warning {
        background: #ff9600 none repeat scroll 0 0;
    }

    .btn-flat.btn-danger:active, .btn-flat.btn-danger.active, .btn-flat.open .dropdown-toggle.btn-danger {
        background: #d04630 none repeat scroll 0 0;
    }

.btn-group-vertical > .btn {
    margin-bottom: 0 !important;
}

    .btn-group-vertical > .btn:first-child {
        border-radius: 0 !important;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:last-child {
        border-radius: 0 !important;
    }

.btn-facebook i {
    color: #3b5998;
}

.btn-twitter i {
    color: #00aced;
}

.btn-google-plus i {
    color: #dd4b39;
}

.btn-dribbble i {
    color: #ea4c89;
}

.btn-linkedin i {
    color: #0e76a8;
}

.btn-youtube i {
    color: #c4302b;
}

.btn-pinterest i {
    color: #c8232c;
}

.btn-tumblr i {
    color: #34526f;
}

.btn-flickr i {
    color: #ff0084;
}

.btn-facebook.bg {
    background: #3b5998 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-twitter.bg {
    background: #00aced none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-google-plus.bg {
    background: #dd4b39 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-dribbble.bg {
    background: #ea4c89 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-linkedin.bg {
    background: #0e76a8 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-youtube.bg {
    background: #c4302b none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-pinterest.bg {
    background: #c8232c none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-tumblr.bg {
    background: #34526f none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-flickr.bg {
    background: #0063dc none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn-github.bg {
    background: #333 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
}

.btn.bg i {
    color: #fff;
}

.btn:focus {
    outline: medium none;
}

.btn-group.btn-blurbg {
    background: rgba(0, 0, 0, 0) url("../img/blur_bg.html") no-repeat scroll 0 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding: 40px;
}

.btn.btn-transparent {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-color: #fff rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

    .btn.btn-transparent:hover {
        background: rgba(255, 255, 255, 0.32) none repeat scroll 0 0;
    }

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-color: #2e6da4;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    padding-top: 12px;
}

.nav-pills > li > a {
    padding-top: 12px;
}

.navbar-default {
    background-color: #0078d7;
    background: rgb(208,228,247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(118,114,229,1) 0%, rgba(10,119,213,1) 49%, rgba(83,111,224,1) 100%, rgba(134,147,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(118,114,229,1) 0%,rgba(10,119,213,1) 49%,rgba(83,111,224,1) 100%,rgba(134,147,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(208,228,247,1) 0%,rgba(118,114,229,1) 0%,rgba(10,119,213,1) 49%,rgba(83,111,224,1) 100%,rgba(134,147,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#8693e8',GradientType=0 ); /* IE6-9 */
    border: 0 none;
    color: #fff;
}

.nav-pills > li > a {
    color: #fff;
}

    .nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a.active {
        background-color: #36a3ff;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #005a9e; /*#a4d3fa;*/
    color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #36a3ff;
}


@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    }
}

.alert {
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
    display: table;
    width: 100%;
}

    .alert .sign {
        display: inline-block;
        font-size: 20px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
        width: 25px;
    }

.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.label {
    border-radius: 0;
    font-weight: normal;
}

.label-default {
    background-color: #a1a1a1;
}

.label i {
    color: inherit !important;
    font-size: 100% !important;
    min-width: 11px;
    width: auto !important;
}

.label-success {
    background-color: #60c060;
}

.label-primary {
    background-color: #4d90fd;
}

.label-warning {
    background-color: #fcad37;
}

.label-danger {
    background-color: #ed5b56;
}

.label-info {
    background-color: #5dc4ea;
}

.badge {
    background-color: #a1a1a1;
    font-size: 95%;
    font-weight: normal;
    padding: 4px 6px;
}

.badge-primary {
    background-color: #4d90fd !important;
}

.badge-success {
    background-color: #60c060 !important;
}

.badge-info {
    background-color: #5dc4ea !important;
}

.badge-warning {
    background-color: #fcad37 !important;
}

.badge-danger {
    background-color: #ed5b56 !important;
}

.progress {
    border-radius: 3px;
    height: 18px;
}

    .progress .progress-bar {
        font-size: 11px;
        line-height: 17px;
    }

.progress-bar-info {
    background-color: #4d90fd;
}

.progress-bar-success {
    background-color: #60c060;
}

.progress-bar-warning {
    background-color: #fc9700;
}

.progress-bar-danger {
    background-color: #da4932;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #4d90fd;
}

    .list-group-item.active .badge,
    .list-group-item.active:hover .badge,
    .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
    /* background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);*/
    /*background-color:#e7e7ff;*/
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}


.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #2494f2;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}


/*  Damon Bootstrap Modifications */
/* Width */
.fullWidth {
    width: 100% !important;
}

/*RTL LTR*/
.ltr {
    text-align: left;
    direction: ltr !important;
}

.rtl {
    text-align: right;
    direction: rtl !important;
}

/* Bootstrap Wrappers */

a, a:hover, a:active, a:focus, a img, object, embed {
    outline: none;
}

.dropdown-menu {
    text-align: right;
    margin-top: -1px;
    border-radius: 4px 0px;
}

.nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
}

.navbar {
    min-height: 35px;
    margin-bottom: 5px;
    position: inherit;
}

.nav-pills {
    padding: 0px;
}

.navbar-nav > li {
    float: right;
}

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.nav-pills > li {
    float: right;
}

    .nav-pills > li > a {
        border-radius: 0px;
    }

.panel {
    margin: 0px;
}

.panel-title {
    font-size: 14px;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-group .panel {
    border-radius: 0 !important;
}


.pagination {
    margin-bottom: 0px;
    margin-top: 3px;
    margin-right: -30px;
}

    .pagination > li {
        float: right;
    }

.table {
    margin-bottom: 0px;
}

th, td {
    text-align: center;
}

/* Table Fixed */
.table-fixed thead, .table-fixed tfoot {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tfoot, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th, .table-fixed tfoot > tr > th {
        float: left;
        border-bottom-width: 0;
    }


/* Table Scroll */
.table-scroll > thead {
    display: block;
}

.table-scroll > tbody {
    position: relative;
    display: block;
    overflow: auto;
    height: 100px;
}

.table-scroll > tfoot {
    display: block;
}

.modal-title {
    text-align: right;
}

.modal-body {
    text-align: right;
}

.modal-header {
    text-align: right;
    background: #29b0ff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer {
    text-align: right;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
}

.popover {
    max-width: 100%;
}

.popover-title {
    font-size: 14px;
    text-align: center;
}

.nav-tabs {
    padding-left: 40px;
    padding-right: 0px;
}

    .nav-tabs li {
        float: right;
    }

.form-group {
    margin: 0px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/*  group list */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:first-child {
    border-right: 1px solid #cccccc;
    border-left: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align:right;
}

.input-group-addon:last-child {
    border-right: 0;
    border-left: 1px solid #cccccc;
}

.input-group-btn:first-child > .btn {
    margin-left: -1px;
}

.input-group-btn:last-child > .btn {
    margin-right: -1px;
}

.input-group-btn > .btn {
    position: relative;
}

    .input-group-btn > .btn + .btn {
        margin-right: -4px;
    }

    .input-group-btn > .btn:hover,
    .input-group-btn > .btn:active {
        z-index: 2;
    }


/* Placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}


.txtSearch {
    border: 1px solid #eee;
    padding: 3px;
    border-right: none;
}


.list-group-item-success {
    cursor: default;
}


.form-control {
    height: auto;
    margin-bottom: 12px;
    font-family:'IRANSans4',vazir,Tahoma;
}

.select2-container {
    padding: 0px;
}


.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.x-box-item {
text-align: left !important;

}

.x-grid-view, .x-tree-view {

    direction: ltr; 
}

