﻿@media print {
    a[href]:after {
        content: none !important;
    }
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot');
    src: url('../fonts/Yekan.eot?#iefix') format('embedded-opentype'), url('../fonts/Yekan.woff') format('woff'), url('../fonts/Yekan.ttf') format('truetype'), url('../fonts/Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Yekan !important;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url('../../../Images/pattern.png');
    background-repeat: repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
} */
th {
    font-size: small;
    text-align: center;
}

td {
    text-align: center;
}

.context {
    border: 4px groove;
    border-radius: 5px;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 30px;
}

.dropdown-menu {
    text-align: right;
    background-color: lightgrey;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -1px;
    }

.field-validation-error {
    color: red;
}

.btn-default {
    color: white;
    background-color: darkcyan;
}

.search-table {
    font-size: small;
    border: dashed thin;
}
