/* colors: light-blue: #99afcb, blue: #00b1ff, */
/*************** GENERAL ********************/
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    text-transform: capitalize;
}
.sort_icon {
    display: block !important;
    color: #f8f9fa;
}

.pagination {
    margin: 0 auto;
    float: right;
}

.modal-backdrop {
    display: none;
}

/*body.modal-open{position:fixed;}*/
.modal-open .table-responsive { /*-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);*/
    overflow: hidden;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cairo-v4-latin-ext_latin_arabic-regular.eot'); /* IE9 Compat Modes */
    src: local('Cairo'), local('Cairo-Regular'),
    url('../fonts/cairo-v4-latin-ext_latin_arabic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/cairo-v4-latin-ext_latin_arabic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/cairo-v4-latin-ext_latin_arabic-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/cairo-v4-latin-ext_latin_arabic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/cairo-v4-latin-ext_latin_arabic-regular.svg#Cairo') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Cairo', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    /*
       */
}

iframe img {
    height: 100%;
    width: 100%;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    /*
        */
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px) !important;
    text-transform: capitalize;
}

.my-card {
    position: absolute;
    left: 26%;
    top: -15px;
    border-radius: 50%;
}

html, body {
    height: 100%;
}

html, body, .main-wrapper {
    width: 100%;
    max-width: 100%;
}

body, .main-wrapper {
    overflow-x: hidden;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
}

body {
    color: #444;
    font-size: 18px;
    background: #f0f0f7;
}

::-moz-selection {
    color: #fff;
    background: #0e76bc;
}

::selection {
    color: #fff;
    background: #0e76bc;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1, h2, h3, h4, h5, h6 {
    color: #6B8BB4;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.heading-blk {
    text-align: center;
    margin-bottom: 30px;
}

.heading-blk h1, .heading-blk h2, .heading-blk h3 {
    color: #6B8BB4;
    font-weight: 600;
}

a {
    color: #fff !important;
}

.page-link {
    color: #6c757d !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

a:hover {
    color: #748cab;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

a.text-primary {
    color: #00b1ff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #039ee2 !important;
}

.d-none {
    display: none;
}

.text-ltr {
    direction: ltr;
    display: inline-block;
    font-family: 'Arial', sans-serif;
}

.text-primary {
    color: #6B8BB4 !important;
}

.text-dark-blue {
    color: #11243e;
}

.bg-primary {
    background-color: #6B8BB4 !important;
}

.btn-primary, .btn-orange, .btn-green, .btn-purple, .btn-blue-purple {
    color: #fff !important;
    opacity: 1;
    text-transform: capitalize;
}

.btn-primary {
    background-color: #00B1FF !important;
    border-color: #00B1FF;
}

.btn-primary:hover {
    background-color: #039ee2 !important;
    border-color: #00B1FF;
}

.btn-orange {
    background-color: #F5B96A !important;
    border-color: #F5B96A;
}

.btn-green {
    background-color: #41B47A !important;
    border-color: #41B47A;
}

.btn-purple {
    background-color: #938BD1 !important;
    border-color: #938BD1;
}

.btn-blue-purple {
    background-color: #6B8BB4 !important;
    border-color: #6B8BB4;
}

.btn-orange:hover, .btn-green:hover, .btn-purple:hover, .btn-blue-purple:hover {
    opacity: 0.9;
}

.bg-light-grey, .bg-white {
    padding: 20px 20px;
    border-radius: 5px;
}

.bg-light-grey {
    background: #f5f6fa !important;
}

a,
.btn,
.user-top-actions-list li,
.main-nav-li a img {
    transition: all 0.5s ease;
}

/* GENERAL FOR RTL */
.rtl {
    text-align: right;
}

.rtl .mr-3, .rtl .mx-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

/* TOP BAR */
#top-bar {
    background: #fff;
}

.top-bar-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
    position: relative;
}

.top-bar-section > div {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
}

.rtl .top-bar-section > div {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.top-bar-section > div:last-child {
    border: 0 !important;
}

.top-search {
    position: relative;
}

.top-search label {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -11px 0 0 0;
    font-size: 15px;
}

.rtl .top-search label {
    right: 10px;
    left: auto;
}

.top-search input {
    padding-left: 35px;
    width: 350px;
    height: 32px;
    max-width: calc(100% - 100px);
}

.rtl .top-search input {
    padding-right: 35px;
    padding-left: 0;
}

.sys-brand {
    height: 35px;
}

.notification-lnk {
    position: relative;
    color: #b9b9b9 !important;
}

.lang-section a {
    color: #b9b9b9 !important;
}

.notification-lnk:after {
    display: none;
    content: '';
    width: 10px;
    height: 10px;
    background: #00B1FF;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 4px;
    border: 1px solid #fff;
}

.rtl .notification-lnk:after {
    left: -4px;
    right: auto;
}

.notification-lnk.notification-active:after {
    display: block;
}

.user-actions-blk i {
    margin: 3px 20px 0 10px;
    color: #00b1ff;
}

.rtl .user-actions-blk i {
    margin: 3px 10px 0 20px;
}

.user-actions-blk p {
    text-transform: capitalize;
    font-size: 15px;
    color: #b9b9b9 !important;
}

.user-actions-blk .user-icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #b9b9b9 !important;
}

.user-actions-blk {
    cursor: pointer;
}

.user-top-actions-list {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    color: #b9b9b9 !important;
    background: #fff;
    max-width: 200px;
    box-shadow: 0 8px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
    width: 100%;
    right: 0;
    overflow: hidden;
}

.rtl .user-top-actions-list {
    left: 0;
    right: auto;
}

.rtl div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.user-top-actions-list li {
    font-size: 15px;
    padding: 10px 15px;
    text-transform: capitalize;
}

.user-top-actions-list li a {
    color: #b9b9b9 !important;
}

.user-top-actions-list li a:hover {
    color: #fff !important;
}

.user-top-actions-list li i {
    font-size: 13px;
}

.user-top-actions-list li:last-child {
    padding-top: 10px;
    border-top: 1px solid #efefef;
}

.user-top-actions-list li:hover {
    background: #99afcb;
    color: #fff;
}

/* MAIN NAV */
#main-nav {
    position: relative;
}

.main-nav-container::-webkit-scrollbar {
    display: none;
}

.main-nav-container {
    height: 180px;
}

.main-nav-container {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    /* Hides the scrollbar. */
    -ms-scroll-chaining: none;
    /* Prevents Metro from swiping to the next tab or app. */
    -ms-scroll-snap-type: mandatory;
    /* Forces a snap scroll behavior on your images. */
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    /* Defines the y and x intervals to snap to when scrolling. */
}

#main-nav {
    background: #11243e;
    padding: 10px 0 70px;
    width: 100%;
}

#main-nav ul {
    display: flex;
    list-style-type: none;
    width: 100%;
}

.main-nav-li a {
    color: #fff;
    padding: 20px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #122844;
    text-align: center;
    border-radius: 8px;
    margin: 25px 10px;
    position: relative;
    text-transform: capitalize;
}

.main-nav-li a .badge {
    position: absolute;
    top: 17px;
    right: 10px;
}

.main-nav-li a:hover, .main-nav-li a.active {
    color: #162C4B !important;
    background: #fff;
}

.main-nav-li a img {
    height: 40px;
}

.main-nav-li a:hover img.hov-img,
.main-nav-li a.active img.hov-img {
    display: block;
}

.main-nav-li a img.hov-img,
.main-nav-li a:hover img.blk-img,
.main-nav-li a.active img.blk-img {
    display: none;
}

.main-nav-li p {
    font-size: 15px;
    margin-top: 10px !important;
    line-height: 16px;

}

.mov-arrow {
    width: 32px;
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: -27px;
    left: 25px;
}

.rtl .mov-arrow {
    right: 25px;
    left: 0;
}

/* HEADING */
.heading-content {
    color: #6B8BB4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.heading-content span {
    font-size: 17px;
    margin: 0 5px;
}

/* CONTENT */
.main-content {
    margin-top: -75px;
    position: relative;
}

.changed-content-container {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 50px 20px;
    margin-bottom: 10%;
    background: #fff;
    border-radius: 10px;
}

.changed-content-inner {
    display: none;
}

/* DASHBOARD */
.dash-item {
    background: #f4f4fc;
    border-radius: 10px;
    overflow: hidden;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.dash-item .dash-item-top, .dash-item .dash-item-bot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    text-align: center;
}

.dash-item .dash-item-top img {
    height: 30px;
    margin-right: 15px;
}

.rtl .dash-item .dash-item-top img {
    margin-left: 15px;
    margin-right: 0;
}

.dash-item-top {
    height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.dash-item-bot {
    height: calc(100% - 60px);
    color: #162C4B;
    font-weight: 700;
    text-transform: capitalize;
}

.tenant-item .dash-item-top {
    background: #f5b96a;
}

.properties-item .dash-item-top {
    background: #938bd1;
}

.units-item .dash-item-top {
    background: #00b1ff;
}

.contracts-item .dash-item-top {
    background: #41b47a;
}

.deposits-item .dash-item-top {
    background: #eb888a;
}

.services-item .dash-item-top {
    background: #7291b8;
}

/* No CONTENT BLK */
.no-content-blk {
    background: url(../images/error.png) no-repeat 50% 50%;
    width: auto;
    height: 400px;
    background-size: contain;
    max-width: 100%;
}

.no-content-blk img {
    height: auto;
    max-width: 100%;
}

/* FORMS */
.form-blk {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-control {
    margin-top: 10px;
    /* box-shadow: 1px 1px 3px #ccc; */
    border-radius: 5px;
    border: 0px solid #ced4da !important;
    line-height: 2 !important;
    color: #495057;
    background-color: #f8f9fa !important;
}

.input-group-text {
    background-color: #f8f9fa !important;
    border: 0px solid #ced4da !important;
}

.ajax-handler-lnk {

}

.btn-group, .btn-group-vertical {
    margin-top: 2%;
}

.form-blk label {
    margin-bottom: 0;
    color: #00B1FF;
    width: 130px;
    margin-right: 20px;
}

.rtl .form-blk label {
    margin-left: 20px;
    margin-right: 0;
}

.form-blk .form-control {
    height: 50px !important;
}

.form-blk .form-control::placeholder {
    color: #C0D2E9;
}

.map-iframe {
    width: 100%;
    height: 250px;
    border: 1px solid #C0D2E9;
    border-radius: 5px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 250px;
}

.btn-save {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 19px;
}

.btn-auth {
    width: 100%;
    display: block;
}

form label, .form-control::placeholder {
    text-transform: capitalize;
    margin-bottom: 0rem;
    line-height: 45px;
    font-size: 16px;
}

textarea.form-control {
    height: 170px;
}

.form-check {
    padding-left: 20px;
    margin-top: 11px;
}

.rtl .form-check {
    padding-right: 20px;
    padding-left: 0;
}

.form-check-input {
    visibility: hidden;
}

.form-check-label {
    display: inline-block !important;
    line-height: 0;
    margin-left: 25px;
}

.form-check-label:before {
    content: '';
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #C0D2E9;
    border-radius: 3px;
    display: inline-block;

    position: absolute;
    top: 0;
    left: 0;

    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
}

.rtl .form-check-label:before {
    right: 0;
    left: auto;
}

.form-check-input:checked + .form-check-label:before {
    content: '\f00c';
    background: #407fbb;

}

.form-normal-style label {
    display: none;
}

textarea.form-control {
    resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* TABLES */
.table {
    font-size: 15px;
    white-space: nowrap;
    text-transform: capitalize;
}

.table .thead-light th {
    text-transform: capitalize;
    background-color: #D0DEF1;
    border-color: transparent;
    color: #162C4B;
    font-size: 1em;
    vertical-align: middle;
    white-space: nowrap;
}

.actions-blk {
    display: flex;
}

.actions-blk a {
    margin: 0 4px;
}

/* COPYRIGHT */
#copyright {
    background: #0e1f35;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;

}

/**/
.auth-pg-header, .auth-pg-header img, .auth-pg-blk {
    background: #fff;
}

.auth-pg-header img {
    width: 100%;
    height: auto;
}

.auth-pg-blk-container {
    max-width: 400px;
    margin: 0 auto;
}

/*************** RESPONSIVE ********************/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .form-blk {
        margin-bottom: 25px;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .form-blk label {
        margin-bottom: 10px;
    }

    .dashboard-select {
        margin-top: 10px;
    }

    .no-content-blk {
        height: 250px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (max-width: 767.98px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 12001200px) {
}

/****** by khaled ********/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1434 {
    margin-bottom: 3%;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    color: #ffffff;

    cursor: pointer;
    padding: 30px 30px 30px 50px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    outline: none;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.snip1434 i {
    font-size: 3em;
    width: 55px;
    line-height: 50px;
    position: absolute;
    left: 4px;
    top: 23px;
    -webkit-transform: rotate(-25deg) scale(1);
    transform: rotate(-25deg) scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.snip1434:hover,
.snip1434.hover {
    color: #ffffff;
    background-color: #ac203f;
}

.snip1434:hover i,
.snip1434.hover i {
    -webkit-transform: rotate(-20deg) scale(1.3);
    transform: rotate(-20deg) scale(1.3);
}

.bootstrap-select > .dropdown-toggle {
    margin-bottom: 2%;
}

.kv-file-upload {
    display: none;
}

.file-upload-indicator {
    display: none;
}

.table-responsive {
    overflow-y: hidden;
}

.errors {
    color: #fff;
    background-color: #ec7984;
    border-radius: 0px;
    font-size: 11px !important;
    padding: 0px 15px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #c2c4c5 !important;
    content: ">" !important;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: .25rem;
}

.breadcrumb-item a {
    color: #6b8bb4 !important;
    text-transform: capitalize;
    cursor: pointer;
}

.property_details {
    background: #f8f9fa;
    padding: 5px;
    border-radius: 8px;
}

.fade.in {
    opacity: 1;
}

.iconpicker .iconpicker-item i {
    color: #000 !important;
}

.iconpicker * {
    color: #000 !important;
}

.icons .snip1434 {
    margin-bottom: 1%;
}

.bootstrap-select .dropdown-menu li a {
    color: #000 !important;
}

[type=submit] {
    float: right;
    /*margin-bottom: 10%;*/

    margin: 15px 0;
}

.badge {
    overflow: hidden;
    font-weight: normal;
}

.badge-secondary {
    padding: 0px 10px 0 0;
    font-size: 14px;
}

#loading-image {
    display: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background: #eeeeee;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    padding: 10%;
}

#loading-image img {
    width: 35%;
}

.badge i {
    background: #00000036;
    padding: 7px;
    margin-right: 10px;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.breadcrumb-item.active {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {

}

.input-group-prepend {
    margin-right: -1px;
    margin-top: 2%;
}

label {
    line-height: 40px;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px !important;
}

.darker {
    border-color: #ccc;
    background: #ccc;
    text-align: right;
    padding: 1%;
    margin-bottom: 1%;
    border-radius: 10px;
}

.lighter {
    /* text-align: left; */
    /* background: #bfe1fc; */
    /* padding: 1%; */
    /* margin-bottom: 1%; */
    /* border-radius: 10px; */
}

.time-right {
    float: right;
    color: #aaa;
}

.time-left {
    float: left;
    color: #999;
}

/**/
.dashboard-content {
    padding: 30px 0;
}

.page-title {
    margin: 15px 0;
    font-size: 1.7rem;
}

.dashboard-content .gray-color {
    color: #8998ab;
    font-weight: 600;
}

.dashboard-content .gray-color {
    margin-bottom: 25px;
}

.lightblue {
    color: #4d7fc2 !important;
}

.lightgreen {
    color: #28b76b !important;
}

.lightred {
    color: #e84e53 !important;
}

.card {
    padding: 25px 5px;
    font-weight: 500;
    background-color: #efeff1;
    border-color: #efeff1;
    box-shadow: 1px 1px 6px #ababab;
    margin: 10px 0;
    height: calc(100% - 20px);
    /* min-height: 200px; */
}

.total-title {
    font-weight: bold;
    font-size: 21px;
}

.total-number {
    font-size: 25px;
    font-weight: bold;
    padding: 8px 0;
    position: relative;
}

.total-number::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #c2cad5;
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    margin: auto;
}

.avalible {
    font-size: 20px;
    margin-top: 5px;
}

.options ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
    display: inline-block;
}

.options ul {
    padding: 5px 0;
    margin: 0;
}

.options ul li {
    display: inline-block;
    /* float: left; */
}

.options ul li:first-child {
    padding-right: 5px;
}

.options ul li:last-child {
    padding-left: 5px;
}

.options ul li:first-child::after {
    content: "|";
    position: relative;
    right: -5px;
    color: #c2cad5;
}

.changed_content_inner {
}