﻿/* 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. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* 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;
}
@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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/

@import url('/css/mat-shadow.css');
@import url('/css/image-preview.css');
@import url('/css/bootstrap-costomize.css');
@import url('/css/font-family.css');




@media (max-width: 767px) {
    #colNav {
        display: none !important;
    }

    #rowNav {
        display: flex !important;
    }

    .text-wrap-for-mobile {
        white-space: normal !important;
    }

    #filterMenuDesktop {
        display: none;
    }

    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide-on-desktop {
        display: none !important;
    }
}

.filter-card-box {
    background-color: #fff;
    padding: .6rem 1rem;
    border-radius: .25rem;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.font-family-en {
    font-family: sans-serif, Geneva, Tahoma, Verdana;
}

body {
    font-family: IRANSans;
    font-size: 0.9rem;
    /*    letter-spacing: 0.015rem;
    line-height: 1.9rem;*/
}


.fal, .fa, .fad, .far {
    vertical-align: middle;
}

#menu-search-form {
    font-size: 80%;
}





header .nav-link:not(.disabled) {
    color: black !important;
}





@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px !important;
    }
}

.navbar-brand {
    margin-left: 3.5rem;
}


.breadcrumb-item a:not(.active) {
    text-decoration: none;
    color: black
}

.blur-1 {
    filter: blur(5px)
}

.img-grayscale {
    -webkit-filter: grayscale(85%); /* Safari 6.0 - 9.0 */
    filter: grayscale(85%);
}

/*--------------------------------NEW CSS---------------------*/

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.navbar-brand {
    margin-left: 36px;
}

.navbar-toggler {
    padding: 0.2rem 0.4rem;
    margin: 0;
}

.breadcrumb {
    margin-bottom: 0.5rem;
}

#rowNav .list-group-item {
    border: none;
    padding: 0;
    text-align: center;
}

.navbar-brand-name {
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    padding: 6px 0;
    color: #24a98e;
}

.navbar-brand-name-item {
    display: inline-block;
    margin: 0;
    font-weight: 400;
}

.dirltr {
    direction: ltr;
}

.form-floating-align-center > .form-control:focus ~ label, .form-floating-align-center > .form-control:not(:placeholder-shown) ~ label, .form-floating-align-center > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(-0.65rem);
}

.form-floating-align-center > label {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.form-floating-align-center > .form-control, .form-floating-align-center > .form-select {
    text-align: center;
}

/*#filterMenuMobile {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background-color: #f8f9fa !important;
        padding: 15px;
    }*/

.filter-menu-mobile {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #f8f9fa !important;
    padding: 15px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

*/
.nash-carousel-indicators li {
    margin-bottom: 0rem;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
    margin-bottom: 0rem;
}
/*.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}*/
.nash-carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0rem;
    left: 0%;
    z-index: 10;
    padding-top: 6.25rem;
    padding-bottom: 1rem;
    color: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.40) 0px -60px 36px -28px inset;
}


