﻿

#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

.bold {
    font-weight: bold;
}

div.no-margin-bottom {
    margin-bottom: 0px;
}


div.page-title-buttons {
    padding-top: 3px;
    padding-bottom: 0px;
    padding-right: 8px;
    text-align: right;
}

hr.hr-12 {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eee;
}


div.form-text-value {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
}

span.field-validation-error {
    color: #fff;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0px;
    margin-top: 2px;
    border: 1px solid;
    border-color: #d15b47 !important;
    background-color: #d15b47;
    display: block;
}

.input-validation-error {
    border-color: #d15b47 !important;
    background-color: #f2f2f2 !important;
    border-width: 1px;
}

div.header-button {
    padding-top: 4px;
}



.tabbable {
    border: 1px solid #cfd4d7;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: .25rem;
    position: relative;
    min-width: 0;
    background-clip: border-box;
    overflow: hidden;
}

    .tabbable .tab-content {
        background-color: #f9f9f9;
        padding: 10px;
    }

.nav-tabs {
    padding-left: 12px;
}

    .nav-tabs .nav-link {
        margin-right: 3px;
        background-color: #5882c1;
        color: #fff;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: #f9f9f9;
            border-top: 2px solid #4c8fbd;
            border-color: #7db4d8 #7db4d8 transparent;
        }

.tabbable .nav-item .nav-link .active {
}

.tabbable.tabs-left .tab-content, .tabbable.tabs-right .tab-content {
    overflow: hidden;
    padding-top: 2px;
    background-color: #fff;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 13px;
    padding: 7px 12px;
    color: #5f5f5f;
}

@media (max-width: 767px) {
    .table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 12px;
        padding: 5px;
    }

    .table-normal-text > tbody > tr > td, .table-normal-text > tfoot > tr > td, .table-normal-text > tfoot > tr > th, .table-normal-text > thead > tr > td, .table > thead > tr > th {
        font-size: 14px;
        padding: 5px;
    }
}

@media (max-width: 400px) {
    .table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        font-size: 10px;
        padding: 3px;
    }

    .table-normal-text > tbody > tr > td, .table-normal-text > tfoot > tr > td, .table-normal-text > tfoot > tr > th, .table-normal-text > thead > tr > td, .table > thead > tr > th {
        font-size: 14px;
        padding: 5px;
    }
}

.table-smalltext > tbody > tr > td, .table-smalltext > thead > tr > th {
    font-size: 12px;
    padding: 5px 8px;
}

.table-largetext > tbody > tr > td {
    font-size: 18px;
    padding: 5px;
}

.table-largetext > tbody > tr > td, .table-largetext > tfoot > tr > td, .table-largetext > thead > tr > td {
    vertical-align: middle;
}

.table-mediumtext > tbody > tr > td, .table-mediumtext > thead > tr > th {
    font-size: 17px;
    padding: 6px;
}

.table-mediumtext > tbody > tr > td, .table-mediumtext > tfoot > tr > td, .table-mediumtext > thead > tr > td {
    vertical-align: middle;
}

.select-time {
    width: 56px;
    padding: 3px;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 14px auto;
    border: 1px solid #aaa;
}


.no-padding-right {
    padding-right: 0px;
}

/* this sets the actual size of the label */
.checkbox-on-off {
    position: relative;
    display: inline-block;
    width: 45px;
    padding-right: 2px;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 0px;
}

    /* this positions the check box label over the text box */
    .checkbox-on-off input[type=checkbox] {
        position: absolute;
        bottom: 6px;
        opacity: 0;
        width: 40px;
        cursor: pointer;
    }

button, input, select, textarea {
    font-family: inherit;
    font-size: 13px;
    line-height: inherit;
    padding: 2px;
    color: #5d5d5d;
}

select {
    padding: 2px;
}

label {
    font-weight: 500;
    font-size: 13px;
    color: #5d5d5d;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 5px;
        margin-bottom: 0;
        text-align: right;
    }
}

div.panel-heading h4 {
    margin-top: 0px;
    margin-bottom: 1px;
}

.panel-heading {
    padding: 5px;
    padding-left: 4px;
    padding-top: 4px;
}

.checkbox-on-off input[type=checkbox]:disabled {
    cursor: default;
}

/* makes the background blue */
.checkbox-on-off input[type=checkbox]:checked + label {
    background-color: #468fcc;
}

.checkbox-on-off input[type=checkbox]:disabled:checked + label {
    background-color: #7db4d8 !important;
}

/* this is the grey background check mark */
.checkbox-on-off label {
    display: inline-block;
    border: 1px solid transparent;
    height: 18px;
    width: 100%;
    background: #b8b8b8;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}

/* this adds the check mark */
.checkbox-on-off input[type=checkbox]:checked + label .checked {
    display: inline;
}

    .checkbox-on-off input[type=checkbox]:checked + label .checked:after {
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        bottom: 4px;
        left: 9px;
        color: #FFF;
        font-size: 100%;
        pointer-events: none;
    }

/* if you click the checkbox, it sometimes has a grey square */
.checkbox-on-off label .checked {
    display: none;
}

.checkbox-on-off input[type=checkbox]:checked + label .unchecked {
    display: none;
}

.checkbox-on-off label .unchecked {
    display: inline-block;
    float: right;
    padding-right: 3px;
}

/* this positions the white dot */
.checkbox-on-off input[type=checkbox]:checked + label .toggle {
    float: right;
}

/* this is the actual white dot */
.checkbox-on-off label .toggle {
    float: left;
    background: #fbfbfb;
    height: 16px;
    width: 16px;
    border-radius: 20px;
}

.green {
    color: #609e27;
}

.grey {
    color: #bcbcbc;
}

.orange {
    color: #ff6a00;
}

.red {
    color: #d9594b;
}

.HeaderBlock {
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #878787;
    background-color: #f7f7f7;
    box-shadow: rgb(227, 227, 227) 2px 2px 2px;
}

.HeaderAddress {
    font-size: 18px;
}

.confirm-alert { /* for intellisense */
}

.center, .align-center {
    text-align: center;
}


.space-12 {
    margin-top: 12px;
}


.table-sortable > thead > tr {
    cursor: pointer;
}

.task-search-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #fbfbfb;
    border: 1px solid silver;
    padding: 6px;
}

.task-search-button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 8px;
    padding: 6px;
    padding-left: 0px;
}

.well {
    background-color: #fdfdfd;
}


hr.hr-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

hr.hr-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

hr.hr-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

hr.hr-top-8 {
    margin-top: 8px;
    margin-bottom: 0px;
}

hr.hr-top-16 {
    margin-top: 16px;
    margin-bottom: 0px;
}

hr.hr-top-32 {
    margin-top: 32px;
    margin-bottom: 0px;
}

hr.hr-bottom-8 {
    margin-top: 0px;
    margin-bottom: 8px;
}


.label-status {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}


.delete {
    font-size: 17px;
}


.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    /*height: 30px;*/
    padding: 8px 12px;
    line-height: 30px;
    font-family: inherit;
    font-size: 13px;
    line-height: inherit;
    padding: 2px;
    color: #5d5d5d;
    /*border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    /*outline: thin;*/
    outline-color: rgb(77, 144, 254);
}

.typeahead {
    background-color: #fff;
}

.typeaheadxxx:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 4px 0;
    padding: 2px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #7db4d8;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

.control-label-large {
    font-size: 16px;
}

.control-label {
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 13px;
}

.input-task-title {
    font-size: 16px;
}

input, select, textarea {
    /*border-color: #ededed;*/
    /*border-width: 1px;*/
    box-sizing: border-box;
    outline: none;
    border: solid 1px #dfdfdf;
    width: 100%;
    border-radius: 2px;
}

    input:focus, select:focus, textarea:focus {
        /*border-color: #ededed;*/
        /*border-width: 1px;*/
        box-shadow: 0 0 5px #7db4d8;
        border: 1px solid #79b7e7;
    }


div.checkbox, div.radio {
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    position: relative;
    display: block;
}

    div.radio label, div.checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: bold;
        font-size: .9rem;
        color: #808080;
        cursor: pointer;
    }


input[type=checkbox].basic, input[type=radio].basic {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].basic, label input[type=radio].basic {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].basic:checked, input[type=radio].basic:checked, input[type=checkbox].basic:focus, input[type=radio].basic:focus {
    outline: none !important;
}

input[type=checkbox].basic + .lbl, input[type=radio].basic + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: bold;
    font-size: .9rem;
    color: #808080;
    cursor: pointer;
}

.checkbox label input[type=checkbox].basic + .lbl, .radio label input[type=radio].basic + .lbl {
    margin-left: -10px;
}

input[type=checkbox].basic + .lbl::before, input[type=radio].basic + .lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 18px;
    line-height: 16px;
    min-width: 18px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

input[type=checkbox].basic:checked + .lbl::before, input[type=radio].basic:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}



.checkbox-cell {
    padding-top: 9px !important;
    font-size: 16px !important;
}

.checkbox-on-off input[type=checkbox]:disabled {
    cursor: default;
}


input[type=radio].basic + .lbl::before {
    border-radius: 100%;
    font-size: 11px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32a3ce;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].basic:checked + .lbl::before {
    content: "\f111";
}


input[type=checkbox], input[type=radio] {
    width: initial;
}

.btn-xs {
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 0.15rem;
}

div.form-label {
    text-align: left;
}

@media (min-width: 768px) {
    div.form-label {
        text-align: right !important;
        padding-right: 0px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #5882c1;
    border-color: #5d6c83;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #496b9b;
        border-color: #5d6c83;
    }

.btn-success {
    color: #fff;
    background-color: #76af79;
    border-color: #198754;
}

    .btn-success:hover {
        color: #fff;
        background-color: #92bb88;
        border-color: #146c43;
    }

.btn-danger {
    color: #fff;
    background-color: #d9594b;
    border-color: #dc3545;
}

.alert-success {
    color: #0f5132;
    background-color: #d5e7d1;
    border-color: #badbcc;
}

.alert-warning {
    color: #664d03;
    background-color: #fdfade;
    border-color: #ffecb5;
}

.alert-info {
    color: #0d547c;
    background-color: #d8e9f1;
    border-color: #b6effb;
}

div.note-header {
    font-size: 14px;
    padding-bottom: 4px;
}

.card-fixed-height {
    min-height: 250px;
}

.btn-outline-primary {
    color: #5882c1;
    border-color: #5882c1;
}

    .btn-outline-primary:hover {
        color: white;
        background: #5882c1;
    }

.list-group-item {
    font-size: 13px;
}

.home-photo-list-item {
    text-align: center;
}

@media (min-width: 1200px) {
    .home-photo-list-item {
        text-align: right;
    }
}

/* Roboto font adjustments.*/

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 14px;
}

.table-smalltext > tbody > tr > td, .table-smalltext > thead > tr > th {
    font-size: 13px;
    padding: 5px 8px;
}
