﻿body {
    background-image: url('/Images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Cairo' !important;
    background-attachment: fixed;
    background-position: center;
    padding-top: 55px
}

.hover:hover {
    transition: all .2s ease-in-out !important;
    transform: scale(1.05) !important;
}



.text-pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
}

.no-text-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.carousel-caption {
    right: 0px;
    left: 0px;
    opacity: .8;
}




.ic {
    width: 45px;
    height: 45px;
    padding: 10px;
}


.carousel-caption {
    bottom: 0px;
    z-index: 10;
}

.carousel-item {
    height: 30rem;
}


    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 30rem;
    }



.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
 
.notify-badge {
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 12px;
    background: red;
}


.Cardimage {
    max-height: 250px;
    height: 250px;
    object-fit: cover;
}

.Cardbackground {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon {
    width: 25px !important;
}
.btn-icon {
    width: 15px !important;
}
#menu::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#menu {
    overflow:scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.dtr-details {
    width: 100%;
    text-align: start !important;
    vertical-align: middle;
}
    .dtr-details li {
        display: flex !important;
        justify-content: space-between !important;
        /*padding-left: 10px !important;
        padding-right: 10px !important;*/
        padding: .5em .5em !important;
    }
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before, 
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    font-family: inherit !important;
    content: 'i' !important;
}

table td, table th {
    text-align: center !important;
    vertical-align: middle;
}
/*
span[aria-labelledby="select2-ClientId-container"] {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

span[aria-labelledby="select2-Products-container"], span[aria-labelledby="select2-CatList-container"] {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}*/
/*
.select2-container--bootstrap4 {
    width: 100% !important;
}

.select2-selection__rendered {
    height: inherit !important;
    padding: 8px !important;
}

.select2-selection--single {
    padding: 0px !important;
}*/

.labelStyle {
    background-color: transparent /* This hides the background */;
    background-image: none;
    -webkit-appearance: none /* Webkit Fix */;
    border: none;
    box-shadow: none;
    font-weight: bold;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


div.dataTables_filter input{
    width:1%!important;
}
.accordion-body {
    padding: 1rem .5rem;
}





#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

#spinContainer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}