﻿@font-face {
    font-family: IRANSans;
    src: url('~/Content/Fonts/FontsFree-Net-ir_sans.ttf') format('truetype');
}
body {
    font-family: IRANSans !important;
    font-size: 12px;
}

div{
    padding: 0px;
    text-align: center;
}

.button {
    width: 100%;
    font-family: IRANSans !important;
    font-size: 12px;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 7px;
    background-color: white;
}
button, input, select {
    width: 100%;
    font-family:  IRANSans !important;
    font-size: 12px;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 7px;
    background-color: white;
}
    button[type=button], input[type=submit], input[type=button], input[type=submit] {
        box-shadow: 10px 10px 5px grey !important;
    }

        button[type=button]:hover, input[type=submit]:hover, input[type=button]:hover, input[type=submit]:hover {
            box-shadow: none!important;
        }

.btn {
    box-shadow: 10px 10px 5px grey !important;
}
    .btn:hover {
        box-shadow: none!important;
    }
textarea {
    width: 100%;
    font-family:  IRANSans !important;
    font-size: 12px;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 7px;
    background-color: white;
}

.dropdownlist {
    width: 100%;
    font-family:  IRANSans !important;
    font-size: 12px;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 7px;
    background-color: white;
}

#Panel, #LeftPanel, #LeftPanel2, #LeftPanel3, #PanelRight2, #PanelRight {
    background-color: whitesmoke;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 50px;
    box-shadow: 10px 10px 5px grey !important;
}

.Panel {
    background-color: whitesmoke;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 50px 10px 50px 10px;
    box-shadow: 10px 10px 5px grey !important;
    margin-bottom: 7px;
}
.Panel10 {
    background-color: Bisque;
    border-style: solid;
    border-color:lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 50px;
    margin-bottom:7px;
}
.Panel20 {
    background-color: LightSalmon ;
    border-style: solid;
    border-color:lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 50px;
    margin-bottom:7px;
}
.Panel30 {
    background-color: OrangeRed ;
    border-style: solid;
    border-color:lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 50px;
    margin-bottom:7px;
}
.Panel40 {
    background-color: Red ;
    border-style: solid;
    border-color:lightgray;
    border-width: thin;
    border-radius: 5px;
    padding: 50px;
    margin-bottom:7px;
}

footer {
    padding-top: 10px;
    text-align: center;
    box-shadow: 10px 10px 5px grey
}

.withPaddingDown{
    padding-bottom: 10px;
    text-align: center;
}
input:invalid {
    border-color: red;
}

input,
input:valid {
    border-color: #ccc;
}