html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

html {
  font-size: 16px;
}

.navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.logo-img {
    height: 40px;
}

.login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 20px;
}

.register-form {
    max-width: 320px;
    margin: auto;
    box-shadow: 0 2px 25px rgb(0 0 0 / 20%);
    padding: 10px;
    background-color: white;
    margin-top: 100px;
}

@media (max-width: 769px) {
    #sidebar {
        display: none;
        width: 380px;
        height: 100%;
        max-width: 100%;
        left: 0px;
        top: 50px;
        position: absolute;
        z-index:1001;
        background-color:white;
    }

    #map {
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
}

@media (min-width: 769px) {
    #sidebar {
        display: block;
        width: 380px;
        height: 100%;
        max-width: 100%;
        left: 0px;
        top: 50px;
        position: absolute;
    }

    #map {
        position: absolute;
        top: 50px;
        left: 380px;
        right: 0px;
        bottom: 0px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
}

.sidebar-table {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 50px;
    overflow: auto;
}

.focus {
    width: 23px;
    height: 23px;
}

.pointer {
    cursor: pointer;
}

.mt5 {
    margin-top: -5px;
}

.mt-70 {
    margin-top: 70px;
}

.w-30 {
    width: 30px;
}

.size-12 {
    font-size: 12px;
}

.leaflet-tooltip {
    position: absolute;
    padding: 0px !important; 
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.leaflet-popup-content-wrapper {
    padding: 1px !important;
    border-radius: 2px !important;
}

.leaflet-control-layers label {
    font-weight: normal;
    margin-bottom: 0px;
}

.leaflet-popup-content {
    margin: 1px !important;
}

.popup-container {
    border: 1px solid black;
    padding: 2px;
    border-radius: 3px;
}

.logo-text {
    position: absolute;
    color: white;
    top: 5px;
    font-size: 24px;
    left: calc(50% - 40px);
    color: white;
    font-weight: bold;
    pointer-events: none;
}

.height-50 {
    height: 50px;
}

.mw-700 {
    max-width: 700px;
}

.w-user-icon {
    width: 25px;
}

.k-grid-header .k-header {
    background-color: #ecbf0f !important;
    font-weight: bold;
}

.k-grid .k-column-title {
    white-space: normal;
}

.h-30{
    height: 30px;
}

#patrolMap{
    height: 400px;
}

.leaflet-popup-close-button{
    display:none !important;
}

.leaflet-control-attribution{
    display: none !important;
}

.no-display{
    display: none;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: DodgerBlue;
    height: 800px;
    overflow: auto;
}

.flex-container > div {
    border: 1px solid;
    width: 150px;
    height: 150px;
    text-align: center;
}

.datepicker-dailyPlan {
    max-width: 700px;
    margin-top: 52px;
    margin-left: calc(50% - 175px);
}

.daliyPlan-container {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
}

.customer-container {
    height: 845px;
    width: 68%;
    display: flex;
    overflow: auto;
    margin-left: -10px;
}

.employee-container {
    /*display: flex;*/
    height: 845px;
    width: 32%;
    overflow: auto;
    font-size: 13px;
}

.customer-data-container {
    border: 1px solid;
    max-width: 155px;
}

.h-155 {
    height: 155px;
    overflow: hidden;
}

.h-245 {
    height: 245px;
    overflow: hidden;
}

.h-310{
    height: 310px;
    overflow: hidden;
}

.h-355 {
    height: 355px;
    overflow: hidden;
}

.h-380 {
    height: 380px;
    overflow: hidden;
}

.mt3 {
    margin-top: -1px;
    color: cornflowerblue;
    font-weight: bold;
}

.customer-title {
    border-bottom: 1px solid;
    margin-left: -13px;
    margin-right: -13px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.contain {
    width: 100%;
    margin-left: 1px;
}

.employee {
    border: 1px solid;
    height: 30px;
    background-color: #f2fa05;
    padding: 2px;
    text-align: center;
    font-weight: bold;
}

.fs-15{
    font-size: 15px;
}

.customerEmployeePadding{
    margin-left: -13px;
    margin-right: -13px;
}

.login-footer {
    position: absolute;
    bottom: 2px;
    margin-left: 5px;
    font-style: italic;
    width: 100%;
}