﻿/* 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: 'IRANSansWeb';
    src: url('/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot') format('embedded-opentype'), url('/fonts/IRANSansWeb.woff') format('woff'), url('/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Tables */
tr, th, td {
    padding: 10px 6px !important;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*Headers Font Size for Mobile View*/
@media (max-width: 600px) {
    h1 {
        font-weight: bold !important;
        font-size: 2rem;
    }
    h2 {
        font-weight: bold !important;
        font-size: 1.8rem;
    }
    h3 {
        font-weight: bold !important;
        font-size: 1.3rem;
    }
    h4 {
        font-weight: bold !important;
        font-size: 1.2rem;
    }
    h5 {
        font-weight: bold !important;
        font-size: 1rem;
    }
    .artsidebar {
        padding:0px 10px;
    }
}
@media (min-width: 601px) {
    .artsidebar {
        padding: 0px;
    }
}

    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

        a:hover {
            font-weight: bold;
            text-decoration: none;
        }

    .noEffect:hover {
        font-weight: normal;
    }

    .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;
    }

    @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%;
    }

    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;
        text-align: right;
        font-family: 'IRANSansWeb' !important;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }
    /*Login Page */
    .hr-lines {
        position: relative;
        width: 100%;
        margin: 10px auto 2px auto;
        text-align: center;
        color: grey;
    }

        .hr-lines:before {
            content: " ";
            height: 1px;
            width: 108px;
            background: grey;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .hr-lines:after {
            content: " ";
            height: 1px;
            width: 108px;
            background: grey;
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
        }


    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

    /* Carousel base class */
    .carousel {
        margin-bottom: 4rem;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 3rem;
        z-index: 10;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }

    .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
    }

    .bi {
        vertical-align: -.125em;
        fill: currentColor;
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

        .nav-scroller .nav {
            display: flex;
            flex-wrap: nowrap;
            padding-bottom: 1rem;
            margin-top: -1px;
            overflow-x: auto;
            text-align: center;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }


    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 32rem;
    }
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }

    .btn-Rezaei {
        color: brown;
        background-color: Highlight;
        display: inline-block;
        padding: 0 10px 0 10px;
        height: 30px;
        line-height: 29px;
        text-align: center;
        border-radius: 6px;
    }