﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
textarea,
select {
    max-width: 280px;
}

*/

input:invalid{
 border: 2px solid red;
}

.award {
  margin-top: 10px;
}

.award-winner {
  font-weight: bold;
}

/*Allow bootstrap list-groups to be horizontal*/
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}


.margin-bottom-sm {
   margin-bottom: 5px;
} 

.hr-header {
   border-width: 3px; 
   border-color:lightgray;
}

/* don't show I-beam for text inside anchor tags */
a {
   cursor: default
}


/* Background image for main body. */
#bodyelement {
   background: #3e3e3e;
   background-repeat: repeat;
}



.twitter-typeahead {
   width: 100%;
   position: relative;
}

.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
   margin-bottom: 0;
   min-width: 300px;
}

.tt-hint {
   /*display: block;*/
   width: 100%;
   height: 38px;
   padding: 8px 12px;
   font-size: 12px;
   line-height: 1.428571429;
   color: #999;
   vertical-align: middle;
   background-color: #ffffff;
   border: 1px solid #cccccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-menu {
   min-width: 300px;
   margin-top: 2px;
   padding: 5px 0;
   background-color: #ffffff;
   border: 1px solid #cccccc;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 4px;
   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   background-clip: padding-box;
   /* Following makes the list scrollable.  See https://twitter.github.io/typeahead.js/examples/ */
   max-height: 250px;
   overflow-y: auto;
}

.tt-suggestion {
   /*display: block;*/
   padding: 3px 20px;
   color: #6c6c6c;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
      cursor: pointer;
      color: black;
      background-color: #428bca;
   }

.tt-suggestion.tt-cursor a {
   color: black;
}

.tt-suggestion p {
   margin: 0;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.tooltipIcon {
   margin-left: 0.3em;
   vertical-align: middle;
}

.bootstrap-select.show-tick-left .dropdown-menu .selected span.check-mark {
   position: absolute;
   display: inline-block;
   left: 5px;
   top: 5px;
}

.bootstrap-select.show-tick-left .dropdown-menu li a span.text {
   margin-right: 34px;
}

.QuestionError {
   color: red;
}
.QuestionRow {
   margin-top: 20px;
}
.QuestionRowInError {
   background: #9b000080;
}
.QuestionRowDescription {
   margin-top: 20px;
}
/* Following are half-width columns */
.col-sm-0-5 {
   width: 4.16%;
}
.col-sm-3-5 {
   width: 29.16%;
}

.applicationSection {
   padding-top: 20px;
}
