/*Tabstrip Control*/
.k-tabstrip:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-tabstrip-items .k-item.k-state-active {
    background-color: transparent;
    border-bottom: 0;
}

.k-tabstrip .k-state-active {
    height: 0;
    padding: 0;
    border-style: none;
}

.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
    color: #1F527F;
}

.k-tabstrip-items .k-state-default {
    padding-right: 20px;
    padding-left: 20px;
}

.k-tabstrip-items-wrapper {
    flex-grow: 1;
}

    .k-tabstrip-items-wrapper .k-item {
        width: auto;
        display: block;
        flex-grow: 1;
        text-align: center;
    }

.k-tabstrip-items .k-state-default .k-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    padding: .57em 5% .47em;
    width: 90%;
    max-width: 205px;
    border-bottom: 4px solid rgb(255,255,255);
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(58, 61, 64, 0.75);
    border-bottom: 1px solid rgba(66, 69, 74, 0.25);
    font-weight: 600;
}

    .k-tabstrip-items .k-state-default .k-link:after {
        display: block;
        content: " ";
        position: absolute;
        line-height: 0;
        height: 0;
        width: 0;
        background: transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 4px solid transparent;
        left: 50%;
        left: calc(50% - 4px);
        top: 100%
    }

.k-tabstrip-items .k-state-active .k-link {
    border-color: #1F527F;
    cursor: default;
    color: #1F527F;
    border-width: 2px;
}

    .k-tabstrip-items .k-state-active .k-link:after {
        border-top-color: rgb(0,136,206);
    }

.k-tabstrip-items .k-state-default.k-state-hover {
    border: 0;
    border-radius: 0;
    border-color: #3A3D40;
}

.k-tabstrip-items .k-state-hover .k-link {
    color: rgba(58, 61, 64, 0.75);
    border-color: #3A3D40;
    border-width: 1px;
}

    .k-tabstrip-items .k-state-hover .k-link:after {
        border-top-color: rgb(0,97,153);
        bottom: 0;
    }

.k-tabstrip-items .k-item.k-state-hover {
    background-color: transparent;
}

.k-tabstrip-items .k-state-default {
    border: 0;
    height: 100%;
    display: table-cell;
    width: 2%;
    white-space: nowrap;
}

.k-tabstrip-items .k-loading {
    border-top: none;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    display: flex;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.tab-section {
    width: 100.3%;
    display: flex;
    justify-content: center;
}

    .tab-section .k-tabstrip-wrapper {
        background: transparent;
        border-radius: 0;
        width: 80%;
        display: flex;
        flex-direction: column;
    }

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-width: 0px;
}

.k-tabstrip-items {
    display: flex;
    width: 100%;
}

    .k-tabstrip-items .k-item .k-link {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .k-tabstrip-items li {
        text-align: center;
    }

/*Buttons*/
.k-button-delete {
    width: 2em;
    height: 1.9em;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    /*color:#c3ccd3;*/
    border-color: #c3ccd3;
}

/*.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 1em;
}*/ /*

.k-grid tbody button.k-button {
    min-width: 1em;
}*/

/*Grid control*/
.k-grid {
    width: auto;
    margin-right: auto;
    /*border-left: 0;
    border-right: 0;*/
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.render-view > .k-grid {
    margin-right: 1.2em;
}

.k-grid-header th.k-header,
.k-filter-row th {
    white-space: normal;
}

.k-grid-header {
    background-color: #f8f8f8;
}

.k-grid tr td {
    border-width: 1px 0 0 0;
    padding: .4em .6em .4em .7em;
}

.k-grid > .k-grid-content tr:first-child > td {
    border-top: 0;
}

.k-grid tbody .text-button {
    display: block;
    height: 2.4em !important;
    justify-content: space-around;
    margin: auto !important;
    padding: 5px 10px 4px !important;
    min-width: 80% !important;
}

.k-grid tbody .k-button:not(.text-button) {
    width: 2em;
    height: 1.9em;
    padding: 0 !important;
    padding-left: 5px !important;
    margin: 0;
    justify-content: space-around;
}

.k-state-selected a {
    color: #1F527F;
}

    .k-state-selected a.k-button {
        color: #000000;
    }

    .k-state-selected a:hover {
        color: #1F527F;
        text-decoration: none;
    }

.k-grid a:hover {
    text-decoration: none;
}

.k-numerictextbox .k-input {
    text-align: right;
    padding-right: .4em;
    box-sizing: border-box;
    height: auto;
}

#directlyAffectedTractsGrid .k-grid .k-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.k-operator-hidden > button.k-button.k-button-icon {
    display: none;
}

.k-combobox,
.k-dropdown {
    /*width: calc(100% - 35px) !important;*/
    border: none !important;
}

.comboboxButtonCombo {
    /*width: calc(100% - 35px) !important;*/
    display: inline;
}

    .comboboxButtonCombo .k-widget.k-combobox {
        width: calc(100% - 30px) !important;
        margin-right: 0;
    }

.k-widget.k-numerictextbox,
.k-widget.k-datepicker {
    width: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
}

.k-filtercell > .k-operator-hidden {
    padding-right: 0;
}

.k-filter-row .k-dropdown-operator {
    right: 0;
}

.k-filtercell > span {
    padding-right: 2.2em;
    position: relative;
    min-height: 2em;
    line-height: 2em;
}
/*Hide the filter cell clear buttons (specifically for date filters on search grids) */
.k-filtercell button.k-button.k-button-icon[data-bind="visible:operatorVisible"] {
    display: none;
}

.k-state-selected {
    background-color: rgba(185, 221, 248, 0.15);
}

.btn-editwindow {
    vertical-align: top;
    background-color: #c4c4c4;
    font-weight: normal;
    padding: 0.4em 0.4em !important;
}

    .btn-editwindow:hover {
        background-color: #EBEBEB;
        border-color: #ccc;
    }

.k-map {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.k-colorpicker {
    display: block;
}

.k-selected-color {
    width: 100% !important;
    height: 32px !important;
}

.k-combobox .k-input {
    height: 32px !important;
}

/* Make treeviews in smaller containers have line breaks */
.col-md-1 > div.k-treeview,
.col-md-2 > div.k-treeview,
.col-md-3 > div.k-treeview {
    white-space: normal;
}

/* ## Readonly inputs 
    
  * Css class appended at load time.

```
<span class="k-widget k-numerictextbox js-ls-readonly ls-readonly">
    <span class="k-numeric-wrap k-state-default k-expand-padding">
        <input type="text" class="k-formatted-value k-input valid" readonly="readonly" style="display: inline-block;" />
    </span>
</span>
```
*/

.ls-readonly.k-widget > span {
    background: #FFFFFF;
    border: 1px solid rgba(66, 69, 74, 0.25);
    border-radius: 2px;
    color: rgba(66, 69, 74, 0.25);
}

    .ls-readonly.k-widget > span.k-state-default {
        box-shadow: none);
    }

    .ls-readonly.k-widget > span.k-state-focused {
        box-shadow: none;
    }

    .ls-readonly.k-widget > span > .k-input {
        background-color: transparent;
        box-shadow: none;
    }

.ls-readonly.k-widget + .float-label label {
    background-color: transparent;
    box-shadow: none;
}

.k-input[readonly] {
    color: rgba(66, 69, 74, 0.75)
}


.k-notification-wrap {
    padding: 12px !important;
    line-height: 200%;
    text-align: right;
    border-radius: 2px;
}

    .k-notification-wrap a {
        font-weight: normal !important;
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
    }

.k-datepicker.k-header {
    background: transparent;
}

/* Remove wrapping (on grids with virtual scrolling enabled) to fix the height of 
rows to address issues where the scrollbar does not scroll to some records. 
See LandTraxx.UI.addTooltipsForGridsWithVirtualScrolling for additional information */
.k-grid .k-grid-content[data-role="virtualscrollable"] td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.k-autocomplete .k-input, .k-combobox .k-state-default .k-input, .k-multiselect-wrap, .k-numeric-wrap.k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-progress-status-wrap, .k-slider-selection, .k-slider-track {
    box-shadow: none;
}

.k-picker-wrap.k-state-default {
    border: 1px solid rgba(66, 69, 74, 0.25);
    border-radius: 2px;
}

.k-numeric-wrap.k-state-focused, .k-numeric-wrap.k-state-focused.k-state-hover {
    box-shadow: none;
    border: 2px solid #1F527F;
    color: #1F527F;
}

.k-state-default > .k-select {
    border: none;
}

.k-datepicker > .k-state-default > .k-select {
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

    .k-datepicker > .k-state-default > .k-select > span.k-icon.k-i-calendar,
    .k-datetimepicker .k-state-default > .k-select > .k-link > span.k-icon.k-i-calendar,
    .k-datetimepicker .k-state-default > .k-select > .k-link > span.k-icon.k-i-clock {
        padding: 10px;
    }

    .k-datepicker > .k-state-default > .k-select:hover > span.k-icon.k-i-calendar,
    .k-datepicker > .k-state-focused > .k-select > span.k-icon.k-i-calendar,
    .k-datepicker > .k-state-active > .k-select > span.k-icon.k-i-calendar,
    .k-datetimepicker .k-state-default > .k-select > .k-link:hover > span.k-icon.k-i-calendar,
    .k-datetimepicker > .k-state-focused > .k-select > .k-link > span.k-icon.k-i-calendar,
    .k-datetimepicker > .k-state-active > .k-select > .k-link > span.k-icon.k-i-calendar,
    .k-datetimepicker .k-state-default > .k-select > .k-link:hover > span.k-icon.k-i-clock,
    .k-datetimepicker > .k-state-focused > .k-select > .k-link > span.k-icon.k-i-clock,
    .k-datetimepicker > .k-state-active > .k-select > .k-link > span.k-icon.k-i-clock {
        background: #edf7fd;
    }

.k-datetimepicker > .k-state-active > .k-select > .k-link:hover > span.k-icon.k-i-calendar,
.k-datetimepicker > .k-state-active > .k-select > .k-link:hover > span.k-icon.k-i-clock {
    background: #e2f1fc;
}

.k-datetimepicker .k-state-default > .k-select {
    top: -2px;
    width: 100%;
}

span.k-datetimepicker .k-select, span.k-datetimepicker .k-select + .k-select {
    right: 2px;
}

.k-datetimepicker .k-select {
    width: 4.5em;
}

    .k-datetimepicker .k-select .k-link {
        display: inline-block;
        width: 36px;
    }

        .k-datetimepicker .k-select .k-link:first-of-type {
            padding-left: calc(100% - 72px);
        }

.k-state-hover:not(.k-picker-wrap) > .k-select {
    background: #edf7fd;
}

.k-floating-label-container > .k-text-error > .required-label {
    color: #BB0000;
}

.k-textbox {
    /*border: 1px solid rgba(66, 69, 74, 0.25);*/
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #3A3D40;
}

    .k-textbox.k-state-focused {
        box-shadow: none;
    }

.k-floating-label-container + .k-label {
    margin: 0px;
}

.k-numeric-wrap .k-input {
    text-align: left;
}

.k-widget {
    box-shadow: none;
}

    .k-widget.k-multiselect-wrap {
        border: 1px solid rgba(66, 69, 74, 0.25);
        border-radius: 2px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        border-radius: 2px;
    }

.k-state-hover > .k-multiselect-wrap {
    border: 1px solid rgba(66, 69, 74, 0.5);
    border-radius: 2px;
}

.k-state-focused > .k-multiselect-wrap, .k-state-hover .k-state-focused > .k-multiselect-wrap {
    background: #FFFFFF;
    border: 2px solid #1F527F !important;
    box-shadow: 0px 1px 2px rgba(58, 61, 64, 0.12);
    border-radius: 2px;
}

.k-state-hover > .k-multiselect-wrap, .k-state-focused > .k-multiselect-wrap {
    box-shadow: none !important;
}

.k-multiselect {
    border: none;
}

    .k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused,
    .k-autocomplete.k-state-focused.k-state-hover, .k-dropdown-wrap.k-state-focused.k-state-hover, .k-multiselect.k-header.k-state-focused.k-state-hover, .k-numeric-wrap.k-state-focused.k-state-hover, .k-picker-wrap.k-state-focused.k-state-hover {
        background: #FFFFFF;
        border: 2px solid #1F527F;
        border-radius: 2px;
        box-shadow: none !important;
    }

.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 2px;
}

.k-header {
    background: #fff;
    color: #3A3D40;
}

.k-autocomplete, .k-block, .k-content,
.k-filter-row, .k-filter-row > th, .k-dropdown-wrap,
.k-dropzone-active, .k-filter-row > th, .k-footer-template td,
.k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked,
.k-grid-header, .k-grid-header-locked,
.k-input, .k-panel > .k-item > .k-link,
.k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track,
.k-splitbar, .k-state-default, .k-state-disabled, .k-treemap-tile,
.k-upload .k-action-buttons, .k-upload-files {
    border: 0.5px solid #CFD0D1;
}

.k-footer-template {
    text-align: left;
}

.k-master-row {
    background: rgba(136, 184, 223, 0.1);
}

.k-alt {
    background: none;
}

.k-grid tr:hover {
    background: rgba(136, 184, 223, 0.25);
}

.k-filter-row th {
    background: #F8F8F8;
}

.k-grid-header th.k-header {
    border-width: 0 0 0 1px;
    vertical-align: middle;
}

.k-filter-row th {
    border-width: 1px 0 0 1px;
}

.k-master-row.k-state-selected, .k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background: rgba(136, 184, 223, 0.35) !important;
    color: #3A3D40;
}

.k-toolbar {
    border-radius: 2px 2px 0px 0px;
}

div.k-grid-footer {
    border-width: 0px;
}

.k-footer-template td {
    background: #fff;
}

.k-textarea.k-state-focus, .k-textarea.k-state-focused, .k-textarea:focus:not(.k-state-readonly), .k-textarea:focus-within:not(k-state-readonly),
.k-textarea.k-state-focus:hover, .k-textarea.k-state-focused:hover {
    box-shadow: none;
    border: 2px solid #1F527F;
    border-radius: 2px;
}

.k-textarea:hover, .k-textarea:focus {
    border: 1px solid rgba(66, 69, 74, 0.5);
}


.k-textarea {
    border: 1px solid rgba(66, 69, 74, 0.15);
    border-radius: 2px;
}

    .k-textarea > .k-input, .k-textarea > .k-input, .k-textarea > .k-input[readonly]] {
        border: none;
    }

div.k-grid-header {
    border-bottom: 0.5px solid #CFD0D1;
}

.k-window-titlebar .k-window-action {
    opacity: 1;
}

.k-window-titlebar .k-window-action {
    color: #1F527F !important;
    border-radius: 10px !important;
    padding: 1px !important;
    border: none !important;
}

    .k-window-titlebar .k-window-action:hover {
        border: 1px solid #1F527F !important;
        padding: 0px !important;
        background: transparent;
    }

.k-edit-cell > .form-control:focus {
    border: 2px solid #1F527F;
}

.k-tooltip-error {
    background: transparent;
    color: transparent;
    border: transparent;
    box-shadow: none;
    padding: 0px;
}
    .k-tooltip-error > *:not(.k-callout, .k-icon) {
        color: #BB001B;
    }
.k-validator-tooltip {
    margin: 0px;
}

.k-grid-header th.k-state-focused, .k-list > .k-state-focused, .k-listview > .k-state-focused, .k-state-focused, td.k-state-focused {
    box-shadow: none;
}


.k-in {
    color: #3A3D40;
}

    .k-in.k-state-hover {
        background: #edf7fd;
        color: #3A3D40 !important;
    }

    .k-in.k-state-selected {
        background-color: #fff !important;
        color: #1F527F;
        font-weight: 600;
    }

.k-widget .k-icon.k-i-collapse, .k-widget .k-icon.k-i-expand {
    color: #3A3D40;
}

/* Notifications */
.k-notification-info,
.k-notification-info a,
.k-notification-info a:hover {
    background: #1F527F;
    color: #F3F5EF;
}

.k-notification-success,
.k-notification-success a,
.k-notification-success a:hover {
    background: #336A6A;
    color: #F3F5EF;
}

.k-notification-warning,
.k-notification-warning a,
.k-notification-warning a:hover {
    background: #FAC234;
    color: #3A3D40;
}

.k-notification-error,
.k-notification-error a,
.k-notification-error a:hover {
    background: #BB001B;
    color: #F3F5EF;
}

/* Notifications End */

.k-pager-wrap .k-link:hover {
    color: #3A3D40;
    background: rgba(136, 184, 223, 0.1);
    border: none;
}

.k-pager-wrap .k-link:focus {
    color: #3A3D40;
    background: rgba(136, 184, 223, 0.25);
    border: none;
    box-shadow: none;
}

.k-upload-button {
    background: rgba(66, 69, 74, 0.15);
    text-transform: uppercase;
    color: #3A3D40;
}

    .k-upload-button:hover {
        background: rgba(66, 69, 74, 0.25);
    }

    .k-upload-button:active {
        background: #1F527F;
        color: #FFFFFF;
    }

    .k-upload-button:focus, .k-upload-button:focus:hover {
        color: #3A3D40;
        background: rgba(66, 69, 74, 0.15);
        border: 2px solid #1F527F;
    }

.k-file-validation-message {
    color: rgba(58, 61, 64, 0.5);
}

.k-file-success .k-file-validation-message {
    color: #336A6A;
}

.k-multiselect-wrap > .k-clear-value {
    top: calc(1.14642857em - 10px)
}

.k-input[type=text] {
    font-size: 16px;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    color: #3A3D40;
}

.k-calendar .k-calendar-header .k-nav-today, .k-calendar .k-footer .k-nav-today {
    color: #1F527F;
}

.k-calendar td .k-link, .k-calendar .k-content .k-link {
    border-radius: 100px;
    border: none;
    box-shadow: none;
    text-align: center;
}

.k-calendar td.k-state-hover .k-link {
    background: #edf7fd;
    color: #3A3D40;
}

.k-calendar td.k-state-selected .k-link,
.k-calendar td.k-state-focused .k-link {
    background: #1F527F;
    color: #fff;
}


.k-calendar > .k-header {
    background: #fff;
}

.k-grid-footer td, .k-group-footer td, .k-grouping-row td {
    font-weight: 400;
    color: #3A3D40;
    font-size: 16px;
}

.k-state-border-up, k-popup {
    max-width: 300px;
}

.k-datetimepicker {
    width: 100%
}

.k-tooltip-content {
    font-size:16px;
}