﻿


/*=============================================*/
/*=============== General Body ================ */


@font-face {
    font-family: 'Yekan';
    src: url('../../font/yekan.eot') format('eot'), url('../../font/yekan.woff') format('woff'), url('../../font/yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kodak';
    src: url('../../font/kodak.eot') format('eot'), url('../../font/kodak.woff') format('woff'), url('../../font/kodak.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-repeat: no-repeat;
    background-position: center center;
    direction: rtl;
    font-family: "yekan", "Tahoma";
    font-size: 14px;
}

* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}


body, input, textarea, option, select {
    font-family: "yekan", "Tahoma";
}


body a {
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #ffffff;
}

body span, body a, body label {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

ol {
    list-style-type: decimal;
    margin-right: 15px;
    color: #1c3769;
}

input[type=file] {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    background-color:#084b78;
}

::-webkit-scrollbar-thumb {
    background-color: #138eb9;
    outline: 1px solid slategrey;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "yekan", "Mykodak", "Tahoma";
    color: #a3a3a3;
    opacity: 0.7; /* Firefox */
    text-align: right;
    padding-right: 1%;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aeaeae;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aeaeae;
}

.bi::before {
    margin-left: 10px;
    margin-top: 9px;
}
