html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/Content/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Patua One';
    src: url('/Content/fonts/PatuaOne/PatuaOne-Regular.ttf') format('truetype');
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/Content/fonts/Lato/Lato-Ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/Content/fonts/Lato/Lato.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/Content/fonts/Lato/Lato-Bold-Ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(/Content/fonts/Lato/Lato-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html body {
    background: #f6f6f6;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    padding-bottom: 20px;
    font-family: 'Lato';
}

    body .navbar {
        background: #fff;
    }
/*body h1, body h2, body h3, body h4, body h5 {
    font-family: 'Patua One';
}*/

h1 small {
    font-family: 'Open Sans';
    font-size: 0.5em;
    color: black;
}

.square {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.new .square {
    background: #2c84cb;
}

.readytoassign .square {
    background-color: #9bedff;
}

.readytoschedule .square {
    background-color: #2edaff;
}

.scheduled .square {
    background: #800080;
}

.construction .square {
    background: #d5ca59;
}

.complete .square {
    background: #23ac20;
}

.home .square {
    background: #a045cf;
}

.inspection .square {
    background: #A52A2A;
}

.inspectioncomplete .square {
    background: #008000;
}

.review .square {
    background: #cb852b;
}

.construction .square {
    background: #d5ca59;
}

.complete .square {
    background: #23ac20;
}

.home .square {
    background: #a045cf;
}

.assigned .square {
    background: #dc3545;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*margin-top: 15px;*/
    background: #fff;
}

.k-tabstrip .k-item {
    font-weight: bold;
}

.dl-horizontal dt {
    white-space: normal;
}

.full-width {
    width: 100%;
}

.k-button.k-button.unselected {
    color: #333;
    border-color: #aeaeae;
    background-color: #ebebeb;
}

.register-form input {
    max-width: 480px;
}

#home-admin table.legend td {
    padding: 7px;
}

#home-admin .k-grid tbody .k-button {
    min-width: 100px;
}

#home-admin .add-property, #home-clerical .add-property {
    margin: 10px;
}

#home-admin .status-header {
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 1.2em;
}

#home-admin .status-data {
    font-size: 1em;
}

    #home-admin .status-data span.title {
        margin-left: 10px;
    }

    #home-admin .status-data span.amount {
        margin-right: 10px;
    }

#home-admin h1 {
    margin-bottom: 3px;
}

#home-admin .map-row {
    margin-bottom: 5px;
}

#home-clerical .k-tabstrip .k-item .badge {
    margin-left: 15px;
}

#window-check-number {
    padding: 15px 25px;
    max-width: 500px;
    min-width: 200px;
}

#window-check-number {
    padding: 15px 25px;
    max-width: 500px;
    min-width: 200px;
}

.k-window .button-row {
    margin-top: 10px;
    text-align: right;
}

.tile {
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

#property-index {
    padding-top: 10px;
}

    #property-index .property-tabs.k-tabstrip > ul > li.k-item {
        font-size: 1.8em;
    }

    #property-index .property-tabs.k-tabstrip .k-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #property-index .property-accounts.k-tabstrip .k-item {
        font-size: 1.3em;
    }

    #property-index .k-tabstrip .invite {
        margin-top: 10px;
    }

    #property-index .tools {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        margin-top: 8px;
        padding: 8px;
        color: #428bca;
        font-weight: bold;
    }

    #property-index .k-tabstrip .invite a {
        margin-bottom: 10px;
    }

    #property-index .table input.form-control {
        width: 150px;
    }

    #property-index .table .description {
        width: 40%;
    }

    #property-index .table .line-item-actions {
        width: 1%;
        color: #999;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
    }

        #property-index .table .line-item-actions .fa {
            cursor: pointer;
            font-size: 1.5em;
            margin: 3px;
        }

            #property-index .table .line-item-actions .fa.fa-save {
                color: #3c763d;
            }

            #property-index .table .line-item-actions .fa.fa-ban {
                color: #a94442;
            }

    #property-index .table .total, #property-index .table .remaining {
        width: 20%;
    }

    #property-index h1 {
        display: inline;
        vertical-align: middle;
    }

    #property-index tr.overbudget {
        background: red;
    }

    #property-index .icon-subitems {
        color: #aaa;
        cursor: pointer;
        margin-left: 7px;
    }

#window-subitems #grid-subitems .k-grid-content {
    max-height: 400px;
}

#property-index .k-upload {
    margin-bottom: 10px;
}

#property-index .heading {
    margin-left: 20px;
    vertical-align: middle;
}

#property-index .request-total {
    width: 100%;
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
}

    #property-index .request-total span.request-value {
        font-weight: normal;
    }

#property-index .status {
    font-weight: bold;
    font-size: 30px;
    color: #a93327;
}

#property-index .pay-status {
    font-size: 1.2em;
}

    #property-index .pay-status i {
        color: darkgrey;
        margin: 2px;
    }

        #property-index .pay-status i.fa-money.complete {
            color: green;
        }

        #property-index .pay-status i.fa-photo.complete {
            color: #285e8e;
        }

#property-index .request-actions {
    border: 1px solid #e7e7e7;
    background: white;
    padding: 12px;
}

    #property-index .request-actions button.k-button {
        margin-right: 15px;
        font-size: 1.2em;
    }

#property-index .home-graphic {
    width: 15%;
}

#property-index .account-item {
    margin-bottom: 10px;
}

#property-index .k-pdf-export .table {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
}

#property-index .k-pdf-export .report-header h1 {
    font-size: 18px;
}

#property-index .k-pdf-export .report-header h2 {
    margin-top: 5px;
    font-size: 16px;
}

#property-index .k-pdf-export .table tbody > tr > td {
    padding: 5px;
}

#property-index .k-pdf-export h3 {
    font-size: 15px;
}

#property-index .k-pdf-export h2.photos {
    margin-top: 65px;
}

#property-index .photo-item {
    float: left;
    position: relative;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 10px;
}

#property-index .button-paid {
    margin: 3px;
    font-size: 1.2em;
}

#property-index .description .line-item-description {
    cursor: pointer;
}

#property-index .budget-actions {
    position: relative;
    bottom: 0;
}

#property-index .photo-item img {
    width: 100%;
}

#property-index #table-line-items {
    margin-top: 5px;
    margin-bottom: 5px;
}

    #property-index #table-line-items thead th {
        font-size: 1.1em;
    }

    #property-index #table-line-items tbody {
        font-size: 0.9em;
    }

#property-index .photo-item .photo-info {
    font-size: 15px;
}

#window-notes {
    padding: 15px 25px;
    max-width: 500px;
}

#window-approve {
    padding: 15px 25px;
    max-width: 500px;
}

    #window-approve p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

#window-request {
    padding: 15px 25px;
    max-width: 500px;
}

    #window-request p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

#property-new .k-dropdown {
    display: block;
}

#property-new .form {
    padding-left: 10px;
    padding-right: 10px;
}

#property-new ul.fieldlist {
    margin-left: 10px;
}

#property-access table td {
    width: 50%;
}

#property-access table {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

    #property-access table td:last-child {
        border-right: none;
        border-bottom: none;
        padding: 20px;
    }

    #property-access table td:first-child {
        border-left: none;
        border-bottom: none;
        padding: 20px;
    }

#property-payapp .heading h1 {
    font-size: 2.5em;
}

#property-payapp .heading {
    font-size: 1.5em;
}

#property-payapp .actions {
    margin-top: 10px;
}

    #property-payapp .actions .k-button {
        font-size: 1.5em;
    }

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

.text-center {
    text-align: center;
}

.display-inline {
    display: inline;
    text-align: center;
}

.display-inline-block {
    display: inline-block;
}

td.fit-content, th.fit-content {
    width: 1%;
    white-space: nowrap;
}

.fieldlist {
    margin: 0 0 -1em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding-bottom: 1em;
    }

ul.fieldlist li .k-checkbox-label {
    padding-left: 25px;
}

.map-buttons {
    margin-top: 10px;
}

    .map-buttons button.k-button {
        width: 100%;
        word-break: break-word;
        margin: 4px 0;
        /*position: relative;*/
    }

        .map-buttons button.k-button .square {
            margin-top: 7px;
            float: right;
        }

input.input-line {
    -webkit-appearance: none;
    border-width: 1px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;
    border-bottom: 1px dotted #bbb;
    padding: 3px 2px 2px;
    height: 30px;
    outline: none;
    color: #000;
}

button.k-button:hover, a.k-button:hover {
    outline: 0;
    text-decoration: none;
    border-color: #717274;
    background: #326ba0;
    box-shadow: 0 1px 4px rgba(44,45,48,.3);
    color: #fff;
    transition: all 75ms ease-in-out;
}

button.k-button:active:hover,
button.k-button.k-state-active:hover,
a.k-button:active:hover {
    background-color: #1e4f8b;
    color: #fff;
}

button.k-button, a.k-button {
    padding: 6px 18px 6px;
    font-size: 15px;
    color: #fff;
    transition: all 75ms ease-in-out;
    /*line-height: 1.2rem;*/
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    border: none;
    border-radius: .4rem;
    box-shadow: none;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: #1F608B;
}

.k-button.button-yellow {
    color: #fff;
    border-color: #f2c512;
}

.k-button.button-green {
    color: #fff;
    border-color: #229051;
}

.k-button.button-red {
    color: #fff;
    border-color: #a93327;
}

.k-button.button-blue {
    color: #fff;
    border-color: #1F608B;
}

.red {
    color: #a93327;
}

.credit {
    color: #39b765;
}

.debit {
    color: #d0021b;
}

.blue {
    color: #428bca;
}

.emphasis-color {
    color: #3f51b5;
}

.bold {
    font-weight: bold;
}

.font-0em-7 {
    font-size: 0.7em;
}

.font-1em {
    font-size: 1em;
}

.font-1em-1 {
    font-size: 1.1em;
}

.font-1em-2 {
    font-size: 1.2em;
}

.font-1em-3 {
    font-size: 1.3em;
}

.font-1em-4 {
    font-size: 1.4em;
}

.font-1em-5 {
    font-size: 1.5em;
}

.font-2em {
    font-size: 2em;
}

.upper {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

body-content *, body-content :before, body-content :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;
}


#window-alert, #window-confirm {
    max-width: 600px;
    padding: 1em 2em;
    min-width: 200px;
}

.container.details {
    max-width: none;
}

@media (min-width: 1500px) {
    .container.admin {
        max-width: 1400px;
    }

    .container {
        max-width: 1300px;
    }

    #window-notes {
        max-width: 1000px;
    }
}

@media (min-width: 1600px) {
    .container.admin {
        max-width: 1500px;
    }
}

@media (min-width: 1700px) {
    .container.admin {
        max-width: 1600px;
    }
}

@media (min-width: 1800px) {
    .container.admin {
        max-width: 1700px;
    }
}

@media only screen and (max-width: 480px) {
    .container.external {
        max-width: 100%;
        background: transparent;
        padding: 15px;
        box-shadow: none;
    }
}

body.external {
    padding-top: 30px;
}

.container.external {
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 #bfbfbf;
}

.container.external {
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 #bfbfbf;
}

.panel .panel-body.scroll-pane > .scroll-content {
    padding: 16px;
}

.mini-timeline {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

    .mini-timeline > li {
        position: relative;
    }

        .mini-timeline > li .timeline-icon {
            position: absolute;
            border-radius: 50%;
            left: 3px;
            top: 3px;
            margin: 0;
            padding: 0;
            width: 12px;
            height: 12px;
            background: #fff;
        }

.mini-timeline-lime .timeline-icon {
    border: 2px solid #cddc39 !important;
}

.mini-timeline > li .timeline-body {
    margin: 0 0px 20px 32px;
    padding: 0;
    position: relative;
    background-color: #fff;
}

    .mini-timeline > li .timeline-body .timeline-content {
        color: #9e9e9e;
    }

        .mini-timeline > li .timeline-body .timeline-content a.name {
            color: #616161;
            font-weight: bold;
        }

.mini-timeline > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.mini-timeline-deeporange .timeline-icon {
    border: 2px solid #ff5722 !important;
}

.mini-timeline-info .timeline-icon {
    border: 2px solid #00bcd4 !important;
}

.mini-timeline-indigo .timeline-icon {
    border: 2px solid #3f51b5 !important;
}

.mini-timeline li:last-child .timeline-body {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.panel .panel-body.scroll-pane > .scroll-content {
    padding: 16px;
}

.scroll-pane > .scroll-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.panel .panel-heading + .panel-body, .panel .panel-editbox + .panel-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel .panel-body {
    background-color: #fff;
    font-size: 14px;
    padding: 16px;
}

.panel, .panel .panel-body {
    border-radius: 2px;
}

    .panel .panel-body {
        width: 100%;
        position: relative;
    }

.scroll-pane {
    position: relative;
    overflow: hidden;
}
/*html .k-grid tr:hover {
    background: transparent;
}*/

/*html .k-grid tr.k-alt:hover {
    background: #f5f5f5;
}*/

#tabstrip-queues .k-tabstrip-items {
    display: none;
}

#home-clerical #toolbar .queue-heading {
    font-size: 1.3em;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Patua One'
}

li.k-item a.k-button.no-focus,
li.k-item a.k-button.no-focus:focus {
    box-shadow: none;
    color: black;
}

#home-clerical #panelbar {
    border: 1px solid rgb(204, 204, 204);
    border-bottom: none;
    margin: 5px 0;
}

    #home-clerical #panelbar li.k-item .k-link {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        box-shadow: none;
    }

#home-clerical .button-check {
    min-width: 180px;
}

body {
    background: #eeeeee;
}

.form-inline {
    display: inline-block;
}

.navbar {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}

.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}

.navbar .navbar-brand {
    color: #555;
    padding-left: 0;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

    .navbar .navbar-brand i {
        font-size: 20px;
        margin-right: 5px;
    }

.search-box {
    position: relative;
}

    .search-box input {
        box-shadow: none;
        padding-right: 35px;
        border-radius: 3px !important;
        float: left;
    }

    .search-box .input-group-addon {
        min-width: 35px;
        border: none;
        background: transparent;
        position: absolute;
        right: 0;
        z-index: 9;
        padding: 7px;
        height: 100%;
    }

.grey {
    color: #888888;
}

.search-box i {
    color: #a0a5b1;
    font-size: 19px;
}

.navbar .nav-item i {
    font-size: 18px;
}

.navbar .dropdown-item i {
    font-size: 16px;
    min-width: 22px;
}

.navbar .nav-item.open > a {
    background: none !important;
}

.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

    .navbar .dropdown-menu li a {
        color: #777;
        padding: 8px 20px;
        line-height: normal;
    }

        .navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:active {
            color: #333;
        }

.navbar .dropdown-item .material-icons {
    font-size: 21px;
    line-height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}

.navbar .badge {
    background: #f44336;
    font-size: 11px;
    border-radius: 20px;
    position: absolute;
    min-width: 10px;
    padding: 4px 6px 0;
    min-height: 18px;
    top: 5px;
}

.navbar ul.nav li a.notifications, .navbar ul.nav li a.messages {
    position: relative;
    margin-right: 10px;
}

.navbar ul.nav li a.messages {
    margin-right: 20px;
}

.navbar a.notifications .badge {
    margin-left: -8px;
}

.navbar a.messages .badge {
    margin-left: -4px;
}

.navbar .active a, .navbar .active a:hover, .navbar .active a:focus {
    background: transparent !important;
}

@media (min-width: 1200px) {
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    .form-inline {
        display: block;
        margin-bottom: 10px;
    }

    .input-group {
        width: 100%;
    }
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}
