html,body {
  font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:13px;
  line-height:1.42857143;
  color:#333;
  height:100%;
}
form img {
    width: 100%;
}
.hide{
  display:none;
}
legend {
    margin-top: 20px;
    border: none;
}
.float-right{
  float:right;
}
img {
    /* width: 100%; */
}
.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
form{
    margin:0;
}
.panel-sub{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
.center{
  text-align:center;
}
.input-group {
    margin: 10px 0;
}
.radio-container {
    border: thin solid lightgrey;
    padding: 5px 10px 10px;
    vertical-align: middle;
}
.row {
  /*margin-right:0;
  margin-left:0;*/
  margin: 0;
  padding: 0;
}
.container-fluid{
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
}
.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}
table img {
    max-height: 4rem;
    width: auto;
}
.alpha35 {
    opacity: 0.35;
}
textarea {
    width: 100%;
}
.panel-heading h3 {
    font-weight: 600;
    margin: 0;
}
.v-top {
    vertical-align: top;
    line-height: 2em;
}
.wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    max-width: 100px;
}
.tags a {
    border: 1px solid #DDD;
    display: inline-block;
    color: #717171;
    background: #FFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 2px;
    margin: 0 3px 6px 0;
    padding: 5px 10px;
}
.tags .primary {
    color: #FFF;
    background-color: #5BC0DE;
    border-color: #46B8DA;
}
.pointer{
  cursor:pointer;
}
.disabled{
  pointer-events: none;
  color: #c7c7c7;
}
.tags a.success{color:#FFF;background-color:#5CB85C;border-color:#4CAE4C}
.tags a.info{color:#FFF;background-color:#5BC0DE;border-color:#46B8DA}
.tags a.warning{color:#FFF;background-color:#F0AD4E;border-color:#EEA236}
.tags a.danger{color:#FFF;background-color:#D9534F;border-color:#D43F3A}
.all-date {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.all-date .date {
    margin: 1rem;
}
.trumbowyg-box, .trumbowyg-editor { min-height: auto; }
a#menu-toggle {
    margin-top: 10px;
    font-size: 2rem;
}
.generate {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    cursor: pointer;
}
.prize_photo{
    cursor:pointer;
}
table {
    font-size: 1rem;
}
.fa-check{
  color:green;
}
.fa-times{
  color:lightgrey;
}

.hidden-xs {
    display: block !important;
}
.dropdown.bootstrap-select {
    border: thin solid lightgray;
}

button.btn.dropdown-toggle {
    padding: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
input[disabled], select[disabled] {
    opacity: 0.35;
}
.card.shadow {
    border: thin solid lightgrey;
    padding: 0.5rem 2rem;
}