* {
    direction: rtl;
    font-family: 'Tajawal';
    cursor: default;
}

html {
    position: relative;
    min-height: 100%;
    min-height: 100vh;
}

#navbarResponsive ul {
    padding-right: 5px !important;
}

a {
    cursor: pointer;
}

.label-me {
    margin-top: 5px;
    margin-left: 5px;
}

#edit_layout,
.layout {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ccc !important;
    height: 100vh;
    width: 100vw;
    opacity: .98;
}

#edit_layout>div {
    margin-top: 25vh;
    height: 50vh;
    /* background-color: #000; */
    opacity: 1;
    color: #000 !important;
}

#edit_area>div:first-child,
#move_data_area>div:first-child {
    padding-top: 100px;
}

#edit_layout .form-control {
    color: #000;
    opacity: 1;
}

footer {
    z-index: 999;
}

.custom-label {
    margin-top: 6px;
    padding: 7px;
    background-color: #eee;
}

.table td {
    vertical-align: middle;
}

.triangle {
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ffa500b3 50%, #ffa500b3 100%);
}

.selectpicker-margin,
.my-margin {
    margin-top: 6px;
    margin-bottom: 20px;
    height: unset !important;
}

h1 span {
    font-weight: 800;
    font-style: italic;
}

td a .fa-trash-alt:before {
    margin-right: -1.3rem;
}

.nicescroll-cursors {
    -webkit-transition: width 0.15s ease-in-out;
    -moz-transition: width 0.15s ease-in-out;
    -ms-transition: width 0.15s ease-in-out;
    -o-transition: width 0.15s ease-in-out;
    transition: width 0.15s ease-in-out;
}

.nicescroll-cursors:hover,
.nicescroll-cursors:active {
    width: 12px !important;
}

.font-size-100 {
    font-size: 100%;
}

.icon-color {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    position: relative;
    display: inline-table;
    margin: 0 5px;
    color: #fff;
    font-weight: 600;
}

body {
    text-align: right;
}

.inputsubmit {
    background-color: transparent;
    border: 0;
}

.background-green {
    background-color: #17a2b8;
}

.pb-5,
.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.cancel .fa-trash-alt:before {
    padding-right: 1rem;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-of-all {
    z-index: 999;
    position: fixed;
    top: 25%;
    left: 5%;
    width: 90%;
}

.bg-dark {
    background-color: #730c3a !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #e6c2d2;
}

.navbar-dark .navbar-nav .nav-link {

    color: rgb(255, 255, 255);

}

.ltr {
    direction: ltr;
}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: #e6c2d2;
}

div.col-6.float-right>p {
    margin-right: 25px;
    margin-top: -10px;
    color: gray;
}

.dropdown-menu {
    text-align: right;
}

#navbarDropdownPortfolio01,
#navbarDropdownPortfolio0011,
#navbarDropdownPortfolio0012 {
    color: black;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;

}

#navbarDropdownPortfolio01:hover,
#navbarDropdownPortfolio01:active,
#navbarDropdownPortfolio0011:hover,
#navbarDropdownPortfolio0011:active,
#navbarDropdownPortfolio0012:hover,
#navbarDropdownPortfolio0012:active {
    background-color: #e6c2d2;
}

#navbarDropdownPortfolio01::after,
#navbarDropdownPortfolio0011::after,
#navbarDropdownPortfolio0012::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: 0;

}

.dropdown-menu .dropdown-menu {
    top: -3px;
    right: 100%;
}

#img-1 div {
    color: black;
}

#img-2 div {
    left: 60%;
    top: 35%;
    color: black;
}

#img-3 div {
    top: 25%;
    color: black;
    right: 40%;
}

#img-4 div {
    top: 70%;
    color: black;
    right: 40%;
}

#img-5 div {
    top: 20%;
    color: black;
    left: 30%;
}

.carousel-item div h3 {
    font-size: 45px;
}

.carousel-item div p {
    font-size: 18px;
}

.container>h1 {
    color: #730c3a;
}

.card {
    background-color: #e6c2d2;
}

.card-body {
    background-color: white;
}

.card-header {
    color: #730c3a;
}

.card-title a {
    color: #730c3a;
}


.btn-primary {

    background-color: #730c3a;
    border-color: #730c3a;
}

.btn-primary:disabled:hover {
    color: #fff;
}

.btn-primary:hover {
    color: #730c3a;
    background-color: #fff;
    border-color: #730c3a;
}

p span {
    color: red;
}

.container h2 {
    color: #730c3a;
}

/*.btn-secondary{
    background-color: #730c3a;
    border-color: #730c3a;
}
.btn-secondary:hover{
    color: #730c3a;
    background-color: #fff;
    border-color: #730c3a;
}*/
#top {
    min-width: 360px;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    color: #730c3a;
    height: 100vh;
    z-index: 1031;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    width: 100%;

}

#top>div {
    border-radius: 25px;
    background-color: beige;
    margin: auto;
}

#top #login {
    margin: 0 auto;
    padding: 20px;
}

#top #login div {
    width: 40%;
    position: relative;
    margin: 5px auto;
    display: inline-block;
    text-align: left;
}

#top #login div.txt {
    text-align: right;
    width: calc(60% - 7px);

}

#top #login div.txt input {
    width: 80%;
    border: 1px solid #730c3a;
    display: inline-block;
    font-weight: 400;
    color: #730c3a;
    text-align: center;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: .40rem;
}

#top #login button {

    border-radius: .40rem;

}

#top p {

    font-size: 2rem;
}

.fas.fa-thumbs-up:hover,
.far.fa-check-square:hover {
    color: green;
}

.fas.fa-undo:hover {
    color: red;
}

#top p:first-child {

    font-size: 6rem;
    margin-top: 8rem;
}

.dropdown.bootstrap-select.form-control,
input[list],
input[type=text],
input[type=date],
input[type=mobile],
input[type=email],
select {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 6px;
}

#messages {
    top: 100px;
    left: 0;
}

#messages i {
    font-size: 2rem;
    margin-left: -10px;
    color: #ffa500;
    animation: blink1 1s infinite;
}

.bg-pink {
    background-color: #f8d7da !important;
    font-style: italic;
}


@media print {
    @page {
        size: A4;
    }

    /* ... the rest of the rules ... */
}

@keyframes blink1 {
    0% {
        color: #ffa500;
        opacity: 0.3
    }

    50% {
        color: #ffa500;
        opacity: 0.7
    }

    100% {
        color: #ffa500;
        opacity: 1
    }
}

.am {
    width: 100%;
    margin: auto;

}

#docdate {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.invoice {
    background-color: rgba(245, 245, 220, 1) !important;
}

.custody {
    background-color: rgba(255, 182, 193, 1) !important;
}

.border-dashedd-top {
    border-top: 2px dashed #000;
}

.fas.fa-archive:hover {
    color: palevioletred;
}

i.fas.fa-thumbs-down:hover,
.fa-backspace:hover {
    color: red;
}

.bg-red {
    background-color: red !important;
}

.color-green {
    color: green;
}

.font-2 {
    font-size: 1.1rem;
}

.bg-blue {
    background-color: rgba(46, 78, 185, 0.5) !important;
}

.bg-green {
    background-color: green !important;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-orange {
    background-color: orange !important;
}

.color-white {
    color: white;
}

.background-green01 {
    background-color: #28a745;
}

.close span {

    cursor: pointer;
}

.form-check-label {
    margin-right: 18px;
}

.close {
    float: left;
    cursor: pointer;
}

.margin-for-select {
    margin-top: 6px !important;
    margin-bottom: 20px !important;
}

.btn-white {
    width: 120px;
}

#orders tr th,
#orders tr td {
    border: 1px solid #730c3a;
}

.mt-6 {
    margin-top: 4rem;
}

#fpage form label {
    margin-bottom: 0
}

.dropdown.bootstrap-select.show>.dropdown-menu.show {
    min-width: 100% !important;
}

#adddoc {
    background-color: beige;
    height: auto;
    overflow: auto
}

.h7 {
    font-size: .9rem !important;
}

.search {
    background-color: #F5B041;
    color: unset;
}

#addamount {
    background-color: lightpink;
}

#adddoc,
#addamount,
#recipients_list {
    display: none;
}

#rqetypefieldset p,
#recipienttype01 p {
    color: gray
}

textarea.d-block.am {
    height: 80px;
    resize: none;
}

#recipientfieldset {
    display: none;
}

.row {
    margin-right: 5px;
    margin-left: 5px;
}

#recipienttype {
    margin-top: 1.5rem;
}

.custom-upload {

    position: relative;
    height: auto;
}

.custom-upload>label {
    line-height: 100%;
    height: 100%;
    padding-right: 5px;
}

.custom-upload>#fileToUpload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    display: none
}

.custom-upload::after {
    content: "أرفق المستند";
    padding: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    line-height: 100%;
    background-color: #730c3a;
    color: #fff;
    display: none
}



.custom-upload li,
.custom-upload>p {
    background: #eee;
    display: flex;
    margin-bottom: 10px;
    list-style-type: none;
    border: 1px solid #ced4da;
}

.custom-upload img {
    order: 0;
}

.custom-upload .preview ol li img:last-child {
    float: left
}

.custom-upload p {
    margin: auto 0;
    padding: 5px;
}

.custom-upload div:first-child label,
.custom-upload button {
    background-color: #7F9CCB;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px ridge black;
    font-size: 0.8rem;
    height: auto;
    color: aliceblue
}

.custom-upload label:hover,
.custom-upload button:hover {
    background-color: #2D5BA3;
    color: white;
}

.custom-upload label:active,
.custom-upload button:active {
    background-color: #0D3F8F;
    color: white;
}

#ltotal {
    font-size: 2.5rem;
    color: firebrick
}

.fas {
    font-size: 2.5rem;
    padding-top: 18px;
    padding-left: 35px;
    cursor: pointer;
}

.far.fa-trash-alt.fa-2x:hover {
    border: 2px solid red;
}

.text-center.float-right.w-50 .fa-save {
    color: green;
    border: 2px solid green;
    margin-bottom: 10px;
}

.bg-blue-green {
    background-color: rgb(132, 237, 245) !important;
}

.bg-greenyellow {
    background-color: greenyellow !important;
}

.bg-gree {
    background-color: green !important;
}

.far.fa-trash-alt.fa-2x {
    color: red;
    border: 2px solid red;
}

.fas.fa-check-double:hover {
    color: #730c3a;
}

.text-center.float-right.w-50 .fa-save.fa-save,
.far.fa-trash-alt.fa-2x {
    padding: 10px 15px;
    border-radius: 10px;
}

.fa-save:hover {
    color: green;
}

.text-center.float-right.w-50 .fa-save:hover {
    border: 2px solid green;
    background-color: green;
    color: white;
}

#reqamount {
    color: firebrick
}

.far.fa-trash-alt.fa-2x:hover {
    background-color: red;
    color: white;
}

.clearfix {
    clear: both;
}

.fa-check:hover {
    color: green;
}

.fa-times:hover,
.fa-trash-alt:hover,
.far.fa-times-circle:hover,
.fas.fa-times-circle:hover {
    color: red;
}

#errordiv {
    margin-right: 20px;
    margin-left: 20px;
    display: none;
}

.Aedit {
    width: 100px;
}

.Aedit a:last-child {
    margin-right: 30px;
}

.Aedit i:last-child {
    margin-right: 15px;
}

.fa-edit:hover {
    color: rgb(23, 68, 152);
}

.fal,
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.col-md-12.col-sm-6.text-center {
    margin: auto;
    margin-top: 25px;
}

.font-bold {
    font-weight: 900;
}

.color-blue {
    color: blue;
}

#doctbody tr td span {
    color: cornflowerblue;
    font-weight: 900;
}

.border-bottom-none {
    border-bottom: 0 !important;
}

.border-top-none {
    border-top: 0 !important;
}

.border-bottom-ccc {
    border-bottom-color: #CCC !important;
}

.border-top-ccc {
    border-top-color: #CCC !important;
}

.background-eee {
    background: #eee !important;
}

.slow .toggle-group {
    transition: left 1.5s;
    -webkit-transition: left 1.5s;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.toggle-handle {
    width: 70px;
}

@media (max-width: 768px) {

    #conferm_pin_code,
    #pin_code {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

}

.background {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.background div {
    border: 1px solid #CCC;
    width: 30%;
    margin-top: 200px;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #eee;
    padding: 15px;
}

.gold {
    color: gold !important;
}

.goldenrod {
    color: goldenrod;
}

i.gold::before {
    vertical-align: middle;
}

#costcenters+button.btn.dropdown-toggle.btn-light+div.dropdown-menu.show .inner.show ul.dropdown-menu.inner.show li,
#costcenter+button.btn.dropdown-toggle.btn-light+div.dropdown-menu.show .inner.show ul.dropdown-menu.inner.show li.selectpicker-margin,
#costcenter+button.btn.dropdown-toggle+div.dropdown-menu.show .inner.show ul.dropdown-menu.inner.show li {
    text-align: right;
}

ul.dropdown-menu.inner.show li {
    text-align: center;
}

.background div input {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.input-group-text.btn-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 15px;
}

.toggle.ios .toggle-handle {
    border-radius: 15px;
}

#usernameid {
    margin: 12% 17% 2% auto;
    font-size: 2rem;
}

.form-control::placeholder {
    color: #999;
}

.padding-0 {
    padding: 0;
}

a.btnprn.btn {
    display: inline;
    padding: 0
}

.margin-35 {
    margin-top: .35rem !important;
}

.right-fixed-menu {
    position: fixed;
    right: -200%;
    top: 55PX;
    z-index: 100;
}

.td-time {
    direction: ltr;
}

.left-fixed-menu {
    position: fixed;
    left: -200%;
    top: 55PX;
    z-index: 100;

}

nav.navbar div.container {
    width: 100% !important;
    max-width: 100% !important;
}

.navbar-brand p {
    display: inline-flex;
    color: #730c3a;
    background-color: #fff;
    font-weight: bolder;
    padding: 0 7px;
    border-radius: 7px;
    margin-bottom: 0;
    font-size: .75rem;
}

@media (max-width:991px) {
    .navbar-brand p {
        display: flex;
        /*margin-top: 15px;
        margin-bottom: 15px;*/
    }

    #container {
        margin-top: 80px;
    }

    .container.position-fixed.p-2 {
        top: 85px;
    }

    .margin-tool {
        margin-top: 100px;
    }
}

input.dz-hidden-input {
    visibility: hidden !important;
    overflow: hidden;
}

.right-fixed-menu div {
    height: 300px;
    overflow: auto;
    background-color: #e6c2d2;
}

.left-fixed-menu div:last-child {
    height: 300px;
    overflow: auto;
    background-color: #e6c2d2;
}

.my_fixed {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 85px;
    color: #730c3a !important;
    z-index: 101;
}

.fas.fa-print:hover,
.fa-paperclip:hover {
    color: dodgerblue;
}

#savedMSG {
    display: none;
}

.color-red {
    color: red;
}

.fa-fast-backward:hover,
.fa-step-backward:hover,
.fa-step-forward:hover,
.fa-fast-forward:hover {
    color: #730c3a;
}

.mt-20- {
    margin-top: -20px;
}

/* #invoices tr:hover td {
    background-color: #e6c2d2;
} */

.color-master {
    color: #730c3a;
}

#invoices tr td,
#invoices tr th {
    border-color: #a9abad !important;
}

#savedMSG div:first-of-type {

    border: 3px dashed #730c3a;
    margin: 0 auto -1rem auto !important;
}

#loading label {
    font-size: 2rem;
    margin-top: 2rem;
    color: #122b9b;
}

.navbar-brand {
    margin-right: unset !important;
}

.navbar-brand #img {
    width: 80px;
    height: 50px;
    cursor: pointer;
    background-image: url("../images/logo.gif");
    background-size: 300% 300%;
    border: 3px solid #730c3a;
    background-position: 200px, 200px;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 10px;
    animation: blink 3s infinite, moving-gradient 6s infinite;
}

.border-black {
    border-color: #000 !important;
}

.borderx-color-green {
    border-right-color: #28a745 !important;
    border-left-color: #28a745 !important;
}

.borderx-color-red {
    border-right-color: #dc3545 !important;
    border-left-color: #dc3545 !important;
}

.borderx-size-5 {
    border-right-width: 5px !important;
    border-left-width: 5px !important;
}

.min-width-auto {
    min-width: auto !important;
}

@keyframes moving-gradient {

    /* 0% {
            background-size:50% ,50%;
        }

        50% {
            background-size:200% ,200%;
            background-position:100vw 240px, 10vw 240px;
        } */
    25% {
        background-size: 80% 80%;
        background-position: top;
    }

    100% {
        background-size: 80% 80%;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@keyframes blink {
    0% {
        border-right-color: #fff;
        /* opacity: 0; */
    }

    12.5% {
        opacity: 1;
        border-top-color: #F5B041;
    }

    25% {
        border-left-color: #F5B041;
    }

    37.5% {
        border-bottom-color: #F5B041;
    }

    50% {
        border-right-color: #F5B041;
    }

    62.5% {
        opacity: 1;
        border-top-color: #fff;
    }

    75% {
        border-left-color: #fff;
    }

    87.5% {
        border-bottom-color: #fff;
    }

    100% {
        border-right-color: #fff;
    }
}

#savedMSG div i span {
    font-size: 1.5rem;
    cursor: pointer;
}

#savedMSG div a i {
    color: black;
}

.fa-trash:hover {
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

.border-error {
    border: 1px solid red !important;
}

.color-error {
    font-weight: 900;
    color: red;
    font-size: 0.8rem;
}

.d-non {
    display: none;
}

.mt03 {
    margin-top: .3rem;
}

#myVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/_background.png") no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

i.fas {
    color: #666;
}

#savedMSG div i:hover {
    color: cornflowerblue;
}

#savedMSG div i.fas.fa-print.fa-2x.float-right:hover {
    color: green;
}

#savedMSG div i.fas.fa-thumbs-up.fa-2x:hover {
    cursor: default;
}

#savedMSG div i.fas.fa-thumbs-up.fa-2x:hover,
i.fas.fa-check-square:hover {
    color: green;
}

#companies_list,
#recipients_list,
.class_list,
#searched_select_list {
    position: relative;
    z-index: 3000;
}

ul.companies,
ul.recipients,
ul.searched_select {
    display: table-row;
    margin-top: -18px;
    background-color: #e6c2d2c0;
    border: 1px solid #ced4da;
}

ul.companies li,
ul.recipients li,
ul.searched_select li {
    cursor: pointer;
    padding: 10px;
}

ul.companies li:hover,
ul.recipients li:hover,
ul.searched_select li:hover {
    color: #fff;
    background-color: #730c3a;
}

.border-for-level {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.color-smart-blue {
    color: #1b70f4 !important;
}

.shine {
    transform: translateY(0);
    box-shadow:
        inset 0 0 10px whitesmoke,
        inset 5px 0 15px rgb(0 255 13),
        inset -5px 0 15px #0ff,
        inset 5px 0 15px rgb(0 255 13),
        inset -5px 0 15px #0ff, 0 0 0.5px #000, -2.5px 0 1px rgb(0 255 13), 2.5px 0 1px #0ff
}

.background-red {
    background-color: #dc3545;
}

#savedMSG label {

    padding: 10px;
    font-size: 2rem;
}

#savedMSG label:last-child {
    font-size: 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #730c3a;
}

#savedMSG label i {
    color: green;
    padding-left: 15px;
}

#ReqMainClass-GenExp,
#Label-ReqMainClass-GenExp,
#ReqMainClass-Assets,
#Label-ReqMainClass-Assets {
    display: none;
}

.toggle-off.btn {
    padding-left: 2rem;
}

.toggle-on.btn {
    padding-right: 2rem;
}

@keyframes lds-cube {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-cube {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.lds-cube {
    position: relative;
    margin: auto;
    z-index: 1030;
}

.lds-cube div {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 20px;
    left: 0px;
    background: #a00d1e;
    -webkit-animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-cube 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-cube div:nth-child(2) {
    top: 20px;
    left: 80px;
    background: #be5960;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-cube div:nth-child(3) {
    top: 100px;
    left: 80px;
    background: #a00d1e;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-cube div:nth-child(4) {
    top: 100px;
    left: 0px;
    background: #d69293;
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.custody_delivered {
    color: #117864 !important;
}

.colse_out_custody {
    color: #2E86C1 !important;
}

.custody_invoice {
    color: #F5B041 !important;
}

@media print {

    tr:nth-child(odd) td,
    tr:nth-child(odd) th {
        background-color: rgba(0, 0, 0, .05) !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.lds-cube {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.container.position-fixed.p-2 {
    top: 85px;
}

.controll-bottom {
    position: fixed;
    bottom: 30px;
    right: 0;
}

.padding-for-controll-archive {
    padding-bottom: 100px !important;
}

.padding-for-controll {
    padding-bottom: 250px !important;
}

.fa-edit:before {
    margin-left: 5px;
}

.background-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.top {
    z-index: 1029;
}

.bootstrap-select>.dropdown-toggle {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.selectpicker-margin {
    margin-top: 3px;
    margin-bottom: 20px;
}

.background-trans {
    background-color: rgba(0, 0, 0, 0.8);
}

.bakground-ccc {
    background-color: #EEE;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 65px;
    padding: 20px;
    height: 90%;
    overflow: auto;
}

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 15px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}

#return-to-my-custody {
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    right: 0;
}

.margin-10 {
    margin-bottom: 10rem !important
}

table#orders tr td,
table#orders tr th,
table#searched_invoices tr td,
table#searched_invoices tr th {
    border: 2px dashed #ffa500;
}

table#searched_invoices tr td,
table#searched_invoices tr th {
    padding: 0;
    vertical-align: middle;
}

table#searched_invoices tr td a,
table#searched_invoices tr th a {
    padding: .75rem;
}

table.table-dark tr th a,
table.table-dark tr td a {
    color: #fff;
}

table tr th[scope=row] a {
    font-weight: bold;
}

table.table-dark tr th a:hover,
table.table-dark tr td a:hover {
    color: #fff;
}

/*budget page elements*/
.budget-user {
    border: 2px solid #28a745;
    padding: 15px;
    border-radius: 20px;
    background-color: cornsilk;
}

.budget-user span {
    border: 1px solid #17a2b8;
    border-radius: 10px;
    background-color: #eee;
    padding: 3px 10px;
    margin: 3px;
    display: inline-flex;
}

.margin-tool {
    margin-top: 60px;
}

/* Media Query */
@media only screen and (max-width: 767px) {
    .float-right01 {
        float: right !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
}

#content {
    margin-top: 35px;
    justify-content: space-between;
    flex-direction: row;
}

.order {
    border: 1px solid #ccc;
    padding: 15px 15px 10px 15px;
    margin: 5px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.order>p {
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
}

.forwarded {
    background-color: rgba(0, 255, 0, 0.5);
}

.not-forwarded {
    background-color: rgba(255, 0, 0, 0.5);
}

.carousel-item {
    height: unset;
    min-height: unset;
}

.order:is(:active, :hover) {
    scale: 1.08;
    border: 1px solid #000;
    outline: 1px solid #000;
}
