/* Space out content a bit */
body {
    color: black !important;
}

body.modal-open {
    height: auto;
}

.disabled-voice {
	display: none !important;
}

.watson-off, .voice-off{
	-webkit-filter: grayscale(100%);
	filter:  grayscale(100%);
	cursor: pointer;
}
.watson-on, .voice-on {
	-webkit-filter: grayscale(0%);
	filter:  grayscale(0%);
	  -webkit-animation: glow .75s alternate infinite;
	  animation: glow .75s alternate infinite;
	cursor: pointer;
}

@-webkit-keyframes glow {
  0% {
    -webkit-filter: saturate(50%);
    filter: saturate(50%);
  }
  100% {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
  }
}
@keyframes glow {
  0% {
    -webkit-filter: saturate(75%);
    filter: saturate(75%);
  }
  100% {
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
  }
}

/*.modal-open {
    overflow: hidden;
    position: fixed;
}
*/
.modal {
    max-height: 90% !important;
    overflow-y: scroll !important;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}

@font-face {
  font-family: "GothicMedium";
  src: url("../fonts/Gotham-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

.col-sm-1-5 {
	width:12.5% !important;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width:12.5% !important;
	}
}

.youtube-embed-wrapper {
	display: none;
}

.tooltip-inner {
	font-size: 1.15em !important;
	font-weight: bold !important;
}

@media (orientation: landscape) {
	.hidden-landscape {
		display: none;
	}
}

@media (orientation: portrait) {
	.hidden-portrait {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}

@media screen and (max-width:767px) {
	.block-xs {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
}

.btn-primary,.btn-primary:hover, .btn-primary:active {
	background-color: #1e8dca;
	border-color: #1e8dca;
}

.btn-success,.btn-success:hover, .btn-success:active {
	background-color: #5E861E;
	border-color: #5E861E;
}

.fc-time {
	display: block !important; /* put title of event on it's own line; */
}
.fc-title {
	display: block !important; /* put title of event on it's own line; */
}
.fc-day-grid-event {
	margin-top: 2px !important;
	margin-bottom: 4px !important;
}

.btn-primary {
   /* background-color: green !important;
    border-color: #2e6da4; */
}
.edit-event-div {
	padding-top:5px;
}

.fc-content {
	white-space: normal !important;
}
.simplec-color {
	color: #1e8dca !important; /* #0C89C1; */
}
.simplec-font-muted {
	color: #777777 !important; /* #0C89C1; */
}
.btn-clear {
	background-color: transparent !important;
	border: none !important; 
	color: #1e8dca !important;
	/*border-color: #777777;*/
}
.btn-danger {
	background-color: #cc0000 !important;
	border: none !important; 
	color: #ffffff !important;
	/*border-color: #777777;*/
}
.logo {
	width: 100%; 
	height: auto;
}
.show-borders {
	border: 1px dotted #000;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.full-width-auto-height {
	width: 100%;
	height: 1px;
}
.modal-backdrop.in {
	opacity: 1.0;
}
.padboddy {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pointer, .placeholder {
	cursor: pointer;
}
.btn-height {
	padding: 6px 12px;
	display: inline-block;
}

.required.control-label:after {
  content:"*";
  color:red;
}

.topmost {
	z-index: 9999;
}

.highlight {
	background-color: #f5f5f5;
}

.highlight-pad {
	padding: 20px;
}

.youtube-embed {
	width: 420px;
	height: 315px;
}
@media (min-width: 300px) {
	.youtube-embed {
		width: 210px;
		height: 158px;
	}
}
@media (min-width: 400px) {
	.youtube-embed {
		width: 315px;
		height: 237px;
	}
}
@media (min-width: 500px) {
	.youtube-embed {
	width: 420px;
	height: 315px;
	}
}
@media (min-width: 600px) {
	.youtube-embed {
	width: 500px;
	height: 375px;
	}
}

#zoomImage {
  position: fixed; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%;
  z-index: 2000;
}
#hideback {
  position: absolute; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%;
  opacity: 0.5;
  background-color: #000000
}
#zoomImage img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
#zoomImage video {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  z-index: 999;
}
.zoom-lightbox {
  position: fixed; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%;
  z-index: 2000;
}
.zoom-lightbox-hideback {
  position: absolute; 
  top: 0%; 
  left: 0%; 
  width: 100%; 
  height: 100%;
  opacity: 0.9;
  background-color: #000000
}
.zoom-lightbox img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.zoom-lightbox video {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.modal-header {
	background-color: #428bca;
	color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.thumboverlay { 
	width: 100px;
	height: 100px;
	top: 0px;
	left: 15px;
	position: absolute;
}

.userselectaudio {
	width: 100% !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.userselectvideo {
	width: 100% !important;
	height: auto !important;
	max-height: 150px;
}

.userselectthumb {
	height: 150px !important; 
	width: auto !important;
  	border-radius: 6px;
  	max-width: 230px !important;
}

.userselectthumb-sm {
	height: 100px !important; 
	width: auto !important;
  	border-radius: 6px;
  	max-width: 150px !important;
}

.userselectthumbleft {
	width: 70px !important; 
	height: auto !important;
  	border-radius: 6px;
  	max-height: 80px !important;
  	float: left;
}

#holder {
	border: 10px dashed #ccc;
	width: 300px;
	min-height: 300px;
	margin: 20px auto;
}

.thumbnail  .caption  h3 {
	margin-top: 0px;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.thumbnail  .caption  h3 {
		height: 75px;
	}
}

@media (min-height: 200px) {
	#tcModalBody {
		height:100px;
		overflow-y: scroll;
	}
}
@media (min-height: 300px) {
	#tcModalBody {
		height:150px;
		overflow-y: scroll;
	}
}
@media (min-height: 400px) {
	#tcModalBody {
		height:200px;
		overflow-y: scroll;
	}
}
@media (min-height: 500px) {
	#tcModalBody {
		height:250px;
		overflow-y: scroll;
	}
}
@media (min-height: 600px) {
	#tcModalBody {
		height:300px;
		overflow-y: scroll;
	}
}
@media (min-height: 700px) {
	#tcModalBody {
		height:350px;
		overflow-y: scroll;
	}
}
@media (min-height: 800px) {
	#tcModalBody {
		height:400px;
		overflow-y: scroll;
	}
}
@media (min-height: 1000px) {
	#tcModalBody {
		height:500px;
		overflow-y: scroll;
	}
}
@media (min-height: 1200px) {
	#tcModalBody {
		height:600px;
		overflow-y: scroll;
	}
}
@media (min-height: 1400px) {
	#tcModalBody {
		height:700px;
		overflow-y: scroll;
	}
}
@media (min-height: 1600px) {
	#tcModalBody {
		height:800px;
		overflow-y: scroll;
	}
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

  .container {
 /* width: 830px !important;*/
  }

/* Main marketing message and sign up button  */
.jumbotron {
	width: 800px;
	height: 200px;
  text-align: left;
  background-color: #fff;
	background-image: url(../img/family-portal-banner4.png) ;
  margin: 0px;
  padding: 0px;
}
.jumbotron h1 {
  margin: 0;
  padding-top: 20px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin-top: 20px;
  margin-bottom: 20px;
}
.marketing p + h4 {
  margin-top: 28px;
}

.marketing p + h3 {
  margin-top: 28px;
}

.form-signin {
  padding: 15px;
  margin: 0px auto;
  max-width: 400px;
 /* border: 1px solid #666;
  border-radius: 6px;*/
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-inline-control {
  font-size: 18px ;
	color: #000000 !important;
}

input, select, textarea, checkbox {
  font-size: 18px  !important;
	color: #000000 !important;
}

.control-label, .controls {
  font-size: 18px  !important;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 18px ;
  
	color: #000000 !important;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin .control-group {
	padding-top: 5px; padding-bottom: 5px;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;        
}

/* fuelux checkbox override */
.fuelux .checkbox-custom:before {
    width: 20px !important;
    height: 20px !important;        
    font-size: 14px !important;
    padding: 1px 0 10px 1px !important;
}

.checkbox label, .radio label {
	padding-left: 30px !important;
}
/* end fuelux checkbox override */

#dayButtons .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: white !important;
	background-color: #1e8dca !important;
}

#filterbyButton {
	width: 100%;
}

.modal-dialog-wide {
	width: 90% !important;
	font-size: 18px;
}

#notificationDiv {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	display: none;
    z-index: 9999999;
    max-height: 80px;
    overflow-y: auto;
    font-size: 18px;
}

.alert-notification {
	min-height:80px;
	padding: 15px;
	
    display: flex;
    align-items: center;
}

.alert-close {
	font-size: 28px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.col-sm-offset-half {
	    margin-left: 4.1666666%;
	}
}

.disabled > .checkbox-label {
  opacity: .5;
}

@media (min-width: 1400px) and (max-width: 1499px) {
   body {
       zoom: 1.07;
   }
}

@media (min-width: 1500px) and (max-width: 1599px) {
   body {
       zoom: 1.15;
   }
}

@media (min-width: 1600px) and (max-width: 1699px) {
   body {
       zoom: 1.23;
   }
}

@media (min-width: 1700px) and (max-width: 1799px) {
   body {
       zoom: 1.31;
   }
}

@media (min-width: 1800px) and (max-width: 1899px) {
   body {
       zoom: 1.38;
   }
}

@media (min-width: 1900px) and (max-width: 1999px) {
   body {
       zoom: 1.46;
   }
}

@media (min-width: 2000px) and (max-width: 2099px) {
   body {
       zoom: 1.54;
   }
}

@media (min-width: 2100px) {
   body {
       zoom: 1.62;
   }
}