﻿html * {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.main-container {
    margin: 0 !important;
    padding: 0 !important;
}

.login-logo {
    background-image: url("../static/images/CapjaDesk Logo_Path.svg");
    width: 300px;
    height: 71px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: contain;
    background-size: contain;
    -ms-background-position: center;
    background-position: center;
}

.logo-image {
    background-image: url("../static/images/CapjaDesk Logo_Path.svg");
    width: 150px;
    height: 36px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: contain;
    background-size: contain;
}

.small-logo-image {
    background-image: url("'../static/images/CapjaDesk Logo_Path.svg'");
    width: 36px;
    height: 36px;
    margin-top: 2px;
    margin-left: -2px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: contain;
    background-size: contain;
}

.dash-box {
    min-width: 300px;
    min-height: 150px;
    margin: 15px;
}

.nav-icon {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.42);
}

.sidebar-main .nav-item:hover .nav-icon {
    color: rgba(0, 0, 0, 0.71);
}


.nav-icon-size {
    font-size: 28px !important;
    max-width: 32px;
    max-height: 32px;
    min-width: 32px;
    min-height: 32px;
}

.right-content {
    margin-left: 220px !important;
}

.sidebar-main .nav-link.active {
    color: rgb(157, 27, 147);
}

.sidebar-main .nav-link {
    color: rgba(0, 0, 0, 0.78);
}

.group-box {
    margin-top: -2px;
    -ms-border-radius: .25rem .25rem 0 0 !important;
    border-radius: .25rem .25rem 0 0 !important;
}

.capja-color {
    background-color: #2976c1 !important;
    border-color: #2976c1 !important;
    color: white !important;
}

.capja-border-color {
    border-color: #2976c1 !important;
}

.container-page {
    min-height: 100vh;
}

.top-padding {
    margin-top: 60px;
}

.tooltip-inner {
    text-align: left !important;
    min-width: 150px !important;
    max-width: 350px !important;
}

.tooltip-text {
    overflow: hidden;
}

.group-area {
}

.edit-btn {
    font-size: 14px;
}

.admin-row {
    padding: 10px;
    margin: 20px;
    min-width: 200px;
    min-height: 150px;
}

.sidebar-main {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block !important;
    box-shadow: inset -1px 0 0 rgba(0,0,0, .1);
    width: 240px;
    min-width: 240px;
}

    .sidebar-main span {
        font-size: 12px;
    }

.system-label {
    min-width: 200px !important;
}

.edit-label-small {
    min-width: 100px !important;
    text-align: left;
    justify-content: left !important;
}

.edit-label-medium {
    min-width: 175px !important;
    text-align: left;
    justify-content: left !important;
}

.edit-label-large {
    min-width: 275px !important;
    text-align: left;
    justify-content: left !important;
}

.system-admin-panel * {
    font-size: 14px;
}

.settings-wrap {
    max-height: 100vh;
}

    .settings-wrap .form-group {
        margin: 5px;
    }

.dash-header-font {
    text-transform: capitalize !important;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.58);
}

textarea {
    resize: none;
}

.font-size-small * {
    font-size: 12px !important;
}

.font-button-small {
    font-size: 12px !important;
}

.status-complete {
    background-color: #28a745;
    color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.0);
    user-select: none;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.status-incomplete {
    background-color: #ffc107;
    color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.0);
    user-select: none;
    border-radius: 5px;
    padding: 10px;
}

.title-area {
    user-select: none;
    z-index: 0;
}

.nav-text-area {
    user-select: none;
    z-index: 10;
}

.login-window {
    max-width: 600px;
}

.fixedHeader-floating {
    background-color: rgba(255, 255, 255, 0.50) !important;
}

    .fixedHeader-floating * {
        font-size: 12px !important;
    }

.ui-dialog {
    z-index: 3000 !important;
}

.dt-datetime {
    position: static !important;
}

.small-sidebar {
    max-width: 120px !important;
    min-width: 120px;
    margin-left: -25px;
}

.big-sidebar {
    position: fixed;
}

.fix-small-sidebar {
    position: fixed;
}

.close span {
    font-size: 20px !important;
}

.checklist-column {
}

#map {
    width: 100%;
}

.map-class {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 320px;
}

.defect-img {
    background-size: contain;
    width: 320px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-list {
    list-style-type: none;
    list-style: none;
    margin-left: -25px;
}

.sidebar-item {
    margin-bottom: 10px;
    font-weight: bold;
}

.small-sidebar-list {
    list-style-type: none;
}

.small-sidebar-item {
    margin-bottom: 2px;
    font-weight: bold;
}

    .small-sidebar-item i {
        font-size: 14px !important;
    }

    .small-sidebar-item a {
        color: rgba(0, 0, 0, 0.42);
    }

        .small-sidebar-item a :hover {
            color: rgba(0, 0, 0, 0.80);
        }

.filter-buttons {
    max-width: 50%;
}

.small-btn {
    padding: 4px !important;
}

#sideBarIcon {
    width: 60px !important;
}

.font-size-bigger {
    font-size: 16px !important;
}