@font-face {
  font-family: 'DogicaPixel';
  src: url('fonts/Dogica_Pixel.ttf') format('truetype');
}
@font-face {
  font-family: 'ArabicPixel';
  src: url('fonts/ArabicPixel.otf') format('opentype');
}
body {
    font-family: 'DogicaPixel';
    color: white;
    padding: 0;
    margin: 0;
    line-height: 1.428;
    background-color: #191919;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    color:white;
}
h1 {
    font-size: 25px;
    font-weight: 600!important;
    color: white;
}
li {
    display: inline-block;
    margin-left: 20px;
    line-height: 35px;
    font-weight: 100;
}
.container {
    margin-top: 100px;
}
.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
}
.navbar-nav>li>a {
    padding: 11px 5px;
    font-size: 10px;
    text-align: center;
}
.navbar-nav>li>a:hover {
    text-decoration: none;
    color: #cdc3ea!important;
}
.navbar-nav>li>a i {
    margin-right: 5px;
}
.nav-bar img {
    position: relative;
    top: 3px;
}
.title {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
}
.description {
    font-size: 12px;
    width: 50%;
    margin: 0 auto;
    height: auto;
    padding: 40px;
    background-color: #3333;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    position:relative;
}
.footer {
    font-size: 10px;
    color: gray !important;
    margin-top: 25px;
    line-height: 1.4;
    margin-bottom: 45px;
}
.copyright {
    color: #646464 !important;
    font-size: 9px;
}
.navbar a {
    color: white !important;
}
.navbar-inverse {
    background-color: #212121;
    border: none;
}
.navbar-nav {
    margin: 7px 15px !important;
}
.navbar-toggle{
    margin: 15px;
}
@media screen and (max-width: 768px) {
    .description {
        width: 75%;
        padding: 35px;
    }
    .container {
        margin-top: 30px;
    }
}
tbody tr:hover {
  color: black !important;
}

tbody tr:hover a {
}
.NavActive {
    text-decoration-line: underline;
    opacity:0.75;
}
td:lang(ar){
    font-family: 'ArabicPixel' !important;
    font-size: 11px !important;
}
.steps {
    margin-left: 20px;
    font-size: 11px !important;
}
hr {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid gray !important;
}

.collapsible {
  cursor: pointer !important;
}

.active, .collapsible:hover {
  background-color: #212121 !important;
}

.collapsible:after {
    content: '\002B' !important;
    float: right !important;
    font-size: 30px;
    margin: -50px;
}

.active:after {
  content: "\2212" !important;
}

.content {
  max-height: 0;
  overflow: hidden !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.modal-footer {
    border-top: none !important;
}

.modal-content {
    background-color: #1c1c1c !important;
    border: 1px solid !important;
}