﻿body {
    font-family: sans-serif;
    /*background: url(../../assets/img/BGImgs/mainbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;*/
    padding: 0px;
    margin: 0px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn:hover {
    color: #fff !important;
}

.bootstrap-datetimepicker-widget button i.fa {
    color: black !important;
}

.text-underline {
    text-decoration: underline;
}

.pagerAndText a {
    text-decoration: none;
}

.mb {
    margin: 0.5em 1em;
}

.fd-rr {
    flex-direction: row-reverse;
}

.modal-footer {
    display: flex !important;
    /*    flex-direction: column;*/
    gap: 10px;
}

.wrapButtons {
    display: flex;
    gap: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table.transGridView tbody {
    display: block;
    height: 400px; /* scrollable area */
    overflow-y: auto;
}

    table.transGridView tbody tr{
        width:100%;
    }
    table.transGridView tbody tr:first-child th {
        position: sticky;
        top: 0;
        background: linear-gradient(to top, #033169 0% 50%, #005BAA 50% 100%);
        color: #fff;
    }

/*    table.transGridView tbody tr:last-child th {
        position: sticky;
        bottom: 0;
        background: linear-gradient(to top, #033169 0% 50%, #005BAA 50% 100%);
        color: #fff;
        z-index: 1;
    }*/

/*    table.transGridView tbody tr:first-child td {
        position: sticky;
        top: 0;
        z-index: 2;
    }*/

    table.transGridView tbody tr:last-child td {
        position: sticky;
        bottom: 0;
        z-index: 1;
    }

table.tableC {
    border: unset;
}

table.tableC tbody tr {
    border-bottom: 1px solid #2C5AA4;
    display: flex;
    gap: 11px;
}

    table.tableC tbody tr td, table.tableC tbody tr th {
        flex-basis: 0;
        flex-grow: 1;
        margin: 11px 0;
        direction: rtl;
        border-bottom: 0 !important;
        align-content:center;
    }

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
}

input[disabled] {
    background: transparent !important;
    border: unset;
    text-align: center !important;
}

button.select-dropdown__button[disabled] {
    border: unset;
    color: #212529;
    background: transparent;
    text-align: center;
}

.wrapPage {
    background: #2C5AA4;
}

.whiteContent {
    background: #fff;
    padding: 1.5em;
    margin: 1.5em;
    border-radius: 10px;
}

.imageLogo {
    text-align: center;
    padding: 2em;
}

    .imageLogo > img {
        width: 35%;
    }

.text-end {
    text-align: right !important;
}

.formInputGroup {
    display: flex;
    gap: 11px;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.justify-content-center {
    justify-content: center !important;
}

.m-3 {
    margin: 1rem !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-end {
    text-align: right !important;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.form-floating input {
    text-align: right;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label, .form-floating > .input-group > .form-control:focus ~ label, .form-floating > .input-group > .form-control:not(:placeholder-shown) ~ label, .form-floating > .select-dropdown > .form-select ~ label, .form-floating > .uploadfile-container > .form-control ~ label {
    opacity: 1 !important;
    transform: scale(1) translateY(-2.25rem) translateX(.75rem) !important;
}

button.select-dropdown__button {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #707070;
    padding: 0;
    height: 50px;
    text-align: right;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 18px;
    cursor: pointer;
    color: #212121;
    font-weight: 400;
    text-align: left;
    transition: all ease-in-out 0.3s;
    text-align: right;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

button.select-dropdown__button::after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-left: 8px;
    font-size: 15px;
    font-weight: 400;
}

button.select-dropdown__button[disabled]::after {
    display: none;
}

.form-select, .form-control {
    border-color: #707070 !important;
    border-radius: 10px !important;
}

.form-floating > .input-group > label, .form-floating > .select-dropdown > label {
    padding: .75rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.select-dropdown__button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
}

.formInputGroup .form-floating {
    flex-basis: 0;
    flex-grow: 1;
    margin: 11px 0;
    direction: rtl;
}


.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating > label {
    padding: 0.75rem;
    width: 100%;
    text-align: right;
}

.errorValidator {
    color: red;
    display: flex;
    justify-content: end;
}

.form-floating {
    position: relative;
}

    .form-floating > .form-control, .form-floating > .form-select, .form-floating > .input-group > .form-control, .form-floating > .select-dropdown > .form-select {
        height: calc(3rem + 2px);
        line-height: unset;
    }

.backArrow {
    top: -40px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    right: -6px;
    width: 32px !important;
    margin: 5px auto;
    transform: rotate(180deg);
}

.noInfo {
    color: red;
    margin: 1em auto;
    display: block;
    text-align: CENTER;
}

.color-w {
    color: white !important;
}

.backArrow:hover {
    cursor: pointer;
}

#form1 {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    /*min-height: 100vh;*/
}

.powerCardFormWrap {
    /*margin: 3em 14em;*/
    /*background: #fff;*/
    /*min-height: 100px;*/
    /*box-shadow: 0px 0px 6px #000;*/
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.height5 {
    height: 5px !important;
}

.gradientLine {
    height: 6px;
    width: 100%;
    background: linear-gradient(to right, #033169 0, #005BAA 15%, #ded9d9 25%, #ded9d9 15%, #005BAA 45%, #033169 100%);
    margin: 0.2em auto;
}

.marginBottom50 {
    /*margin-bottom: 82px;*/
}

.powerCardForm {
    /*margin: 0 30%;*/
    position: relative;
    background: #4c90caed;
    width: 600px;
    border-radius: 10px;
    margin: 11em 7em 0 auto;
}

.logoDesktop {
    text-align: center;
}

    .logoDesktop img {
        width: 80%;
    }

.leftSideForDesktop > .firstCard {
    display: flex;
    justify-content: center;
    margin: 7em auto 0;
}

.leftSideForDesktop > .secondCard {
    display: flex;
    justify-content: center;
    margin: 0em auto;
}

.leftSideForDesktop .firstCard img {
    width: 80%;
    /*transform: rotate(336deg);*/
}

.leftSideForDesktop .secondCard img {
    width: 65%;
    /*margin-top: -1em;

    transform: rotate(336deg);
    margin-left: 9em;*/
}


.transTableWrap {
    /*margin: 0px 17%;*/
    margin: 2em auto;
    width: 600px;
    padding: 41px 115px;
    box-shadow: 0px 0px 10px 2px #E1E1E1;
    background: linear-gradient(to bottom, #ffffff, #FAFAFA);
}

.innerFormContent {
    padding: 0.5em 2em 0;
    text-align: center;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.hr {
    height: 3px;
    background: #000;
    margin: 10px auto;
}

.orangeColor {
    color: #F38321;
}

.blackColor {
    color: #000;
}

.titleTrans {
    text-align: center;
    font-size: 2em;
    font-family: 'Almoni Tzar AAA Light', Arial, sans-serif;
    margin: 0.5em 1em;
}

.topTitle {
    font-weight: bolder;
}

    .topTitle > img {
        width: 50%;
    }

.bottomContent {
    font-weight: bolder;
}

.firstTitle > p {
    font-size: 3.24em;
    margin: 0;
    font-family: 'Almoni Tzar AAA', Arial, sans-serif;
}

.mainTXT {
    margin-top: 1em;
    padding: 0 4em;
}

.secondTitle > span {
    font-size: 3em;
    margin: 0;
    font-family: 'Almoni Tzar AAA', Arial, sans-serif;
    font-weight: bolder;
    color: #033169;
}

.linkBlock {
    margin: 1em 2em;
}

    .linkBlock > * {
        color: #fff;
        font-weight: bold;
        font-size: 1.1em;
    }

.thirdTitle > span {
    font-size: 1.3em;
    margin: 0;
    font-family: 'Almoni Tzar AAA light', Arial, sans-serif;
    line-height: 0.8;
    font-weight: 600;
    color: #55494c;
}

.prevLink input {
    color: #033169;
    text-decoration: underline;
    background: transparent;
    border: unset;
    font-weight: bold;
    font-size: 1.3em;
}

.table.firstTDvt td:first-child {
    vertical-align: middle !important;
}

.prevLink input:hover {
    cursor: pointer;
}

.error {
    text-align: center;
    color: #090a0d;
    font-weight: bold;
}

.inputClass {
    /*margin: 0em auto 1em;*/
}

    .inputClass > input {
        border-radius: 4px;
        margin: 10px auto;
        height: 55px;
        width: 100%;
        border: none;
        text-align: center;
        font-size: 1.4em;
        font-family: 'Almoni Tzar AAA Light', Arial, sans-serif;
        outline: none;
        background: #fff;
        color: #033169;
    }

.sendButton {
    width: 100%;
    text-align: center;
}

    .sendButton > input, .sendButton > a {
        width: 100%;
        padding: 0px 20px;
        margin: 0 auto;
        border: unset;
        outline: none;
        cursor: pointer;
        border-radius: 4px;
        /* box-shadow: 1px 1px 20px 8px #fff; */
        background: #033169;
        color: #fff;
        font-size: 2.2em;
        font-weight: 700;
        font-family: 'Almoni Tzar AAA', Arial, sans-serif;
    }

    .sendButton.radius > input, .sendButton.radius > a {
        border-radius: 25px !important;
    }

    .sendButton > a:hover {
        color: #fff;
    }

.BtnResend {
    color: #55494c;
    font-size: 1.3em;
    margin: 0;
    font-family: 'Almoni Tzar AAA', Arial, sans-serif;
    text-decoration: underline;
    padding: 5px 0;
}

.DetailsButton {
    text-align: center;
}

    .DetailsButton > input {
        position: absolute;
        bottom: -15px;
        height: 50px;
        width: 280px;
        left: 0;
        right: 0;
        margin: auto;
        border: 2px solid #ED3537;
        outline: none;
        cursor: pointer;
        border-radius: 5px;
        box-shadow: 3px 3px 6px -1px #706e6e;
        background: #ED3537;
        color: #fff;
        font-size: 1.7em;
    }

.contentWrap {
    text-align: right;
    direction: rtl;
    font-family: 'Almoni Tzar AAA Light', Arial, sans-serif;
    font-size: 22px;
    line-height: 6px;
    padding-top: 25px;
    padding-right: 10px;
}

    .contentWrap p {
        line-height: 1;
    }

.bold {
    font-weight: bold;
}

.textBolder {
    font-family: 'Almoni Tzar AAA Bold', Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 13px;
}

.paddingTop9 {
    padding-top: 9px;
}

.marginWrap {
    margin: 0 7em;
}

.height44 {
    height: 44px !important;
}

.marginWrap > div.inputClass > input {
    text-align: right;
    padding: 0 10px;
    direction: rtl;
}

.tableContent {
    margin-top: 20px;
    height: 100%;
    overflow: auto;
    margin-bottom: auto;
}
/*.tableContent > div:has(table)::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
        background-color: #fff;
    }

    .tableContent::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
        background-color: #fff;
    }*/

.btn-menu {
    background: #033169;
    color: #fff;
}

.btn-outline-menu {
    color: #033169;
    background-color: transparent;
    background-image: none;
    border-color: #033169 !important;
}

    .btn-outline-menu:hover {
        color: #033169 !important;
    }

.TopMenu {
    display: flex;
    justify-content: end;
    gap: 2em;
    padding: 0.5rem 2rem;
    width: 100%;
    position: sticky;
    z-index: 9;
    top: 0;
}

    .TopMenu:empty {
        padding: 0; /* no padding if empty */
    }

.white-menu {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .white-menu .btn-menu {
        background: #fff;
        color: #033169;
        font-weight: bold;
        font-size: 1.3em;
    }

        .white-menu .btn-menu:hover {
            cursor: pointer;
            color: #033169 !important;
        }

.bottom-menu {
    display: flex;
    justify-content: center;
    gap: 2em;
    padding: 0.5em 2em;
    width: 100%;
        width: 600px;
    margin: -1em 7em 6em auto;
    z-index:1;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    display: none;
}

.tableContent > div > table.transGridView {
    width: 100%;
    text-align: right;
    font-family: 'Almoni Tzar AAA Light', Arial, sans-serif;
    font-size: 1.5em;
    border: none;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.tableContent table.transGridView th, .tableContent table td {
    padding: 0 10px;
    border: none;
    border-bottom: 2px solid #9395A1;
    text-align: center;
}

.tableContent table.transGridView th {
    font-size: 1.1em;
    font-family: 'Almoni Tzar AAA Bold', Arial, sans-serif;
}



.tableContent table.transGridView tr {
    border-color: #BEBFC1;
    text-align: center;
    /*color: #BEBFC1;*/
}

td > table > tbody > tr {
    box-shadow: none !important;
}

    td > table > tbody > tr > td {
        background: #FBFBFB;
    }

        td > table > tbody > tr > td > span, td > table > tbody > tr > td > a {
            color: black;
            font-weight: bold;
            text-decoration: none;
            font-family: 'Almoni Tzar AAA Light', Arial, sans-serif;
            font-size: 1.5em;
        }

td > table {
    margin: auto;
    direction: rtl;
}

.tableContent table.transGridView tr:first-child {
    box-shadow: 0px 0px 7px #535353;
}

    .tableContent table.transGridView tr:first-child th {
        border-bottom: none;
    }

.tableContent table.transGridView tr:first-child {
    -moz-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .tableContent table.transGridView tr:first-child > th:last-child {
        -moz-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
        // background: url("../img/gradient-right.png") no-repeat center right;
    }

    .tableContent table.transGridView tr:first-child > th:first-child {
        -moz-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        // background: url("../img/gradient-left.png") no-repeat left center;
        //background: linear-gradient(350deg,black,transparent),radial-gradient(circle at 50%, #ED3537 63%, #333 63%);
    }

.tableContent table tr td:first-child {
    /*color: #9395A1;*/
    border-bottom: 2px solid #9395A1;
}

.tableContent table.transGridView tr:nth-last-child(2) > td {
    border-bottom: 2px solid #3C6D95;
    /*text-align: center;*/
}

.tableContent table.transGridView tr:last-child > td {
    border: none;
}

/*.tableContent > div > table.transGridView tr:first-child {
    background: linear-gradient(to top, #033169 0% 50%,#005BAA 50% 100%);
    color: #fff;
}*/

    .tableContent > div > table.transGridView tr:first-child > th, .tableContent > div > table.transGridView tr > td:first-child > span {
        text-align: center;
    }

.dropDownBlock {
    text-align: right;
    font-size: 20px;
    font-family: 'Almoni Tzar AAA Light', Arial, sans-serif;
    font-weight: bold;
}

#itemsDropDown {
    background: url("../img/caret-down.png") no-repeat #EDEDEE center left;
    border: none;
    font-family: 'Almoni Tzar AAA Bold', Arial, sans-serif;
    font-size: 1.1em;
    padding: 5px 10px;
    -webkit-appearance: none;
    border-radius: 10px;
    direction: rtl;
    outline: none;
    width: 70px;
    cursor: pointer;
    margin: 0 7px;
}

.bottom-text {
    /*margin: 3.3em 37em;*/
    /*margin: 2em auto 0;*/
    text-align: center;
    direction: rtl;
    font-size: 1em;
    font-family: 'Almoni Tzar AAA', Arial, sans-serif;
    line-height: 0.6;
    width: 100%;
    direction: rtl;
    background: #fff;
    padding: 1em;
}

    .bottom-text a {
        color: unset !important;
    }

    .bottom-text img {
        width: 100px;
    }

.poweredBy {
    /*margin: 2em auto 0em;*/
    position: fixed;
    bottom: 0;
}

    .poweredBy a span {
        margin: 5px;
    }

.pagingTextLabel {
    display: block;
    color: #033169;
    font-family: 'Almoni Tzar AAA Bold', Arial, sans-serif;
/*    margin: 5px -35px 20px 0;
*/    direction: rtl;
}

.paging-wrap {
    text-align: center;
}

.flex-style {
    display: flex;
    flex-direction: column;
}

div.paging-wrap > a {
    text-decoration: none;
}

#noPagingText {
    margin-right: 0px;
    font-size: 1.5em;
    border-top: 2px solid #EB7924;
    padding-top: 15px;
}

td.pagerAndText span:last-child {
    width: 100%;
    display: block;
    text-align: center;
}

.imgNextPrevButton {
    margin: -3px 10px;
    cursor: pointer;
    width: 20px;
}

.pagerAndText, .pagerAndText a {
    font-family: 'Almoni Tzar AAA', Arial, sans-serif;
    color: #000;
    background: #4c90ca;
}

.lineThrough {
    text-decoration: line-through;
}

.modal-body {
    text-align: center;
    direction: rtl;
}

.modalAcceptButton input {
    border: 2px solid #033169;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 3px 3px 6px -1px #706e6e;
    background: #033169;
    color: #fff;
    font-size: 0.9em;
    direction: rtl;
}

.modalCloseButton input, .modalCloseButton button {
    border: 2px solid #033169;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 3px 3px 6px -1px #706e6e;
    background-color: #fff !important;
    color: #033169;
    font-size: 0.9em;
}

.modal-footer {
    margin: auto;
}

.modal-title {
    width: 100%;
}

.modal-header .close {
    margin: -1rem -1rem -1rem 0;
}

.bottomContent {
    width: 100%;
    background: #fff;
    height: 200px;
    background: url(../../assets/img/BGImgs/mainbgbm2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding: 0 8em;
    background-origin: content-box;
}

.powerCardWrap {
    background: url(../../assets/img/BGImgs/mainbg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 80px;
}

    .powerCardWrap .dfl {
        display: flex;
        flex-direction: row-reverse;
    }





.rc-anchor-light {
    background: transparent;
}




/*@media screen and (max-widt: 1315px){
       .powerCardForm{
        margin:0 17% !important;
    }
}*/



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #033169;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #033169;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #033169;
}
