﻿@font-face {
    font-family: 'vazir-farsi-digits';
        src: url('../fonts/Digi\ Lotos\ Bold.ttf') format('truetype');

    /* src: url('../fonts/vazir/farsi-digits/vazir-fd.ttf') format('truetype'); */
}

*:not(i) {
    font-family: vazir-farsi-digits;
}

.table-responsive {
    height: 500px
}

    .table-responsive th {
        font-size: 15px;
        font-weight: bold;
        white-space: nowrap !important;
        white-space: -moz-nowrap !important;
        white-space: -pre-nowrap !important;
        white-space: -o-nowrap !important;
        position: sticky;
        top: 0;
        z-index: 1
    }

    .table-responsive td {
        font-size: 15px;
        white-space: nowrap !important;
        white-space: -moz-nowrap !important;
        white-space: -pre-nowrap !important;
        white-space: -o-nowrap !important;
    }

        .table-responsive th:not(:first-child), .table-responsive td:not(:first-child) {
            padding-right: 0
        }


.fancytree-title {
    white-space: pre-wrap !important;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap !important;
    white-space: -o-pre-wrap !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
    width: 190px;
}




.flip-box {
    background-color: transparent;
    perspective: 1000px;
}

#pjaxContainer {
    overflow: hidden !important
}

.flip-box-inner {
    background-color: white;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box-fliped .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-back {
    display: none;
    background-color: white;
    border-radius: 10px;
    transform: rotateY(180deg);
}

.datatable-header {
    padding: 0 20px !important;
}

.datatable-footer {
    padding: 20px 20px 0 20px !important;
}
#joinRequestSum, #financialAnalysisCostByCategoriesSum, #financialAnalysisCostByCitiesSum {
    float: right !important;
    margin: 5px !important;
}
.buttons-columnVisibility.active {
    background-color: #03a9f4 !important;
    color: white !important;
    margin: 5px;
}
