/*
 * 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
../img/grinet/grinet_bg.jpg
../img/glass.jpg
 */

.smart-style-5 {
    background: url(../img/glass.jpg) no-repeat center top fixed;
    background-size: cover;
    color: #fff;
}
/*strelica meni*/
body.smart-style-3 .minifyme {
    background: #0e9efd;
    color: rgb(255, 255, 255);
    margin-top: 1px;
}
/*podmeni pozadina*/
.smart-style-3 nav ul li {
    background: #e6faff;
    border-bottom: 1px solid #9dc9ff55;
}
/*pozadina lijevo*/
.smart-style-3 aside#left-panel {
    background: #161f51;
}
/*meni oznaka desno*/
body.smart-style-3 nav ul li.active > a:before {
    color: #161f51 !important;
}

/*meni ozna�eno*/
.smart-style-3 nav ul li a:hover,
.smart-style-3 nav ul li a:hover > i {
    background: #161f51 !important;
    color: #fff !important;
}

/*padaju�i izabrani*/
.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: #161f51;
    color: #ffffff;
}

body.smart-style-3 .label-danger {
    background-color: #ff5779;
}

body.smart-style-3 .label-success {
    background-color: #00d495;
}

body.smart-style-3 .label-warning {
    background-color: #fb691d;
}
#header {
    background-color: #161f51;
}
/*header*/
.smart-style-3 #header {
    background-color: #161f51;
    background-image: -moz-linear-gradient(top, #161f51, #161f51);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#161f51),
        to(#161f51)
    );
    background-image: -webkit-linear-gradient(top, #161f51, #161f51);
    background-image: -o-linear-gradient(top, #161f51, #161f51);
    background-image: linear-gradient(to bottom, #161f51, #161f51);
    border-bottom: 0px solid #00d495ff;
    box-shadow: 0px 5px 8px rgba(50, 49, 44, 0.1);
}
/*tra�i input*/
.smart-style-3 .header-search > input[type="text"] {
    border-color: #161f51;
}
/*tra�i button*/
.smart-style-3 .header-search > button {
    color: #161f51;
}
.smart-style-3 #logo-group span#activity,
.smart-style-3 .btn-header > :first-child > a {
    background-color: #161f51;
    background-image: -moz-linear-gradient(top, #161f51, #161f51);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#161f51),
        to(#161f51)
    );
    background-image: -webkit-linear-gradient(top, #161f51, #161f51);
    background-image: -o-linear-gradient(top, #161f51, #161f51);
    background-image: linear-gradient(to bottom, #161f51, #161f51);
    color: #fff !important;
    border: 1px solid #161f51;
    text-shadow: #161f51 0 -1px;
}
.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 {
    -webkit-box-shadow: inset 1px 1px 0 #161f51, inset -1px -1px 0 #161f51;
    -moz-box-shadow: inset 1px 1px 0 #161f51, inset -1px -1px 0 #161f51;
    box-shadow: inset 1px 1px 0 #161f51, inset -1px -1px 0 #161f51;
    background-color: #161f51;
    background-image: -moz-linear-gradient(top, #161f51, #161f51);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#161f51),
        to(#161f51)
    );
    background-image: -webkit-linear-gradient(top, #161f51, #161f51);
    background-image: -o-linear-gradient(top, #161f51, #161f51);
    background-image: linear-gradient(to bottom, #161f51, #161f51);
}
/*padaju�i pozadina*/
.smart-style-3 .dropdown-menu {
    border-radius: 0;
    border-bottom: 2px solid #d5f4ff;
    background: #d5f4ff;
}

/* ?? */
.smart-style-3 .dropdown-menu-large > li ul > li > a:focus,
.smart-style-3 .dropdown-menu-large > li ul > li > a:hover {
    border-radius: 3px;
    background-color: #f2e2c6;
}
/*padaju�i divider*/
.smart-style-3 .dropdown-menu .divider {
    background-color: #ff0b0b;
}
/*ikone meni*/
.smart-style-3 nav > ul > li > a > i {
    color: #0e9efd;
    font-size: 20px;
}
.smart-style-3 nav > ul > li > a {
    padding: 8px 10px 8px 11px;
}
.smart-style-3 nav > ul > li > ul > li > a {
    padding-top: 5px;
    padding-top: 5px;
}
/*odabrani meni lijevo*/
.smart-style-3 nav > ul > li.open {
    border-left: 5px solid #161f51;
    background-color: #d5f4ff;
}

.smart-style-3 nav ul li.open > a,
.smart-style-3 nav ul li.open > a > i,
.smart-style-3 nav ul li ul li.open > a {
    color: #0e9efd !important;
    font-weight: bolder;
}
.smart-style-3 nav ul li > a,
.smart-style-3 nav ul li > a > i,
.smart-style-3 nav ul li ul li > a {
    color: #404040 !important;
}

.smart-style-3 nav ul li.active > a,
.smart-style-3 nav ul li.active > a > i,
.smart-style-3 nav ul li ul li.active > a {
    color: #0e9efd !important;
    font-weight: bolder;
    text-shadow: rgb(156, 156, 156) 0 -0px;
}

/*sijena slova padaju�i*/
.smart-style-3 .header-dropdown-list > li > .dropdown-toggle,
.smart-style-3 .project-context > :first-child,
.smart-style-3 .project-selector {
    color: #fff;
    text-shadow: #fff 0 0px;
}
/*logo*/
body.smart-style-3 #logo img {
    width: 150px;
    height: auto;
    padding-left: 2px;
    margin-left: 5px;
    margin-top: 1px;
    display: block;
}
/*user*/
.smart-style-3 .login-info {
    background: #161f51;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.smart-style-3 .report-green {
    background-color: #66d4cb;
}
.smart-style-3 .report-orange {
    background-color: #fb691d;
}
.smart-style-3 .report-gray {
    background-color: #404040;
}

.smart-style-0 .login-info {
    margin-bottom: 7px !important;
    height: auto;
}
/* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
.smart-style-3 .login-info span {
    box-shadow: none !important;
    background-color: #161f51;
}
.smart-style-3 .login-info a {
    font-size: 14px !important;
    color: #ffd4a8 !important;
    margin-top: 6px;
}
.smart-style-3 .login-info a span {
    padding: 3px;
    color: #fff !important;
    font-size: 13px !important;
    max-width: 105px;
}
.smart-style-3.login-info img {
    width: 10px;
    border-radius: 10% 10%;
}
.smart-style-0 .login-info,
.smart-style-0 .login-info span {
    border: 0 !important;
    box-shadow: none !important;
}
/* online boja */
.smart-style-3 img.online {
    border-left-color: #0aa69900 !important;
    width: 22px;
    border-radius: 20% 20%;
}
.smart-style-3 .badge {
    background: #00d495;
}
.smart-style-3 #shortcut ul li .jarvismetro-tile {
    border-radius: 5% 5% !important;
}
.smart-style-3 #shortcut {
    background-color: #ffeec5dd;
}
.smart-style-3 #shortcut ul {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 3px inset #af945a;
}

.smart-style-3 #shortcutc ul li .jarvismetro-tile {
    border-radius: 5% 5% !important;
}
.smart-style-3 #shortcutc {
    background-color: #ffffff;
}
.smart-style-3 #shortcutc ul {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 3px inset #af945a;
}

.smart-style-4 .dd-handle,
.smart-style-4 .dd3-content {
    background: rgba(0, 0, 0, 0.43);
    border-color: rgba(255, 255, 225, 0.15);
    color: rgb(150, 27, 27);
}
#extr-page .smart-style-3 #header {
    background: #161f51 !important;
    border-color: rgba(255, 255, 16, 0.15) !important;
    background-color: #161f51;
    background-image: -moz-linear-gradient(top, #161f51, #161f51);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#161f51),
        to(#161f51)
    );
    background-image: -webkit-linear-gradient(top, #161f51, #161f51);
    background-image: -o-linear-gradient(top, #161f51, #161f51);
    background-image: linear-gradient(to bottom, #161f51, #161f51);
}

#log_forma {
    background: #161f51;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 20px 34px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.55);
    border: none;
}

.smart-style-3 .cooper {
    background: #161f51;
}

#modla {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 400px;
}
.lockscreen {
    height: 250px;
    left: 50%;
    margin-left: -239px;
    margin-top: 80px;
    position: absolute;
    top: 50%;
    width: 478px;
}
.lockscreen .logo {
    padding: 15px 0;
    display: block;
}
.lockscreen .logo + div {
    background: #fff;
    box-shadow: -31px 32px 53px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 13px;
    position: relative;
}
.lockscreen .logo > :first-child {
    margin: 0;
}
.lockscreen .logo img {
    width: 29px;
    margin-top: -4px;
    margin-right: -2px;
}
.lockscreen .logo + div > img {
    float: left;
}
.lockscreen .logo + div > img + div {
    float: right;
    width: 318px;
}
.lockscreen .logo + div > img + div > :first-child {
    margin-top: 0;
}
.lockscreen .logo + div > img + div > :first-child > :first-child {
    opacity: 0.1;
    padding: 15px;
}
.lockscreen .logo + div > img + div > :first-child > small {
    display: block;
    padding-top: 5px;
}
.lockscreen .logo + div > img + div > :first-child + p {
    margin-bottom: 12px;
}
.modal-backdrop {
    background-color: #fff;
    opacity: 0.8 !important;
}

#custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #ccc;
    white-space: nowrap;
    font-family: sans-serif;
    background: #fff;
    color: #fff;
    border-radius: 5px;
    padding: 0;
}
#custom-menu a {
    color: #fff;
    padding: 0px 0px;
    cursor: pointer;
    list-style-type: none;
    transition: all 0.3s ease;
    user-select: none;
}

.input-focused {
    background-color: #e7f4ff; /* Light blue tint */
    transition: background-color 0.3s; /* Optional: Smooth transition */
}

.btn-gray {
    color: #fff;
    background-color: #a3a3a3;
    border-color: #4a4a4a;
}

/* Add custom styles to adjust dropdown positioning */
.select2-dropdown {
    margin-top: 50px; /* Increase top margin to move the dropdown lower */
}

.holiday-table-header {
    color: red !important;
}

.weekend {
    background-color: #f0f0f0; /* Light grey background */
}

.modal-body {
    padding: 0px !important;
}

.modal-xl {
    width: 80% !important;
}

/*#region Dialog System CSS*/

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.dialog {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 320px;
    position: relative;
}

.dialog-header {
    padding: 12px 16px 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #c5c6ca;
    border-radius: 8px 8px 0px 0px;
}

.dialog-title {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.dialog-body {
    padding: 8px 16px 8px 16px;
}

.dialog-body .dialog-note {
    font-size: 14px;
    color: #666;
}

.dialog-buttons {
    padding: 8px 16px 8px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.dialog-buttons .btn {
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
}

.dialog-buttons .btn-light {
    background: #f6f6f6;
    border: 1px solid #dcdcdc;
    color: #000;
}

.dialog-buttons .btn-danger {
    background: #ff4d4f;
    color: white;
    border: none;
}

.dialog-buttons .btn-light:hover,
.dialog-buttons .btn-danger:hover {
    opacity: 0.9;
}
/*#endregion Dialog System CSS*/

/* .smart-form .btn {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer
} */
