
.dataTables_wrapper {
    direction: rtl;
}

.dataTables_length {
    float: right;
}

.dataTables_filter {
    float: left;
    text-align: left;
}

#DataTables_Table_0_last {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;

    -moz-border-radius-topleft: 6px;
	    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

#DataTables_Table_0_first {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;

    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;

    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.dataTables_info {
    float: right;
}

.dataTables_paginate {
    float: left;
    text-align: left;
}

.hasDatepicker {
    display: inline-block;
    width: 80% !important;
}

.datepicker-button {
    height: 34px;
    margin-top: 4px;
    margin-right: -5px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.text-wrap {
    white-space: normal;
}

.width-200 {
    width: 200px;
}

.add-description {

    padding: 6px 6px;
    border: none;
    font-size: small;
    font-style: italic;
    color: #4f0a0f;
}

/*
table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    table-layout: fixed;
    word-break: break-all;
}

.action-column {
    width: 90px;
}
*/
body {
    color: #34495e;
    font-size: 13px;
    font-family: IRANSans;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.page-title {
    display: block;
    padding: 0;
    text-align: right;
    color: #666;
    margin: 20px 0 20px;
    font-family: IRANSans;
    font-weight: 400;
    font-size: 22px;
}

.portlet {
    overflow: hidden;
}

.no-b-shadow {
    box-shadow: none !important;
    text-shadow: none !important;
}

.material-icons {
    font-size: 20px;
}

/*************** Form **************/
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #93a1bb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),
    0 0 8px rgba(147, 161, 187, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),
    0 0 8px rgba(147, 161, 187, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.add-description {
    font-style: normal;
    color: #c29d0b;
    display: block;
}

button[type="submit"] {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

/*************** Datatables ************/
.dataTable thead tr {
    /*background: #67809F;*/
    background: #445157;
    color: #fff;
}

.dataTable th:first-child {
    border-right-color: #445157;
}

.dataTable th:last-child {
    border-left-color: #445157;
}

.dataTable thead tr th {
    font-size: 12px !important;
    font-weight: 500;
    border-top-color: #445157;
}

.table-bordered.dataTable {
    border-top-color: #445157;
}

.dataTable td, .dataTable th {
    font-size: 13px !important;
}

.dataTables_filter .form-control,
.dataTables_length .form-control {
    display: inline-block !important;
    width: auto !important;
}

.dataTables_filter {
    margin-bottom: 10px;
}

/*************** Buttons **************/
.btn-delete {
    color: #E26A6A !important;
}

.btn-delete:hover {
    color: #D91E18 !important;
}

.btn-edit {
    color: #a48334 !important;
}

.btn-edit:hover {
    color: #E87E04 !important;
}

/*************** Typo *****************/
.fs-15 {
    font-size: 15px;
}

/*************** Navbar ****************/
.nav-pills > li > a,
.nav-tabs > li > a {
    font-size: 13px !important;
    color: #888;
}

.container .nav-tabs,
.container-fluid .nav-tabs {
    background: #F6F6F6;
    padding: 10px 10px 0 10px;
}

.container .tab-content,
.container-fluid .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
}

/*************** Calendar **************/
button.datepicker-button {
    background: #f3f3f3;
    margin-top: 0;
    padding: 0px !important;
    width: 40px;
    border-width: 1px !important;
    border-color: #c2cad8 !important;
    border-style: solid !important;
    color: #5e738b;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-datepicker-header {
    background: #bfcad1;
    color: #525e64;
}

.ui-widget-content {
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px;
}

.ui-datepicker-calendar {
    font-size: 12px;
}

.ui-datepicker-prev i,
.ui-datepicker-next i {
    background-image: none !important;
    color: #525e64;
}

.ui-datepicker-prev i:before {
    content: "\f105";
    font-family: FontAwesome;
    position: relative;
    font-style: normal;
    font-size: 18px;
}

.ui-datepicker-next i:before {
    content: "\f104";
    font-family: FontAwesome;
    position: relative;
    font-style: normal;
    font-size: 18px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 1px
}

.ui-datepicker-header .btn.btn-link:hover {
    background: rgba(255, 255, 255, 0.5);
}

.ui-datepicker th {
    font-weight: 500 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #676767;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-family: IRANSansWebFaNum;
    font-size: 13px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #4b8df8 !important;
    color: #fff !important;
}

.ui-datepicker-today .ui-state-default {
    /* background: #c5b96b;
     color: #fff !important;*/
}

.btn-modal {
    margin-top: 12px;
    margin-left: 55px;
    float: left;
}

.close-s {
    position: relative;
    top: -2px;
    right: inherit;
    left: -11px;
    float: left;
    text-decoration: none !important;
    font-size: 18px !important;
}

.close-s:focus, .close-s:hover {
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
    color: #333;
}

.bd-callout-right {
	padding:1.25rem;
	margin-top:1.25rem;
	margin-bottom:1.25rem;
	border:1px solid #eee;
	border-right-width:.4rem;
	border-radius:.25rem
}
.bd-callout-right h4{
	margin-top:0;
	margin-bottom:.25rem
}
.bd-callout-right p:last-child{
margin-bottom:0
}
.bd-callout-right code{
border-radius:.25rem
}
.bd-callout+.bd-callout{
margin-top:-.25rem}
.bd-callout-info{
border-right-color:#5bc0de
}
.bd-callout-info h4{
color:#5bc0de
}
.bd-callout-warning{
border-right-color:#f0ad4e
}
.bd-callout-warning h4{
color:#f0ad4e
}
.bd-callout-danger{
border-right-color:#d9534f
}
.bd-callout-danger h4{
color:#d9534f
}
.breadcrumb-item a, .label, .nav li a, a{
font-family: IRANSans !important;
}
.response-font{
color: #0a7477;
}

ul.ui-autocomplete {
    max-height : 310px;
    overflow : hidden auto;
}

div.loading{
    position: absolute;
    top: 3%;
    left: 3%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    cursor: wait;
    width: 30px;
    height: 30px;
}

caption{
    caption-side:top;
    text-align: center;
    font-family: IRANSans;
    font-size: 13px;
}

/* for ext */
.x-panel-header-default
{
    background-image: none !important;
    background-color: #5FA2DD;
}

.x-panel-header-text-default
{
    color: white;
}

.x-toolbar-default
{
    background-image: none;
    background-color: #5FA2DD;
    color: white;
}

.x-toolbar .x-toolbar-text
{
    color: white !important;
    font-family: IRANSans !important;
}

.x-toolbar .x-toolbar-separator-horizontal
{
    border-left: none;
    border-right: none;
}

.x-btn-default-toolbar-small .x-btn-inner
{
    /*
    color: #fff !important;
    */
}

.x-btn .x-btn-inner .x-btn-over
{
    background-color: #6c757d;
    border-color: #6c757d ;
    font-family: IRANSans !important;
}

.x-btn-default-small
{
    font-family: "IRANSans";
}

.x-btn-default-toolbar-small
{
    border-color: #fff;
    background-color: #6c757d ;
    background-image: none !important;
    font-family: IRANSans !important;
}

.x-btn-default-toolbar-small-over
{
    color: #fff;
    border-color: #fff;
    background-color: #6c757d ;
    font-family: IRANSans !important;
}

.icon-magnifier
{
    background-image: none !important;
}

.icon-magnifier::before
{
    content: "\f002";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    color: #919191;
}

.x-tbar-loading
{
    background-image: none !important;
}
.x-tbar-loading::before
{
    content: "\f1b8";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    color: #919191;
}

.excel
{
    background-image: none !important;
}

.excel::before
{
    content: "\f1c3";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #919191;
}

.view
{
    background-image: none !important;
}

.view::before
{
    content: "\f06e";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.print
{
    background-image: none !important;
}

.print::before
{
    content: "\f02f";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.x-panel-default
{
    border-color: #34495e;
}

.x-panel-body-default
{
    border-color: #5FA2DD;
}

.x-panel-default-framed
{
    background-color: #5FA2DD;
    border-color: #5FA2DD;
    border-style: none;
}

.x-panel-header-default-framed-top
{
    background-image: none !important;
    background-color: #5FA2DD;
    color: white;
    box-shadow: none !important;
    border-color: #5FA2DD;
}

.x-panel-header-text-default-framed
{
    color: white;
}

.x-tab button
{
    color: #fff;
    border-color: #5FA2DD;
}
.x-tab-active button {
    color: #15498b !important;
}
.x-tab-default-top
{
    background-image: none !important;
    box-shadow: none !important;
    border: 1px solid #5FA2DD !important;
    background-color: #5FA2DD !important;
    color: #999;
}

.x-tab-top-active
{
    background-color: #f8f9fa !important;
    background-image: none !important;
    border-bottom: 1px solid #5FA2DD !important;
    color: #5FA2DD !important;
}

.save
{
    background-image: none !important;
}

.save::before
{
    content: "\f0c7";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.setting
{
    background-image: none !important;
}

.setting::before
{
    content: "\f085";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.tick
{
    background-image: none !important;
}

.tick::before
{
    content: "\f058";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.cross
{
    background-image: none !important;
}

.cross::before
{
    content: "\f057";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.remove
{
    background-image: none !important;
}

.remove::before
{
    content: "\f1f8";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.edit
{
    background-image: none !important;
}

.edit::before
{
    content: "\f044";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.attach
{
    background-image: none !important;
}

.attach::before
{
    content: "\f0c6";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.add
{
    background-image: none !important;
}

.add::before
{
    content: "\f055";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.info
{
    background-image: none !important;
}

.info::before
{
    content: "\f05a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: small;
}

.refresh
{
    background-image: none !important;
}

.refresh::before
{
    content: "\f2f1";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.history
{
    background-image: none !important;
}

.history::before
{
    content: "\f1da";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.change
{
    background-image: none !important;
}

.change::before
{
    content: "\f4ff";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.undo
{
    background-image: none !important;
}

.undo::before
{
    content: "\f2ea";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.list
{
    background-image: none !important;
}

.list::before
{
    content: "\f022";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.send
{
    background-image: none !important;
}

.send::before
{
    content: "\f1d8";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    color: #999;
    font-size: small;
}

.x-tbar-page-first
{
    background-image: none !important;
}

.x-tbar-page-first::before
{
    content: "\f048";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-size: small;
    color: #919191;
}

.x-tbar-page-prev
{
    background-image: none !important;
}

.x-tbar-page-prev::before
{
    content: "\f04a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-size: small;
    color: #919191;
}

.x-tbar-page-next
{
    background-image: none !important;
}

.x-tbar-page-next::before
{
    content: "\f04e";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-size: small;
    color: #919191;
}

.x-tbar-page-last
{
    background-image: none !important;
}

.x-tbar-page-last::before
{
    content: "\f051";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-size: small;
    color: #919191;
}
.x-panel-header-default {
    padding: 10px 14px 10px 14px;
    border-width: 2px 2px 0 2px;
    border-bottom-width: 0px;
    border-style: solid;
    background-color: #5fa2dd;
    font-size: 14px !important;
    font-family: IRANSans !important;
    border: 2px solid #5fa2dd;
}
.x-toolbar-default {
    padding: 6px 0 6px 8px;
    border-style: solid;
    border-color: #d0d0d0;
    border-width: 1px;
    background-image: none;
    background-color: #fff;
}
.x-column-header {
    border-right: 1px solid #d0d0d0;
    color: #404040;
    font-size: 11px;
    outline: 0;
    background-color: #F6F6F6 !important;
    background-image: none !important;
}
.x-column-header-inner {
    padding: 7px 2px ;
}
.x-grid-with-row-lines .x-grid-item {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e9e9e9;
}
.x-grid-cell-inner {
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    padding: 7px 2px ;
}
.x-toolbar-text-default,
.x-toolbar .x-toolbar-text {
    padding: 0 4px;
    color: #4b4c4c !important;
}
.x-btn-default-toolbar-small {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 7px 7px 7px 7px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
}
.x-btn-default-toolbar-small-over {
    background-color: #F6F6F6;
    border-color: #e8e8e8;
}
.x-form-text {
    color:#4b4c4c ;
    padding: 5px 10px 4px;
    background-color: #fff;
    background-image: none;
}
h3, h4
{
    font-size: 13px;
}
/* :D */
.TableFooter
{

}