﻿@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
body {
    font-family: Rubik, 'Assistant', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 400;
    background-color: #F8F9FC;
    direction:rtl;
}

INPUT {
    font-family: Rubik,'Assistant', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 600;
    text-align: right !important
}

textarea, [contenteditable] {
    overflow: auto;
    border: 1px solid #888;
    -webkit-user-select: text;
    user-select: text;
    background-color: #F8F9FC;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.label {
    /*font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 600;
    color: #ffffff;*/
}
.labeldark {
    /*font-family: 'Assistant', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 600;
    color: #007299;*/
}
.error {
    font-family: Rubik, 'Assistant', sans-serif;
    /*font-size: 14px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 600;*/
    color: #ff0000;
}

.success {
    font-family: Rubik, 'Assistant', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 600;
    color: #6ac412;
}

.paymentbox {
    background: url('../images/back_pic.svg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%; /* */
    /* z-index: -100;
    opacity: 1;*/
    filter: alpha(opacity=80);
}

.payment-header {
    color: #173d7a;
    font-family: Rubik;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}
.remember-pass {
    color: #6e6e6e;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-right: -22px;
    margin-top: 10px;
    min-height: 1px;
}
.btn.outline {
    background: none;
    padding: 12px 22px;
}

p.h1 {
    color: #428bca;
    text-align:center;
}

p.h3 {
    color: #428bca;
    direction: rtl;
}

input.invalid {
    border-color: red;
}

.paymentInput {
    background-color: #fff !important;
    border-radius: .25rem !important;
    width: 445px !important;
}

.btn-big {
    width: 260px;
}

.btn-transparent {
    background: none;
    border: none;
}

.HEADER {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-kerning: auto;
    font-weight: 600;
}

.BK {
    background: url('../images/bk_6.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 3000px;
    z-index:-100;
    opacity: 1;
    filter: alpha(opacity=80); 

}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    font-size: 110%;
    display: inline;
}


.bootstrap-select.btn-group .btn .filter-option {
    text-align: right
}

li {
    text-align: right
}


.totalRow {
    background-color: lightgray;
    font-weight: bold;
}



.blink_label {
    animation: blinker 1s linear infinite;
    color:yellow;
}



.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
               
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


.icon {
    position: relative;
    float: left;
    z-index: 1;
    height: 0px;
    padding-top:15px;
}

.panelDark {
    background-color: #2A4D69;
    color: #ffffff;
    font-size: small;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px
}

.wrapper {
    display: block !important;
    width: 100%;
    align-items: stretch;
    direction:rtl;
  
}

.box {
    box-shadow: 0 0 1px white;
    margin-top: 30px;
    margin-right: 10px;
    text-align: right;
    font-size:  16px;
    font-weight:bold;
    color: #233F72;
    border:0px;
    background-color:#ffffff;
}

.panel-default > .panel-heading {
    background: #E4F6FD;
    font-family: Rubik,'Assistant', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    color: #233F72;
}
.panel-footer {
    background: #ffffff;
}

.img36
{
    width:36px;
    height:36px;
    border:0px;
}

.img24 {
    width: 20px;
    height: 20px;
    border: 0px;
}

.img32 {
    width: 32px;
    height: 32px;
    border: 0px;
}


.img50 {
    width: 80px;
    height: 80px;
    border: 0px;
}

.img25x31 {
    width: 25px;
    height: 31px;
    border: 0px;
}

.img27x34 {
    width: 27px;
    height: 34px;
    border: 0px;
}

.img30x40 {
    width: 30px;
    height: 40px;
    border: 0px;
}

.LabelHeader {
    color: #07B0F0;
    font-size: 30px;
}

.gridHeader {
  
    font-weight: 700;
   
}

.divshadow {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .divshadow:hover {
        -webkit-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }




.carousel {
background: #2f4357;
margin-top: 20px;
}

    .carousel .item {
        min-height: 100px; /* Prevent carousel from being distorted if for some reason image doesn't load */
        
    }

.carousel .item img {
    margin: 0 auto; /* Align slide image horizontally center */
}



.carousel-container {
    width: 100%;
    max-height: 400px;
}


.contactusbk_1
{
    background-color:navy;
    color:#ffffff;
}
.contactusbk_2 {
    background-color: darkgreen;
    color: #ffffff;
}
.contactusbk_3 {
    background-color: darkred;
    color: #ffffff;
}

.TutorialImg {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    max-width: 100%;
    max-height: 400px;
}
.logo {
    max-width: 240px;
    max-height:190px;
    margin-left: 100px;
    margin-bottom: 10px;
    padding: 5px;
    position:relative;
    z-index:100;
}

.logoWhite {
    position: relative;
    z-index: 100;
}

.jsgrid-grid-header,
.jsgrid-grid-body {
    overflow: visible;
}

.jsgrid-sticky-header {
    position: sticky;
    top: 0;
}

.first-row {
    width: 99%;
    padding-right: 1px;
}

.data-rows {
    /*overflow: auto;*/
    overflow: visible;
    max-height: 700px;
}

.dir-rtl {
    direction: rtl;
}
.dir-ltr, .ltr {
    direction: ltr;
}

.MonthYearSelect {
    direction:rtl;
    width: 10% !important
}
.MonthYearSelect40prec {
    direction: rtl;
    width: 40% !important
}

.VerticalScrollableArea{
    overflow-y:auto
}
/*Asaf 6.1.2022*/
.jsgrid-cell {
    overflow: hidden;
}

/*ef 27656 21/12/23*/
#jsGridChain_Events{
    height:60vh !important;
}
/*ef 27453 12/11/23*/
#jsGridChain_Events .jsgrid-grid-body {
    height: 44vh !important;
    overflow: auto;
}

/*ef 27453 12/11/23*/
#jsGridChain_Events tbody .totalRow {
    position: absolute; 
    top: 55.5vh; 
   z-index:10;
}
/*ef 27817 27/12/23*/
.select2-container--default .select2-selection--single {
    direction:rtl;
}
    /*ef 27817 27/12/23*/
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        right:93%;
    }

.btn-info, btn-info:hover {
    background-color: #17508C !important;
    border-color: none !important;
    font-family: 'Rubik';
    font-size: 16px !important;
    border: none !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e7e7e7;
    color: #555;
    text-align: center;
    height: 30px;
    padding: 5px;
}

.scrollModal {
    max-height: 100%;
    overflow-y: auto;
}

.site-container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
