body {
	font-family: 'Roboto', sans-serif;
	background-color: #4F758B;
}
footer{
	text-align: center;
    margin-top: 24px;
    padding-top: 8px;
    color: #333;
    font-size: 11px;
    margin-bottom: 12px;
}
.btn-success{
	background-color: #4cae4c;
	border-color: #3E923E;
}

.btn-cancel{
	background-color: #d9534f;
	border-color: #d9534f;
}


.btn-primary{
	background-color: #4F758B;
	border-color: #3F5A69;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  	background-color: #3E5B6B;
	border-color: #464F57;
}

.container {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #666;
}

.logo, .logo-small, .logo-big {
	/*display: inline;*/
	background-image: url("../images/pin-logo.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	
	display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reports-image {
	width: 42px;
    height: 42px;
    background-image: url("../images/reports.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.logo-big {
	width: 110px;
    height: 65px;
}

.logo {
	width: 120px;
	height: 77px;
}

.logo-small{
	width: 80px;
	height: 51px;
}

.background-logo{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	width: initial;
	height: initial;
	background-color: #E5E5E5;
}

.login{
	padding-top: 25vh;
}


.login-container {
	max-width: 400px;
	margin: 0px auto;
	box-shadow: 2px 2px 6px #333;
}

.login-header{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom: 1px solid #ddd;
	background-color: #4cae4c;
	color: #fff;
	padding: 12px;
	font-size: 120%;
	text-align: center;
    text-shadow: 0px 1px 3px #333;
}

.login-logo {
    width: 100%;
    height: auto;
    /*max-height: 105px;*/
    /*max-width: 300px;*/
    display: block;
    margin: -12px auto 12px;
}

.login-body{
	background-color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    padding: 24px 24px 12px 24px;
}

.button-height{
	height: 38px;
	line-height: 38px;
}

.home-header {
	border-bottom: 1px solid #ccc;
	overflow: auto;
	margin: 0px -15px;
	padding: 12px;
	margin-bottom: 12px;
}

.help-center-banner {
    background-color: #4F758B;
	padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.help-center-text {
	color: white;
	font-size: 14px;
}

.sponsor-name{
	display: inline-block;
	font-size: 32px;
	margin-left: 12px;
	margin-top: 12px;
	clear: both;
	font-variant: small-caps;
	font-weight: bold;
	color: #555;
}

.sponsor-name > a{
	color: #333;
}

a.sponsor-name:hover,
a.sponsor-name:focus{
	text-decoration: none;
	color: #888;
}
.user-name-logout {
	float: right;
    margin-top: 20px;
}

.user-name-logout form{
	display: inline-block;
}

.site-nav{
	margin: 0px 0px 12px;
	box-shadow: 2px 2px 2px #ccc;
}

.site-nav-title{
	display: inline-block;
}

.site-nav-panel-header.admin{
	background-color:  #f0ad4e;
}

.site-nav-panel-header:focus,
.site-nav-panel-header:hover{
	color: #eee;
	text-decoration: none;
}
.site-nav-panel-body{
	 padding: 12px;
}


.row-title-no-border{
	font-size: 24px;
	font-weight: 500;
	border-bottom: 0px solid #ccc;
	margin-bottom: 8px;
	margin-right: 12px;
}

.row-title{
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	margin-right: 12px;
}

.row-title-sub{
	font-size: 20px;
	font-weight: 200;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	margin-right: 12px;
}

.row-data{
	padding: 12px;
	margin-bottom: 24px;
}
.content-container{
	padding: 12px 4px;
	margin-bottom: 24px;
}

.global-back-button{
	margin-bottom: 12px;
}

.form-title{
	text-align: right;
	line-height: 32px;
}

.form-title-left{
	line-height: 32px;
}

.input-row{
	margin-bottom: 4px;
	align-content: inherit;
}
.column-data{
	padding: 5px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: row;
	
}

.input-row-space{
	margin-bottom: 15px;
	align-content: inherit;
}

.sensible-input-width{
	max-width: 320px;
	display: inline-block;
}

.search-container input,
.search-container select{
	border-radius: 0;
	border: none;
	box-shadow: none;
}


.search-header,
.search-container select{
	color: #777;
	line-height: 34px;
	cursor: default;
	display: inline-block;
}

.min-header-width.search-container select{
	min-width: 160px;
}

.search-container input::-webkit-input-placeholder,
.search-container select::-webkit-input-placeholder {
	color: #777;
}
.search-container input::-webkit-input-placeholder,
.search-container select::-webkit-input-placeholder {
	color: #777;
}

.search-container input::-webkit-input-placeholder,
.search-container select::-webkit-input-placeholder {
	color: #777;
}

.search-container input::-webkit-input-placeholder,
.search-container select::-webkit-input-placeholder {
	color: #777;
}

.search-container input:focus,
.search-container select:focus{
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-container .input-group-btn button{
	border-radius: 0;
	border: none;
}

.table-input.form-control{
	/* I don't think this actually needs any additional styling, for now at least */
}

.min-cell-width{
	min-width: 114px;
}

.note-add-container {
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 12px;
	margin-bottom: 12px;
	box-shadow: 1px 2px 2px #ccc;
}

.note-add-textarea {
	border: none;
	height: 48px;
	width: 100%;
	margin-right: 24px;
	border-radius: 4px;
	padding: 4px 8px;
}

.note-container {
	margin-bottom: 12px;
	border: 1px solid #ccc;
	padding: 8px 24px;
	box-shadow: 2px 2px 2px #ccc;
	border-radius: 2px;
}

.note-text{

}

.note-author{
	text-align: right;
	font-weight: bold;
}

.calendar-cell{
	border: 1px solid #ccc;
}

.calendar-date-cell{
	content: "";
	display: table;
	margin-right: auto;
	margin-bottom: 10px;
}

.milk-purchased{
	width: 50%;
	padding: 10px;
}

.calendar-date{
	width: 50%;
}
.calendar-content {
	padding-left: 24px;
	margin-bottom: 12px;
	min-width: 80px;
}

.different-month, .calendar-cell small{
	color: #999;
}

.input-time-width{
   min-width: 128px;
}

.margin-r-small{
	margin-right: 4px;
}

.food-label {
	min-width: 142px;
	display: inline-block;
	padding: 4px;
	font-size: 90%;
}

.bold{
	font-weight: bold;
}

.margin-top{
	margin-top: 24px;
}

.margin-bottom{
	margin-bottom: 12px;
}

.min-header-width{
	min-width: 136px;
}

.thin-header-width {
	min-width: 90px
}

.max-header-width{
	max-width: 136px;
}

.btn-inline{
	display: inline-block;
}

.site-staff-menu-item {
	display: inline-block;
	margin: 8px;
	/* color: #658D1B; */
	padding: 10px;
	border: 1px solid #eee;
	min-width: 112px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 1px 1px 1px #ccc;
}
.site-staff-menu-item:hover,
.site-staff-menu-item:focus{
	text-decoration: none;
	/*color: #45630F;*/
	box-shadow: inset 1px 1px 1px #ccc;
}

.site-staff-menu-item:hover,
.site-staff-menu-item:focus{
}

.site-staff-menu-item-image{
	text-shadow: 0px 1px rgba(0,0,0,.5);
	margin-bottom: 12px;
}

.site-staff-menu-item-text{
	/*color: #3E5611;*/
	font-size: 16px;
}

.landing-container-todo-small{
	padding-top: 4px;
	font-size: 12px;
}

.landing-container{
	width: 160px;
	display: inline-block;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #4cae4c;
	color: white;
	box-shadow: 2px 2px 2px #ccc;
	vertical-align: top;
	overflow: hidden;
	margin: 8px;
}

.landing-container-left{
	float: left;
	height: 120px;
    margin-top: 46px;
	width: 46px;
}

.landing-container-right {
	float: right;
	min-height: 120px;
	width: 108px;
	background-color: white;
	color: #555;
	padding: 2px;
}

.landing-container-todo {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	height: 60px;
	line-height: 60px;
}

.landing-container-todo-description{
	padding-top: 8px;
}

.landing-container-todo-image {
	padding-bottom: 2px;
	padding-top: 2px;
}

.landing-container-row-container {
    display: flex;
    flex-direction: column;
}

.landing-container-row {
    display: flex;
    width: 160px;
    height: 24px;
}

.landing-container-row-left {
    background-color: #4cae4c;
    width: 42px;
    min-width: 42px;
}

.landing-container-row-content {
    width: 100%;
    background-color: white;
    padding: 2px;
    color: black;
    font-size: 10px;
    text-align: left;
    padding-left: 8px;
}

.bg-red-status {
    background-color: #d9534f;
}

.bg-red-status .landing-container-todo{
	font-size: 20px;
}

.bg-grey-status {
	background-color: #ccc;
}

.bg-grey-status .landing-container-todo{
	font-size: 20px;
}

.bg-yellow-status {
    background-color: #f0ad4e;
}

.bg-yellow-status .landing-container-todo{
	font-size: 16px;
	line-height: 16px;
    padding-top: 14px;
}

@media (min-width: 990px){
	.site-staff-menu-item{
		margin: 8px 12px;
	}
}

@media (min-width: 1200px){
	.site-staff-menu-item{
		margin: 8px 20px;
	}
}


@media (max-width: 770px){
	
	/* fix tables for small screens*/
	table.table{
		background-color: white;
		border: 1px solid #ccc;
		border-radius: 4px;
	}

	table.table .search-container .input-group-btn{
		display: none;
	}

	table.table .search-container input.form-control{
		padding: 0px;
	}
}

/* Media Queries */
/* -------------------------------*/
/* for small screens */
@media (max-width: 480px) {
	/* hide the site-nav-title unless it is active */
	.site-nav .btn-group > .btn-group.selected {
		width: 2%;
	}
	.site-nav-title{
		display: none;
	}

	.active .site-nav-title{
		display: inline-block;
	}


	/* re-justify the form title's to be left aligned */
	.form-title{
		text-align: left;
	}
}


/* bootstrap overrides */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus{
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background-color: #31b0d5;
	color: #fff;
}

.nav-tabs.nav-justified > * > a {
	color: #555555;
}


.btn-group > .btn-group > .btn,
.btn-group > .btn-group > .dropdown-toggle{
	border-radius: 0px;
}

.btn-block-custom {
	margin-bottom: 6px;
	min-width: 260px;
}

.select-button-group{
	width:200px;
}

.select-button-group > button{
	 margin-left: -3px;
	 border-top-left-radius: 0px;
	 border-bottom-left-radius: 0px;
 }
.select-button-group > select{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	max-width: 160px;
	line-height: 30px;
	height: 30px;
	padding: 0px 4px;
}

.row-title.buttons-right{
	padding-bottom: 8px;
}

.food-menu-container{
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px #eee;
}

.food-menu-existing-items-container{
    background-color: #f8f8f8;
    padding: 12px;
    border-radius: 4px;
}

.divider {
	border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    font-weight: bold;
}
.padding-bottom{
	padding-bottom: 12px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}

.input-group-btn button[type="submit"].btn{
	height: 34px;
}

.signature-border {
	border-style: solid;
	border-width: 1px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}

/* utility class to hide scrollbars on all browsers */
.hide-scrollbar {
    -ms-overflow-style: none; /* For Internet Explorer and Edge (legacy) */
    scrollbar-width: none;    /* For Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge (Chromium) */
}
.hide-scrollbar::-webkit-scrollbar-track,
.hide-scrollbar::-webkit-scrollbar-thumb,
.hide-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
    border: none;
}