﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html,
body {
    font-family: 'Almarai', sans-serif !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-nav .dropdown .dropdown-menu {
    left: 0;
    right: auto;
}

/*table style*/
th {
    background-color: #939090 !important;
    color: white;
    white-space: normal !important;
}

.table-container {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}

table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0px 15px;
}

tr {
    height: 50px
}

td, th {
    max-width: 138px; /*150px*/
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead tr :first-child {
    overflow: hidden;
    border-start-start-radius: 50px;
    border-end-start-radius: 50px;
    padding-inline-start: 20px;
}

tbody tr :last-child {
    overflow: hidden;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    padding-inline-end: 20px;
}

tbody tr td:has(.btn, a, button) {
    overflow: visible !important;
    min-width: fit-content;
    max-width: 99%;
}

tbody tr :first-child {
    overflow: hidden;
    border-start-start-radius: 50px;
    border-end-start-radius: 50px;
    padding-inline-start: 20px;
}

thead tr :last-child {
    overflow: hidden;
    border-start-end-radius: 50px;
    border-end-end-radius: 50px;
    padding-inline-end: 20px;
}

table tbody tr:nth-child(even) td {
    background-color: #eeebe8;
}

.table-behind-sidebar {
    font-size: 13px;
}

.table-behind-sidebar td .btn {
    font-weight:600;
    font-size: 12px;
    padding: 8px 10px;
    width:95px;
}
.table-behind-sidebar td .btn:hover
{
    box-shadow: 0px 0px 5px 0px #707070 !important;
}

.attachments-table {
    border-collapse: collapse !important;
}

.attachments-table tr {
    border-bottom: 1px solid #c7c8c9 !important;
}

.attachments-table tbody tr:nth-child(even) td {
    background-color: white;
}
.mp-details-link {
    width: inherit;
    display: block;
    text-overflow: ellipsis;
}
/******************end table**********************************/
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

@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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/ /* Vertically center the text there */
    line-height: 35px;
}

.filter-menu {
    list-style: none;
    padding: 0.46666667em;
}

label {
    margin-bottom: .5em;
}

.card-padding {
    padding: 10px;
    margin-bottom: 10px;
}

.card {
    border-color: #D68910 !important;
}

.profile-picture {
    width: 100%;
}

.main-container {
    min-height: 70vh;
}

.case-yellow {
    background-color: yellow !important;
}

.case-orange {
    background-color: orange !important;
}

.case-red {
    background-color: red !important;
}

.case-black {
    background-color: black !important;
}

.case-green {
    background-color: green !important;
}

.case-blue {
    background-color: blue !important;
}

.required-field {
    color: red;
}

.main-container {
    padding-bottom: 50px;
}

.notification {
    cursor: pointer;
}

.unread {
    background-color: azure;
}

.notification-1 {
    position: absolute;
    top: 3px;
    left: 30px;
}

.notification-2 {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    background-color: rgb(240, 40, 73);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.notification-3 {
    justify-content: center;
    display: inline-flex;
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    direction: ltr;
    font-size: 14px;
}

.form-group {
    margin-bottom: 1rem;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

.bold {
    font-weight: bold;
}

h1 {
    /*color: #D46161;*/
    color: #C19C24;
}

h2 {
    /*color: #3143B8;*/
    color: #12A889;
}

.notification-date {
    float: left;
    font-size: 12px;
    /*direction: ltr;*/
}

.field-icon {
    float: left;
    margin-right: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    padding-left: 26px;
}

.shifted {
    margin-left: 30px;
}

.icon {
    float: left;
    margin-top: -25px;
    /*position: relative;*/
    z-index: 2;
}

.red {
    color: red;
}

.green {
    color: green;
}

.gj-picker-bootstrap div[role=navigator] {
    direction: ltr;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    height: 38px;
}

.shorter-input {
    width: 95% !important;
}

.select2-container--bootstrap-5 {
    max-width: 100%;
}

.btn {
    /*border-radius: .60rem !important;*/
    border-radius: 24px !important;
    min-width: max-content;
}

.btn-primary {
    /*background-color: #F39C12 !important;*/
    /*border-color: #F9E79F !important;
    background: linear-gradient(to bottom, #F9E79F 10%, #D68910 90%);*/
    background-color: #707070 !important;
    border-color: #707070 !important;
}

/*.btn-primary:focus {
        box-shadow: 0 0 0 0.1rem #F9E79F !important;
    }*/

/*.btn-danger {
    background: linear-gradient(to bottom, #FADBD8 10%, #dc3545 90%);
}*/

.btn:hover {
    box-shadow: 0 0 7px 5px rgba(0,0,0,.3) !important;
}

.btn-outline-primary {
    /*border-color: #D68910 !important;*/
    /*color: #D68910 !important;*/
    border-color: #E1CC74 !important;
    color: #E1CC74 !important;
}

    .btn-outline-primary:hover {
        /*background: linear-gradient(to bottom, #F9E79F 10%, #D68910 90%);
        color: #FFFFFF !important;*/
        background-color: #FFFFFF !important;
    }

nav.border-bottom {
    border-bottom: 3px solid #D68910 !important;
}

#div_results {
    padding-top: 10px;
}

footer.border-top {
    border-top: 3px solid #D68910 !important;
}

.btn-parliament-members {
    /*margin-top: 15px;*/
    margin-bottom: 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.div-parliament-responsabilities {
    line-height: 2.5em;
    margin-bottom: 50px;
}

input:not([type='checkbox']):not([type='radio']) {
    border-radius: 20px !important;
    height: 40px;
    font-size: medium;
    direction: rtl;
}

select {
    border-radius: 20px !important;
}

.select2-selection {
    border-radius: 20px !important;
}

textarea {
    border-radius: 20px !important;
}

.btn-registration {
    background-color: #E1CC74 !important;
    color: #FFFFFF !important;
}

.input-group-append {
    margin-right: -38px !important;
}

.btn-search {
    border-color: #E1CC74 !important;
}

.sub-header {
    color: #12A889;
}

.case-number-link,
.case-number-link:hover {
    color: #12A889;
}

.round-corners {
    border-radius: 20px !important;
}

.btn-submit {
    background-color: #E1CC74 !important;
    color: #FFFFFF !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.home-white-logo {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.yellow-header {
    color: #C19C24;
}

.home-login-button,
.login-page-button {
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding-left: 2.5rem !important;
    padding-right:2.5rem !important;*/
    width: 180px;
}

.home-card {
    margin-top: 35px;
    border-color: #FFFFFF !important;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.3) !important;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 80%;
    border-radius: 0.5rem !important;
}

.login-card {
    margin-top: 15px;
    border-color: #FFFFFF !important;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.3) !important;
    padding-top: 5px;
    padding-bottom: 0px;
    width: 100%;
}

.home-welcome-message {
    /*margin-top: 32%;*/
    margin-top: 12px;
}

    .home-welcome-message h3 {
        font-weight: 800;
    }

.home-welcome-inner {
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
}

@media(max-width:1465px)
{
    .home-welcome-inner {
        width: 60%;
    }
}

@media(max-width:1107px){
    .home-welcome-inner {
        width: 70%;
    }
}

@media(max-width:966px){
    .home-welcome-inner {
        width: 80%;
    }
}

@media(max-width:860px) {
    .home-welcome-inner {
        width: 90%;
    }
}

@media(max-width:767px) {
    .home-welcome-inner {
        width: 44%;
    }
}

.login-welcome-message {
    margin-top: 45%;
}

    .login-welcome-message h3 {
        font-weight: 800;
    }

.login-welcome-inner {
    width: 44%;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    direction: ltr;
    display: inline-block;
}

.forgot-password-link {
    float: left;
    margin-left: 5px;
}

.with-background-img {
    background-image: url(/images/home_9.png);
    background-size: cover;
    /*padding-bottom: 43px;
    margin-top: -16px;*/
}

.search-arrow {
    text-decoration: none;
    font-size: 15px;
    float: right;
    margin-top: 12px;
}

.clear-search {
    text-decoration: none;
    font-size: 12px;
    float: left;
    margin-top: 12px;
    border: none;
    background-color: #FFFFFF;
    color: #0a58ca;
}

.action-panel {
    text-align: end;
}

button.previous-step, button.previous-step:hover {
    float: right;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #17A2B8;
    border-radius: 60px;
    opacity: 1;
    color: #17A2B8;*/
    width: 165px;
    height: 40px;
}

.next-step, .next-step:hover {
    float: left;
    /*background: #17A2B8 0% 0% no-repeat padding-box;
    border-radius: 60px;
    opacity: 1;
    color: #FFFFFF;*/
    width: 190px;
    height: 40px;
}

.navigation-buttons {
    padding-left: 15px;
    padding-right: 15px;
}

span.bs-stepper-circle {
    width: 2em;
}

div.active .bs-stepper-circle {
    /*background-color: #007bff;*/
    background-color: #12A889;
}

.bs-stepper .step-trigger {
    padding: 5px !important;
}

.remember-me {
    float: right;
}

.report-parameters {
    visibility: hidden;
    display: none !important;
}

@media print {
    .filter {
        visibility: hidden;
        display: none !important;
    }

    .highcharts-exporting-group {
        visibility: hidden;
    }

    .footer {
        visibility: hidden;
    }

    .report-parameters {
        visibility: visible;
        display: block !important;
    }

    #container {
        width: 50%;
        float: right;
    }
}

.legend {
    width: 5px !important;
}

.legends-container {
    margin-top: 50px;
    margin-bottom: 30px;
}

.approve-request {
    color: green;
}

    .approve-request:focus,
    .approve-request:hover {
        color: green;
    }

.reject-request {
    color: red;
}

    .reject-request:focus,
    .reject-request:hover {
        color: red;
    }

.highcharts-credits {
    display: none;
}

.highcharts-text-outline {
    stroke: none;
    color: #000000;
    fill: none;
    stroke-width: 0px;
}

.highcharts-root {
    font-family: 'Almarai', sans-serif !important;
}

#container {
    margin-bottom: 40px;
}

.report-link {
    margin-right: 10px;
    margin-left: 10px;
}

.case-flag {
    margin-left: 5px;
    margin-right: 5px;
}

.decision-tabs {
    display: inline-flex !important;
}

.decision-tab {
    cursor: pointer;
}

.decision-tab-content {
    padding-top: 30px;
}

.decision-tab {
    color: black !important;
}

    .decision-tab.active {
        color: #ffff !important;
        background-color: #C19C24 !important;
    }

    .decision-tab .fa {
        margin-left: 5px;
        margin-right: 5px;
    }

.dashboard-column {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

    .dashboard-column img {
        width: 50%;
    }

    .dashboard-column i {
        color: #000;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .dashboard-column a {
        text-decoration: none;
    }

    .dashboard-column div {
        color: black;
    }

.dashboard-count-1 {
    position: absolute;
    top: 15%;
    left: calc(40% - 10px);
}

.dashboard-count-2 {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    background-color: rgb(240, 40, 73);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.dashboard-count-3 {
    justify-content: center;
    display: inline-flex;
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    direction: ltr;
    font-size: 18px;
}

.attachment-icon {
    margin-top: -25px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

#lbl_meeting_attachment {
    margin-top: -25px;
    float: left;
    margin-left: 10px;
}

.mp-calendar-nav {
    float: left;
    margin-left: 10px;
}

    .mp-calendar-nav button {
        margin-left: 5px;
        margin-right: 5px;
    }

.explanation-video {
    margin-bottom: 40px;
}

.explanation-video-title {
    margin-bottom: 20px;
}

.system-name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}

.app-links {
    margin-top: 30px !important;
    /* width: 90%; */
    margin-left: auto !important;
    margin-right: auto !important;
}

.app-download-div {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    /* align-items: center; */
    vertical-align: bottom;
    line-height: 60px;
    text-align: start;
}

.app-download-div h4, .app-download-div h5 {
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: 700;
}

@media(max-width:1162px){
    .app-download-div h4, .app-download-div h5 {
        font-size: 1.2rem;
    }
}

@media(max-width:943px) {
    .app-download-div h4, .app-download-div h5 {
        font-size: 1rem;
    }
}

@media(max-width:868px) {
    .app-download-div h4, .app-download-div h5 {
        font-size: 0.8rem;
        text-align: center;
    }
}

@media(max-width:767px) {
    .app-download-div h4, .app-download-div h5 {
        font-size: 1.2rem;
        text-align: center;
    }
}

.app-logo-div {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    /* align-items: center; */
    vertical-align: bottom;
    margin-top: 10px;
}

.android-download {
    width: 150px;
    height: 45px;
    /*margin-bottom: 5px;*/
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.app-store-download {
    width: 150px;
    height: 45px;
    /*margin-top: 5px;*/
    margin-left:5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

@media(max-width:1040px) {
    .android-download {
        width: 120px;
    }

    .app-store-download {
        width: 120px;
    }
}

@media(max-width:860px) {
    .android-download {
        width: 104px;
    }

    .app-store-download {
        width: 104px;
    }
}

@media(max-width:767px){
    .android-download {
        width: 150px;
    }

    .app-store-download {
        width: 150px;
    }
}

.app-logo {
    width: 68px;
}

.app-message {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /*color: #168e7a;*/
    text-align: start;
}

@media(max-width:1235px) {
    .app-message {
        width: 75%;
    }
}

@media(max-width:924px){
    .app-message {
        width: 93%;
    }
}

@media(max-width:768px) {
    .app-message {
        width: 55%;
        text-align: center;
    }
}

.admin-nav-list .nav-link i {
    color: #212529;
    margin-left: 10px;
}

.admin-nav-list .nav-link a {
    color: #212529;
    text-decoration: none;
    font-size: 18px;
}

.div-with-offset-1 {
    margin-right: 8.33333333%;
}

@media(max-width:767px) {
    .div-with-offset-1 {
        margin-right: 0;
    }
}

.new-line {
    width: 100% !important;
}

@media(max-width:767px) {
    .new-line {
        width: 0px !important;
        padding: 0px !important;
    }
}

.case-actions .col-md-2, .case-actions .col-md-3, .case-actions .col-md-4 {
    margin-bottom: 10px;
}

.app-video {
    color: #168e7a;
    margin-top: 8px;
}

.app-video-link, .app-video-link:hover {
    color: #168e7a;
}

.app-video-link .fa-play-circle {
    margin-left: 5px;
    margin-right: 5px;

}

#videoModalCenter video {
    border-radius: 30px;
}

.floating-top-closing-button {
    margin-top: -42px;
    background-color: white !important;
    border-radius: 20px !important;
    padding: 0.5rem !important;
    margin-bottom: 10px;
    align-self: flex-end;
    opacity: 1 !important;
}

#videoModalCenter .modal-content{
    border-radius: 30px;
}

#videoModalCenter .modal-body{
    padding: 0px;
}

.login-roles{
    margin-top: 40px;
}

.registration-link-div{
    margin-top: 40px;
}

.video-frame{
    border-radius: 30px;
}

.welcome-home{
    font-weight: 700;
}

.login-as{
    margin-bottom: 5px;
}

@media(max-width:768px) {
    .home-left-column {
        margin-right: 8.33333333%;
    }
}

@media(max-width:1400px) and (min-width:1200px) {
    .nav-item, .dropdown-item {
        font-size: 0.8rem;
    }

    .notification-1 {
        left: 22px;
    }

}

@media(max-width:1200px) and (min-width:864px) {
    .nav-item, .dropdown-item {
        font-size: 0.6rem;
    }

    .notification-3{
        font-size: 12px;
    }

    .notification-1 {
        left: 20px;
    }
}

@media (max-width: 864px) and (min-width: 576px) {
    .nav-item, .dropdown-item {
        font-size: 0.5rem;
    }

    .navbar-brand img {
        width: 80px;
    }

    .notification-1 {
        left: 15px;
    }

    .notification-3 {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .notification-bell{
        position: relative;
    }

    .notification-1 {
        left: 40%;
        top: -10px;
    }

    .notification-3 {
        font-size: 12px;
    }
}

.remove-document {
    margin-top: 36px;
}

@media (min-width: 768px) {
    .navbar .container {
        max-width: 95%;
    }
}

@media (min-width: 576px) {
    .navbar .container {
        max-width: 95%;
    }
}

.custom-file {
    border-radius: 20px;
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    overflow: hidden;
}

.custom-file-label {
    background-color: #e9ecef;
    cursor: pointer;
    padding: .375rem .75rem;
    padding: .375rem .75rem;
    margin: 0;
    /*margin-inline-end: 10px;*/
}
.delete-icon {
    cursor: pointer;
    color: red;
    display: block !important;
    font-size: large;
}
.add-doc-btn {
    border-color: #ced4da !important;
    box-shadow: 0px 0px 5px 0px #ced4da;
    font-weight: 600 !important;
    color: #707070 !important;
}
.add-doc-btn:hover {
    box-shadow: 0px 0px 10px 0px #70707070 !important;
}
.custom-date-picker {
    display: flex;
    flex-direction: column;
    text-align: right;
    direction: rtl; /* Right-to-left direction */
}
input[type="text"] {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    border: 1px solid #ccc;
}

input[type="text"]::placeholder {
    color: #888;
}

.flatpickr-day.selected {
    background-color: #12a889 !important;
}

.error-message {
    color: tomato;
}

#tooltip {
    position: absolute;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    white-space: nowrap;
}
.flatpickr-current-month input.cur-year {
    padding-right: 15px !important
}