@font-face {
    font-family: "IRANYekan";
    src: url('fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype'),
    url('fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff');

}

@font-face {
    font-family: 'yekan';
    src: url(fonts/yekan/Yekan.eot);
    src: url(fonts/yekan/Yekan.eot?#iefix) format("embedded-opentype"), url(fonts/yekan/Yekan.woff) format("woff"), url(fonts/yekan/Yekan.ttf) format("truetype"), url(fonts/yekan/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

* {
    font-family: "IRANYekan";
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-size: 16px !important;
}

th {
    font-weight: 900 !important;
    text-align: center;
}

.select2-selection--single {
    background: #f3f6f9 !important;
    border-color: #f3f6f9 !important;
}

td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-align: center;
}

tr {
    text-align: center;
}

li.menu-item-submenu:hover i {
    color: #3699FF !important;
}

li.menu-item-submenu.text-secondary:hover i {
    color: #9E6CB7 !important;
}

li.menu-item-submenu.text-secondary.menu-item-active i {
    color: #9E6CB7 !important;
}

li.menu-item-submenu.text-secondary.menu-item-open i {
    color: #9E6CB7 !important;
}

li.menu-item-submenu i {
    color: #3F4254 !important;
}

li.menu-item-active i {
    color: #3699FF !important;
}

.menu-nav {
    padding-top: 0px !important;
}

.aside-menu {
    margin-top: 0px !important;
}

.label.label-secondary {
    color: #FFFFFF;
    background-color: #a331de;
}

.label.label-pink {
    color: #FFFFFF;
    background-color: #f837ff;
}

.label.label-brown {
    color: #FFFFFF;
    background-color: #ba5b18;
}

.label.label-red {
    color: #FFFFFF;
    background-color: #f32626;
}

.label.label-blue-light {
    color: #FFFFFF;
    background-color: #18a2ba;
}


.inputfile {
    /* visibility: hidden etc. wont work */
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile:focus + label {
    /* keyboard navigation */
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    margin: auto;
    pointer-events: none;
}

#img-preview {
    display: none;

    height: 292px;
    width: 407px;
    border: 2px dashed #333;
    margin-bottom: 20px;
}

#img-preview img {
    width: 100%;
    height: auto;
    display: block;
}

.box {
    height: 285px;
    width: 400px;
    background-color: #bdc3c7;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 2px solid #ecf0f1;

    a {
        img {

            width: 25px !important;
            height: 25px !important;
            position: absolute;
            -webkit-transition: -webkit-transform .25s, opacity .25s;
            -moz-transition: -moz-transform .25s, opacity .25s;
            transition: transform .25s, opacity .25s;
            opacity: .25;
        }

        h1 {
            text-align: center;
            font-size: 2.25em;
            position: absolute;
            left: 125px;
            color: #ecf0f1;
            letter-spacing: 1px;
            top: 40px;
            font-weight: 100;
            font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
        }

        img:hover {
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            transform: rotate(270deg);
            opacity: 1;
        }
    }


}

#multi-select {
    .selection {
        display: flex !important;
        line-height: normal !important;
    }
    .select2-search__field{
        line-height: normal !important;
        font-family: IRANYekan;
        min-height: 20px;
    }
}
