﻿@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
@import url(icons/font-awesome/css/fontawesome-all.css);
@import url(icons/themify-icons/themify-icons.css);
@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(icons/weather-icons/css/weather-icons.min.css);

.navbar{
    height: 64px !important;
}

.navbar-brand {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: inherit;
    padding: 0;
    height: 64px;
    align-items: center;
    display: flex;
    -webkit-box-align: center;
    text-align: left;
    display: flex;
}

.left-part-menu {
    display: flex !important;
    flex-basis: auto;
    padding: 0px 10px 0 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
}

.navbar-user-name {
    font-size: 0.875rem;
}

.navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.dropdown-menu-right{
    position: absolute !important;
}

.logo-home{
    height: 45px;
}

@media (min-width:767.98px) {
    .home-icon {
        display: none;
    }
    .short-text-add-parking {
        display: none !important;
    }
}

.project-name{
    text-align: left;
}
.parking-title {
    padding-right: 100px;
    text-align: left;
}

@media (max-width:767.98px) {
    .navbar-brand {
        display: none !important;
    }

    .home-icon {
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-size: 31px;
        line-height: 44px;
        margin-right: 10px;
        float: left;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .navbar-user-name {
        display: none;
    }

    .long-text-add-parking {
        display: none !important;
    }
    .dropdown-menu-right{
        margin-left: -130px;
    }
}

.topbar {
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
    background: #fff;
    height: 64px;
}

    .topbar .navbar-collapse {
        padding: 0px 10px 0 0;
    }

    .topbar .top-navbar {
        min-height: 64px;
        padding: 0px;
    }

        .topbar .top-navbar .dropdown-toggle:after {
            display: none;
        }

        .topbar .top-navbar .navbar-header {
            line-height: 64px;
            width: 400px;
            display: inline-table;
        }

            .topbar .top-navbar .navbar-header .navbar-brand {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 0px;
                padding: 0 10px 0 10px;
            }

        .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
            padding: 0px 15px;
            font-size: 0.875rem;
            line-height: 64px;
            height: 64px;
        }

        .topbar .top-navbar .navbar-nav > .nav-item:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .topbar .user-dd {
        min-width: 220px;
        padding-left: 10px;
        padding-top: 8px !important;
        padding-right: 10px;
    }

    .topbar .dropdown-menu {
        padding-top: 0px;
        border: 0px;
        -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    }

.status-green {
    background: #00ff2e14 !important;
}
.status-yellow {
    background: #fff70014 !important;
}
.status-red {
    background: #ff000014 !important;
}
.status-blue {
    background: #00d0ff14 !important;
}


.status-green.collapsed {
    background-image: linear-gradient(to right, #fff, #fff, #fff, #fff, #00ff2e14, #fff) !important;
}

.status-yellow.collapsed {
    background-image: linear-gradient(to right, #fff, #fff, #fff, #fff, #fff70014, #fff) !important;
}

.status-red.collapsed {
    background-image: linear-gradient(to right, #fff, #fff, #fff, #fff, #ff000014, #fff) !important;
}

.status-blue.collapsed {
    background-image: linear-gradient(to right, #fff, #fff, #fff, #fff, #00d0ff14, #fff) !important;
}
.project-statuses-ui {
    width: 88px;
    height: 22px;
    background: white;
    position: absolute;
    right: 46px;
    display: flex;
    color: #0c63e4;
    text-align: center;
    line-height: 20px;
}
.project-statuses-ui-row {
    display: flex;
}
.project-statuses-ui-row > div {
    width: 22px;
    height: 22px;
}
.project-statuses-green {
    background: #00ff2e52;
}
.project-statuses-yellow {
    background: #fff70052;
}
.project-statuses-blue {
    background: #00d0ff52;
}
.project-statuses-red {
    background: #ff000052;
}