﻿/* 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. */


@import url('ask-confirm.css');
@font-face {
    font-family: "IranSans";
    src: url(../Fonts/IRANSansWeb.eot);
    src: url(../Fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../Fonts/IRANSansWeb.woff) format("woff"), url(../Fonts/IRANSansWeb.woff2) format("woff2"), url(../Fonts/IRANSansWeb.ttf) format("truetype");
}

@font-face {
    font-family: 'BYekan';
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/BYekan.eot?#') format('embedded-opentype'), url('../Fonts/BYekan.woff') format('woff'), url('../Fonts/BYekan.ttf') format('truetype');
}

.dx-scrollable-content {
    direction:ltr;
}
.custom-form {
    background-color: #f8f9fa;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.form-check-label {
    font-weight: bold;
    color: #007bff;
    font-size: 18px;
}

.form-check-input {
    margin-right: 5px;
}

.text-center {
    text-align: center;
}

.lb-details {
    margin: auto !important;
    float: unset !important;
    direction: rtl !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.lb-caption {
    font-family: B Nazanin !important;
    font-size: 22px !important;
}

#parent {
    width: 300px;
    text-align: right;
    direction: rtl;
    position: relative;
}

.hide {
    display: none;
    visibility: hidden;
    color: transparent;
}

html {
    font-family: IranSans !important;
}

body {
    direction: rtl;
}

p.en-text {
    direction: ltr;
    text-align: left;
}

.iransans {
    font-family: IranSans !important;
}

.tahoma {
    font-family: Tahoma;
}

.byekan {
    font-family: BYekan !important;
}

.navbar-nav {
    padding-right: 0;
}

.nav-item {
    text-align: right;
    direction: rtl;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin-left: 20px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.dx-datagrid a.dx-link, .dx-theme-generic-typography a {
    color: #fff;
    text-decoration: none;
}

.pagination .page-link {
    color: #1b6ec2;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*Modal styles*/
.heading-3 {
    font-size: 14px !important;
}

.modal-footer {
    flex-direction: row-reverse;
}
/*Modal styles*/

/*Dev Express Styles*/
.dx-theme-generic-typography {
    /*background: #CAFBCD;*/
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td,
#gridRowCounts,
.dx-button-text {
    text-align: center !important;
    font-family: BYekan;
}

.dx-link {
    font-family: BYekan;
    margin-left: 2px;
}
/*Dev Express Styles*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .brush {
        background: url('/images/red_brush.png') no-repeat center;
        background-size: 60% 320%;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 575.98px) {
    #btnTitle, #btnTitle2, #btnTitle3 {
        width: 50px !important;
        font-size: 0;
    }

    .dx-datagrid-header-panel .dx-button-has-text .dx-button-content {
        padding: 7px 10px 8px;
    }

    .brush {
        background: url('/images/red_brush.png') no-repeat center;
        background-size: 115% 326%;
        font-size: small;
        padding-left: 35px;
    }
}

.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;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle
}

/* 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 */
}


.blink {
    -webkit-animation: 4s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 4s linear infinite condemned_blink_effect;
}

.blinkCellConfirm {
    -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 2s linear infinite condemned_blink_effect;
    background-color: #006d77;
}

.blinkCellReject {
    -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 2s linear infinite condemned_blink_effect;
    background-color: red;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

.text-summary {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    direction: rtl !important;
}


