﻿/*html {
    direction: rtl;
}
body {*/
   /* padding-top: 50px;*/
    /*padding-bottom: 20px;
}*/
html, body {
    direction:rtl;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1;
}
input.form-control,
textarea.form-control {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}
form {
    width: 100% !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}
form input,
form select,
form textarea {
    max-width: 100%;
   
}

.banner {
    margin-top: 0 !important;
}/*
:root, [data-bs-theme = light] {
    --bs-dark-rgb: 33 47 69;
}
.bg-oxford {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}*/
.bg-oxford {
    background-color: #002147 !important;
    color: white;
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #3d5d83;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}