﻿@font-face {
    font-family: 'IranSans';
    src: url('fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/IRANSansWeb.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/IRANSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
}

#license-footer {
    align-self: flex-end;
    padding: 16px 32px;
    width: 100%;
    text-align: center;
    font-size: small;
    border-top: 1px solid #ddd;
}

.md-whiteframe-glow-z1 {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.site-content-toolbar {
    background: #f6f6f6 !important;
    color: #666 !important;
    z-index: 3;
}

.site-content-toolbar {
    background: #f6f6f6 !important;
    color: #202020 !important;
    z-index: 3;
}

body, h1, h2, h3, h4, p {
    font-family: IranSans;
}

ul.md-autocomplete-suggestions li {
    direction: rtl;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: normal;
}

md-autocomplete input:not(.md-input) {
    font-size: 1em;
}

.autocomplete-custom-template li:last-child {
    border-bottom-width: 0;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
    display: block;
}

.autocomplete-custom-template .item-title {
    direction: ltr;
}

.autocomplete-custom-template .item-metadata {
    direction: rtl;
    text-align: right;
}

.autocomplete-custom-template .item-title md-icon {
    height: 5px;
    width: 5px;
}

.layout-content {
    direction: rtl;
}

.user-login {
    text-align: right;
}

    .user-login md-icon path {
        fill: #7d90ff;
    }

.logo {
    -webkit-filter: blur(0.5px); /* Chrome, Safari, Opera */
    -moz-filter: blur(0.5px);
    -o-filter: blur(0.5px);
    fixlter: blur(0.5px);

}
