﻿body {
    font-family: IRANSans !important;
    font-weight: 300;
    font-size: 15px;
    min-width: inherit;
}
@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MonoSpaced_Numral/MonoSpaced_Numral/fonts/eot/IRANSansMonoSpacedNum.eot');
    src: url('../fonts/MonoSpaced_Numral/MonoSpaced_Numral/fonts/eot/IRANSansMonoSpacedNum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MonoSpaced_Numral/MonoSpaced_Numral/fonts/woff/IRANSansMonoSpacedNum.woff') format('woff'),
        url('../fonts/MonoSpaced_Numral/MonoSpaced_Numral/fonts/ttf/IRANSansMonoSpacedNum.ttf') format('truetype');
}
/*@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IranSans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IranSans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), 
    url('../fonts/IranSans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), 
    url('../fonts/IranSans/woff/IRANSansWeb(FaNum).woff') format('woff'), 
    url('../fonts/IranSans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}*/
body {
    font-family: "IRANSans";
}
/*button, select, html, textarea, input, h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans !important;
}*/

/*page animations*/
.view-animate.ng-enter {
    transition: all .8s;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}


    .view-animate.ng-enter.ng-enter-active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.main-panel > .content {
    margin-top: 60px;
    padding: 20px 0px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}
.margin-2{
    margin:.3px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

md-content.md-default-theme, md-content {
    background-color: inherit;
}

v-pane-header > div {
    margin-right: 20px;
}

md-input-container {
    margin: 18px 0 0 0;
}

.info .user-name {
    font-size: 18px;
    font-weight: 400;
}

.info .user-role {
    font-size: 14px;
    font-weight: 300;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dtp-date-view {
    direction: ltr
}

.hint {
    font-size: 12px;
}

    .hint.datepicker {
        margin-right: 64px;
        margin-top: -9px;
    }

.fa-md-icon {
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    text-align: center;
}
/*md-card*/
md-card md-card-title {
    padding: 15px 15px 10px;
}

    md-card md-card-title .md-headline {
        font-size: 20px;
    }

.md-card {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}
/*toast css*/
.md-toast-error .md-toast-content {
    background: rgb(193, 30, 23) !important;
}

.md-toast-success .md-toast-content {
    background: rgb(26, 157, 33) !important;
}

.md-toast-warning .md-toast-content {
    background: rgb(196, 114, 13) !important;
}

/*data table*/
table.md-table.md-row-select td.md-cell:first-child, table.md-table.md-row-select th.md-column:first-child {
    padding: 0 24px 0 0;
}

table.md-table.md-row-select td.md-cell:last-child, table.md-table.md-row-select th.md-column:last-child {
    padding: 0 0 0 10px;
}

ul.pagination {
    margin: 2px 0;
}

table.md-table td.md-cell, table.md-table th.md-column {
    text-align: right;
}

    table.md-table td.md-cell.md-numeric, table.md-table th.md-column.md-numeric {
        text-align: left;
    }

table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
    height: 30px;
}

table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2), table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
    padding: 0 25px 0 0;
}

table.md-table.md-row-select td.md-cell:nth-child(2), table.md-table.md-row-select th.md-column:nth-child(2) {
    padding: 0 25px 0 0;
}

td[md-cell] {
    max-width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

thead {
    background-color: #985aa3;
}

th.md-column {
    color: #fff !important;
}

.even-row {
    background-color: #ffffff;
}

.table-footer {
    font-size: 13px;
}

.no-data {
    padding: 20px;
}

md-toolbar:not(.md-menu-toolbar).md-table-toolbar .md-toolbar-tools md-icon {
    color: inherit;
}

input.input-default {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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, -webkit-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;
}

md-autocomplete input:not(.md-input) {
    width: 100%;
    height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ccc;
    box-shadow: none;
    outline: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -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, -webkit-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;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
    box-shadow: none;
}

md-autocomplete input:not(.md-input)::-ms-clear {
    display: none;
}

md-autocomplete .md-show-clear-button button {
    position: relative !important;
    line-height: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    background: transparent;
    margin: auto 5px;
    top: -5px !important;
}

.input-default:focus {
    border-color: #3eb8f6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/*form-group*/
.form-group {
    padding: 0 0 0 5px;
    margin: 0
}

    .form-group md-select.default {
        display: block;
        width: 100%;
        margin: 0;
        height: 30px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.12857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc !important;
        border-radius: 4px;
        -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, -webkit-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-group md-select.default:focus {
            border-color: #3eb8f6;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        }

    .form-group .md-select-value {
        border: none;
        min-height: 0;
        min-height: 0;
    }

    /*.form-group md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
        border-bottom-color: transparent;
        color: rgba(0,0,0,0.87);
    }*/

    .form-group label.control-label {
        font-size: 12px;
        color: rgba(0,0,0,0.87);
        margin: 0;
    }

    .form-group .md-text {
        border: none;
    }

    .form-group md-select-value:focus {
        border: none;
    }

/*datetime picker*/
.datepicker-plot-area .datepicker-time-view > div.time-segment {
    width: 22% !important;
}

td .btn.btn-xs, td .btn.btn-default {
    padding: 4px 2px;
}

md-card md-card-content.search-card {
    padding: 2px 15px 0px 15px !important;
}

.md-card-title-custom {
    padding: 6px;
}

md-card md-card-title + md-card-content {
    padding-top: 5px;
}

.fa-mini {
    font-size: 17px;
}

.fa-large {
    font-size: 100px;
}

.no-padding-right {
    padding-right: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.nav-pills {
    padding-right: 0;
}

    .nav-pills > li {
        float: right !important;
    }

.wizard-container {
    padding-top: 0;
}


    /*.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}*/

    .wizard-container .nav-pills > li.active > a, .wizard-container .nav-pills > li.active > a:focus, .wizard-container .nav-pills > li.active > a:hover .card-header-blue {
        box-shadow: none;
    }

        .wizard-container .nav-pills > li.active > a, .wizard-container .nav-pills > li.active > a:focus, .wizard-container .nav-pills > li.active > a:hover {
            box-shadow: none;
        }

.grad-blue {
    background: #252edc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(255,0,0,0),white); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(255,0,0,0),white); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(255,0,0,0),#3eb8f6); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(255,0,0,0),#5869f2); /*Standard*/
}

.grad-cyan {
    background: #2196F3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(255,0,0,0),white); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(255,0,0,0),white); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(255,0,0,0),#3eb8f6); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(255,0,0,0),#3eb8f6); /*Standard*/
}

/*.md-virtual-repeat-container .floatingLabel {
    margin-top: 20px;
}

.md-mode-indeterminate .floatingLabel {
    margin-top: 18px;
}*/

.rtl-content {
    direction: rtl;
}

/*Input autoComplete*/
/*.md-whiteframe-z1 {
    box-shadow:none;
}*/
.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.center-item {
    text-align: center;
}

md-autocomplete md-input-container {
    margin: 0px;
}

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
    bottom: 22px;
    right: 2px;
    left: 2px;
    width: auto;
}

.disable-a {
    pointer-events: none;
}

.wizard-card .tab-content {
    min-height: 340px;
    padding: 0 15px;
}

.padding-top-none {
    padding-top: 0;
}

.padding-5 {
    padding: 5px;
}

.font-12 {
    font-size: 12px !important;
}

.border-bottom {
    color: #555;
    border-bottom: 1px solid #ccc;
    margin-left: 3px;
    /*min-height:25px;*/
    /*border-color:#0a8310;*/
}

.border {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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, -webkit-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;
    /*margin-left: 1px;*/
    /*min-height: 25px;*/
    /*border-color:#0a8310;*/
}
/*div.box {
    width: 200px;
    height: 200px;
    border: solid 1px #333;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
    color: #999;
    position: relative;
}*/

div.box.sample:after {
    content: "اطلاعات فرستنده و گیرنده";
    position: absolute;
    top: 60px;
    left: 10px;
    z-index: 1;
    font-family: Arial,sans-serif;
    -webkit-transform: rotate(-14deg); /* Safari */
    -moz-transform: rotate(-14deg); /* Firefox */
    -ms-transform: rotate(-14deg); /* IE */
    -o-transform: rotate(-14deg); /* Opera */
    transform: rotate(-14deg);
    font-size: 15px;
    color: #c00;
    background: #fff;
    border: solid 3px #c00;
    padding: 3px;
    border-radius: 5px;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: 0.2;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
}

.border-radius {
    border-radius: 5px;
}

.bold-text {
    font-weight: 500;
}

.tab-height {
    min-height: 300px;
    /*max-height: 300px;*/
    /*overflow:hidden;*/
}

.introjs-helperLayer {
    background-color: rgba(255,255,255,.1);
}

.introjs-tooltiptext {
    font-family: inherit;
}

.md-autocomplete-suggestions-container.md-default-theme li .highlight, .md-autocomplete-suggestions-container li .highlight {
    color: rgb(190, 53, 53);
    text-decoration: underline;
}

.introjs-bullets ul li a.active {
    background: #e8083c;
}

.introjs-bullets ul li a {
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    margin: 2px;
}

.introjs-tooltipbuttons {
    text-align: center;
}

.introjs-button, .introjs-button:hover, .introjs-button:focus, .introjs-button:active, .introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
    outline: none;
    background-image: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: none;
    border-shadow: none;
    text-shadow: none;
    font-family: inherit;
}

.list-group {
    cursor: move;
}
/*md-dialog.md-transition-in {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    overflow: visible;
}*/
.no-pad-tb {
    padding-top: 0;
    padding-bottom: 0;
}

.no-margin-tb {
    margin-top: 0;
    margin-bottom: 0;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad-right-20 {
    padding-right: 20px;
}

md-dialog-content {
    padding: 10px;
}

    md-dialog-content.dtp-content {
        padding: 0;
    }

.md-chips {
    display: block;
    font-family: inherit;
    font-size: 12px;
    padding: 0 0 8px 3px;
    vertical-align: middle;
}

[dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
    padding-right: 4px;
    padding-left: 4px;
}

.ag-bootstrap {
    line-height: 1.4;
    font-family: inherit !important;
    font-size: 13px !important;
    color: #000;
}

.ag-header-cell {
    text-align: right !important;
}

/*.ag-layout-normal .ag-header-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    background-color: darkorchid;
    color: white;
   height: 100%;
}*/
.ag-bootstrap .ag-rtl .ag-header-cell {
    background-color: darkorchid;
    color: white;
    line-height: 30px;
}

.ag-bootstrap .ag-cell-focus {
    border: none !important;
}

.ag-bootstrap .ag-rtl .ag-selection-checkbox {
    padding-right: 4px;
}

.numeric-col {
    justify-content: flex-end !important;
    display: flex !important;
    padding-left: 40px !important;
}

.ag-bootstrap .ag-header-select-all {
    padding: 15px 10px 0px 5px !important;
}

.list-group {
    position: relative;
    display: block;
    padding: 10px 10px 10px 10px;
    margin-bottom: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
}

md-checkbox.margin-bott-0 {
    margin: 0;
}
md-autocomplete[md-floating-label] .md-show-clear-button input {
    font-family:inherit;
}
/*.ag-bootstrap .ag-header {
    color: #000;
    background: none;
    border-bottom: none;
    font-weight: 600;
    min-height: 40px;
    margin-bottom:30px;
}
.ag-layout-normal .ag-body {
    height: 100%;
    position: absolute;
    margin: 30px;
}
.ag-bootstrap .ag-rtl .ag-header-cell {
    border-left: none;
    vertical-align: middle;
    padding-top: 7px;
}*/

[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
    padding-right: 0;
    padding-left: 0;
}


