﻿html {
    height: 100%;
    position: relative;
}

body {
    min-height: 100%;
    background-color: #f9f9f9;
}

.navbar {
    margin-bottom: 0px;
    box-shadow: 0 0.09rem 0.2rem rgba(0,0,0,.15) !important;
}

#wrapper {
    min-height: 100%;
    background-color: #f5f6fb;
}

#page-wrapper {
    padding-bottom: 0px;
    min-height: 100%;
}

div.container-fluid {
    min-height: 100%;
    padding-bottom: 80px;
}

div.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.footer-inner {
    left: 191px;
    text-align: center;
    position: absolute;
    z-index: auto;
    right: 0;
    bottom: 0;
}

div.footer-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 4px;
    padding: 8px;
    line-height: 36px;
    border-top: 1px solid #E5E5E5;
    background-color: #fff;
}


@media (max-width: 767px) {
    div.footer div.footer-inner {
        left: 0px;
    }
}

@media (max-width: 360px) {
    div.container-fluid {
        min-height: 100%;
        padding-bottom: 120px;
    }
}

#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

h5 {
    font-weight:normal;
    font-size:17px;
}

.bold {
    font-weight:bold;
}

div.no-margin-bottom {
    margin-bottom: 0px;
}

div.no-margin-top {
    margin-top: 0px;
}

div.white-box {
    border: 1px solid #ddd;
    padding: 16px 12px;
    background-color: #fff;
}

div.page-title {
    border-bottom: 1px dotted #808080;
    padding-bottom: 8px;
    margin-bottom: 16px;
}


    div.page-title h1 {
        font-weight: 600 !important;
        font-size: 22px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 0px;
        padding-bottom: 0px;
        color: #777;
    }

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 .tab-content {
    background-color:#fff;
}

.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;
}

@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;
}

.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;
}

.table-dailysheet > tbody > tr > td, .table-dailysheet > thead > tr > th {
    font-size: 17px;
    padding: 6px;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.table-dailysheet > tbody > tr > td {
    border-top: 1px dashed #aaa;
    border-color: #aaa !important;
    border-top-style: dashed !important;
}

.table-dailysheet > tbody > tr > td, .table-dailysheet > tfoot > tr > td, .table-mediumtext > thead > tr > td {
    vertical-align: middle;
}

.table-dailysheet > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #aaa;
    border-bottom-style: dashed !important;
}

.table-dailysheet-timesheet > tbody > tr > td, .table-dailysheet-timesheet > thead > tr > th {
    font-size: 13px;
    padding: 6px;
    background-color: #fcf8e3;
    color: #8a6d3b;
}


h4.dailysheet-title {
    font-weight: 600 !important;
    font-size: 22px;
    margin-top: 2px;
    margin-bottom: 12px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #777;
}

div.note-header {
    font-size: 14px;
    color: #8a6d3b;
}

div.note-comment-text {
    margin-top: 2px;
    padding-top: 8px;
    border-top: 1px dashed #aaa;
    font-size: 13px;
    color: #8a6d3b;
}

/*@media (max-width: 767px) {
    .table-mediumtext>tbody>tr>td, .table-mediumtext>thead>tr>th {
      font-size:13px;
      padding:4px;
    }
}*/

.table-events {
    margin-left: 20px;
    width: 95%;
}

@media (max-width: 500px) {

    .table-events {
        margin-left: 0px;
    }

    .table-mediumtext > tbody > tr > td, .table-mediumtext > thead > tr > th {
        font-size: 13px;
        padding: 4px;
    }

    .table-dailysheet > tbody > tr > td, .table-dailysheet > thead > tr > th {
        font-size: 12px;
        padding: 6px;
    }

    .table-dailysheet-timesheet > tbody > tr > td, .table-dailysheet-timesheet > thead > tr > th {
        font-size: 11px;
        padding: 6px;
        background-color: #fcf8e3;
        color: #8a6d3b;
    }
}

.green {
    color: #69aa46 !important;
}

.bigger-140 {
    font-size: 140% !important;
}

input[type="date"] {
    width: 140px;
}

.select-time {
    width: 56px;
    padding: 3px;
}


.upload-demo.ready .upload-demo-wrap {
    display: block;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 14px auto;
    border: 1px solid #aaa;
}

div.child-button {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    background-color: #70ba6f;
    border-color: #537c52;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

div.child-button-name {
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 12px;
    color: #fff;
    font-size: 26px;
    line-height:28px;
    width: 250px;
    overflow: hidden;
    font-family:american_writerregular;
    font-weight:600;
}

div.child-button-noimage {
    height: 80px;
    width: 80px;
    background-color: #e6e6e6;
}

div.child-button-panel-left {
    height: 80px;
    width: 80px;
    float: left;
}

div.child-button-panel-right {
    float: left;
    width: 228px;
    overflow: hidden;
    text-overflow: clip;
}

div.child-panel-button {
    background-color:#4e894d; 
    background-color:#70ba6f; 
    /*background-color:#65a764;*/ 
    border-color:#fff;
    border:1px;
    /*border-right:0px;*/
    border-style:solid;
    margin-top:5px;
    margin-bottom:0px; 
    margin-right:0px;
    margin-left:3px;
    padding:1px; 
    padding-right:6px;  
    padding-left:6px;
    /*display:inline-block;*/
    float:left; 
    font-size:13px;
}

div.child-panel-button-last {
    border-right:1px;
    border-color:#fff;
    border-style:solid;
}

div.child-drawer {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #70ba6f;
    border-color: #537c52;
    border-width: 1px;
    border-style: solid;
    border-top:0px;
}



div.child-drawer-btn {
    float:left;
    height:40px;
    padding-top:8px;
    text-align:center;
}

div.child-drawer-btn a {
    display:block;
    width:100%;
    height:100%;
    color:#fff; 
    font-size:16px;
}

div.child-drawer-btn:hover {
    background-color: #5c9f5b;
}

.table-calendar > thead > tr > th {
    font-size: 13px;
}

.table-calendar > tbody > tr > td {
    padding: 2px;
}



div.calendar-item {
    font-size: 11px;
    margin: 3px;
    margin-bottom: 5px;
    padding: 2px;
    cursor: pointer;
    border: 1px solid;
}

div.calendar-item-success {
    background-color: #dff0d8;
    border-color: #84ad61;
    color: #205721;
}

div.calendar-item-info {
    background-color: #d9edf7;
    border-color: #6caab7;
    color: #31708f;
}

div.calendar-item-parent {
    background-color: #f6e8a6;
    border-color: #beb274;
    color: #636512;
}

div.calendar-item-snack {
    background-color: #e3f7fd;
    border-color: #749cbe;
    color: #636512;
}

div.calendar-item-closed {
    background-color: #f4c6c5;
    border-color: #d15b47;
    color: #5f271e;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
}

div.calendar-item-dashboard {
    margin: 3px;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px solid;
    color: #4f4f40;
    background-color: #f7f7f7;
    border-color: #c0c0c0 !important;
}

    div.calendar-item-dashboard > table > tbody > tr > td {
        border-top: 1px solid #aaaaaa;
    }

.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;
}



.well {
    background-color: #f3f3f3;
}

.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;
}

.center, .align-center {
    text-align: center;
}


.space-12 {
    margin-top:12px;
}

.sidebar-container {
    
}
.sidebar-container:before {
    content: "";
    display: block;
    width: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border-style: inherit;
    border-color: inherit;
    border-width: inherit;
}

.nav-tabs {
    font-size:12px;
}

.nav-tabs :active, .nav-tabs :focus {
    font-size: 12px!important;
}




.table-sortable > thead > tr > th {
    cursor:pointer;
}

.task-search-item {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #fbfbfb;
    border: 1px solid silver;
    padding:6px;
}

.task-search-button {
    display: inline-block;
    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;
}



.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    border-bottom: 1px solid #79b7e7;
    font-family: sans-serif;
    font-size: 13px;
}

.ui-widget-content a:hover, .ui-state-focus a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    border: 0px solid #79b7e7;
    background-color: #dbe6ee;
}

.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-state-hover, .ui-state-active {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    border: 0px solid #79b7e7;
    border-bottom: 1px solid #79b7e7;
    background-color: #dbe6ee;
}

.label-status {
    padding-left: 5px;
    padding-right:5px;
    padding-bottom: 2px;
}

.red {
    color:#d15b47;
}

.delete {
    font-size:17px;
}


.folder-header {
    padding: 6px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #7db4d8;
}

.folder-ul {
    list-style:none;
    padding:2px;
}

.folder-ul li {
    padding: 6px;
    font-size:13px;
}

.folder-ul li.active {
    border: 0px solid #8a6d3b;
    background-color: #7db4d8;
}
.folder-ul li.active a {
    color: #fff;
}


.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;
    border-radius:2px;
}

input, textarea {
    width: 100%;
}

    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: normal;
        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: normal;
    font-size: 14px;
    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: 1px;
    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;
}

.fa-icon {
    font-size:18px;
}

.orange {
    color: #f3a83e;
}

#page-wrapper {
    background-color: #f9f9f9;
}


.card, .well {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow:hidden;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.6rem;
}

.card-body, .well-sm {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.shadow-sm, .well {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.mb-3 {
    margin-bottom:30px;
}