﻿@font-face {
    font-family: "BYekan";
    font-style: normal;
    font-weight: 400;
    src: url("Fonts/BYekan.eot?") format("eot"), url("Fonts/BYekan.woff") format("woff"), url("Fonts/BYekan.ttf") format("truetype");
}

/*#region General */

/*input[type='button'], input[type='submit'], input[type='reset'], input[type='text'] {
    font-family: BYekan,Tahoma;
    font-size: small;
}*/

html{
        font-family: BYekan,Tahoma !important;
    font-size: 10pt;
}

.invalid-input{
   border: 1px solid red;
}

.inner-container {
    padding: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
}

/*.k-widget {
    box-sizing: inherit !important;
}*/

.container-padding {
    padding: 7px;
}

.container-border{
    border-bottom-width:1px;
    border-bottom-style:solid;
}

.boxTitle {
    text-align: right;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center;
}

.gridTopMenuItem {
    height: 55px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 3px;
    width: 80px;
    cursor: pointer;
    border-left: black 1px solid;
    text-decoration: none !important;
}

legend[collapsable] {
    cursor: pointer;
}

input[elementType='persianDate'] {
    width: 140px !important;
}

/*.k-icon {
    left: 5px !important;
}

.k-numeric-wrap {
    padding-right: 1px !important;
}

.k-dropdown-wrap {
    padding-right: 1px !important;
    padding-bottom: 1px !important;
}*/

* {
    font-family: BYekan,Tahoma;
    font-size: 10pt;
}

.chartSection {
    padding: 4px !important;
}

.ignore {
    height: 25px;
    font-family: BYekan !important,Tahoma;
    font-size: 10pt;
    color:black;
}

select optiongroup option {
    font-family: BYekan !important,Tahoma;
    font-size: 10pt;
}

div[data-role="chart"] {
    font-family: BYekan !important,Tahoma;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}

.row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form_group {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 2px;
}


html {
    font-family: BYekan,Tahoma;
    font-size: small;
    height: 100%;
    color: black;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    border: none;
}

a {
    color: inherit;
}

.horizontalList {
    margin: 2px !important;
}

    .horizontalList > ol, horizontalList > li {
        list-style: none outside none;
        border-width: 0;
        padding: 7px !important;
    }

    .horizontalList li {
        display: inline-block;
    }

.usep {
    background-image: url('/Image/usep.gif');
    background-repeat: no-repeat;
    width: 3px;
    height: 25px;
    margin-right: 2px;
    margin-left: 2px;
}

.sep {
    background-image: url('/Image/sep.png');
    background-repeat: no-repeat;
    width: 5px;
}





.notificationContent {
    padding: 10px;
    min-width: 300px;
    z-index: 999999;
}

    .notificationContent img {
        float: right;
        padding-top: 10px;
        margin-left: 10px;
    }

    .notificationContent h2 {
        padding-top: 5px;
    }

.k-animation-container{
    z-index: 999999 !important;
}

h2 {
    font-size: 15px;
}

.inputForm {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .inputForm li {
        padding: 5px;
        text-align: right;
        display: block;
        margin-bottom: 8px;
    }

    .inputForm label {
        float: right;
        min-width: 30px;
        margin-left: 3px;
        text-align: right;
    }


fieldset {
    margin-top: 10px;
    width: 97%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid black;
}

    fieldset legend {
        font-size: 15px;
        /*text-align: center;*/
        padding-left: 10px;
        padding-right: 10px;
    }

.errorWrapper {
    padding: 10px;
}

/*#endregion */

/*#region Layout */

.MainContentHolder {
    width: 100%;
    min-height: 100%;
}

.header {
    height: 70px;
    width: 100%;
}

.logo {
    float: right;
    width: 300px;
    height: 70px;
    background-image: url('/Content/Logo/LOGO.png');
}

.searchBar {
    float: right;
    width: 400px;
    height: 25px;
    text-align: center;
    padding-top: 25px;
}

.shoppingCart {
    float: right;
    width: 300px;
    height: 70px;
}

.contentHolder {
    width: 1000px;
    margin: 0 auto;
}

.overflowHidden {
    overflow: hidden;
}

.menu {
    padding: 1px;
}

.footer {
    height: 125px;
    padding: 10px;
    width: 100%;
}

.badge1 {
    position: relative;
}

    .badge1[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 1px;
        right: -5px;
        font-size: .7em;
        background: RED;
        color: white;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        padding-top: 1px;
        font-weight: 400;
        border-radius: 50%;
        /*box-shadow:0 0 1px BLACK;*/
        border: 1PX solid black;
    }

.boxTitle {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center;
}

/*#endregion */

/*#region ProductsSearch */

.filter {
    width: 216px;
    float: right;
}

    .filter section {
        padding: 5px;
    }

.productsList {
    float: right;
    width: 763px;
    margin-right: 10px;
}

.product {
    width: 182px;
    height: 300px;
    margin: 3px;
    text-align: center;
    float: right;
    background-color: white !important;
    color: black !important;
}

.productDetail {
    width: 752px;
    height: 300px;
    margin: 3px;
    background-color: white !important;
    color: black !important;
    direction: rtl;
    padding-top: 10px;
}

.circle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /*background-color: white;
    border: black solid 1px;*/
    padding: 25px;
    width: 110px !important;
    height: 110px !important;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.report-generate-date{
    padding:5px;
    text-align:left;
    padding-left:35px;
}

.k-numeric-wrap .k-select{
    padding-top:5px;
}

.k-dropdown-wrap .k-input{
    padding-right: 0;
}

.content-container {
     background-color :#f4f6f9
 }

.theme-image{
    width:125px;
    height:100px;
    border: solid 1px transparent;
    cursor:pointer;
}

.theme-image:hover{
    border: solid 1px red;
}

.content-center{
    text-align:center;
}

.badge{
    position: absolute;
    height:0.8rem;
    top:0.4rem;
    right:4.5rem;
    /*width:1rem;*/
    text-align: center;
    line-height: 0.8rem;
    font-size: 1rem;
    border-radius: 50%;
}

.message-center{
    position:relative;
}

.no-message{
    width:80px;
}

.new-message{
    width:90px;
}

/*#endregion */

