﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

.body-content {
    height: 100%;
    background: #FFFFFF;
}

.project-body-content {
    height: 100%;
    background: #FFFFFF;
    border-left: 0.5px solid #52799b;
}

.login-body .body-content {
    background: transparent;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
    border: none;
}

.sidebar-nav .navbar ul {
    float: none;
    padding: 0px;
}

.sidebar-nav .navbar li {
    float: none;
    display: block;
}

    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-left: 10px;
        padding-bottom: 12px;
    }


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}



/* reset everything to the default box model 
    see http://docs.telerik.com/kendo-ui/using-kendo-with-twitter-bootstrap for more details
*/

*,
:before,
:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it  */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearing utility */
.main-form:before,
.main-form:after {
    display: table;
    content: " ";
}

.main-form:after {
    clear: both;
}

.document-type {
    padding: 10px;
}

.k-sprite {
    font-size: 16px;
}

.center {
    text-align: center;
}

.k-tooltip-content {
    text-align: left;
    font-size: 16px;
}

.k-upload-files {
    max-height: 300px;
    overflow: auto;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.main-form {
    margin: 0;
}

    .main-form > .row,
    .main-form > form > .row {
        margin-left: .4em;
        margin-right: .4em;
    }

.login-form {
    padding-right: 30px;
    padding-left: 30px;
}

.shapeFiles-form {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
}

.listViewItem {
    padding: 1.4em;
    background: rgb(255, 255, 255);
    margin-top: 1em;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    box-shadow: #e5e5e5 0px 1px 3px;
    position: relative;
}

.listitem-action {
    position: absolute;
    font-size: 1.1em;
    right: 0;
    top: 0;
    border-color: #d5d5d5;
    border-top-width: 0;
    border-right-width: 0;
    border-radius: 0 4px 0 4px;
    z-index: 2;
}

    .listitem-action ~ div {
        position: relative;
        z-index: 1;
    }

    .listitem-action + .listitem-action,
    .listitem-action + input + .listitem-action {
        right: 2.8em;
        border-right-width: 1px;
        border-radius: 0 0 4px 4px;
    }

.csstransitions .k-button-listitemdelete ~ div {
    will-change: opacity;
    -webkit-transition: opacity 160ms ease-out;
    -moz-transition: opacity 160ms ease-out;
    -ms-transition: opacity 160ms ease-out;
    transition: opacity 160ms ease-out;
}

.k-button-listitemdelete:hover ~ div {
    opacity: .5;
}

.k-button-listitemdelete .k-icon {
    font-size: 1em;
}

.listViewItem:first-child {
    margin-top: 0;
}

.padded {
    padding: 10px;
}

.list-item-button {
    height: 1.9em;
    width: 2em;
    margin-top: -5px;
    margin-right: 10px;
    padding-left: 6px;
    padding-top: 2px;
}

.radio-button-label {
    margin-left: 20px;
}

.dashboard {
    background: #F9FAF7;
    border: 0.5px solid #CFD0D1;
    border-radius: 2px;
    box-sizing: border-box;
    clear: none;
    color: #1F527F;
    content: normal;
    display: block;
    margin: 0;
}

.dashboard-content {
    width: 1000px !important;
}

.dashboard-widget-small {
    height: 140px;
}

    .dashboard-widget-small .donut-icon {
        position: absolute;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
        font-size: 3em;
    }

    .dashboard-widget-small .dashboard-widget-icon {
        position: absolute;
        height: 40px;
        top: 50%;
        left: 80px;
        font-size: 3em;
        transform: translateY(-50%);
    }

.donut-label {
    line-height: 1;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.dashboard-widget-small .donut-label {
    margin-left: 120px;
}

.donut-h1 {
    display: block;
}

.donut-h2 {
    font-size: 17px;
    max-width: 120px;
    margin-left: 115px;
    margin-right: auto;
    word-wrap: break-word;
}

.dashboard-widget-small .donut-h1 {
    font-size: 36px;
    margin-left: 115px;
}

.dashboard-widget-large .donut-h1 {
    font-size: 72px;
    text-align: center;
}

.donut-chart {
    position: relative;
    float: left;
}

    .donut-chart .k-chart {
        margin-left: auto;
        margin-right: auto;
    }

.dashboard-widget-small .k-chart {
    height: 140px;
}

.dashboard-widget-large .k-chart {
    height: 280px;
}

.dashboard-widget-large .donut-icon {
    position: absolute;
    transform: translateX(-90%);
    font-size: 2em;
}

.dashboard-widget {
    line-height: 1;
    display: block;
    text-align: center;
    width: 400px;
}

.center-vertically {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .center-vertically .donut-h1 {
        margin-left: 160px;
        text-align: left;
    }

    .center-vertically .donut-h2 {
        max-width: 190px;
        margin-left: 160px;
        text-align: left;
    }

.center-horizontally {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.report-details {
    max-width: 600px;
}

.required-label::after {
    content: " * ";
    color: red;
}

.optional-required-label::after {
    content: ' *';
    color: rgb(0,61,76);
}

legend {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

hr {
    margin: 1em 0;
    border-top: 1px solid rgb(211, 224, 235);
}

    hr.after-booleans {
        margin-top: 0;
    }

.read-only-group, 
.k-listview {
    background: #fff;
    border: 1px solid rgba(66, 69, 74, 0.15);
    border-radius: 2px;
    clear: both;
}

.read-only-group {
    padding: .64em;
}

.k-listview {
    border: none;
    box-shadow: none;
    padding: 0px;
}

.snapshot {
    margin-bottom: 15px;
}

.field-group-header,
.listgrid-title {
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
}

.field-group-header {
    color: rgb(0,61,76);
    font-size: 1.1em;
}

.listgrid-title {
    color: #666;
    font-size: 1em;
}

.border-button {
    margin-top: 10px;
}
/*Used in Parcel Bulk Add Chronological Reports*/
/*.border-button-group {
    margin-top: 35px;
}*/
/* IN ACCOUNTING REPORTS FOR FILTER BUTTONS*/
/*
.border-button-group .border-button {
    margin-top: 5px;
}*/

.read-only-group .k-grid {
    background: #F8F8F8;
}

.k-highlight, .k-highlight:hover {
    background-color: #b2cce0 !important;
}

.map-link {
    color: white;
    cursor: pointer;
    display: block;
    text-align: center;
}

.actionbar-buttons #MainValidationSummary {
    padding-left: 2em;
}

.login-content > #MainValidationSummary:before,
.login-content > #MainValidationSummary:after {
    display: table;
    content: " ";
}

.login-content > #MainValidationSummary:after {
    clear: both;
}

.sidebar {
    line-height: normal;
}

.busyIndicator {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20pt;
    cursor: wait;
    color: white;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,0.3);
}

.map-form {
    margin-top: 1.5em;
    height: calc(100% - .9em);
    position: relative;
    overflow: hidden;
}
/* Alternate styling for Map tab on directly affected tracks view */
.form-content > .map-form {
    margin-top: 0;
    position: absolute;
    top: 1em;
    right: 15px;
    bottom: 0;
    left: 0;
    height: auto;
    min-height: 0;
}

.map-form .map {
    border: 1px #DAD9D6 solid;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.4em;
    left: 1.4em;
}

.csstransitions .map-form .map {
    will-change: right;
    -webkit-transition: right 80ms ease-out;
    -moz-transition: right 80ms ease-out;
    -ms-transition: right 80ms ease-out;
    transition: right 80ms ease-out;
}

.map-form .mapsidebarvisible .map {
    right: 154px;
}

.map-form .mapsidebar {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1.6em;
    width: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.csstransitions .map-form .mapsidebar {
    will-change: width;
    -webkit-transition: width 80ms ease-out;
    -moz-transition: width 80ms ease-out;
    -ms-transition: width 80ms ease-out;
    transition: width 80ms ease-out;
}

.map-form .mapsidebarvisible .mapsidebar {
    display: block;
    width: 154px;
}

.mapInfoWindow td {
    vertical-align: top;
}

.mapInfoWindow tr td:first-child {
    font-weight: bold;
}

.mapOptionsConfigBox {
    background: white;
    font-weight: normal;
    font-size: 11px;
    margin-right: 10px;
    padding: 5px 8px 0 8px;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
}

    .mapOptionsConfigBox .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }

        .mapOptionsConfigBox .checkbox input {
            margin-top: 1px;
        }

.gm-style-mtc span[role="checkbox"] {
    top: -4px !important;
}

.mapOptionsBox {
    font-size: 8pt;
    padding: 0 5px 5px 5px;
    width: 100%;
}

    .mapOptionsBox label, .mapOptionsConfigBox label {
        font-weight: normal;
        margin-top: 2px;
    }

.mapOptionsHeader {
    font-size: 8pt;
    font-weight: bold !important;
    margin-top: 0;
}

.mapOptionsBox img {
    height: 16px;
    width: 16px;
}

.mapOptionsBox td {
    vertical-align: top;
    padding-right: 3px;
}

.mapLayerColorKey {
    height: 11px;
    width: 11px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    margin-top: 4px;
}

.expandBlock:after {
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114";
    float: right;
    color: grey;
}

.expandBlock.special:after {
    content: "\e080";
}

.layerGroup {
    font-weight: bold;
    margin-top: 2px;
}

.layer {
    margin-left: 16px;
}

    .layer label {
        margin-bottom: 1px;
    }

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.align-content-to-top {
    vertical-align: top;
}

.upper-case {
    text-transform: uppercase;
}

/* Add Min-Width to overall page and some elements until responsiveness can be properly worked on. 
   More than a little bit fragile. 
*/
@media screen and (min-width: 768px) and (max-width: 1023px) {

    body {
        overflow: hidden;
        min-width: 1024px;
    }

    .k-window,
    .k-popup {
        max-width: 100% !important;
    }

    .main-wrapper {
        /*min-width: 1023px;*/
        overflow-x: auto;
        overflow-y: auto;
        position: absolute;
        padding-right: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .navbar-fixed-top {
        min-width: 1042px;
        position: absolute;
    }

    .navbar-right {
        margin-right: 0;
        padding-right: 0;
    }

    .page-wrapper {
        overflow: visible !important;
        height: auto !important;
        width: auto !important;
        min-width: 914px;
        min-height: 89%;
        min-height: calc(100vh - 172px);
    }

    .render-view {
        min-height: calc(100vh - 172px);
    }

    .actionbar {
        min-width: 915px;
        position: absolute;
    }

    .tab-section .k-widget.k-tabstrip {
        margin-left: 0;
        margin-right: 0;
        min-width: 914px;
    }

    .form-content {
        min-width: 914px;
        min-height: calc(100vh - 172px);
        position: relative;
        height: auto;
        overflow: visible;
    }

    .tab-section ~ .form-content {
        min-height: calc(100vh - 212px);
    }

    .dashboard-content {
        width: auto !important;
        min-width: 914px;
    }

    .page-footer {
        width: auto;
        position: relative;
        min-width: 1042px;
        margin-top: 1em;
    }
}



/* Animations */

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.animate {
    -webkit-animation-duration: 460ms;
    animation-duration: 460ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.numeric-footer {
    text-align: right;
}

.dialog-buttons {
    padding: 15px 0 15px 0;
}

.element-without-label {
    margin-top: 15px;
}

.checkbox > label > input[type="checkbox"][disabled] ~ span {
    color: #A0A0A0 !important;
}


.small-icon {
    font-size: 20px;
}

.receipt-image {
    max-height: calc(100vh - 150px);
}

/* Make the dropdown-menu item in a table a drop UP if the downdown-menu is the last row in a table with 2 or more rows */
tr:last-child:nth-child(n+2) > td > .open > .dropdown-menu {
    top: auto;
    bottom: 36px;
}

.k-dropdown-wrap.k-state-focused {
    background: #FFFFFF;
    /* Primary/ DarkBlue */
    box-shadow: none;
    border: 2px solid #1F527F;
}

/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/source-sans-pro-v21-latin-200.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-200italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 200;
    src: url('/fonts/source-sans-pro-v21-latin-200italic.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/source-sans-pro-v21-latin-300.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-300italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-600italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-700italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-900 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/source-sans-pro-v21-latin-900.woff2') format('woff2') /* Super Modern Browsers */
}
/* source-sans-pro-900italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 900;
    src: url('/fonts/source-sans-pro-v21-latin-900italic.woff2') format('woff2') /* Super Modern Browsers */
}

.k-invalid + .control-label {
    color: #BB001B;
}

.form-control:focus .k-invalid {
    border: 2px solid #BB001B;
}

.k-widget.form-control:not(.k-numerictextbox, .k-textarea, .k-multiselect) {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    color: #3A3D40;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(66, 69, 74, 0.25);
    border-radius: 2px;
    box-shadow: none;
}

.k-widget.form-control:hover {
    cursor: text;
    border: 1px solid rgba(66, 69, 74, 0.5);
}

.k-widget.form-control.k-state-focused {
    box-shadow: none;
    outline: 0;
    border: 2px solid #1F527F;
    border-radius: 2px;
}

.form-control, .form-control:focus {
    box-shadow: none;
}

    .form-control[disabled], .form-control[disabled]:hover, .form-control[disabled]:focus, .form-control[readonly], .form-control[readonly]:hover, .form-control[readonly]:focus, .fieldset[disabled] .k-widget.form-control:not(.k-numerictextbox), .ls-readonly.k-widget > span {
        background-color: transparent;
        opacity: 0.7;
        border-radius: 2px;
        cursor: not-allowed !important;
        border: 1px solid rgba(66, 69, 74, 0.25) !important;
    }

.ls-readonly.k-widget ~ .control-label, .ls-readonly.k-widget > span > * {
    background-color: transparent;
    opacity: 0.7;
    cursor: not-allowed !important;
}
    .form-control[aria-disabled="true"], .form-control[aria-disabled="true"]:hover, .form-control[aria-disabled="true"]:focus {
        opacity: 0.7;
        cursor: not-allowed !important;
    }

        .k-textbox > .k-input {
            padding: none;
        }


/* FOR GENERAL FORM CONTROL AND FLOATING LABEL FOR TEXTBOX & TEXTAREA*/
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    color: #3A3D40;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(66, 69, 74, 0.25);
    border-radius: 2px;
    box-shadow: none;
}

    .form-control:before {
        transition: all .2s ease;
        position: absolute;
        height: 50%;
        width: 100%;
        content: '';
    }

    .form-control::after {
        transition: all .2s ease;
        position: absolute;
        height: 50%;
        width: 100%;
        content: '';
        top: 50%;
    }

    .form-control:focus + .control-label {
        background-color: #fff;
        top: -6px;
        font-size: 14px;
        color: #1F527F;
        left: 12px
    }

    .form-control + .control-label {
        background-color: #fff;
        top: -6px;
        font-size: 14px;
        color: #3A3D40;
        left: 12px
    }

    .form-control:focus {
        box-shadow: none;
        outline: 0;
        border: 2px solid #1F527F;
        border-radius: 2px;
    }

    .form-control:hover {
        border: 1px solid rgba(66, 69, 74, 0.5);
    }

    .form-control:active {
        border: 1px solid #1F527F;
    }

    .form-control:focus {
        border: 2px solid #1F527F;
    }

    .form-control:disabled {
        border: 1px solid rgba(66, 69, 74, 0.25);
        color: rgba(66, 69, 74, 0.75);
    }

    .form-control[disabled] + .control-label,
    .form-control[readonly] + .control-label {
        background-color: #fff;
        top: -6px;
        font-size: 14px;
        color: rgba(58, 61, 64, 0.75);
        left: 10px
    }

.float-label {
    display: block;
    position: relative
}

    .float-label label, .float-label > span:not(.form-control, .k-widget, .k-invalid-msg, .dropdown) {
        position: absolute;
        cursor: text;
        opacity: 1;
        transition: all .2s;
        top: -.5em;
        left: 12px;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
        font-size: 16px;
    }

        .float-label label::after, .float-label > span::after {
            display: block;
            position: absolute;
            background: #fff;
            top: 0px;
            right: -.6em;
            text-align: center;
            width: 10px;
            z-index: -1
        }

.input-group .float-label {
    flex-grow: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.float-label > .form-control {
    border: 1px solid rgba(66, 69, 74, 0.25);
}

    .float-label > .form-control:hover {
        border: 1px solid rgba(66, 69, 74, 0.5);
    }

    .float-label > .form-control:focus:not([disabled],[readonly]), .float-label > .form-control:focus:hover:not([disabled],[readonly]) {
        border: 2px solid #1F527F;
    }

.float-label > .k-invalid, .float-label > span > .k-invalid {
    border: 2px solid #BB001B !important;
    border-radius: 2px;
}

    .float-label > .k-invalid + .control-label {
        color: #BB001B !important;
    }

.field-validation-error:not(.k-tooltip) {
    color: #BB001B;
    font-size: 16px;
}

/* FLOAT LABEL END */

/* FLOAT LABEL FOR KENDO COMPONENTS*/
.float-label > .k-multiselect.k-state-focused ~ .control-label,
.float-label > .k-dropdown.k-state-focused ~ .control-label,
.float-label > .k-datepicker.k-state-focused ~ .control-label,
.float-label > .k-datetimepicker.k-state-focused ~ .control-label {
    background-color: #fff !important;
    font-size: 14px !important;
    color: #1F527F !important;
}

.float-label > .k-multiselect ~ .control-label,
.float-label > .k-dropdown ~ .control-label,
.float-label > .k-datepicker ~ .control-label,
.float-label > .k-datetimepicker ~ .control-label {
    background-color: #fff;
    font-size: 14px;
    color: #3A3D40;
}

/* Combo box floating label*/
.float-label-combobox label{
    position: absolute;
    cursor: text;
    opacity: 1;
    transition: all .2s;
    top: 0.9em;
    left: 2.6rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    font-size: 14px;
    background: #fff;
}

/* FLOAT LABEL END */

.k-edit-cell .k-widget .k-invalid:not(input,.k-input), .k-edit-cell .k-widget .k-invalid:hover:not(.k-input), .k-edit-cell .k-invalid:not(input,.k-input), .k-edit-cell .k-invalid:hover:not(.k-input) {
    border: 2px solid #BB001B;
    margin-bottom: 25px;
}

.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
    background: #FFFFFF;
    border: 1px solid rgba(66, 69, 74, 0.5);
}

.k-state-default {
    background: #FFFFFF;
    border: 1px solid rgba(66, 69, 74, 0.25);
    border-radius: 2px;
    box-shadow: none;
}

.k-state-hover:not(.k-multiselect, .k-list-optionlabel, .k-picker-wrap, .k-calendar-td, .k-in) {
    background: #FFFFFF;
    border: 1px solid rgba(66, 69, 74, 0.5);
    border-radius: 2px;
    box-shadow: none;
}

.k-state-active {
    background: #FFFFFF;
    border: 1px solid #1F527F;
    border-radius: 2px;
    box-shadow: none;
}

.k-dropdown-wrap.k-state-active.k-state-border-down, .k-picker-wrap.k-state-active.k-state-border-down {
    background: #FFFFFF;
    border: 2px solid #1F527F;
    height: 38px;
    box-shadow: none;
}

.k-dropdown-wrap.k-state-border-down {
    border-radius: 2px;
}

.k-dropdown-wrap.k-state-focused {
    border: 2px solid #1F527F;
}

.k-combobox .k-state-default .k-input {
    box-shadow: none;
    border: none;
}

.k-nodata {
    color: #42454A;
    text-transform: none;
    font-weight: 400;
}

.k-list-container.k-popup {
    background: #FFFFFF;
    border: 1px solid #1F527F;
    border-radius: 2px;
}


.k-list-optionlabel {
    border: none;
    border-radius: 2px;
}

    .k-list-optionlabel.k-state-hover {
        background: #edf7fd;
    }

    .k-list-optionlabel.k-state-selected.k-state-focused {
        background: rgba(185, 221, 248, 0.15);
        border: none;
    }

        .k-list-optionlabel.k-state-selected.k-state-focused.k-state-hover {
            background-color: rgba(185, 221, 248, 0.35);
            border: none;
        }

.k-list > .k-state-hover {
    background: #edf7fd;
    border-radius: 2px;
}

.k-list > .k-state-focused.k-state-selected, .k-list > .k-state-selected {
    background-color: rgba(185, 221, 248, 0.15);
    border-radius: 2px;
    color: #3A3D40;
    box-shadow: none;
    font-weight: 600;
}

    .k-list > .k-state-selected.k-state-focused.k-state-hover {
        background-color: rgba(185, 221, 248, 0.35);
        border-radius: 2px;
        color: #3A3D40;
        box-shadow: none;
        font-weight: 600;
    }

.k-popup.k-list-container {
    padding: 0px;
}

.login-box {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
}

html {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #3A3D40;
}

.k-state-disabled .k-draghandle, .k-state-disabled, .k-state-disabled .k-upload-button input {
    background: #FFFFFF;
    border: 1px solid rgba(66, 69, 74, 0.25);
    color: rgba(66, 69, 74, 0.5);
}

    .k-state-disabled .k-link {
        border: none;
        background: #fff;
        color: rgba(58, 61, 64, 0.25);
    }

.k-numeric-wrap .k-select {
    border: none;
    top: 0px;
}


.k-popup .k-list .k-state-focused {
    box-shadow: none;
}

.btn-cancel, .btn-secondary, .btn-delete {
    font-weight: 400;
}

.navbar-inverse {
    background: #FFFFFF;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #1F527F;
        font-weight: 600;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            text-decoration: underline;
            color: #1F527F;
        }

    .navbar-inverse .navbar-nav > .open > a {
        color: #1F527F;
        font-weight: 700;
        background: #FFFFFF;
    }

        .navbar-inverse .navbar-nav > .open > a:focus {
            color: #1F527F;
            font-weight: 700;
            background: #FFFFFF;
            text-decoration: none;
        }

        .navbar-inverse .navbar-nav > .open > a:hover {
            color: #1F527F;
            font-weight: 700;
            background: #FFFFFF;
            text-decoration: underline;
        }

    .navbar-inverse .navbar-nav > li > a:focus {
        color: #1F527F;
        background: #FFFFFF;
    }

    .navbar-inverse .dropdown-menu > li > a {
        font-weight: 600;
    }

.dropdown-menu {
    border: none;
    box-shadow: 0px 2px 4px -2px rgba(58, 61, 64, 0.1), 0px 4px 6px -1px rgba(58, 61, 64, 0.1);
    border-radius: 2px;
    font-size: 14px;
}


/*dropdown arrow*/
.arrow {
    border: 1px solid #1F527F;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 2px;
    margin-left: 8px;
    margin-bottom: 2px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-management-listbox {
    width: 100%;
}

.col-md-1.dropdown-management-controls {
    margin-top: 2.0em;
}

    .col-md-1.dropdown-management-controls > .form-group {
        margin-top: 1.5em;
        text-align: center;
    }

.k-numeric-wrap .k-link.k-state-selected {
    box-shadow: none;
    background: rgba(185, 221, 248, 0.5);
}


.k-floating-label-container, .k-textbox-container {
    width: 100%
}

    .k-floating-label-container > .k-label, .k-textbox-container > .k-label {
        color: #3A3D40;
        background: #fff;
        font-size: 14px;
        top: -13px;
        left: 12px;
        margin: 0px;
        height: 25px;
    }

    .k-floating-label-container.k-state-focused > .k-label, .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container > .k-label, .k-textbox-container.k-state-focused > .k-label, .k-textbox-container > .k-label {
        transform: none;
    }

    .k-floating-label-container.k-state-focused > .k-label {
        color: #1F527F;
    }

    .k-floating-label-container > .k-state-disabled, .k-floating-label-container > .k-state-disabled > .k-input {
        border: none;
        background: transparent;
        color: #3A3D40;
    }

.k-state-disabled {
    border: 1px solid rgba(66, 69, 74, 0.25) !important;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    color: #3A3D40;
    opacity: 1;
    cursor: not-allowed !important;
    position: relative;
}

.k-floating-label-container {
    padding: 0px;
}

.k-state-empty {
    font-style: normal;
}

.k-widget.form-control:focus .k-invalid + .control-label {
    border: 2px solid #BB001B;
    color: #BB001B;
}

.k-dropdown {
    height: 38px;
}

.k-filtercell, .k-filtercell .k-widget {
    height: 42px;
}
.k-autocomplete, .k-block, .k-calendar-container, .k-datepicker, .k-datetimepicker,  .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-multiselect, .k-numeric-wrap, .k-numerictextbox, .k-textbox {
    border-radius: 2px;
    height: 38px;
}

    .k-numerictextbox > .k-invalid, .k-numerictextbox > .k-invalid:hover, .k-widget.form-control.k-invalid, .k-widget.form-control.k-state-focused.k-invalid:hover, .k-multiselect > .k-invalid, .k-multiselect.k-state-focused > .k-invalid, .k-multiselect.k-state-focused > .k-invalid:hover {
        border: 2px solid #BB001B;
        border-radius: 2px;
    }

.password {
    font-size: 20px;
    text-indent: 10px;
    letter-spacing: 2px;
    padding-top: 0px;
}

.form-group {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

html input[disabled] {
    cursor: not-allowed;
}

.k-widget.form-control.k-textarea {
    height: 108px;
}

.k-textarea > .k-input {
    height: 105px !important;
}

.k-numerictextbox .k-link {
    height: 50% !important;
}

/* MULTISELECT */
.k-state-disabled > .k-multiselect-wrap .k-button {
    background: rgba(66, 69, 74, 0.15) !important;
    border: none !important;
    color: #42454A !important;
    text-transform: uppercase !important;
    padding: 0em 1.6em 0em 0.4em !important;
    margin: 5px 0px 3px 3px !important;
    box-shadow: none !important;
}

.k-state-disabled > .k-multiselect-wrap {
    border-color: transparent;
    background: transparent;
    height: 36px;
}
.k-multiselect-wrap .k-button {
    background: rgba(66, 69, 74, 0.15) !important;
    border: none !important;
    color: #42454A !important;
    text-transform: uppercase !important;
    padding: 0em 1.6em 0em 0.4em !important;
    margin: 6px 0px 3px 3px !important;
    box-shadow: none !important;
}

    .k-multiselect-wrap .k-button:hover {
        background: #edf7fd !important;
        border: none !important;
    }
/* MULTISELECT END */

.k-button.k-flat {
    color: #42454A !important;
    border: none !important;
    min-width: 1.5em;
    /*padding-right: 5px !important;*/
}

.k-button:hover.k-flat,
.k-button:active.k-flat{
    background: #edf7fd !important;
}
.without-grid {
    margin: 5px 0px !important;
}

.k-button:not(.dropdown-toggle, .k-button-icontext) {
    margin: 15px 0px;
    box-shadow: none !important;
}
    .k-button:not(.k-button-icontext, .k-flat, li) {
        height: 38px;
    }

    .k-button.k-grid-Add, .k-button.k-grid-add, .k-button.k-grid-Create, .k-grid-Select {
        min-width: 90px;
        text-align: center;
        display: flex;
        align-items: center;
    }

        .solid-button, .btn-save, .k-button.k-grid-Add, .k-button.k-grid-add, .select-button, .k-grid-Create,
        .solid-button:active, .select-button:active, .k-grid-Create:active, .btn-save:active, .k-button.k-grid-Add:active, .k-button.k-grid-add:active,
        .solid-button:focus, .select-button:focus, .k-grid-Create:focus, .btn-save:focus, .k-button.k-grid-Add:focus, .k-button.k-grid-add:focus,
        .solid-button:active:hover, .select-button:active:hover, .k-grid-Create:active:hover, .btn-save:active:hover, .k-button.k-grid-Add:active:hover, .k-button.k-grid-add:active:hover {
            background: #1F527F;
            color: #FFFFFF;
            /*border: none;*/
            border: 1px solid #1F527F;
        }

            .solid-button:hover, .select-button:hover, .k-grid-Create:hover, .btn-save:hover, .k-button.k-grid-Add:hover, .k-button.k-grid-add:hover {
                background: #88B8DF;
                color: #FFFFFF;
                border: 1px solid #88B8DF;
            }

    .k-button:not(.k-grid-Add, .k-grid-add, .select-button, .k-grid-Create, .solid-button, .k-flat), .btn:not(.btn-save, .solid-button, .validation-close), .border-button {
        background: #FFFFFF;
        color: #1F527F;
        border: 1px solid #1F527F;
        padding: 4px 11px 4px 11px;
    }

        .k-button:not(.k-grid-Add, .k-grid-add, .select-button, .k-grid-Create, .solid-button, .k-flat):hover, .btn:not(.btn-save, .solid-button, .validation-close):hover, .border-button:hover {
            background: #336A6A;
            border: 1px solid #336A6A;
            color: #FFFFFF;
        }

        .btn:not(.btn-save,.solid-button, .validation-close):active, .border-button:active, .btn:not(.btn-save, .solid-button, .validation-close):active:hover, .border-button:active:hover {
            background: #1F527F;
            border: 1px solid #1F527F;
            color: #FFFFFF;
        }

        .k-button:not(.k-grid-Add, .k-grid-add, .select-button, .k-grid-Create, .solid-button, .k-flat):active,
        .k-button:not(.k-grid-Add, .k-grid-add, .select-button, .k-grid-Create, .solid-button, .k-flat):active:hover {
            background: #1F527F;
            color: #FFFFFF;
            border: 1px solid #1F527F;
        }

    .btn:active, .k-button:active, .k-button:focus, .btn:focus, .k-button:focus:active, .btn:focus:active {
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 20%);
        outline: none;
    }

    .k-button:focus, .btn:focus {
        outline: none;
    }

.k-button, .btn {
    padding: 5px 10px !important;
    border-radius: 0px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

    .k-button:not(li, .text-button, .k-flat, .k-grid-add, .k-button-icontext) {
        min-width: 90px;
        height: 38px;
        margin-right: 1em;
    }


    .btn:not(.validation-close) {
        min-width: 68px;
        min-height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1em;
    }

.validation-close {
    color: #fff;
    border-radius: 100px !important;
    width: 15px;
    padding: 3px !important;
    background: #c63145;
    margin-right: 5px;
}

    .validation-close:hover {
        color: #fff;
        background: #990017;
    }

    .validation-close:focus, .validation-close:focus:hover, .validation-close:active .validation-close:active:hover {
        color: #fff;
        background: #66000f;
    }

.k-grid-delete {
    min-width: 1em;
}

.k-datepicker .k-picker-wrap .k-input[readonly] + .k-select .k-icon, .k-datepicker .k-picker-wrap .k-input[readonly] + .k-select:hover .k-icon {
    background: #f5f5f5;
}

.listitem-action, .k-button-icontext:not(.text-button, .k-grid-add, .k-grid-Create, .k-grid-Add, .k-grid-Select) {
    padding: 6px 12px !important;
    border: 1px solid #d5d5d5 !important;
    min-width: 0px !important;
    width: auto;
}

.floating .k-widget.k-multiselect > k-multiselect-wrap k-floatwrap > ::placeholder {
    opacity: 1;
    transition: all .2s
}

.floating .k-widget.form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.floating .k-widget.form-control:placeholder-shown:not(:focus) + .control-label {
    font-size: 100%;
    color: #3A3D40;
    opacity: 1;
    top: .3em;
    margin-top: 6px;
}

.k-floating-label-container {
    border: none !important;
}

.k-master-row {
    height: 48px;
}

.k-pager-wrap {
    background: #fff;
    color: #3A3D40;
    border-color: #CFD0D1;
}

    .k-pager-wrap .k-link {
        border: none;
        color: #3A3D40;
    }

.k-pager-nav.k-state-disabled {
    border: none;
    color: rgba(58, 61, 64, 0.5);
}

.k-pager-input {
    color: rgba(58, 61, 64, 0.5);
}

.k-pager-wrap .k-textbox {
    color: #3A3D40;
    border: 1px solid rgba(66, 69, 74, 0.25);
    border-radius: 2px;
}

.k-pager-input .k-textbox {
    width: 36px;
}

.main-form > .panel-dashboard > .panel-heading {
    background: #fff !important;
    color: #1F527F;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    border: none !important;
}

.main-form > .panel > .panel-heading, .main-form > form > .panel > .panel-heading {
    background: rgba(243, 245, 239, 0.5);
    border: 0.5px solid #52799b;
    border-width: 1px 0px 1px 0px;
    color: #1F527F;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    padding-top: 10px;
    height: 30px;
}


.main-form > .panel > .panel-heading > .right, .main-form > form > .panel > .panel-heading > .right {
    float: right;
    margin-top: -6px;
}

.main-form > .panel {
    margin-bottom: -1.5px;
}

.nav-divider {
    border-top: 0.5px solid #84a0b7;
    width: 80%;
    margin-left: 10% !important;
}

.login-form > .row > .pull-right > .btn-save {
    display: flex;
    justify-content: center;
}

input[type=checkbox]:checked, input[type=radio]:checked {
    accent-color: #1F527F;
    border: 2px solid #42454A;
    border-radius: 4px;
    outline: none !important;
}

.dropdown-btn-breadcrumb {
    padding: 0px 0px;
    background: none;
    border: none;
}

.btn:hover .arrow, .btn:active .arrow {
    border-color: #fff;
}

.k-textbox:focus {
    box-shadow: none;
}

.sidebar-nav > .nav > li > a {
    padding: 10px 5px;
}


.k-grid-header th.k-header>.k-link:focus, .k-grid-header th.k-header>.k-link:hover {
    text-decoration: none;
}

.context-label-uppercase {
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600 !important;
    color: #1F527F !important;
}
.context-label {
    font-size: 16px;
    font-weight: 600 !important;
    color: #1F527F !important;
}


.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 43px;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.k-form-error:not(.k-hidden) ~ .control-label, .k-widget[aria-describedby] + .k-form-error:not(.k-hidden) ~ .control-label {
    color: #BB001B !important;
    background: #fff;
}

.checkbox-no-label {
    margin-top: -10px;
}

.text {
    color: #3A3D40;
    padding: 10px;
}

.dropdown-control {
    min-width: auto;
}

.dropdown-management-buttons {
    display: flex;
    justify-content: center;
}

.dropdown-management-buttons > * {
    margin: 10px;
}

dt > form > button.btn.solid-button {
    display: inline-block;
}

.checklist-template {
    margin-left: 20px;
}

.context-label-button {
    display: flex; 
    align-items: center; 
    flex-direction: row;
}

.map-container {
    position: relative;
    width: calc(100% + 23px);
    display: flex;
    top: -1.3em;
    left: -1.4em;
    height: calc(100% + 30px);
    margin-top: 3px;
}

    .map-container .k-pane.no-horizontal-scroll {
        overflow-x: hidden;
    }

    .map-container .k-pane .map {
        width: inherit;
        height: inherit;
    }

.map-container .map .leaflet-control-layers-base {
    font-size: 2em;
}

.layer-panel .panel.panel-default {
    margin: 0;
    border: none;
}

.map-container .layer-panel .panel .panel-body {
    padding: 0px;
}

.layer-list {
    height: calc(50vh - 170px);
}

.worktraxx-list {
    height: calc(30vh - 170px);
}

.map-legend {
    height: calc(20vh - 170px);
    max-width: 400px;
}

.layer-list, .worktraxx-list {
    max-width: 400px;
    overflow-y: scroll;
    margin-right: -10px;
}

.layer-list .k-highlighted-layer {
    color: #FFFFFF !important;
    background-color: #336a6a !important;
    border: 1px solid #FFFFFF;
}

.legend-item { 
    display: flex;
    justify-content: left;
    margin-top: 10px;
}

.legend-square {
    height: 20px;
    width: 20px;
    border-style: solid;
    display: inline-block;
    margin-right: 5px;
    box-sizing: border-box;
}

.legend-text { 
    display: inline-block;
}

.layer-panel .panel-body {
    padding: 0;
}

.map-container .layer-panel {
    background-color: white;
}

#layerListSearchInput, #WorkTraxxListSearch {
    padding-left: 5px;
    width: 95%;
}

.pull-right {
    display: flex;
}

.k-prompt-container, .k-window-content {
    overflow: hidden auto;
    padding: 10px;
}
.k-button.k-button-dynamic-width { 
    min-width: 90px;
    width: auto;
}
.k-animation-container {
    margin-top: 1px;
}

span.k-icon.k-warning {
    width: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

.row.popup-alt {
    background: rgba(136, 184, 223, 0.1);
}

.k-grid .input-validation-error {
    background: #fff;
}

.k-edit-cell > .k-invalid, .k-edit-cell > .k-invalid:focus{
    margin-bottom: 25px;
    margin-top: 5px;
    border: 2px solid #BB001B;
}

.k-edit-cell > :not(.k-dropdown) > .k-tooltip, .k-edit-cell > .k-tooltip, .k-edit-cell > span.k-form-error {
    margin-top: -25px;
}

.k-tooltip-error > span.k-tooltip-icon.k-icon.k-i-warning {
    width: 0px;
    margin: 0px;
}

.k-edit-cell > .k-dropdown + .k-invalid-msg .field-validation-error {
    margin-top: 25px;
}

.k-grid-edit-row > td > .k-widget:not(.k-switch) {
    margin-bottom: 25px;
    margin-top: 5px;
}

.worktraxx-list-view { 
    min-height: 100px;
}
.radio-inline input[type="radio"].radio {
    display: inline-block;
    margin-top: 5px;
    margin-left: -18px;
}

.worktraxx-list-container, 
.layer-list-container,
.worktraxx-legend-container {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-control[aria-disabled="true"] ~ .control-label, .form-control[aria-disabled="true"]:hover ~ .control-label, .form-control[aria-disabled="true"]:focus ~ .control-label {
    opacity: 0.8;
}

.map-container .k-splitbar {
    width: 10px;
}

.map-container .k-splitbar-draggable-horizontal .k-resize-handle {
    width: 4px;
    left: 25%;
}

.map-container .k-splitbar .k-i-arrow-60-right.k-icon,
.map-container .k-splitbar .k-i-arrow-60-left.k-icon {
    width: 100%;
}

.map-container .k-splitbar .k-icon::before {
    font-size: 16px;
}

.map-container .k-input::placeholder{
    font-style: italic;
}