﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/IRANSansWeb_Black.eot);
    src: url(/fonts/IRANSansWeb_Black.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Black.woff2) format('woff2'),url(/fonts/IRANSansWeb_Black.woff) format('woff'),url(/fonts/IRANSansWeb_Black.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url(/fonts/IRANSansWeb_Bold.eot);
    src: url(/fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Bold.woff2) format('woff2'),url(/fonts/IRANSansWeb_Bold.woff) format('woff'),url(/fonts/IRANSansWeb_Bold.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/IRANSansWeb_Medium.eot);
    src: url(/fonts/IRANSansWeb_Medium.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Medium.woff2) format('woff2'),url(/fonts/IRANSansWeb_Medium.woff) format('woff'),url(/fonts/IRANSansWeb_Medium.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/IRANSansWeb_Light.eot);
    src: url(/fonts/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_Light.woff2) format('woff2'),url(/fonts/IRANSansWeb_Light.woff) format('woff'),url(/fonts/IRANSansWeb_Light.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/IRANSansWeb_UltraLight.eot);
    src: url(/fonts/IRANSansWeb_UltraLight.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb_UltraLight.woff2) format('woff2'),url(/fonts/IRANSansWeb_UltraLight.woff) format('woff'),url(/fonts/IRANSansWeb_UltraLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/IRANSansWeb.eot);
    src: url(/fonts/IRANSansWeb.eot?#iefix) format('embedded-opentype'),url(/fonts/IRANSansWeb.woff2) format('woff2'),url(/fonts/IRANSansWeb.woff) format('woff'),url(/fonts/IRANSansWeb.ttf) format('truetype')
}

@font-face {
    font-family: IRANSansNum;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/IRANSansOnlyNumeral.woff) format('woff'),url(/fonts/IRANSansOnlyNumeral.ttf) format('truetype')
}
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(/fonts/fontawesome-webfont.woff2) format('woff2'),url(/fonts/fontawesome-webfont.woff) format('woff'),url(/fonts/fontawesome-webfont.ttf) format('truetype');
}

body {
    font-family: IRANSans;
    color: rgba(0,0,0,0.87);
    font-size: .875rem;
    background:url('../img/background 1.svg') ;
    background-repeat:no-repeat;
    background-size:cover;
    webkit-font-smoothing: antialiased;
    position:relative;
}

    body h1, h2, h3, h4, h5, h6, h7, h8 {
        color: #0B1B3A !important;
    }

.top-menu {
    background-color: #3c3c3c;
    width: 99%;
    margin: 0 auto;
    margin-top: -15px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background-color: #3c3c3c;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.45098) 0px 11px 51px 2px;
    border-bottom: 1px solid #848484;
}


.whitebox {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border-radius: 3px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.item {
    position: relative;
    margin: 0 auto;
}

.options {
    padding: 12px;
    border-bottom: 1px solid #dfdfdf;
}

a:hover {
    text-decoration: solid;
}

a:active {
    color: darkgrey;
}
.btn:focus{
    box-shadow:unset!important;
}
.nav-item a {
    color: white;
}

a:link {
    color: dimgrey;
}

.highlight {
    background-color: #ff9800 !important;
}

.selectColor {
    background-color: #ff8700 !important;
}

.yourElement {
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: initial;
}

.myElement {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: initial;
}

.sale-type {
    background-color: orange;
    position: absolute;
    bottom: 15px;
    color: #111;
    left: 15px;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    text-shadow: 1px 1px 0px #fff;
    border-radius: 3px;
    line-height: 30px;
}

.hiddenRow {
    padding: 0 !important;
}

table {
    text-align: center !important;
}
#checkInfo {
    padding-bottom: 125px;
}
#checkInfo .card {
    border-radius: 10px;
    border: 2px solid #DCDCDC;
    background: transparent;
}
#checkInfo .body-info {
    background: #ffffffd6;
    border-radius:10px;
}
#checkInfo .card-header {
    border-radius: 10px;
    background-color: #002AFBE0;
    color: #fff;
    padding: .5rem 1.25rem;
}
    #checkInfo .card-header button {
        position: relative;
        width: 100%;
        text-align: right;
        color: #fff;
        background-color: unset;
        
        display: flex;
        align-items: center;
    }
        #checkInfo .card-header button svg {
            margin-left: 10px;
        }


        #checkInfo .card-header button::after {
            content: "\f077"; /* chevron down */
            font-family: "FontAwesome";
             position: absolute;
            left: 10px;
            top: 50%;
            font-size: 16px;
            transform: translateY(-50%);
            transition: transform 0.2s ease;
        }

        #checkInfo .card-header button.collapsed::after {
            transform: translateY(-50%) rotate(180deg);
           
        }

        #checkInfo .card-header button:not(.collapsed)::after {
            transform: translateY(-50%) rotate(0deg);
        }
#checkInfo .card-body label {
    font-size: 12px;
    font-weight: 700;
    color: #6B7FA3;
    display:block;
}
    #checkInfo .card-body .item-info {
        font-weight: 500;
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        align-items: flex-start;
    }
    #checkInfo .card-body .checkbox-info {
        justify-content: start;
        flex-direction: row;
    }
        #checkInfo .card-body .checkbox-info label{
            padding-right:10px;
        }
        .check-info .background {
            position: absolute;
            width: 40%;
            bottom: 0;
            left: 0;
            z-index: -1;
            margin-bottom: 58px;
        }
    .check-info .background img{
        width:100%;
    }
    .ReceptionDetailTab {
        /*background-color: darkgray;*/
    }

.num-only {
    font-family: IRANSansNum,IRANSans;
}

footer.row {
    font-size: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

footer p {
    margin: 3px !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width:575px){
    #checkInfo .card-body .item-info {
        border-bottom: 1px solid #E5E5E5;
        flex-direction: row;
        align-items: baseline;
    }
    #checkInfo .items-info .item-info:last-child {
        border-bottom: unset;
    }
    #checkInfo .items-info{
        padding-bottom:0;
    }
    .check-info h3 {
        width: 50%;
        font-size: 15px
    }
    .check-info img {
        width: 40%;
      
    }
    #checkInfo {
        padding-bottom: 0;
    }
    .check-info .background{
        position:relative;
        width:100%;
    }
}