﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/iranyekanwebregularfanum.eot');
    src: url('../fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
.Reqierd {
    color:red;
    font-size:1.5em;

   
}
input {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom:3px !important;
}
.form-inline {
    margin-bottom:5px;
}
.backgroundpage {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
   
}
.circle {
    margin-bottom: 1.875rem;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .5s ease-in-out;
    position: relative;
    clear: both;
    border: 0px solid red;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 50%);
    padding: 10px;
    margin: 10px;
}
.circleBlue {
    margin-bottom: 1.875rem;
    background-color: rgba(0, 200,0, 0.5);
    transition: all .5s ease-in-out;
    position: relative;
    clear: both;
    border: 0px solid red;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 50%);
    padding: 10px;
    margin: 10px;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*جدول*/

.styled-table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-style: hidden;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    /* max-width: 100%;
    white-space: nowrap;*/
}

    .styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: center;
    }


    .styled-table th,
    .styled-table td {
        padding: 2px 2px;
        text-align: center;
        vertical-align: central;
        width: auto;
        /* white-space: nowrap;*/
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }
        .styled-table tbody tr:nth-of-type(odd) {
            background-color: lightgray;
        }
        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

        .styled-table tbody tr:hover {
            background-color: cornsilk;
            font-weight: bolder;
            color: #009879;
        }

.highlightme {
    background-color: yellow;
    font-size: 1.2em;
    font-weight: bolder;
    color: red;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;

}
body {
    background: url('../images/ar1.jpg') no-repeat center center fixed;
    background-size: cover;
    text-align: right;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
    direction: rtl;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: iranyekan;
    height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
form label {
    font-size:12px;
}
form input {
    font-size: 12px;
}




@media print {
    a: link:after, a:visited:after {
        content: "" !important;
    }

    form {
        display:none;
    }
    .table thead tr:first-child {
        background-color: yellow;
        font-size: 1.2em;
        font-weight: bolder;
        color: darkblue;
    }
    .table {
        border-collapse: collapse;
        border: 1px solid !important;
       
    }
    table, th, td {
        border: 1px solid ;
        border-collapse: collapse;
    }
}