html, body {
    height: 100%;
}

#side-menu li .fa-fw {
    color: #337ab7;
    margin-left: 15px;
}

#side-menu li h5 {
    display: inline-block;
    padding: 10px 0;
    color: #337ab7;
}

#side-menu .sidebar-btn {
    margin: 10px;
}

button .fa-plus {
    color: whitesmoke;
}

.user-list h4 {
    color: #5cb85c;
    margin-left: 15px;
}

.city-access {
    margin-bottom: 15px;
}

.primary-city li {
    margin-bottom: 5px;
}

.dataTable_wrapper {
    overflow: scroll;
}

.work-order-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.incident-header {
    color: #337ab7;
}

#flex-container {
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 100%;
    overflow: hidden;
}

.flex-item {
    background-color: teal;
    flex-basis: auto;
    align-self: auto;
    width: 100%;
    display: flex;
    flex: 1;
    height: 100vh;
}

#side-menu li .input-group {
    margin: 15px 0;
}

.city-names label {
    padding-right: 15px;
    margin-top: 5px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

li.selected {
    font-weight: bold;
}

[ng-click], a, select {
    cursor: pointer;
}

.align-right {
    text-align: right;
}

.work-order-image {
    min-width: 100px;
    min-height: 100px;
    border: 1px solid gray;
    margin: 20px;
}

.fix-input input {
    font-weight: normal;
}

.show-image button {
    display: none;
}

.show-image:hover button {
    display: inline-block;
}

div.show-image button {
    position: absolute;
    top: 25px;
    left: 40px;
}

.thumbnail {
    max-height: 50px;
}

.maps-sidebar {
    padding-left: 10px !important;
    padding-right: 10px;
}

label {
    font-weight: normal !important;
}

.filter-group label {
    cursor: pointer;
}

.filter-group input {
    margin-left: 13px !important;
}