/* import material icons */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
   font-family: iransansbold;
   font-style: normal;
   font-weight: 700;
   src: url(../font/iransans-bold-web.eot);
   src: url(../font/iransans-bold-web.eot?#iefix) format('embedded-opentype'), url(../font/iransans-bold-web.woff2) format('woff2'), url(../font/iransans-bold-web.woff) format('woff'), url(../font/iransans-bold-web.ttf) format('truetype')
}
@font-face {
   font-family: iransanslight;
   font-style: normal;
   font-weight: 300;
   src: url(../font/IRANSansWeb.eot);
   src: url(../font/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(../font/IRANSansWeb.woff2) format('woff2'), url(../font/IRANSansWeb.woff) format('woff'), url(../font/IRANSansWeb.ttf) format('truetype')
}

body, h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: iransanslight !important;
}

body {
    background: #fff;
}

.content-header {
    display: none;
}

.ew-grid {
    border: 0px;
}

.navbar-nav li a[data-widget="pushmenu"]{
    display: none;
}

.content-wrapper, section.content {
    background: #fff !important;
}

.ew-grid .ew-table>tbody>tr>td, .ew-grid .ew-table>tfoot>tr>td, .ew-grid .ew-table>thead>tr>th {
    border: none;
    height: 56px;
    vertical-align: middle;
}

.ew-grid .ew-table .ew-table-row {
    background-color: white;
}

.ew-grid .ew-table .ew-table-highlight-row>td {
    background-color: #f5f5f5 !important;
}

tr.ew-table-select-row {
    background-color: #f2f2f2 !important;
}

.card-footer.ew-grid-lower-panel {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 2px solid #CFD8DC;
    margin-top: 0.5rem;
    padding-top: 0.7rem;
    display: flex;
    align-items: center;
}

.card-footer.ew-grid-lower-panel .ew-list-other-options span a {
    padding: 0;
    border: none;
    font-size: 16px;
    display: block;
}
.card-footer.ew-grid-lower-panel .ew-list-other-options span a i {
    display: block;
}

a.nav-link:hover {
    border-radius: 5px;
    background-color: rgba(60, 64, 67, 0.08);
}

a.nav-link {
    font-size: 14px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: 5px;
    margin-left: 5px;
}

a.nav-link.active {
    border-radius: 5px;
    background-color: lightgray;
}

.card-footer.ew-grid-lower-panel {
    background-color: whitesmoke;
}

.btn-toolbar.ew-toolbar {
    border-bottom: 2px solid #CFD8DC;
    margin-bottom: 0.5rem;
    padding-bottom: 0.7rem;
}

.btn-toolbar.ew-toolbar span {
    margin: 0 !important;
}

section.content {
    margin-top: 22px;
}

td.ew-list-option-body {
    text-align: center;
    border-left: 0px;
    border-right: 0px;
}

form.ew-ext-search-form {
    padding: 0 15px 0 15px;
    width: 100% !important;
    border-bottom: none;
}

.ew-toolbar .btn {
    background-color: white;
    border: none;
    width: 40px;
    height: 40px;
    color: #767676;
    margin-right: 10px;
    margin-left: 10px;
}

.ew-toolbar .btn:hover {
    border-radius: 50% !important;
    background-color: #e0e0e0;
    color: #333;
}

.ew-search-panel {
    padding-top: 15px;
}

nav.main-header {
    background-color: #455A64 !important;
    padding: 1rem;
}
nav.main-header ul li a{color:#fff !important;}


a.navbar-brand img {
    width: 109px;
    height: 40px;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.ew-grid .ew-table>thead>tr>th, .ew-grid .ew-table>thead>tr>td {
    font-weight: normal;
    background-color: #ebeff2;
    color: #505050;

}

.content-wrapper {
    background: #ebeff2;
}

.ew-toolbar button.btn.btn-default {
    background: none;
}

.table-responsive {
    overflow-x: unset
}

.ew-grid .ew-table>thead>tr>th, .ew-grid .ew-table>thead>tr>td {
    background-color: transparent;
    color: #455a64;
    border: none !important;
    background-repeat: repeat-x;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    padding: .3rem;
}

.table.ew-table {
    border: none;
}

.bg-primary, .alert-primary {
    background-color: #54adfa !important;
}

.bg-primary, .alert-primary, .bg-primary>a, .alert-primary>a {
    color: #fff !important;
}

.card.ew-card.ew-grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*.ew-grid .ew-table>thead tr.ew-table-header th:first-child {*/

/*    border-top-right-radius: 10px;*/

/*}*/

.ew-grid .ew-table .ew-table-alt-row {
    background-color: #f8fbfd;
}

.ew-toolbar i {
    font-size: 15px
}

.ew-toolbar .btn {
    background: transparent !important;
    color: #455a64;
    border-radius: 5px !important;
    padding: 0;
    margin-left: .5rem;
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.ew-toolbar .btn:after {
    content: none !important;
}
.ew-toolbar .btn:hover {
    border-radius: 6px !important;
    color: #455a64 !important;
}

tr.ew-table-header th {
    border-bottom: 1px solid #eee !important;
}

span.ew-export-option.ew-list-option-separator.text-nowrap {
    padding: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #53adfa;
    border-color: #53adfa;
}

a.nav-link.active.ew-tooltip, a.nav-link.active {
    color: #455A64 !important;
    background: #f8fbfd;
    margin: 0 !important;
}

a.nav-link.ew-tooltip:hover, a.nav-link:hover {
    background: #fff !important;
    color: #455A64 !important;
}

.sidebar-dark-primary {
    background: #fff !important;
}

.brand-link {
    line-height: 2;
    background: #53adfa;
    border-bottom: 2px solid #53adfa !important;
    font-weight: 900;
    color: #fff !important;
    text-align: center;
}

[class*='sidebar-dark-'] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*='sidebar-dark-'] .nav-sidebar>.nav-item:hover>.nav-link, [class*='sidebar-dark-'] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #53adfa;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #53adfa;
    color: #fff;
}

[class*='sidebar-dark-'] .sidebar a {
    color: #848484;
}

.main-footer {
    display: none;
}



div#toast-container {
    margin-bottom: 50px;
    bottom: 0 !important;
    left: 0 !important;
    top: inherit !important;
    right: inherit !important;
}


.toast.fade.show {
    background-color: #343a40;
    color: white;
}

.toast-header {
    background-color: black;
    color: white;
}

button.ml-2.mb-1.close {
    color: white;
}




.ar_app-list {
    text-align: right;
}

.ar_app-list img {
    margin: 4px;
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    padding: 3px;
    margin: 0;
}
.ar_app-list li {
    width: 33%;
}
.ar_app-list {
    text-align: justify;
    background: #fff;
    margin: 0;
    min-height: 100px;
    padding: 28px;
    padding-right: 27px;
    white-space: normal;
    max-height: 325px;
    overflow-y: scroll;
}
.ar_app-list::-webkit-scrollbar-track{background:transparent;}
.ar_app-list::-webkit-scrollbar{width:1px;height:3px;}
.ar_app-list::-webkit-scrollbar-track{-webkit-box-shadow:none;border-radius:25px;}
.ar_app-list::-webkit-scrollbar-thumb{border-radius:0;background-color:transparent;}
.ar_app-list::-webkit-scrollbar{opacity:0;}
.ar_app-list a {
    padding: 1px;
    text-decoration: none;
    border: 1px solid #0000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    text-align: center;
    width: 74px;
    height: 74px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ar_app-list a:hover {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    text-align: center;
}
.ar_app-list span {
    color: #000;
    font-weight: 300;
    margin-top: 4px;
}