﻿/* Move down content because we have a fixed navbar that is 50px tall */
.header {
    background-color: #dea701;
    border-color: #775b08;
    display:flex
}



.popup-bureau-add, .popup-station-add {
    cursor: pointer;
}

    .popup-bureau-add:hover, .popup-station-add:hover {
        color: #413434;
    }

.login-heading {
    font-size: 30px;
    color: white;
    font-weight: bold;
    display: block;
}
.k-window-titlebar.k-header{
    background-color: #dea701;
}
.k-grouping-header, .k-grid {
    touch-action: auto !important;
}

.background-container {
    background-color: #80681e;
    background-image: none, linear-gradient(rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    min-height: 100vh;
    height: -webkit-fill-available;
}

.main-container {
    min-height: calc(100vh - 64px);
}

.login-container {
    min-height: 100vh;
    height: -webkit-fill-available;
}

.heading {
    font-size: 20px;
    color: black;
    margin: 10px 0 10px 0;
    display: block;
    font-weight: 600;
    text-decoration: underline;
}

.secondary-heading {
    font-size: 18px;
    color: black;
    margin: 10px 0 10px 0;
    display: block;
    font-weight: 500;
}

.form-col {
    margin-bottom: 10px;
}

.form-submit-col {
    display: flex;
    align-items: end;
}

.header .navbar-brand {
    color: white;
    font-weight: bold;
}

.login-textbox {
    font-size: 18px;
}

.header .navbar-nav li a {
    color: white;
}

.header .navbar-nav li {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-bottom: 5px;
}

    .header .navbar-nav li.active {
        background-image: none, linear-gradient(rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    }

        .header .navbar-nav li.active a {
            color: black;
        }

.top-right-header-btns a {
    color: white;
}

.header .navbar-brand {
    color: white;
}


.row-seperator {
    background: #d0cfcf;
    padding: 6px;
    margin-bottom: 12px;
}

.login-container {
    background: #ffffff94;
}

    .login-container .editor-label label {
        color: black;
        font-weight: bold;
    }

.login-notification-container ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
}

.login-notification-container .alert-icon {
    margin-right: 10px;
}

.login-notification-container alert-icon {
    margin-right: 10px;
}

.validation-summary-errors li, .error-message {
    color: #721c24;
}

.main-container {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.left-up-side-logo img {
    width: 200px;
}

.addeditdeletegrid .k-grid-content {
    overflow-y: hidden;
}

.k-edit-buttons .k-button.k-primary {
    background-color: #dea701;
    border: 0.5px solid #c39407;
}

.k-edit-field, .k-edit-form-container .editor-field {
    width: auto;
    margin-right: 0;
}

    .k-edit-field, .k-edit-form-container .editor-field .text-box {
        margin-left: 5px;
    }

.k-edit-label, .k-edit-form-container .editor-label {
    width: auto !important;
    margin-left: 0;
}

.k-edit-form-container {
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
}

.k-edit-buttons .k-button {
    display: flex;
    align-items: center;
}

.k-edit-buttons {
    display: flex;
    justify-content: space-between;
}

.k-grid-add, .k-grid-pdf, .k-grid-excel {
    width: 100%;
}

.k-dropdown-wrap.k-state-default {
    background-color: #a6a6a6;
}

.submit-button:hover, .form-submit-btn:hover, .k-grid-edit:hover, .k-grid-delete:hover {
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,.0) 100%);
}

.submit-button {
    background-color: #dea701;
    border: 0.5px solid #c39407;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    min-width: 120px;
}

.form-submit-btn {
    background-color: #dea701;
    border: 0.5px solid #c39407;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    min-width: 120px;
}

.k-grid-edit {
    background-color: #dea701 !important;
    border: 0.5px solid #c39407;
    color: white !important;
    border-radius: 2px;
    min-width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    max-width: 80px;
}

.k-grid-delete {
    background-color: #dc3545 !important;
    border-color: #dc3545;
    color: white !important;
    border-radius: 2px;
    min-width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    max-width: 80px;
}

.k-state-selected {
    background-color: #dea701 !important;
    border: 0.5px solid #c39407 !important;
}

.k-grid-content tbody tr.k-alt {
    background: #d0cfcf;
}

.xs-full-width {
    width: 100%;
}

.input-validation-error {
    border: 1px solid #ff67679e;
}

.errorMessage span {
    color: #ff0000f0;
}

.textbox-hint {
    font-size: 10px;
    position: absolute;
    display: block;
}

@media (min-width: 576px) {
    .xs-full-width {
        width: auto;
    }

    .main-container {
        flex-direction: row;
        justify-content: center;
        margin-top: 0px;
    }

    .left-up-side-logo img {
        width: 300px;
    }



    .k-grid-add, .k-grid-pdf, .k-grid-excel {
        width: auto;
    }

    .ticker-btn, .ftp-settings-btn {
        max-width: 60px;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .header .navbar-nav li {
        margin-bottom: 0px;
    }
}
