﻿.nav-link, .nav-link:hover {
    color: black;
}
#ui-id-1 {
    text-align: end;
}
[lang=ar] #ui-id-1 {
    text-align: left;
}
.mr-1{
    margin-right:1rem;
}
.ml-1{
    margin-left:1rem;
}

#showChart {
    background-color: Transparent;
    color: #F8F8F8;
    border: 0px;
    font-size: 12px;
    color: #191919;
    cursor: pointer;
}

.canvasjs-chart-container {
    position: relative;
    text-align: unset !important;
    cursor: auto;
}

#frame {
    width: 1000px;
    height: 1000px;
}

.services_tabs label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #707070;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.services_tabs ul li {
    margin-right: 40px;
    position: relative;
    padding-bottom: 10px;
}

    .services_tabs ul li a.active::after {
        right: 0;
        left: auto;
    }

    .services_tabs ul li a.active::after {
        content: " ";
        width: 50px;
        background-color: #c11728;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .services_tabs ul li a {
        color: #c11728;
        font-size: 14px;
        font-weight: bold;
    }

#target-div {
    /*width: 133%;*/
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.my-select {
    width: 15%;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 25%;
    left: 39%;
    z-index: 100;
    font-size: 52px;
}
#StatTable thead td:first-child, [lang=ar] #StatTable thead td:last-child {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
#StatTable thead td:last-child, [lang=ar] #StatTable thead td:first-child {
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
#MyTable thead th{
    width:9.5%;
}