/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.smart-form footer .btn,
input,
body {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

/* .jarviswidget > header {
    color: #ffffff !important;
    background: #474544 !important;
} */

.select2-results li {
    padding: 10px 1px;
}

/* .select2-results{
    height:100%;
} */

.jarviswidget .widget-body {
    min-height: 50px !important;
}

.jarviswidget {
    margin: 0px;
}

.smart-style-1 .btn-header> :first-child>a {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #fff !important;
    cursor: pointer !important;
}

.smart-style-1 #header {
    background: #01579B linear-gradient(320deg, #1E88E5, #01579B);
}

.smart-style-1 #logo-group {
    background: rgba(0, 0, 0, 0.18) !important;
}

.smart-style-1 .jarviswidget-color-blueDark>header {
    background: #01579B linear-gradient(320deg, #1E88E5, #01579B);
    border-color: #01579B !important;
}

.smart-rtl nav ul li a.active {
    background: rgba(255, 255, 255, 0.12);
}

.smart-form {
    color: #000;
}

#logo img {
    width: auto;
    max-width: 110px;
    height: auto;
    padding-left: 3px;
    max-height: 100%;
}

.smart-style-1 #logo-group span#activity {
    background: #01579B linear-gradient(320deg, #1E88E5, #01579B);
    border: 1px solid #01579B;
    color: #fff;
}

.smart-rtl .jarviswidget-ctrls .button-icon {
    border-left: none;
    background: rgba(0, 0, 0, 0.18);
    border-right: 1px solid rgba(0, 0, 0, .09);
    padding-left: 8px;
    padding-right: 8px;
}

/* for grid td with multi data */

.header {
    background: #ddd;
    text-align: center;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 500;
}

.botClose {
    left: 10px;
    right: auto;
}

.text-error {
    color: #b70d0d;
}

body:not(.menu-on-top).desktop-detected {
    min-height: 690px !important;
}

app-root,
app-main-layout,
app-auth-layout,
app-locked,
#extr-page {
    min-height: calc(100vh - 50px);
}

.ui-widget-header {
    background: transparent !important;
}

.project-context .btn-header span {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    color: #c5c6ca;
    font-size: 17px;
    margin: 4px 0 0;
}

.project-context .btn-header span:hover {
    color: #fff;
}

.open .programs-list {
    width: 260px;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    left: 0;
    right: auto;
}

.programs-list li a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.programs-list li a i {
    color: #4e4e4e;
    margin-bottom: 8px;
}

.programs-list li a:hover,
.programs-list li a:focus {
    background-color: #f1f1f1 !important;
    color: #000000 !important;
}

.smart-style-3 #header,
.smart-style-2 #header,
.smart-style-1 #header {
    background: #03466d;
    color: #212121;
    background-image: url(/assets/img/xv.png) !important;
}

.separator {
    border-right: 2px dashed #ccc;
}

#logo-group {
    width: 420px !important;
}

.smart-rtl #logo {
    margin-left: 0;
    color: #fff;
    margin-top: 5px;
    margin-right: 9px;
}

#logo {
    width: auto;
    font-size: 19px;
    padding: 0 5px;
    margin-top: 10px !important;
}

.smart-style-3 #logo-group span#activity,
.smart-style-3 .btn-header> :first-child>a {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #fff !important;
    cursor: pointer !important;
}


.right {
    float: right;
}

.left {
    float: left;
}


.requeired {
    color: red
}

.form-check {
    transform: translateY(100%);
}

.note-frame {
    overflow: hidden;
    border: 1px solid #888;
}

.smart-style-3 #logo-group span#activity,
.smart-style-3 .btn-header> :first-child>a {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #fff !important;
    cursor: pointer !important;
}

.smart-style-3 nav>ul>li>a>i {
    color: #2b2e36;
}

.smart-style-3 nav>ul>li.open {
    border-left-color: #2b2e36;
}

.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    transform: scale(0);
    position: absolute;
    opacity: 1;
    overflow: hidden;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.smart-style-3 #logo-group span#activity:active,
.smart-style-3 #logo-group span#activity:hover,
.smart-style-3 .btn-header> :first-child>a:active,
.smart-style-3 .btn-header> :first-child>a:hover {
    background: rgba(0, 0, 0, 0.50);
    border: 1px solid rgba(0, 0, 0, 0.50);
    color: #fff !important;
    cursor: pointer !important;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.50), inset -1px -1px 0 rgba(0, 0, 0, 0.50);
}

.smart-style-3 nav>ul>app-menu-item>li {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
    border-bottom: 1px solid #DFDFDF;
}

.smart-style-3 nav>ul>.open {
    border-left-color: #03466d;
}

.smart-style-3 nav {
    border-left: 1px solid #bfbfbf;
}

.smart-style-3 .dropdown-menu {
    border-radius: 0;
    border-bottom: 2px solid #ADADAD;
    background: #ffffff;
    width: 320px;
}

.smart-style-3 .dropdown-menu>.active>a,
.smart-style-3 .dropdown-menu>.active>a:hover,
.smart-style-3 .dropdown-menu>li>a:focus,
.smart-style-3 .dropdown-menu>li>a:hover,
.smart-style-3 .tt-suggestion.tt-is-under-cursor {
    background-color: #000;
    color: #fff;
}

.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
    background-color: rgba(30, 85, 117, 0.27) !important;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #08486d !important;
}

.mat-tab-body.mat-tab-body-active {
    padding-top: 15px !important;
}

.no-over-flow .mat-tab-body-content,.no-over-flow .mat-tab-body,.no-over-flow .mat-tab-body-wrapper {
    overflow: visible !important;
  }


.page-title {
    margin: 10px;
}
