﻿
@font-face {
    font-family: 'Vazir';
    src: url('/lib/fonts/Vazir/Vazir.eot?v=4.1.0');
    src: url('/lib/fonts/Vazir/Vazir.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('/lib/fonts/Vazir/Vazir.woff?v=4.1.0') format('woff'), url('/lib/fonts/Vazir/Vazir.ttf?v=4.1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Nazanin';
    src: url('/lib/fonts/Nazanin/B Nazanin.ttf');
    src: url('/lib/fonts/Nazanin/B Nazanin.ttf?#iefix&v=4.1.0') format('embedded-opentype'), url('/lib/fonts/Nazanin/B Nazanin.ttfv=4.1.0') format('woff'), url('/lib/fonts/Nazanin/B Nazanin.ttf?v=4.1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Titr';
    src: url('/lib/fonts/Titr/B Titr Bold.ttf');
    src: url('/lib/fonts/Titr/B Titr Bold.ttf?#iefix&v=4.1.0') format('embedded-opentype'), url('/lib/fonts/Titr/B Titr Bold.ttfv=4.1.0') format('woff'), url('/lib/fonts/Titr/B Titr Bold.ttf?v=4.1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Zar';
    src: url('/lib/fonts/Zar/B Zar.ttf');
    src: url('/lib/fonts/Zar/B Zar.ttf?#iefix&v=4.1.0') format('embedded-opentype'), url('/lib/fonts/Zar/B Zar.ttfv=4.1.0') format('woff'), url('/lib/fonts/Zar/B Zar.ttf?v=4.1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Vazir !important;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 0 !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.highlight {
    animation: Animationhighlight 6s ease infinite;
}

@-webkit-keyframes Animationhighlight {
    0% {
        box-shadow: 1px 1px 20px #0e7eb6;
    }


    50% {
        box-shadow: 1px 1px 20px #ffffff;
    }

    100% {
        box-shadow: 1px 1px 20px #0e7eb6;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 10px;
        width: 13px;
        height: 13px;
        border-radius: 20%;
        background: #0e7eb6;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.k-list .k-item {
    border-bottom: 1px solid #ccc !important;
}

.k-rtl .k-grid .k-grid-header .k-filterable {
    padding-left: 12px !important;
}

.k-rtl .k-grid-header .k-filterable .k-link {
    padding-left: .6em !important;
}

footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: rgb(1,113,187) !important;
    color: white;
    height: 25px;
    text-align: center;
    padding-bottom: 5px;
    z-index: 10;
}

    footer div {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.k-checkbox {
    border-color: rgba(0,0,0,.6) !important;
}


/*notfication style*/
div[data-notify*="container"] {
    font-size: 12px !important;
    padding: 5px;
    width:355px;
}
    div[data-notify*="container"] .NotifyBtnDiv {
       position:absolute;
       left:5px;
       bottom:5px;
    }
    div[data-notify*="container"] span[data-notify*="message"] span:first-child {
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width:270px;
    }


    div[data-notify*="container"]:hover span[data-notify*="message"] span:first-child {
        height: auto;
        white-space: normal;
        overflow: auto;
        text-overflow: ellipsis;
    }

    div[data-notify*="container"] span[data-notify*="message"] span:last-child {
      
    }
