/*
* en_webapp.css
* Web Services, UITS
* This style sheet for the global rules of UAEU Web Applications
* All media queries
* 08/06/2023
* If you intend to add CSS to it please ensure you add it in the 
* correct place and also that it is valid CSS and not a mix of 
* two seperate versions in one class or ID.
*/
.red {
    color: var(--red);
}
.green {
   color: var(--green);
}
.blue {
    color: var(--blue);
}
body.app_bg {
    background-image: url(../images/bg_body.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100%;
    flex-shrink: 0;
}

label {
    font-weight: bold;
}

.increes-font:before {
    content: 'A+';
}

.reset-font:before {
    content: 'A';
}

.decrees-font:before {
    content: 'A-';
}

.text-normal {
    font-size: 100%
}

.text-medium {
    font-size: 90%
}

.text-large {
    font-size: 110%
}

.color-invert * {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.color-invert .grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-filter: gray;
    filter: gray
}

    .color-invert .grayscale.grayscale-fade {
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
        transition: filter .5s;
        transition: filter .5s, -webkit-filter .5s
    }

.error {
    color: #f86c6b;
    margin: auto 0.5rem;
    display: block;
}

.dropdown-w-500 {
    width: 500px;
}

.table th, .table td {
    padding: 0.6rem;
}

    .table th p, .table td p {
        margin: 0;
        padding: 0;
    }

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.fonts-settings {
    color: #20a8d8;
    font-weight: 700;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.app-title {
    color: rgb(237, 28, 36);
    text-align: right;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
}
/* Absolute Center Spinner */
.overlay.sk-circle {
    position: fixed !important;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
    /* Transparent Overlay */
    .overlay.sk-circle:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
    }

.noeffect {
    display: contents;
}

.boxoverlay {
    position: absolute;
    top: 50%;
    right: 2em;
    z-index: 30;
}

.inline-item a {
    color: inherit;
}

    .inline-item a:hover {
        color: #fff;
        text-decoration: none;
    }

.sidebar .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background: #20a8d8;
}

.sidebar .nav-link a {
    color: #ffffff !important;
    background-color: transparent;
}

/* MS Edge Browser CSS Start */
@supports (-ms-ime-align:auto) {
    /* EDGE */
    .app-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
    }
}

.sidebar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-light .sidebar-toggler-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 58 58' style='enable-background:new 0 0 58 58;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Ccircle cx='29' cy='7' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='51' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='29' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='7' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='51' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='29' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.app-header .navbar-toggler:hover .sidebar-toggler-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 58 58' style='enable-background:new 0 0 58 58;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Ccircle cx='29' cy='7' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='51' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='29' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='7' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='51' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='29' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.app-header .sidebar-toggler-icon {
    height: 23px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 58 58' style='enable-background:new 0 0 58 58;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Ccircle cx='29' cy='7' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='51' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='29' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='7' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='51' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3Ccircle cx='29' cy='29' r='7' data-original='%237383BF' class='active-path' data-old_color='%237383BF' fill='%2373818F'/%3E%3C/g%3E%3C/svg%3E%0A");
}
/*html[dir="rtl"] .float-right {
    float: left !important;
}*/
.dx-tab a {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit !important;
    color: #337ab7 !important;
    text-decoration: none;
    opacity: inherit !important;
    font-weight: bold;
    font-size:1.2em;
}
.my_list {
    font-size: 1.5em;
 
}
.dx-datagrid-headers {
    color: #333;
    font-weight: bold
}
.image_header {
    width: 25px;
    height: 25px;
    clip-path: circle();
}

@media all and (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */
    .noeffect {
        display: initial;
    }

    .app-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
    }
}
/*UAEU WebApp Media Queries Custom */

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

@media screen and (max-width:767px) {
    .navbar-brand-full {
        display: none;
    }
    .main .container-fluid {
        padding: 0 0px !important;
    }
    .card-body {
        padding: 0.5rem !important;
    }
}

.form-inline label {
    display: inline-flex !important;
}
