@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    /* direction:rtl !important; */
}

html,
body,
aside,
article,
div {
    /* direction:rtl; */
    font-family: 'Droid Arabic Kufi', sans-serif;
}

body {
    background: #f5f5f5 !important;
}

.no-border {
    border: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
}

.transparent {
    background: transparent;
}

.no-padding {
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

article {
    background: #f5f5f5;
    /* height:500px; */
}

aside.navigation {
    color: #828687;
    background: #212121;
    height: 100%;
    position: relative;
    /* position:fixed; */
    border-radius: 0 0 4px 4px;
}

aside.navigation:after {
    content: url(../images/line.png);
    position: absolute;
    bottom: -50px;
    left: calc(50% - 21px);
}

aside.navigation li {
    cursor: pointer;
    line-height: 35px;
    font-size: small;
}

aside.navigation li i {
    font-size: 15px;
    padding: 0px 8px;
}

aside.navigation li:hover {
    color: rgb(249, 249, 145);
}

aside.navigation li.selected {
    color: #fff;
}

.page-title {
    background: #fff;
    padding: 0% 2% 1% 2%;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-title h3,
h3 {
    font-size: large;
    color: #098d99;
}

.sub-header {
    min-height: 68px;
    background: #b1bec6;
}

.sub-header .row.no-margin a {
    height: 10px;
    margin: 15px 20px -10px 10px;
    float: left;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.sub-header .row.no-margin a:hover {
    color: yellow;
}

.stat-box {
    color: #fff;
    width: 100%;
    display: flex;
    height: 80px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    /* margin-top:40px; */
    flex-direction: row;
}

.stat-box span {
    float: right;
    margin: 0 5px;
}

.stat-box span:nth-child(2) {
    margin-top: 50px;
    /* font-size:large; */
}

.stat-box span:first-child {
    font-size: 50pt;
}

.stat-box span:last-child {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0.25;
    font-size: 15pt;
}

.stat-box.green {
    background: #afd582;
}

.stat-box.orange {
    background: #d09d06;
}

.stat-box.red {
    background: #f06292;
}

.stat-box.blue {
    background: #00bcd5;
}

.white-block {
    background: #fff;
    min-height: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    border-radius: 4px;
}

.white-block .list-group-item .fa-shopping-cart {
    color: #f06292;
    font-size: 30px;
}

.list-group-item .actions,
.actions {
    font-size: 20px;
}

.list-group-item .actions i,
.actions i {
    margin: 0 0px;
    padding: 5px 8px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.list-group-item .actions i:hover,
.actions i:hover {
    transform: scale(1.5);
}

.list-group-item .actions i.fa-trash,
.actions i.fa-trash {
    color: red;
}

.white-block img {
    width: 100%;
    height: auto;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 4px;
}

.white-block img:last-child {
    margin-bottom: 15px;
}

.user-info {
    text-align: center;
    padding: 0px 0;
    color: #fff;
    background: #273238;
    display: inline-block;
    width: 100%;
}

.user-info img {
    height: auto;
    max-width: 200px;
}

.user-info img.logo {
    width: 51px;
    height: 51px;
}

.modal-header .close {
    float: right;
    background: #06b8d6;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.modal-header {
    color: #01bacf;
}

.input-group {
    direction: ltr;
    margin: 10px 0;
    text-align: right;
}

.shift-top {
    position: relative;
    margin-top: -20px;
    z-index: 100;
}

.table {
    background: #fff;
    text-align: center;
}

.table td,
.table th {
    vertical-align: middle !important;
    text-align: center;
}

.table thead {
    color: #098d99;
}

.promotion-image-container {
    min-height: 100px;
    overflow: hidden;
    text-align: center;
    background: #f2aa00;
}

.promotion-image-container img {
    min-height: 100px;
    width: 100%;
    margin: 0 0 0 0 !important;
}

.promotion-image-container i {
    color: #fff;
    position: absolute;
    margin-top: 13px;
    padding-top: 10px;
    padding-left: 5px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    font-size: 40pt;
    border-radius: 50%;
    border: 1px #fff dashed;
}

.promotion-footer {
    padding: 10px 0;
}

.promotion-footer div {
    display: inline-block;
    width: 31.33333333%;
    text-align: center;
}


/* modifications for LTR */

.list-group-item {
    padding: 10px 10px;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.pt-1 {
    padding-top: 1em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pb-2 {
    padding-bottom: 2em;
}

i.green {
    color: #afd582;
}

i.orange {
    color: #d09d06;
}

i.red {
    color: #f06292;
}

i.blue {
    color: #00bcd5;
}

.list-group li a {
    color: #fff;
}

.list-group li a:hover {
    color: #d09d06;
    text-decoration: none;
}

.modal-title {
    text-align: left;
}

.modal-body {
    display: flex;
    padding-bottom: 20px;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
}

.col-md-12.user-info-modal>div {
    margin-bottom: 10px;
}

.mainContainer::after {
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: url(../images/bg.jpg) no-repeat center center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    filter: blur(5px);
}

.loginForm {
    margin-top: 35%;
    border-radius: 10px;
    margin-bottom: 49.3%;
    padding: 25px;
    height: 175px;
    background-color: #fff;
    border: 4px solid #036e8b;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}

.loginForm label {
    position: absolute;
    top: 21%;
    font-size: 24px;
    background-color: #036e8b;
    padding: 14px 24px;
    /* text-shadow: 0px 2px rgba(184, 154, 73, 0.67); */
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.loginForm a {
    /*margin-top: 32px;*/
    color: #fff;
}

.form-control {
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 2px solid #c8c8c8;
    height: 50px;
    line-height: normal !important;
}

.loginBtn {
    margin-top: 16px;
    border-radius: 0 0 10px 10px;
    padding: 10px 30px;
    font-size: 21px;
    /* text-shadow: 0px 2px rgba(184, 154, 73, 0.67); */
    font-weight: bold;
    border-right: 3px solid #6bb575;
    border-left: 3px solid #6bb575;
    border-bottom: 3px solid #6bb575;
    color: #fff;
    background-color: #5fa067;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.35);
}

.loginBtn.btn.focus,
.loginBtn.btn:focus,
.loginBtn.btn:hover {
    color: #F5D98E;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}