﻿
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: 10px;
}


    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: 7px;
    margin-bottom: 0;
    font-size: 17px;
}

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;
}
span.field-validation-error-yellow {
    color: #000000;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 0px;
    margin-top: 2px;
    border: 1px solid;
    border-color: yellow;
    background-color: yellowgreen;
    display: block;
}

.input-validation-error {
    border-color: #d15b47 !important;
    background-color: #f2f2f2 !important;
}

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 {
    border: 1px solid #d1d1d1;
}

.table > tfoot > tr > th, .table > thead > tr > th {
    background-color: #efefef;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > td a, .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-normal-text > thead > tr > th {
        font-size: 14px;
        padding: 5px;
    }
}

.table-smalltext > tbody > tr > td, .table-smalltext > thead > tr > th {
    font-size: 12px;
    padding: 5px;
}

.table-fixed {
    table-layout:fixed;
}

.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;
}


.table-sortable {

}

.table-sortable th {
    cursor:pointer;
}

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;
    }
}


.select-time {
    width: 56px;
    padding: 3px;
}

.badge.badge-danger, .badge-danger {
    background-color: #d15b47;
}

.badge.badge-success, .badge-success {
    background-color: #70ba6f;
}

.badge.badge-primary, .badge-primary {
    background-color: #56a6d2;
}

.parent-login-div {
    width:300px;
    margin:auto;
    margin-bottom:12px;
}

.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 {
    max-width: 100%;
    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;
}


@media (min-width: 1005px) and (max-width: 1072px) {
    div.child-button-panel-right {
        width: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1004px) {
    div.child-button-panel-right {
        width: 194px;
    }

    div.child-panel-button {
        font-size: 12px;
    }
}

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;
}



.checkbox, .radio {
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    position: relative;
    display: block;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }


input[type=checkbox].lp, input[type=radio].lp {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].lp, label input[type=radio].lp {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].lp:checked, input[type=radio].lp:checked, input[type=checkbox].lp:focus, input[type=radio].lp:focus {
    outline: none !important;
}

input[type=checkbox].lp + .lbl, input[type=radio].lp + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

.checkbox label input[type=checkbox].lp + .lbl, .radio label input[type=radio].lp + .lbl {
    margin-left: -10px;
}

input[type=checkbox].lp + .lbl::before, input[type=radio].lp + .lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 20px;
    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: 22px;
    line-height: 20px;
    min-width: 22px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}

input[type=checkbox].lp:checked + .lbl::before, input[type=radio].lp: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: 0px !important;
    padding-left: 0px !important;
    font-size: 16px !important;
}

.checkbox-cell .checkbox {    
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.checkbox-on-off input[type=checkbox]:disabled {
    cursor: default;
}


input[type=radio].lp + .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].lp:checked + .lbl::before {
    content: "\f111";
}


.checkbox-inline, .radio-inline {
    display: inline!important;
}


/* 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:6px;
}

/* 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;
}

.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:80%;
    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: #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;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-25 {
    margin-bottom: 25px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.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;
}

ul.help-file-list li {
    padding:8px;
    font-size:16px;
}

.password-mask {
        -webkit-text-security: disc;
        -moz-webkit-text-security: disc;
        -moz-text-security: disc;
    }

.bigger-140 {
    font-size:140%;
}

.grey {
    color:#aaa;
}


input[type=checkbox].lily,
input[type=radio].lily {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

label input[type=checkbox].lily,
label input[type=radio].lily {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type=checkbox].lily:checked,
input[type=radio].lily:checked,
input[type=checkbox].lily:focus,
input[type=radio].lily:focus {
    outline: none !important;
}

input[type=checkbox].lily + .lbl,
input[type=radio].lily + .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

    input[type=checkbox].lily + .lbl::before,
    input[type=radio].lily + .lbl::before {
        cursor: pointer;
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 12px;
        color: #32a3ce;
        content: "\a0";
        background-color: #FAFAFA;
        border: 1px solid #c8c8c8;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
        border-radius: 0;
        display: inline-block;
        text-align: center;
        height: 16px;
        line-height: 14px;
        min-width: 16px;
        margin-right: 1px;
        position: relative;
        top: -1px;
    }

input[type=checkbox].lily:checked + .lbl::before,
input[type=radio].lily: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);
}

input[type=checkbox].lily:hover + .lbl::before,
input[type=radio].lily:hover + .lbl::before,
input[type=checkbox].lily + .lbl:hover::before,
input[type=radio].lily + .lbl:hover::before {
    border-color: #ff893c;
}

input[type=checkbox].lily:active + .lbl::before,
input[type=radio].lily:active + .lbl::before,
input[type=checkbox].lily:checked:active + .lbl::before,
input[type=radio].lily:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox].lily.lily-checkbox-2 + .lbl::before,
input[type=radio].lily.lily-checkbox-2 + .lbl::before {
    box-shadow: none;
}

input[type=checkbox].lily.lily-checkbox-2:checked + .lbl::before,
input[type=radio].lily.lily-checkbox-2:checked + .lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #FFF;
}

input[type=checkbox].lily:disabled + .lbl::before,
input[type=radio].lily:disabled + .lbl::before,
input[type=checkbox].lily[disabled] + .lbl::before,
input[type=radio].lily[disabled] + .lbl::before,
input[type=checkbox].lily.disabled + .lbl::before,
input[type=radio].lily.disabled + .lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

.checkbox label input[type=checkbox].lily + .lbl,
.radio label input[type=radio].lily + .lbl {
    margin-left: -10px;
}
/**
input[type=radio].lily @{lbl}::before {
	border-radius:100%;
	font-size: 34px;
	font-family: Helvetica, Arial, "Sans-Serif";//looks better but incosistent
	line-height: 13px;
}
*/
input[type=radio].lily + .lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32a3ce;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type=radio].lily:checked + .lbl::before {
    content: "\f111";
}

input[type=checkbox].lily.input-lg + .lbl::before {
    border-radius: 4px;
    font-size: 16px;
    height: 24px;
    line-height: 21px;
    min-width: 24px;
    top: auto;
}

input[type=radio].lily.input-lg + .lbl::before {
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    min-width: 24px;
    top: auto;
}

.max-w-full {
    max-width: 100%;
}

.custom-breadcrumb {
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    padding: 9px;
}

.breadcrumb-item a:hover {
    color: #7c5ea8;
}

.breadcrumb-item.active span, .breadcrumb-item.active a {
    color: #7c5ea8;
    font-weight: 600;
}

.custom-breadcrumb .breadcrumb-item i {
    margin-left: 5px;
    color: #999;
}

.dashboard-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

    .dashboard-gallery img {
        width: 100%;
        height: 150px;
        border-radius: 8px;
        object-fit: cover;
        cursor: pointer;
    }

    .dashboard-gallery.photo-list {
        grid-template-columns: repeat(6, 1fr);
    }

@media (max-width:1200px) {
    .dashboard-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-gallery.photo-list {
        grid-template-columns: repeat(3, 1fr);
    }

@media (max-width:600px) {
    .dashboard-gallery.photo-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:400px) {
    .dashboard-gallery.photo-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .dashboard-gallery.photo-list img {
        height: 200px;
    }
}
