﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #0d5e7c;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header {
    text-align: center;
    padding: 20px 0;
    color: white;
    margin-bottom: 80px;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.headerCreate {
    text-align: center;
    color: white;
    margin-bottom: 50px;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.login-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    background: #f2f2f2;
    padding: 40px 40px 25px 40px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    width: 320px;
}

    .login-container h2 {
        text-align: center;
        margin-bottom: 20px;
        color: #333;
    }

.help-floating-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    z-index: 9999;
}

    .help-floating-btn:hover {
        transform: scale(1.18);
    }


.help-icon {
    width: 33px;
    height: 33px;
}


.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        color: #555;
    }

    .form-group input {
        width: 300px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 14px;
    }

.btn-login {
    width: 320px;
    padding: 10px;
    background: #0d5e7c;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s ease;
    margin-top: 20px;
}

    .btn-login:hover {
        background: #0b4c65;
    }

.footer-text {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #777;
}

.logo-text {
    color: white;
    display: block;
    line-height: 18px;
    margin: 0;
    padding: 2px;
    font-family: Times;
}

.rounded-textbox.dxeTextBox_Material {
    border-radius: 10px !important;
    border: 1px solid #ccc !important;
    padding-left: 5px !important;
    height: 40px !important;
    box-sizing: border-box;
}

#dataOpstina_I {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ccc !important;
    padding-left: 5px !important;
    height: 40px !important;
    box-sizing: border-box;
}

#lblUsername, #lblPassword {
    display: block;
    margin-bottom: 6px;
}

.password-container {
    position: relative;
    width: 100%;
}

.password-container label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
}

.password-container input {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
}


.eye-icon {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}


.btn-style {
    border-radius: 15px;
    padding: 8px 0px;
    background-color: #0d5e7c;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

    .btn-style:hover {
        background-color: #08465e;
    }



.transparentCombo {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent !important;
    border: none !important;
    margin-right: 20px;
    top: 0px;
    font-weight: bold;
}

body, td {
    font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size: 16px;
/*    font-weight: bold;
*/}

.dxeListBoxItem_Material {
    transition: all 0.2s;
    /*font-weight: bold;*/
}

.dxeListBoxItem_Material:hover {
    background-color: #293846;
    color: #fff;
    font-weight: bold;
}

/*style na title*/
#dataJazici_I {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: white;
    text-align: right;
}

/*pozadina na strelka*/
#dataJazici_B-1 {
    background-color: transparent !important;
    border: none !important;
    color: white;
}

/*strelka*/
.dxEditors_edtDropDown_Material {
    background-position: -438px -30px;
    background-size: 538px auto;
    width: 10px;
    height: 10px;
}

/*padding na title*/
.dxeEditArea_Material, .dxeButtonEdit_Material td.dxic {
    padding: 0;
}

.dxeButtonEdit_Material {
    border: none;
}


.dxeButtonEditButton_Material,
.dxeSpinIncButton_Material,
.dxeSpinDecButton_Material,
.dxeSpinLargeIncButton_Material,
.dxeSpinLargeDecButton_Material {
    background-color: #0D5E7C;
    color: white !important;
}

.dxeButtonEditSys .dxeButton, .dxeButtonEditSys .dxeButtonLeft {
    line-height: 100%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}