@charset "UTF-8";
@font-face {
    font-family: VRAN;
    font-weight: 500;
    src: url(font/Farsi.eot);
    src: url(font/Farsi.woff#iefix) format("embedded-opentype"), url(font/Farsi.woff) format("woff2"), url(font/Farsi.woff) format("woff"), url(font/Farsi.ttf) format("truetype")
}
@font-face {
    font-family: MRAN;
    font-weight: 500;
    src: url(font/FAnum.woff2);
    src: url(font/FAnum.woff2#iefix) format("embedded-opentype"), url(font/FAnum.woff2) format("woff2"), url(font/FAnum.woff2) format("woff"), url(font/FAnum.woff2) format("truetype")
}

body,
h1,
h2,
h3,
h4,
h5,
div,
p,
a,
span {
    font-family: MRAN, sans-serif;
    font-size: 15px;
}

.m {
    margin-top: 5px;
    margin-bottom: 5px;
}

.inp {
    width: 16px;
    height: 16px;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
    padding: 6px 12px !important;
    line-height: normal !important;
    border: none !important; /* چون w3-border خودش حاشیه دارد */
    background-color: white !important;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2);
    padding: 10px;
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

label {
    display: block;
    text-align: right;
}

.dark {
    background-color: #181818;
    color: white;
}

.green {
    background-color: #181818;
    /* #003d3d; */
    color: white!important;
}

.center-cell {
  display: flex;
  justify-content: center!important;
  align-items: center!important;
  text-align: center!important;
}

.green2 {
    background-color: #181818;
    /* #003d3d; */
    color: white!important;
}

.res {
    overflow-x: auto;
}

@media (max-width:400px) {
    .res {
        overflow-x: auto;
    }
}

table,
td {
    border: 1px solid rgb(187, 187, 187);
}

.zoom {
    transition: transform .3s;
}

.zoom:hover {
    -ms-transform: scale(5.0);
    /* IE 9 */
    -webkit-transform: scale(5.0);
    /* Safari 3-8 */
    transform: scale(5.0);
}

td {
    vertical-align: super !important;
}


/* Fixed sidenav, full height */

.sidenav {
    overflow-x: hidden;
    padding-top: 20px;
    background-color: rgb(28 37 46);
    /* #003d3d; */
}


/* Style the sidenav links and the dropdown button */

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    border: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    outline: none;
    padding-right: 8px;
    border-radius: 25px;
    padding: 8px;
    margin: 2px;
    width: 97%;
}

.thead {
    display: table;
    /* to take the same width as tr */
    width: calc(100% - 17px);
    /* - 17px because of the scrollbar width */
}

.tbody {
    display: block;
    /* to enable vertical scrolling */
    max-height: 200px;
    /* e.g. */
    overflow-y: scroll;
    /* keeps the scrollbar even if it doesn't need it; display purpose */
}

.hand {
    cursor: pointer;
}

.tr {
    display: table;
    /* display purpose; th's border */
    width: 100%;
    box-sizing: border-box;
    /* because of the border (Chrome needs this line, but not FF) */
}

.th,
.td {
    width: 15.00%;
    /* to enable "word-break: break-all" */
    padding: 5px;
    word-break: break-all;
    /* 4. */
}

.th2,
.td2 {
    width: 33.32%;
    /* to enable "word-break: break-all" */
    padding: 5px;
    word-break: break-all;
    /* 4. */
}

.th3,
.td3 {
    width: 30.32%;
    /* to enable "word-break: break-all" */
    padding: 5px;
    word-break: break-all;
    /* 4. */
}

.tdhover tr:hover {
    cursor: pointer;
    background-color: rgb(255, 250, 187);
}


/* On mouse-over */

.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}


/* Main content */


/* Add an active class to the active dropdown button */

.active {
    background-color: #191e3a;
    /* #003d3d; */
    color: white;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    background-color: none;
    padding-right: 8px;
}


/* Optional: Style the caret down icon */

.fa-caret-down {
    float: right;
    padding-right: 5px;
    margin: 3px;
}

.sys-btn {
    background-color: #2c3254; /*#2c3254;*/
    color: white;
    border-radius: 25px;
    padding: 9px;
    margin: 2px;
    width: 97%;
}

.group-btn {
    background-color: #00b3d3;
    color: white;
    border-radius: 25px;
    padding: 8px;
    margin: 2px;
    width: 97%;
}

.folder-btn {
    background-color:#008198;
    color: rgb(255, 255, 255);
    border-radius: 25px;
    padding: 8px;
    margin: 2px;
    width: 97%;
}

.page-btn {
    color: white;
    background-color:#00363f;
    border-radius: 25px;
    padding: 8px;
    margin: 2px;
    width: 97%;
}

.page-btn:hover {
    color: rgb(255, 255, 255);
    background-color: gray;
}

.folder-btn:hover {
    background-color: white;
    color: black;
}


/* Some media queries for responsiveness */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 16px;
    }
    .sidenav a {
        font-size: 14px;
    }
}