﻿/*CalendarColors*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #101010;
}
form {
  margin-bottom: 0;
}
h1 {
  font-size: 2em;
  font-family: 'Lato', sans-serif;
  /*color:@Teal;*/
}
h2 {
  font-size: 1.5em;
  font-family: 'Lato', sans-serif;
  /*color:@Teal;*/
}
h3 {
  font-size: 1.25em;
  color: #006666;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin-bottom: 5px;
}
h4 {
  color: #b38000;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
  font-weight: 300;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.275em;
  line-height: 1.75em;
  border-left: 5px solid;
  color: #006666;
}
blockquote h3 {
  margin-bottom: 15px;
}
a {
  color: #1A80B3;
}
/* visited link */
a:visited,
.navbar-fixed-bottom:visited {
  color: #4D801A;
}
/* mouse over link */
a:hover {
  color: #CC9900;
}
/* selected link */
a:active {
  color: #66ccff;
}
img {
  max-width: 100%;
}
footer {
  background-color: #006666;
  color: #fff;
  font-size: 90%;
  border-top: solid #ffcc00 2px;
}
footer a:link {
  color: #ccff99;
}
footer a:hover {
  color: #fff;
}
footer input,
footer textarea {
  color: #000;
}
.center-block {
  text-align: center;
}
.LabelLight label {
  font-weight: normal;
  margin-left: 5px;
}
.navbar .fa {
  font-size: 24px;
}
/*.navbar .fa-user-o{
    font-size: 24px;
    color:@Gold;
}*/
.AddTop {
  margin-top: 20px !important;
}
.AddTop30 {
  margin-top: 30px !important;
}
.AddTop40 {
  margin-top: 40px !important;
}
.AddTop50 {
  margin-top: 50px !important;
}
.RemoveTop {
  margin-top: 0 !important;
}
.Addbottom {
  margin-bottom: 20px !important;
}
.ImagePadTop {
  margin-top: 10px;
}
.ImagePadBottom {
  margin-bottom: 10px;
}
.ImagePadLeft {
  margin-left: 10px;
}
.ImagePadRight {
  margin-right: 10px;
}
.ImagePad10 {
  margin: 10px;
}
.ImageHeader {
  max-height: 75px;
}
.TealText {
  color: #006666;
}
.BlueText {
  color: #1A80B3;
}
.GoldText {
  color: #CC9900;
}
.GreenText {
  color: #669933;
}
.RedText {
  color: #C9302C;
}
.WhiteText {
  color: #fff;
}
hr.faded {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #ffcc00, rgba(0, 0, 0, 0));
  width: 80%;
}
.navbar-inverse {
  background-color: #006666;
  border-color: #006666;
  border-bottom: solid 2px #ffcc00;
  border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  background-color: transparent;
}
.navbar-brand:link,
.navbar-brand:visited,
button.navbar-toggler {
  color: #ccff99;
  background-color: transparent;
}
.navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover,
button.navbar-toggler:hover {
  color: #ffcc00;
  background-color: transparent;
}
/*#region Masonry */
.wrapper {
  width: 95%;
  margin: 3em auto;
}
.masonry,
.NarrowMasonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  /*font-size: .85em;*/
}
.item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccff99;
}
.form-control {
  line-height: 1.7;
}
.btn .btn-success a:link {
  color: #fff;
}
.btn-warning a {
  color: #000;
}
.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.AdminGrid td,
.AdminGrid th {
  padding: 10px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 7px;
}
.SearchBox {
  margin-bottom: 20px !important;
}
.Calendar {
  font-size: 14px;
  border-color: #fff;
  padding: 25px;
  background-color: #fff;
  font-family: "Lato";
  color: #000;
  width: 100%;
}
.DayStyle {
  min-height: 300px;
  vertical-align: top;
  padding-bottom: 10px;
}
.DayHeader {
  font-weight: bold;
  font-size: 16px;
}
.NextPrev {
  font-weight: bold;
  color: #2e2b2b;
}
.OtherMonth {
  background-color: #eee;
  vertical-align: top;
}
.SelectedDay {
  vertical-align: top;
  font-weight: bold;
  background-color: #fff;
}
.Selected {
  font-weight: bold;
}
.Title {
  background-color: #fff;
  border: solid 4px #fff;
  font-weight: bold;
  font-size: 18px;
  color: #006666;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 2px #ffcc00;
}
.today {
  font-weight: bold;
}
.RoundedCorners {
  border-radius: 3px;
}
.Yellow {
  background-color: #ffcc00;
  border: 1px solid #CC9900;
  padding: 2px;
  width: 95%;
  border-radius: 3px;
}
.Blue {
  background-color: #66ccff;
  order: 1px solid #1A80B3;
  padding: 2px;
  width: 95%;
  border-radius: 3px;
}
.input-group-btn .fa {
  color: #000;
}
/*#region ButtonStyles */
.apls-btn {
  color: #fff;
  background-color: #006666;
  margin-top: 3px;
  border: 1px solid #121212;
  font-size: 14px;
}
.Childrens-D {
  border-color: #FEC100;
  color: #101010;
  background-color: #FEC100;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Childrens-D:focus,
.Childrens-D.focus {
  color: #101010;
  background-color: #cb9a00;
  border-color: #7f6000;
}
.Childrens-D:hover {
  color: #101010;
  background-color: #cb9a00;
  border-color: #c19200;
}
.Childrens-D:active,
.Childrens-D.active,
.open > .dropdown-toggle.Childrens-D {
  color: #101010;
  background-color: #cb9a00;
  border-color: #c19200;
}
.Childrens-D:active:hover,
.Childrens-D.active:hover,
.open > .dropdown-toggle.Childrens-D:hover,
.Childrens-D:active:focus,
.Childrens-D.active:focus,
.open > .dropdown-toggle.Childrens-D:focus,
.Childrens-D:active.focus,
.Childrens-D.active.focus,
.open > .dropdown-toggle.Childrens-D.focus {
  color: #101010;
  background-color: #a77f00;
  border-color: #7f6000;
}
.Childrens-D:active,
.Childrens-D.active,
.open > .dropdown-toggle.Childrens-D {
  background-image: none;
}
.Childrens-D.disabled:hover,
.Childrens-D[disabled]:hover,
fieldset[disabled] .Childrens-D:hover,
.Childrens-D.disabled:focus,
.Childrens-D[disabled]:focus,
fieldset[disabled] .Childrens-D:focus,
.Childrens-D.disabled.focus,
.Childrens-D[disabled].focus,
fieldset[disabled] .Childrens-D.focus {
  background-color: #FEC100;
  border-color: #FEC100;
}
.Childrens-D .badge {
  color: #FEC100;
  background-color: #101010;
}
.Childrens-G {
  border-color: #FE7C00;
  color: #101010;
  background-color: #FE7C00;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Childrens-G:focus,
.Childrens-G.focus {
  color: #101010;
  background-color: #cb6300;
  border-color: #7f3e00;
}
.Childrens-G:hover {
  color: #101010;
  background-color: #cb6300;
  border-color: #c15e00;
}
.Childrens-G:active,
.Childrens-G.active,
.open > .dropdown-toggle.Childrens-G {
  color: #101010;
  background-color: #cb6300;
  border-color: #c15e00;
}
.Childrens-G:active:hover,
.Childrens-G.active:hover,
.open > .dropdown-toggle.Childrens-G:hover,
.Childrens-G:active:focus,
.Childrens-G.active:focus,
.open > .dropdown-toggle.Childrens-G:focus,
.Childrens-G:active.focus,
.Childrens-G.active.focus,
.open > .dropdown-toggle.Childrens-G.focus {
  color: #101010;
  background-color: #a75200;
  border-color: #7f3e00;
}
.Childrens-G:active,
.Childrens-G.active,
.open > .dropdown-toggle.Childrens-G {
  background-image: none;
}
.Childrens-G.disabled:hover,
.Childrens-G[disabled]:hover,
fieldset[disabled] .Childrens-G:hover,
.Childrens-G.disabled:focus,
.Childrens-G[disabled]:focus,
fieldset[disabled] .Childrens-G:focus,
.Childrens-G.disabled.focus,
.Childrens-G[disabled].focus,
fieldset[disabled] .Childrens-G.focus {
  background-color: #FE7C00;
  border-color: #FE7C00;
}
.Childrens-G .badge {
  color: #FE7C00;
  background-color: #101010;
}
.Teen-D {
  border-color: #E54072;
  color: #fff;
  background-color: #E54072;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Teen-D:focus,
.Teen-D.focus {
  color: #fff;
  background-color: #d51d55;
  border-color: #92143a;
}
.Teen-D:hover {
  color: #fff;
  background-color: #d51d55;
  border-color: #cc1c51;
}
.Teen-D:active,
.Teen-D.active,
.open > .dropdown-toggle.Teen-D {
  color: #fff;
  background-color: #d51d55;
  border-color: #cc1c51;
}
.Teen-D:active:hover,
.Teen-D.active:hover,
.open > .dropdown-toggle.Teen-D:hover,
.Teen-D:active:focus,
.Teen-D.active:focus,
.open > .dropdown-toggle.Teen-D:focus,
.Teen-D:active.focus,
.Teen-D.active.focus,
.open > .dropdown-toggle.Teen-D.focus {
  color: #fff;
  background-color: #b61948;
  border-color: #92143a;
}
.Teen-D:active,
.Teen-D.active,
.open > .dropdown-toggle.Teen-D {
  background-image: none;
}
.Teen-D.disabled:hover,
.Teen-D[disabled]:hover,
fieldset[disabled] .Teen-D:hover,
.Teen-D.disabled:focus,
.Teen-D[disabled]:focus,
fieldset[disabled] .Teen-D:focus,
.Teen-D.disabled.focus,
.Teen-D[disabled].focus,
fieldset[disabled] .Teen-D.focus {
  background-color: #E54072;
  border-color: #E54072;
}
.Teen-D .badge {
  color: #E54072;
  background-color: #fff;
}
.Teen-G {
  border-color: #AA418D;
  color: #fff;
  background-color: #AA418D;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Teen-G:focus,
.Teen-G.focus {
  color: #fff;
  background-color: #85336e;
  border-color: #4e1e40;
}
.Teen-G:hover {
  color: #fff;
  background-color: #85336e;
  border-color: #7e3068;
}
.Teen-G:active,
.Teen-G.active,
.open > .dropdown-toggle.Teen-G {
  color: #fff;
  background-color: #85336e;
  border-color: #7e3068;
}
.Teen-G:active:hover,
.Teen-G.active:hover,
.open > .dropdown-toggle.Teen-G:hover,
.Teen-G:active:focus,
.Teen-G.active:focus,
.open > .dropdown-toggle.Teen-G:focus,
.Teen-G:active.focus,
.Teen-G.active.focus,
.open > .dropdown-toggle.Teen-G.focus {
  color: #fff;
  background-color: #6b2959;
  border-color: #4e1e40;
}
.Teen-G:active,
.Teen-G.active,
.open > .dropdown-toggle.Teen-G {
  background-image: none;
}
.Teen-G.disabled:hover,
.Teen-G[disabled]:hover,
fieldset[disabled] .Teen-G:hover,
.Teen-G.disabled:focus,
.Teen-G[disabled]:focus,
fieldset[disabled] .Teen-G:focus,
.Teen-G.disabled.focus,
.Teen-G[disabled].focus,
fieldset[disabled] .Teen-G.focus {
  background-color: #AA418D;
  border-color: #AA418D;
}
.Teen-G .badge {
  color: #AA418D;
  background-color: #fff;
}
.Adult-D {
  border-color: #0094AE;
  color: #fff;
  background-color: #0094AE;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Adult-D:focus,
.Adult-D.focus {
  color: #fff;
  background-color: #00697b;
  border-color: #00282f;
}
.Adult-D:hover {
  color: #fff;
  background-color: #00697b;
  border-color: #006071;
}
.Adult-D:active,
.Adult-D.active,
.open > .dropdown-toggle.Adult-D {
  color: #fff;
  background-color: #00697b;
  border-color: #006071;
}
.Adult-D:active:hover,
.Adult-D.active:hover,
.open > .dropdown-toggle.Adult-D:hover,
.Adult-D:active:focus,
.Adult-D.active:focus,
.open > .dropdown-toggle.Adult-D:focus,
.Adult-D:active.focus,
.Adult-D.active.focus,
.open > .dropdown-toggle.Adult-D.focus {
  color: #fff;
  background-color: #004a57;
  border-color: #00282f;
}
.Adult-D:active,
.Adult-D.active,
.open > .dropdown-toggle.Adult-D {
  background-image: none;
}
.Adult-D.disabled:hover,
.Adult-D[disabled]:hover,
fieldset[disabled] .Adult-D:hover,
.Adult-D.disabled:focus,
.Adult-D[disabled]:focus,
fieldset[disabled] .Adult-D:focus,
.Adult-D.disabled.focus,
.Adult-D[disabled].focus,
fieldset[disabled] .Adult-D.focus {
  background-color: #0094AE;
  border-color: #0094AE;
}
.Adult-D .badge {
  color: #0094AE;
  background-color: #fff;
}
.Adult-G {
  border-color: #3BA6A0;
  color: #fff;
  background-color: #3BA6A0;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Adult-G:focus,
.Adult-G.focus {
  color: #fff;
  background-color: #2e807c;
  border-color: #1a4845;
}
.Adult-G:hover {
  color: #fff;
  background-color: #2e807c;
  border-color: #2b7974;
}
.Adult-G:active,
.Adult-G.active,
.open > .dropdown-toggle.Adult-G {
  color: #fff;
  background-color: #2e807c;
  border-color: #2b7974;
}
.Adult-G:active:hover,
.Adult-G.active:hover,
.open > .dropdown-toggle.Adult-G:hover,
.Adult-G:active:focus,
.Adult-G.active:focus,
.open > .dropdown-toggle.Adult-G:focus,
.Adult-G:active.focus,
.Adult-G.active.focus,
.open > .dropdown-toggle.Adult-G.focus {
  color: #fff;
  background-color: #246662;
  border-color: #1a4845;
}
.Adult-G:active,
.Adult-G.active,
.open > .dropdown-toggle.Adult-G {
  background-image: none;
}
.Adult-G.disabled:hover,
.Adult-G[disabled]:hover,
fieldset[disabled] .Adult-G:hover,
.Adult-G.disabled:focus,
.Adult-G[disabled]:focus,
fieldset[disabled] .Adult-G:focus,
.Adult-G.disabled.focus,
.Adult-G[disabled].focus,
fieldset[disabled] .Adult-G.focus {
  background-color: #3BA6A0;
  border-color: #3BA6A0;
}
.Adult-G .badge {
  color: #3BA6A0;
  background-color: #fff;
}
.Gazebo {
  border-color: #8DBA00;
  color: #fff;
  background-color: #8DBA00;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Gazebo:focus,
.Gazebo.focus {
  color: #fff;
  background-color: #668700;
  border-color: #2c3a00;
}
.Gazebo:hover {
  color: #fff;
  background-color: #668700;
  border-color: #5f7d00;
}
.Gazebo:active,
.Gazebo.active,
.open > .dropdown-toggle.Gazebo {
  color: #fff;
  background-color: #668700;
  border-color: #5f7d00;
}
.Gazebo:active:hover,
.Gazebo.active:hover,
.open > .dropdown-toggle.Gazebo:hover,
.Gazebo:active:focus,
.Gazebo.active:focus,
.open > .dropdown-toggle.Gazebo:focus,
.Gazebo:active.focus,
.Gazebo.active.focus,
.open > .dropdown-toggle.Gazebo.focus {
  color: #fff;
  background-color: #4b6300;
  border-color: #2c3a00;
}
.Gazebo:active,
.Gazebo.active,
.open > .dropdown-toggle.Gazebo {
  background-image: none;
}
.Gazebo.disabled:hover,
.Gazebo[disabled]:hover,
fieldset[disabled] .Gazebo:hover,
.Gazebo.disabled:focus,
.Gazebo[disabled]:focus,
fieldset[disabled] .Gazebo:focus,
.Gazebo.disabled.focus,
.Gazebo[disabled].focus,
fieldset[disabled] .Gazebo.focus {
  background-color: #8DBA00;
  border-color: #8DBA00;
}
.Gazebo .badge {
  color: #8DBA00;
  background-color: #fff;
}
.Makers {
  border-color: #464749;
  color: #fff;
  background-color: #66696C;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Makers:focus,
.Makers.focus {
  color: #fff;
  background-color: #4d4f52;
  border-color: #080808;
}
.Makers:hover {
  color: #fff;
  background-color: #4d4f52;
  border-color: #28292a;
}
.Makers:active,
.Makers.active,
.open > .dropdown-toggle.Makers {
  color: #fff;
  background-color: #4d4f52;
  border-color: #28292a;
}
.Makers:active:hover,
.Makers.active:hover,
.open > .dropdown-toggle.Makers:hover,
.Makers:active:focus,
.Makers.active:focus,
.open > .dropdown-toggle.Makers:focus,
.Makers:active.focus,
.Makers.active.focus,
.open > .dropdown-toggle.Makers.focus {
  color: #fff;
  background-color: #3c3e3f;
  border-color: #080808;
}
.Makers:active,
.Makers.active,
.open > .dropdown-toggle.Makers {
  background-image: none;
}
.Makers.disabled:hover,
.Makers[disabled]:hover,
fieldset[disabled] .Makers:hover,
.Makers.disabled:focus,
.Makers[disabled]:focus,
fieldset[disabled] .Makers:focus,
.Makers.disabled.focus,
.Makers[disabled].focus,
fieldset[disabled] .Makers.focus {
  background-color: #66696C;
  border-color: #464749;
}
.Makers .badge {
  color: #66696C;
  background-color: #fff;
}
.Public {
  border-color: #ABCEEE;
  color: #000;
  background-color: #ABCEEE;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Public:focus,
.Public.focus {
  color: #000;
  background-color: #81b5e5;
  border-color: #4190d9;
}
.Public:hover {
  color: #000;
  background-color: #81b5e5;
  border-color: #78b0e4;
}
.Public:active,
.Public.active,
.open > .dropdown-toggle.Public {
  color: #000;
  background-color: #81b5e5;
  border-color: #78b0e4;
}
.Public:active:hover,
.Public.active:hover,
.open > .dropdown-toggle.Public:hover,
.Public:active:focus,
.Public.active:focus,
.open > .dropdown-toggle.Public:focus,
.Public:active.focus,
.Public.active.focus,
.open > .dropdown-toggle.Public.focus {
  color: #000;
  background-color: #63a4df;
  border-color: #4190d9;
}
.Public:active,
.Public.active,
.open > .dropdown-toggle.Public {
  background-image: none;
}
.Public.disabled:hover,
.Public[disabled]:hover,
fieldset[disabled] .Public:hover,
.Public.disabled:focus,
.Public[disabled]:focus,
fieldset[disabled] .Public:focus,
.Public.disabled.focus,
.Public[disabled].focus,
fieldset[disabled] .Public.focus {
  background-color: #ABCEEE;
  border-color: #ABCEEE;
}
.Public .badge {
  color: #ABCEEE;
  background-color: #000;
}
.Closings {
  border-color: Red;
  color: #000;
  background-color: Red;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.Closings:focus,
.Closings.focus {
  color: #000;
  background-color: #cc0000;
  border-color: #800000;
}
.Closings:hover {
  color: #000;
  background-color: #cc0000;
  border-color: #c20000;
}
.Closings:active,
.Closings.active,
.open > .dropdown-toggle.Closings {
  color: #000;
  background-color: #cc0000;
  border-color: #c20000;
}
.Closings:active:hover,
.Closings.active:hover,
.open > .dropdown-toggle.Closings:hover,
.Closings:active:focus,
.Closings.active:focus,
.open > .dropdown-toggle.Closings:focus,
.Closings:active.focus,
.Closings.active.focus,
.open > .dropdown-toggle.Closings.focus {
  color: #000;
  background-color: #a80000;
  border-color: #800000;
}
.Closings:active,
.Closings.active,
.open > .dropdown-toggle.Closings {
  background-image: none;
}
.Closings.disabled:hover,
.Closings[disabled]:hover,
fieldset[disabled] .Closings:hover,
.Closings.disabled:focus,
.Closings[disabled]:focus,
fieldset[disabled] .Closings:focus,
.Closings.disabled.focus,
.Closings[disabled].focus,
fieldset[disabled] .Closings.focus {
  background-color: Red;
  border-color: Red;
}
.Closings .badge {
  color: Red;
  background-color: #000;
}
.HomeForm {
  border-color: #FEB03F;
  color: #000;
  background-color: #ffcc00;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.HomeForm:focus,
.HomeForm.focus {
  color: #000;
  background-color: #cca300;
  border-color: #bd7001;
}
.HomeForm:hover {
  color: #000;
  background-color: #cca300;
  border-color: #fe9702;
}
.HomeForm:active,
.HomeForm.active,
.open > .dropdown-toggle.HomeForm {
  color: #000;
  background-color: #cca300;
  border-color: #fe9702;
}
.HomeForm:active:hover,
.HomeForm.active:hover,
.open > .dropdown-toggle.HomeForm:hover,
.HomeForm:active:focus,
.HomeForm.active:focus,
.open > .dropdown-toggle.HomeForm:focus,
.HomeForm:active.focus,
.HomeForm.active.focus,
.open > .dropdown-toggle.HomeForm.focus {
  color: #000;
  background-color: #a88700;
  border-color: #bd7001;
}
.HomeForm:active,
.HomeForm.active,
.open > .dropdown-toggle.HomeForm {
  background-image: none;
}
.HomeForm.disabled:hover,
.HomeForm[disabled]:hover,
fieldset[disabled] .HomeForm:hover,
.HomeForm.disabled:focus,
.HomeForm[disabled]:focus,
fieldset[disabled] .HomeForm:focus,
.HomeForm.disabled.focus,
.HomeForm[disabled].focus,
fieldset[disabled] .HomeForm.focus {
  background-color: #ffcc00;
  border-color: #FEB03F;
}
.HomeForm .badge {
  color: #ffcc00;
  background-color: #000;
}
.FOL {
  border-color: #B9DC82;
  color: #000;
  background-color: #B9DC82;
  margin-top: 3px;
  border: none;
  /*1px solid  @border;*/
  font-size: 14px;
  width: 98%;
}
.FOL:focus,
.FOL.focus {
  color: #000;
  background-color: #a3d15a;
  border-color: #7dae31;
}
.FOL:hover {
  color: #000;
  background-color: #a3d15a;
  border-color: #9ecf52;
}
.FOL:active,
.FOL.active,
.open > .dropdown-toggle.FOL {
  color: #000;
  background-color: #a3d15a;
  border-color: #9ecf52;
}
.FOL:active:hover,
.FOL.active:hover,
.open > .dropdown-toggle.FOL:hover,
.FOL:active:focus,
.FOL.active:focus,
.open > .dropdown-toggle.FOL:focus,
.FOL:active.focus,
.FOL.active.focus,
.open > .dropdown-toggle.FOL.focus {
  color: #000;
  background-color: #93c93e;
  border-color: #7dae31;
}
.FOL:active,
.FOL.active,
.open > .dropdown-toggle.FOL {
  background-image: none;
}
.FOL.disabled:hover,
.FOL[disabled]:hover,
fieldset[disabled] .FOL:hover,
.FOL.disabled:focus,
.FOL[disabled]:focus,
fieldset[disabled] .FOL:focus,
.FOL.disabled.focus,
.FOL[disabled].focus,
fieldset[disabled] .FOL.focus {
  background-color: #B9DC82;
  border-color: #B9DC82;
}
.FOL .badge {
  color: #B9DC82;
  background-color: #000;
}
.All {
  color: #fff;
  background-color: #006666;
  margin-top: 3px;
  border: 1px solid #121212;
  font-size: 14px;
  width: 98%;
}
.Childrens-D-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #FEC100;
}
.Childrens-D-text {
  color: #CC9900;
}
.Childrens-G-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #FE7C00;
}
.Childrens-G-text {
  color: #FE7C00;
}
.Teen-D-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #E54072;
}
.Teen-D-text {
  color: #E54072;
}
.Teen-G-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #AA418D;
}
.Teen-G-text {
  color: #AA418D;
}
.Adult-D-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #0094AE;
}
.Adult-D-text {
  color: #0094AE;
}
.Adult-G-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #3BA6A0;
}
.Adult-G-text {
  color: #3BA6A0;
}
.Gazebo-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #8DBA00;
}
.Gazebo-text {
  color: #8DBA00;
}
.Makers-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #464749;
}
.Makers-text {
  color: #464749;
}
.Closings-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 Red;
}
.Closings-text {
  color: Red;
}
.Public-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ABCEEE;
}
.Public-text {
  color: #ABCEEE;
}
.FOL-item {
  display: inline-block;
  /*background: #f8f8ff;*/
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #B9DC82;
}
.FOL-text {
  color: #80B34D;
}
.CalendarLabel {
  display: block;
  margin-top: 7px;
}
body.modal-open {
  overflow: visible;
}
.modal-open {
  padding-right: 0 !important;
}
.panel-title {
  color: #006666;
  font-style: italic;
}
.DetailsTable td {
  padding: 5px;
}
/*.Childrens-D:link, .Teen-D:link, .Adult-D.link{color:#000;}*/
/*#endregion */
/*#region MediaQueries */
@media only screen and (min-width: 400px) {
  .masonry,
  .NarrowMasonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media only screen and (min-width: 700px) {
  .masonry,
  .NarrowMasonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .SearchBox {
    margin-top: 40px !important;
  }
  .nav-item {
    margin-left: .5em;
  }
}
@media only screen and (min-width: 900px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .NarrowMasonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1100px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .NarrowMasonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .SearchBox {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 1260px;
  }
}
/*#endregion */