﻿/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Landtraxx specific theme
 */
/*Table of Contents*/
/********************************/
/*1LP - Login Page (PublicLayout)*/
/*2LO - Layout related items*/
/*3BSC - Bootstrap customizations*/
/*4MSSC - Media screen size customizations*/


/*1LP - Login Page (PublicLayout)*/
/*******************************/
#loginForm h4 {
    color: #0088ce;
    font-weight: bold;
}

.login-body h4 {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    color: #1F527F;
}

.login-logo {
    background: #fff url("../images/LandTraxx_Logo.png") no-repeat center center;
    width: 100%;
    height: 65px;
    background-size: 55%;
    padding-top: 3em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.login-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 37em;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

.login-content {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}

.login-container {
    display: table-cell;
    vertical-align: middle;
}

.login-body {
    background: url("../images/login-background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.login-footer {
    text-align: right;
}

a {
    color: #1F527F;
}

body {
    line-height: normal;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form-group label {
    font-weight: normal;
    color: #3A3D40;
}

.form-group .checkbox label {
    line-height: 20px;
}

.form-group .checkbox-inline {
    margin-top: 15px;
}

.checkbox-isprimary .checkbox {
    margin-top: 0.1em;
}

    .radio-inline input[type="radio"],
    .checkbox-isprimary .checkbox input[type="checkbox"] {
        margin-top: 2px;
    }

.radio-inline,
.checkbox-inline {
    margin-right: .8em;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

    .radio-inline:last-of-type,
    .checkbox-inline:last-of-type {
        margin-right: 0;
    }

.form-group .radio-button {
    margin-top: 20px;
}

.form-group td {
    vertical-align: central;
    padding-right: 10px;
}

    .form-group td .checkbox-inline {
        margin-top: 0;
    }

.panel-body .form-group {
    margin-right: 0;
    margin-left: 0;
}

/*2LO - Layout related items*/
/*******************************/

.page-wrapper {
    background: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .page-footer {
        width: 116px;
        box-sizing: border-box;
        bottom: 0;
        left: 0;
        padding: 0.4em .1em;
        margin: 0;
        position: absolute;
        z-index: 1040;
        background: #ebf0f0;
        color: #1F527F;
        border-bottom: 0.5px solid #52799b;
        border-radius: 0px;
    }
}

.footer-text {
    margin: 0;
    font-size: .75em;
    text-align: center;
}


.k-widget > .k-valid + .k-tooltip-validation, .k-widget > .k-valid + .field-validation-error.k-form-error {
    background: none;
    border-radius: 2px;
    float: left;
    margin: 0px;
    font-size: 14px;
    list-style-type: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}
.k-widget > .k-invalid + .k-tooltip-validation, .k-widget > .k-invalid + .field-validation-error.k-form-error {
    background: none;
    border-radius: 2px;
    float: left;
    margin-top: 0px;
    font-size: 16px;
    list-style-type: none;
    border: none;
    box-shadow: none;
    padding: 0px;
}

.validation-summary-errors ul {
    background: #BB001B;
    border-radius: 2px;
    color: #fff;
    float: left;
    margin: 0px;
    font-size: 16px;
    list-style-type: none;
    box-shadow: none;
    padding: 2px 5px;
}
/* This styling for the new kendo field error messages*/
.float-label > .k-form-error.k-invalid-msg.field-validation-error, .float-label > .k-form-error.k-invalid-msg, .k-form-error {
    top: 44px;
}

    .k-form-error.k-invalid-msg.field-validation-error, .k-form-error.k-invalid-msg, .k-form-error {
        font-size: 16px;
        color: #BB001B;
    }

.k-widget.k-tooltip-validation .k-icon.k-warning {
    background-image: none;
    width: 0;
    margin: 0;
    padding: 0;
}
.k-edit-cell > :not(.k-dropdown) > .k-tooltip, .k-edit-cell > .k-tooltip

.dropdown-with-button,
.dropdown-with-button td {
    padding-right: 0;
    width: 100%;
}

.list-table-2 {
    position: fixed !important;
    height: -moz-calc(100% - 115px);
    height: -webkit-calc(100% - 115px);
    height: calc(100% - 115px);
    width: 15%;
}
/*.list-table-2 > .k-grid{
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
}*/
.list-table-3 {
    position: fixed !important;
    width: 23%;
}

.warnings {
    padding: 0.5em;
    background: #FAC234;
    border-radius: 2px;
    display: inline-block;
    color: #3A3D40;
    margin-bottom: 12px;
    margin-right: 12px;
    opacity: 1;
}
    .warnings span.glyphicon {
        margin-right:5px;
    }
        .warnings a {
        color: #8A6D3B;
    }

        .warnings a:hover {
            text-decoration: none;
            color: #fff;
        }

.warnings-strong {
    border: 1px solid tomato;
    border-radius: 4px;
    background-color: #F2DEDE;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    color: #b94a48;
}

.actionbar-title {
    padding: 0.25em 2em 0 1.6em;
    color: #F3F5EF;
    max-width: 100%;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 16px;
}

.actionbar-subtitle {
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
}

    .actionbar-subtitle > a {
        color: #F3F5EF !important;
    }

.actionbar-title h2 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 18px;
    margin: 0px;
}

.actionbar-title .actionbar-subtitle + h2 {
    padding-top: 0;
}
/*.actionbar-title a {
    text-decoration: underline;
}*/
.btn-cancel,
.btn-secondary,
.btn-delete {
    background-color: #fff;
    color: #666666;
    font-weight: lighter;
    background-repeat: repeat-x;
    border-color: #c3ccd3;
}

.actionbar {
    top: 50px;
    z-index: 1000;
    position: relative;
    right: 0;
    height: 65px;
    background-image: url(../images/header-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.actionbar-notProd {
    top: 50px;
    z-index: 1000;
    position: relative;
    right: 0;
    height: 65px;
    background: linear-gradient(to top, #ff00ec, #7d0079), url(../images/header-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-section {
    background-color: white;
}

@media screen and (min-width: 768px) {

    .tab-section {
        position: absolute;
        height: 65px;
        background: #fff;
        z-index: 1;
    }
}

.render-view > .tab-section {
    margin-left: -1.4em;
}

.body-content .render-view > .tab-section:first-child {
    margin-top: 98px;
    box-shadow: rgb(211,224,235) 0 2px 3px -2px;
}

@media screen and (min-width: 768px) {

    .body-content .render-view > .tab-section:first-child {
        margin-top: 0;
        box-shadow: none;
    }
}

.form-content {
    box-sizing: border-box;
    padding-top: 1.2em;
    padding-bottom: 2.2em;
    padding-right: 0;
    top: 0;
    right: 0;
    bottom: -10px;
    left: 0;
    left: -1.4em;
    /*background-color:#fff;*/
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (min-width: 768px) {

    .form-content {
        position: absolute;
    }
}

.tab-section ~ .form-content {
    top: 68px;
}

.header-row {
    padding-top: calc((65px - 38px)/2);
}

.actionbar-buttons {
    display: flex;
    padding-right: 1.2em;
}

.actionbar h2 {
    line-height: 1em;
    margin: 0;
}

.render-view {
    padding-top: 1.2em;
    margin-left: 1.4em;
    height: calc(100% - 2em);
    position: relative;
}

.body-content > .render-view > .form-content:first-child {
    margin-top: 0;
    padding-top: 36px;
}

@media screen and (min-width: 768px) {

    .body-content > .render-view > :first-child {
        margin-top: 0em;
    }

    .body-content > .render-view > .form-content:first-child {
        margin-top: 0;
        padding-top: 1.2em;
    }
}

.container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 3em;
    padding-right: 3em;
    height: auto;
}

.main-wrapper {
    background-color: #ebf0f0;
    padding-left: 0;
    height: 100vh;
    padding-right: 0;
}

.sidebar-nav {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin: 0px 0 0 0px;
    text-align: center;
    border: none;
}

@media screen and (min-width:768px) {
    .navbar-fixed-top .sidebar-nav {
        max-height: none;
    }
}

#side-menu, #side-menu a {
    background: #ebf0f0;
    color: #1F527F;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

#side-menu {
    font-size: 14px;
}

    #side-menu a:hover {
        background: #ccd8df;
        opacity: 0.7;
    }

    #side-menu a.active {
        background: rgba(31, 82, 127, 0.15);
        color: #1F527F;
        opacity: 1;
        cursor: default;
    }

    /* #side-menu a.active:after {
            display: block;
            content: " ";
            position: absolute;
            line-height: 0;
            height: 0;
            width: 0;
            background: transparent;
            border-top: 6px solid transparent;
            border-right: 6px solid rgb(247, 250, 252);
            border-bottom: 6px solid transparent;
            right: -1px;
            top: 44%;
            top: calc(50% - 6px);
        }*/

    #side-menu li:first-child a.active:after {
        border-right-color: rgb(235, 243, 250);
    }

.icon-sidebar {
    font-size: 2.2em;
}

.row h2 {
    color: #0088ce;
}

.navbar-right {
    padding-right: 1.5em;
}

.dashboard-area {
    padding-top: 2em;
    padding-left: 1em;
    padding-bottom: 2em;
}

.list-item-buttons {
    /*border:1px solid #dddddd;
    background-color:rgb(245, 245, 245);
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding: 1em;
    margin-bottom:-3px;
    min-height:3em;*/
    margin-bottom: .4em;
    z-index: 2000;
}

#landInterests .list-item-buttons {
    /*margin-bottom:-7px;*/
}

.editbox {
    padding-left: 2em;
}

    .editbox .row,
    .editbox .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

.alert.header-warning {
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
}

.navbar-fixed-top.lowered {
    top: 51px;
}

.actionbar.lowered {
    top: 102px;
}

/*3BSC - Bootstrap customizations*/
/*******************************/
html {
    height: 100%;
}

body {
    /*padding-top: 50px;*/
    min-height: 100%;
}

.form-horizontal {
    text-align: left;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

/*.btn-default {*/
/*text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/

/*padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: #0088ce;
    color: #fff;
    font-weight: normal;*/
/*text-transform: uppercase;*/
/*background-repeat: repeat-x;
    border-color: #0088ce;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-cancel:hover,
    .btn-cancel:focus,
    .btn-delete:hover,
    .btn-delete:focus {
        background-color: #c3ccd3;
        background-position: 0 -15px;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default.disabled,
    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: #e0e0e0;
        border-color: #e0e0e0;
        background-image: none;
    }

.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
.btn-warning[disabled]:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}*/

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-primary.disabled,
    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: #265a88;
        background-image: none;
    }

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        background-position: 0 -15px;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success.disabled,
    .btn-success:disabled,
    .btn-success[disabled] {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info.disabled,
    .btn-info:disabled,
    .btn-info[disabled] {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning.disabled,
    .btn-warning:disabled,
    .btn-warning[disabled] {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #c12e2a;
        background-position: 0 -15px;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger.disabled,
    .btn-danger:disabled,
    .btn-danger[disabled] {
        background-color: #c12e2a;
        background-image: none;
    }

.nav-project-create {
    padding-left: .7em;
    padding-top: 0.6em
}

.btn-create {
    /*color: rgb(20,177,255);*/
    color: rgb(192,224,240);
    background: transparent;
    /*border: 1px solid rgb(20,177,255);*/
    border: 1px solid rgb(192,224,240);
}

    .btn-create:hover {
        color: rgb(255,255,255);
        background: transparent;
        border-color: rgb(255,255,255);
    }

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.actionbar-buttons > .dropdown > .dropdown-menu {
    background: #fff;
    margin: 0px 3px 0pc 0px;
    border: 1px solid #1F527F;
    border-radius: 2px;
}

.dropdown-menu > li > a {
    font-weight: 400;
    color: #3A3D40;
    /*text-transform: uppercase;*/
}

.dropdown-menu > li.divider {
    padding: 0;
    margin: 3px 0px;
    background-color: #52799b;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #edf7fd;
}

.dropdown-menu > li > a[disabled],
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus {
    color: rgba(66, 69, 74, 0.5);
    cursor: not-allowed;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background: transparent none;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: 0 2px 5px -3px rgb(94,103,110);
    border-top: none;
}

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
        background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
        background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    }

.navbar-header {
    float: left;
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}

.navbar-brand {
    max-height: 1.2em;
    padding: 0.7em;
    float: left;
}

.navbar-inverse {
    background-color: rgb(0,61,76);
    border: none;
    background-repeat: repeat-x;
}

    .navbar-inverse .navbar-nav > li > .dropdown-menu {
        background: #ebf0f0;
    }

    .navbar-inverse .dropdown-menu > li > a,
    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        font-weight: 600;
        color: #1F527F;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a.active,
        .navbar-inverse .navbar-nav > .active > a{  
            font-weight: 700;
            color: #1F527F;
            text-transform: uppercase;
            background: none;
        }

            .navbar-inverse .navbar-nav > li > a.active:hover,
            .navbar-inverse .navbar-nav > .active > a:hover {
                font-weight: 700;
                color: #1F527F;
                text-transform: uppercase;
                background: none;
                text-decoration: underline;
            }

        .navbar-inverse .dropdown-menu > li > a:hover,
        .navbar-inverse .dropdown-menu > li > a:active {
            background: #ccd8df;
        }

/*        .navbar-inverse .dropdown-menu > .selected-page > li > a,
        .navbar-inverse .navbar-brand > .selected-page,
        .navbar-inverse .navbar-nav > .selected-page > li > a {
            color: red;
        }*/

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
    border-bottom: 1.5px solid #1F527F;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
    }
}

@media (min-width: 768px) {

    .nav-search {
        margin-left: 2em;
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

    .list-group-item.active .badge,
    .list-group-item.active:hover .badge,
    .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    box-shadow: none;
}


.main-form > .panel,
.main-form > form > .panel {
    border: 0;
    box-shadow: none;
}

.main-form > .panel-dashboard {
    border-bottom: 0;
    background: transparent;
    margin: 0em 1.2em 1.2em 1.4em !important;
}

.panel-heading {
    font-weight: 400;
    font-size: 26px;
}

.panel-default > .panel-heading {
    border-radius: 0;
    background: rgba(243, 245, 239, 0.5);
    border: 0.5px solid #52799b;
    border-left: 0;
    border-right: 0;
}

.panel-default > .sub-panel, .listViewItem > .panel-default > .panel-heading {
    border-radius: 2px 2px 0px 0px;
    background: rgba(243, 245, 239, 0.5);
    border: 0.5px solid #52799b;
    font-size: 22px;
    color: #1F527F;
}

    .listViewItem > .panel-default > .panel-heading > .accordion-toggle:after {
        font-size: 13px;
        padding-top: 8px;
    }

.main-form > .panel > .panel-heading,
.main-form > form > .panel > .panel-heading {
    font-size: 1.3em;
    padding: .6em 1.14em .3em;
    border: 0;
}

.main-form > .panel-dashboard > .panel-heading {
    padding: 0;
}


.panel-default > a:hover,
.panel-default > a,
a.accordion-toggle,
a.accordion-toggle:hover {
    text-decoration: none;
}

a.accordion-toggle {
    padding-left: .4em;
    color: #1F527F;
}

.panel-heading > .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e259"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    padding-top: 8px;
    font-size: 13px;
    color: #1F527F;
}

.panel-heading > .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e258"; /* adjust as needed, taken from bootstrap.css */
    margin-top: -.1em;
}

.panel-heading .panel-sub-heading {
    float: right;
    font-weight: normal;
    color: #aaa;
}

.panel-body {
    padding: 1.4em;
}


.main-form > .panel > .panel-collapse > .panel-body,
.main-form > form > .panel .panel-collapse > .panel-body {
    padding-left: 3.2em;
    padding-right: 3.2em;
}

.sub-panel {
    font-weight: normal;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

.tab-content {
    padding-left: 0;
    border-top-left-radius: 4px;
    margin-left: 0;
    /*border-left:2px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    -webkit-box-shadow: #EEEEEE -1px 3px 5px 0px;
    box-shadow: #EEEEEE -1px 3px 5px 0px;*/
}

/* Centre window horizontally. Don't centre vertically as this can cause Chrome to anti-alias fonts, which makes them look blurry. 
  This is why windows move left off screen if they are dragged to a new position, but disabling it opens windows that expend off right of view.
  Specify more classes to target data window popups. So Alerts are not affected.
*/
div.k-widget.k-window.k-display-inline-flex {
    transform: translateX(-50%);
    margin: 0 auto;
}

/*4TKUI - Forms*/
/*******************************/
.row-form {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.dropdown-menu {
    min-width: 120px;
}

/*5MSSC - Media screen size customizations*/
/*******************************/

@media (max-width: 768px) {
    .page-wrapper {
        width: 100%;
        padding: 1.5em;
    }

    .actionbar {
        left: 0;
        margin-right: -3em;
    }

        .actionbar h2 {
            font-size: 20px;
        }
}

@media (min-width: 768px) {
    .page-wrapper {
        position: static;
        margin: 49px 0 0 0px;
        padding: 0;
        border-left: 1px solid #e7e7e7;
        overflow: hidden;
        left: 0;
        height: calc(100% - 115px);
        width: calc(100% - 1px);
        margin-bottom: 0;
    }

        .page-wrapper.lowered {
            margin-top: 167px;
            height: -moz-calc(100% - 167px);
            height: -webkit-calc(100% - 167px);
            height: calc(100% - 167px);
        }

    .sidebar {
        z-index: 1;
        position: absolute;
        width: 127px;
        top: 52px;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    .sidebar-collapse {
        max-height: none;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        min-height: 100%;
    }
}

@media (min-width: 768px) {
    .project-page-wrapper {
        position: static;
        margin: 50px 0 0 115px;
        padding: 0;
        border-left: 1px solid #e7e7e7;
        overflow: hidden;
        left: 0;
        height: calc(100% - 116px);
        width: calc(100% - 116px);
        margin-bottom: 0;
    }

        .project-page-wrapper.lowered {
            margin-top: 167px;
            height: -moz-calc(100% - 167px);
            height: -webkit-calc(100% - 167px);
            height: calc(100% - 167px);
        }

    .sidebar {
        z-index: 1;
        position: absolute;
        width: 116px;
        top: 115px;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
    }

    .sidebar-collapse {
        max-height: none;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        min-height: 100%;
    }
}


/**
    Bootstrap 4 Polyfills
*/

.d-flex {
    display: flex;
}

.justify-content-around {
    justify-content: space-around;
}

.body-content > .render-view > .map-container {
    margin-top: 3px;
}


.map-container .map {
    height: calc(100% - 165px);
    width: calc(100% - 19px);
}

.map-unavailable {
    width: 100%;
    height: 100%;
    z-index: 1003;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: white;
    opacity: 0.5;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.map-unavailable-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col-2p4 {
    width: 20%
}

.col-5p5 {
    width: 45.833333335%
}

.actionbar-buttons > .btn:not(.btn-save,.solid-button):hover:not(:focus), .actionbar-buttons > .dropdown > .btn:not(.btn-save,.solid-button):hover:not(:focus) {
    border: 1px solid #FFFFFF;
    padding: 5px 20px;
}

.actionbar-buttons > .btn-save:not(:hover), .actionbar-buttons > .solid-button:not(:hover) {
    border: 1px solid #FFFFFF;
    padding: 5px 20px;
}

.k-dropzone {
    background: #fff;
    font-family: 'Source Sans Pro';
    color: #3A3D40;
}

.k-upload .k-progressbar .k-progress {
    height: 15px;
    background-color: #1F527F;
}

.k-button .k-state-focused {
    box-shadow: none !important;
}

.k-calendar .k-today .k-link {
    color: #BB001B;
    box-shadow: none;
    font-weight: 600;
}
