﻿@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.events_index .recentcycle:before,
.events_index .recentcycle:after,
.home_index .recentcycle:before,
.home_index .recentcycle:after,
.events_index .scanevent:before,
.events_index .scanevent:after,
.home_index .scanevent:before,
.home_index .scanevent:after,
.review_index #chartcontainer .scanpanel:before,
.review_index #chartcontainer .scanpanel:after {
  display: table;content: " ";
}
.events_index .recentcycle:after,
.home_index .recentcycle:after,
.events_index .scanevent:after,
.home_index .scanevent:after,
.review_index #chartcontainer .scanpanel:after {
  clear: both;
}
@media (min-width: 768px) {
}[v-cloak] {
  display: none;
}
.spinner3 {
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid transparent;
  border-radius: 50%;
  animation: rotation 0.8s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.formstyles input[type="text"],
.formstyles input[type="password"],
.formstyles input[type=color],
.formstyles input[type="number"],
.formstyles select,
.formstyles textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.formstyles input[type="text"]:focus,
.formstyles input[type="password"]:focus,
.formstyles input[type=color]:focus,
.formstyles input[type="number"]:focus,
.formstyles select:focus,
.formstyles textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.formstyles input[type="text"]::-moz-placeholder,
.formstyles input[type="password"]::-moz-placeholder,
.formstyles input[type=color]::-moz-placeholder,
.formstyles input[type="number"]::-moz-placeholder,
.formstyles select::-moz-placeholder,
.formstyles textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.formstyles input[type="text"]:-ms-input-placeholder,
.formstyles input[type="password"]:-ms-input-placeholder,
.formstyles input[type=color]:-ms-input-placeholder,
.formstyles input[type="number"]:-ms-input-placeholder,
.formstyles select:-ms-input-placeholder,
.formstyles textarea:-ms-input-placeholder {
  color: #999;
}
.formstyles input[type="text"]::-webkit-input-placeholder,
.formstyles input[type="password"]::-webkit-input-placeholder,
.formstyles input[type=color]::-webkit-input-placeholder,
.formstyles input[type="number"]::-webkit-input-placeholder,
.formstyles select::-webkit-input-placeholder,
.formstyles textarea::-webkit-input-placeholder {
  color: #999;
}
.formstyles input[type="text"]::-ms-expand,
.formstyles input[type="password"]::-ms-expand,
.formstyles input[type=color]::-ms-expand,
.formstyles input[type="number"]::-ms-expand,
.formstyles select::-ms-expand,
.formstyles textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.formstyles input[type="text"][disabled],
.formstyles input[type="password"][disabled],
.formstyles input[type=color][disabled],
.formstyles input[type="number"][disabled],
.formstyles select[disabled],
.formstyles textarea[disabled],
.formstyles input[type="text"][readonly],
.formstyles input[type="password"][readonly],
.formstyles input[type=color][readonly],
.formstyles input[type="number"][readonly],
.formstyles select[readonly],
.formstyles textarea[readonly],
fieldset[disabled] .formstyles input[type="text"],
fieldset[disabled] .formstyles input[type="password"],
fieldset[disabled] .formstyles input[type=color],
fieldset[disabled] .formstyles input[type="number"],
fieldset[disabled] .formstyles select,
fieldset[disabled] .formstyles textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.formstyles input[type="text"][disabled],
.formstyles input[type="password"][disabled],
.formstyles input[type=color][disabled],
.formstyles input[type="number"][disabled],
.formstyles select[disabled],
.formstyles textarea[disabled],
fieldset[disabled] .formstyles input[type="text"],
fieldset[disabled] .formstyles input[type="password"],
fieldset[disabled] .formstyles input[type=color],
fieldset[disabled] .formstyles input[type="number"],
fieldset[disabled] .formstyles select,
fieldset[disabled] .formstyles textarea {
  cursor: not-allowed;
}
textarea.formstyles input[type="text"],
textarea.formstyles input[type="password"],
textarea.formstyles input[type=color],
textarea.formstyles input[type="number"],
textarea.formstyles select,
textarea.formstyles textarea {
  height: auto;
}
.formstyles textarea {
  height: auto;
}
.formstyles label {
  margin-bottom: 0;
  padding-top: 9px;
}
.formstyles input[type=color] {
  margin-top: 9px;
}
.formstyles input[type=checkbox] {
  margin-top: 12px;
}
.formstyles .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .formstyles {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .formstyles .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .formstyles label {
    width: 100%;
  }
}
.validation-summary-errors {
  color: #a94442;
}
.formstyles textarea {
  height: auto;
}
.field-validation-error {
  color: #a94442;
}
a.field-validation-error:hover,
a.field-validation-error:focus {
  color: #843534;
}
.form6to6 input[type="text"],
.form6to6 input[type="password"],
.form6to6 input[type=color],
.form6to6 input[type="number"],
.form6to6 select,
.form6to6 textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.form6to6 input[type="text"]:focus,
.form6to6 input[type="password"]:focus,
.form6to6 input[type=color]:focus,
.form6to6 input[type="number"]:focus,
.form6to6 select:focus,
.form6to6 textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form6to6 input[type="text"]::-moz-placeholder,
.form6to6 input[type="password"]::-moz-placeholder,
.form6to6 input[type=color]::-moz-placeholder,
.form6to6 input[type="number"]::-moz-placeholder,
.form6to6 select::-moz-placeholder,
.form6to6 textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form6to6 input[type="text"]:-ms-input-placeholder,
.form6to6 input[type="password"]:-ms-input-placeholder,
.form6to6 input[type=color]:-ms-input-placeholder,
.form6to6 input[type="number"]:-ms-input-placeholder,
.form6to6 select:-ms-input-placeholder,
.form6to6 textarea:-ms-input-placeholder {
  color: #999;
}
.form6to6 input[type="text"]::-webkit-input-placeholder,
.form6to6 input[type="password"]::-webkit-input-placeholder,
.form6to6 input[type=color]::-webkit-input-placeholder,
.form6to6 input[type="number"]::-webkit-input-placeholder,
.form6to6 select::-webkit-input-placeholder,
.form6to6 textarea::-webkit-input-placeholder {
  color: #999;
}
.form6to6 input[type="text"]::-ms-expand,
.form6to6 input[type="password"]::-ms-expand,
.form6to6 input[type=color]::-ms-expand,
.form6to6 input[type="number"]::-ms-expand,
.form6to6 select::-ms-expand,
.form6to6 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form6to6 input[type="text"][disabled],
.form6to6 input[type="password"][disabled],
.form6to6 input[type=color][disabled],
.form6to6 input[type="number"][disabled],
.form6to6 select[disabled],
.form6to6 textarea[disabled],
.form6to6 input[type="text"][readonly],
.form6to6 input[type="password"][readonly],
.form6to6 input[type=color][readonly],
.form6to6 input[type="number"][readonly],
.form6to6 select[readonly],
.form6to6 textarea[readonly],
fieldset[disabled] .form6to6 input[type="text"],
fieldset[disabled] .form6to6 input[type="password"],
fieldset[disabled] .form6to6 input[type=color],
fieldset[disabled] .form6to6 input[type="number"],
fieldset[disabled] .form6to6 select,
fieldset[disabled] .form6to6 textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.form6to6 input[type="text"][disabled],
.form6to6 input[type="password"][disabled],
.form6to6 input[type=color][disabled],
.form6to6 input[type="number"][disabled],
.form6to6 select[disabled],
.form6to6 textarea[disabled],
fieldset[disabled] .form6to6 input[type="text"],
fieldset[disabled] .form6to6 input[type="password"],
fieldset[disabled] .form6to6 input[type=color],
fieldset[disabled] .form6to6 input[type="number"],
fieldset[disabled] .form6to6 select,
fieldset[disabled] .form6to6 textarea {
  cursor: not-allowed;
}
textarea.form6to6 input[type="text"],
textarea.form6to6 input[type="password"],
textarea.form6to6 input[type=color],
textarea.form6to6 input[type="number"],
textarea.form6to6 select,
textarea.form6to6 textarea {
  height: auto;
}
.form6to6 textarea {
  height: auto;
}
.form6to6 label {
  margin-bottom: 0;
  padding-top: 9px;
}
.form6to6 input[type=color] {
  margin-top: 9px;
}
.form6to6 input[type=checkbox] {
  margin-top: 12px;
}
.form6to6 .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .form6to6 {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .form6to6 .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form6to6 label {
    width: 100%;
  }
}
.form6to6 .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.form6to6 .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form6to6 .form-group.commands {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .form6to6 .form-group.commands {
    margin-left: 50%;
  }
}
.form6to6 .form-group label,
.form6to6 .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form6to6 .form-group label,
  .form6to6 .form-group .labelspace {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .form6to6 .form-group label,
  .form6to6 .form-group .labelspace {
    float: left;
    width: 50%;
  }
}
.form6to6 .form-group .controlspace,
.form6to6 .form-group .editable,
.form6to6 .form-group input[type=password],
.form6to6 .form-group select,
.form6to6 .form-group .input-group,
.form6to6 .form-group textarea,
.form6to6 .form-group .field-validation-error,
.form6to6 .form-group .readonly,
.form6to6 .form-group .formcolummn2,
.form6to6 .form-group input[type="text"],
.form6to6 .form-group input[type="password"],
.form6to6 .form-group input[type=color],
.form6to6 .form-group input[type="number"],
.form6to6 .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form6to6 .form-group .controlspace,
  .form6to6 .form-group .editable,
  .form6to6 .form-group input[type=password],
  .form6to6 .form-group select,
  .form6to6 .form-group .input-group,
  .form6to6 .form-group textarea,
  .form6to6 .form-group .field-validation-error,
  .form6to6 .form-group .readonly,
  .form6to6 .form-group .formcolummn2,
  .form6to6 .form-group input[type="text"],
  .form6to6 .form-group input[type="password"],
  .form6to6 .form-group input[type=color],
  .form6to6 .form-group input[type="number"],
  .form6to6 .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .form6to6 .form-group .controlspace,
  .form6to6 .form-group .editable,
  .form6to6 .form-group input[type=password],
  .form6to6 .form-group select,
  .form6to6 .form-group .input-group,
  .form6to6 .form-group textarea,
  .form6to6 .form-group .field-validation-error,
  .form6to6 .form-group .readonly,
  .form6to6 .form-group .formcolummn2,
  .form6to6 .form-group input[type="text"],
  .form6to6 .form-group input[type="password"],
  .form6to6 .form-group input[type=color],
  .form6to6 .form-group input[type="number"],
  .form6to6 .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.form6to6 .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form6to6 .form-group .controlspace.input-lg,
.form6to6 .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form6to6 .form-group .input-group,
.form6to6 .form-group .note-editor {
  padding: 0;
}
.form6to6 .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form6to6 .field-validation-error {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .form6to6 .field-validation-error {
    margin-left: 50%;
  }
}
.form4to8 input[type="text"],
.form4to8 input[type="password"],
.form4to8 input[type=color],
.form4to8 input[type="number"],
.form4to8 select,
.form4to8 textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.form4to8 input[type="text"]:focus,
.form4to8 input[type="password"]:focus,
.form4to8 input[type=color]:focus,
.form4to8 input[type="number"]:focus,
.form4to8 select:focus,
.form4to8 textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form4to8 input[type="text"]::-moz-placeholder,
.form4to8 input[type="password"]::-moz-placeholder,
.form4to8 input[type=color]::-moz-placeholder,
.form4to8 input[type="number"]::-moz-placeholder,
.form4to8 select::-moz-placeholder,
.form4to8 textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form4to8 input[type="text"]:-ms-input-placeholder,
.form4to8 input[type="password"]:-ms-input-placeholder,
.form4to8 input[type=color]:-ms-input-placeholder,
.form4to8 input[type="number"]:-ms-input-placeholder,
.form4to8 select:-ms-input-placeholder,
.form4to8 textarea:-ms-input-placeholder {
  color: #999;
}
.form4to8 input[type="text"]::-webkit-input-placeholder,
.form4to8 input[type="password"]::-webkit-input-placeholder,
.form4to8 input[type=color]::-webkit-input-placeholder,
.form4to8 input[type="number"]::-webkit-input-placeholder,
.form4to8 select::-webkit-input-placeholder,
.form4to8 textarea::-webkit-input-placeholder {
  color: #999;
}
.form4to8 input[type="text"]::-ms-expand,
.form4to8 input[type="password"]::-ms-expand,
.form4to8 input[type=color]::-ms-expand,
.form4to8 input[type="number"]::-ms-expand,
.form4to8 select::-ms-expand,
.form4to8 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form4to8 input[type="text"][disabled],
.form4to8 input[type="password"][disabled],
.form4to8 input[type=color][disabled],
.form4to8 input[type="number"][disabled],
.form4to8 select[disabled],
.form4to8 textarea[disabled],
.form4to8 input[type="text"][readonly],
.form4to8 input[type="password"][readonly],
.form4to8 input[type=color][readonly],
.form4to8 input[type="number"][readonly],
.form4to8 select[readonly],
.form4to8 textarea[readonly],
fieldset[disabled] .form4to8 input[type="text"],
fieldset[disabled] .form4to8 input[type="password"],
fieldset[disabled] .form4to8 input[type=color],
fieldset[disabled] .form4to8 input[type="number"],
fieldset[disabled] .form4to8 select,
fieldset[disabled] .form4to8 textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.form4to8 input[type="text"][disabled],
.form4to8 input[type="password"][disabled],
.form4to8 input[type=color][disabled],
.form4to8 input[type="number"][disabled],
.form4to8 select[disabled],
.form4to8 textarea[disabled],
fieldset[disabled] .form4to8 input[type="text"],
fieldset[disabled] .form4to8 input[type="password"],
fieldset[disabled] .form4to8 input[type=color],
fieldset[disabled] .form4to8 input[type="number"],
fieldset[disabled] .form4to8 select,
fieldset[disabled] .form4to8 textarea {
  cursor: not-allowed;
}
textarea.form4to8 input[type="text"],
textarea.form4to8 input[type="password"],
textarea.form4to8 input[type=color],
textarea.form4to8 input[type="number"],
textarea.form4to8 select,
textarea.form4to8 textarea {
  height: auto;
}
.form4to8 textarea {
  height: auto;
}
.form4to8 label {
  margin-bottom: 0;
  padding-top: 9px;
}
.form4to8 input[type=color] {
  margin-top: 9px;
}
.form4to8 input[type=checkbox] {
  margin-top: 12px;
}
.form4to8 .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .form4to8 {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .form4to8 .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form4to8 label {
    width: 100%;
  }
}
.form4to8 .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.form4to8 .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form4to8 .form-group.commands {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .form4to8 .form-group.commands {
    margin-left: 33.33333333%;
  }
}
.form4to8 .form-group label,
.form4to8 .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form4to8 .form-group label,
  .form4to8 .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .form4to8 .form-group label,
  .form4to8 .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
.form4to8 .form-group .controlspace,
.form4to8 .form-group .editable,
.form4to8 .form-group input[type=password],
.form4to8 .form-group select,
.form4to8 .form-group .input-group,
.form4to8 .form-group textarea,
.form4to8 .form-group .field-validation-error,
.form4to8 .form-group .readonly,
.form4to8 .form-group .formcolummn2,
.form4to8 .form-group input[type="text"],
.form4to8 .form-group input[type="password"],
.form4to8 .form-group input[type=color],
.form4to8 .form-group input[type="number"],
.form4to8 .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form4to8 .form-group .controlspace,
  .form4to8 .form-group .editable,
  .form4to8 .form-group input[type=password],
  .form4to8 .form-group select,
  .form4to8 .form-group .input-group,
  .form4to8 .form-group textarea,
  .form4to8 .form-group .field-validation-error,
  .form4to8 .form-group .readonly,
  .form4to8 .form-group .formcolummn2,
  .form4to8 .form-group input[type="text"],
  .form4to8 .form-group input[type="password"],
  .form4to8 .form-group input[type=color],
  .form4to8 .form-group input[type="number"],
  .form4to8 .form-group .note-editor {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .form4to8 .form-group .controlspace,
  .form4to8 .form-group .editable,
  .form4to8 .form-group input[type=password],
  .form4to8 .form-group select,
  .form4to8 .form-group .input-group,
  .form4to8 .form-group textarea,
  .form4to8 .form-group .field-validation-error,
  .form4to8 .form-group .readonly,
  .form4to8 .form-group .formcolummn2,
  .form4to8 .form-group input[type="text"],
  .form4to8 .form-group input[type="password"],
  .form4to8 .form-group input[type=color],
  .form4to8 .form-group input[type="number"],
  .form4to8 .form-group .note-editor {
    float: left;
    width: 66.66666667%;
  }
}
.form4to8 .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form4to8 .form-group .controlspace.input-lg,
.form4to8 .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form4to8 .form-group .input-group,
.form4to8 .form-group .note-editor {
  padding: 0;
}
.form4to8 .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form4to8 .field-validation-error {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .form4to8 .field-validation-error {
    margin-left: 33.33333333%;
  }
}
.form2to3 input[type="text"],
.form2to3 input[type="password"],
.form2to3 input[type=color],
.form2to3 input[type="number"],
.form2to3 select,
.form2to3 textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.form2to3 input[type="text"]:focus,
.form2to3 input[type="password"]:focus,
.form2to3 input[type=color]:focus,
.form2to3 input[type="number"]:focus,
.form2to3 select:focus,
.form2to3 textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form2to3 input[type="text"]::-moz-placeholder,
.form2to3 input[type="password"]::-moz-placeholder,
.form2to3 input[type=color]::-moz-placeholder,
.form2to3 input[type="number"]::-moz-placeholder,
.form2to3 select::-moz-placeholder,
.form2to3 textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form2to3 input[type="text"]:-ms-input-placeholder,
.form2to3 input[type="password"]:-ms-input-placeholder,
.form2to3 input[type=color]:-ms-input-placeholder,
.form2to3 input[type="number"]:-ms-input-placeholder,
.form2to3 select:-ms-input-placeholder,
.form2to3 textarea:-ms-input-placeholder {
  color: #999;
}
.form2to3 input[type="text"]::-webkit-input-placeholder,
.form2to3 input[type="password"]::-webkit-input-placeholder,
.form2to3 input[type=color]::-webkit-input-placeholder,
.form2to3 input[type="number"]::-webkit-input-placeholder,
.form2to3 select::-webkit-input-placeholder,
.form2to3 textarea::-webkit-input-placeholder {
  color: #999;
}
.form2to3 input[type="text"]::-ms-expand,
.form2to3 input[type="password"]::-ms-expand,
.form2to3 input[type=color]::-ms-expand,
.form2to3 input[type="number"]::-ms-expand,
.form2to3 select::-ms-expand,
.form2to3 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form2to3 input[type="text"][disabled],
.form2to3 input[type="password"][disabled],
.form2to3 input[type=color][disabled],
.form2to3 input[type="number"][disabled],
.form2to3 select[disabled],
.form2to3 textarea[disabled],
.form2to3 input[type="text"][readonly],
.form2to3 input[type="password"][readonly],
.form2to3 input[type=color][readonly],
.form2to3 input[type="number"][readonly],
.form2to3 select[readonly],
.form2to3 textarea[readonly],
fieldset[disabled] .form2to3 input[type="text"],
fieldset[disabled] .form2to3 input[type="password"],
fieldset[disabled] .form2to3 input[type=color],
fieldset[disabled] .form2to3 input[type="number"],
fieldset[disabled] .form2to3 select,
fieldset[disabled] .form2to3 textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.form2to3 input[type="text"][disabled],
.form2to3 input[type="password"][disabled],
.form2to3 input[type=color][disabled],
.form2to3 input[type="number"][disabled],
.form2to3 select[disabled],
.form2to3 textarea[disabled],
fieldset[disabled] .form2to3 input[type="text"],
fieldset[disabled] .form2to3 input[type="password"],
fieldset[disabled] .form2to3 input[type=color],
fieldset[disabled] .form2to3 input[type="number"],
fieldset[disabled] .form2to3 select,
fieldset[disabled] .form2to3 textarea {
  cursor: not-allowed;
}
textarea.form2to3 input[type="text"],
textarea.form2to3 input[type="password"],
textarea.form2to3 input[type=color],
textarea.form2to3 input[type="number"],
textarea.form2to3 select,
textarea.form2to3 textarea {
  height: auto;
}
.form2to3 textarea {
  height: auto;
}
.form2to3 label {
  margin-bottom: 0;
  padding-top: 9px;
}
.form2to3 input[type=color] {
  margin-top: 9px;
}
.form2to3 input[type=checkbox] {
  margin-top: 12px;
}
.form2to3 .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .form2to3 {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .form2to3 .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form2to3 label {
    width: 100%;
  }
}
.form2to3 .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.form2to3 .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form2to3 .form-group.commands {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to3 .form-group.commands {
    margin-left: 16.66666667%;
  }
}
.form2to3 .form-group label,
.form2to3 .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form2to3 .form-group label,
  .form2to3 .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to3 .form-group label,
  .form2to3 .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
.form2to3 .form-group .controlspace,
.form2to3 .form-group .editable,
.form2to3 .form-group input[type=password],
.form2to3 .form-group select,
.form2to3 .form-group .input-group,
.form2to3 .form-group textarea,
.form2to3 .form-group .field-validation-error,
.form2to3 .form-group .readonly,
.form2to3 .form-group .formcolummn2,
.form2to3 .form-group input[type="text"],
.form2to3 .form-group input[type="password"],
.form2to3 .form-group input[type=color],
.form2to3 .form-group input[type="number"],
.form2to3 .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form2to3 .form-group .controlspace,
  .form2to3 .form-group .editable,
  .form2to3 .form-group input[type=password],
  .form2to3 .form-group select,
  .form2to3 .form-group .input-group,
  .form2to3 .form-group textarea,
  .form2to3 .form-group .field-validation-error,
  .form2to3 .form-group .readonly,
  .form2to3 .form-group .formcolummn2,
  .form2to3 .form-group input[type="text"],
  .form2to3 .form-group input[type="password"],
  .form2to3 .form-group input[type=color],
  .form2to3 .form-group input[type="number"],
  .form2to3 .form-group .note-editor {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .form2to3 .form-group .controlspace,
  .form2to3 .form-group .editable,
  .form2to3 .form-group input[type=password],
  .form2to3 .form-group select,
  .form2to3 .form-group .input-group,
  .form2to3 .form-group textarea,
  .form2to3 .form-group .field-validation-error,
  .form2to3 .form-group .readonly,
  .form2to3 .form-group .formcolummn2,
  .form2to3 .form-group input[type="text"],
  .form2to3 .form-group input[type="password"],
  .form2to3 .form-group input[type=color],
  .form2to3 .form-group input[type="number"],
  .form2to3 .form-group .note-editor {
    float: left;
    width: 25%;
  }
}
.form2to3 .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form2to3 .form-group .controlspace.input-lg,
.form2to3 .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form2to3 .form-group .input-group,
.form2to3 .form-group .note-editor {
  padding: 0;
}
.form2to3 .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form2to3 .field-validation-error {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to3 .field-validation-error {
    margin-left: 16.66666667%;
  }
}
.form2to10 input[type="text"],
.form2to10 input[type="password"],
.form2to10 input[type=color],
.form2to10 input[type="number"],
.form2to10 select,
.form2to10 textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.form2to10 input[type="text"]:focus,
.form2to10 input[type="password"]:focus,
.form2to10 input[type=color]:focus,
.form2to10 input[type="number"]:focus,
.form2to10 select:focus,
.form2to10 textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form2to10 input[type="text"]::-moz-placeholder,
.form2to10 input[type="password"]::-moz-placeholder,
.form2to10 input[type=color]::-moz-placeholder,
.form2to10 input[type="number"]::-moz-placeholder,
.form2to10 select::-moz-placeholder,
.form2to10 textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form2to10 input[type="text"]:-ms-input-placeholder,
.form2to10 input[type="password"]:-ms-input-placeholder,
.form2to10 input[type=color]:-ms-input-placeholder,
.form2to10 input[type="number"]:-ms-input-placeholder,
.form2to10 select:-ms-input-placeholder,
.form2to10 textarea:-ms-input-placeholder {
  color: #999;
}
.form2to10 input[type="text"]::-webkit-input-placeholder,
.form2to10 input[type="password"]::-webkit-input-placeholder,
.form2to10 input[type=color]::-webkit-input-placeholder,
.form2to10 input[type="number"]::-webkit-input-placeholder,
.form2to10 select::-webkit-input-placeholder,
.form2to10 textarea::-webkit-input-placeholder {
  color: #999;
}
.form2to10 input[type="text"]::-ms-expand,
.form2to10 input[type="password"]::-ms-expand,
.form2to10 input[type=color]::-ms-expand,
.form2to10 input[type="number"]::-ms-expand,
.form2to10 select::-ms-expand,
.form2to10 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form2to10 input[type="text"][disabled],
.form2to10 input[type="password"][disabled],
.form2to10 input[type=color][disabled],
.form2to10 input[type="number"][disabled],
.form2to10 select[disabled],
.form2to10 textarea[disabled],
.form2to10 input[type="text"][readonly],
.form2to10 input[type="password"][readonly],
.form2to10 input[type=color][readonly],
.form2to10 input[type="number"][readonly],
.form2to10 select[readonly],
.form2to10 textarea[readonly],
fieldset[disabled] .form2to10 input[type="text"],
fieldset[disabled] .form2to10 input[type="password"],
fieldset[disabled] .form2to10 input[type=color],
fieldset[disabled] .form2to10 input[type="number"],
fieldset[disabled] .form2to10 select,
fieldset[disabled] .form2to10 textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.form2to10 input[type="text"][disabled],
.form2to10 input[type="password"][disabled],
.form2to10 input[type=color][disabled],
.form2to10 input[type="number"][disabled],
.form2to10 select[disabled],
.form2to10 textarea[disabled],
fieldset[disabled] .form2to10 input[type="text"],
fieldset[disabled] .form2to10 input[type="password"],
fieldset[disabled] .form2to10 input[type=color],
fieldset[disabled] .form2to10 input[type="number"],
fieldset[disabled] .form2to10 select,
fieldset[disabled] .form2to10 textarea {
  cursor: not-allowed;
}
textarea.form2to10 input[type="text"],
textarea.form2to10 input[type="password"],
textarea.form2to10 input[type=color],
textarea.form2to10 input[type="number"],
textarea.form2to10 select,
textarea.form2to10 textarea {
  height: auto;
}
.form2to10 textarea {
  height: auto;
}
.form2to10 label {
  margin-bottom: 0;
  padding-top: 9px;
}
.form2to10 input[type=color] {
  margin-top: 9px;
}
.form2to10 input[type=checkbox] {
  margin-top: 12px;
}
.form2to10 .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .form2to10 {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .form2to10 .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form2to10 label {
    width: 100%;
  }
}
.form2to10 .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.form2to10 .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form2to10 .form-group.commands {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to10 .form-group.commands {
    margin-left: 16.66666667%;
  }
}
.form2to10 .form-group label,
.form2to10 .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form2to10 .form-group label,
  .form2to10 .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to10 .form-group label,
  .form2to10 .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
.form2to10 .form-group .controlspace,
.form2to10 .form-group .editable,
.form2to10 .form-group input[type=password],
.form2to10 .form-group select,
.form2to10 .form-group .input-group,
.form2to10 .form-group textarea,
.form2to10 .form-group .field-validation-error,
.form2to10 .form-group .readonly,
.form2to10 .form-group .formcolummn2,
.form2to10 .form-group input[type="text"],
.form2to10 .form-group input[type="password"],
.form2to10 .form-group input[type=color],
.form2to10 .form-group input[type="number"],
.form2to10 .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form2to10 .form-group .controlspace,
  .form2to10 .form-group .editable,
  .form2to10 .form-group input[type=password],
  .form2to10 .form-group select,
  .form2to10 .form-group .input-group,
  .form2to10 .form-group textarea,
  .form2to10 .form-group .field-validation-error,
  .form2to10 .form-group .readonly,
  .form2to10 .form-group .formcolummn2,
  .form2to10 .form-group input[type="text"],
  .form2to10 .form-group input[type="password"],
  .form2to10 .form-group input[type=color],
  .form2to10 .form-group input[type="number"],
  .form2to10 .form-group .note-editor {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .form2to10 .form-group .controlspace,
  .form2to10 .form-group .editable,
  .form2to10 .form-group input[type=password],
  .form2to10 .form-group select,
  .form2to10 .form-group .input-group,
  .form2to10 .form-group textarea,
  .form2to10 .form-group .field-validation-error,
  .form2to10 .form-group .readonly,
  .form2to10 .form-group .formcolummn2,
  .form2to10 .form-group input[type="text"],
  .form2to10 .form-group input[type="password"],
  .form2to10 .form-group input[type=color],
  .form2to10 .form-group input[type="number"],
  .form2to10 .form-group .note-editor {
    float: left;
    width: 83.33333333%;
  }
}
.form2to10 .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form2to10 .form-group .controlspace.input-lg,
.form2to10 .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form2to10 .form-group .input-group,
.form2to10 .form-group .note-editor {
  padding: 0;
}
.form2to10 .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form2to10 .field-validation-error {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to10 .field-validation-error {
    margin-left: 16.66666667%;
  }
}
.form2to8 input[type="text"],
.form2to8 input[type="password"],
.form2to8 input[type=color],
.form2to8 input[type="number"],
.form2to8 select,
.form2to8 textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.form2to8 input[type="text"]:focus,
.form2to8 input[type="password"]:focus,
.form2to8 input[type=color]:focus,
.form2to8 input[type="number"]:focus,
.form2to8 select:focus,
.form2to8 textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form2to8 input[type="text"]::-moz-placeholder,
.form2to8 input[type="password"]::-moz-placeholder,
.form2to8 input[type=color]::-moz-placeholder,
.form2to8 input[type="number"]::-moz-placeholder,
.form2to8 select::-moz-placeholder,
.form2to8 textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form2to8 input[type="text"]:-ms-input-placeholder,
.form2to8 input[type="password"]:-ms-input-placeholder,
.form2to8 input[type=color]:-ms-input-placeholder,
.form2to8 input[type="number"]:-ms-input-placeholder,
.form2to8 select:-ms-input-placeholder,
.form2to8 textarea:-ms-input-placeholder {
  color: #999;
}
.form2to8 input[type="text"]::-webkit-input-placeholder,
.form2to8 input[type="password"]::-webkit-input-placeholder,
.form2to8 input[type=color]::-webkit-input-placeholder,
.form2to8 input[type="number"]::-webkit-input-placeholder,
.form2to8 select::-webkit-input-placeholder,
.form2to8 textarea::-webkit-input-placeholder {
  color: #999;
}
.form2to8 input[type="text"]::-ms-expand,
.form2to8 input[type="password"]::-ms-expand,
.form2to8 input[type=color]::-ms-expand,
.form2to8 input[type="number"]::-ms-expand,
.form2to8 select::-ms-expand,
.form2to8 textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form2to8 input[type="text"][disabled],
.form2to8 input[type="password"][disabled],
.form2to8 input[type=color][disabled],
.form2to8 input[type="number"][disabled],
.form2to8 select[disabled],
.form2to8 textarea[disabled],
.form2to8 input[type="text"][readonly],
.form2to8 input[type="password"][readonly],
.form2to8 input[type=color][readonly],
.form2to8 input[type="number"][readonly],
.form2to8 select[readonly],
.form2to8 textarea[readonly],
fieldset[disabled] .form2to8 input[type="text"],
fieldset[disabled] .form2to8 input[type="password"],
fieldset[disabled] .form2to8 input[type=color],
fieldset[disabled] .form2to8 input[type="number"],
fieldset[disabled] .form2to8 select,
fieldset[disabled] .form2to8 textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.form2to8 input[type="text"][disabled],
.form2to8 input[type="password"][disabled],
.form2to8 input[type=color][disabled],
.form2to8 input[type="number"][disabled],
.form2to8 select[disabled],
.form2to8 textarea[disabled],
fieldset[disabled] .form2to8 input[type="text"],
fieldset[disabled] .form2to8 input[type="password"],
fieldset[disabled] .form2to8 input[type=color],
fieldset[disabled] .form2to8 input[type="number"],
fieldset[disabled] .form2to8 select,
fieldset[disabled] .form2to8 textarea {
  cursor: not-allowed;
}
textarea.form2to8 input[type="text"],
textarea.form2to8 input[type="password"],
textarea.form2to8 input[type=color],
textarea.form2to8 input[type="number"],
textarea.form2to8 select,
textarea.form2to8 textarea {
  height: auto;
}
.form2to8 textarea {
  height: auto;
}
.form2to8 label {
  margin-bottom: 0;
  padding-top: 9px;
}
.form2to8 input[type=color] {
  margin-top: 9px;
}
.form2to8 input[type=checkbox] {
  margin-top: 12px;
}
.form2to8 .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .form2to8 {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .form2to8 .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form2to8 label {
    width: 100%;
  }
}
.form2to8 .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.form2to8 .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form2to8 .form-group.commands {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to8 .form-group.commands {
    margin-left: 16.66666667%;
  }
}
.form2to8 .form-group label,
.form2to8 .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form2to8 .form-group label,
  .form2to8 .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to8 .form-group label,
  .form2to8 .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
.form2to8 .form-group .controlspace,
.form2to8 .form-group .editable,
.form2to8 .form-group input[type=password],
.form2to8 .form-group select,
.form2to8 .form-group .input-group,
.form2to8 .form-group textarea,
.form2to8 .form-group .field-validation-error,
.form2to8 .form-group .readonly,
.form2to8 .form-group .formcolummn2,
.form2to8 .form-group input[type="text"],
.form2to8 .form-group input[type="password"],
.form2to8 .form-group input[type=color],
.form2to8 .form-group input[type="number"],
.form2to8 .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form2to8 .form-group .controlspace,
  .form2to8 .form-group .editable,
  .form2to8 .form-group input[type=password],
  .form2to8 .form-group select,
  .form2to8 .form-group .input-group,
  .form2to8 .form-group textarea,
  .form2to8 .form-group .field-validation-error,
  .form2to8 .form-group .readonly,
  .form2to8 .form-group .formcolummn2,
  .form2to8 .form-group input[type="text"],
  .form2to8 .form-group input[type="password"],
  .form2to8 .form-group input[type=color],
  .form2to8 .form-group input[type="number"],
  .form2to8 .form-group .note-editor {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to8 .form-group .controlspace,
  .form2to8 .form-group .editable,
  .form2to8 .form-group input[type=password],
  .form2to8 .form-group select,
  .form2to8 .form-group .input-group,
  .form2to8 .form-group textarea,
  .form2to8 .form-group .field-validation-error,
  .form2to8 .form-group .readonly,
  .form2to8 .form-group .formcolummn2,
  .form2to8 .form-group input[type="text"],
  .form2to8 .form-group input[type="password"],
  .form2to8 .form-group input[type=color],
  .form2to8 .form-group input[type="number"],
  .form2to8 .form-group .note-editor {
    float: left;
    width: 66.66666667%;
  }
}
.form2to8 .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form2to8 .form-group .controlspace.input-lg,
.form2to8 .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form2to8 .form-group .input-group,
.form2to8 .form-group .note-editor {
  padding: 0;
}
.form2to8 .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .form2to8 .field-validation-error {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form2to8 .field-validation-error {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 90%;
    margin: 30px auto;
    max-width: 1024px;
  }
}
.modal-open[style] {
  padding-right: 0 !important;
}
body.modal-open {
  /*overflow-y: scroll;*/
  margin: 0;
}
body {
  /*overflow-y: scroll;*/
}
.form-control,
.dropdown-menu {
  font-size: inherit !important;
}
.modal {
  overflow: auto;
  overflow-y: auto;
}
.modal-body {
  overflow-y: auto;
}
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: inherit !important;
  border: 1px silver ridge;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fs-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 76px;
  width: 100%;
  background-color: white;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 100, 138, 0.3), 0 0px 4px #3b5c7f, 0 12px 18px rgba(64, 100, 138, 0.4);
}
@media (min-width: 768px) {
  .fs-modal {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fs-modal {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fs-modal {
    width: 1170px;
  }
}
.fs-modal.open {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  z-index: 10;
}
.fs-modal .fs-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.fs-modal .fs-header .btn {
  margin-left: 10px;
}
.fs-modal .fs-content {
  bottom: 100px;
  top: 60px;
  overflow-y: auto;
  padding: 10px;
}
.fs-modal .fs-footer {
  bottom: 0;
  height: 40px;
  padding: 10px;
}
.fs-modal .fs-content,
.fs-modal .fs-footer {
  position: absolute;
  width: 100%;
}
@-webkit-keyframes fadeinout {
  50% {
    opacity: 1;
  }
}
@keyframes fadeinout {
  50% {
    opacity: 1;
  }
}
@font-face {
  font-family: "Brandon-Grot-W01-Light";
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix");
  src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/47f089a6-c8ce-46fa-b98f-03b8c0619d8a.svg#47f089a6-c8ce-46fa-b98f-03b8c0619d8a") format("svg");
}
html {
  overflow: auto;
  height: 100%;
}
body {
  padding-bottom: 20px;
  font-family: sans-serif;
  font-size: 13px;
  height: 100%;
}
body .body-content {
  padding-top: 56px;
  padding-left: 15px;
  padding-right: 0;
  height: 100%;
}
a {
  color: #337ab7;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Brandon-Grot-W01-Light', sans-serif;
  line-height: 1.46em;
  text-transform: uppercase;
  color: #547083;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 60%;
}
h1.editable,
h2.editable,
h3.editable,
h4.editable,
h5.editable,
h6.editable,
.h1.editable,
.h2.editable,
.h3.editable,
.h4.editable,
.h5.editable,
.h6.editable {
  text-transform: none;
  font-family: sans-serif;
}
.btn {
  background-image: none !important;
  position: relative;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #337ab7;
}
.site-logo {
  height: 23px;
  margin: 19px 34px 0 0px;
}
@media (max-width: 768px) {
  .site-logo {
    margin-left: 15px;
  }
  .container.body-content {
    margin: 0 15px;
  }
}
@media (max-width: 1000px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border: 1px solid black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    max-height: 520px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
#createclue textarea,
#editclue textarea {
  height: 50px;
  margin-bottom: 20px;
}
#orgselector .orgs {
  padding: 20px 0 0 0;
}
#orgselector .orgs .selectedorganisation {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin-bottom: 10px;
}
#orgselector .orgs .selectedorganisation blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.sk-folding-cube .sk-cube-parent:before {
  background-color: #6E8AF1 !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background-color: azure;
}
li.loginname a {
  color: #337ab7 !important;
}
@media (max-width: 768px) {
  #menulogo {
    margin-left: 20px;
  }
  body .body-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .mcheck {
    padding-left: 15px;
  }
}
.select2-container .select2-search__field:not([placeholder='']) {
  width: 100% !important;
  margin-right: 100000px;
}
.jumbotron {
  color: white;
  background-color: #547083;
  border-radius: 4px !important;
}
.jumbotron h1 {
  font-size: 40px !important;
}
.jumbotron h2 {
  color: #e6e6e6;
}
.jumbotron a {
  color: #a7d6ff !important;
}
.tabpadding {
  padding-top: 20px;
}
.buttonbar {
  margin-bottom: 42px;
}
.buttonbar20 {
  margin-bottom: 20px;
}
blockquote {
  font-size: 1.1em;
  color: #337ab7;
}
blockquote footer {
  padding-top: 8px;
}
.highcharts-tooltip span {
  opacity: 1;
  z-index: 9999 !important;
}
.pagetitle {
  display: inline-block;
  margin-bottom: 0;
}
.tablayout h2 {
  margin-top: 8px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  label[title]:before,
  label.tooltipstered:before,
  h4 span[title]:before {
    content: "\e085";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    position: relative;
    padding-right: 6px;
    /*top: 0;*/
    /*left: -4px;*/
    color: lightblue;
    font-size: 14px;
    cursor: help;
  }
}
@media (min-width: 768px) {
  label[title]:before,
  label.tooltipstered:before,
  h4 span[title]:before {
    content: "\e085";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    padding-right: 6px;
    right: 0;
    color: lightblue;
    font-size: 14px;
    cursor: help;
  }
}
.form-horizontal label[title]:after,
.form-horizontal label.tooltipstered:after {
  top: 0.5em;
}
label[title],
label.tooltipstered {
  cursor: help;
}
.handsontable th div[title],
th span[title],
.alert span[title],
dt span[title] {
  display: inline;
  border-bottom: 1px dashed lightblue;
  cursor: help;
}
.featurenav .breadcrumb {
  display: inline-block;
  /*margin-bottom: 2px;*/
  margin-right: 20px;
  margin-left: -14px;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
}
.featurenav .breadcrumb > .active {
  color: #848484;
}
.shadowpanel {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(64, 100, 138, 0.3), 0 2px 4px #3b5c7f, 0 12px 18px rgba(64, 100, 138, 0.4);
  overflow: auto;
  padding: 10px 20px 20px 20px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#superclueselection .alert {
  padding: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: small;
}
#superclueselection .searcharea {
  padding: 2px 0;
  margin-bottom: 20px;
}
#superclueselection .searcharea input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
#superclueselection .searcharea input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#superclueselection .searcharea input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#superclueselection .searcharea input:-ms-input-placeholder {
  color: #999;
}
#superclueselection .searcharea input::-webkit-input-placeholder {
  color: #999;
}
#superclueselection .searcharea input::-ms-expand {
  background-color: transparent;
  border: 0;
}
#superclueselection .searcharea input[disabled],
#superclueselection .searcharea input[readonly],
fieldset[disabled] #superclueselection .searcharea input {
  background-color: #eeeeee;
  opacity: 1;
}
#superclueselection .searcharea input[disabled],
fieldset[disabled] #superclueselection .searcharea input {
  cursor: not-allowed;
}
textarea#superclueselection .searcharea input {
  height: auto;
}
#superclueselection .searchresult,
#superclueselection .selectedsuperclue {
  background-color: azure;
  border: 1px solid silver;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
#superclueselection .selectedsuperclue {
  background: #d7eef7;
}
#superclueselection .selectedsuperclue .unselectclue {
  color: grey;
  cursor: pointer;
  float: right;
}
#superclueselection .selectedsuperclue .unselectclue:hover {
  color: black;
}
#superclueselection .searchresult {
  opacity: 0.5;
}
#superclueselection .searchresult.selectable {
  opacity: 1;
  cursor: pointer;
}
.qtip {
  max-width: 500px;
}
.supercluetooltip {
  width: auto;
  max-width: 500px;
}
.supercluetooltip h3,
.supercluetooltip h4,
.supercluetooltip h5 {
  margin-top: 0;
}
.supercluetooltip ul {
  list-style-position: outside;
  padding-left: 14px;
}
.supercluetooltip .cluetext {
  padding-bottom: 4px;
}
.eventitem {
  background-image: linear-gradient(230deg, #ededed, #f9f9f9);
  padding: 9px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.eventitem .eventdate {
  color: #7eb5cc;
  font-size: 0.9em;
}
.eventitem .eventtitle {
  display: block;
  margin-top: 2px;
  margin-bottom: 4px;
}
.eventitem .templatename {
  font-size: 80%;
  color: #999999;
}
.eventitem .eventteam {
  font-size: 80%;
  color: #999999;
}
.eventitem .btn-open {
  margin-right: 20px;
}
.eventitem:hover {
  background-image: linear-gradient(230deg, #efefef, #fbfbfb);
}
.foundevent,
.eventsummary {
  padding-top: 10px;
}
.foundevent .well-lightblue,
.eventsummary .well-lightblue,
.foundevent blockquote,
.eventsummary blockquote {
  margin-bottom: 0;
  padding: 14px;
}
.foundevent h4,
.eventsummary h4 {
  padding-top: 0;
  margin-top: 0;
}
.foundevent h4 small,
.eventsummary h4 small {
  font-size: 55%;
}
.foundevent .date,
.eventsummary .date {
  float: right;
  line-height: 1.42857143;
  color: #647099;
  padding-top: 4px;
  text-align: right;
}
.foundevent .org,
.eventsummary .org,
.foundevent footer,
.eventsummary footer {
  font-size: 76%;
}
.foundevent .org,
.eventsummary .org {
  padding-top: 2px;
}
.foundevent footer:before,
.eventsummary footer:before {
  content: none;
}
#eventselector #criteria {
  margin-top: 10px;
}
#eventselector .row {
  display: none;
}
.bootgrid-header .actionBar {
  /*border-left: 5px solid #eeeeee;*/
  padding-left: 0;
}
.bootgrid-header .bootgrid-footer .row div:first-of-type {
  padding-left: 0;
}
.bootgrid-table th[data-column-id="commands"] {
  width: 158px;
}
#emailmanager .sentsuccessfully {
  color: forestgreen;
}
#emailmanager .sendfailed {
  color: darkred;
}
.previewsend .summaryheading {
  margin-top: 0;
}
.previewsend .previewemail .emailcontainer {
  padding: 2px 20px;
}
.note-editor .note-btn-group.note-fontname {
  display: none;
}
.note-editor button[data-original-title="Picture"],
.note-editor button[data-original-title="Video"],
.note-editor button[oldtitle="Picture"],
.note-editor button[oldtitle="Video"] {
  display: none;
}
#configuredatasets .well {
  padding-top: 6px;
}
#configuredatasets .datasetcolour {
  width: 25px;
  margin: 6px;
  cursor: pointer;
}
#configuredatasets .huebee__container {
  right: 0;
  bottom: 5px;
  left: auto;
  top: auto;
}
#chartcontainer .xaxislabel {
  text-align: right;
  display: block;
}
#crumbtrail {
  margin-top: 18px;
}
#crumbtrail .breadcrumb {
  height: 36px;
}
#crumbtrail a {
  cursor: pointer;
}
.account_login #loginLink {
  display: none;
}
.account_login .navbar-toggle {
  display: none;
}
.account_login .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.account_verifycode #loginLink {
  display: none;
}
.account_verifycode .navbar-toggle {
  display: none;
}
.account_verifycode .btn.cancel {
  margin-left: 10px;
}
.account_verifycode .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.account_setpassword #loginLink {
  display: none;
}
.account_setpassword .navbar-nav,
.account_setpassword #logoutForm {
  display: none;
}
.clues_index table td:nth-child(2) a {
  white-space: normal;
  cursor: pointer;
}
.clues_index table td:nth-child(3) {
  color: darkgrey;
}
.eventtooltip h4 {
  margin-top: 0px;
  white-space: nowrap;
}
.eventtooltip table th {
  padding-right: 10px;
  padding-bottom: 4px;
  vertical-align: top;
}
.eventtooltip table td {
  vertical-align: top;
}
.events_focus #searchbox,
.eventtemplates_createfromselection #searchbox,
.eventtemplates_addepisode #searchbox {
  margin-bottom: 10px;
}
.events_focus #focusIntro,
.eventtemplates_createfromselection #focusIntro,
.eventtemplates_addepisode #focusIntro {
  font-size: 14px;
}
.events_focus .panel-heading,
.eventtemplates_createfromselection .panel-heading,
.eventtemplates_addepisode .panel-heading {
  padding: 4px;
  height: 41px;
}
.events_focus #selectionsummary,
.eventtemplates_createfromselection #selectionsummary,
.eventtemplates_addepisode #selectionsummary {
  margin-left: 17px;
  margin-top: 8px;
}
.events_focus .breadcrumb > .active,
.eventtemplates_createfromselection .breadcrumb > .active,
.eventtemplates_addepisode .breadcrumb > .active {
  color: #595959;
}
.events_focus form,
.eventtemplates_createfromselection form,
.eventtemplates_addepisode form {
  padding-right: 20px;
}
.events_focus form input[type="text"],
.eventtemplates_createfromselection form input[type="text"],
.eventtemplates_addepisode form input[type="text"],
.events_focus form input[type="password"],
.eventtemplates_createfromselection form input[type="password"],
.eventtemplates_addepisode form input[type="password"],
.events_focus form input[type=color],
.eventtemplates_createfromselection form input[type=color],
.eventtemplates_addepisode form input[type=color],
.events_focus form input[type="number"],
.eventtemplates_createfromselection form input[type="number"],
.eventtemplates_addepisode form input[type="number"],
.events_focus form select,
.eventtemplates_createfromselection form select,
.eventtemplates_addepisode form select,
.events_focus form textarea,
.eventtemplates_createfromselection form textarea,
.eventtemplates_addepisode form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.events_focus form input[type="text"]:focus,
.eventtemplates_createfromselection form input[type="text"]:focus,
.eventtemplates_addepisode form input[type="text"]:focus,
.events_focus form input[type="password"]:focus,
.eventtemplates_createfromselection form input[type="password"]:focus,
.eventtemplates_addepisode form input[type="password"]:focus,
.events_focus form input[type=color]:focus,
.eventtemplates_createfromselection form input[type=color]:focus,
.eventtemplates_addepisode form input[type=color]:focus,
.events_focus form input[type="number"]:focus,
.eventtemplates_createfromselection form input[type="number"]:focus,
.eventtemplates_addepisode form input[type="number"]:focus,
.events_focus form select:focus,
.eventtemplates_createfromselection form select:focus,
.eventtemplates_addepisode form select:focus,
.events_focus form textarea:focus,
.eventtemplates_createfromselection form textarea:focus,
.eventtemplates_addepisode form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.events_focus form input[type="text"]::-moz-placeholder,
.eventtemplates_createfromselection form input[type="text"]::-moz-placeholder,
.eventtemplates_addepisode form input[type="text"]::-moz-placeholder,
.events_focus form input[type="password"]::-moz-placeholder,
.eventtemplates_createfromselection form input[type="password"]::-moz-placeholder,
.eventtemplates_addepisode form input[type="password"]::-moz-placeholder,
.events_focus form input[type=color]::-moz-placeholder,
.eventtemplates_createfromselection form input[type=color]::-moz-placeholder,
.eventtemplates_addepisode form input[type=color]::-moz-placeholder,
.events_focus form input[type="number"]::-moz-placeholder,
.eventtemplates_createfromselection form input[type="number"]::-moz-placeholder,
.eventtemplates_addepisode form input[type="number"]::-moz-placeholder,
.events_focus form select::-moz-placeholder,
.eventtemplates_createfromselection form select::-moz-placeholder,
.eventtemplates_addepisode form select::-moz-placeholder,
.events_focus form textarea::-moz-placeholder,
.eventtemplates_createfromselection form textarea::-moz-placeholder,
.eventtemplates_addepisode form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.events_focus form input[type="text"]:-ms-input-placeholder,
.eventtemplates_createfromselection form input[type="text"]:-ms-input-placeholder,
.eventtemplates_addepisode form input[type="text"]:-ms-input-placeholder,
.events_focus form input[type="password"]:-ms-input-placeholder,
.eventtemplates_createfromselection form input[type="password"]:-ms-input-placeholder,
.eventtemplates_addepisode form input[type="password"]:-ms-input-placeholder,
.events_focus form input[type=color]:-ms-input-placeholder,
.eventtemplates_createfromselection form input[type=color]:-ms-input-placeholder,
.eventtemplates_addepisode form input[type=color]:-ms-input-placeholder,
.events_focus form input[type="number"]:-ms-input-placeholder,
.eventtemplates_createfromselection form input[type="number"]:-ms-input-placeholder,
.eventtemplates_addepisode form input[type="number"]:-ms-input-placeholder,
.events_focus form select:-ms-input-placeholder,
.eventtemplates_createfromselection form select:-ms-input-placeholder,
.eventtemplates_addepisode form select:-ms-input-placeholder,
.events_focus form textarea:-ms-input-placeholder,
.eventtemplates_createfromselection form textarea:-ms-input-placeholder,
.eventtemplates_addepisode form textarea:-ms-input-placeholder {
  color: #999;
}
.events_focus form input[type="text"]::-webkit-input-placeholder,
.eventtemplates_createfromselection form input[type="text"]::-webkit-input-placeholder,
.eventtemplates_addepisode form input[type="text"]::-webkit-input-placeholder,
.events_focus form input[type="password"]::-webkit-input-placeholder,
.eventtemplates_createfromselection form input[type="password"]::-webkit-input-placeholder,
.eventtemplates_addepisode form input[type="password"]::-webkit-input-placeholder,
.events_focus form input[type=color]::-webkit-input-placeholder,
.eventtemplates_createfromselection form input[type=color]::-webkit-input-placeholder,
.eventtemplates_addepisode form input[type=color]::-webkit-input-placeholder,
.events_focus form input[type="number"]::-webkit-input-placeholder,
.eventtemplates_createfromselection form input[type="number"]::-webkit-input-placeholder,
.eventtemplates_addepisode form input[type="number"]::-webkit-input-placeholder,
.events_focus form select::-webkit-input-placeholder,
.eventtemplates_createfromselection form select::-webkit-input-placeholder,
.eventtemplates_addepisode form select::-webkit-input-placeholder,
.events_focus form textarea::-webkit-input-placeholder,
.eventtemplates_createfromselection form textarea::-webkit-input-placeholder,
.eventtemplates_addepisode form textarea::-webkit-input-placeholder {
  color: #999;
}
.events_focus form input[type="text"]::-ms-expand,
.eventtemplates_createfromselection form input[type="text"]::-ms-expand,
.eventtemplates_addepisode form input[type="text"]::-ms-expand,
.events_focus form input[type="password"]::-ms-expand,
.eventtemplates_createfromselection form input[type="password"]::-ms-expand,
.eventtemplates_addepisode form input[type="password"]::-ms-expand,
.events_focus form input[type=color]::-ms-expand,
.eventtemplates_createfromselection form input[type=color]::-ms-expand,
.eventtemplates_addepisode form input[type=color]::-ms-expand,
.events_focus form input[type="number"]::-ms-expand,
.eventtemplates_createfromselection form input[type="number"]::-ms-expand,
.eventtemplates_addepisode form input[type="number"]::-ms-expand,
.events_focus form select::-ms-expand,
.eventtemplates_createfromselection form select::-ms-expand,
.eventtemplates_addepisode form select::-ms-expand,
.events_focus form textarea::-ms-expand,
.eventtemplates_createfromselection form textarea::-ms-expand,
.eventtemplates_addepisode form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.events_focus form input[type="text"][disabled],
.eventtemplates_createfromselection form input[type="text"][disabled],
.eventtemplates_addepisode form input[type="text"][disabled],
.events_focus form input[type="password"][disabled],
.eventtemplates_createfromselection form input[type="password"][disabled],
.eventtemplates_addepisode form input[type="password"][disabled],
.events_focus form input[type=color][disabled],
.eventtemplates_createfromselection form input[type=color][disabled],
.eventtemplates_addepisode form input[type=color][disabled],
.events_focus form input[type="number"][disabled],
.eventtemplates_createfromselection form input[type="number"][disabled],
.eventtemplates_addepisode form input[type="number"][disabled],
.events_focus form select[disabled],
.eventtemplates_createfromselection form select[disabled],
.eventtemplates_addepisode form select[disabled],
.events_focus form textarea[disabled],
.eventtemplates_createfromselection form textarea[disabled],
.eventtemplates_addepisode form textarea[disabled],
.events_focus form input[type="text"][readonly],
.eventtemplates_createfromselection form input[type="text"][readonly],
.eventtemplates_addepisode form input[type="text"][readonly],
.events_focus form input[type="password"][readonly],
.eventtemplates_createfromselection form input[type="password"][readonly],
.eventtemplates_addepisode form input[type="password"][readonly],
.events_focus form input[type=color][readonly],
.eventtemplates_createfromselection form input[type=color][readonly],
.eventtemplates_addepisode form input[type=color][readonly],
.events_focus form input[type="number"][readonly],
.eventtemplates_createfromselection form input[type="number"][readonly],
.eventtemplates_addepisode form input[type="number"][readonly],
.events_focus form select[readonly],
.eventtemplates_createfromselection form select[readonly],
.eventtemplates_addepisode form select[readonly],
.events_focus form textarea[readonly],
.eventtemplates_createfromselection form textarea[readonly],
.eventtemplates_addepisode form textarea[readonly],
fieldset[disabled] .events_focus form input[type="text"],
fieldset[disabled] .eventtemplates_createfromselection form input[type="text"],
fieldset[disabled] .eventtemplates_addepisode form input[type="text"],
fieldset[disabled] .events_focus form input[type="password"],
fieldset[disabled] .eventtemplates_createfromselection form input[type="password"],
fieldset[disabled] .eventtemplates_addepisode form input[type="password"],
fieldset[disabled] .events_focus form input[type=color],
fieldset[disabled] .eventtemplates_createfromselection form input[type=color],
fieldset[disabled] .eventtemplates_addepisode form input[type=color],
fieldset[disabled] .events_focus form input[type="number"],
fieldset[disabled] .eventtemplates_createfromselection form input[type="number"],
fieldset[disabled] .eventtemplates_addepisode form input[type="number"],
fieldset[disabled] .events_focus form select,
fieldset[disabled] .eventtemplates_createfromselection form select,
fieldset[disabled] .eventtemplates_addepisode form select,
fieldset[disabled] .events_focus form textarea,
fieldset[disabled] .eventtemplates_createfromselection form textarea,
fieldset[disabled] .eventtemplates_addepisode form textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.events_focus form input[type="text"][disabled],
.eventtemplates_createfromselection form input[type="text"][disabled],
.eventtemplates_addepisode form input[type="text"][disabled],
.events_focus form input[type="password"][disabled],
.eventtemplates_createfromselection form input[type="password"][disabled],
.eventtemplates_addepisode form input[type="password"][disabled],
.events_focus form input[type=color][disabled],
.eventtemplates_createfromselection form input[type=color][disabled],
.eventtemplates_addepisode form input[type=color][disabled],
.events_focus form input[type="number"][disabled],
.eventtemplates_createfromselection form input[type="number"][disabled],
.eventtemplates_addepisode form input[type="number"][disabled],
.events_focus form select[disabled],
.eventtemplates_createfromselection form select[disabled],
.eventtemplates_addepisode form select[disabled],
.events_focus form textarea[disabled],
.eventtemplates_createfromselection form textarea[disabled],
.eventtemplates_addepisode form textarea[disabled],
fieldset[disabled] .events_focus form input[type="text"],
fieldset[disabled] .eventtemplates_createfromselection form input[type="text"],
fieldset[disabled] .eventtemplates_addepisode form input[type="text"],
fieldset[disabled] .events_focus form input[type="password"],
fieldset[disabled] .eventtemplates_createfromselection form input[type="password"],
fieldset[disabled] .eventtemplates_addepisode form input[type="password"],
fieldset[disabled] .events_focus form input[type=color],
fieldset[disabled] .eventtemplates_createfromselection form input[type=color],
fieldset[disabled] .eventtemplates_addepisode form input[type=color],
fieldset[disabled] .events_focus form input[type="number"],
fieldset[disabled] .eventtemplates_createfromselection form input[type="number"],
fieldset[disabled] .eventtemplates_addepisode form input[type="number"],
fieldset[disabled] .events_focus form select,
fieldset[disabled] .eventtemplates_createfromselection form select,
fieldset[disabled] .eventtemplates_addepisode form select,
fieldset[disabled] .events_focus form textarea,
fieldset[disabled] .eventtemplates_createfromselection form textarea,
fieldset[disabled] .eventtemplates_addepisode form textarea {
  cursor: not-allowed;
}
textarea.events_focus form input[type="text"],
textarea.eventtemplates_createfromselection form input[type="text"],
textarea.eventtemplates_addepisode form input[type="text"],
textarea.events_focus form input[type="password"],
textarea.eventtemplates_createfromselection form input[type="password"],
textarea.eventtemplates_addepisode form input[type="password"],
textarea.events_focus form input[type=color],
textarea.eventtemplates_createfromselection form input[type=color],
textarea.eventtemplates_addepisode form input[type=color],
textarea.events_focus form input[type="number"],
textarea.eventtemplates_createfromselection form input[type="number"],
textarea.eventtemplates_addepisode form input[type="number"],
textarea.events_focus form select,
textarea.eventtemplates_createfromselection form select,
textarea.eventtemplates_addepisode form select,
textarea.events_focus form textarea,
textarea.eventtemplates_createfromselection form textarea,
textarea.eventtemplates_addepisode form textarea {
  height: auto;
}
.events_focus form textarea,
.eventtemplates_createfromselection form textarea,
.eventtemplates_addepisode form textarea {
  height: auto;
}
.events_focus form label,
.eventtemplates_createfromselection form label,
.eventtemplates_addepisode form label {
  margin-bottom: 0;
  padding-top: 9px;
}
.events_focus form input[type=color],
.eventtemplates_createfromselection form input[type=color],
.eventtemplates_addepisode form input[type=color] {
  margin-top: 9px;
}
.events_focus form input[type=checkbox],
.eventtemplates_createfromselection form input[type=checkbox],
.eventtemplates_addepisode form input[type=checkbox] {
  margin-top: 12px;
}
.events_focus form .controlspace input,
.eventtemplates_createfromselection form .controlspace input,
.eventtemplates_addepisode form .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .events_focus form,
  .eventtemplates_createfromselection form,
  .eventtemplates_addepisode form {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .events_focus form .controlspace,
  .eventtemplates_createfromselection form .controlspace,
  .eventtemplates_addepisode form .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .events_focus form label,
  .eventtemplates_createfromselection form label,
  .eventtemplates_addepisode form label {
    width: 100%;
  }
}
.events_focus form .form-group,
.eventtemplates_createfromselection form .form-group,
.eventtemplates_addepisode form .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.events_focus form .form-group.commands,
.eventtemplates_createfromselection form .form-group.commands,
.eventtemplates_addepisode form .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .events_focus form .form-group.commands,
  .eventtemplates_createfromselection form .form-group.commands,
  .eventtemplates_addepisode form .form-group.commands {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .events_focus form .form-group.commands,
  .eventtemplates_createfromselection form .form-group.commands,
  .eventtemplates_addepisode form .form-group.commands {
    margin-left: 33.33333333%;
  }
}
.events_focus form .form-group label,
.eventtemplates_createfromselection form .form-group label,
.eventtemplates_addepisode form .form-group label,
.events_focus form .form-group .labelspace,
.eventtemplates_createfromselection form .form-group .labelspace,
.eventtemplates_addepisode form .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .events_focus form .form-group label,
  .eventtemplates_createfromselection form .form-group label,
  .eventtemplates_addepisode form .form-group label,
  .events_focus form .form-group .labelspace,
  .eventtemplates_createfromselection form .form-group .labelspace,
  .eventtemplates_addepisode form .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .events_focus form .form-group label,
  .eventtemplates_createfromselection form .form-group label,
  .eventtemplates_addepisode form .form-group label,
  .events_focus form .form-group .labelspace,
  .eventtemplates_createfromselection form .form-group .labelspace,
  .eventtemplates_addepisode form .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
.events_focus form .form-group .controlspace,
.eventtemplates_createfromselection form .form-group .controlspace,
.eventtemplates_addepisode form .form-group .controlspace,
.events_focus form .form-group .editable,
.eventtemplates_createfromselection form .form-group .editable,
.eventtemplates_addepisode form .form-group .editable,
.events_focus form .form-group input[type=password],
.eventtemplates_createfromselection form .form-group input[type=password],
.eventtemplates_addepisode form .form-group input[type=password],
.events_focus form .form-group select,
.eventtemplates_createfromselection form .form-group select,
.eventtemplates_addepisode form .form-group select,
.events_focus form .form-group .input-group,
.eventtemplates_createfromselection form .form-group .input-group,
.eventtemplates_addepisode form .form-group .input-group,
.events_focus form .form-group textarea,
.eventtemplates_createfromselection form .form-group textarea,
.eventtemplates_addepisode form .form-group textarea,
.events_focus form .form-group .field-validation-error,
.eventtemplates_createfromselection form .form-group .field-validation-error,
.eventtemplates_addepisode form .form-group .field-validation-error,
.events_focus form .form-group .readonly,
.eventtemplates_createfromselection form .form-group .readonly,
.eventtemplates_addepisode form .form-group .readonly,
.events_focus form .form-group .formcolummn2,
.eventtemplates_createfromselection form .form-group .formcolummn2,
.eventtemplates_addepisode form .form-group .formcolummn2,
.events_focus form .form-group input[type="text"],
.eventtemplates_createfromselection form .form-group input[type="text"],
.eventtemplates_addepisode form .form-group input[type="text"],
.events_focus form .form-group input[type="password"],
.eventtemplates_createfromselection form .form-group input[type="password"],
.eventtemplates_addepisode form .form-group input[type="password"],
.events_focus form .form-group input[type=color],
.eventtemplates_createfromselection form .form-group input[type=color],
.eventtemplates_addepisode form .form-group input[type=color],
.events_focus form .form-group input[type="number"],
.eventtemplates_createfromselection form .form-group input[type="number"],
.eventtemplates_addepisode form .form-group input[type="number"],
.events_focus form .form-group .note-editor,
.eventtemplates_createfromselection form .form-group .note-editor,
.eventtemplates_addepisode form .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .events_focus form .form-group .controlspace,
  .eventtemplates_createfromselection form .form-group .controlspace,
  .eventtemplates_addepisode form .form-group .controlspace,
  .events_focus form .form-group .editable,
  .eventtemplates_createfromselection form .form-group .editable,
  .eventtemplates_addepisode form .form-group .editable,
  .events_focus form .form-group input[type=password],
  .eventtemplates_createfromselection form .form-group input[type=password],
  .eventtemplates_addepisode form .form-group input[type=password],
  .events_focus form .form-group select,
  .eventtemplates_createfromselection form .form-group select,
  .eventtemplates_addepisode form .form-group select,
  .events_focus form .form-group .input-group,
  .eventtemplates_createfromselection form .form-group .input-group,
  .eventtemplates_addepisode form .form-group .input-group,
  .events_focus form .form-group textarea,
  .eventtemplates_createfromselection form .form-group textarea,
  .eventtemplates_addepisode form .form-group textarea,
  .events_focus form .form-group .field-validation-error,
  .eventtemplates_createfromselection form .form-group .field-validation-error,
  .eventtemplates_addepisode form .form-group .field-validation-error,
  .events_focus form .form-group .readonly,
  .eventtemplates_createfromselection form .form-group .readonly,
  .eventtemplates_addepisode form .form-group .readonly,
  .events_focus form .form-group .formcolummn2,
  .eventtemplates_createfromselection form .form-group .formcolummn2,
  .eventtemplates_addepisode form .form-group .formcolummn2,
  .events_focus form .form-group input[type="text"],
  .eventtemplates_createfromselection form .form-group input[type="text"],
  .eventtemplates_addepisode form .form-group input[type="text"],
  .events_focus form .form-group input[type="password"],
  .eventtemplates_createfromselection form .form-group input[type="password"],
  .eventtemplates_addepisode form .form-group input[type="password"],
  .events_focus form .form-group input[type=color],
  .eventtemplates_createfromselection form .form-group input[type=color],
  .eventtemplates_addepisode form .form-group input[type=color],
  .events_focus form .form-group input[type="number"],
  .eventtemplates_createfromselection form .form-group input[type="number"],
  .eventtemplates_addepisode form .form-group input[type="number"],
  .events_focus form .form-group .note-editor,
  .eventtemplates_createfromselection form .form-group .note-editor,
  .eventtemplates_addepisode form .form-group .note-editor {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .events_focus form .form-group .controlspace,
  .eventtemplates_createfromselection form .form-group .controlspace,
  .eventtemplates_addepisode form .form-group .controlspace,
  .events_focus form .form-group .editable,
  .eventtemplates_createfromselection form .form-group .editable,
  .eventtemplates_addepisode form .form-group .editable,
  .events_focus form .form-group input[type=password],
  .eventtemplates_createfromselection form .form-group input[type=password],
  .eventtemplates_addepisode form .form-group input[type=password],
  .events_focus form .form-group select,
  .eventtemplates_createfromselection form .form-group select,
  .eventtemplates_addepisode form .form-group select,
  .events_focus form .form-group .input-group,
  .eventtemplates_createfromselection form .form-group .input-group,
  .eventtemplates_addepisode form .form-group .input-group,
  .events_focus form .form-group textarea,
  .eventtemplates_createfromselection form .form-group textarea,
  .eventtemplates_addepisode form .form-group textarea,
  .events_focus form .form-group .field-validation-error,
  .eventtemplates_createfromselection form .form-group .field-validation-error,
  .eventtemplates_addepisode form .form-group .field-validation-error,
  .events_focus form .form-group .readonly,
  .eventtemplates_createfromselection form .form-group .readonly,
  .eventtemplates_addepisode form .form-group .readonly,
  .events_focus form .form-group .formcolummn2,
  .eventtemplates_createfromselection form .form-group .formcolummn2,
  .eventtemplates_addepisode form .form-group .formcolummn2,
  .events_focus form .form-group input[type="text"],
  .eventtemplates_createfromselection form .form-group input[type="text"],
  .eventtemplates_addepisode form .form-group input[type="text"],
  .events_focus form .form-group input[type="password"],
  .eventtemplates_createfromselection form .form-group input[type="password"],
  .eventtemplates_addepisode form .form-group input[type="password"],
  .events_focus form .form-group input[type=color],
  .eventtemplates_createfromselection form .form-group input[type=color],
  .eventtemplates_addepisode form .form-group input[type=color],
  .events_focus form .form-group input[type="number"],
  .eventtemplates_createfromselection form .form-group input[type="number"],
  .eventtemplates_addepisode form .form-group input[type="number"],
  .events_focus form .form-group .note-editor,
  .eventtemplates_createfromselection form .form-group .note-editor,
  .eventtemplates_addepisode form .form-group .note-editor {
    float: left;
    width: 66.66666667%;
  }
}
.events_focus form .form-group .controlspace,
.eventtemplates_createfromselection form .form-group .controlspace,
.eventtemplates_addepisode form .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.events_focus form .form-group .controlspace.input-lg,
.eventtemplates_createfromselection form .form-group .controlspace.input-lg,
.eventtemplates_addepisode form .form-group .controlspace.input-lg,
.events_focus form .form-group .controlspace.input-sm,
.eventtemplates_createfromselection form .form-group .controlspace.input-sm,
.eventtemplates_addepisode form .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.events_focus form .form-group .input-group,
.eventtemplates_createfromselection form .form-group .input-group,
.eventtemplates_addepisode form .form-group .input-group,
.events_focus form .form-group .note-editor,
.eventtemplates_createfromselection form .form-group .note-editor,
.eventtemplates_addepisode form .form-group .note-editor {
  padding: 0;
}
.events_focus form .field-validation-error,
.eventtemplates_createfromselection form .field-validation-error,
.eventtemplates_addepisode form .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .events_focus form .field-validation-error,
  .eventtemplates_createfromselection form .field-validation-error,
  .eventtemplates_addepisode form .field-validation-error {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .events_focus form .field-validation-error,
  .eventtemplates_createfromselection form .field-validation-error,
  .eventtemplates_addepisode form .field-validation-error {
    margin-left: 33.33333333%;
  }
}
.events_index .quicklinks h3.panel-heading,
.home_index .quicklinks h3.panel-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.events_index .panel,
.home_index .panel {
  transition: box-shadow 0.65s ease-in-out;
}
.events_index .panel:hover,
.home_index .panel:hover {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.events_index .recentcycle,
.home_index .recentcycle {
  margin-bottom: 10px;
  margin-right: -10;
  margin-left: -10;
}
.events_index .recentcycle .dates,
.home_index .recentcycle .dates {
  color: #999999;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .events_index .recentcycle .dates,
  .home_index .recentcycle .dates {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .events_index .recentcycle .dates,
  .home_index .recentcycle .dates {
    float: left;
    width: 25%;
  }
}
.events_index .recentcycle .cycle-number,
.home_index .recentcycle .cycle-number {
  color: #999999;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .events_index .recentcycle .cycle-number,
  .home_index .recentcycle .cycle-number {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .events_index .recentcycle .cycle-number,
  .home_index .recentcycle .cycle-number {
    float: left;
    width: 8.33333333%;
  }
}
.events_index .recentcycle .title,
.home_index .recentcycle .title {
  color: #337ab7;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .events_index .recentcycle .title,
  .home_index .recentcycle .title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .events_index .recentcycle .title,
  .home_index .recentcycle .title {
    float: left;
    width: 25%;
  }
}
.events_index .recentcycle .summary,
.home_index .recentcycle .summary {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .events_index .recentcycle .summary,
  .home_index .recentcycle .summary {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .events_index .recentcycle .summary,
  .home_index .recentcycle .summary {
    float: left;
    width: 25%;
  }
}
.events_index .recentcycle .commands,
.home_index .recentcycle .commands {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
  text-align: right;
}
@media (min-width: 992px) {
  .events_index .recentcycle .commands,
  .home_index .recentcycle .commands {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .events_index .recentcycle .commands,
  .home_index .recentcycle .commands {
    float: left;
    width: 16.66666667%;
  }
}
.events_index .scanevent,
.home_index .scanevent {
  margin-bottom: 10px;
  margin-right: -10;
  margin-left: -10;
}
.events_index .scanevent .eventtype,
.home_index .scanevent .eventtype {
  color: #999999;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .events_index .scanevent .eventtype,
  .home_index .scanevent .eventtype {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .events_index .scanevent .eventtype,
  .home_index .scanevent .eventtype {
    float: left;
    width: 16.66666667%;
  }
}
.events_index .scanevent .name,
.home_index .scanevent .name {
  color: #337ab7;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .events_index .scanevent .name,
  .home_index .scanevent .name {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .events_index .scanevent .name,
  .home_index .scanevent .name {
    float: left;
    width: 50%;
  }
}
.events_index .scanevent .commands,
.home_index .scanevent .commands {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .events_index .scanevent .commands,
  .home_index .scanevent .commands {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .events_index .scanevent .commands,
  .home_index .scanevent .commands {
    float: left;
    width: 33.33333333%;
  }
}
.eventtemplates_index .panel:hover {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.eventtemplates_index .actions {
  display: none;
}
.eventtemplates_index table td:nth-child(2) {
  white-space: normal;
  overflow: auto;
}
.eventtemplates_index table td:nth-child(3) {
  color: #999999;
}
.eventtemplates_create input[type="text"],
.eventtemplates_createepisode input[type="text"],
.eventtemplates_create input[type="password"],
.eventtemplates_createepisode input[type="password"],
.eventtemplates_create input[type=color],
.eventtemplates_createepisode input[type=color],
.eventtemplates_create input[type="number"],
.eventtemplates_createepisode input[type="number"],
.eventtemplates_create select,
.eventtemplates_createepisode select,
.eventtemplates_create textarea,
.eventtemplates_createepisode textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.eventtemplates_create input[type="text"]:focus,
.eventtemplates_createepisode input[type="text"]:focus,
.eventtemplates_create input[type="password"]:focus,
.eventtemplates_createepisode input[type="password"]:focus,
.eventtemplates_create input[type=color]:focus,
.eventtemplates_createepisode input[type=color]:focus,
.eventtemplates_create input[type="number"]:focus,
.eventtemplates_createepisode input[type="number"]:focus,
.eventtemplates_create select:focus,
.eventtemplates_createepisode select:focus,
.eventtemplates_create textarea:focus,
.eventtemplates_createepisode textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.eventtemplates_create input[type="text"]::-moz-placeholder,
.eventtemplates_createepisode input[type="text"]::-moz-placeholder,
.eventtemplates_create input[type="password"]::-moz-placeholder,
.eventtemplates_createepisode input[type="password"]::-moz-placeholder,
.eventtemplates_create input[type=color]::-moz-placeholder,
.eventtemplates_createepisode input[type=color]::-moz-placeholder,
.eventtemplates_create input[type="number"]::-moz-placeholder,
.eventtemplates_createepisode input[type="number"]::-moz-placeholder,
.eventtemplates_create select::-moz-placeholder,
.eventtemplates_createepisode select::-moz-placeholder,
.eventtemplates_create textarea::-moz-placeholder,
.eventtemplates_createepisode textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.eventtemplates_create input[type="text"]:-ms-input-placeholder,
.eventtemplates_createepisode input[type="text"]:-ms-input-placeholder,
.eventtemplates_create input[type="password"]:-ms-input-placeholder,
.eventtemplates_createepisode input[type="password"]:-ms-input-placeholder,
.eventtemplates_create input[type=color]:-ms-input-placeholder,
.eventtemplates_createepisode input[type=color]:-ms-input-placeholder,
.eventtemplates_create input[type="number"]:-ms-input-placeholder,
.eventtemplates_createepisode input[type="number"]:-ms-input-placeholder,
.eventtemplates_create select:-ms-input-placeholder,
.eventtemplates_createepisode select:-ms-input-placeholder,
.eventtemplates_create textarea:-ms-input-placeholder,
.eventtemplates_createepisode textarea:-ms-input-placeholder {
  color: #999;
}
.eventtemplates_create input[type="text"]::-webkit-input-placeholder,
.eventtemplates_createepisode input[type="text"]::-webkit-input-placeholder,
.eventtemplates_create input[type="password"]::-webkit-input-placeholder,
.eventtemplates_createepisode input[type="password"]::-webkit-input-placeholder,
.eventtemplates_create input[type=color]::-webkit-input-placeholder,
.eventtemplates_createepisode input[type=color]::-webkit-input-placeholder,
.eventtemplates_create input[type="number"]::-webkit-input-placeholder,
.eventtemplates_createepisode input[type="number"]::-webkit-input-placeholder,
.eventtemplates_create select::-webkit-input-placeholder,
.eventtemplates_createepisode select::-webkit-input-placeholder,
.eventtemplates_create textarea::-webkit-input-placeholder,
.eventtemplates_createepisode textarea::-webkit-input-placeholder {
  color: #999;
}
.eventtemplates_create input[type="text"]::-ms-expand,
.eventtemplates_createepisode input[type="text"]::-ms-expand,
.eventtemplates_create input[type="password"]::-ms-expand,
.eventtemplates_createepisode input[type="password"]::-ms-expand,
.eventtemplates_create input[type=color]::-ms-expand,
.eventtemplates_createepisode input[type=color]::-ms-expand,
.eventtemplates_create input[type="number"]::-ms-expand,
.eventtemplates_createepisode input[type="number"]::-ms-expand,
.eventtemplates_create select::-ms-expand,
.eventtemplates_createepisode select::-ms-expand,
.eventtemplates_create textarea::-ms-expand,
.eventtemplates_createepisode textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.eventtemplates_create input[type="text"][disabled],
.eventtemplates_createepisode input[type="text"][disabled],
.eventtemplates_create input[type="password"][disabled],
.eventtemplates_createepisode input[type="password"][disabled],
.eventtemplates_create input[type=color][disabled],
.eventtemplates_createepisode input[type=color][disabled],
.eventtemplates_create input[type="number"][disabled],
.eventtemplates_createepisode input[type="number"][disabled],
.eventtemplates_create select[disabled],
.eventtemplates_createepisode select[disabled],
.eventtemplates_create textarea[disabled],
.eventtemplates_createepisode textarea[disabled],
.eventtemplates_create input[type="text"][readonly],
.eventtemplates_createepisode input[type="text"][readonly],
.eventtemplates_create input[type="password"][readonly],
.eventtemplates_createepisode input[type="password"][readonly],
.eventtemplates_create input[type=color][readonly],
.eventtemplates_createepisode input[type=color][readonly],
.eventtemplates_create input[type="number"][readonly],
.eventtemplates_createepisode input[type="number"][readonly],
.eventtemplates_create select[readonly],
.eventtemplates_createepisode select[readonly],
.eventtemplates_create textarea[readonly],
.eventtemplates_createepisode textarea[readonly],
fieldset[disabled] .eventtemplates_create input[type="text"],
fieldset[disabled] .eventtemplates_createepisode input[type="text"],
fieldset[disabled] .eventtemplates_create input[type="password"],
fieldset[disabled] .eventtemplates_createepisode input[type="password"],
fieldset[disabled] .eventtemplates_create input[type=color],
fieldset[disabled] .eventtemplates_createepisode input[type=color],
fieldset[disabled] .eventtemplates_create input[type="number"],
fieldset[disabled] .eventtemplates_createepisode input[type="number"],
fieldset[disabled] .eventtemplates_create select,
fieldset[disabled] .eventtemplates_createepisode select,
fieldset[disabled] .eventtemplates_create textarea,
fieldset[disabled] .eventtemplates_createepisode textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.eventtemplates_create input[type="text"][disabled],
.eventtemplates_createepisode input[type="text"][disabled],
.eventtemplates_create input[type="password"][disabled],
.eventtemplates_createepisode input[type="password"][disabled],
.eventtemplates_create input[type=color][disabled],
.eventtemplates_createepisode input[type=color][disabled],
.eventtemplates_create input[type="number"][disabled],
.eventtemplates_createepisode input[type="number"][disabled],
.eventtemplates_create select[disabled],
.eventtemplates_createepisode select[disabled],
.eventtemplates_create textarea[disabled],
.eventtemplates_createepisode textarea[disabled],
fieldset[disabled] .eventtemplates_create input[type="text"],
fieldset[disabled] .eventtemplates_createepisode input[type="text"],
fieldset[disabled] .eventtemplates_create input[type="password"],
fieldset[disabled] .eventtemplates_createepisode input[type="password"],
fieldset[disabled] .eventtemplates_create input[type=color],
fieldset[disabled] .eventtemplates_createepisode input[type=color],
fieldset[disabled] .eventtemplates_create input[type="number"],
fieldset[disabled] .eventtemplates_createepisode input[type="number"],
fieldset[disabled] .eventtemplates_create select,
fieldset[disabled] .eventtemplates_createepisode select,
fieldset[disabled] .eventtemplates_create textarea,
fieldset[disabled] .eventtemplates_createepisode textarea {
  cursor: not-allowed;
}
textarea.eventtemplates_create input[type="text"],
textarea.eventtemplates_createepisode input[type="text"],
textarea.eventtemplates_create input[type="password"],
textarea.eventtemplates_createepisode input[type="password"],
textarea.eventtemplates_create input[type=color],
textarea.eventtemplates_createepisode input[type=color],
textarea.eventtemplates_create input[type="number"],
textarea.eventtemplates_createepisode input[type="number"],
textarea.eventtemplates_create select,
textarea.eventtemplates_createepisode select,
textarea.eventtemplates_create textarea,
textarea.eventtemplates_createepisode textarea {
  height: auto;
}
.eventtemplates_create textarea,
.eventtemplates_createepisode textarea {
  height: auto;
}
.eventtemplates_create label,
.eventtemplates_createepisode label {
  margin-bottom: 0;
  padding-top: 9px;
}
.eventtemplates_create input[type=color],
.eventtemplates_createepisode input[type=color] {
  margin-top: 9px;
}
.eventtemplates_create input[type=checkbox],
.eventtemplates_createepisode input[type=checkbox] {
  margin-top: 12px;
}
.eventtemplates_create .controlspace input,
.eventtemplates_createepisode .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .eventtemplates_create,
  .eventtemplates_createepisode {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .eventtemplates_create .controlspace,
  .eventtemplates_createepisode .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .eventtemplates_create label,
  .eventtemplates_createepisode label {
    width: 100%;
  }
}
.eventtemplates_create .form-group,
.eventtemplates_createepisode .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.eventtemplates_create .form-group.commands,
.eventtemplates_createepisode .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .eventtemplates_create .form-group.commands,
  .eventtemplates_createepisode .form-group.commands {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_create .form-group.commands,
  .eventtemplates_createepisode .form-group.commands {
    margin-left: 25%;
  }
}
.eventtemplates_create .form-group label,
.eventtemplates_createepisode .form-group label,
.eventtemplates_create .form-group .labelspace,
.eventtemplates_createepisode .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .eventtemplates_create .form-group label,
  .eventtemplates_createepisode .form-group label,
  .eventtemplates_create .form-group .labelspace,
  .eventtemplates_createepisode .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_create .form-group label,
  .eventtemplates_createepisode .form-group label,
  .eventtemplates_create .form-group .labelspace,
  .eventtemplates_createepisode .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
.eventtemplates_create .form-group .controlspace,
.eventtemplates_createepisode .form-group .controlspace,
.eventtemplates_create .form-group .editable,
.eventtemplates_createepisode .form-group .editable,
.eventtemplates_create .form-group input[type=password],
.eventtemplates_createepisode .form-group input[type=password],
.eventtemplates_create .form-group select,
.eventtemplates_createepisode .form-group select,
.eventtemplates_create .form-group .input-group,
.eventtemplates_createepisode .form-group .input-group,
.eventtemplates_create .form-group textarea,
.eventtemplates_createepisode .form-group textarea,
.eventtemplates_create .form-group .field-validation-error,
.eventtemplates_createepisode .form-group .field-validation-error,
.eventtemplates_create .form-group .readonly,
.eventtemplates_createepisode .form-group .readonly,
.eventtemplates_create .form-group .formcolummn2,
.eventtemplates_createepisode .form-group .formcolummn2,
.eventtemplates_create .form-group input[type="text"],
.eventtemplates_createepisode .form-group input[type="text"],
.eventtemplates_create .form-group input[type="password"],
.eventtemplates_createepisode .form-group input[type="password"],
.eventtemplates_create .form-group input[type=color],
.eventtemplates_createepisode .form-group input[type=color],
.eventtemplates_create .form-group input[type="number"],
.eventtemplates_createepisode .form-group input[type="number"],
.eventtemplates_create .form-group .note-editor,
.eventtemplates_createepisode .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .eventtemplates_create .form-group .controlspace,
  .eventtemplates_createepisode .form-group .controlspace,
  .eventtemplates_create .form-group .editable,
  .eventtemplates_createepisode .form-group .editable,
  .eventtemplates_create .form-group input[type=password],
  .eventtemplates_createepisode .form-group input[type=password],
  .eventtemplates_create .form-group select,
  .eventtemplates_createepisode .form-group select,
  .eventtemplates_create .form-group .input-group,
  .eventtemplates_createepisode .form-group .input-group,
  .eventtemplates_create .form-group textarea,
  .eventtemplates_createepisode .form-group textarea,
  .eventtemplates_create .form-group .field-validation-error,
  .eventtemplates_createepisode .form-group .field-validation-error,
  .eventtemplates_create .form-group .readonly,
  .eventtemplates_createepisode .form-group .readonly,
  .eventtemplates_create .form-group .formcolummn2,
  .eventtemplates_createepisode .form-group .formcolummn2,
  .eventtemplates_create .form-group input[type="text"],
  .eventtemplates_createepisode .form-group input[type="text"],
  .eventtemplates_create .form-group input[type="password"],
  .eventtemplates_createepisode .form-group input[type="password"],
  .eventtemplates_create .form-group input[type=color],
  .eventtemplates_createepisode .form-group input[type=color],
  .eventtemplates_create .form-group input[type="number"],
  .eventtemplates_createepisode .form-group input[type="number"],
  .eventtemplates_create .form-group .note-editor,
  .eventtemplates_createepisode .form-group .note-editor {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_create .form-group .controlspace,
  .eventtemplates_createepisode .form-group .controlspace,
  .eventtemplates_create .form-group .editable,
  .eventtemplates_createepisode .form-group .editable,
  .eventtemplates_create .form-group input[type=password],
  .eventtemplates_createepisode .form-group input[type=password],
  .eventtemplates_create .form-group select,
  .eventtemplates_createepisode .form-group select,
  .eventtemplates_create .form-group .input-group,
  .eventtemplates_createepisode .form-group .input-group,
  .eventtemplates_create .form-group textarea,
  .eventtemplates_createepisode .form-group textarea,
  .eventtemplates_create .form-group .field-validation-error,
  .eventtemplates_createepisode .form-group .field-validation-error,
  .eventtemplates_create .form-group .readonly,
  .eventtemplates_createepisode .form-group .readonly,
  .eventtemplates_create .form-group .formcolummn2,
  .eventtemplates_createepisode .form-group .formcolummn2,
  .eventtemplates_create .form-group input[type="text"],
  .eventtemplates_createepisode .form-group input[type="text"],
  .eventtemplates_create .form-group input[type="password"],
  .eventtemplates_createepisode .form-group input[type="password"],
  .eventtemplates_create .form-group input[type=color],
  .eventtemplates_createepisode .form-group input[type=color],
  .eventtemplates_create .form-group input[type="number"],
  .eventtemplates_createepisode .form-group input[type="number"],
  .eventtemplates_create .form-group .note-editor,
  .eventtemplates_createepisode .form-group .note-editor {
    float: left;
    width: 41.66666667%;
  }
}
.eventtemplates_create .form-group .controlspace,
.eventtemplates_createepisode .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.eventtemplates_create .form-group .controlspace.input-lg,
.eventtemplates_createepisode .form-group .controlspace.input-lg,
.eventtemplates_create .form-group .controlspace.input-sm,
.eventtemplates_createepisode .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.eventtemplates_create .form-group .input-group,
.eventtemplates_createepisode .form-group .input-group,
.eventtemplates_create .form-group .note-editor,
.eventtemplates_createepisode .form-group .note-editor {
  padding: 0;
}
.eventtemplates_create .field-validation-error,
.eventtemplates_createepisode .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .eventtemplates_create .field-validation-error,
  .eventtemplates_createepisode .field-validation-error {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_create .field-validation-error,
  .eventtemplates_createepisode .field-validation-error {
    margin-left: 25%;
  }
}
.whitewell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin-bottom: 10px;
  background-color: white;
}
.whitewell blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.eventtemplates_details .eventdefaults {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin-bottom: 10px;
  background-color: white;
}
.eventtemplates_details .eventdefaults blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.eventtemplates_details .eventdefaults input[type="text"],
.eventtemplates_details .eventdefaults input[type="password"],
.eventtemplates_details .eventdefaults input[type=color],
.eventtemplates_details .eventdefaults input[type="number"],
.eventtemplates_details .eventdefaults select,
.eventtemplates_details .eventdefaults textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.eventtemplates_details .eventdefaults input[type="text"]:focus,
.eventtemplates_details .eventdefaults input[type="password"]:focus,
.eventtemplates_details .eventdefaults input[type=color]:focus,
.eventtemplates_details .eventdefaults input[type="number"]:focus,
.eventtemplates_details .eventdefaults select:focus,
.eventtemplates_details .eventdefaults textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.eventtemplates_details .eventdefaults input[type="text"]::-moz-placeholder,
.eventtemplates_details .eventdefaults input[type="password"]::-moz-placeholder,
.eventtemplates_details .eventdefaults input[type=color]::-moz-placeholder,
.eventtemplates_details .eventdefaults input[type="number"]::-moz-placeholder,
.eventtemplates_details .eventdefaults select::-moz-placeholder,
.eventtemplates_details .eventdefaults textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.eventtemplates_details .eventdefaults input[type="text"]:-ms-input-placeholder,
.eventtemplates_details .eventdefaults input[type="password"]:-ms-input-placeholder,
.eventtemplates_details .eventdefaults input[type=color]:-ms-input-placeholder,
.eventtemplates_details .eventdefaults input[type="number"]:-ms-input-placeholder,
.eventtemplates_details .eventdefaults select:-ms-input-placeholder,
.eventtemplates_details .eventdefaults textarea:-ms-input-placeholder {
  color: #999;
}
.eventtemplates_details .eventdefaults input[type="text"]::-webkit-input-placeholder,
.eventtemplates_details .eventdefaults input[type="password"]::-webkit-input-placeholder,
.eventtemplates_details .eventdefaults input[type=color]::-webkit-input-placeholder,
.eventtemplates_details .eventdefaults input[type="number"]::-webkit-input-placeholder,
.eventtemplates_details .eventdefaults select::-webkit-input-placeholder,
.eventtemplates_details .eventdefaults textarea::-webkit-input-placeholder {
  color: #999;
}
.eventtemplates_details .eventdefaults input[type="text"]::-ms-expand,
.eventtemplates_details .eventdefaults input[type="password"]::-ms-expand,
.eventtemplates_details .eventdefaults input[type=color]::-ms-expand,
.eventtemplates_details .eventdefaults input[type="number"]::-ms-expand,
.eventtemplates_details .eventdefaults select::-ms-expand,
.eventtemplates_details .eventdefaults textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.eventtemplates_details .eventdefaults input[type="text"][disabled],
.eventtemplates_details .eventdefaults input[type="password"][disabled],
.eventtemplates_details .eventdefaults input[type=color][disabled],
.eventtemplates_details .eventdefaults input[type="number"][disabled],
.eventtemplates_details .eventdefaults select[disabled],
.eventtemplates_details .eventdefaults textarea[disabled],
.eventtemplates_details .eventdefaults input[type="text"][readonly],
.eventtemplates_details .eventdefaults input[type="password"][readonly],
.eventtemplates_details .eventdefaults input[type=color][readonly],
.eventtemplates_details .eventdefaults input[type="number"][readonly],
.eventtemplates_details .eventdefaults select[readonly],
.eventtemplates_details .eventdefaults textarea[readonly],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type="text"],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type="password"],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type=color],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type="number"],
fieldset[disabled] .eventtemplates_details .eventdefaults select,
fieldset[disabled] .eventtemplates_details .eventdefaults textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.eventtemplates_details .eventdefaults input[type="text"][disabled],
.eventtemplates_details .eventdefaults input[type="password"][disabled],
.eventtemplates_details .eventdefaults input[type=color][disabled],
.eventtemplates_details .eventdefaults input[type="number"][disabled],
.eventtemplates_details .eventdefaults select[disabled],
.eventtemplates_details .eventdefaults textarea[disabled],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type="text"],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type="password"],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type=color],
fieldset[disabled] .eventtemplates_details .eventdefaults input[type="number"],
fieldset[disabled] .eventtemplates_details .eventdefaults select,
fieldset[disabled] .eventtemplates_details .eventdefaults textarea {
  cursor: not-allowed;
}
textarea.eventtemplates_details .eventdefaults input[type="text"],
textarea.eventtemplates_details .eventdefaults input[type="password"],
textarea.eventtemplates_details .eventdefaults input[type=color],
textarea.eventtemplates_details .eventdefaults input[type="number"],
textarea.eventtemplates_details .eventdefaults select,
textarea.eventtemplates_details .eventdefaults textarea {
  height: auto;
}
.eventtemplates_details .eventdefaults textarea {
  height: auto;
}
.eventtemplates_details .eventdefaults label {
  margin-bottom: 0;
  padding-top: 9px;
}
.eventtemplates_details .eventdefaults input[type=color] {
  margin-top: 9px;
}
.eventtemplates_details .eventdefaults input[type=checkbox] {
  margin-top: 12px;
}
.eventtemplates_details .eventdefaults .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .eventtemplates_details .eventdefaults {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .eventtemplates_details .eventdefaults .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .eventtemplates_details .eventdefaults label {
    width: 100%;
  }
}
.eventtemplates_details .eventdefaults .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.eventtemplates_details .eventdefaults .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .eventtemplates_details .eventdefaults .form-group.commands {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_details .eventdefaults .form-group.commands {
    margin-left: 25%;
  }
}
.eventtemplates_details .eventdefaults .form-group label,
.eventtemplates_details .eventdefaults .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .eventtemplates_details .eventdefaults .form-group label,
  .eventtemplates_details .eventdefaults .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_details .eventdefaults .form-group label,
  .eventtemplates_details .eventdefaults .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
.eventtemplates_details .eventdefaults .form-group .controlspace,
.eventtemplates_details .eventdefaults .form-group .editable,
.eventtemplates_details .eventdefaults .form-group input[type=password],
.eventtemplates_details .eventdefaults .form-group select,
.eventtemplates_details .eventdefaults .form-group .input-group,
.eventtemplates_details .eventdefaults .form-group textarea,
.eventtemplates_details .eventdefaults .form-group .field-validation-error,
.eventtemplates_details .eventdefaults .form-group .readonly,
.eventtemplates_details .eventdefaults .form-group .formcolummn2,
.eventtemplates_details .eventdefaults .form-group input[type="text"],
.eventtemplates_details .eventdefaults .form-group input[type="password"],
.eventtemplates_details .eventdefaults .form-group input[type=color],
.eventtemplates_details .eventdefaults .form-group input[type="number"],
.eventtemplates_details .eventdefaults .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .eventtemplates_details .eventdefaults .form-group .controlspace,
  .eventtemplates_details .eventdefaults .form-group .editable,
  .eventtemplates_details .eventdefaults .form-group input[type=password],
  .eventtemplates_details .eventdefaults .form-group select,
  .eventtemplates_details .eventdefaults .form-group .input-group,
  .eventtemplates_details .eventdefaults .form-group textarea,
  .eventtemplates_details .eventdefaults .form-group .field-validation-error,
  .eventtemplates_details .eventdefaults .form-group .readonly,
  .eventtemplates_details .eventdefaults .form-group .formcolummn2,
  .eventtemplates_details .eventdefaults .form-group input[type="text"],
  .eventtemplates_details .eventdefaults .form-group input[type="password"],
  .eventtemplates_details .eventdefaults .form-group input[type=color],
  .eventtemplates_details .eventdefaults .form-group input[type="number"],
  .eventtemplates_details .eventdefaults .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_details .eventdefaults .form-group .controlspace,
  .eventtemplates_details .eventdefaults .form-group .editable,
  .eventtemplates_details .eventdefaults .form-group input[type=password],
  .eventtemplates_details .eventdefaults .form-group select,
  .eventtemplates_details .eventdefaults .form-group .input-group,
  .eventtemplates_details .eventdefaults .form-group textarea,
  .eventtemplates_details .eventdefaults .form-group .field-validation-error,
  .eventtemplates_details .eventdefaults .form-group .readonly,
  .eventtemplates_details .eventdefaults .form-group .formcolummn2,
  .eventtemplates_details .eventdefaults .form-group input[type="text"],
  .eventtemplates_details .eventdefaults .form-group input[type="password"],
  .eventtemplates_details .eventdefaults .form-group input[type=color],
  .eventtemplates_details .eventdefaults .form-group input[type="number"],
  .eventtemplates_details .eventdefaults .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.eventtemplates_details .eventdefaults .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.eventtemplates_details .eventdefaults .form-group .controlspace.input-lg,
.eventtemplates_details .eventdefaults .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.eventtemplates_details .eventdefaults .form-group .input-group,
.eventtemplates_details .eventdefaults .form-group .note-editor {
  padding: 0;
}
.eventtemplates_details .eventdefaults .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .eventtemplates_details .eventdefaults .field-validation-error {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .eventtemplates_details .eventdefaults .field-validation-error {
    margin-left: 25%;
  }
}
.eventtemplates_addepisode .availabletemplates {
  padding: 0 0 0 17px;
  overflow: auto;
}
.eventtemplates_addepisode .availabletemplates .intro {
  margin: 10px 0;
}
.eventtemplates_addepisode .availabletemplates .episodetemplatesummary {
  padding-top: 10px;
  width: 350px;
  float: left;
  min-height: 120px;
  margin: 0 20px 20px 0;
  box-shadow: 2px 1px 5px rgba(50, 50, 50, 0.75);
  position: relative;
  padding-bottom: 40px;
}
.eventtemplates_addepisode .availabletemplates .episodetemplatesummary .btn {
  position: absolute;
  bottom: 10px;
  left: 16px;
}
.eventtemplates_addepisode .availabletemplates .episodetemplatesummary:hover {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.home_index .authenticated .jumbotron,
.home_index .authenticated .container-fluid .jumbotron {
  padding: 30px 15px 30px 36px;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-image: linear-gradient(330deg, rgba(225, 225, 225, 0.05) 0%, rgba(225, 225, 225, 0.05) 33.333%, rgba(114, 114, 114, 0.05) 33.333%, rgba(114, 114, 114, 0.05) 66.666%, rgba(52, 52, 52, 0.05) 66.666%, rgba(52, 52, 52, 0.05) 99.999%), linear-gradient(66deg, rgba(181, 181, 181, 0.05) 0%, rgba(181, 181, 181, 0.05) 33.333%, rgba(27, 27, 27, 0.05) 33.333%, rgba(27, 27, 27, 0.05) 66.666%, rgba(251, 251, 251, 0.05) 66.666%, rgba(251, 251, 251, 0.05) 99.999%), linear-gradient(225deg, rgba(98, 98, 98, 0.05) 0%, rgba(98, 98, 98, 0.05) 33.333%, rgba(222, 222, 222, 0.05) 33.333%, rgba(222, 222, 222, 0.05) 66.666%, rgba(228, 228, 228, 0.05) 66.666%, rgba(228, 228, 228, 0.05) 99.999%), linear-gradient(90deg, #1c143f, #28a0fd);
}
.home_index .panel {
  border-radius: 0.2em;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.home_index .panel.tile h3 {
  font-size: 18px;
}
.home_index .panel:hover {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.home_index .featurebtn {
  display: inline-block;
  width: auto;
  margin-left: 14px;
  margin-top: 2px;
  margin-bottom: 14px;
}
.home_index #recentcycles {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  margin-top: 11px;
}
.home_index #recentcycles h3 {
  padding-left: 14px;
}
.reporttemplates_index .templatethumb {
  width: 180px;
}
.reporttemplates_index .template-name {
  font-size: 14px;
}
.organisations_create input[type="text"],
.organisations_create input[type="password"],
.organisations_create input[type=color],
.organisations_create input[type="number"],
.organisations_create select,
.organisations_create textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.organisations_create input[type="text"]:focus,
.organisations_create input[type="password"]:focus,
.organisations_create input[type=color]:focus,
.organisations_create input[type="number"]:focus,
.organisations_create select:focus,
.organisations_create textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.organisations_create input[type="text"]::-moz-placeholder,
.organisations_create input[type="password"]::-moz-placeholder,
.organisations_create input[type=color]::-moz-placeholder,
.organisations_create input[type="number"]::-moz-placeholder,
.organisations_create select::-moz-placeholder,
.organisations_create textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.organisations_create input[type="text"]:-ms-input-placeholder,
.organisations_create input[type="password"]:-ms-input-placeholder,
.organisations_create input[type=color]:-ms-input-placeholder,
.organisations_create input[type="number"]:-ms-input-placeholder,
.organisations_create select:-ms-input-placeholder,
.organisations_create textarea:-ms-input-placeholder {
  color: #999;
}
.organisations_create input[type="text"]::-webkit-input-placeholder,
.organisations_create input[type="password"]::-webkit-input-placeholder,
.organisations_create input[type=color]::-webkit-input-placeholder,
.organisations_create input[type="number"]::-webkit-input-placeholder,
.organisations_create select::-webkit-input-placeholder,
.organisations_create textarea::-webkit-input-placeholder {
  color: #999;
}
.organisations_create input[type="text"]::-ms-expand,
.organisations_create input[type="password"]::-ms-expand,
.organisations_create input[type=color]::-ms-expand,
.organisations_create input[type="number"]::-ms-expand,
.organisations_create select::-ms-expand,
.organisations_create textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.organisations_create input[type="text"][disabled],
.organisations_create input[type="password"][disabled],
.organisations_create input[type=color][disabled],
.organisations_create input[type="number"][disabled],
.organisations_create select[disabled],
.organisations_create textarea[disabled],
.organisations_create input[type="text"][readonly],
.organisations_create input[type="password"][readonly],
.organisations_create input[type=color][readonly],
.organisations_create input[type="number"][readonly],
.organisations_create select[readonly],
.organisations_create textarea[readonly],
fieldset[disabled] .organisations_create input[type="text"],
fieldset[disabled] .organisations_create input[type="password"],
fieldset[disabled] .organisations_create input[type=color],
fieldset[disabled] .organisations_create input[type="number"],
fieldset[disabled] .organisations_create select,
fieldset[disabled] .organisations_create textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.organisations_create input[type="text"][disabled],
.organisations_create input[type="password"][disabled],
.organisations_create input[type=color][disabled],
.organisations_create input[type="number"][disabled],
.organisations_create select[disabled],
.organisations_create textarea[disabled],
fieldset[disabled] .organisations_create input[type="text"],
fieldset[disabled] .organisations_create input[type="password"],
fieldset[disabled] .organisations_create input[type=color],
fieldset[disabled] .organisations_create input[type="number"],
fieldset[disabled] .organisations_create select,
fieldset[disabled] .organisations_create textarea {
  cursor: not-allowed;
}
textarea.organisations_create input[type="text"],
textarea.organisations_create input[type="password"],
textarea.organisations_create input[type=color],
textarea.organisations_create input[type="number"],
textarea.organisations_create select,
textarea.organisations_create textarea {
  height: auto;
}
.organisations_create textarea {
  height: auto;
}
.organisations_create label {
  margin-bottom: 0;
  padding-top: 9px;
}
.organisations_create input[type=color] {
  margin-top: 9px;
}
.organisations_create input[type=checkbox] {
  margin-top: 12px;
}
.organisations_create .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .organisations_create {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .organisations_create .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .organisations_create label {
    width: 100%;
  }
}
.organisations_create .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.organisations_create .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .organisations_create .form-group.commands {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .organisations_create .form-group.commands {
    margin-left: 33.33333333%;
  }
}
.organisations_create .form-group label,
.organisations_create .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .organisations_create .form-group label,
  .organisations_create .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .organisations_create .form-group label,
  .organisations_create .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
.organisations_create .form-group .controlspace,
.organisations_create .form-group .editable,
.organisations_create .form-group input[type=password],
.organisations_create .form-group select,
.organisations_create .form-group .input-group,
.organisations_create .form-group textarea,
.organisations_create .form-group .field-validation-error,
.organisations_create .form-group .readonly,
.organisations_create .form-group .formcolummn2,
.organisations_create .form-group input[type="text"],
.organisations_create .form-group input[type="password"],
.organisations_create .form-group input[type=color],
.organisations_create .form-group input[type="number"],
.organisations_create .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .organisations_create .form-group .controlspace,
  .organisations_create .form-group .editable,
  .organisations_create .form-group input[type=password],
  .organisations_create .form-group select,
  .organisations_create .form-group .input-group,
  .organisations_create .form-group textarea,
  .organisations_create .form-group .field-validation-error,
  .organisations_create .form-group .readonly,
  .organisations_create .form-group .formcolummn2,
  .organisations_create .form-group input[type="text"],
  .organisations_create .form-group input[type="password"],
  .organisations_create .form-group input[type=color],
  .organisations_create .form-group input[type="number"],
  .organisations_create .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .organisations_create .form-group .controlspace,
  .organisations_create .form-group .editable,
  .organisations_create .form-group input[type=password],
  .organisations_create .form-group select,
  .organisations_create .form-group .input-group,
  .organisations_create .form-group textarea,
  .organisations_create .form-group .field-validation-error,
  .organisations_create .form-group .readonly,
  .organisations_create .form-group .formcolummn2,
  .organisations_create .form-group input[type="text"],
  .organisations_create .form-group input[type="password"],
  .organisations_create .form-group input[type=color],
  .organisations_create .form-group input[type="number"],
  .organisations_create .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.organisations_create .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.organisations_create .form-group .controlspace.input-lg,
.organisations_create .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.organisations_create .form-group .input-group,
.organisations_create .form-group .note-editor {
  padding: 0;
}
.organisations_create .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .organisations_create .field-validation-error {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .organisations_create .field-validation-error {
    margin-left: 33.33333333%;
  }
}
.organisations_edit #details input[type="text"],
.organisations_edit #details input[type="password"],
.organisations_edit #details input[type=color],
.organisations_edit #details input[type="number"],
.organisations_edit #details select,
.organisations_edit #details textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.organisations_edit #details input[type="text"]:focus,
.organisations_edit #details input[type="password"]:focus,
.organisations_edit #details input[type=color]:focus,
.organisations_edit #details input[type="number"]:focus,
.organisations_edit #details select:focus,
.organisations_edit #details textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.organisations_edit #details input[type="text"]::-moz-placeholder,
.organisations_edit #details input[type="password"]::-moz-placeholder,
.organisations_edit #details input[type=color]::-moz-placeholder,
.organisations_edit #details input[type="number"]::-moz-placeholder,
.organisations_edit #details select::-moz-placeholder,
.organisations_edit #details textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.organisations_edit #details input[type="text"]:-ms-input-placeholder,
.organisations_edit #details input[type="password"]:-ms-input-placeholder,
.organisations_edit #details input[type=color]:-ms-input-placeholder,
.organisations_edit #details input[type="number"]:-ms-input-placeholder,
.organisations_edit #details select:-ms-input-placeholder,
.organisations_edit #details textarea:-ms-input-placeholder {
  color: #999;
}
.organisations_edit #details input[type="text"]::-webkit-input-placeholder,
.organisations_edit #details input[type="password"]::-webkit-input-placeholder,
.organisations_edit #details input[type=color]::-webkit-input-placeholder,
.organisations_edit #details input[type="number"]::-webkit-input-placeholder,
.organisations_edit #details select::-webkit-input-placeholder,
.organisations_edit #details textarea::-webkit-input-placeholder {
  color: #999;
}
.organisations_edit #details input[type="text"]::-ms-expand,
.organisations_edit #details input[type="password"]::-ms-expand,
.organisations_edit #details input[type=color]::-ms-expand,
.organisations_edit #details input[type="number"]::-ms-expand,
.organisations_edit #details select::-ms-expand,
.organisations_edit #details textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.organisations_edit #details input[type="text"][disabled],
.organisations_edit #details input[type="password"][disabled],
.organisations_edit #details input[type=color][disabled],
.organisations_edit #details input[type="number"][disabled],
.organisations_edit #details select[disabled],
.organisations_edit #details textarea[disabled],
.organisations_edit #details input[type="text"][readonly],
.organisations_edit #details input[type="password"][readonly],
.organisations_edit #details input[type=color][readonly],
.organisations_edit #details input[type="number"][readonly],
.organisations_edit #details select[readonly],
.organisations_edit #details textarea[readonly],
fieldset[disabled] .organisations_edit #details input[type="text"],
fieldset[disabled] .organisations_edit #details input[type="password"],
fieldset[disabled] .organisations_edit #details input[type=color],
fieldset[disabled] .organisations_edit #details input[type="number"],
fieldset[disabled] .organisations_edit #details select,
fieldset[disabled] .organisations_edit #details textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.organisations_edit #details input[type="text"][disabled],
.organisations_edit #details input[type="password"][disabled],
.organisations_edit #details input[type=color][disabled],
.organisations_edit #details input[type="number"][disabled],
.organisations_edit #details select[disabled],
.organisations_edit #details textarea[disabled],
fieldset[disabled] .organisations_edit #details input[type="text"],
fieldset[disabled] .organisations_edit #details input[type="password"],
fieldset[disabled] .organisations_edit #details input[type=color],
fieldset[disabled] .organisations_edit #details input[type="number"],
fieldset[disabled] .organisations_edit #details select,
fieldset[disabled] .organisations_edit #details textarea {
  cursor: not-allowed;
}
textarea.organisations_edit #details input[type="text"],
textarea.organisations_edit #details input[type="password"],
textarea.organisations_edit #details input[type=color],
textarea.organisations_edit #details input[type="number"],
textarea.organisations_edit #details select,
textarea.organisations_edit #details textarea {
  height: auto;
}
.organisations_edit #details textarea {
  height: auto;
}
.organisations_edit #details label {
  margin-bottom: 0;
  padding-top: 9px;
}
.organisations_edit #details input[type=color] {
  margin-top: 9px;
}
.organisations_edit #details input[type=checkbox] {
  margin-top: 12px;
}
.organisations_edit #details .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .organisations_edit #details {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .organisations_edit #details .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .organisations_edit #details label {
    width: 100%;
  }
}
.organisations_edit #details .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.organisations_edit #details .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .organisations_edit #details .form-group.commands {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .organisations_edit #details .form-group.commands {
    margin-left: 25%;
  }
}
.organisations_edit #details .form-group label,
.organisations_edit #details .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .organisations_edit #details .form-group label,
  .organisations_edit #details .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .organisations_edit #details .form-group label,
  .organisations_edit #details .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
.organisations_edit #details .form-group .controlspace,
.organisations_edit #details .form-group .editable,
.organisations_edit #details .form-group input[type=password],
.organisations_edit #details .form-group select,
.organisations_edit #details .form-group .input-group,
.organisations_edit #details .form-group textarea,
.organisations_edit #details .form-group .field-validation-error,
.organisations_edit #details .form-group .readonly,
.organisations_edit #details .form-group .formcolummn2,
.organisations_edit #details .form-group input[type="text"],
.organisations_edit #details .form-group input[type="password"],
.organisations_edit #details .form-group input[type=color],
.organisations_edit #details .form-group input[type="number"],
.organisations_edit #details .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .organisations_edit #details .form-group .controlspace,
  .organisations_edit #details .form-group .editable,
  .organisations_edit #details .form-group input[type=password],
  .organisations_edit #details .form-group select,
  .organisations_edit #details .form-group .input-group,
  .organisations_edit #details .form-group textarea,
  .organisations_edit #details .form-group .field-validation-error,
  .organisations_edit #details .form-group .readonly,
  .organisations_edit #details .form-group .formcolummn2,
  .organisations_edit #details .form-group input[type="text"],
  .organisations_edit #details .form-group input[type="password"],
  .organisations_edit #details .form-group input[type=color],
  .organisations_edit #details .form-group input[type="number"],
  .organisations_edit #details .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .organisations_edit #details .form-group .controlspace,
  .organisations_edit #details .form-group .editable,
  .organisations_edit #details .form-group input[type=password],
  .organisations_edit #details .form-group select,
  .organisations_edit #details .form-group .input-group,
  .organisations_edit #details .form-group textarea,
  .organisations_edit #details .form-group .field-validation-error,
  .organisations_edit #details .form-group .readonly,
  .organisations_edit #details .form-group .formcolummn2,
  .organisations_edit #details .form-group input[type="text"],
  .organisations_edit #details .form-group input[type="password"],
  .organisations_edit #details .form-group input[type=color],
  .organisations_edit #details .form-group input[type="number"],
  .organisations_edit #details .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.organisations_edit #details .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.organisations_edit #details .form-group .controlspace.input-lg,
.organisations_edit #details .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.organisations_edit #details .form-group .input-group,
.organisations_edit #details .form-group .note-editor {
  padding: 0;
}
.organisations_edit #details .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .organisations_edit #details .field-validation-error {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .organisations_edit #details .field-validation-error {
    margin-left: 25%;
  }
}
.organisations_edit #details .logo-thumb {
  border: 1px groove azure;
  background: white;
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block;
}
.organisations_edit #details .small-logo {
  margin-bottom: 20px;
}
.organisations_edit #dashboard .ui-rangeSlider-bar {
  background-color: #ff9c21;
}
.organisations_edit #dashboard .redtick .ui-ruler-tick-label {
  color: darksalmon;
}
.organisations_edit #dashboard .greentick .ui-ruler-tick-label {
  color: chartreuse;
  right: 0;
}
.organisations_edit #dashboard .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner {
  border-right: 10px solid red;
}
.organisations_edit #dashboard .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner {
  border-left: 10px solid limegreen;
}
.reports_index tr td:last-child {
  width: 1%;
  white-space: nowrap;
}
.reports_index h2 {
  margin-bottom: 20px;
}
.reportexport {
  /*.image_picker_selector {

        .thumbnail {
            cursor: pointer;

            img {
                width: 180px;
                max-height: 142px;
            }

            height: 200px;
            position: relative;

            p {
                position: absolute;
                bottom: 0;
                left: 16px;
                font-size: 13px;
                padding-top: 10px;
            }

            &.selected {
                background: rgba(41, 152, 216, 0.6) !important;

                p {
                    color: white;
                    font-weight: bold;
                }
            }
        }
    }*/
}
.reportexport h4 {
  margin-top: 20px;
}
.review_index {
  padding-top: 60px;
}
.review_index #crumbtrail.scan {
  display: none;
  margin: 0;
}
@media print {
  .review_index .btn,
  .review_index hr:first-of-type,
  .review_index #crumbtrail,
  .review_index .nav-tabs,
  .review_index h2:first-of-type {
    display: none;
  }
  .review_index .scanpanel {
    page-break-after: always;
  }
  .review_index .scanchart {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .review_index #chartcontainer {
    overflow: hidden !important;
  }
  .review_index .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media print and (min-width: 768px) {
  .review_index .scanchart {
    float: left;
    width: 100%;
  }
}
.review_index #reporttitle {
  display: inline-block;
  padding-left: 16px;
}
.review_index ul.nav.nav-pills {
  margin-bottom: 24px;
}
.review_index .shadowpanel {
  /*margin-top: 20px;*/
}
.review_index .shadowpanel.surveyresponse {
  padding: 20px 40px;
}
.review_index .header {
  margin-bottom: 8px;
}
.review_index .header .explorer {
  margin-right: 6px;
  display: inline-block;
}
.review_index .header h3 {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 4px;
}
.review_index .header h3 small {
  display: inline-block;
}
.review_index .header h3 br {
  display: block;
  margin: 10px 0;
}
.review_index .header #episodeLinks {
  margin: 10px 0 10px 0;
}
.review_index .header #episodeLinks li {
  cursor: pointer;
}
.review_index .header .date {
  float: right;
  color: #999999;
  /*padding-top: 7px;*/
  padding-right: 10px;
}
.review_index .scanheader p {
  color: #6F6E6E;
}
.review_index .scanheader .quickhelp {
  margin-top: 40px;
}
.review_index #chartcontainer .scanhelp {
  float: right;
  height: 32px;
  width: 32px;
  background: url('images/help.png');
  cursor: pointer;
  margin-top: 8px;
}
.review_index #chartcontainer .scanpanel {
  margin-right: -15px;
  margin-left: -15px;
  padding: 20px 40px;
  margin-bottom: 10px;
}
.review_index #chartcontainer .scanpanel hr {
  border-top: 2px solid #eee;
}
.review_index #chartcontainer .scanchart {
  padding-top: 20px;
  height: 460px;
  padding-left: 0 !important;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .review_index #chartcontainer .scanchart {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .review_index #chartcontainer .scanchart {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .review_index #chartcontainer .scanchart {
    float: left;
    width: 58.33333333%;
  }
}
.review_index #chartcontainer .scanchart .highcharts-container {
  margin-bottom: 50px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), 0 0 1px #ECEEF1, 0 0 1px rgba(130, 134, 138, 0.4);
  transition: box-shadow 0.65s ease-in-out;
}
.review_index #chartcontainer .scanchart .highcharts-container:hover {
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.4), 0 0 2px #ECEEF1, 0 3px 16px rgba(130, 134, 138, 0.4);
}
.review_index #chartcontainer .afterchart {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .review_index #chartcontainer .afterchart {
    float: left;
    width: 8.33333333%;
  }
}
.review_index #chartcontainer .chartdescription {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #337ab7;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 14px;
  margin-bottom: 10px;
  background-color: white;
  padding-bottom: 10px;
  background-color: ivory;
  padding: 16px 20px;
  margin-top: 18px;
  font-size: 15px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .review_index #chartcontainer .chartdescription {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .review_index #chartcontainer .chartdescription {
    float: left;
    width: 33.33333333%;
  }
}
.review_index #chartcontainer .chartdescription blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.surveys_create input[type="text"],
.surveys_edit input[type="text"],
.surveys_create input[type="password"],
.surveys_edit input[type="password"],
.surveys_create input[type=color],
.surveys_edit input[type=color],
.surveys_create input[type="number"],
.surveys_edit input[type="number"],
.surveys_create select,
.surveys_edit select,
.surveys_create textarea,
.surveys_edit textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.surveys_create input[type="text"]:focus,
.surveys_edit input[type="text"]:focus,
.surveys_create input[type="password"]:focus,
.surveys_edit input[type="password"]:focus,
.surveys_create input[type=color]:focus,
.surveys_edit input[type=color]:focus,
.surveys_create input[type="number"]:focus,
.surveys_edit input[type="number"]:focus,
.surveys_create select:focus,
.surveys_edit select:focus,
.surveys_create textarea:focus,
.surveys_edit textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.surveys_create input[type="text"]::-moz-placeholder,
.surveys_edit input[type="text"]::-moz-placeholder,
.surveys_create input[type="password"]::-moz-placeholder,
.surveys_edit input[type="password"]::-moz-placeholder,
.surveys_create input[type=color]::-moz-placeholder,
.surveys_edit input[type=color]::-moz-placeholder,
.surveys_create input[type="number"]::-moz-placeholder,
.surveys_edit input[type="number"]::-moz-placeholder,
.surveys_create select::-moz-placeholder,
.surveys_edit select::-moz-placeholder,
.surveys_create textarea::-moz-placeholder,
.surveys_edit textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.surveys_create input[type="text"]:-ms-input-placeholder,
.surveys_edit input[type="text"]:-ms-input-placeholder,
.surveys_create input[type="password"]:-ms-input-placeholder,
.surveys_edit input[type="password"]:-ms-input-placeholder,
.surveys_create input[type=color]:-ms-input-placeholder,
.surveys_edit input[type=color]:-ms-input-placeholder,
.surveys_create input[type="number"]:-ms-input-placeholder,
.surveys_edit input[type="number"]:-ms-input-placeholder,
.surveys_create select:-ms-input-placeholder,
.surveys_edit select:-ms-input-placeholder,
.surveys_create textarea:-ms-input-placeholder,
.surveys_edit textarea:-ms-input-placeholder {
  color: #999;
}
.surveys_create input[type="text"]::-webkit-input-placeholder,
.surveys_edit input[type="text"]::-webkit-input-placeholder,
.surveys_create input[type="password"]::-webkit-input-placeholder,
.surveys_edit input[type="password"]::-webkit-input-placeholder,
.surveys_create input[type=color]::-webkit-input-placeholder,
.surveys_edit input[type=color]::-webkit-input-placeholder,
.surveys_create input[type="number"]::-webkit-input-placeholder,
.surveys_edit input[type="number"]::-webkit-input-placeholder,
.surveys_create select::-webkit-input-placeholder,
.surveys_edit select::-webkit-input-placeholder,
.surveys_create textarea::-webkit-input-placeholder,
.surveys_edit textarea::-webkit-input-placeholder {
  color: #999;
}
.surveys_create input[type="text"]::-ms-expand,
.surveys_edit input[type="text"]::-ms-expand,
.surveys_create input[type="password"]::-ms-expand,
.surveys_edit input[type="password"]::-ms-expand,
.surveys_create input[type=color]::-ms-expand,
.surveys_edit input[type=color]::-ms-expand,
.surveys_create input[type="number"]::-ms-expand,
.surveys_edit input[type="number"]::-ms-expand,
.surveys_create select::-ms-expand,
.surveys_edit select::-ms-expand,
.surveys_create textarea::-ms-expand,
.surveys_edit textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.surveys_create input[type="text"][disabled],
.surveys_edit input[type="text"][disabled],
.surveys_create input[type="password"][disabled],
.surveys_edit input[type="password"][disabled],
.surveys_create input[type=color][disabled],
.surveys_edit input[type=color][disabled],
.surveys_create input[type="number"][disabled],
.surveys_edit input[type="number"][disabled],
.surveys_create select[disabled],
.surveys_edit select[disabled],
.surveys_create textarea[disabled],
.surveys_edit textarea[disabled],
.surveys_create input[type="text"][readonly],
.surveys_edit input[type="text"][readonly],
.surveys_create input[type="password"][readonly],
.surveys_edit input[type="password"][readonly],
.surveys_create input[type=color][readonly],
.surveys_edit input[type=color][readonly],
.surveys_create input[type="number"][readonly],
.surveys_edit input[type="number"][readonly],
.surveys_create select[readonly],
.surveys_edit select[readonly],
.surveys_create textarea[readonly],
.surveys_edit textarea[readonly],
fieldset[disabled] .surveys_create input[type="text"],
fieldset[disabled] .surveys_edit input[type="text"],
fieldset[disabled] .surveys_create input[type="password"],
fieldset[disabled] .surveys_edit input[type="password"],
fieldset[disabled] .surveys_create input[type=color],
fieldset[disabled] .surveys_edit input[type=color],
fieldset[disabled] .surveys_create input[type="number"],
fieldset[disabled] .surveys_edit input[type="number"],
fieldset[disabled] .surveys_create select,
fieldset[disabled] .surveys_edit select,
fieldset[disabled] .surveys_create textarea,
fieldset[disabled] .surveys_edit textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.surveys_create input[type="text"][disabled],
.surveys_edit input[type="text"][disabled],
.surveys_create input[type="password"][disabled],
.surveys_edit input[type="password"][disabled],
.surveys_create input[type=color][disabled],
.surveys_edit input[type=color][disabled],
.surveys_create input[type="number"][disabled],
.surveys_edit input[type="number"][disabled],
.surveys_create select[disabled],
.surveys_edit select[disabled],
.surveys_create textarea[disabled],
.surveys_edit textarea[disabled],
fieldset[disabled] .surveys_create input[type="text"],
fieldset[disabled] .surveys_edit input[type="text"],
fieldset[disabled] .surveys_create input[type="password"],
fieldset[disabled] .surveys_edit input[type="password"],
fieldset[disabled] .surveys_create input[type=color],
fieldset[disabled] .surveys_edit input[type=color],
fieldset[disabled] .surveys_create input[type="number"],
fieldset[disabled] .surveys_edit input[type="number"],
fieldset[disabled] .surveys_create select,
fieldset[disabled] .surveys_edit select,
fieldset[disabled] .surveys_create textarea,
fieldset[disabled] .surveys_edit textarea {
  cursor: not-allowed;
}
textarea.surveys_create input[type="text"],
textarea.surveys_edit input[type="text"],
textarea.surveys_create input[type="password"],
textarea.surveys_edit input[type="password"],
textarea.surveys_create input[type=color],
textarea.surveys_edit input[type=color],
textarea.surveys_create input[type="number"],
textarea.surveys_edit input[type="number"],
textarea.surveys_create select,
textarea.surveys_edit select,
textarea.surveys_create textarea,
textarea.surveys_edit textarea {
  height: auto;
}
.surveys_create textarea,
.surveys_edit textarea {
  height: auto;
}
.surveys_create label,
.surveys_edit label {
  margin-bottom: 0;
  padding-top: 9px;
}
.surveys_create input[type=color],
.surveys_edit input[type=color] {
  margin-top: 9px;
}
.surveys_create input[type=checkbox],
.surveys_edit input[type=checkbox] {
  margin-top: 12px;
}
.surveys_create .controlspace input,
.surveys_edit .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .surveys_create,
  .surveys_edit {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .surveys_create .controlspace,
  .surveys_edit .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .surveys_create label,
  .surveys_edit label {
    width: 100%;
  }
}
.surveys_create .form-group,
.surveys_edit .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.surveys_create .form-group.commands,
.surveys_edit .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .surveys_create .form-group.commands,
  .surveys_edit .form-group.commands {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .surveys_create .form-group.commands,
  .surveys_edit .form-group.commands {
    margin-left: 16.66666667%;
  }
}
.surveys_create .form-group label,
.surveys_edit .form-group label,
.surveys_create .form-group .labelspace,
.surveys_edit .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .surveys_create .form-group label,
  .surveys_edit .form-group label,
  .surveys_create .form-group .labelspace,
  .surveys_edit .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .surveys_create .form-group label,
  .surveys_edit .form-group label,
  .surveys_create .form-group .labelspace,
  .surveys_edit .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
.surveys_create .form-group .controlspace,
.surveys_edit .form-group .controlspace,
.surveys_create .form-group .editable,
.surveys_edit .form-group .editable,
.surveys_create .form-group input[type=password],
.surveys_edit .form-group input[type=password],
.surveys_create .form-group select,
.surveys_edit .form-group select,
.surveys_create .form-group .input-group,
.surveys_edit .form-group .input-group,
.surveys_create .form-group textarea,
.surveys_edit .form-group textarea,
.surveys_create .form-group .field-validation-error,
.surveys_edit .form-group .field-validation-error,
.surveys_create .form-group .readonly,
.surveys_edit .form-group .readonly,
.surveys_create .form-group .formcolummn2,
.surveys_edit .form-group .formcolummn2,
.surveys_create .form-group input[type="text"],
.surveys_edit .form-group input[type="text"],
.surveys_create .form-group input[type="password"],
.surveys_edit .form-group input[type="password"],
.surveys_create .form-group input[type=color],
.surveys_edit .form-group input[type=color],
.surveys_create .form-group input[type="number"],
.surveys_edit .form-group input[type="number"],
.surveys_create .form-group .note-editor,
.surveys_edit .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .surveys_create .form-group .controlspace,
  .surveys_edit .form-group .controlspace,
  .surveys_create .form-group .editable,
  .surveys_edit .form-group .editable,
  .surveys_create .form-group input[type=password],
  .surveys_edit .form-group input[type=password],
  .surveys_create .form-group select,
  .surveys_edit .form-group select,
  .surveys_create .form-group .input-group,
  .surveys_edit .form-group .input-group,
  .surveys_create .form-group textarea,
  .surveys_edit .form-group textarea,
  .surveys_create .form-group .field-validation-error,
  .surveys_edit .form-group .field-validation-error,
  .surveys_create .form-group .readonly,
  .surveys_edit .form-group .readonly,
  .surveys_create .form-group .formcolummn2,
  .surveys_edit .form-group .formcolummn2,
  .surveys_create .form-group input[type="text"],
  .surveys_edit .form-group input[type="text"],
  .surveys_create .form-group input[type="password"],
  .surveys_edit .form-group input[type="password"],
  .surveys_create .form-group input[type=color],
  .surveys_edit .form-group input[type=color],
  .surveys_create .form-group input[type="number"],
  .surveys_edit .form-group input[type="number"],
  .surveys_create .form-group .note-editor,
  .surveys_edit .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .surveys_create .form-group .controlspace,
  .surveys_edit .form-group .controlspace,
  .surveys_create .form-group .editable,
  .surveys_edit .form-group .editable,
  .surveys_create .form-group input[type=password],
  .surveys_edit .form-group input[type=password],
  .surveys_create .form-group select,
  .surveys_edit .form-group select,
  .surveys_create .form-group .input-group,
  .surveys_edit .form-group .input-group,
  .surveys_create .form-group textarea,
  .surveys_edit .form-group textarea,
  .surveys_create .form-group .field-validation-error,
  .surveys_edit .form-group .field-validation-error,
  .surveys_create .form-group .readonly,
  .surveys_edit .form-group .readonly,
  .surveys_create .form-group .formcolummn2,
  .surveys_edit .form-group .formcolummn2,
  .surveys_create .form-group input[type="text"],
  .surveys_edit .form-group input[type="text"],
  .surveys_create .form-group input[type="password"],
  .surveys_edit .form-group input[type="password"],
  .surveys_create .form-group input[type=color],
  .surveys_edit .form-group input[type=color],
  .surveys_create .form-group input[type="number"],
  .surveys_edit .form-group input[type="number"],
  .surveys_create .form-group .note-editor,
  .surveys_edit .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.surveys_create .form-group .controlspace,
.surveys_edit .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.surveys_create .form-group .controlspace.input-lg,
.surveys_edit .form-group .controlspace.input-lg,
.surveys_create .form-group .controlspace.input-sm,
.surveys_edit .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.surveys_create .form-group .input-group,
.surveys_edit .form-group .input-group,
.surveys_create .form-group .note-editor,
.surveys_edit .form-group .note-editor {
  padding: 0;
}
.surveys_create .field-validation-error,
.surveys_edit .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .surveys_create .field-validation-error,
  .surveys_edit .field-validation-error {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .surveys_create .field-validation-error,
  .surveys_edit .field-validation-error {
    margin-left: 16.66666667%;
  }
}
.surveys_details .fb-add-field-types a {
  background-color: #6994C9;
}
.surveys_details .fb-button {
  border: thin solid #ABB8B5;
  border-bottom: 2px solid #A3B9B5;
  background-color: #6994C9;
  color: white;
}
.teams_create input[type="text"],
.teams_create input[type="password"],
.teams_create input[type=color],
.teams_create input[type="number"],
.teams_create select,
.teams_create textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.teams_create input[type="text"]:focus,
.teams_create input[type="password"]:focus,
.teams_create input[type=color]:focus,
.teams_create input[type="number"]:focus,
.teams_create select:focus,
.teams_create textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.teams_create input[type="text"]::-moz-placeholder,
.teams_create input[type="password"]::-moz-placeholder,
.teams_create input[type=color]::-moz-placeholder,
.teams_create input[type="number"]::-moz-placeholder,
.teams_create select::-moz-placeholder,
.teams_create textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.teams_create input[type="text"]:-ms-input-placeholder,
.teams_create input[type="password"]:-ms-input-placeholder,
.teams_create input[type=color]:-ms-input-placeholder,
.teams_create input[type="number"]:-ms-input-placeholder,
.teams_create select:-ms-input-placeholder,
.teams_create textarea:-ms-input-placeholder {
  color: #999;
}
.teams_create input[type="text"]::-webkit-input-placeholder,
.teams_create input[type="password"]::-webkit-input-placeholder,
.teams_create input[type=color]::-webkit-input-placeholder,
.teams_create input[type="number"]::-webkit-input-placeholder,
.teams_create select::-webkit-input-placeholder,
.teams_create textarea::-webkit-input-placeholder {
  color: #999;
}
.teams_create input[type="text"]::-ms-expand,
.teams_create input[type="password"]::-ms-expand,
.teams_create input[type=color]::-ms-expand,
.teams_create input[type="number"]::-ms-expand,
.teams_create select::-ms-expand,
.teams_create textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.teams_create input[type="text"][disabled],
.teams_create input[type="password"][disabled],
.teams_create input[type=color][disabled],
.teams_create input[type="number"][disabled],
.teams_create select[disabled],
.teams_create textarea[disabled],
.teams_create input[type="text"][readonly],
.teams_create input[type="password"][readonly],
.teams_create input[type=color][readonly],
.teams_create input[type="number"][readonly],
.teams_create select[readonly],
.teams_create textarea[readonly],
fieldset[disabled] .teams_create input[type="text"],
fieldset[disabled] .teams_create input[type="password"],
fieldset[disabled] .teams_create input[type=color],
fieldset[disabled] .teams_create input[type="number"],
fieldset[disabled] .teams_create select,
fieldset[disabled] .teams_create textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.teams_create input[type="text"][disabled],
.teams_create input[type="password"][disabled],
.teams_create input[type=color][disabled],
.teams_create input[type="number"][disabled],
.teams_create select[disabled],
.teams_create textarea[disabled],
fieldset[disabled] .teams_create input[type="text"],
fieldset[disabled] .teams_create input[type="password"],
fieldset[disabled] .teams_create input[type=color],
fieldset[disabled] .teams_create input[type="number"],
fieldset[disabled] .teams_create select,
fieldset[disabled] .teams_create textarea {
  cursor: not-allowed;
}
textarea.teams_create input[type="text"],
textarea.teams_create input[type="password"],
textarea.teams_create input[type=color],
textarea.teams_create input[type="number"],
textarea.teams_create select,
textarea.teams_create textarea {
  height: auto;
}
.teams_create textarea {
  height: auto;
}
.teams_create label {
  margin-bottom: 0;
  padding-top: 9px;
}
.teams_create input[type=color] {
  margin-top: 9px;
}
.teams_create input[type=checkbox] {
  margin-top: 12px;
}
.teams_create .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .teams_create {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .teams_create .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .teams_create label {
    width: 100%;
  }
}
.teams_create .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.teams_create .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .teams_create .form-group.commands {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .teams_create .form-group.commands {
    margin-left: 33.33333333%;
  }
}
.teams_create .form-group label,
.teams_create .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .teams_create .form-group label,
  .teams_create .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .teams_create .form-group label,
  .teams_create .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
.teams_create .form-group .controlspace,
.teams_create .form-group .editable,
.teams_create .form-group input[type=password],
.teams_create .form-group select,
.teams_create .form-group .input-group,
.teams_create .form-group textarea,
.teams_create .form-group .field-validation-error,
.teams_create .form-group .readonly,
.teams_create .form-group .formcolummn2,
.teams_create .form-group input[type="text"],
.teams_create .form-group input[type="password"],
.teams_create .form-group input[type=color],
.teams_create .form-group input[type="number"],
.teams_create .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .teams_create .form-group .controlspace,
  .teams_create .form-group .editable,
  .teams_create .form-group input[type=password],
  .teams_create .form-group select,
  .teams_create .form-group .input-group,
  .teams_create .form-group textarea,
  .teams_create .form-group .field-validation-error,
  .teams_create .form-group .readonly,
  .teams_create .form-group .formcolummn2,
  .teams_create .form-group input[type="text"],
  .teams_create .form-group input[type="password"],
  .teams_create .form-group input[type=color],
  .teams_create .form-group input[type="number"],
  .teams_create .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .teams_create .form-group .controlspace,
  .teams_create .form-group .editable,
  .teams_create .form-group input[type=password],
  .teams_create .form-group select,
  .teams_create .form-group .input-group,
  .teams_create .form-group textarea,
  .teams_create .form-group .field-validation-error,
  .teams_create .form-group .readonly,
  .teams_create .form-group .formcolummn2,
  .teams_create .form-group input[type="text"],
  .teams_create .form-group input[type="password"],
  .teams_create .form-group input[type=color],
  .teams_create .form-group input[type="number"],
  .teams_create .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.teams_create .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.teams_create .form-group .controlspace.input-lg,
.teams_create .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.teams_create .form-group .input-group,
.teams_create .form-group .note-editor {
  padding: 0;
}
.teams_create .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .teams_create .field-validation-error {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .teams_create .field-validation-error {
    margin-left: 33.33333333%;
  }
}
.teams_edit #details input[type="text"],
.demographics_edit #details input[type="text"],
.demographicviews_edit #details input[type="text"],
.teams_edit #details input[type="password"],
.demographics_edit #details input[type="password"],
.demographicviews_edit #details input[type="password"],
.teams_edit #details input[type=color],
.demographics_edit #details input[type=color],
.demographicviews_edit #details input[type=color],
.teams_edit #details input[type="number"],
.demographics_edit #details input[type="number"],
.demographicviews_edit #details input[type="number"],
.teams_edit #details select,
.demographics_edit #details select,
.demographicviews_edit #details select,
.teams_edit #details textarea,
.demographics_edit #details textarea,
.demographicviews_edit #details textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.teams_edit #details input[type="text"]:focus,
.demographics_edit #details input[type="text"]:focus,
.demographicviews_edit #details input[type="text"]:focus,
.teams_edit #details input[type="password"]:focus,
.demographics_edit #details input[type="password"]:focus,
.demographicviews_edit #details input[type="password"]:focus,
.teams_edit #details input[type=color]:focus,
.demographics_edit #details input[type=color]:focus,
.demographicviews_edit #details input[type=color]:focus,
.teams_edit #details input[type="number"]:focus,
.demographics_edit #details input[type="number"]:focus,
.demographicviews_edit #details input[type="number"]:focus,
.teams_edit #details select:focus,
.demographics_edit #details select:focus,
.demographicviews_edit #details select:focus,
.teams_edit #details textarea:focus,
.demographics_edit #details textarea:focus,
.demographicviews_edit #details textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.teams_edit #details input[type="text"]::-moz-placeholder,
.demographics_edit #details input[type="text"]::-moz-placeholder,
.demographicviews_edit #details input[type="text"]::-moz-placeholder,
.teams_edit #details input[type="password"]::-moz-placeholder,
.demographics_edit #details input[type="password"]::-moz-placeholder,
.demographicviews_edit #details input[type="password"]::-moz-placeholder,
.teams_edit #details input[type=color]::-moz-placeholder,
.demographics_edit #details input[type=color]::-moz-placeholder,
.demographicviews_edit #details input[type=color]::-moz-placeholder,
.teams_edit #details input[type="number"]::-moz-placeholder,
.demographics_edit #details input[type="number"]::-moz-placeholder,
.demographicviews_edit #details input[type="number"]::-moz-placeholder,
.teams_edit #details select::-moz-placeholder,
.demographics_edit #details select::-moz-placeholder,
.demographicviews_edit #details select::-moz-placeholder,
.teams_edit #details textarea::-moz-placeholder,
.demographics_edit #details textarea::-moz-placeholder,
.demographicviews_edit #details textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.teams_edit #details input[type="text"]:-ms-input-placeholder,
.demographics_edit #details input[type="text"]:-ms-input-placeholder,
.demographicviews_edit #details input[type="text"]:-ms-input-placeholder,
.teams_edit #details input[type="password"]:-ms-input-placeholder,
.demographics_edit #details input[type="password"]:-ms-input-placeholder,
.demographicviews_edit #details input[type="password"]:-ms-input-placeholder,
.teams_edit #details input[type=color]:-ms-input-placeholder,
.demographics_edit #details input[type=color]:-ms-input-placeholder,
.demographicviews_edit #details input[type=color]:-ms-input-placeholder,
.teams_edit #details input[type="number"]:-ms-input-placeholder,
.demographics_edit #details input[type="number"]:-ms-input-placeholder,
.demographicviews_edit #details input[type="number"]:-ms-input-placeholder,
.teams_edit #details select:-ms-input-placeholder,
.demographics_edit #details select:-ms-input-placeholder,
.demographicviews_edit #details select:-ms-input-placeholder,
.teams_edit #details textarea:-ms-input-placeholder,
.demographics_edit #details textarea:-ms-input-placeholder,
.demographicviews_edit #details textarea:-ms-input-placeholder {
  color: #999;
}
.teams_edit #details input[type="text"]::-webkit-input-placeholder,
.demographics_edit #details input[type="text"]::-webkit-input-placeholder,
.demographicviews_edit #details input[type="text"]::-webkit-input-placeholder,
.teams_edit #details input[type="password"]::-webkit-input-placeholder,
.demographics_edit #details input[type="password"]::-webkit-input-placeholder,
.demographicviews_edit #details input[type="password"]::-webkit-input-placeholder,
.teams_edit #details input[type=color]::-webkit-input-placeholder,
.demographics_edit #details input[type=color]::-webkit-input-placeholder,
.demographicviews_edit #details input[type=color]::-webkit-input-placeholder,
.teams_edit #details input[type="number"]::-webkit-input-placeholder,
.demographics_edit #details input[type="number"]::-webkit-input-placeholder,
.demographicviews_edit #details input[type="number"]::-webkit-input-placeholder,
.teams_edit #details select::-webkit-input-placeholder,
.demographics_edit #details select::-webkit-input-placeholder,
.demographicviews_edit #details select::-webkit-input-placeholder,
.teams_edit #details textarea::-webkit-input-placeholder,
.demographics_edit #details textarea::-webkit-input-placeholder,
.demographicviews_edit #details textarea::-webkit-input-placeholder {
  color: #999;
}
.teams_edit #details input[type="text"]::-ms-expand,
.demographics_edit #details input[type="text"]::-ms-expand,
.demographicviews_edit #details input[type="text"]::-ms-expand,
.teams_edit #details input[type="password"]::-ms-expand,
.demographics_edit #details input[type="password"]::-ms-expand,
.demographicviews_edit #details input[type="password"]::-ms-expand,
.teams_edit #details input[type=color]::-ms-expand,
.demographics_edit #details input[type=color]::-ms-expand,
.demographicviews_edit #details input[type=color]::-ms-expand,
.teams_edit #details input[type="number"]::-ms-expand,
.demographics_edit #details input[type="number"]::-ms-expand,
.demographicviews_edit #details input[type="number"]::-ms-expand,
.teams_edit #details select::-ms-expand,
.demographics_edit #details select::-ms-expand,
.demographicviews_edit #details select::-ms-expand,
.teams_edit #details textarea::-ms-expand,
.demographics_edit #details textarea::-ms-expand,
.demographicviews_edit #details textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.teams_edit #details input[type="text"][disabled],
.demographics_edit #details input[type="text"][disabled],
.demographicviews_edit #details input[type="text"][disabled],
.teams_edit #details input[type="password"][disabled],
.demographics_edit #details input[type="password"][disabled],
.demographicviews_edit #details input[type="password"][disabled],
.teams_edit #details input[type=color][disabled],
.demographics_edit #details input[type=color][disabled],
.demographicviews_edit #details input[type=color][disabled],
.teams_edit #details input[type="number"][disabled],
.demographics_edit #details input[type="number"][disabled],
.demographicviews_edit #details input[type="number"][disabled],
.teams_edit #details select[disabled],
.demographics_edit #details select[disabled],
.demographicviews_edit #details select[disabled],
.teams_edit #details textarea[disabled],
.demographics_edit #details textarea[disabled],
.demographicviews_edit #details textarea[disabled],
.teams_edit #details input[type="text"][readonly],
.demographics_edit #details input[type="text"][readonly],
.demographicviews_edit #details input[type="text"][readonly],
.teams_edit #details input[type="password"][readonly],
.demographics_edit #details input[type="password"][readonly],
.demographicviews_edit #details input[type="password"][readonly],
.teams_edit #details input[type=color][readonly],
.demographics_edit #details input[type=color][readonly],
.demographicviews_edit #details input[type=color][readonly],
.teams_edit #details input[type="number"][readonly],
.demographics_edit #details input[type="number"][readonly],
.demographicviews_edit #details input[type="number"][readonly],
.teams_edit #details select[readonly],
.demographics_edit #details select[readonly],
.demographicviews_edit #details select[readonly],
.teams_edit #details textarea[readonly],
.demographics_edit #details textarea[readonly],
.demographicviews_edit #details textarea[readonly],
fieldset[disabled] .teams_edit #details input[type="text"],
fieldset[disabled] .demographics_edit #details input[type="text"],
fieldset[disabled] .demographicviews_edit #details input[type="text"],
fieldset[disabled] .teams_edit #details input[type="password"],
fieldset[disabled] .demographics_edit #details input[type="password"],
fieldset[disabled] .demographicviews_edit #details input[type="password"],
fieldset[disabled] .teams_edit #details input[type=color],
fieldset[disabled] .demographics_edit #details input[type=color],
fieldset[disabled] .demographicviews_edit #details input[type=color],
fieldset[disabled] .teams_edit #details input[type="number"],
fieldset[disabled] .demographics_edit #details input[type="number"],
fieldset[disabled] .demographicviews_edit #details input[type="number"],
fieldset[disabled] .teams_edit #details select,
fieldset[disabled] .demographics_edit #details select,
fieldset[disabled] .demographicviews_edit #details select,
fieldset[disabled] .teams_edit #details textarea,
fieldset[disabled] .demographics_edit #details textarea,
fieldset[disabled] .demographicviews_edit #details textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.teams_edit #details input[type="text"][disabled],
.demographics_edit #details input[type="text"][disabled],
.demographicviews_edit #details input[type="text"][disabled],
.teams_edit #details input[type="password"][disabled],
.demographics_edit #details input[type="password"][disabled],
.demographicviews_edit #details input[type="password"][disabled],
.teams_edit #details input[type=color][disabled],
.demographics_edit #details input[type=color][disabled],
.demographicviews_edit #details input[type=color][disabled],
.teams_edit #details input[type="number"][disabled],
.demographics_edit #details input[type="number"][disabled],
.demographicviews_edit #details input[type="number"][disabled],
.teams_edit #details select[disabled],
.demographics_edit #details select[disabled],
.demographicviews_edit #details select[disabled],
.teams_edit #details textarea[disabled],
.demographics_edit #details textarea[disabled],
.demographicviews_edit #details textarea[disabled],
fieldset[disabled] .teams_edit #details input[type="text"],
fieldset[disabled] .demographics_edit #details input[type="text"],
fieldset[disabled] .demographicviews_edit #details input[type="text"],
fieldset[disabled] .teams_edit #details input[type="password"],
fieldset[disabled] .demographics_edit #details input[type="password"],
fieldset[disabled] .demographicviews_edit #details input[type="password"],
fieldset[disabled] .teams_edit #details input[type=color],
fieldset[disabled] .demographics_edit #details input[type=color],
fieldset[disabled] .demographicviews_edit #details input[type=color],
fieldset[disabled] .teams_edit #details input[type="number"],
fieldset[disabled] .demographics_edit #details input[type="number"],
fieldset[disabled] .demographicviews_edit #details input[type="number"],
fieldset[disabled] .teams_edit #details select,
fieldset[disabled] .demographics_edit #details select,
fieldset[disabled] .demographicviews_edit #details select,
fieldset[disabled] .teams_edit #details textarea,
fieldset[disabled] .demographics_edit #details textarea,
fieldset[disabled] .demographicviews_edit #details textarea {
  cursor: not-allowed;
}
textarea.teams_edit #details input[type="text"],
textarea.demographics_edit #details input[type="text"],
textarea.demographicviews_edit #details input[type="text"],
textarea.teams_edit #details input[type="password"],
textarea.demographics_edit #details input[type="password"],
textarea.demographicviews_edit #details input[type="password"],
textarea.teams_edit #details input[type=color],
textarea.demographics_edit #details input[type=color],
textarea.demographicviews_edit #details input[type=color],
textarea.teams_edit #details input[type="number"],
textarea.demographics_edit #details input[type="number"],
textarea.demographicviews_edit #details input[type="number"],
textarea.teams_edit #details select,
textarea.demographics_edit #details select,
textarea.demographicviews_edit #details select,
textarea.teams_edit #details textarea,
textarea.demographics_edit #details textarea,
textarea.demographicviews_edit #details textarea {
  height: auto;
}
.teams_edit #details textarea,
.demographics_edit #details textarea,
.demographicviews_edit #details textarea {
  height: auto;
}
.teams_edit #details label,
.demographics_edit #details label,
.demographicviews_edit #details label {
  margin-bottom: 0;
  padding-top: 9px;
}
.teams_edit #details input[type=color],
.demographics_edit #details input[type=color],
.demographicviews_edit #details input[type=color] {
  margin-top: 9px;
}
.teams_edit #details input[type=checkbox],
.demographics_edit #details input[type=checkbox],
.demographicviews_edit #details input[type=checkbox] {
  margin-top: 12px;
}
.teams_edit #details .controlspace input,
.demographics_edit #details .controlspace input,
.demographicviews_edit #details .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .teams_edit #details,
  .demographics_edit #details,
  .demographicviews_edit #details {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .teams_edit #details .controlspace,
  .demographics_edit #details .controlspace,
  .demographicviews_edit #details .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .teams_edit #details label,
  .demographics_edit #details label,
  .demographicviews_edit #details label {
    width: 100%;
  }
}
.teams_edit #details .form-group,
.demographics_edit #details .form-group,
.demographicviews_edit #details .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.teams_edit #details .form-group.commands,
.demographics_edit #details .form-group.commands,
.demographicviews_edit #details .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .teams_edit #details .form-group.commands,
  .demographics_edit #details .form-group.commands,
  .demographicviews_edit #details .form-group.commands {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .teams_edit #details .form-group.commands,
  .demographics_edit #details .form-group.commands,
  .demographicviews_edit #details .form-group.commands {
    margin-left: 25%;
  }
}
.teams_edit #details .form-group label,
.demographics_edit #details .form-group label,
.demographicviews_edit #details .form-group label,
.teams_edit #details .form-group .labelspace,
.demographics_edit #details .form-group .labelspace,
.demographicviews_edit #details .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .teams_edit #details .form-group label,
  .demographics_edit #details .form-group label,
  .demographicviews_edit #details .form-group label,
  .teams_edit #details .form-group .labelspace,
  .demographics_edit #details .form-group .labelspace,
  .demographicviews_edit #details .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .teams_edit #details .form-group label,
  .demographics_edit #details .form-group label,
  .demographicviews_edit #details .form-group label,
  .teams_edit #details .form-group .labelspace,
  .demographics_edit #details .form-group .labelspace,
  .demographicviews_edit #details .form-group .labelspace {
    float: left;
    width: 25%;
  }
}
.teams_edit #details .form-group .controlspace,
.demographics_edit #details .form-group .controlspace,
.demographicviews_edit #details .form-group .controlspace,
.teams_edit #details .form-group .editable,
.demographics_edit #details .form-group .editable,
.demographicviews_edit #details .form-group .editable,
.teams_edit #details .form-group input[type=password],
.demographics_edit #details .form-group input[type=password],
.demographicviews_edit #details .form-group input[type=password],
.teams_edit #details .form-group select,
.demographics_edit #details .form-group select,
.demographicviews_edit #details .form-group select,
.teams_edit #details .form-group .input-group,
.demographics_edit #details .form-group .input-group,
.demographicviews_edit #details .form-group .input-group,
.teams_edit #details .form-group textarea,
.demographics_edit #details .form-group textarea,
.demographicviews_edit #details .form-group textarea,
.teams_edit #details .form-group .field-validation-error,
.demographics_edit #details .form-group .field-validation-error,
.demographicviews_edit #details .form-group .field-validation-error,
.teams_edit #details .form-group .readonly,
.demographics_edit #details .form-group .readonly,
.demographicviews_edit #details .form-group .readonly,
.teams_edit #details .form-group .formcolummn2,
.demographics_edit #details .form-group .formcolummn2,
.demographicviews_edit #details .form-group .formcolummn2,
.teams_edit #details .form-group input[type="text"],
.demographics_edit #details .form-group input[type="text"],
.demographicviews_edit #details .form-group input[type="text"],
.teams_edit #details .form-group input[type="password"],
.demographics_edit #details .form-group input[type="password"],
.demographicviews_edit #details .form-group input[type="password"],
.teams_edit #details .form-group input[type=color],
.demographics_edit #details .form-group input[type=color],
.demographicviews_edit #details .form-group input[type=color],
.teams_edit #details .form-group input[type="number"],
.demographics_edit #details .form-group input[type="number"],
.demographicviews_edit #details .form-group input[type="number"],
.teams_edit #details .form-group .note-editor,
.demographics_edit #details .form-group .note-editor,
.demographicviews_edit #details .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .teams_edit #details .form-group .controlspace,
  .demographics_edit #details .form-group .controlspace,
  .demographicviews_edit #details .form-group .controlspace,
  .teams_edit #details .form-group .editable,
  .demographics_edit #details .form-group .editable,
  .demographicviews_edit #details .form-group .editable,
  .teams_edit #details .form-group input[type=password],
  .demographics_edit #details .form-group input[type=password],
  .demographicviews_edit #details .form-group input[type=password],
  .teams_edit #details .form-group select,
  .demographics_edit #details .form-group select,
  .demographicviews_edit #details .form-group select,
  .teams_edit #details .form-group .input-group,
  .demographics_edit #details .form-group .input-group,
  .demographicviews_edit #details .form-group .input-group,
  .teams_edit #details .form-group textarea,
  .demographics_edit #details .form-group textarea,
  .demographicviews_edit #details .form-group textarea,
  .teams_edit #details .form-group .field-validation-error,
  .demographics_edit #details .form-group .field-validation-error,
  .demographicviews_edit #details .form-group .field-validation-error,
  .teams_edit #details .form-group .readonly,
  .demographics_edit #details .form-group .readonly,
  .demographicviews_edit #details .form-group .readonly,
  .teams_edit #details .form-group .formcolummn2,
  .demographics_edit #details .form-group .formcolummn2,
  .demographicviews_edit #details .form-group .formcolummn2,
  .teams_edit #details .form-group input[type="text"],
  .demographics_edit #details .form-group input[type="text"],
  .demographicviews_edit #details .form-group input[type="text"],
  .teams_edit #details .form-group input[type="password"],
  .demographics_edit #details .form-group input[type="password"],
  .demographicviews_edit #details .form-group input[type="password"],
  .teams_edit #details .form-group input[type=color],
  .demographics_edit #details .form-group input[type=color],
  .demographicviews_edit #details .form-group input[type=color],
  .teams_edit #details .form-group input[type="number"],
  .demographics_edit #details .form-group input[type="number"],
  .demographicviews_edit #details .form-group input[type="number"],
  .teams_edit #details .form-group .note-editor,
  .demographics_edit #details .form-group .note-editor,
  .demographicviews_edit #details .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .teams_edit #details .form-group .controlspace,
  .demographics_edit #details .form-group .controlspace,
  .demographicviews_edit #details .form-group .controlspace,
  .teams_edit #details .form-group .editable,
  .demographics_edit #details .form-group .editable,
  .demographicviews_edit #details .form-group .editable,
  .teams_edit #details .form-group input[type=password],
  .demographics_edit #details .form-group input[type=password],
  .demographicviews_edit #details .form-group input[type=password],
  .teams_edit #details .form-group select,
  .demographics_edit #details .form-group select,
  .demographicviews_edit #details .form-group select,
  .teams_edit #details .form-group .input-group,
  .demographics_edit #details .form-group .input-group,
  .demographicviews_edit #details .form-group .input-group,
  .teams_edit #details .form-group textarea,
  .demographics_edit #details .form-group textarea,
  .demographicviews_edit #details .form-group textarea,
  .teams_edit #details .form-group .field-validation-error,
  .demographics_edit #details .form-group .field-validation-error,
  .demographicviews_edit #details .form-group .field-validation-error,
  .teams_edit #details .form-group .readonly,
  .demographics_edit #details .form-group .readonly,
  .demographicviews_edit #details .form-group .readonly,
  .teams_edit #details .form-group .formcolummn2,
  .demographics_edit #details .form-group .formcolummn2,
  .demographicviews_edit #details .form-group .formcolummn2,
  .teams_edit #details .form-group input[type="text"],
  .demographics_edit #details .form-group input[type="text"],
  .demographicviews_edit #details .form-group input[type="text"],
  .teams_edit #details .form-group input[type="password"],
  .demographics_edit #details .form-group input[type="password"],
  .demographicviews_edit #details .form-group input[type="password"],
  .teams_edit #details .form-group input[type=color],
  .demographics_edit #details .form-group input[type=color],
  .demographicviews_edit #details .form-group input[type=color],
  .teams_edit #details .form-group input[type="number"],
  .demographics_edit #details .form-group input[type="number"],
  .demographicviews_edit #details .form-group input[type="number"],
  .teams_edit #details .form-group .note-editor,
  .demographics_edit #details .form-group .note-editor,
  .demographicviews_edit #details .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.teams_edit #details .form-group .controlspace,
.demographics_edit #details .form-group .controlspace,
.demographicviews_edit #details .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.teams_edit #details .form-group .controlspace.input-lg,
.demographics_edit #details .form-group .controlspace.input-lg,
.demographicviews_edit #details .form-group .controlspace.input-lg,
.teams_edit #details .form-group .controlspace.input-sm,
.demographics_edit #details .form-group .controlspace.input-sm,
.demographicviews_edit #details .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.teams_edit #details .form-group .input-group,
.demographics_edit #details .form-group .input-group,
.demographicviews_edit #details .form-group .input-group,
.teams_edit #details .form-group .note-editor,
.demographics_edit #details .form-group .note-editor,
.demographicviews_edit #details .form-group .note-editor {
  padding: 0;
}
.teams_edit #details .field-validation-error,
.demographics_edit #details .field-validation-error,
.demographicviews_edit #details .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .teams_edit #details .field-validation-error,
  .demographics_edit #details .field-validation-error,
  .demographicviews_edit #details .field-validation-error {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .teams_edit #details .field-validation-error,
  .demographics_edit #details .field-validation-error,
  .demographicviews_edit #details .field-validation-error {
    margin-left: 25%;
  }
}
.demographics_create input[type="text"],
.demographicviews_create input[type="text"],
.demographics_create input[type="password"],
.demographicviews_create input[type="password"],
.demographics_create input[type=color],
.demographicviews_create input[type=color],
.demographics_create input[type="number"],
.demographicviews_create input[type="number"],
.demographics_create select,
.demographicviews_create select,
.demographics_create textarea,
.demographicviews_create textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
.demographics_create input[type="text"]:focus,
.demographicviews_create input[type="text"]:focus,
.demographics_create input[type="password"]:focus,
.demographicviews_create input[type="password"]:focus,
.demographics_create input[type=color]:focus,
.demographicviews_create input[type=color]:focus,
.demographics_create input[type="number"]:focus,
.demographicviews_create input[type="number"]:focus,
.demographics_create select:focus,
.demographicviews_create select:focus,
.demographics_create textarea:focus,
.demographicviews_create textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.demographics_create input[type="text"]::-moz-placeholder,
.demographicviews_create input[type="text"]::-moz-placeholder,
.demographics_create input[type="password"]::-moz-placeholder,
.demographicviews_create input[type="password"]::-moz-placeholder,
.demographics_create input[type=color]::-moz-placeholder,
.demographicviews_create input[type=color]::-moz-placeholder,
.demographics_create input[type="number"]::-moz-placeholder,
.demographicviews_create input[type="number"]::-moz-placeholder,
.demographics_create select::-moz-placeholder,
.demographicviews_create select::-moz-placeholder,
.demographics_create textarea::-moz-placeholder,
.demographicviews_create textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.demographics_create input[type="text"]:-ms-input-placeholder,
.demographicviews_create input[type="text"]:-ms-input-placeholder,
.demographics_create input[type="password"]:-ms-input-placeholder,
.demographicviews_create input[type="password"]:-ms-input-placeholder,
.demographics_create input[type=color]:-ms-input-placeholder,
.demographicviews_create input[type=color]:-ms-input-placeholder,
.demographics_create input[type="number"]:-ms-input-placeholder,
.demographicviews_create input[type="number"]:-ms-input-placeholder,
.demographics_create select:-ms-input-placeholder,
.demographicviews_create select:-ms-input-placeholder,
.demographics_create textarea:-ms-input-placeholder,
.demographicviews_create textarea:-ms-input-placeholder {
  color: #999;
}
.demographics_create input[type="text"]::-webkit-input-placeholder,
.demographicviews_create input[type="text"]::-webkit-input-placeholder,
.demographics_create input[type="password"]::-webkit-input-placeholder,
.demographicviews_create input[type="password"]::-webkit-input-placeholder,
.demographics_create input[type=color]::-webkit-input-placeholder,
.demographicviews_create input[type=color]::-webkit-input-placeholder,
.demographics_create input[type="number"]::-webkit-input-placeholder,
.demographicviews_create input[type="number"]::-webkit-input-placeholder,
.demographics_create select::-webkit-input-placeholder,
.demographicviews_create select::-webkit-input-placeholder,
.demographics_create textarea::-webkit-input-placeholder,
.demographicviews_create textarea::-webkit-input-placeholder {
  color: #999;
}
.demographics_create input[type="text"]::-ms-expand,
.demographicviews_create input[type="text"]::-ms-expand,
.demographics_create input[type="password"]::-ms-expand,
.demographicviews_create input[type="password"]::-ms-expand,
.demographics_create input[type=color]::-ms-expand,
.demographicviews_create input[type=color]::-ms-expand,
.demographics_create input[type="number"]::-ms-expand,
.demographicviews_create input[type="number"]::-ms-expand,
.demographics_create select::-ms-expand,
.demographicviews_create select::-ms-expand,
.demographics_create textarea::-ms-expand,
.demographicviews_create textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.demographics_create input[type="text"][disabled],
.demographicviews_create input[type="text"][disabled],
.demographics_create input[type="password"][disabled],
.demographicviews_create input[type="password"][disabled],
.demographics_create input[type=color][disabled],
.demographicviews_create input[type=color][disabled],
.demographics_create input[type="number"][disabled],
.demographicviews_create input[type="number"][disabled],
.demographics_create select[disabled],
.demographicviews_create select[disabled],
.demographics_create textarea[disabled],
.demographicviews_create textarea[disabled],
.demographics_create input[type="text"][readonly],
.demographicviews_create input[type="text"][readonly],
.demographics_create input[type="password"][readonly],
.demographicviews_create input[type="password"][readonly],
.demographics_create input[type=color][readonly],
.demographicviews_create input[type=color][readonly],
.demographics_create input[type="number"][readonly],
.demographicviews_create input[type="number"][readonly],
.demographics_create select[readonly],
.demographicviews_create select[readonly],
.demographics_create textarea[readonly],
.demographicviews_create textarea[readonly],
fieldset[disabled] .demographics_create input[type="text"],
fieldset[disabled] .demographicviews_create input[type="text"],
fieldset[disabled] .demographics_create input[type="password"],
fieldset[disabled] .demographicviews_create input[type="password"],
fieldset[disabled] .demographics_create input[type=color],
fieldset[disabled] .demographicviews_create input[type=color],
fieldset[disabled] .demographics_create input[type="number"],
fieldset[disabled] .demographicviews_create input[type="number"],
fieldset[disabled] .demographics_create select,
fieldset[disabled] .demographicviews_create select,
fieldset[disabled] .demographics_create textarea,
fieldset[disabled] .demographicviews_create textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.demographics_create input[type="text"][disabled],
.demographicviews_create input[type="text"][disabled],
.demographics_create input[type="password"][disabled],
.demographicviews_create input[type="password"][disabled],
.demographics_create input[type=color][disabled],
.demographicviews_create input[type=color][disabled],
.demographics_create input[type="number"][disabled],
.demographicviews_create input[type="number"][disabled],
.demographics_create select[disabled],
.demographicviews_create select[disabled],
.demographics_create textarea[disabled],
.demographicviews_create textarea[disabled],
fieldset[disabled] .demographics_create input[type="text"],
fieldset[disabled] .demographicviews_create input[type="text"],
fieldset[disabled] .demographics_create input[type="password"],
fieldset[disabled] .demographicviews_create input[type="password"],
fieldset[disabled] .demographics_create input[type=color],
fieldset[disabled] .demographicviews_create input[type=color],
fieldset[disabled] .demographics_create input[type="number"],
fieldset[disabled] .demographicviews_create input[type="number"],
fieldset[disabled] .demographics_create select,
fieldset[disabled] .demographicviews_create select,
fieldset[disabled] .demographics_create textarea,
fieldset[disabled] .demographicviews_create textarea {
  cursor: not-allowed;
}
textarea.demographics_create input[type="text"],
textarea.demographicviews_create input[type="text"],
textarea.demographics_create input[type="password"],
textarea.demographicviews_create input[type="password"],
textarea.demographics_create input[type=color],
textarea.demographicviews_create input[type=color],
textarea.demographics_create input[type="number"],
textarea.demographicviews_create input[type="number"],
textarea.demographics_create select,
textarea.demographicviews_create select,
textarea.demographics_create textarea,
textarea.demographicviews_create textarea {
  height: auto;
}
.demographics_create textarea,
.demographicviews_create textarea {
  height: auto;
}
.demographics_create label,
.demographicviews_create label {
  margin-bottom: 0;
  padding-top: 9px;
}
.demographics_create input[type=color],
.demographicviews_create input[type=color] {
  margin-top: 9px;
}
.demographics_create input[type=checkbox],
.demographicviews_create input[type=checkbox] {
  margin-top: 12px;
}
.demographics_create .controlspace input,
.demographicviews_create .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .demographics_create,
  .demographicviews_create {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  .demographics_create .controlspace,
  .demographicviews_create .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  .demographics_create label,
  .demographicviews_create label {
    width: 100%;
  }
}
.demographics_create .form-group,
.demographicviews_create .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
.demographics_create .form-group.commands,
.demographicviews_create .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  .demographics_create .form-group.commands,
  .demographicviews_create .form-group.commands {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .demographics_create .form-group.commands,
  .demographicviews_create .form-group.commands {
    margin-left: 16.66666667%;
  }
}
.demographics_create .form-group label,
.demographicviews_create .form-group label,
.demographics_create .form-group .labelspace,
.demographicviews_create .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .demographics_create .form-group label,
  .demographicviews_create .form-group label,
  .demographics_create .form-group .labelspace,
  .demographicviews_create .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .demographics_create .form-group label,
  .demographicviews_create .form-group label,
  .demographics_create .form-group .labelspace,
  .demographicviews_create .form-group .labelspace {
    float: left;
    width: 16.66666667%;
  }
}
.demographics_create .form-group .controlspace,
.demographicviews_create .form-group .controlspace,
.demographics_create .form-group .editable,
.demographicviews_create .form-group .editable,
.demographics_create .form-group input[type=password],
.demographicviews_create .form-group input[type=password],
.demographics_create .form-group select,
.demographicviews_create .form-group select,
.demographics_create .form-group .input-group,
.demographicviews_create .form-group .input-group,
.demographics_create .form-group textarea,
.demographicviews_create .form-group textarea,
.demographics_create .form-group .field-validation-error,
.demographicviews_create .form-group .field-validation-error,
.demographics_create .form-group .readonly,
.demographicviews_create .form-group .readonly,
.demographics_create .form-group .formcolummn2,
.demographicviews_create .form-group .formcolummn2,
.demographics_create .form-group input[type="text"],
.demographicviews_create .form-group input[type="text"],
.demographics_create .form-group input[type="password"],
.demographicviews_create .form-group input[type="password"],
.demographics_create .form-group input[type=color],
.demographicviews_create .form-group input[type=color],
.demographics_create .form-group input[type="number"],
.demographicviews_create .form-group input[type="number"],
.demographics_create .form-group .note-editor,
.demographicviews_create .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .demographics_create .form-group .controlspace,
  .demographicviews_create .form-group .controlspace,
  .demographics_create .form-group .editable,
  .demographicviews_create .form-group .editable,
  .demographics_create .form-group input[type=password],
  .demographicviews_create .form-group input[type=password],
  .demographics_create .form-group select,
  .demographicviews_create .form-group select,
  .demographics_create .form-group .input-group,
  .demographicviews_create .form-group .input-group,
  .demographics_create .form-group textarea,
  .demographicviews_create .form-group textarea,
  .demographics_create .form-group .field-validation-error,
  .demographicviews_create .form-group .field-validation-error,
  .demographics_create .form-group .readonly,
  .demographicviews_create .form-group .readonly,
  .demographics_create .form-group .formcolummn2,
  .demographicviews_create .form-group .formcolummn2,
  .demographics_create .form-group input[type="text"],
  .demographicviews_create .form-group input[type="text"],
  .demographics_create .form-group input[type="password"],
  .demographicviews_create .form-group input[type="password"],
  .demographics_create .form-group input[type=color],
  .demographicviews_create .form-group input[type=color],
  .demographics_create .form-group input[type="number"],
  .demographicviews_create .form-group input[type="number"],
  .demographics_create .form-group .note-editor,
  .demographicviews_create .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .demographics_create .form-group .controlspace,
  .demographicviews_create .form-group .controlspace,
  .demographics_create .form-group .editable,
  .demographicviews_create .form-group .editable,
  .demographics_create .form-group input[type=password],
  .demographicviews_create .form-group input[type=password],
  .demographics_create .form-group select,
  .demographicviews_create .form-group select,
  .demographics_create .form-group .input-group,
  .demographicviews_create .form-group .input-group,
  .demographics_create .form-group textarea,
  .demographicviews_create .form-group textarea,
  .demographics_create .form-group .field-validation-error,
  .demographicviews_create .form-group .field-validation-error,
  .demographics_create .form-group .readonly,
  .demographicviews_create .form-group .readonly,
  .demographics_create .form-group .formcolummn2,
  .demographicviews_create .form-group .formcolummn2,
  .demographics_create .form-group input[type="text"],
  .demographicviews_create .form-group input[type="text"],
  .demographics_create .form-group input[type="password"],
  .demographicviews_create .form-group input[type="password"],
  .demographics_create .form-group input[type=color],
  .demographicviews_create .form-group input[type=color],
  .demographics_create .form-group input[type="number"],
  .demographicviews_create .form-group input[type="number"],
  .demographics_create .form-group .note-editor,
  .demographicviews_create .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
.demographics_create .form-group .controlspace,
.demographicviews_create .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.demographics_create .form-group .controlspace.input-lg,
.demographicviews_create .form-group .controlspace.input-lg,
.demographics_create .form-group .controlspace.input-sm,
.demographicviews_create .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.demographics_create .form-group .input-group,
.demographicviews_create .form-group .input-group,
.demographics_create .form-group .note-editor,
.demographicviews_create .form-group .note-editor {
  padding: 0;
}
.demographics_create .field-validation-error,
.demographicviews_create .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  .demographics_create .field-validation-error,
  .demographicviews_create .field-validation-error {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .demographics_create .field-validation-error,
  .demographicviews_create .field-validation-error {
    margin-left: 16.66666667%;
  }
}
.translations_index ul {
  list-style-type: none;
  padding: 0;
}
.translations_index li {
  margin-bottom: 10px;
}
.translations_index .excel-export {
  white-space: normal;
}
.translations_index .excel-export .export,
.translations_index .excel-export .delete {
  height: 22px;
  width: auto;
  margin-bottom: 4px;
}
form#createuser input[type="text"],
form#createuser input[type="password"],
form#createuser input[type=color],
form#createuser input[type="number"],
form#createuser select,
form#createuser textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
form#createuser input[type="text"]:focus,
form#createuser input[type="password"]:focus,
form#createuser input[type=color]:focus,
form#createuser input[type="number"]:focus,
form#createuser select:focus,
form#createuser textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
form#createuser input[type="text"]::-moz-placeholder,
form#createuser input[type="password"]::-moz-placeholder,
form#createuser input[type=color]::-moz-placeholder,
form#createuser input[type="number"]::-moz-placeholder,
form#createuser select::-moz-placeholder,
form#createuser textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form#createuser input[type="text"]:-ms-input-placeholder,
form#createuser input[type="password"]:-ms-input-placeholder,
form#createuser input[type=color]:-ms-input-placeholder,
form#createuser input[type="number"]:-ms-input-placeholder,
form#createuser select:-ms-input-placeholder,
form#createuser textarea:-ms-input-placeholder {
  color: #999;
}
form#createuser input[type="text"]::-webkit-input-placeholder,
form#createuser input[type="password"]::-webkit-input-placeholder,
form#createuser input[type=color]::-webkit-input-placeholder,
form#createuser input[type="number"]::-webkit-input-placeholder,
form#createuser select::-webkit-input-placeholder,
form#createuser textarea::-webkit-input-placeholder {
  color: #999;
}
form#createuser input[type="text"]::-ms-expand,
form#createuser input[type="password"]::-ms-expand,
form#createuser input[type=color]::-ms-expand,
form#createuser input[type="number"]::-ms-expand,
form#createuser select::-ms-expand,
form#createuser textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
form#createuser input[type="text"][disabled],
form#createuser input[type="password"][disabled],
form#createuser input[type=color][disabled],
form#createuser input[type="number"][disabled],
form#createuser select[disabled],
form#createuser textarea[disabled],
form#createuser input[type="text"][readonly],
form#createuser input[type="password"][readonly],
form#createuser input[type=color][readonly],
form#createuser input[type="number"][readonly],
form#createuser select[readonly],
form#createuser textarea[readonly],
fieldset[disabled] form#createuser input[type="text"],
fieldset[disabled] form#createuser input[type="password"],
fieldset[disabled] form#createuser input[type=color],
fieldset[disabled] form#createuser input[type="number"],
fieldset[disabled] form#createuser select,
fieldset[disabled] form#createuser textarea {
  background-color: #eeeeee;
  opacity: 1;
}
form#createuser input[type="text"][disabled],
form#createuser input[type="password"][disabled],
form#createuser input[type=color][disabled],
form#createuser input[type="number"][disabled],
form#createuser select[disabled],
form#createuser textarea[disabled],
fieldset[disabled] form#createuser input[type="text"],
fieldset[disabled] form#createuser input[type="password"],
fieldset[disabled] form#createuser input[type=color],
fieldset[disabled] form#createuser input[type="number"],
fieldset[disabled] form#createuser select,
fieldset[disabled] form#createuser textarea {
  cursor: not-allowed;
}
textareaform#createuser input[type="text"],
textareaform#createuser input[type="password"],
textareaform#createuser input[type=color],
textareaform#createuser input[type="number"],
textareaform#createuser select,
textareaform#createuser textarea {
  height: auto;
}
form#createuser textarea {
  height: auto;
}
form#createuser label {
  margin-bottom: 0;
  padding-top: 9px;
}
form#createuser input[type=color] {
  margin-top: 9px;
}
form#createuser input[type=checkbox] {
  margin-top: 12px;
}
form#createuser .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  form#createuser {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  form#createuser .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  form#createuser label {
    width: 100%;
  }
}
form#createuser .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
form#createuser .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  form#createuser .form-group.commands {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  form#createuser .form-group.commands {
    margin-left: 33.33333333%;
  }
}
form#createuser .form-group label,
form#createuser .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  form#createuser .form-group label,
  form#createuser .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  form#createuser .form-group label,
  form#createuser .form-group .labelspace {
    float: left;
    width: 33.33333333%;
  }
}
form#createuser .form-group .controlspace,
form#createuser .form-group .editable,
form#createuser .form-group input[type=password],
form#createuser .form-group select,
form#createuser .form-group .input-group,
form#createuser .form-group textarea,
form#createuser .form-group .field-validation-error,
form#createuser .form-group .readonly,
form#createuser .form-group .formcolummn2,
form#createuser .form-group input[type="text"],
form#createuser .form-group input[type="password"],
form#createuser .form-group input[type=color],
form#createuser .form-group input[type="number"],
form#createuser .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  form#createuser .form-group .controlspace,
  form#createuser .form-group .editable,
  form#createuser .form-group input[type=password],
  form#createuser .form-group select,
  form#createuser .form-group .input-group,
  form#createuser .form-group textarea,
  form#createuser .form-group .field-validation-error,
  form#createuser .form-group .readonly,
  form#createuser .form-group .formcolummn2,
  form#createuser .form-group input[type="text"],
  form#createuser .form-group input[type="password"],
  form#createuser .form-group input[type=color],
  form#createuser .form-group input[type="number"],
  form#createuser .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  form#createuser .form-group .controlspace,
  form#createuser .form-group .editable,
  form#createuser .form-group input[type=password],
  form#createuser .form-group select,
  form#createuser .form-group .input-group,
  form#createuser .form-group textarea,
  form#createuser .form-group .field-validation-error,
  form#createuser .form-group .readonly,
  form#createuser .form-group .formcolummn2,
  form#createuser .form-group input[type="text"],
  form#createuser .form-group input[type="password"],
  form#createuser .form-group input[type=color],
  form#createuser .form-group input[type="number"],
  form#createuser .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
form#createuser .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
form#createuser .form-group .controlspace.input-lg,
form#createuser .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
form#createuser .form-group .input-group,
form#createuser .form-group .note-editor {
  padding: 0;
}
form#createuser .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  form#createuser .field-validation-error {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  form#createuser .field-validation-error {
    margin-left: 33.33333333%;
  }
}
#participantedit .panel-body input[type="text"],
#logonedit .panel-body input[type="text"],
#participantedit .panel-body input[type="password"],
#logonedit .panel-body input[type="password"],
#participantedit .panel-body input[type=color],
#logonedit .panel-body input[type=color],
#participantedit .panel-body input[type="number"],
#logonedit .panel-body input[type="number"],
#participantedit .panel-body select,
#logonedit .panel-body select,
#participantedit .panel-body textarea,
#logonedit .panel-body textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: inherit !important;
}
#participantedit .panel-body input[type="text"]:focus,
#logonedit .panel-body input[type="text"]:focus,
#participantedit .panel-body input[type="password"]:focus,
#logonedit .panel-body input[type="password"]:focus,
#participantedit .panel-body input[type=color]:focus,
#logonedit .panel-body input[type=color]:focus,
#participantedit .panel-body input[type="number"]:focus,
#logonedit .panel-body input[type="number"]:focus,
#participantedit .panel-body select:focus,
#logonedit .panel-body select:focus,
#participantedit .panel-body textarea:focus,
#logonedit .panel-body textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#participantedit .panel-body input[type="text"]::-moz-placeholder,
#logonedit .panel-body input[type="text"]::-moz-placeholder,
#participantedit .panel-body input[type="password"]::-moz-placeholder,
#logonedit .panel-body input[type="password"]::-moz-placeholder,
#participantedit .panel-body input[type=color]::-moz-placeholder,
#logonedit .panel-body input[type=color]::-moz-placeholder,
#participantedit .panel-body input[type="number"]::-moz-placeholder,
#logonedit .panel-body input[type="number"]::-moz-placeholder,
#participantedit .panel-body select::-moz-placeholder,
#logonedit .panel-body select::-moz-placeholder,
#participantedit .panel-body textarea::-moz-placeholder,
#logonedit .panel-body textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#participantedit .panel-body input[type="text"]:-ms-input-placeholder,
#logonedit .panel-body input[type="text"]:-ms-input-placeholder,
#participantedit .panel-body input[type="password"]:-ms-input-placeholder,
#logonedit .panel-body input[type="password"]:-ms-input-placeholder,
#participantedit .panel-body input[type=color]:-ms-input-placeholder,
#logonedit .panel-body input[type=color]:-ms-input-placeholder,
#participantedit .panel-body input[type="number"]:-ms-input-placeholder,
#logonedit .panel-body input[type="number"]:-ms-input-placeholder,
#participantedit .panel-body select:-ms-input-placeholder,
#logonedit .panel-body select:-ms-input-placeholder,
#participantedit .panel-body textarea:-ms-input-placeholder,
#logonedit .panel-body textarea:-ms-input-placeholder {
  color: #999;
}
#participantedit .panel-body input[type="text"]::-webkit-input-placeholder,
#logonedit .panel-body input[type="text"]::-webkit-input-placeholder,
#participantedit .panel-body input[type="password"]::-webkit-input-placeholder,
#logonedit .panel-body input[type="password"]::-webkit-input-placeholder,
#participantedit .panel-body input[type=color]::-webkit-input-placeholder,
#logonedit .panel-body input[type=color]::-webkit-input-placeholder,
#participantedit .panel-body input[type="number"]::-webkit-input-placeholder,
#logonedit .panel-body input[type="number"]::-webkit-input-placeholder,
#participantedit .panel-body select::-webkit-input-placeholder,
#logonedit .panel-body select::-webkit-input-placeholder,
#participantedit .panel-body textarea::-webkit-input-placeholder,
#logonedit .panel-body textarea::-webkit-input-placeholder {
  color: #999;
}
#participantedit .panel-body input[type="text"]::-ms-expand,
#logonedit .panel-body input[type="text"]::-ms-expand,
#participantedit .panel-body input[type="password"]::-ms-expand,
#logonedit .panel-body input[type="password"]::-ms-expand,
#participantedit .panel-body input[type=color]::-ms-expand,
#logonedit .panel-body input[type=color]::-ms-expand,
#participantedit .panel-body input[type="number"]::-ms-expand,
#logonedit .panel-body input[type="number"]::-ms-expand,
#participantedit .panel-body select::-ms-expand,
#logonedit .panel-body select::-ms-expand,
#participantedit .panel-body textarea::-ms-expand,
#logonedit .panel-body textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
#participantedit .panel-body input[type="text"][disabled],
#logonedit .panel-body input[type="text"][disabled],
#participantedit .panel-body input[type="password"][disabled],
#logonedit .panel-body input[type="password"][disabled],
#participantedit .panel-body input[type=color][disabled],
#logonedit .panel-body input[type=color][disabled],
#participantedit .panel-body input[type="number"][disabled],
#logonedit .panel-body input[type="number"][disabled],
#participantedit .panel-body select[disabled],
#logonedit .panel-body select[disabled],
#participantedit .panel-body textarea[disabled],
#logonedit .panel-body textarea[disabled],
#participantedit .panel-body input[type="text"][readonly],
#logonedit .panel-body input[type="text"][readonly],
#participantedit .panel-body input[type="password"][readonly],
#logonedit .panel-body input[type="password"][readonly],
#participantedit .panel-body input[type=color][readonly],
#logonedit .panel-body input[type=color][readonly],
#participantedit .panel-body input[type="number"][readonly],
#logonedit .panel-body input[type="number"][readonly],
#participantedit .panel-body select[readonly],
#logonedit .panel-body select[readonly],
#participantedit .panel-body textarea[readonly],
#logonedit .panel-body textarea[readonly],
fieldset[disabled] #participantedit .panel-body input[type="text"],
fieldset[disabled] #logonedit .panel-body input[type="text"],
fieldset[disabled] #participantedit .panel-body input[type="password"],
fieldset[disabled] #logonedit .panel-body input[type="password"],
fieldset[disabled] #participantedit .panel-body input[type=color],
fieldset[disabled] #logonedit .panel-body input[type=color],
fieldset[disabled] #participantedit .panel-body input[type="number"],
fieldset[disabled] #logonedit .panel-body input[type="number"],
fieldset[disabled] #participantedit .panel-body select,
fieldset[disabled] #logonedit .panel-body select,
fieldset[disabled] #participantedit .panel-body textarea,
fieldset[disabled] #logonedit .panel-body textarea {
  background-color: #eeeeee;
  opacity: 1;
}
#participantedit .panel-body input[type="text"][disabled],
#logonedit .panel-body input[type="text"][disabled],
#participantedit .panel-body input[type="password"][disabled],
#logonedit .panel-body input[type="password"][disabled],
#participantedit .panel-body input[type=color][disabled],
#logonedit .panel-body input[type=color][disabled],
#participantedit .panel-body input[type="number"][disabled],
#logonedit .panel-body input[type="number"][disabled],
#participantedit .panel-body select[disabled],
#logonedit .panel-body select[disabled],
#participantedit .panel-body textarea[disabled],
#logonedit .panel-body textarea[disabled],
fieldset[disabled] #participantedit .panel-body input[type="text"],
fieldset[disabled] #logonedit .panel-body input[type="text"],
fieldset[disabled] #participantedit .panel-body input[type="password"],
fieldset[disabled] #logonedit .panel-body input[type="password"],
fieldset[disabled] #participantedit .panel-body input[type=color],
fieldset[disabled] #logonedit .panel-body input[type=color],
fieldset[disabled] #participantedit .panel-body input[type="number"],
fieldset[disabled] #logonedit .panel-body input[type="number"],
fieldset[disabled] #participantedit .panel-body select,
fieldset[disabled] #logonedit .panel-body select,
fieldset[disabled] #participantedit .panel-body textarea,
fieldset[disabled] #logonedit .panel-body textarea {
  cursor: not-allowed;
}
textarea#participantedit .panel-body input[type="text"],
textarea#logonedit .panel-body input[type="text"],
textarea#participantedit .panel-body input[type="password"],
textarea#logonedit .panel-body input[type="password"],
textarea#participantedit .panel-body input[type=color],
textarea#logonedit .panel-body input[type=color],
textarea#participantedit .panel-body input[type="number"],
textarea#logonedit .panel-body input[type="number"],
textarea#participantedit .panel-body select,
textarea#logonedit .panel-body select,
textarea#participantedit .panel-body textarea,
textarea#logonedit .panel-body textarea {
  height: auto;
}
#participantedit .panel-body textarea,
#logonedit .panel-body textarea {
  height: auto;
}
#participantedit .panel-body label,
#logonedit .panel-body label {
  margin-bottom: 0;
  padding-top: 9px;
}
#participantedit .panel-body input[type=color],
#logonedit .panel-body input[type=color] {
  margin-top: 9px;
}
#participantedit .panel-body input[type=checkbox],
#logonedit .panel-body input[type=checkbox] {
  margin-top: 12px;
}
#participantedit .panel-body .controlspace input,
#logonedit .panel-body .controlspace input {
  margin-top: 4px;
}
@media (max-width: 768px) {
  #participantedit .panel-body,
  #logonedit .panel-body {
    /*		input {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}

		button[type=submit], .btn {
			margin-left: 15px;
			margin-right: 15px;
			width: 90%;
		}*/
  }
  #participantedit .panel-body .controlspace,
  #logonedit .panel-body .controlspace {
    padding-left: 15px;
    padding-right: 15px;
  }
  #participantedit .panel-body label,
  #logonedit .panel-body label {
    width: 100%;
  }
}
#participantedit .panel-body .form-group,
#logonedit .panel-body .form-group {
  margin-bottom: 6px;
  overflow: auto;
  /*.editable {
			margin-top: 9px;
		}*/
}
#participantedit .panel-body .form-group.commands,
#logonedit .panel-body .form-group.commands {
  padding-left: 0;
}
@media (min-width: 992px) {
  #participantedit .panel-body .form-group.commands,
  #logonedit .panel-body .form-group.commands {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  #participantedit .panel-body .form-group.commands,
  #logonedit .panel-body .form-group.commands {
    margin-left: 41.66666667%;
  }
}
#participantedit .panel-body .form-group label,
#logonedit .panel-body .form-group label,
#participantedit .panel-body .form-group .labelspace,
#logonedit .panel-body .form-group .labelspace {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #participantedit .panel-body .form-group label,
  #logonedit .panel-body .form-group label,
  #participantedit .panel-body .form-group .labelspace,
  #logonedit .panel-body .form-group .labelspace {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  #participantedit .panel-body .form-group label,
  #logonedit .panel-body .form-group label,
  #participantedit .panel-body .form-group .labelspace,
  #logonedit .panel-body .form-group .labelspace {
    float: left;
    width: 41.66666667%;
  }
}
#participantedit .panel-body .form-group .controlspace,
#logonedit .panel-body .form-group .controlspace,
#participantedit .panel-body .form-group .editable,
#logonedit .panel-body .form-group .editable,
#participantedit .panel-body .form-group input[type=password],
#logonedit .panel-body .form-group input[type=password],
#participantedit .panel-body .form-group select,
#logonedit .panel-body .form-group select,
#participantedit .panel-body .form-group .input-group,
#logonedit .panel-body .form-group .input-group,
#participantedit .panel-body .form-group textarea,
#logonedit .panel-body .form-group textarea,
#participantedit .panel-body .form-group .field-validation-error,
#logonedit .panel-body .form-group .field-validation-error,
#participantedit .panel-body .form-group .readonly,
#logonedit .panel-body .form-group .readonly,
#participantedit .panel-body .form-group .formcolummn2,
#logonedit .panel-body .form-group .formcolummn2,
#participantedit .panel-body .form-group input[type="text"],
#logonedit .panel-body .form-group input[type="text"],
#participantedit .panel-body .form-group input[type="password"],
#logonedit .panel-body .form-group input[type="password"],
#participantedit .panel-body .form-group input[type=color],
#logonedit .panel-body .form-group input[type=color],
#participantedit .panel-body .form-group input[type="number"],
#logonedit .panel-body .form-group input[type="number"],
#participantedit .panel-body .form-group .note-editor,
#logonedit .panel-body .form-group .note-editor {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #participantedit .panel-body .form-group .controlspace,
  #logonedit .panel-body .form-group .controlspace,
  #participantedit .panel-body .form-group .editable,
  #logonedit .panel-body .form-group .editable,
  #participantedit .panel-body .form-group input[type=password],
  #logonedit .panel-body .form-group input[type=password],
  #participantedit .panel-body .form-group select,
  #logonedit .panel-body .form-group select,
  #participantedit .panel-body .form-group .input-group,
  #logonedit .panel-body .form-group .input-group,
  #participantedit .panel-body .form-group textarea,
  #logonedit .panel-body .form-group textarea,
  #participantedit .panel-body .form-group .field-validation-error,
  #logonedit .panel-body .form-group .field-validation-error,
  #participantedit .panel-body .form-group .readonly,
  #logonedit .panel-body .form-group .readonly,
  #participantedit .panel-body .form-group .formcolummn2,
  #logonedit .panel-body .form-group .formcolummn2,
  #participantedit .panel-body .form-group input[type="text"],
  #logonedit .panel-body .form-group input[type="text"],
  #participantedit .panel-body .form-group input[type="password"],
  #logonedit .panel-body .form-group input[type="password"],
  #participantedit .panel-body .form-group input[type=color],
  #logonedit .panel-body .form-group input[type=color],
  #participantedit .panel-body .form-group input[type="number"],
  #logonedit .panel-body .form-group input[type="number"],
  #participantedit .panel-body .form-group .note-editor,
  #logonedit .panel-body .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #participantedit .panel-body .form-group .controlspace,
  #logonedit .panel-body .form-group .controlspace,
  #participantedit .panel-body .form-group .editable,
  #logonedit .panel-body .form-group .editable,
  #participantedit .panel-body .form-group input[type=password],
  #logonedit .panel-body .form-group input[type=password],
  #participantedit .panel-body .form-group select,
  #logonedit .panel-body .form-group select,
  #participantedit .panel-body .form-group .input-group,
  #logonedit .panel-body .form-group .input-group,
  #participantedit .panel-body .form-group textarea,
  #logonedit .panel-body .form-group textarea,
  #participantedit .panel-body .form-group .field-validation-error,
  #logonedit .panel-body .form-group .field-validation-error,
  #participantedit .panel-body .form-group .readonly,
  #logonedit .panel-body .form-group .readonly,
  #participantedit .panel-body .form-group .formcolummn2,
  #logonedit .panel-body .form-group .formcolummn2,
  #participantedit .panel-body .form-group input[type="text"],
  #logonedit .panel-body .form-group input[type="text"],
  #participantedit .panel-body .form-group input[type="password"],
  #logonedit .panel-body .form-group input[type="password"],
  #participantedit .panel-body .form-group input[type=color],
  #logonedit .panel-body .form-group input[type=color],
  #participantedit .panel-body .form-group input[type="number"],
  #logonedit .panel-body .form-group input[type="number"],
  #participantedit .panel-body .form-group .note-editor,
  #logonedit .panel-body .form-group .note-editor {
    float: left;
    width: 50%;
  }
}
#participantedit .panel-body .form-group .controlspace,
#logonedit .panel-body .form-group .controlspace {
  padding-left: 0;
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
#participantedit .panel-body .form-group .controlspace.input-lg,
#logonedit .panel-body .form-group .controlspace.input-lg,
#participantedit .panel-body .form-group .controlspace.input-sm,
#logonedit .panel-body .form-group .controlspace.input-sm {
  padding-right: 0;
  padding-left: 0;
}
#participantedit .panel-body .form-group .input-group,
#logonedit .panel-body .form-group .input-group,
#participantedit .panel-body .form-group .note-editor,
#logonedit .panel-body .form-group .note-editor {
  padding: 0;
}
#participantedit .panel-body .field-validation-error,
#logonedit .panel-body .field-validation-error {
  padding-left: 0;
}
@media (min-width: 992px) {
  #participantedit .panel-body .field-validation-error,
  #logonedit .panel-body .field-validation-error {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  #participantedit .panel-body .field-validation-error,
  #logonedit .panel-body .field-validation-error {
    margin-left: 41.66666667%;
  }
}
.views_edit .tab-pane {
  margin-top: 19px;
}
.views_edit .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  min-height: 22px;
}
.views_edit legend {
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
}
.views_edit .category.end.fullsize {
  height: 73px;
  margin-top: 0;
}
.views_edit .category .number {
  display: none;
}
.views_edit .dropzone {
  float: left;
  width: 122px;
  height: 73px;
  border-radius: 8px;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  white-space: normal;
  text-decoration: none;
  margin: 8px;
  position: relative;
  border: 1px rgba(176, 196, 222, 0.18) groove;
}
.views_edit .category {
  margin: 0;
  z-index: 999;
}
.views_edit .spaceronly {
  z-index: -100;
}
.table-nonfluid {
  width: auto !important;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: lightyellow;
}
.container-fluid h2.page-title {
  margin-left: 13px;
}
.navbar-inverse {
  background-image: none;
  background-color: white;
  border: none;
  box-shadow: none;
  margin-left: calc(100vw - 100%);
}
.navbar-inverse .navbar-nav {
  margin: 15px 0 0 0;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > div {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #181818;
  text-shadow: none;
  cursor: pointer;
}
.navbar-inverse .navbar-nav > li > a#slide-menu-right,
.navbar-inverse .navbar-nav > li > div#slide-menu-right {
  padding-top: 11px;
  padding-left: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > div:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > div:focus {
  color: #606163;
  background-color: white;
  background-image: none;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #606163;
  color: #ffffff;
}
.navbar-inverse .navbar-toggle {
  background-color: #606163 !important;
  margin-top: 20px;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #181818 !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top-color: white;
  background-color: white;
  overflow: hidden;
}
h2 {
  margin-top: 6px;
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
hr {
  margin-top: 7px;
  margin-bottom: 20px;
}
.headercontrols {
  padding-top: 6px;
  padding-bottom: 16px;
  overflow: auto;
}
.formpadding {
  padding: 9px;
  padding-top: 16px;
}
.tabpage {
  padding-top: 20px;
  padding-left: 4px;
}
.dl-horizontal > dd:after {
  display: table;
  content: "";
  clear: both;
}
.form-horizontal .control-label {
  text-align: left;
  font-weight: normal;
}
.dl-horizontal dt {
  text-align: left;
}
@media (max-width: 980px) {
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-full {
  padding: 0;
}
@-moz-keyframes rota {
  25% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rota {
  25% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rota {
  25% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.preloader .spinner {
  /* Size and position */
  font-size: 100px;
  /* 1em */
  width: 1em;
  height: 1em;
  position: relative;
  margin: 100px auto;
  /* Styles */
  border-radius: 50%;
  background: #8A6BE5;
  /* Fallback */
  background: linear-gradient(#B2B0FF 50%, #8A6BE5 50%), linear-gradient(#8A6BE5 50%, #B2B0FF 50%);
  /* Second column */
  background-position: 0 0, /* Position of 1st column */ 100% 0;
  /* Position of 2nd column */
  background-size: 50% 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0.12em rgba(0, 0, 0, 0.2), /* Inner border */ 0 0 0 0.12em rgba(255, 255, 255, 0.1);
  /* Outter border */
  opacity: 0.3;
  -moz-animation: rota 3s infinite alternate;
  -o-animation: rota 3s infinite alternate;
  -webkit-animation: rota 3s infinite alternate;
  animation: rota 3s infinite alternate;
}
.preloader .spinner:after {
  /* Size */
  content: "";
  width: 50%;
  height: 50%;
  /* Perfect centering */
  position: absolute;
  top: 25%;
  left: 25%;
  /* Styles */
  border: 0.12em solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
}
th.condense {
  width: 1%;
}
h4 {
  font-size: 14px !important;
}
.well.well-light,
.well-sm.well-light {
  background: rgba(237, 248, 255, 0.23);
}
.well {
  padding: 14px;
  margin-bottom: 10px;
}
.well-silver {
  background-image: linear-gradient(230deg, #d4d4d4, #f9f9f9);
  background-image: linear-gradient(230deg, #ededed, #f9f9f9);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.well-lightblue {
  background-image: linear-gradient(230deg, #f3f8ff, #fbfcfc);
}
.well.well-darker,
.well-sm.well-darker {
  background: rgba(74, 91, 116, 0.1);
}
.well > h1,
.well > h2,
.well > h3,
.well > h4,
.well > h5 {
  margin-top: 6px;
  margin-bottom: 2px;
}
.well.well-white,
.well-sm.well-white {
  background: white;
}
.verysmall,
.verysmall {
  font-size: 68%;
}
dl {
  margin-bottom: 0px !important;
}
.editable-empty {
  font-style: italic !important;
  font-size: 85%;
  color: silver !important;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  border-bottom: dashed 1px #D3E0E6 !important;
}
.wideeditable {
  width: 500px !important;
}
.lead {
  font-size: 16px;
}