﻿:root {
    --siteBlue: #46a8c9;
    --siteGreen: #6baf58;
    --siteGray: #a6b0bb;
    --siteWhite: #ececec;
    --siteYellow: #e8bf7b;
    --siteSuccessColor: green;
    --siteDangerColor: red;
}

@font-face {
    font-family: danaBold;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff2/RaviFaNum-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/RaviFaNum-Bold.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/RaviFaNum-Regular.woff') format('woff'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff2/RaviFaNum-Regular.woff2') format('woff2'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: danaLight;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff2/RaviFaNum-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/RaviFaNum-Regular.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--siteBlue);
}

.btn {
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    border-style: none none solid none;
    border-color: #6baf58;
    border-width: 8px;
    border-radius: 20px 20px 0px 0px;
    background-image: linear-gradient(to bottom right, #1c1c1c, #292929);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    direction: rtl !important;
    font-family: dana !important;
    cursor: pointer !important;
    background: none;
    color: white;
}
/*
    .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
*/
.faLogin {
    font-size: 10rem;
    color: lightgray;
    margin-top: 10px;
    margin-bottom: 30px
}

h1, h2, h3, h4 {
    font-family: danaBold !important;
    font-weight: bold
}

h5, h6 {
    font-weight: bold
}

#divHeader {
    padding-bottom: 4px;
    padding-top: 4px;
    min-width: 100%
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    padding-top: 170px;
    text-align: center;
    background-color: black;
    opacity: 0.5;
}

    .se-pre-con > h4 {
        margin-top: 200px
    }

.siteFa {
    margin-left: 3px;
    color: var(--siteBlue);
}

.siteFaWhite {
    margin-left: 3px;
    color: antiquewhite;
}

.jalasApp {
    color: var(--SiteBlue);
}

.divInsideMargin {
    margin: 4px;
}

.divHomeTitr {
    background-image: linear-gradient(#404040,#525252) !important;
    height: 120px;
    border-radius: 5px;
}

.textCen {
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
    color: white;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 1px;
    font-size: 8px;
    opacity: 0.7;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    right: 8px;
    top: 5px;
    transition: 0.2s ease all;
    color: dimgray;
}

.borderShadow {
    -webkit-box-shadow: 0px 1px 11px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 1px 11px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 11px 2px rgba(255,255,255,1);
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

.divInputText {
    position: relative;
}

.fullWidth {
    width: 100%;
}

form {
    min-width: 100%
}

.paddingLR5 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-control {
    padding-top: 15px;
}

.nav-link {
    text-align: right
}

.navbar-nav {
    padding: 0;
    padding-right: 6px;
    font-size: 0.8rem;
}

.dropdown-item {
    text-align: right
}

.bg-light {
    background-image: linear-gradient(#404040,#525252 ) !important;
    padding: 0;
    color: white;
    margin-top: -1px
}

.alert {
    text-align: right
}

.bigFaIcon {
    font-size: 100px;
    color: darkgray
}

.dropdown-menu {
    min-width: 100%
}

.timeColor {
    color: var(--siteGray);
}

.fa-trash-alt {
    color: #FF3D00;
    font-size: 1.4rem
}

.fa-edit {
    color: darkorange;
    font-size: 1.4rem
}

.tblFont {
    font-size: 0.9rem;
    font-family: danaBold !important;
    font-weight: bold;
    margin-bottom: 0;
}

.tblNonFont {
    font-size: 0.7rem;
    font-family: danaBold !important;
    font-weight: bold;
    color: black;
    background-color: whitesmoke;
}

#divLogin {
    background-image: url('../Imgs/LoginPic.jpg');
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1rem;
}

@media only screen and (max-width: 900px) {
    #divLogin {
        background-image: url('../Imgs/LoginPicPortrait.jpg');
        min-height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -1rem;
    }
}

.tableDiv {
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    min-width: 100%;
    overflow-y: scroll;
}

.pagination {
    padding: 0;
    margin-top: 12px;
}

.tdInserter {
}

.trsHide {
    display: none;
}

.tdDeactiver {
    border-style: none solid none none;
    border-width: 1px;
}

.fa-info-circle {
    color: dimgray;
    font-size: 1.1rem;
}

.nav-link {
    color: white !important;
}

.navbar {
    border-radius: 6px;
}

.dropdown-menu {
    border-radius: 15px;
}

.navbar-toggler {
    border: none !important;
}

.gj-picker div:first-child {
    direction: ltr
}

.gj-timepicker {
    direction: ltr;
}

    .gj-timepicker > span {
        z-index: 1
    }

.tagANonDeco:hover {
    text-decoration: none
}

.field-validation-error {
    float: right
}

a:focus, a:after, a:before {
    background-color: none !important;
}

.rowNotTbl {
    border-style: solid;
    border-width: 0.5px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 1px;
    margin-left: 1px;
    -webkit-box-shadow: 0px 0px 12px -4px #000000;
    box-shadow: 0px 0px 12px -4px #000000;
    font-size: 0.9rem;
    font-family: danaBold !important;
    font-weight: bold;
    border-color: darkgray;
    text-align: right;
    padding-top: 5px;
    background-color: floralwhite;
    color: black;
}

.checkColor {
    color: green;
}

.timesColor {
    color: #e33424
}

.faSizeIcon {
    font-size: 1.4rem;
}

.fromDate {
    color: #230957
}

.tillDate {
    color: #3b226e
}

.titleColor {
    color: dimgray;
}

.divHided {
    background-color: ghostwhite;
    margin: 6px;
    border-radius: 5px;
    color: black;
}

.paddingTop0 {
    padding-top: 0
}

.approveDivColor {
    background-color: lightgreen;
}

.declineDivColor {
    background-color: lightcoral;
}

.waitingDivColor {
    background-color: lightyellow;
}

.dropdown-item {
    color: #1c1c1c !important;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: danaBold !important;
    font-weight: bold;
}

.navbar-light .navbar-brand {
    color: white !important;
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }
}

.navbar-brand {
    float: right;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

.select2-results__option, .select2-selection__rendered {
    text-align: right;
    padding-top: 4px !important
}

.select2 {
    width: inherit !important;
    min-width: 100% !important
}

.select2-selection {
    min-height: 40px
}

input[type="submit"]:disabled {
    cursor: not-allowed;
}

p {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    font-family: danaLight !important;
}

.bell {
    display: block;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.form-control:disabled, .form-control[readonly] {
    background-color: white;
    cursor: not-allowed;
}

.card {
    overflow: hidden;
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

    .card-body .rotate i {
        color: rgba(20, 20, 20, 0.15);
        position: absolute;
        left: 0;
        left: auto;
        right: 0px;
        bottom: 10px;
        display: block;
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(-44deg);
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
}

.select2-dropdown {
    color: black;
}

.page-link {
    border-radius: 0 !important;
}

.pagination::-webkit-scrollbar {
    width: 11px;
}

.pagination {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--siteGreen) var(--siteGreen);
}

    .pagination::-webkit-scrollbar-track {
        background: none;
        border-style: none none solid none;
        border-width: 1px;
        border-color: black;
    }

    .pagination::-webkit-scrollbar-thumb {
        background-color: var(--siteGreen);
        border-radius: 4px;
        border: 3px solid var(--siteGreen);
    }

.page-link {
    color: #525252 !important
}

.pgActive {
    color: #525252 !important;
    border-color: #525252 !important;
    background-color: var(--siteGreen) !important;
}

.select2-selection__choice {
    color: black;
}

.lblFile {
    background-color: var(--siteGreen);
    border-radius: 5px;
    color: white;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
    cursor: pointer;
}

#divBulletin {
    background-color: #404040;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
    max-height: 500px;
    overflow: auto;
}

#aPayanik {
    color: mediumvioletred;
}

.spanNumber {
    color: mediumvioletred
}

.spanNeccesity {
    color: orangered
}

.divMainCorrespo {
    background-color: white;
    margin: 3px;
    border-radius: 3px;
}

.pCor {
    font-size: 0.8rem;
    color: black;
    display: block;
    max-height: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.corNumberDet {
    background-color: red;
    padding: 1px;
    border-radius: 5px;
}

.corFromDet {
    background-color: gray;
    padding: 1px;
    border-radius: 5px;
}

.corInsertDateDet {
    background-color: aliceblue;
    padding: 1px;
    border-radius: 5px;
    color: black;
}

.corMemberDet {
    background-color: royalblue;
    padding: 1px;
    border-radius: 5px;
    font-size: 0.7rem;
}

.corMemberCcDet {
    background-color: cornflowerblue;
    padding: 1px;
    border-radius: 5px;
    font-size: 0.7rem;
}

.divPerCor {
    border-style: solid;
    border-width: 0.5px;
    border-radius: 5px;
    padding: 5px;
    border-color: gray;
}

.divCorDetBody {
    margin: 5px;
    border-radius: 5px;
    color: black;
    background-color: white;
    padding: 10px;
    max-height: 500px;
    overflow: auto;
}

.taskDefine {
    background-color: orange;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    border-radius: 3px;
    margin-left: 5px;
}

.taskDecline {
    background-color: red;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    border-radius: 3px;
    margin-left: 5px;
}

.taskDoing {
    background-color: purple;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    border-radius: 3px;
    margin-left: 5px;
}

.taskDone {
    background-color: green;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    border-radius: 3px;
    margin-left: 5px;
}

.taskNumber {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    border-radius: 3px;
    float: left
}

.singleSelect2 {
    overflow: scroll !important;
}

.isActiveBack {
    background-color: #0fad0c;
    color: white;
    padding: 2px;
    border-radius: 3px;
}

.deActiveBack {
    background-color: #ba0b0b;
    color: white;
    padding: 2px;
    border-radius: 3px;
}

.statusCss {
    background-color: cadetblue;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-left: 5px;
    color: white;
}

.titr {
    color: white;
    background-color: dimgray;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    font-size: 0.8rem;
}

.notDefineCss {
    color: white;
    background-color: cornflowerblue;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
}

.acceptedCss {
    color: white;
    background-color: yellowgreen;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
}

.notAcceptedCss {
    color: white;
    background-color: red;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
}

.faSuccess {
    color: var(--siteSuccessColor) !important;
}

.faDanger {
    color: var(--siteDangerColor) !important;
}

.faBlue {
    color: var(--siteBlue) !important;
}

.calBox {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: dimgray;
    border-radius: 0;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.5rem;
    height: 100%;
}

.paddingNone {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.marginNone {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.siteHeaderText {
    color: var(--siteGreen);
}

    .siteHeaderText:hover {
        color: var(--siteGreen);
        text-decoration: none !important
    }

.siteALinkwhite {
    color: white !important;
}

    .siteALinkwhite:hover {
        color: var(--siteGreen) !important;
        text-decoration: none !important
    }

.siteALinkblack {
    color: black !important;
}

    .siteALinkblack:hover {
        color: var(--siteGreen) !important;
        text-decoration: none !important
    }

.spinnerCss {
    display: none;
    backdrop-filter: blur(5px);
    width: 100% !important;
    z-index: 99999;
    position: absolute;
    height: 100vh;
}
/*.TableScroll {
overflow:scroll;
max-height:400px;
}*/
