/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 13, 2019 */



@font-face {
  font-family: 'blowlogoregular';
  src: url('../font/blowlogo-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'wmcicons';
  src: url('../font/wmc-icons-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.wmc-icon {
  font-size: 62px;
  line-height: 60px;
  font-family: 'wmcicons';
}

.wmc-icon-small {
  font-size: 42px;
  line-height: 20px;
  width: 30px;
  font-family: 'wmcicons' !important;
  display: inline-block !important;
}


.blow-logo {
  font-size: 32px;
  font-family: 'blowlogoregular';

}


html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner > *{
  opacity: 0;
}

/* Spinner */
body.show-spinner::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

.show-spinner::before{
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


.theme-colors  {
  display: none !important;
}

.id-column {
  width: 200px;
  white-space: nowrap;
}

.status-column,
.date-column {
  width: 120px;
  white-space: nowrap;
}

.date-time-column {
  width: 150px;
  white-space: nowrap;
}

.ben-name-column {
  width: 150px !important;
  white-space: nowrap;
}

.saveFormFooter {
  float: right;
  text-align: right;
  padding: 20px;
  margin: 10px;
}

.helpText {
  color: rgba(0,0,0,0.8);
  margin-top: -20px;
  margin-bottom: 20px !important;
  /*border: 1px solid #F0F;*/
}

.helpText a {
  color: #0f3d64 !important;
  font-weight: bold !important;
  transition: all 0.3s ease;
}



.helpText a:hover {
  text-decoration: underline;
}

.tabhelp {
/*  padding: 10px; */

}

.p-icon {
  background-color: #000;
}
.p-marching {
  /*background-color: #35B3D1;*/
}
.p-marching-parade {
  /*background-color: #3E1385;*/
}
.p-show {
  /*background-color: #F21D8C;*/
}
.p-wind {
  /*background-color: #000;*/
}
.p-fanfare {
  /*background-color: #349027;*/
}
.p-percussion {
  /*background-color: #FF0000;*/
}
.p-brass {
  /*background-color: #FFE500;*/
}

.icon-selected {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: green;
  /*background-color: #FFF;*/
}
.participation_icon h4 {
  text-align: center;
  font-size: 10px !important;
}

.icon-selected:hover {
  /*background-color: #fff;*/
  color: #F00;
  /*
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  */

  opacity: 1;
}
.participation_icon:hover .p-icon {
 /* background-color: #fff; */
  color: #000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
  opacity: 1;
}

.participation_icon-disabled .p-icon {
  background-color: rgba(0,0,0,0)
}

.participation_icon:hover .participation_icon-disabled {
  opacity: 1
}


.table-icon-class {
  width: 12px;
  text-align:center;
}
.table-icon-class3 {
  width: 12px;
  text-align:center;
  vertical-align: top;
  color: rgba(0,0,0,0.6);
  cursor: pointer;
}
.table-icon-class2 {
  width: 40px !important;
  text-align:center;
  cursor: pointer;
}

.overlay {
  position:fixed;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  background-color: rgba(255,255,255,0.75);
  /*background-color:  #1b191b;*/
  z-index: 40000;
  display: none;
}

/* BAND SELECTIONS */
.d-concert, .d-1st, .d-2nd, .d-3rd, .d-youth, .d-world, .d-champion {
  display :none;
}

.button-remove-item {
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.button-remove-item:hover {
  color: #F00;
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
  /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}

.msg-badge {
  width: 20px;
  height: 20px; border-radius: 50%; position: relative; top: -10px
}

.msg-badge-inbox {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: -60px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  left: 25px;
}

.msg-badge-subinbox {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  display:inline-block;
  margin-bottom: 10px;
}

.msg-badge-subinbox-small {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 7px;
  line-height: 10px;
  display:inline-block;
}

.delete-an-item {
  font-size: 16px;
  cursor: pointer;
}

.delete-an-item:hover {
  color: #ff0000;
}

.contest-selection li {
  list-style: none;
  margin-left: -40px !important;
  padding: 10px;
  padding-left: 0px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contest-selection li:hover {
  background-color: rgba(0,0,0,0.1);
}

.participation_table {
  width: 100%;
}


.participation_selection {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.participation_icon {
  display: inline-block;
  text-align: center;
  width: auto;
  min-width: 100px;
  max-width: 120px;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  opacity: 1;
}

.hide-participation-icon {
  opacity: 0;
  display: none;
}


.participation_icon, .p-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  margin: auto;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.solo-row {
  display: none;
}



.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dataset {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #145388;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color:#145388;

}

.tt-suggestion p {
  margin: 0;
}



.group-start {
  cursor: pointer
}

.hospitality_image {
  width: 190px;
  height: 100px;
  margin: 15px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.message-reply, .message-reply-right {
  border-radius: 15px;
  padding: 15px;
  margin: 10px;
  background-color: #edf6fb;
}

.message-reply-right {
  background-color: #FFF !important;
}
.xxsmall {
  width: 30px !important;
  height: 30px !important;
}

.scrollable {
  overflow-y: scroll !important;
  border: 1px solid greenyellow !important;
  height: 80%;
}

/*.paginate_button .page-link {*/
/*  width: 20px !important;*/
/*  height: 20px !important;*/
/*  background-color: #F00;*/
/*  font-size: 14px !important;*/
/*}*/

.tag {
  background-color: #145388; !important;
  color: #FFF !important;
  font-size: 10px !important;
  text-align:center;
  padding: 6px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border-radius: 15px;
  transition: all 0.3s ease;
  margin: 1px !important;
}
.tag:hover {
  background-color: #edf6fb;
  color: #000 !important;
}


/*** CROPIT ***/
.cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  margin-top: 7px;
  margin: auto;
}

.cropit-preview-square {
  width: 400px !important;
  height: 400px !important;
}

.cropit-preview-landscape {
  width: 600px !important;
  height: 400px !important;
}

.image-overlay {
  position: relative;
  top: -300px;
  left: 74px;
  width: 300px;
  height: 300px;
  border: 2px dotted #000;
  border-radius: 50%;
  z-index: 500000;
}

.cropit-preview-image-container {
  cursor: move;
}

.image-size-label {
  margin-top: 10px;
}


.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 150px;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 10px;
  margin-top: 20px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

/*** END CROPIT ***/


.program-item {
  padding: 20px !important;
  margin-bottom: 5px;
}

.program-item h4 {
  font-size: 16px;
  margin: 0 !important;
}


/** STOPLIGHT **/
.stoplight {
  color: rgba(0,0,0,0.3);
  font-size: 16px;
  text-align: center;
  width: 20px;
}

.red-active {
  color: red;
}

.yellow-active {
  color: orange;
}

.green-active {
  color: green;
}

.hospitality_item {
/*  height: 200px; */
  padding: 10px;
}

.hospitality_list {
  list-style: none;
}
.hospitality_list li {
  margin-left: -40px !important;
}

.feature-list li{
  padding: 0px;
  display: block;
  list-style: none;
  margin-left: -40px;
}

.feature-list em {
  color: #000;
  width: 30px;
  text-align: center;

}



.message-left {
  padding: 20px;
  float: left;
  width: 70%;
  border-radius: 25px;
  min-height: 100px;
  background-color: #FFF;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}



.message-right {
  padding: 20px;
  float: right;
  width: 70%;
  border-radius: 25px;
  min-height: 100px;
  background-color:  #edf6fb;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}


/*.select2-selection__rendered {*/
/*  list-style: none;*/
/*}*/

/*.select2-selection__choice {*/
/*  display: inline !important;*/
/*  border-radius: 0.1rem;*/
/*  background: white;*/
/*  color: #212121;*/
/*  border-color: #d7d7d7;*/
/*  margin: 9px 0 0 8px;*/
/*}*/

.fc-event {
  border-radius: 0 !important;
  padding: 0px;
  margin: 1px;
}

.fc-time {
  text-align: left !important;
  font-weight: bold !important;
  background-color: rgba(255,255,255,0.3);
  padding: 4px !important;
}

.fc-title {
  text-align: left !important;
  padding: 4px !important;
}
