﻿
html {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 40px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media (min-width: 768px) {
    .contact-site li {
        padding: 0 20px !important;
    }
}

.contact-site li:last-child {
    border-left: none;
}


body {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    padding: 0;
    margin: 0;
    /*position: relative;*/
    direction: rtl;
    font-family: yekan,'B Yekan', Nazanin,Tahoma;
}

    body::-webkit-scrollbar {
        display: none;
    }

    body::after {
        content: '';
        display: block;
        height: 100px;
    }

.footer {
    background: #004d3d;
    position: relative;
    bottom: -100px;
    width: 100%;
}


.pb-2, .py-2 {
    padding-bottom: 1.5rem !important;
    margin-bottom: -2rem;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

header .logo-right, .copy-right .logo-right {
    width: 350px;
    height: 60px;
   /* background: url(/Content/images/BarqLogo.png) no-repeat;*/
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.contact-site li {
    border-left: 1px solid #ff8000;
    padding: 0 50px;
    color: #fff;
}

.contact-site li {
    padding: 0 20px !important;
}

    .contact-site li a {
        color: #a3a3a2;
        /*font: 18px irsans-bold;*/
        font: normal 16px yekan,'B Yekan', Nazanin,Tahoma;
    }

a, a:visited {
    text-decoration: none;
    color: #000;
}


/*-----------------------------------------------------------------------------------------------*/
.loading-back {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #ffffff;
    opacity: 0.5;
}

.loading-lg {
    width: 100%;
    height: 100%;
    background: url('images/loading01.gif') no-repeat center center;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}

.loading-lg2 {
    width: 100%;
    height: 100%;
    background: url('images/loading01.gif') no-repeat center center;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.disabled {
    background-color: #ebebe4; /*lightgray;*/
}

.btnloader {
    margin-top: 20%;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    /* border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;*/
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}

.bouncing-loader {
    display: inline-flex;
    justify-content: center;
}

    .bouncing-loader > div {
        width: 1rem;
        height: 1rem;
        margin: 3rem 0.2rem;
        background: #8385aa;
        border-radius: 50%;
        animation: bouncing-loader 0.6s infinite alternate;
    }

        .bouncing-loader > div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .bouncing-loader > div:nth-child(3) {
            animation-delay: 0.4s;
        }

.text-danger2 {
    color: red;
    font: bold 14px tahoma;
}


.upload {
    padding-bottom: 5px;
    margin: 10px 0 20px;
    overflow: hidden;
}

.upload__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    padding: 1px;
    cursor: pointer;
}

    .upload__img img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        display: none;
    }

.bg_head {
    background: url('/Content/images/Header_Centerl55.png')no-repeat center center fixed;
    /*background-image: url('/Content/images/Header_Centerl.png');*/
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1024px;
    width: 100%;
    height: 511px;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img .bg_head {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

.bg_head_bottom {
    background: url('/Content/images/header_footer3.png')no-repeat center center fixed;
    background-attachment: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-width: 1024px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-grid;
    background-position: center center;
    text-align: center;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img .bg_head_bottom {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}



.bg_head_top {
    background: url('/Content/images/Header_head5.png')no-repeat center center fixed;
    /*background-image: url('/Content/images/Header_Centerl.png');*/
    background-attachment: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-width: 1024px;
    min-height: 40px;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    overflow: hidden;
    /*display: inline-grid;*/
    background-position: top center;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img .bg_head_top {
        left: 50%;
        margin-left: -512px; /* 50% */
    }
}

.fullscreen-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
