.ReloadBtn {
  font-size: 12px;
  display: inline-block;
}
.ReloadBtn:first-letter {
  text-transform: uppercase;
}
.ReloadBtn-spinner {
  display: inline-block;
  font-size: 14px !important;
  position: static !important;
}
.ReloadBtn-spinner.is-spinned {
  animation: rotate 1000ms linear infinite;
}
reload-btn {
  position: relative;
}
reload-btn.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  cursor: not-allowed !important;
}

.DropdownCmp {
  display: inline-block;
  height: 30px;
}
.DropdownCmp input[type="checkbox"] + label span,
.DropdownCmp input[type="radio"] + label span {
  vertical-align: 0;
}
.DropdownCmp .dropdown-wrapper {
  display: inline-block;
  border-bottom: none !important;
  position: relative;
}
.DropdownCmp .dropdown-wrapper .select__arrow {
  top: 3px;
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbnMgLyBleHBhbmQgYmxhY2s8L3RpdGxlPjxwYXRoIGQ9Ik0yLjA1NSA2LjM2MmExIDEgMCAwIDEgMS40MS0xLjQxOWwzLjU0MiAzLjU0MiAzLjU0Mi0zLjU0MmEuOTkzLjk5MyAwIDAgMSAxLjQwOC4wMDdjLjM5LjM5LjM4NiAxLjAyNy4wMDIgMS40MTJsLTQuOTUyIDQuOTUyLTQuOTUyLTQuOTUyeiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-position: 3px 0;
  right: 0;
}
.DropdownCmp .dropdown-input {
  height: 23px;
  display: inline-block;
  border-bottom: 1px solid;
  border-color: #363636;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  color: #4E5553;
  max-width: 210px;
  float: left;
  min-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DropdownCmp .dropdown-input:first-letter {
  text-transform: capitalize;
}
.DropdownCmp .dropdown-input.disabled {
  color: #999999;
  border-color: #cccccc;
  cursor: not-allowed;
}
.DropdownCmp .dropdown-input.disabled .select__arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbnMgLyBleHBhbmQgYmxhY2sgY29weTwvdGl0bGU+PHBhdGggZD0iTTIuMDU1IDYuMzYyYTEgMSAwIDAgMSAxLjQxLTEuNDE5bDMuNTQyIDMuNTQyIDMuNTQyLTMuNTQyYS45OTMuOTkzIDAgMCAxIDEuNDA4LjAwN2MuMzkuMzkuMzg2IDEuMDI3LjAwMiAxLjQxMmwtNC45NTIgNC45NTItNC45NTItNC45NTJ6IiBmaWxsPSIjREREIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) !important;
}
.DropdownCmp .dropdown-menu {
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  min-width: 300px;
  max-width: 300px;
  overflow-y: auto;
  padding: 10px;
  min-height: 100px;
  max-height: 35vh;
}
@media (max-width: 767px) {
  .DropdownCmp .dropdown-menu {
    min-width: auto;
    max-width: 100%;
    padding-right: 20px;
  }
}
.DropdownCmp .dropdown-menu label:before {
  background-image: none;
}
.DropdownCmp .dropdown-menu label:hover {
  background-color: #F8F8F8;
}
.DropdownCmp .dropdown-menu i,
.DropdownCmp .dropdown-menu img {
  font-size: 25px;
  position: absolute;
}
.DropdownCmp .dropdown-menu img {
  height: 1em;
}
.DropdownCmp .dropdown-menu .DropdownCmp__content > ul > li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.DropdownCmp .dropdown-menu .DropdownCmp__content > ul > li > span {
  padding-left: 35px;
}
.DropdownCmp .dropdown-menu .DropdownCmp__content > ul > li > div {
  display: inline-block;
}
.DropdownCmp .dropdown-menu label {
  padding-left: 35px;
  width: 100%;
  word-wrap: break-word;
  text-align: left;
}
.DropdownCmp .dropdown-menu label i,
.DropdownCmp .dropdown-menu label img {
  font-size: 25px;
  position: absolute;
  left: 0;
}
.DropdownCmp .dropdown-menu label img {
  height: 1em;
  filter: invert(35%) sepia(5%) saturate(517%) hue-rotate(112deg) brightness(86%) contrast(88%);
}
.DropdownCmp .dropdown-menu ul {
  list-style: none;
  right: inherit;
  margin-bottom: 0;
}
.DropdownCmp .reload-wrapper {
  display: flex;
  justify-content: flex-end;
}
.DropdownCmp .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #363636;
  white-space: nowrap;
}
.DropdownCmp input[type="checkbox"] + label:before {
  background: none;
  display: none;
}
.DropdownCmp label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.DropdownCmp label span {
  white-space: nowrap;
}
.DropdownCmp .noLists {
  margin-left: 35px;
  margin-bottom: 10px;
  color: #999999;
  font-size: 14px;
}
dropheader,
.DropdownCmp__header {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 20px;
}
dropheader:first-letter,
.DropdownCmp__header:first-letter {
  text-transform: uppercase;
}
dropheader *,
.DropdownCmp__header * {
  text-overflow: ellipsis;
  overflow: hidden;
}
dropcontent ul,
.DropdownCmp__content ul {
  padding-left: 0;
}
dropcontent ul ul,
.DropdownCmp__content ul ul {
  padding-left: 26px;
}
dropcontent li label,
.DropdownCmp__content li label {
  position: relative;
  height: 36px;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
}
dropcontent li label input:checked ~ span:before,
.DropdownCmp__content li label input:checked ~ span:before {
  position: absolute;
  left: 4px;
  top: 0;
  content: '\eed6';
  font-family: 'IcoFont' !important;
  font-size: 25px;
}
dropcontent li label input:disabled ~ span,
.DropdownCmp__content li label input:disabled ~ span {
  color: #999999;
}
dropcontent li label span,
.DropdownCmp__content li label span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: normal;
}
dropcontent li label span:first-letter,
.DropdownCmp__content li label span:first-letter {
  text-transform: capitalize;
}
.dropcontent__select-all {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.dropcontent-list__group {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.dropcontent-list__group--first-noborder:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.dropcontent-list__group > div {
  padding-left: 35px;
  font-weight: 500;
  font-size: 16px;
}
.dropcontent-list__group > ul {
  padding-left: 0!important;
  font-size: 14px;
}
.dropcontent-list__group--border-bottom {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
}
.dropcontent-list__group--border-bottom > div {
  padding-left: 35px;
  font-weight: 500;
  font-size: 16px;
}
.dropcontent-list__group--border-bottom > ul {
  padding-left: 0!important;
  font-size: 14px;
}
.dropcontent-list__group--no-border {
  margin-top: 10px;
  border: none;
}
.dropcontent-list__group--no-border > div {
  padding-left: 35px;
  font-weight: 500;
  font-size: 16px;
}
.dropcontent-list__group--no-border > ul {
  padding-left: 0!important;
  font-size: 14px;
}
.dropcontent-disabled {
  position: relative;
}
.dropcontent-disabled i,
.dropcontent-disabled img {
  visibility: hidden;
}
.dropcontent-disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  cursor: not-allowed !important;
}
.dropcontent-disabled input:checked ~ span:before {
  content: '';
}
.dropdown--width100 .DropdownCmp {
  display: block;
}
.dropdown--width100 .DropdownCmp .dropdown-wrapper {
  display: flex;
}
.dropdown--width100 .DropdownCmp .dropdown-wrapper .dropdown-input {
  max-width: none;
  width: 100%;
}

.dropdownHeaderFilter {
  position: relative;
}
.dropdownHeaderFilter label {
  width: 100%;
  font-weight: normal;
}
.dropdownHeaderFilter label:hover {
  cursor: pointer;
}
.dropdownHeaderFilter:hover {
  cursor: pointer;
}
.dropdownHeaderFilter .drop-arrow {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 2;
  width: 40px;
  height: 25px;
}

.ContentPlaceholder-timelineItem {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 800px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.ContentPlaceholder-animatedBackground {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f5f5f5;
  background: linear-gradient(to right, #F8F8F8 8%, #DDDDDD 18%, #F8F8F8 33%);
  background-size: 800px 104px;
  position: relative;
}
.ContentPlaceholder-header {
  margin-bottom: 20px;
  width: 70%;
}
.ContentPlaceholder-row {
  margin-bottom: 10px;
}

.input-dropdown-header {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.input-dropdown-input {
  margin-top: 8px;
  font-size: 18px;
  line-height: 36px;
  /* 200% */
  display: flex;
  padding: 8px;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #C5C5C5;
  color: #4E5553 !important;
}
.input-dropdown-input img {
  filter: invert(34%) sepia(3%) saturate(100%) hue-rotate(112deg) brightness(0) contrast(95%);
}
.input-dropdown-disabled {
  color: #DDDDDD;
  cursor: not-allowed;
}
.input-dropdown-disabled img {
  filter: invert(96%) sepia(13%) saturate(1%) hue-rotate(152deg) brightness(111%) contrast(73%);
}

.input-field-header {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.input-field-input {
  margin-top: 8px;
  font-size: 18px;
  line-height: 36px;
  /* 200% */
  display: flex;
  padding: 8px;
  justify-content: space-between;
  border-radius: 4px  !important;
  border: 1px solid #C5C5C5 !important;
  color: #4E5553 !important;
  width: 100%;
}
.input-field-disabled {
  color: #DDDDDD;
  cursor: not-allowed;
}

.label-with-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  margin-top: -6px;
}
.label-with-icon-mono {
  background-color: #4E5553;
}

.settings-switch-field {
  display: flex;
  justify-content: space-between;
}

.ErrorWrap {
  padding: 15px 15px 15px 60px;
  border-left: solid 4px #C2081E;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbnMgMzIgLyBhdHRlbnRpb24gcGluazwvdGl0bGU+PHBhdGggZD0iTTIuMTQgMjRBMTUuOTI2IDE1LjkyNiAwIDAgMSAwIDE2YzAtMi45MTQuNzgtNS42NDcgMi4xNC04aDEuMTdBMTQuOTMgMTQuOTMgMCAwIDAgMSAxNmMwIDIuOTQxLjg0NiA1LjY4NSAyLjMxIDhIMi4xNHpNMjkuODYgOEExNS45MjYgMTUuOTI2IDAgMCAxIDMyIDE2YzAgMi45MTQtLjc4IDUuNjQ3LTIuMTQgOGgtMS4xN0ExNC45MyAxNC45MyAwIDAgMCAzMSAxNmExNC45MyAxNC45MyAwIDAgMC0yLjMxLThoMS4xN3ptLTE1LjM2LjUwMmEuOTk4Ljk5OCAwIDAgMSAuOTk5LTEuMDAyaDEuMDAyYy41NTIgMCAuOTk5LjQ1Ni45OTkgMS4wMDJ2OS45OTZhLjk5OC45OTggMCAwIDEtLjk5OSAxLjAwMmgtMS4wMDJjLS41NTIgMC0uOTk5LS40NTYtLjk5OS0xLjAwMlY4LjUwMnpNMTYgMjlDOC44MiAyOSAzIDIzLjE4IDMgMTZTOC44MiAzIDE2IDNzMTMgNS44MiAxMyAxMy01LjgyIDEzLTEzIDEzem0wLTFjNi42MjcgMCAxMi01LjM3MyAxMi0xMlMyMi42MjcgNCAxNiA0IDQgOS4zNzMgNCAxNnM1LjM3MyAxMiAxMiAxMnptLTEuNS01LjUwMWMwLS41NTIuNDQzLS45OTkuOTk5LS45OTloMS4wMDJjLjU1MiAwIC45OTkuNDQzLjk5OS45OTl2MS4wMDJhLjk5Ni45OTYgMCAwIDEtLjk5OS45OTloLTEuMDAyYS45OTYuOTk2IDAgMCAxLS45OTktLjk5OXYtMS4wMDJ6IiBmaWxsPSIjQzIwODFFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
  background-position: 15px center;
}
.ErrorWrap-inner {
  padding: 0px 0px 0px 60px;
  border-left: none;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+aWNvbnMgMzIgLyBhdHRlbnRpb24gcGluazwvdGl0bGU+PHBhdGggZD0iTTIuMTQgMjRBMTUuOTI2IDE1LjkyNiAwIDAgMSAwIDE2YzAtMi45MTQuNzgtNS42NDcgMi4xNC04aDEuMTdBMTQuOTMgMTQuOTMgMCAwIDAgMSAxNmMwIDIuOTQxLjg0NiA1LjY4NSAyLjMxIDhIMi4xNHpNMjkuODYgOEExNS45MjYgMTUuOTI2IDAgMCAxIDMyIDE2YzAgMi45MTQtLjc4IDUuNjQ3LTIuMTQgOGgtMS4xN0ExNC45MyAxNC45MyAwIDAgMCAzMSAxNmExNC45MyAxNC45MyAwIDAgMC0yLjMxLThoMS4xN3ptLTE1LjM2LjUwMmEuOTk4Ljk5OCAwIDAgMSAuOTk5LTEuMDAyaDEuMDAyYy41NTIgMCAuOTk5LjQ1Ni45OTkgMS4wMDJ2OS45OTZhLjk5OC45OTggMCAwIDEtLjk5OSAxLjAwMmgtMS4wMDJjLS41NTIgMC0uOTk5LS40NTYtLjk5OS0xLjAwMlY4LjUwMnpNMTYgMjlDOC44MiAyOSAzIDIzLjE4IDMgMTZTOC44MiAzIDE2IDNzMTMgNS44MiAxMyAxMy01LjgyIDEzLTEzIDEzem0wLTFjNi42MjcgMCAxMi01LjM3MyAxMi0xMlMyMi42MjcgNCAxNiA0IDQgOS4zNzMgNCAxNnM1LjM3MyAxMiAxMiAxMnptLTEuNS01LjUwMWMwLS41NTIuNDQzLS45OTkuOTk5LS45OTloMS4wMDJjLjU1MiAwIC45OTkuNDQzLjk5OS45OTl2MS4wMDJhLjk5Ni45OTYgMCAwIDEtLjk5OS45OTloLTEuMDAyYS45OTYuOTk2IDAgMCAxLS45OTktLjk5OXYtMS4wMDJ6IiBmaWxsPSIjQzIwODFFIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
  background-position: 15px center;
}
.ErrorWrap-inFooter {
  margin-top: -40px;
  margin-bottom: 15px;
}
.error-wrap {
  background: #F89406;
  padding: 12px 16px;
  padding-left: 50px;
  position: relative;
  border-radius: 4px;
}
.error-wrap.warning-error {
  background: #F8F8F8;
}
.error-wrap.warning-error span {
  color: #4E5553 !important;
}
.error-wrap.warning-error a {
  color: #C2081E !important;
}
.error-wrap.info-only {
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.error-wrap.info-only .info-close-btn {
  margin-left: auto;
}
.error-wrap span {
  color: #FFFFFF !important;
  font-size: 12px;
}
.error-wrap .btn {
  background: #FFFFFF !important;
  color: #f0ad4e !important;
  border-radius: 4px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 12px;
}
.error-wrap .btn:focus,
.error-wrap .btn:hover,
.error-wrap .btn:active {
  color: #F89406 !important;
  background: #F8F8F8 !important;
}
.error-wrap .error-wrap-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.error-wrap a {
  color: #FFFFFF !important;
  font-weight: 600;
}

.modal-resolve {
  max-width: 720px;
  width: 100%;
}
.modal-resolve *:focus {
  outline: none !important;
}
.modal-resolve .ReactModal__Body h3 {
  margin-top: 0 !important;
}
.modal-resolve .ReactModal__Body p {
  font-size: 14px;
}
.modal-resolve .ReactModal__Body .error h3 {
  font-weight: 500;
  color: #C2081E;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.modal-resolve .ReactModal__Body .error h3 span {
  margin-left: 10px;
}
.modal-resolve .ReactModal__Body .error img {
  height: 26px;
}
.modal-resolve .ReactModal__Body .error p {
  font-size: 16px;
  font-weight: 500;
}

smart-resolve {
  font-size: inherit;
}
.smart-resolve-wrapper {
  word-wrap: normal;
  word-break: normal;
}
.smart-resolve-wrapper.new-style {
  display: flex;
  align-items: center;
}
.smart-resolve-wrapper.new-style .smart-resolve-button {
  margin-left: auto;
}

.sync-form-field {
  padding: 24px 0;
  display: flex;
  border-bottom: 1px solid #F8F8F8;
  flex-wrap: wrap;
}
.sync-form-field:last-child {
  border: none;
}
.sync-form-field .sync-form-field-info {
  font-size: 12px;
  margin-bottom: 18px;
  flex-basis: 100%;
}
.sync-form-field .sync-form-label {
  margin-right: 24px;
}
.sync-form-field .sync-form-label.sublabel {
  padding-left: 10px;
}
.sync-form-field .sync-form-label .sync-form-label-subtitle {
  font-size: 12px;
  font-style: italic;
  padding-left: 10px;
  margin-top: 5px;
}
.sync-form-field .sync-form-actions {
  justify-content: flex-end;
  margin-left: auto;
}
.sync-form-field .sync-form-actions.full-width-action {
  flex-basis: 100%;
  padding-left: 40px;
}
.sync-form-field .sync-form-description {
  font-size: 12px;
  font-style: italic;
  padding-left: 40px;
  margin-top: 10px;
  flex-basis: 100%;
}
.sync-form-field .sync-form-options {
  padding-left: 40px;
  flex-basis: 100%;
}
@media screen and (max-width: 568px) {
  .sync-form-field {
    align-items: flex-start;
  }
  .sync-form-field .sync-form-label {
    width: 100%;
  }
  .sync-form-field .sync-form-label .sync-form-label-subtitle {
    padding-left: 6px;
  }
  .sync-form-field .sync-form-actions {
    margin-left: 0;
  }
  .sync-form-field .sync-form-actions,
  .sync-form-field .sync-form-actions.full-width-action,
  .sync-form-field .sync-form-description,
  .sync-form-field .sync-form-options {
    padding-left: 18px;
  }
}

.option-modal {
  display: none;
  justify-content: center;
  align-items: center;
  background: #fffffff0;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.option-modal.is-active {
  display: flex;
}
.option-modal .option-modal-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(78, 85, 83, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 36px 24px;
  max-height: calc(100vh - 40px);
  width: 648px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .option-modal .option-modal-card {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.option-modal .option-modal-card .option-modal-body {
  margin: 24px 0;
  display: inline-block;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: 3px;
  padding-right: 6px;
}
@media screen and (max-width: 568px) {
  .option-modal .option-modal-card .option-modal-body {
    flex: 1;
  }
}
.option-modal .option-modal-card .option-modal-body::-webkit-scrollbar {
  width: 3px;
}
.option-modal .option-modal-card .option-modal-body.no-content {
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
  padding: 0;
}
.option-modal .option-modal-card .option-modal-body.reloading {
  opacity: 0.3;
  pointer-events: none;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items .option-modal-item-ico {
  margin-right: 4px;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items.optgroup-items {
  padding-left: 24px;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li {
  display: inline;
  border-top: 1px solid #F8F8F8;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li:last-child {
  border-bottom: 1px solid #F8F8F8;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li.optgroup-item {
  border-top: none;
  border-bottom: none;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li.optgroup-item:not(:last-child) {
  border-bottom: 1px solid #F8F8F8;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li a {
  font-size: 16px;
  line-height: 24px;
  color: #4E5553;
  box-sizing: border-box;
  padding: 18px 0;
  display: inline-block;
  width: 100%;
  transition: none;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li a.notselectable {
  color: #847E8F;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li a:after {
  height: 20px;
  width: 25px;
  margin: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyBjaGVja2JveCAvIGRlZmF1bHQ8L3RpdGxlPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIzIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjOTk5IiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMiLz48L2c+PC9zdmc+);
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  float: right;
  transition: none;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li a.selected:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y29tcG9uZW50cyAvIGNoZWNrYm94IC8gY2hlY2tlZDwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjQzIwODFFIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIzIi8+PHBhdGggZD0iTTQuNTU3IDEwLjVhLjk5OC45OTggMCAwIDEgMC0xLjQxNGMuMzktLjM5IDEuMDMtLjM4NSAxLjQxLS4wMDRsMi41NCAyLjU0IDUuNTM5LTUuNTRhLjk5NS45OTUgMCAwIDEgMS40MS4wMDQuOTk0Ljk5NCAwIDAgMSAuMDAxIDEuNDE0bC02Ljk1IDYuOTUtMy45NS0zLjk1eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4K);
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li a.notselectable:after {
  content: none;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li.single-selection a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyByYWRpb2J1dHRvbiAvIGRlZmF1bHQ8L3RpdGxlPjxkZWZzPjxjaXJjbGUgaWQ9ImEiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxjaXJjbGUgc3Ryb2tlPSIjOTk5IiBjeD0iMTAiIGN5PSIxMCIgcj0iOS41Ii8+PC9nPjwvc3ZnPg==);
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li.single-selection a.selected:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y29tcG9uZW50cyAvIHJhZGlvYnV0dG9uIC8gY2hlY2tlZDwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNDMjA4MUUiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIvPjxwYXRoIGQ9Ik00LjU1NyAxMC41YS45OTguOTk4IDAgMCAxIDAtMS40MTRjLjM5LS4zOSAxLjAzLS4zODUgMS40MS0uMDA0bDIuNTQgMi41NCA1LjUzOS01LjU0YS45OTUuOTk1IDAgMCAxIDEuNDEuMDA0Ljk5NC45OTQgMCAwIDEgLjAwMSAxLjQxNGwtNi45NSA2Ljk1LTMuOTUtMy45NXoiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+Cg==);
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li.single-selection a.notselectable:after {
  content: none;
}
.option-modal .option-modal-card .option-modal-body .option-modal-items li ul.option-modal-items {
  padding-left: 24px;
}
.option-modal .option-modal-card .option-modal-body .option-modal-optgroup {
  border-top: 1px solid #F8F8F8;
}
.option-modal .option-modal-card .option-modal-body .option-modal-optgroup:last-child {
  border-bottom: 1px solid #F8F8F8;
}
.option-modal .option-modal-card .option-modal-body .option-modal-optgroup .optgroup-label {
  margin-top: 18px;
}
.option-modal .option-modal-card .option-modal-footer {
  display: flex;
  justify-content: flex-end;
}
.option-modal .option-modal-card .option-modal-footer a:not(.option-modal-refresh-button) {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #393941;
  border: 1px solid #393941;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 24px;
  padding: 12px 24px;
}
.option-modal .option-modal-card .option-modal-footer a:not(.option-modal-refresh-button).disabled {
  color: #DDDDDD !important;
  border-color: transparent;
  background: #F8F8F8;
  pointer-events: none;
}
.option-modal .option-modal-card .option-modal-footer a:not(.option-modal-refresh-button).btn--theme {
  border-color: transparent;
}
@media screen and (max-width: 568px) {
  .option-modal .option-modal-card .option-modal-footer a:not(.option-modal-refresh-button):not(.btn--theme) {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .option-modal .option-modal-card .option-modal-footer a:not(.option-modal-refresh-button) {
    flex: 1;
    margin-left: 0;
  }
}
.option-modal .option-modal-card .option-modal-footer .option-modal-refresh {
  margin-right: auto;
  align-self: center;
}
@media screen and (max-width: 568px) {
  .option-modal .option-modal-card .option-modal-footer .option-modal-refresh {
    margin-right: 24px;
  }
}
.option-modal .option-modal-card .option-modal-close {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 568px) {
  .option-modal .option-modal-card .option-modal-close {
    display: block;
  }
}

.option-modal-selector {
  display: flex;
  align-items: baseline;
  justify-content: inherit;
}
.option-modal-selector .option-modal-selector-items p {
  color: #4E5553;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}
.option-modal-selector .option-modal-selector-items p.disabled {
  color: #DDDDDD;
}
.option-modal-selector .option-modal-selector-items p.has-error {
  color: #C2081E;
  background: transparent;
  font-size: 14px;
}
@media screen and (max-width: 568px) {
  .option-modal-selector .option-modal-selector-items p {
    margin-right: 0;
    margin-left: 8px;
  }
}
.option-modal-selector .option-modal-selector-items p img {
  margin-left: 14px;
  margin-top: -2px;
}
@media screen and (max-width: 568px) {
  .option-modal-selector {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.option-modal-selector .error-on-empty {
  filter: invert(26%) sepia(100%) saturate(7496%) hue-rotate(348deg) brightness(76%) contrast(101%);
}
.option-modal-selector .disabled-pencil {
  filter: invert(96%) sepia(13%) saturate(1%) hue-rotate(152deg) brightness(111%) contrast(73%);
  cursor: not-allowed;
}
.option-modal-selector-info {
  margin-top: 12px;
  text-align: right;
}
@media screen and (max-width: 568px) {
  .option-modal-selector-info {
    text-align: left;
    justify-content: flex-start;
  }
}

.select-modal {
  display: flex;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 6px 8px;
  align-items: center;
  justify-content: inherit;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  white-space: nowrap;
}
@media screen and (max-width: 568px) {
  .select-modal {
    margin-left: 0;
    flex-wrap: nowrap;
  }
}
.select-modal a {
  border-radius: 4px;
  margin-right: 8px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.select-modal a.select-modal-selected {
  pointer-events: none;
}
.select-modal a.select-modal-disabled {
  pointer-events: none;
  background: #F8F8F8;
  color: #DDDDDD !important;
}
.select-modal-container {
  margin-top: 12px;
  justify-content: inherit;
}
.select-modal-info {
  display: flex;
  justify-content: inherit;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 568px) {
  .select-modal-info {
    text-align: left;
    justify-content: flex-start;
  }
}

.sync-form-section {
  padding: 24px 0;
  border-bottom: 1px solid #F8F8F8;
}
.sync-form-section:last-child {
  border: none;
}
.sync-form-section .sync-form-section-title {
  display: flex;
}
.sync-form-section .sync-form-section-title .sync-form-label {
  margin-right: 24px;
}
.sync-form-section .sync-form-section-title .sync-form-label i {
  font-size: 12px;
}
.sync-form-section .sync-form-section-title .switch-label {
  display: none;
  flex: 1;
}
.sync-form-section .sync-form-section-title .sync-form-actions {
  margin-left: auto;
  justify-content: flex-end;
}
.sync-form-section .sync-form-children {
  padding-left: 40px;
  width: 100%;
}
.sync-form-section .sync-form-section-info {
  margin-bottom: 18px;
  flex-basis: 100%;
}
.sync-form-section-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 568px) {
  .sync-form-section .sync-form-section-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .sync-form-section .sync-form-section-title .sync-form-label {
    width: 100%;
  }
  .sync-form-section .sync-form-section-title .switch-label {
    display: inline-block;
  }
  .sync-form-section .sync-form-section-title .sync-form-actions {
    width: 100%;
  }
  .sync-form-section .sync-form-children {
    padding-left: 20px;
    width: 100%;
  }
}

.switch-label {
  display: none;
  flex: 1;
}
@media screen and (max-device-width: 568px) {
  .switch-label {
    display: inline-block;
  }
}

.tasks-template-card {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 24px 16px;
  background-color: #FFFFFF;
}
.tasks-template-card .tasks-template-card-radio {
  align-self: flex-start;
  margin-top: 6px;
}
.tasks-template-card .tasks-template-card-title {
  flex: 1;
  margin-left: 10px;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.tasks-template-card .tasks-template-card-title span {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #c5c5c5;
  margin-right: 8px;
  margin-bottom: 8px;
}
.tasks-template-card .tasks-template-card-title span.tasks-template-card-tag {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 3px 8px;
}
.tasks-template-card .tasks-template-card-title.dark-tags {
  padding-bottom: 0;
}
.tasks-template-card .tasks-template-card-title.dark-tags span {
  color: #4E5553;
  background: #F8F8F8;
  border: none;
}
.tasks-template-card .tasks-template-card-icons {
  flex-basis: 100%;
  margin-left: 25px;
}
.tasks-template-card .tasks-template-card-icons img {
  margin-right: 20px;
}
.tasks-template-card.preview {
  border: none;
  padding: 12px 0;
}
.tasks-template-card.preview .tasks-template-card-title {
  margin-left: 0;
}
.tasks-template-card.preview .tasks-template-card-icons {
  margin-left: 0;
}

.option-modal-tag-selector {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #DDDDDD;
}
.option-modal-tag-selector .option-modal-tag-selector-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.option-modal-tag-selector .option-modal-tag-selector-items input {
  border: none;
  font-size: 16px;
}
.option-modal-tag-selector .option-modal-tag-add {
  padding-bottom: 8px;
  align-self: flex-end;
}

.explanation {
  padding: 12px;
  margin-top: 24px;
  background: #F8F8F8;
}

.container-block.intro-step-style {
  border: 1px solid red;
  min-height: 100vh;
}
.sync-form-wizard {
  padding-bottom: 70px;
}
.sync-form-wizard .sync-form-wizard-error {
  position: fixed;
  z-index: 1;
}
.sync-form-wizard .sync-form-wizard-error > div:not(:last-child) {
  margin-bottom: 8px;
}
.sync-form-wizard.intro-step-style {
  height: 100%;
}
.sync-form-wizard .sync-form-wizard-step {
  width: 100%;
  margin-top: 4px;
}
.sync-form-wizard .sync-form-wizard-step:not(.intro-step) {
  width: 64%;
}
.sync-form-wizard .sync-form-wizard-step .sync-form-wizard-breadcrumbs {
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 12px;
}
.sync-form-wizard .sync-form-wizard-step .sync-form-wizard-breadcrumbs .arrow-logo {
  width: 10px;
  height: 8px;
  margin-right: 9px;
}
.sync-form-wizard .sync-form-wizard-step .sync-form-wizard-loading {
  background-color: #F8F8F8;
  padding: 16px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
}
.sync-form-wizard .sync-form-wizard-step .sync-form-wizard-loading p {
  margin: 0 0 0 16px;
}
.sync-form-wizard .sync-form-wizard-step .intro-step-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sync-form-wizard .sync-form-wizard-nav {
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
}
.sync-form-wizard .sync-form-wizard-nav .step-list {
  margin: 0;
  padding: 0;
  display: flex;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li {
  list-style: none;
  text-align: center;
  flex: 1;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li a {
  border-top: 2px solid #DDDDDD;
  color: #DDDDDD;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  padding: 18px 0;
  cursor: default;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li a.active {
  border-color: #C2081E;
  color: #C2081E;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li a.unlocked {
  cursor: pointer;
  color: #4E5553;
  border-color: #4E5553;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li a.unlocked:hover {
  border-color: #C2081E;
  color: #C2081E;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li:last-child {
  flex: 0;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li:last-child a {
  border-color: transparent;
  cursor: pointer;
  letter-spacing: 3px;
  font-size: 16px;
  width: 128px;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li:last-child a.disabled {
  border-top: 2px solid #DDDDDD;
  pointer-events: none;
  background: #F8F8F8;
  color: #DDDDDD !important;
}
.sync-form-wizard .sync-form-wizard-nav .step-list li:last-child a img {
  margin-left: 8px;
  margin-top: -4px;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav {
  display: flex;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-step-preview {
  flex: 1;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-step-preview .mobile-step-list {
  padding: 0;
  margin: 0;
  display: flex;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-step-preview .mobile-step-list li {
  list-style: none;
  border: 1px solid transparent;
  flex: 1;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-step-preview .mobile-step-list li.active {
  border-color: #C2081E;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-next-btn,
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-prev-btn {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 22px;
  display: flex;
  align-items: center;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-next-btn img {
  margin-top: -4px;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-preview-btn {
  color: #4E5553;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 5px;
  margin: 0;
  flex: 1;
  align-self: center;
  position: relative;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-preview-btn a {
  text-decoration: underline;
}
.sync-form-wizard .sync-form-wizard-nav .mobile-nav .mobile-nav-preview-btn a.mobile-preview-btn {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sync-form-wizard .intro-infinity {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 70px;
}
.sync-form-wizard .intro-infinity img {
  max-width: 100%;
  height: auto;
}
.sync-form-wizard .intro-infinity .connection-name-container {
  flex: 0.5;
  display: flex;
  flex-direction: column;
}
.sync-form-wizard .intro-footer {
  padding: 0;
  text-align: center;
}
.sync-form-wizard .intro-footer li {
  display: inline-block;
}
.sync-form-wizard .intro-footer li img {
  margin-left: 4px;
}
.sync-form-wizard .intro-footer li:not(:first-child) {
  margin-left: 16px;
  padding-left: 18px;
  line-height: 14px;
  border-left: 1px solid #DDDDDD;
}
/* Tablet */
@media screen and (max-width: 1024px) {
  .sync-form-wizard .sync-form-wizard-error {
    position: absolute;
  }
  .sync-form-wizard .sync-form-wizard-step {
    padding-bottom: 150px;
  }
  .sync-form-wizard .sync-form-wizard-step:not(:first-child) {
    width: 100%;
  }
  .sync-form-wizard .sync-form-wizard-nav {
    padding: 0;
  }
  .sync-form-wizard .sync-form-wizard-nav .step-list {
    display: none;
  }
  .sync-form-wizard .sync-form-wizard-nav .mobile-nav.is-intro {
    display: none;
  }
  .sync-form-wizard .intro-infinity {
    flex-direction: column;
  }
  .sync-form-wizard .intro-infinity .connection-name-container {
    margin: 60px 0;
  }
  .sync-form-wizard .intro-infinity .intro-next-btn {
    width: 100%;
  }
}
/* Mobile */
@media screen and (max-width: 568px) {
  .sync-form-wizard .intro-infinity {
    margin-bottom: 0;
  }
  .sync-form-wizard .intro-infinity .connection-name-container {
    align-self: baseline;
    width: 100%;
  }
  .sync-form-wizard .intro-footer li:first-child {
    padding-right: 7px;
  }
  .sync-form-wizard .intro-footer li:last-child {
    padding-left: 7px;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  .sync-form-wizard .sync-form-wizard-nav .mobile-nav {
    display: none;
  }
  .sync-form-wizard .intro-infinity .intro-next-btn {
    display: none;
  }
}

.free-plan-modal {
  max-width: 720px;
  width: 90%;
}
.free-plan-modal-footer-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .free-plan-modal-footer-btn-wrap {
    flex-direction: column;
    align-content: stretch;
  }
}
.free-plan-modal-footer-btn-wrap .free-plan-btn-separator {
  height: 10px;
  width: 10px;
}

.sync-info-alert {
  position: relative;
  background: #4a83d7;
  border-radius: 4px;
  padding: 24px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sync-info-alert {
    width: 95%;
  }
}
.sync-info-alert.slide-out {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  transition: 200ms ease-in-out;
}
.sync-info-alert.slide-out .close-message-btn {
  display: none;
}
.sync-info-alert .explanatory-link {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: underline !important;
}
.sync-info-alert .hide-message input[type='checkbox'] + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyBjaGVja2JveCAvIGRlZmF1bHQ8L3RpdGxlPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIzIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjZmZmIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMiLz48L2c+PC9zdmc+);
}
.sync-info-alert .hide-message input[type='checkbox']:checked + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyBjaGVja2JveCAvIGRlZmF1bHQ8L3RpdGxlPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIzIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjZmZmIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMiLz48L2c+PHBhdGggZD0iTTQuNTU3IDEwLjVhLjk5OC45OTggMCAwIDEgMC0xLjQxNGMuMzktLjM5IDEuMDMtLjM4NSAxLjQxLS4wMDRsMi41NCAyLjU0IDUuNTM5LTUuNTRhLjk5NS45OTUgMCAwIDEgMS40MS4wMDQuOTk0Ljk5NCAwIDAgMSAuMDAxIDEuNDE0bC02Ljk1IDYuOTUtMy45NS0zLjk1eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
.sync-info-alert .close-message-btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .sync-info-alert .close-message-btn {
    top: -20px;
    right: -20px;
  }
}

.simple-sync-field {
  display: flex;
  align-items: center;
}
.simple-sync-field p {
  flex: 1;
}

.sync-form-switch-field {
  padding: 24px 0;
  display: flex;
  border-bottom: 1px solid #F8F8F8;
  flex-wrap: wrap;
  align-items: center;
}
.sync-form-switch-field:last-child {
  border: none;
}
.sync-form-switch-field .sync-form-switch-info {
  margin-bottom: 18px;
  flex-basis: 100%;
}
.sync-form-switch-field .sync-form-switch-label {
  flex: 1;
}
.sync-form-switch-field .sync-form-switch-actions {
  justify-content: flex-end;
}
.sync-form-switch-field .sync-form-switch-description {
  font-size: 12px;
  font-style: italic;
  padding-left: 40px;
  margin-top: 10px;
  flex-basis: 100%;
}
.sync-form-switch-field .sync-form-switch-options {
  padding-left: 40px;
  flex-basis: 100%;
}
.sync-form-switch-field .disabled-label {
  opacity: 0.3;
}
@media screen and (max-width: 568px) {
  .sync-form-switch-field {
    align-items: flex-start;
  }
  .sync-form-switch-field .sync-form-switch-actions,
  .sync-form-switch-field .sync-form-switch-description,
  .sync-form-switch-field .sync-form-switch-options {
    padding-left: 18px;
  }
}

.text-field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.text-field.full-width {
  width: 100%;
}
.text-field.full-width input {
  width: 100%;
}
.text-field input::-webkit-outer-spin-button,
.text-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-field input[type=number] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 568px) {
  .text-field {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.text-field label {
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 150ms linear;
  z-index: -1;
}
.text-field .text-field-unit {
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}
.text-field .text-field-right-label {
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
  margin-left: 8px;
}
.text-field .text-field-input {
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border-color: #C4C4C4;
}
@supports (-webkit-touch-callout: none) {
  .text-field .text-field-input {
    /* CSS specific to iOS devices */
    line-height: inherit;
  }
}
.text-field .text-field-input:focus + label,
.text-field .text-field-input:not([value='']) + label {
  font-size: 12px;
  top: -18px;
}
.text-field .text-field-error {
  color: #EE001C;
  margin-top: 10px;
  flex-basis: 100%;
}
@media screen and (max-width: 568px) {
  .text-field .text-field-error {
    text-align: left;
  }
}

.dropdown-select {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdown-select .dropdown-select-label {
  font-size: 12px;
  margin-bottom: 3px;
}
.dropdown-select .selected-option {
  font-size: 16px;
  line-height: 24px;
  padding-left: 2px;
  border-bottom: 1px solid #C4C4C4;
  cursor: pointer;
}
.dropdown-select .dropdown-select-options {
  display: none;
  max-height: 35vh;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(57, 57, 65, 0.12);
  z-index: 1;
  overflow-y: auto;
}
.dropdown-select .dropdown-select-options.open {
  display: block;
}
.dropdown-select .dropdown-select-options .dropdown-select-option {
  display: block;
  line-height: 24px;
  padding: 8px;
  cursor: pointer;
}
.dropdown-select .dropdown-select-options .dropdown-select-option:hover,
.dropdown-select .dropdown-select-options .dropdown-select-option.selected {
  background-color: #F8F8F8;
}
.dropdown-select .dropdown-select-options .dropdown-empty {
  padding: 8px;
  line-height: 24px;
  display: block;
}
.dropdown-select .expand-icon {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.tasks-template-section {
  display: flex;
  padding: 24px;
  margin: 36px 0;
  background: #F8F8F8;
}
.tasks-template-section .tasks-template-label {
  flex: 0.6;
}
.tasks-template-section .task-template-card {
  flex: 1;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .tasks-template-section {
    flex-wrap: wrap;
  }
  .tasks-template-section .task-template-card {
    flex-basis: 100%;
    margin-left: 0;
  }
}

.sync-form-dropdown {
  display: flex;
  justify-content: inherit;
  margin-top: 2px;
  flex-wrap: wrap;
}
@media screen and (max-width: 568px) {
  .sync-form-dropdown {
    justify-content: flex-start;
  }
}
.sync-form-dropdown .sync-form-dropdown-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.sync-form-dropdown .sync-form-dropdown-btn img {
  margin-left: 8px;
  margin-top: -2px;
}
.sync-form-dropdown .sync-form-dropdown-content {
  margin-top: 12px;
  justify-content: inherit;
  flex-basis: 100%;
  padding-left: 40px;
  flex-direction: row;
}
@media screen and (max-width: 568px) {
  .sync-form-dropdown .sync-form-dropdown-content {
    padding-left: 18px;
  }
}

.sync-connector-icon {
  display: flex;
  align-items: center;
}
.sync-connector-icon img {
  margin-right: 15px;
}
.sync-connector-icon img.sync-connector-icon-arrow {
  width: 15px;
  height: 12px;
}
.sync-connector-icon.reversed {
  flex-direction: row-reverse;
}

.popoverMessage {
  color: #4E5553;
  margin-left: 10px;
  cursor: pointer;
}
.popoverMessage--color {
  color: #C2081E;
}
.popover--message {
  z-index: 2000;
}
.popover--message.Popover {
  width: 220px;
}
.popover--message.Popover .Popover-body {
  padding: 9px 14px;
  font-size: 10px;
  border-radius: 3px;
  background: #FFFFFF;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: auto;
}
.popover--message.Popover .Popover-tip {
  fill: #FFFFFF;
}

.changed-background {
  background-color: #f5f5f5;
}
.sync-preview-task-item {
  background: #F8F8F8;
  padding: 24px 16px 0;
  margin-top: 15px;
  position: relative;
  display: flex;
}
.sync-preview-task-item .status-badge {
  position: absolute;
  min-width: 0;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  padding: 0 10px;
  top: -8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.sync-preview-task-item .status-badge.changed {
  color: #86a6d5;
}
.sync-preview-task-item .status-badge.completed {
  color: #666666;
}
.sync-preview-task-item .status-badge.new {
  color: #87c8a5;
}
.sync-preview-task-item .status-badge.deleted {
  color: #bd362f;
}
.sync-preview-task-item .status-badge.reopened {
  color: #87c8a5;
}
.sync-preview-task-item .task-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.sync-preview-task-item .task-body .task-done {
  margin: -12px 12px 0 0;
}
.sync-preview-task-item .task-body .task-desc {
  flex: 1;
}
.sync-preview-task-item .task-body .task-desc .task-title {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.sync-preview-task-item .task-body .task-desc--deleted {
  text-decoration: line-through;
}
.sync-preview-task-item .task-body .task-properties {
  flex-basis: 100%;
  margin: 20px 0 0 40px;
}
.sync-preview-task-item .task-body .task-properties .task-icons-list {
  padding: 0;
  margin: 0;
}
.sync-preview-task-item .task-body .task-properties .task-icons-list li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.sync-preview-task-item .task-body .task-properties .task-icons-list li:last-child {
  margin-right: 0;
}
.sync-preview-task-item .task-body .task-properties .task-icons-list li img {
  filter: invert(32%) sepia(5%) saturate(489%) hue-rotate(112deg) brightness(98%) contrast(94%);
}
.sync-preview-task-item .task-body .task-properties .task-icons-list li span {
  vertical-align: middle;
  max-width: 100px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
}
.muted-block {
  opacity: 0.6;
}

.sync-preview-view {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 12px;
  margin-bottom: 6px;
}
.sync-preview-view-header {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spinner-container {
  position: relative;
  display: inline-block;
}
.spinner-container .spinner-logo {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 36px;
}
.spinner-container .spinner {
  animation: rotate 2s linear infinite;
  width: 72px;
  height: 72px;
}
.spinner-container .spinner .path {
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.spinner-container.small .spinner-logo {
  top: 18px;
  left: 15px;
  width: 28px;
}
.spinner-container.small .spinner {
  width: 60px;
  height: 60px;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.sync-settings-preview {
  position: fixed;
  top: 130px;
  background: #FFFFFF;
}
.sync-settings-preview .sync-settings-preview-container {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 24px 16px;
  overflow-y: scroll;
  scrollbar-width: 3px;
  display: flex;
  flex-direction: column;
}
.sync-settings-preview .sync-settings-preview-container::-webkit-scrollbar {
  width: 3px;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions {
  display: flex;
  margin-bottom: 25px;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions a.sync-settings-preview-close-btn {
  display: none;
  text-align: right;
  margin: 0;
  flex: 1;
  padding: 3px 0;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions a.sync-settings-preview-close-btn img {
  height: 50px;
  width: 50px;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions .sync-settings-preview-tabs {
  padding: 6px 8px;
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions .sync-settings-preview-tabs a {
  border-radius: 4px;
  margin-right: 24px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@supports (-webkit-touch-callout: none) {
  .sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions .sync-settings-preview-tabs a {
    /* CSS specific to iOS devices */
    line-height: inherit;
  }
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions .sync-settings-preview-tabs a:last-child {
  margin: 0;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions .sync-settings-preview-tabs a.disabled {
  pointer-events: none;
  background: #F8F8F8;
  color: #DDDDDD;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions .sync-settings-preview-tabs a.btn--theme.disabled {
  background: #C2081E;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-section {
  padding: 12px 0;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-section .sync-settings-preview-field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-section .sync-settings-preview-field.off {
  color: #C5C5C5;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-section .sync-settings-preview-icon {
  width: 24px;
  height: 24px;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-section .sync-settings-preview-label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.sync-settings-preview .sync-settings-preview-container .sync-settings-preview-section .sync-settings-preview-label .label-underline {
  display: block;
  width: 48px;
  height: 2px;
  background: #C2081E;
}
.sync-settings-preview .sync-settings-preview-container .loading-screen {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sync-settings-preview .sync-items-counter {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.sync-settings-preview .sync-items-counter.shown-mobile {
  display: none;
}
.sync-settings-preview .sync-items-counter .sync-items-counter-label {
  flex: 1;
}
.sync-settings-preview .sync-items-counter .sync-items-counter-spinner {
  display: inline-block;
}
.sync-settings-preview .sync-items-counter .sync-items-counter-spinner.is-spinned {
  animation: rotate 1500ms linear infinite;
}
.sync-settings-preview .sync-items-counter .sync-items-counter-error {
  flex-basis: 100%;
}
.sync-settings-preview .sync-items-counter-error .SourceItemsCounter-error {
  width: 50%;
}
.sync-settings-preview-overlay {
  display: none;
  background: #0000007d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sync-settings-preview-overlay {
    display: block;
  }
  .sync-settings-preview {
    display: none;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 30px !important;
    left: 0;
    border-radius: 24px 24px 0px 0px;
    z-index: 2000;
    overflow-y: scroll;
    scrollbar-width: 2px;
  }
  .sync-settings-preview::-webkit-scrollbar {
    width: 2px;
  }
  .sync-settings-preview.shown-mobile {
    display: block;
  }
  .sync-settings-preview .sync-items-counter {
    display: none;
  }
  .sync-settings-preview .sync-items-counter.shown-mobile {
    display: flex;
  }
  .sync-settings-preview .sync-settings-preview-container {
    padding: 30px 24px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100%;
    box-shadow: none;
  }
  .sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions {
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    justify-content: flex-end;
  }
  .sync-settings-preview .sync-settings-preview-container .sync-settings-preview-actions a.sync-settings-preview-close-btn {
    display: block;
  }
  .sync-settings-preview .sync-settings-preview-container .sync-preview {
    padding-bottom: 24px;
  }
}

.sync-switch-field-label {
  display: none;
  flex: 1;
}
@media screen and (max-width: 568px) {
  .sync-switch-field-label {
    display: inline-block;
  }
}

.priority-selector {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
  padding: 12px 0;
}
.priority-selector:last-child {
  border: none;
}
.priority-selector .priority-selector-label {
  flex: 1;
  text-align: left;
}
.priority-selector .priority-selector-options {
  background-color: #F8F8F8;
  border-radius: 21px;
  display: inline-flex;
  gap: 20px;
  padding: 3px;
}
.priority-selector .priority-selector-options .priority-selector-option {
  padding: 10px;
  transition: none;
}
.priority-selector .priority-selector-options .priority-selector-option.active {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(78, 85, 83, 0.12);
  border-radius: 50%;
}
.priority-selector .remove-priority-btn {
  margin-left: 24px;
}
.priority-color {
  box-shadow: 0px 4px 12px rgba(78, 85, 83, 0.12);
  border-radius: 50%;
  border: 0;
  height: 36px;
  width: 36px;
  display: inline-block;
}
.priority-color.color-option {
  height: 24px;
  width: 24px;
  margin-right: 24px;
}

.tool-tip {
  background: #6b9ae0;
  border-radius: 4px;
  padding: 12px;
  margin-top: 24px;
  color: #FFFFFF;
  display: flex;
}
.tool-tip .tool-tip-icon {
  margin-right: 12px;
  margin-top: -6px;
}
@media screen and (max-width: 1024px) {
  .tool-tip {
    width: 95%;
  }
}
.tool-tip .explanatory-link {
  color: #FFFFFF;
  text-decoration: underline !important;
}

.confirm-modal .modal-option label {
  margin-top: 15px;
}

.sync-logo {
  position: relative;
}
.sync-logo img {
  width: 64px;
  height: 64px;
}
.sync-logo .sync-logo-status {
  position: absolute;
  top: 22px;
  right: -10px;
  width: 80%;
}

.connection-details {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 100px;
}
@media screen and (max-width: 1024px) {
  .connection-details {
    flex-direction: column;
  }
}
.connection-details .details-header {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding-right: 24px;
}
.connection-details .details-header .sync-history {
  flex-basis: 100%;
}
@supports (-webkit-touch-callout: none) {
  .connection-details .details-header .sync-history {
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }
}
.connection-details .details-header .details-info {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-info {
    flex: 1;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .connection-details .details-header .details-info p {
    margin: 6px 0;
  }
}
.connection-details .details-header .details-info .details-breadcrumbs {
  flex-basis: 100%;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 12px;
}
@supports (-webkit-touch-callout: none) {
  .connection-details .details-header .details-info .details-breadcrumbs {
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-info .details-breadcrumbs {
    align-self: flex-start;
  }
}
.connection-details .details-header .details-info .details-breadcrumbs .arrow-logo {
  width: 10px;
  height: 8px;
  margin-right: 9px;
}
.connection-details .details-header .details-info .details-info-content {
  flex: 1;
  margin-left: 8px;
}
.connection-details .details-header .details-actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-actions {
    margin-left: 0;
    margin-top: 18px;
  }
}
.connection-details .details-header .details-actions .details-actions-buttons {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-actions .details-actions-buttons {
    order: 2;
  }
}
.connection-details .details-header .details-actions .details-actions-buttons > a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 6px 28px;
  margin-right: 16px;
  font-size: 14px;
  border: 1px solid #C5C5C5;
  color: #4E5553;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-actions .details-actions-buttons > a {
    padding: 6px 16px;
  }
}
.connection-details .details-header .details-actions .details-actions-buttons > a:last-of-type {
  margin-right: 0;
}
.connection-details .details-header .details-actions .details-actions-buttons > a.disabled {
  pointer-events: none;
  background: #F8F8F8;
  border-color: #F8F8F8;
  color: #DDDDDD;
}
.connection-details .details-header .details-actions .details-actions-buttons > a.disabled img {
  opacity: 0.2;
}
.connection-details .details-header .details-actions .details-actions-buttons > a img {
  margin-left: 8px;
  width: 12px;
}
.connection-details .details-header .details-actions .details-error-resolver {
  margin-top: 8px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-actions .details-error-resolver {
    order: 1;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.connection-details .details-header .details-actions .details-error-resolver .details-resolve-link {
  background: #F89406;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 6px 28px;
  display: inline-block;
  margin-top: 8px;
  text-align: center;
  width: 100%;
}
.connection-details .details-header .details-stats-mobile {
  display: none;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-header .details-stats-mobile {
    display: block;
  }
}
.connection-details .details-stats {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .connection-details .details-stats {
    display: none;
  }
}
.connection-details .dashboard-tasks-counter {
  margin-left: 12px;
  width: 282px;
  flex: 0 0 100%;
}
@media screen and (max-width: 1024px) {
  .connection-details .dashboard-tasks-counter {
    margin: 36px 0;
  }
}
.connection-details .dashboard-tasks-counter .gray-container {
  background-color: #F8F8F8;
  width: 100%;
  height: 356px;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .connection-details .dashboard-tasks-counter .gray-container {
    height: auto;
  }
  .connection-details .dashboard-tasks-counter .gray-container > p {
    text-align: left;
  }
}
.connection-details .dashboard-tasks-counter .gray-container .stats-container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .connection-details .dashboard-tasks-counter .gray-container .stats-container {
    margin-top: 6px;
    flex-direction: row;
  }
}
.connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-left .big-task-counter {
  margin: 24px 0 0;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-left .big-task-counter {
    margin-top: 0;
    font-size: 56px;
  }
}
.connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-right {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-right {
    margin-left: 24px;
  }
}
.connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-right .small-task-counter {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-right .small-task-counter {
    margin-top: 12px;
  }
}
.connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-right .small-task-counter p {
  line-height: 18px;
  margin: 0;
}
.connection-details .dashboard-tasks-counter .gray-container .stats-container .stats-right .small-task-counter p:last-child {
  margin-left: auto;
  font-size: 24px;
}

.sync-history {
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .sync-history {
    margin-top: 0;
    order: 3;
    width: 100%;
    max-width: 480px;
  }
}
.sync-history .sync-history-log {
  margin-bottom: 24px;
}
.sync-history .sync-history-log .sync-history-date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 6px;
  margin: 0;
  border-bottom: 1px solid #F8F8F8;
}
.sync-history .sync-history-log .sync-history-log-item {
  padding: 6px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sync-history .sync-history-log .sync-history-log-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sync-history .sync-history-log .sync-history-log-item .sync-history-description {
  flex: 1;
  line-height: 24px;
  margin: 0;
}
.sync-history .sync-history-log .sync-history-log-item .sync-history-log-changes {
  flex-basis: 100%;
}
.sync-history .sync-history-log .sync-history-log-item .sync-history-log-changes p {
  font-size: 12px;
  margin-left: 140px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sync-history .sync-history-log .sync-history-log-item .sync-history-log-changes p {
    margin-left: 20px;
  }
}
.sync-history .show-older-btn span {
  margin-right: 6px;
}

.stats-counter {
  margin-left: 12px;
  flex: 1;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .stats-counter {
    margin: 36px 0;
  }
}
.stats-counter .gray-container {
  background-color: #F8F8F8;
  width: 100%;
  height: 356px;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .stats-counter .gray-container {
    height: auto;
  }
  .stats-counter .gray-container > p {
    text-align: left;
  }
}
.stats-counter .gray-container .stats-container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .stats-counter .gray-container .stats-container {
    margin-top: 6px;
    flex-direction: row;
  }
}
.stats-counter .gray-container .stats-container .stats-left .big-task-counter {
  margin: 24px 0 0;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .stats-counter .gray-container .stats-container .stats-left .big-task-counter {
    margin-top: 0;
    font-size: 56px;
  }
}
.stats-counter .gray-container .stats-container .stats-right {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .stats-counter .gray-container .stats-container .stats-right {
    margin-left: 24px;
  }
}
.stats-counter .gray-container .stats-container .stats-right .small-task-counter {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .stats-counter .gray-container .stats-container .stats-right .small-task-counter {
    margin-top: 12px;
  }
}
.stats-counter .gray-container .stats-container .stats-right .small-task-counter p {
  line-height: 18px;
  margin: 0;
}
.stats-counter .gray-container .stats-container .stats-right .small-task-counter p:last-child {
  margin-left: auto;
  font-size: 24px;
}

.animated{animation-duration:1s;animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:perspective(1px) scale3d(0.3, 0.3, 0.3)}20%{transform:perspective(1px) scale3d(1.1, 1.1, 1.1)}40%{transform:perspective(1px) scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:perspective(1px) scale3d(1.03, 1.03, 1.03)}80%{transform:perspective(1px) scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:perspective(1px) scale3d(1, 1, 1)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:"open-sanscondensed-light",sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;border:none;background-color:rgba(0,0,0,0);padding:0;margin:0;float:left;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr *:before,.redux-toastr *:after{box-sizing:border-box}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center{top:0}.redux-toastr .top-right,.redux-toastr .bottom-right{right:0}.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{bottom:0}.redux-toastr .top-left,.redux-toastr .bottom-left{left:0}.redux-toastr .top-center,.redux-toastr .bottom-center{left:50%;margin-left:-175px}@media(max-width: 320px){.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:320px}.redux-toastr .top-center,.redux-toastr .bottom-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0px 0px 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:bold;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:rgba(0,0,0,0);font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial sans-serif;color:#000}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning,.redux-toastr .toastr.rrt-error{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333 !important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;overflow:hidden;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}
.sign-in {
  padding: 0 24px;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sign-in__container {
  margin: 120px auto 0;
  flex: 1;
}
.sign-in__header {
  margin-bottom: 36px;
  margin-top: 49px;
}
.sign-in__btn {
  max-width: 348px;
  margin: 24px auto;
  border-radius: 8px;
  padding: 1px;
  transition: all 0.1s ease-in-out;
  color: rgba(0, 0, 0, 0.54);
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(78, 85, 83, 0.12);
}
.sign-in__btn:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(57, 57, 65, 0.16);
}
.sign-in__btn:active {
  transform: scale(1);
  box-shadow: 0 4px 16px rgba(57, 57, 65, 0.16);
}
.sign-in__btn-container {
  margin: 12px 16px;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.sign-in__btn-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 150%;
  margin: auto 0;
}
.sign-in__footer {
  margin-top: 20px;
  margin-bottom: 36px;
}
.pleexy-logo {
  width: 163px;
}

.auth-fallback {
  display: flex;
  justify-content: center;
  margin: 120px 0;
}
.auth-fallback-container {
  max-width: 600px;
  padding: 0 40px;
}
.auth-fallback-logo {
  height: 72px;
}
.auth-fallback .auth-fallback-header {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 48px;
}
.auth-fallback .auth-fallback-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 48px;
  margin-bottom: 12px;
}
.auth-fallback .auth-fallback-body p {
  margin-bottom: 12px;
}
.auth-fallback .auth-fallback-body li {
  margin-bottom: 12px;
}
.auth-fallback .auth-fallback-body li a {
  text-decoration: underline !important;
}
.auth-fallback .auth-fallback-body li a:hover,
.auth-fallback .auth-fallback-body li a:focus {
  text-decoration: underline !important;
}
.auth-fallback-btn {
  display: block;
  margin-top: 48px !important;
  border-radius: 6px !important;
  border: solid 1px #4E5553 !important;
  color: #4E5553;
  font-weight: 500 !important;
  padding: 10px 16px;
  font-size: 18px;
  text-align: center;
}
.auth-fallback-btn:hover,
.auth-fallback-btn:focus {
  color: #4E5553 !important;
}

.top-bar-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.top-bar-header + div {
  padding-top: 97px;
}
.top-bar {
  background: #FFFFFF;
  margin-bottom: 0 !important;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
}
.top-bar .container-block {
  display: flex;
  align-items: center;
  padding: 0;
}
.top-bar .top-bar-logo {
  padding: 12px 16px;
}
.top-bar .top-bar-logo img {
  height: 30px;
  width: auto;
}
@media screen and (min-width: 1200px) {
  .top-bar .top-bar-logo img {
    display: none;
  }
}
.top-bar .top-bar-logo img.desktop-logo {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top-bar .top-bar-logo img.desktop-logo {
    display: inline;
  }
}
.top-bar .user-menu {
  z-index: 2;
  margin-left: auto;
  position: relative;
  padding: 12px 16px;
}
.top-bar .user-menu .user-dropdown {
  position: absolute;
  top: 62px;
  right: 16px;
  left: auto;
  margin: 0;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: 0px 4px 12px rgba(78, 85, 83, 0.12);
}
.top-bar .user-menu .user-dropdown li {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  line-height: 24px;
}
.top-bar .user-menu .user-dropdown li.user-dropdown__info {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #F8F8F8;
}
.top-bar .user-menu .user-dropdown li.user-dropdown__info img {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  margin-right: 7px;
  align-self: baseline;
  float: left;
}
.top-bar .user-menu .user-dropdown li.user-dropdown__info p {
  margin: 0;
}
.top-bar .user-menu .user-dropdown li.user-dropdown__info .user-dropdown__email {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
  font-weight: 300;
  font-size: 16px;
}
.top-bar .user-menu .user-dropdown li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: inline-block;
  margin: 0;
  color: #C2081E;
}
.top-bar .user-menu .user-dropdown li a:hover {
  text-decoration: underline !important;
}
.top-bar-notification {
  float: bottom;
  position: relative;
  background: #FFFFFF;
  text-align: center;
}
.top-bar-notification div {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.top-bar-notification.removal-free-plan-notification {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  text-align: left;
  padding: 8px 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .top-bar-notification.removal-free-plan-notification {
    flex-direction: column;
    text-align: center;
  }
}
.top-bar-notification.removal-free-plan-notification .upgrade-premium-btn {
  margin-left: auto;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 18px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .top-bar-notification.removal-free-plan-notification .upgrade-premium-btn {
    margin: 0;
  }
}
.notification-warn {
  background: rgba(255, 244, 247);
}
.notification-info {
  background: #f8f8f8;
}

.dashboard-empty-state {
  text-align: center;
  padding: 50px 0 100px;
  margin: 0 auto;
}
.dashboard-empty-state .infinity-loop {
  margin: 60px 0;
}
.dashboard-empty-state .infinity-loop img {
  width: 100%;
  height: auto;
}
.dashboard-empty-state .connection-list-btn {
  margin-bottom: 60px;
  width: 100%;
  border-radius: 4px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 375px) {
  .dashboard-empty-state {
    padding: 50px 14px 100px;
  }
  .dashboard-empty-state .infinity-loop img {
    max-width: 480px;
  }
}
@media screen and (min-width: 576px) {
  .dashboard-empty-state {
    max-width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .dashboard-empty-state {
    max-width: 720px;
    padding: 50px 0 0;
  }
  .dashboard-empty-state .infinity-loop img {
    max-width: 560px;
  }
  .dashboard-empty-state .connection-list-btn {
    width: auto;
  }
}

.dashboard-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 100px;
}
@media screen and (max-width: 1024px) {
  .dashboard-container {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
  }
}
.dashboard-container .dashboard-header {
  display: flex;
  flex-basis: 100%;
}
.dashboard-container .dashboard-header :first-child {
  width: 75%;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .dashboard-container .dashboard-header :first-child {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.dashboard-container .dashboard-header :last-child {
  margin-left: 12px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .dashboard-container .dashboard-header :last-child {
    margin-left: 0;
    position: fixed;
    bottom: 24px;
    font-size: 16px;
    z-index: 1;
  }
}
.dashboard-container .dashboard-syncs {
  width: 75%;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .dashboard-container .dashboard-syncs {
    width: 100%;
    margin-right: 0;
    order: 3;
  }
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards::after {
  content: "";
  width: calc(33% - 12px);
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(270deg, #c5c5c5 0%, #c5c5c5 100%);
  background-clip: padding-box, border-box !important;
  background-origin: padding-box, border-box !important;
  width: calc(33% - 12px);
  padding: 12px 12px 24px;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card {
    width: 100%;
  }
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-sync-card-content {
  display: flex;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-sync-card-content p {
  margin-bottom: 3px;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-sync-card-content .dashboard-sync-email {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 14px;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-sync-card-content .dashboard-sync-logo {
  margin-left: auto;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-resolve-status {
  margin: auto 0;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-resolve-details:last-child {
  border: 1px solid #C5C5C5;
  color: #847E8F;
  background-color: #FFFFFF;
  border-radius: 17px;
  padding: 4px 16px;
  position: absolute;
  bottom: -14px;
  right: 12px;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-resolve-error {
  position: absolute;
  bottom: -10px;
  right: 12px;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-resolve-error .dashboard-resolve-link {
  padding: 4px 16px;
  border: 1px solid #F89406;
  border-radius: 17px 0px 0px 17px;
  background-color: #F89406;
  border-color: #F89406;
  color: #FFFFFF;
}
.dashboard-container .dashboard-syncs .dashboard-sync-cards .dashboard-sync-card .dashboard-resolve-error .dashboard-resolve-link:last-child {
  border-color: #C5C5C5;
  border-radius: 0px 17px 17px 0px;
  color: #847E8F;
  background-color: #FFFFFF;
}

.email-change-modal {
  max-width: 600px;
  width: 100%;
  min-height: 352px;
  padding-top: 70px !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.email-change-modal__header {
  margin-bottom: 25px;
  text-align: center;
}
.email-change-modal__header-title {
  font-size: 22px;
}
.email-change-modal__body {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.email-change-modal__input {
  display: block;
  align-items: center;
  justify-content: center;
  flex-basis: 60%;
}
.email-change-modal__input-has-error {
  color: #bd362f;
}
.email-change-modal__error {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60%;
}
.email-change-modal__btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
.email-change-modal__button {
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px !important;
  border: 1px solid transparent;
  border-radius: 3px;
  height: 34px;
}
.email-change-modal-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 15px;
}
.email-change-modal__footer {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .email-change-modal__footer {
    flex-direction: column;
    align-content: stretch;
  }
}
.email-change-modal__footer__btn-separator {
  height: 5px;
  width: 10px;
}
.email-change-modal__footer__text {
  font-size: 13px;
  text-align: center;
}
.email-change-modal__footer__error {
  font-size: 13px;
  text-align: center;
  color: #bd362f;
}
.email-change-modal__footer__link-disabled {
  cursor: not-allowed;
}
.email-change-modal__separator {
  height: 40px;
  width: 10px;
}
.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}

@media (max-width: 767px) {
  .mobileHidden {
    display: none !important;
  }
}
.Dashboard {
  /* Left column*/
  /* /Left column*/
  /* Right column*/
  /* /Right column*/
}
@media (max-width: 767px) {
  .Dashboard__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.Dashboard__header {
  font-size: 18px;
}
.Dashboard__syncsLeftCol {
  float: left;
  width: 67%;
}
@media (max-width: 767px) {
  .Dashboard__syncsLeftCol {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.Dashboard__providersRightCol {
  float: left;
  width: 33%;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .Dashboard__providersRightCol {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.Dashboard__providersList {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .Dashboard__providersList {
    margin-top: 0;
    background-color: #f5f5f5;
    padding-left: 15px;
  }
}
.Dashboard__providersList ul {
  list-style: none;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .Dashboard__providersList ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.Dashboard__providersList ul li {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .Dashboard__providersList ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}
.Dashboard__providersList ul li dashboard-provider {
  display: block;
  height: auto;
  min-height: 40px;
}
@media (max-width: 767px) {
  .Dashboard__providersList ul li dashboard-provider {
    min-height: initial;
    width: 100%;
  }
}
.Dashboard__mobileToggler {
  cursor: pointer;
  color: #C2081E;
  display: none;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .Dashboard__mobileToggler {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.Dashboard__mobileToggler i {
  font-size: 24px;
  margin-right: 10px;
}
.Dashboard__feedback {
  margin: 35px 0;
  text-align: left;
  font-size: 14px;
}

.invitation-page {
  padding: 80px 0;
}
.invitation-page_submit {
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .invitation-page {
    padding: 30px 5px;
  }
}
.invitation-page .provider-logo {
  margin: 0 auto;
}
.invitation-page .invitation-header {
  margin-bottom: 65px;
}
.invitation-page .code-input {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .invitation-page .code-input {
    margin-bottom: 30px;
  }
}
.invitation-page .code-input input {
  width: 190px;
  padding: 2px 0;
}
.invitation-page .code-input img {
  margin-left: 15px;
}
.invitation-page .success img {
  margin-right: 7px;
}
.invitation-page .success path {
  fill: #87c8a5;
}

.profile-header h3 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .profile-header h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .profile-header {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
.profile-page {
  width: 300px;
  margin: 0 0 0 50px;
}
@media (max-width: 767px) {
  .profile-page {
    margin: 0 auto;
  }
}
.profile-page .user-form {
  margin-top: 30px;
}
.profile-page .user-form .form-group {
  margin-bottom: 20px;
}
.profile-page .user-form .form-group input {
  padding-bottom: 2px;
  padding-left: 0;
  color: #4E5553;
}
.profile-page .user-form .form-control:focus {
  border-color: #C2081E;
}
.profile-page .user-form .user-btn-block .btn {
  width: 100%;
}
.profile-page .user-form .green-checkmark {
  height: 14px !important;
  width: 14px !important;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}
.timezone-filter {
  margin-top: 30px;
}
.timezone-filter .DropdownCmp {
  display: block;
}
.timezone-filter .DropdownCmp .dropdown-wrapper {
  display: flex;
}
.timezone-filter .DropdownCmp .dropdown-wrapper .dropdown-input {
  max-width: none;
  width: 100%;
  padding-left: 12px;
}
.personal-details-form {
  margin-top: 16px;
}
.personal-details-form .profile-form-field {
  margin-bottom: 36px;
}
.personal-details-form .profile-form-field button {
  border-radius: 4px;
  margin-left: 12px;
}
.personal-details-form .profile-form-field button.btn--light {
  color: #C2081E;
}
.personal-details-form .profile-form-field button.btn--light:hover,
.personal-details-form .profile-form-field button.btn--light:focus {
  color: #EE001C;
}
.personal-details-form .profile-form-field button:disabled {
  opacity: 0.3;
}
.personal-details-form .profile-form-field button:disabled.btn--theme {
  background-color: #C2081E;
}

.account-menu {
  list-style-type: none;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .account-menu {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.account-menu > li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .account-menu > li {
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .account-menu > .text-pink {
    border-bottom: 1px solid #C2081E;
  }
  .account-menu > .text-pink a {
    color: #C2081E;
  }
}
@media (max-width: 767px) {
  .account-menu > .text-dark {
    border-bottom: 1px solid #eee;
  }
  .account-menu > .text-dark a {
    color: #333;
  }
}
.profile-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .profile-container {
    padding-bottom: 100px;
  }
}
.profile-container .profile-header {
  flex-basis: 100%;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 12px;
}
@supports (-webkit-touch-callout: none) {
  .profile-container .profile-header {
    flex-basis: auto;
  }
}
.profile-container .profile-header .arrow-logo {
  width: 10px;
  height: 8px;
  margin-right: 9px;
}
.profile-container .profile-navbar {
  padding-top: 20px;
  margin-right: 24px;
  min-width: 25%;
}
@media screen and (max-width: 1024px) {
  .profile-container .profile-navbar {
    display: none;
  }
}
.profile-container .profile-navbar ul {
  padding: 0;
  margin: 0;
}
.profile-container .profile-navbar ul li {
  list-style: none;
  margin-bottom: 24px;
}
.profile-container .profile-navbar ul li.divider {
  background-color: #DDDDDD;
}
.profile-container .profile-navbar ul li a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.profile-container .profile-navbar ul li a.active {
  color: #4E5553;
}
.profile-container .mobile-profile-navbar {
  display: none;
  widtH: 100%;
}
@media screen and (max-width: 1024px) {
  .profile-container .mobile-profile-navbar {
    display: block;
  }
}
.profile-container .mobile-profile-navbar .footer-mobile-links a {
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  display: block;
}
.profile-container .profile-body {
  flex: 1;
  padding-bottom: 36px;
}
.profile-container .profile-body .profile-section {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 36px;
}
.profile-container .profile-body .profile-section .profile-section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 16px;
}
.profile-container .profile-body .profile-section .profile-section-title::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #C2081E;
}
.profile-container .profile-body .profile-section .profile-section-subtitle {
  font-weight: 300;
  line-height: 24px;
  color: #847E8F;
  margin-bottom: 3px;
}

.subscription-page {
  width: 100%;
}
.subscription-board {
  width: 100%;
  height: 100%;
  margin: 30px auto 50px;
  border-radius: 7px;
  box-shadow: 5px 7px 30px rgba(217, 207, 207, 0.5);
}
@media (max-width: 767px) {
  .subscription-board {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}
.subscription-board-header {
  display: flex;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(217, 207, 207, 0.5);
}
.subscription-user-email,
.subscription-title {
  color: #999999;
  font-size: 12px;
}
.subscription-plan {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.subscription-plan__name {
  font-size: 18px;
  font-weight: 500;
}
.subscription-plan__value {
  font-weight: 400;
  line-height: 32px;
  font-size: 24px;
}
.subscription-board-content {
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media (max-width: 767px) {
  .subscription-board-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.subscription-board-logo {
  width: 34px;
  height: 34px;
  background-image: url(data:image/png;base64,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);
  background-position: 0 center;
  background-size: contain;
  background-repeat: no-repeat;
}
.subscription-plan-duration {
  font-size: 12px;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(145, 249, 41, 0.18);
  color: #58C55D;
}
.subscription-plan-duration__trial {
  font-size: 12px;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(249, 221, 41, 0.15);
  color: #E18B2B;
}
.subscription-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px !important;
  border: 1px solid transparent;
  border-radius: 2px;
  height: 34px;
  width: auto;
}
.subscription-btn__light {
  border: 1px solid #C2081E;
  background-color: transparent;
  color: #C2081E;
}
.subscription-btn__muted {
  color: #999999;
  border: none;
  background-color: transparent;
  padding: 0 !important;
}
.subscription-btn__link {
  color: #C2081E;
  background-color: transparent;
  border: none;
  padding: 0 !important;
}
.subscription-btn:hover {
  color: #EE001C;
}
.btn-payment-details > img {
  width: 9px;
  transition: transform 1s;
}
.btn-payment-details > img.rotated {
  transform: rotate(-180deg);
}
.subscription-modal {
  max-width: 620px;
  width: 100%;
}
.subscription-modal-container {
  padding-left: 15px;
  padding-right: 15px;
}
.subscription-modal-gray-text {
  color: #333;
  opacity: 0.4;
  font-size: 12px;
}
.subscription-modal-to-free {
  margin-bottom: 35px;
}
.subscription-modal__header {
  margin-bottom: 25px;
}
.subscription-modal__header--pink {
  background-color: #C2081E;
  padding: 25px 45px;
  margin: -30px;
  margin-bottom: 30px;
}
.subscription-modal__header--pink .subscription-modal__header-title {
  color: #fff;
}
.subscription-modal__header-title {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.subscription-modal__list--negative {
  list-style: none;
  padding-left: 2em;
}
.subscription-modal__list--negative li {
  margin-bottom: 14px;
}
.subscription-modal__list--negative li:before {
  content: '⛔';
  color: #F30909;
  width: 1em;
  margin-left: -2em;
  margin-right: 1em;
}
.subscription-modal-footer-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .subscription-modal-footer-btn-wrap {
    flex-direction: column;
    align-content: stretch;
  }
}
.subscription-modal-footer-btn-wrap .subscription-btn-separator {
  height: 10px;
  width: 10px;
}
.subscription-modal-success-container {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.subscription-modal-success-header__title {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 38px;
  margin-bottom: 17px;
}
.subscription-modal-success-btn-wrap {
  margin-top: 30px;
}
.subscription-modal-success-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .subscription-modal-success {
    width: 100%;
    left: 0;
  }
}
.subscription-modal-success button:disabled {
  color: #999;
}
.confirmation-modal__header {
  font-weight: bold;
}
.dropin-placeholder {
  height: 147px;
}
.subscription-controls {
  display: flex;
  justify-content: space-between;
}
.subscription-controls > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.subscription-btn-pay-now {
  border-radius: 3px !important;
  padding: 6px 12px !important;
}
.subscription-pay-now {
  font-size: 12px;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(235, 87, 87, 0.2);
  color: #EB5757;
}
.cancel-modal {
  margin: 18px 18px 13px;
}
.cancel-modal-header {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 36px;
}
.cancel-modal-body {
  margin-bottom: 48px;
}
.cancel-modal-body .cancel-modal-list {
  list-style: none;
  padding-left: 2em;
}
.cancel-modal-body .cancel-modal-list li {
  margin-bottom: 12px;
}
.cancel-modal-body .cancel-modal-list li:before {
  content: '⛔';
  color: #F30909;
  width: 1em;
  margin-left: -2em;
  margin-right: 1em;
}
.cancel-modal-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .cancel-modal-footer {
    flex-direction: column;
  }
}
.cancel-modal .cancel-modal-btn {
  text-align: center;
  flex: 1;
  padding: 5px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.cancel-modal .cancel-modal-btn:hover,
.cancel-modal .cancel-modal-btn:focus {
  color: #EE001C;
}
.cancel-modal .cancel-modal-btn--theme {
  background: #C2081E;
  color: white !important;
}
.cancel-modal .cancel-modal-btn--theme:hover {
  background: #EE001C;
}
.cancel-modal .cancel-modal-btn--theme:focus {
  background: #E23448;
  outline: none !important;
}
.cancel-modal .cancel-modal-btn--theme:active {
  outline: none !important;
}
.cancel-modal .cancel-modal-btn--light {
  background: transparent;
  border: solid 1px #C2081E;
  color: #C2081E;
}

.delete-modal {
  margin: 18px 18px 13px;
}
.delete-modal-header {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 36px;
}
.delete-modal-body {
  margin-bottom: 48px;
}
.delete-modal-body .delete-modal-list {
  list-style: none;
  padding-left: 2em;
}
.delete-modal-body .delete-modal-list li {
  margin-bottom: 12px;
}
.delete-modal-body .delete-modal-list li:before {
  content: '⛔';
  color: #F30909;
  width: 1em;
  margin-left: -2em;
  margin-right: 1em;
}
.delete-modal-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .delete-modal-footer {
    flex-direction: column;
  }
}
.delete-modal .delete-modal-btn {
  text-align: center;
  flex: 1;
  padding: 5px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.delete-modal .delete-modal-btn:hover,
.delete-modal .delete-modal-btn:focus {
  color: #EE001C;
}
.delete-modal .delete-modal-btn--theme {
  background: #C2081E;
  color: white !important;
}
.delete-modal .delete-modal-btn--theme:hover {
  background: #EE001C;
}
.delete-modal .delete-modal-btn--theme:focus {
  background: #E23448;
  outline: none !important;
}
.delete-modal .delete-modal-btn--theme:active {
  outline: none !important;
}
.delete-modal .delete-modal-btn--light {
  background: transparent;
  border: solid 1px #C2081E;
  color: #C2081E;
}

.churn-modal-container .churn-buttons {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .churn-modal-container .churn-buttons {
    flex-direction: column;
  }
}
.churn-modal-container .churn-btn {
  text-align: center;
  flex: 1;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.churn-modal-container .churn-btn:hover,
.churn-modal-container .churn-btn:focus {
  color: #EE001C;
}
.churn-modal-container .churn-btn--theme {
  background: #C2081E;
  color: white !important;
  padding: 10px 25px;
}
.churn-modal-container .churn-btn--theme:hover {
  background: #EE001C;
}
.churn-modal-container .churn-btn--theme:focus {
  background: #E23448;
  outline: none !important;
}
.churn-modal-container .churn-btn--theme:active {
  outline: none !important;
}
.churn-modal-container .churn-btn--light.disabled,
.churn-modal-container .churn-btn--light[disabled],
.churn-modal-container .churn-btn--light:disabled {
  background: #cccccc;
  color: white !important;
  border: solid 1px #cccccc;
}
.churn-modal-container .churn-btn--light.disabled:hover,
.churn-modal-container .churn-btn--light[disabled]:hover,
.churn-modal-container .churn-btn--light:disabled:hover {
  background: #dbdbdb;
  border: solid 1px #dbdbdb;
}
.churn-modal-container .churn-btn--light {
  background: transparent;
  border: solid 1px #C2081E;
  color: #C2081E;
}
.churn-modal-container-header {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .churn-modal-container-header {
    font-size: 24px;
  }
}
.churn-modal-container-subheader {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 24px;
}
.churn-modal-container-body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .churn-modal-container-body {
    flex-direction: column;
  }
}
.churn-modal-container-body .churn-error {
  color: #bd362f;
  font-size: 14px;
  text-align: right;
}
.churn-modal-container-body .churn-success {
  color: #87c8a5;
  font-size: 14px;
  text-align: right;
}
.churn-modal-container-body .text-area-header {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding-bottom: 6px;
}
.churn-modal-container-body .text-area {
  height: 216px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C5C5C5 !important;
  padding: 6px 8px;
}
.churn-modal-container-body .text-area::-moz-placeholder {
  color: #C5C5C5;
}
.churn-modal-container-body .text-area::placeholder {
  color: #C5C5C5;
}
.churn-modal-container-text {
  flex: 1.5;
}
.churn-modal-container-list {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.churn-modal-container-list-header {
  padding-bottom: 36px;
}
.churn-modal-container-list-option {
  display: flex;
  padding-bottom: 36px;
}

[data-braintree-id="toggle"] {
  text-align: left;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
}
.cardWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: none;
  margin-left: -5px;
  margin-right: -5px;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.cardWrapperElement {
  width: 95%;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 4px;
  padding: 3px;
}
.subscription-modal-footer-btn-wrap-card {
  justify-content: space-between;
}
.subscription-btn-card {
  width: 100%;
}
.cardElement {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  width: 100%;
}
.paymentRequestText {
  margin-top: 10px;
}
.PaymentRequestButton {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 95%;
}
.cardLabel {
  color: #8898aa;
  font-size: 13px;
  display: flex;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.plan-row {
  display: flex;
  justify-content: space-between;
}
.stripeErrorMessage {
  display: flex;
  color: #eb1c26;
}
.stripeErrorMessage svg {
  margin-right: 10px;
}
.row-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.plan-buttons {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  /*gap: 10px;*/
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 6px 8px;
  align-items: center;
}
.btn-sub {
  border-radius: 4px;
  padding: 3px 8px;
}
.btn-sub-active {
  box-shadow: 0 1px 4px rgba(78, 85, 83, 0.4);
  background-color: #C2081E;
  color: #FFFFFF;
}
.billed {
  display: flex;
  justify-content: space-between;
}
.price {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.input-group-sub {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
input {
  border: none;
  border-bottom: 1px solid #C4C4C4;
  width: 250px;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
}
.warning {
  color: #F89406;
  font-size: 12px;
  text-align: end;
  padding-top: 12px;
}
.discount-group {
  display: flex;
  justify-content: space-between;
  background-color: #F8F8F8;
  padding: 6px 8px;
  gap: 6px;
  border-radius: 4px;
}
.discount-description {
  font-size: 14px;
  color: #4E5553;
}
.discount-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.payment-modal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.payment-modal-row-no-board {
  border: none;
}
.payment-modal-row-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.payment-modal-row-value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.payment-modal .show-billing-address {
  display: flex;
  margin-bottom: 24px;
}
.payment-modal .show-billing-address a {
  margin: auto;
}
.payment-modal .billing-address .billing-address-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-modal .billing-address .billing-address-warning {
  color: #F89406;
  font-weight: 400;
  font-size: 14px;
  text-align: end;
}
.payment-modal .billing-address input {
  border: none;
  border-bottom: 1px solid #e5e5e5 !important;
  width: 250px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: transparent;
}

.subscription-features {
  list-style-position: inside;
  list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMSA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NS4yICg3ODE4MSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+74SsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBheW1lbnQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJmcmVlLXBsYW4tMi12YXJpYW50LWNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDIuMDAwMDAwLCAtMzkzLjAwMDAwMCkiIGZpbGw9IiNDMjA4MUUiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSLvhKwiIHBvaW50cz0iNDUyLjI1IDM5My44MjQyMTkgNDQ1LjI1IDQwMC44MjQyMTkgNDQyLjA1MDc4MSAzOTcuNjI1IDQ0Mi44NzEwOTQgMzk2LjgwNDY4OCA0NDUuMjUgMzk5LjE4MzU5NCA0NTEuNDI5Njg4IDM5My4wMDM5MDYiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
  padding-left: 0;
}
.subscription-features > li {
  margin-top: 10px;
}
.FeatureLine-disabled-message {
  text-decoration: line-through;
  opacity: 0.7;
}
.FeatureLine-has-disabled .FeatureLine-active-message {
  font-style: italic;
}

.frequency-switch-group {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 6px 8px;
}
.frequency-switch-container {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 6px 8px;
}
.frequency-switch {
  position: relative;
  display: block;
  width: 182px;
  height: 27px;
  margin: 0;
}
.frequency-switch-value {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin: auto;
  width: 50%;
  text-align: center;
  z-index: 2;
}
.frequency-switch input {
  display: none;
}
.slider {
  cursor: pointer;
  height: 100%;
  transition: 0.4s;
  display: flex;
}
.slider:before {
  content: "";
  height: 100%;
  width: 50%;
  transition: 0.4s;
  border-radius: 4px;
  background-color: #C2081E;
  position: absolute;
  top: 0;
  left: 0;
}
input:checked + .slider .fs-val-b {
  transition: 0.4s;
  color: #FFFFFF;
}
input:checked + .slider .fs-val-a {
  transition: 0.4s;
  color: #1f242b;
}
input + .slider .fs-val-a {
  transition: 0.4s;
  color: #FFFFFF;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  transform: translateX(91px);
}
.fs-font-light {
  color: #FFFFFF;
}

.amount-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.amount-label .stroke {
  text-decoration: line-through;
  color: #DDDDDD;
}

.coupon .coupon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon .coupon-row-name {
  font-size: 18px;
}
.coupon .validation-warning {
  color: #F89406;
  font-weight: 400;
  font-size: 14px;
  text-align: end;
  padding-top: 12px;
}
.coupon .coupon-form {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.coupon-btn {
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 21px;
  box-shadow: 0 1px 4px rgba(78, 85, 83, 0.4);
  background-color: #C2081E;
  color: #FFFFFF;
  border: none;
  font-weight: 400;
  font-size: 14px;
}
.coupon-btn:hover,
.coupon-btn:hover:after,
.coupon-btn:focus,
.coupon-btn:focus:after {
  transition: all 0.5s ease;
}
.coupon-btn:hover {
  background: #EE001C;
}
.coupon-btn:focus {
  background: #E23448;
}
.coupon-btn.disabled,
.coupon-btn[disabled],
.coupon-btn:disabled {
  background: #cccccc;
  color: white !important;
}
.coupon-btn.disabled:hover,
.coupon-btn[disabled]:hover,
.coupon-btn:disabled:hover {
  background: #dbdbdb;
}
.coupon .coupon-group {
  display: flex;
  justify-content: space-between;
  background-color: #F8F8F8;
  padding: 6px 8px;
  gap: 6px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
.coupon .coupon-group a {
  color: #4E5553 !important;
}
.coupon .coupon-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.coupon input {
  border: none;
  border-bottom: 1px solid #e5e5e5 !important;
  width: 250px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: transparent;
}

.subscription-container .is-payment-due {
  color: #C2081E;
}
.subscription-container .plan-name {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 500;
}
.subscription-container .plan-name span {
  float: right;
}
.subscription-container .plan-name span.plan-subtitle {
  float: none;
  font-size: 16px;
  line-height: 19px;
  color: #c5c5c5;
  font-weight: 400;
  margin-left: 8px;
}
.subscription-container .subscription-plan-duration {
  padding: 12px;
  margin: 24px 0;
  line-height: 24px;
  text-align: center;
}
.subscription-container .subscription-plan-duration.is-cancelled {
  background-color: #F8F8F8;
  color: #4E5553;
}
.subscription-container .payment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.subscription-container .payment-way-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.subscription-container .payment-way-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.subscription-container .payment-way {
  border: none;
  margin-bottom: 24px;
  line-height: 36px;
}
.subscription-container .payment-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.subscription-container .invoices-list-table {
  margin-bottom: 24px;
}
.subscription-container .invoices-list-table th {
  font-weight: 300;
  line-height: 24px;
  color: #847E8F;
}
.subscription-container .invoices-list-table__payment-due-row {
  color: #EB5757;
}
.subscription-container .invoices-list-table tr > td {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  padding-top: 24px;
  padding-bottom: 0;
}
.subscription-container .plan-btn-divider {
  border: 1px solid #F8F8F8;
  margin-left: 24px;
  height: 24px;
}
.subscription-container .premium-plans {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .subscription-container .premium-plans {
    flex-direction: column;
  }
}
.subscription-container .premium-plans .premium-plan {
  flex: 1;
  box-shadow: 0px 4px 16px rgba(57, 57, 65, 0.12);
  border-radius: 4px;
  margin-right: 12px;
  padding: 24px 16px;
  text-align: center;
}
.subscription-container .premium-plans .premium-plan:last-child {
  margin-left: 12px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .subscription-container .premium-plans .premium-plan {
    margin: 0 0 24px !important;
  }
}
.subscription-container .subscription-no-data {
  color: #c5c5c5;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .subscription-container .delete-account-btn {
    width: 100%;
  }
}
.subscription-container .plan-details-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.subscription-container .plan-details-row-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.subscription-container .plan-details-row-value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.subscription-container .plan-details-row-no-border {
  border: none;
  margin: 0;
  padding: 0;
}
.subscription-container .plan-details-buttons {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 24px;
}
.subscription-container .add-address-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.subscription-container .subscription-warning {
  background: #fff2f6;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 12px 16px;
}
.subscription-container .subscription-warning-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #4E5553;
}
.subscription-container .subscription-warning-btn {
  display: block;
  padding: 6px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}
.subscription-container .billing-address-title {
  margin-bottom: 6px;
}
.subscription-container .billing-address-block {
  margin-bottom: 16px;
  display: flex;
}
.subscription-container .billing-address-block div {
  padding: 12px;
}
.subscription-container .billing-address-block .billing-address-preview {
  border-radius: 4px;
  background: #F8F8F8;
  font-weight: 500;
  color: #847E8F;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.subscription-container .show-all {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.subscription-modal-overlay {
  background-color: #ffffffa8 !important;
}
.churn-modal-overlay {
  background-color: #ffffff !important;
}
.churn-modal {
  max-width: 720px;
  width: 100%;
  box-shadow: none !important;
}
.subscription-modal {
  box-shadow: 0 4px 12px rgba(78, 85, 83, 0.12) !important;
}
.subscription-modal-success-container {
  max-width: 100%;
  text-align: left;
}
.subscription-modal-success-container .subscription-modal-success-icon {
  width: 28px;
  height: 28px;
  margin: -4px 0 0 8px;
}
.subscription-modal-success-container .subscription-modal-success-btn-wrap {
  text-align: right;
}
.subscription-modal-success-container .subscription-modal-success-btn-wrap .subscription-modal-success-close-btn {
  border-color: #393941;
  color: #393941;
}

.BillinAddress-error {
  color: #bd362f;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .BillinAddress-error {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-link {
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(to right, #FFFFFF, #FFFFFF), linear-gradient(270deg, #393941 0%, #847e8f 100%);
  background-clip: padding-box, border-box !important;
  background-origin: padding-box, border-box !important;
  padding: 16px;
  min-height: 178px;
  margin-bottom: 45px;
  position: relative;
  box-shadow: 0px 4px 16px rgba(57, 57, 65, 0.12);
}
.card-link .card-link-logo {
  padding: 8px;
}
.card-link .card-link-btn {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(270deg, #393941 0%, #847e8f 100%);
  padding: 12px 24px;
  border-radius: 4px;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  box-shadow: 0px 4px 16px rgba(57, 57, 65, 0.12);
}

.connection-list {
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
}
.connection-list-title {
  font-size: 48px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 84px;
  color: #4E5553;
}
@media screen and (max-width: 568px) {
  .connection-list .filter-connections > div {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .connection-list .filter-connections {
    max-width: 480px;
    margin: 0 auto;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  overscroll-behavior: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-buttons {
  padding: 0;
  margin-top: 20px;
  text-align: right;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px 30px 30px 30px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px 15px;
  color: #333333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: #ccc 1px solid;
  font-size: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ccc;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  font-size: 10px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px;
}
.p-xs {
  padding: 10px;
}
.p-l {
  padding-left: 15px !important;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l-md {
  padding-left: 20px;
}
.p-r {
  padding-right: 15px !important;
}
.p-sm {
  padding: 15px;
}
.p-m {
  padding: 20px;
}
.p-md {
  padding: 25px;
}
.p-lg {
  padding: 30px;
}
.p-xl {
  padding: 40px;
}
.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.p-h-xs {
  padding: 10px 0;
}
.p-h-sm {
  padding: 15px 0;
}
.p-h-m {
  padding: 20px 0;
}
.p-h-md {
  padding: 25px 0;
}
.p-h-lg {
  padding: 30px 0;
}
.p-h-xl {
  padding: 40px 0;
}
.p-n {
  padding: 0 !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m {
  margin: 15px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-xmd {
  margin-bottom: 27px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
/* DISPLAY & TEXT */
.displayInlineBlock {
  display: inline-block !important;
}
.displayInline {
  display: inline !important;
}
.displayBlock {
  display: block !important;
}
.capitalizeFirst {
  display: inline-block;
}
.capitalizeFirst:first-letter {
  text-transform: capitalize;
}
.capitalize {
  text-transform: capitalize !important;
}
.u-fontWeight500 {
  font-weight: 500;
}
.u-fontWeight600 {
  font-weight: 600;
}
.align-center-y {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
}
.line-h-n {
  line-height: normal;
}
.btn {
  width: initial;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #EE001C;
}
.btn--theme {
  background: #C2081E;
  color: white !important;
  padding: 10px 25px;
}
.btn--theme:hover {
  background: #EE001C;
}
.btn--theme:focus {
  background: #E23448;
  outline: none !important;
}
.btn--theme:active {
  outline: none !important;
}
.btn--theme.disabled,
.btn--theme[disabled],
.btn--theme:disabled {
  background: #cccccc;
  color: white !important;
}
.btn--theme.disabled:hover,
.btn--theme[disabled]:hover,
.btn--theme:disabled:hover {
  background: #dbdbdb;
}
.btn--light {
  background: transparent;
  border: solid 1px #C2081E;
}
.btn--light-pink {
  color: #C2081E;
}
.btn-modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #999;
}
.disabled-opacity {
  opacity: 0.4;
}
.button-style-reset {
  background: none;
  border: none;
  padding: 0;
}
/* Checkboxes and radio buttons */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  font-weight: initial;
  margin-bottom: 0;
}
input[type="checkbox"] + label span,
input[type="radio"] + label span {
  position: relative;
  top: 3px;
  vertical-align: 6px;
  font-size: 14px;
}
input[type="radio"] + label {
  line-height: 24px;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  color: inherit;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  color: #cccccc;
}
input[type="checkbox"] + label:before {
  height: 20px;
  width: 25px;
  margin: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyBjaGVja2JveCAvIGRlZmF1bHQ8L3RpdGxlPjxkZWZzPjxyZWN0IGlkPSJhIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIzIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjOTk5IiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMiLz48L2c+PC9zdmc+);
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: left;
}
input[type="checkbox"]:checked + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y29tcG9uZW50cyAvIGNoZWNrYm94IC8gY2hlY2tlZDwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjQzIwODFFIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIzIi8+PHBhdGggZD0iTTQuNTU3IDEwLjVhLjk5OC45OTggMCAwIDEgMC0xLjQxNGMuMzktLjM5IDEuMDMtLjM4NSAxLjQxLS4wMDRsMi41NCAyLjU0IDUuNTM5LTUuNTRhLjk5NS45OTUgMCAwIDEgMS40MS4wMDQuOTk0Ljk5NCAwIDAgMSAuMDAxIDEuNDE0bC02Ljk1IDYuOTUtMy45NS0zLjk1eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4K);
}
input[type="checkbox"]:disabled + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyBjaGVja2JveCAvIGRlZmF1bHQgZGlzYWJsZTwvdGl0bGU+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGwtb3BhY2l0eT0iMCIgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiNEREQiIHg9Ii41IiB5PSIuNSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjE5IiByeD0iMyIvPjwvZz48L3N2Zz4=);
}
input[type="checkbox"]:checked:disabled + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y29tcG9uZW50cyAvIGNoZWNrYm94IC8gY2hlY2tlZCBkaXNhYmxlPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IGZpbGw9IiNEREQiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjMiLz48cGF0aCBkPSJNNC41NTcgMTAuNWEuOTk4Ljk5OCAwIDAgMSAwLTEuNDE0Yy4zOS0uMzkgMS4wMy0uMzg1IDEuNDEtLjAwNGwyLjU0IDIuNTQgNS41MzktNS41NGEuOTk1Ljk5NSAwIDAgMSAxLjQxLjAwNC45OTQuOTk0IDAgMCAxIC4wMDEgMS40MTRsLTYuOTUgNi45NS0zLjk1LTMuOTV6IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==);
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 25px;
  margin: 0 10px 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyByYWRpb2J1dHRvbiAvIGRlZmF1bHQ8L3RpdGxlPjxkZWZzPjxjaXJjbGUgaWQ9ImEiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxjaXJjbGUgc3Ryb2tlPSIjOTk5IiBjeD0iMTAiIGN5PSIxMCIgcj0iOS41Ii8+PC9nPjwvc3ZnPg==);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
input[type="radio"]:checked + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y29tcG9uZW50cyAvIHJhZGlvYnV0dG9uIC8gY2hlY2tlZDwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNDMjA4MUUiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIvPjxwYXRoIGQ9Ik00LjU1NyAxMC41YS45OTguOTk4IDAgMCAxIDAtMS40MTRjLjM5LS4zOSAxLjAzLS4zODUgMS40MS0uMDA0bDIuNTQgMi41NCA1LjUzOS01LjU0YS45OTUuOTk1IDAgMCAxIDEuNDEuMDA0Ljk5NC45OTQgMCAwIDEgLjAwMSAxLjQxNGwtNi45NSA2Ljk1LTMuOTUtMy45NXoiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+Cg==);
  background-position: 0 0;
  content: '';
}
input[type="radio"]:disabled + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHRpdGxlPmNvbXBvbmVudHMgLyByYWRpb2J1dHRvbiAvIGRlZmF1bHQgZGlzYWJsZTwvdGl0bGU+PGRlZnM+PGNpcmNsZSBpZD0iYSIgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PGNpcmNsZSBzdHJva2U9IiNEREQiIGN4PSIxMCIgY3k9IjEwIiByPSI5LjUiLz48L2c+PC9zdmc+);
  background-position: 0 0;
  content: '';
}
input[type="radio"]:checked:disabled + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y29tcG9uZW50cyAvIHJhZGlvYnV0dG9uIC8gY2hlY2tlZCBkaXNhYmxlPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI0RERCIgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIi8+PHBhdGggZD0iTTQuNTU3IDEwLjVhLjk5OC45OTggMCAwIDEgMC0xLjQxNGMuMzktLjM5IDEuMDMtLjM4NSAxLjQxLS4wMDRsMi41NCAyLjU0IDUuNTM5LTUuNTRhLjk5NS45OTUgMCAwIDEgMS40MS4wMDQuOTk0Ljk5NCAwIDAgMSAuMDAxIDEuNDE0bC02Ljk1IDYuOTUtMy45NS0zLjk1eiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=);
  background-position: 0 0;
  content: '';
}
/* /Checkboxes and radio buttons */
/* Select boxes */
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.list-unstyled .select {
  margin-bottom: 0;
}
.select select {
  display: inline-block;
  width: 100%;
  padding: 5px 15px 5px 0;
  cursor: pointer;
  color: #363636;
  border: 0;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  outline: 0;
  background: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select.display-only select:disabled {
  border: none;
  opacity: 1;
}
/* /Select boxes */
/* IOS style checkboxes */
.switch {
  background: #cccccc;
  border-color: #cccccc;
}
.switch.checked {
  background: #C2081E;
  border-color: #C2081E;
}
.switch small {
  /* button */
}
.switch.checked small {
  /* button when enabled */
}
/* /IOS style checkboxes */
.ui-select-bootstrap {
  display: inline-flex;
}
.ui-select-bootstrap .ui-select-toggle {
  border-radius: 0;
  border-color: #9a9a9a !important;
  border: none;
  border-bottom: 1px solid;
  height: auto;
  padding: 5px;
  padding-right: 35px;
  background: none;
  box-shadow: none;
}
.ui-select-bootstrap .ui-select-toggle:hover,
.ui-select-bootstrap .ui-select-toggle:focus {
  color: initial !important;
}
.ui-select-bootstrap .ui-select-toggle:active {
  color: initial !important;
  background: none;
}
.ui-select-bootstrap .ui-select-toggle .caret {
  border-width: 6px 6px 0 6px;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #C2081E;
}
/* https://github.com/tobiasahlin/SpinKit */
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #C2081E;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #C2081E;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.do-rotate {
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moving-gradient {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}
.inline-loader-bar {
  width: 100%;
  height: 15px;
  display: inline-block;
  position: relative;
  background: linear-gradient(to left, #e4eaf3 30%, #d2dceb 50%, #e4eaf3 100%) repeat;
  background-size: 50% 100%;
  animation-name: moving-gradient;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ReactModal__Body {
  position: relative;
  padding: 15px 30px 30px 30px;
}
.ReactModal__Body--open {
  overflow: hidden;
}
.ReactModal__Overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  text-align: center;
  background: rgba(51, 51, 51, 0.4);
  overflow-x: hidden;
  overflow-y: auto;
  backdrop-filter: blur(5px);
}
.ReactModal__Overlay:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ReactModal__Content {
  display: inline-block;
  position: relative;
  margin: 30px auto;
  padding: 30px 30px 35px;
  vertical-align: middle;
  text-align: left;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.ReactModal__Header {
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 1.4em;
}
.ReactModal__Body {
  padding: 0;
}
.ReactModal__Body input {
  width: 100%;
}
.ReactModal__Buttons {
  padding: 0;
  margin-top: 20px;
  text-align: right;
}
html {
  min-height: 100%;
}
body {
  height: 100%;
  color: #4E5553;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
div {
  font-family: 'Montserrat', sans-serif;
}
.content-with-padding {
  padding: 0 25px;
}
@media (max-width: 768px) {
  .content-with-padding {
    padding: 0;
  }
}
.container-main {
  margin: 0 auto;
  display: block;
  width: 1044px;
  padding: 0 10px;
}
.container-block {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
  padding: 0 16px;
}
.flex-inherit {
  display: flex;
  justify-content: inherit;
}
@media screen and (max-device-width: 568px) {
  .flex-inherit.flex-start-m {
    justify-content: flex-start;
  }
}
@media screen and (max-device-width: 568px) {
  .flex-inherit.flex-end-m {
    justify-content: flex-end;
  }
}
/* Text sizes */
.header-text {
  font-size: 36px;
}
.subheader-text {
  font-size: 30px;
}
.body-text {
  font-size: 24px;
}
.body-small-text {
  font-size: 18px;
}
.body-small-small-text {
  font-size: 16px;
}
.body-ultra-small-text {
  font-size: 14px;
}
h1 {
  font-weight: initial;
}
.font-base {
  font-size: 14px;
}
.font-small {
  font-size: 12px;
}
.font-xsmall {
  font-size: 11px;
}
.font-medium {
  font-size: 16px;
}
.font-large {
  font-size: 18px;
}
.font-xlarge {
  font-size: 20px;
}
.font-xxlarge {
  font-size: 24px;
}
.line-height-base {
  line-height: 24px;
}
.line-height-medium {
  line-height: 18px;
}
.line-height-small {
  line-height: 12px;
}
.line-height-large {
  line-height: 36px;
}
.gutter-bottom {
  margin-bottom: 20px;
}
.gutter-top {
  margin-top: 20px;
}
.no-margin {
  margin: 0;
}
/* /Text sizes */
/* Font weights */
.font-ultra-bold {
  font-weight: 700;
}
.font-bold {
  font-weight: 600;
}
.normal-weight-text {
  font-weight: 500;
}
.font-regular {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
/* /Font weights */
/* Background color */
.bg-red {
  background-color: #761c19;
}
.bg-green {
  background-color: #5cb85c;
}
.bg-blue {
  background-color: #46b8da;
}
.bg-gray-lighter {
  background-color: #F8F8F8;
}
/* Background color */
/* Text colors */
.text-pink {
  color: #C2081E !important;
}
.text-white {
  color: #FFFFFF;
}
.text-dark {
  color: #1f242b;
}
.text-green {
  color: #87c8a5;
}
.text-gray {
  color: #cccccc;
}
.text-gray-base {
  color: #847E8F;
}
.text-dim-gray {
  color: #666666;
}
.text-manatee {
  color: #999999;
}
.text-red {
  color: #bd362f;
}
.text-mute {
  color: #999999 !important;
}
.text-error {
  color: #EE001C;
}
.text-warning {
  color: #F89406;
}
.text-success {
  color: #87c8a5;
}
.text-disabled {
  color: #DDDDDD;
}
/* /Text colors */
/* Text utilities */
.underline-d-red {
  text-decoration: underline dotted red;
}
.text-italic {
  font-style: italic;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.width-140 {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .m-width-279 {
    width: 279px;
  }
}
.display-block {
  display: block;
}
.m-l-24 {
  margin-left: 24px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-t-24 {
  margin-top: 24px;
}
/* /Text utilities */
/* Elements */
*:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:focus {
  border-color: #C2081E;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
  border-color: #363636 !important;
  border: none;
  border-bottom: 1px solid;
}
textarea:disabled {
  background-color: white;
  color: #DDDDDD;
  border-color: #DDDDDD !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="email"] {
  border-radius: 0;
  border-color: #363636;
  border: none;
  border-bottom: 1px solid;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type="text"].text-red,
input[type="password"].text-red,
input[type="url"].text-red,
input[type="number"].text-red,
input[type="email"].text-red {
  border-color: #bd362f !important;
}
input[type="text"][disabled],
input[type="number"][disabled] {
  background-color: white;
  color: #DDDDDD;
  border-color: #DDDDDD;
  cursor: not-allowed;
}
.form-group.has-error * {
  color: #bd362f;
}
.form-group.has-error .form-control {
  border-color: #bd362f;
  box-shadow: none;
}
.switch-label {
  display: none;
  flex: 1;
}
@media screen and (max-device-width: 568px) {
  .switch-label {
    display: inline-block;
    padding-left: 18px;
  }
}
i.source-loader {
  margin-right: 4px;
  display: inline-block;
}
i.source-loader.is-spinned {
  animation: rotate 1000ms linear infinite;
}
i.source-loader.is-right {
  margin-right: 0;
  margin-left: 16px;
}
/* /Elements */
/* Links */
a,
.btn-link {
  color: #C2081E;
  cursor: pointer;
  padding: 0;
}
a:hover,
.btn-link:hover,
a:hover:after,
.btn-link:hover:after,
a:focus,
.btn-link:focus,
a:focus:after,
.btn-link:focus:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
a:hover,
.btn-link:hover {
  color: #EE001C;
}
a:focus,
.btn-link:focus {
  color: #E23448;
}
.btn-round {
  border-radius: 4px;
}
/* /Links */
/* Nav */
.nav.navbar-right > li > a {
  color: white;
}
.nav .open > a,
.nav .nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
}
/* /Nav */
/* Logos */
img.round-logo {
  width: 125px;
  height: 125px;
  border-radius: 100%;
}
.img-hover-outer .img-without-hover {
  display: inline-block;
}
.img-hover-outer .img-with-hover {
  display: none;
}
.img-hover-outer:hover .img-without-hover {
  display: none;
}
.img-hover-outer:hover .img-with-hover {
  display: inline-block;
}
/* /Logos */
/* Edit blocks */
.edit-block {
  font-size: 16px;
}
.edit-block.edit-disabled li {
  margin-bottom: 20px;
}
.edit-block.edit-disabled li p {
  margin-bottom: 5px;
}
.edit-block .edit-block-content {
  padding: 20px;
  margin-bottom: -1px;
  position: relative;
  border: 1px solid #DDDDDD;
}
.edit-block .edit-block-content .subscript {
  margin-bottom: 23px;
  font-size: 12px;
}
.edit-block-disabled {
  position: relative;
  filter: blur(0.6px);
}
/* /Edit blocks */
/* Sections */
.sections-outer {
  margin-top: 20px;
}
.sections-outer .section {
  margin-bottom: 55px;
}
.sections-outer .section .section-title {
  text-transform: uppercase;
  padding: 5px 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
}
.sections-outer .section .section-title img {
  vertical-align: baseline;
  margin-right: 0 !important;
  padding: 0 10px;
}
.sections-outer .section .section-subtitle {
  margin-bottom: 15px;
  color: #999999;
}
.sections-outer .section.source .selectable-modes > div {
  padding-left: 35px;
}
.sections-outer .section.settings img {
  margin-right: 15px;
}
.sections-outer .source-view-block li {
  margin-bottom: 5px;
}
/* /Sections */
/*Stuff for connection dashboard*/
.settings-view .section-title {
  margin-bottom: 10px !important;
}
.settings-view .edit-block {
  margin-bottom: 25px;
}
/* /Stuff for connection dashboard*/
/* Fancy dropdowns*/
.dropdown-wrapper {
  display: inline-block;
  border-bottom: solid 1px;
  border-color: #363636;
  position: relative;
}
.disabled .dropdown-wrapper {
  border-color: #DDDDDD;
}
.dropdown-wrapper .dropdown-toggle {
  white-space: nowrap;
  padding-right: 25px;
}
.dropdown-wrapper .dropdown-input {
  font-size: 16px;
  color: #4E5553;
}
.divider {
  min-height: 1px !important;
  padding: 0 !important;
  display: block !important;
}
/* /Fancy dropdowns*/
/* Setting specific logic*/
.settings .container-block,
.sync-history .container-block {
  width: 740px;
}
@media (max-width: 767px) {
  .settings .container-block,
  .sync-history .container-block {
    width: 320px;
  }
}
.inner-container {
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* /Setting specific logic*/
ul.list-without-padding {
  padding-left: 15px;
}
.deleted-strike {
  text-decoration: line-through !important;
}
@media (max-width: 767px) {
  .mobile-direction {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mobile-f-col-revers {
    flex-flow: column-reverse;
  }
}
@media (max-width: 767px) {
  .mobile-col-12 {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-list {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .mobile-p {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .mobile-m-rl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .mobile-w-95 {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .mobile-f-wrap {
    flex-flow: row wrap !important;
  }
}
@media (max-width: 767px) {
  .mobile-d-flex {
    display: flex;
  }
}
.cover-disabled-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
@media (max-width: 767px) {
  .mobile-text-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .mobile-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mobile-text-left {
    text-align: left;
  }
}
.connection-name {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
oi-select {
  display: block;
  position: relative;
  width: 100%;
}
oi-select .select-search {
  cursor: text;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  overflow: hidden !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
oi-select .select-search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 2px 4px;
  list-style: none;
}
oi-select .select-search-list-item {
  font-size: 14px;
  margin: 2px 4px 2px 0;
  vertical-align: middle;
  white-space: normal;
}
oi-select .select-search-list-item_selection {
  cursor: pointer;
  background: #efefef;
  border-color: #ebebeb;
}
oi-select .select-search-list-item_selection:hover {
  border-color: #e5e5e5;
}
oi-select .select-search-list-item_selection:active,
oi-select .select-search-list-item_selection.focused {
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: inset 0 0 10px 5px #fff;
}
oi-select .select-search-list-item_selection.focused .close {
  display: none;
}
oi-select .select-search-list-item_selection-remove {
  padding-left: 2px;
}
oi-select .select-search-list-item_loader {
  float: right;
  margin-top: 6px;
  width: 16px;
  height: 16px;
  background: top url("data:image/gif;base64,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");
}
oi-select .select-search-list-item_input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 4px 0 5px 5px;
}
oi-select .select-search-list-item_input input {
  padding: 0;
  outline: 0;
  border: 0;
  width: 100%;
}
oi-select .select-search-list-item_hide {
  position: fixed;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  text-indent: -9999em;
}
oi-select .select-dropdown {
  position: absolute;
  width: inherit;
  overflow-y: scroll;
  max-height: 100px;
  min-width: 160px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #66afe9;
  border-top: 0;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  background-clip: padding-box;
  z-index: 1000;
}
oi-select .select-dropdown-optgroup {
  margin: 0;
  padding: 0;
}
oi-select .select-dropdown-optgroup-header {
  font-weight: bolder;
  padding: 3px 10px;
}
oi-select .select-dropdown-optgroup-option {
  padding: 3px 20px;
}
oi-select .select-dropdown-optgroup-option.active:not(.disabled) {
  background-color: #f1f1f1;
  cursor: pointer;
}
oi-select .select-dropdown-optgroup-option.disabled {
  color: #aaa;
}
oi-select:not(.multiple) .select-search-list-item_selection {
  color: #000;
  width: 100%;
  border-color: #fff;
  text-align: left;
}
oi-select:not(.multiple) .select-search-list-item_selection:not(:active) {
  background: none;
}
oi-select:not(.multiple):not(.cleanMode) .select-search-list-item_selection-remove {
  display: none;
}
oi-select:not(.multiple):not(.cleanMode) .select-search:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -19px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
}
oi-select[disabled="disabled"] .select-search {
  cursor: not-allowed;
  background: #fff;
  border-bottom: 1px solid #bdbdbd;
  opacity: 0.5;
}
oi-select[disabled="disabled"] .select-search-list-item_selection {
  cursor: not-allowed;
  box-shadow: none;
  border-color: transparent;
}
oi-select[disabled="disabled"] .select-search-list-item_selection-remove {
  visibility: hidden;
}
oi-select[disabled="disabled"] .select-search-list-item_input input:disabled {
  cursor: not-allowed;
  background: none;
}
oi-select.focused .select-search {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
oi-select.limited .select-search,
oi-select.invalid-item .select-search,
oi-select.limited .select-dropdown,
oi-select.invalid-item .select-dropdown {
  border-color: #f1bc28;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(230, 189, 46, 0.6);
}
oi-select.open .select-search {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
oi-select.open:not(.multiple) .select-search:after {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 5px 5px;
}
oi-select.loading:not(.multiple) .select-search:after {
  border-width: 0;
}
oi-select.emptyList .select-dropdown-optgroup-option strong {
  font-weight: normal;
}
.labels-selector .labels-script {
  width: 240px;
  display: inline-block;
  float: left;
}
.labels-selector .labels-form {
  width: 425px;
  display: inline-block;
}
@media (max-width: 767px) {
  .labels-selector .labels-form {
    min-width: 100px;
  }
}
.labels-selector p {
  margin: 0px;
  vertical-align: middle;
  line-height: 35px;
}
input.days-amount {
  width: 100px !important;
  display: inline;
  font-size: 14px;
}
oi-select .select-search {
  border: none;
  border-bottom: #363636 solid 1px;
  border-radius: 0px;
}
oi-select .select-search-list {
  padding: 2px 0px;
}
oi-select .select-search-list-item {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 4px;
  padding-bottom: 0px;
  border-color: #cccccc;
  background-color: #f5f5f5;
  border-radius: 3px;
  height: 24px;
  margin-right: 10px;
  font-size: 12px;
}
oi-select .select-search-list-item .labelName {
  max-width: 300px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
oi-select .select-search-list-item:hover,
oi-select .select-search-list-item:focus {
  color: #363636;
  outline: none;
}
oi-select .select-search-list-item_input {
  background-color: white !important;
  padding: 2px 0px;
  margin-bottom: 0px;
}
oi-select .select-search-list-item_input input {
  font-size: 12px;
  vertical-align: sub;
  display: inline-block;
}
oi-select .close {
  float: right;
  font-size: 22px;
  font-weight: normal;
  line-height: 20px;
  color: #363636;
  text-shadow: 0 1px 0 #fff;
  margin-left: 4px;
}
oi-select .select-dropdown {
  border: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(54, 54, 54, 0.6);
  margin-top: 5px;
}
oi-select.focused .select-search {
  border-bottom: #C2081E solid 1px;
  box-shadow: none;
}
oi-select.focused .select-search-list-item {
  color: inherit;
}
oi-select.focused .close {
  display: inline-block !important;
}
@media screen and (min-width: 567px) {
  .redux-toastr .top-center {
    width: 500px;
    margin-left: -250px;
  }
}
::-webkit-scrollbar-track {
  background-color: rgba(100, 100, 100, 0.1);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 4px;
}
.error-page {
  padding: 120px 20px 0 20px;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .error-page {
    padding-top: 40px;
  }
}
.error-page h1 {
  color: #C2081E;
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.error-page p {
  font-size: 16px;
}
.error-page .pic-wrapper {
  margin: 60px auto;
  max-width: 400px;
}
.error-page .pic-wrapper img {
  width: 100%;
}
.error-page .blue-link {
  color: #86a6d5;
}
.broken-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAQMAAAAk8RryAAAAA1BMVEX6+vqsEtnpAAAADUlEQVQYGWMYBYMKAAABkAABwfaqPgAAAABJRU5ErkJggg==);
  background-repeat: repeat;
  height: 100vh;
}
.broken-link .pic-wrapper {
  background-color: #FFFFFF;
  max-width: 600px;
}
.icon {
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
}
.icon svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.icon--theme path[fill],
.icon--theme-hover:hover path[fill],
.icon--theme g:not([fill="none"]) > path:not([fill]),
.icon--theme-hover:hover g:not([fill="none"]) > path:not([fill]),
.icon--theme g:not([fill="none"]) > ellipse:not([fill]),
.icon--theme-hover:hover g:not([fill="none"]) > ellipse:not([fill]),
.icon--theme g[fill="none"] > path[fill],
.icon--theme-hover:hover g[fill="none"] > path[fill] {
  fill: #C2081E;
}
.icon--theme path[stroke],
.icon--theme-hover:hover path[stroke] {
  stroke: #C2081E;
}
.icon--active path[fill],
.icon--active g:not([fill="none"]) > path:not([fill]),
.icon--active g:not([fill="none"]) > ellipse:not([fill]),
.icon--active g[fill="none"] > path[fill] {
  fill: #999999;
}
.icon--active path[stroke] {
  stroke: #999999;
}
.icon--disabled path[fill],
.icon--disabled g:not([fill="none"]) > path:not([fill]),
.icon--disabled g:not([fill="none"]) > ellipse:not([fill]),
.icon--disabled g[fill="none"] > path[fill] {
  fill: #DDDDDD;
}
.icon--disabled path[stroke] {
  stroke: #DDDDDD;
}
.icon--32 {
  width: 32px;
  height: 32px;
}
.icon--fill-g-theme g {
  fill: #C2081E;
}
.icon--fill-g-success g {
  fill: #87c8a5;
}
.icon--revert {
  transform: scale(-1, 1);
}
.icon--hover-light:hover g {
  fill: #FFFFFF;
}
.icon--arrow {
  width: 40px;
  height: 25px;
}
.source-line {
  margin-top: 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-right: 25%;
}
@media (max-width: 767px) {
  .source-line {
    flex-flow: row nowrap;
    padding-right: 0%;
  }
}
.source-line--simple {
  margin-top: 10px;
  padding-right: 0;
}
.source-line--pull-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.source-line--hint {
  margin-top: 10px;
  font-size: 12px;
}
.source-line-right {
  display: inline-block;
  margin: 10px 0 0 10px;
  flex: 1;
}
.source-line-right--evernote {
  margin: 0px 0 5px 10px;
}
.source-line-right:not(.source-line-right--simple) .DropdownCmp {
  display: block;
}
.source-line-right:not(.source-line-right--simple) .DropdownCmp .dropdown-wrapper {
  display: flex;
}
.source-line-right:not(.source-line-right--simple) .DropdownCmp .dropdown-wrapper .dropdown-input {
  max-width: none;
  width: 100%;
}
@media (max-width: 767px) {
  .source-line-left {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*!
* @package IcoFont
* @version 1.0.1
* @author
* @copyright 2024
* @license - https://icofont.com/license/
*/
@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url(data:font/woff2;base64,d09GMgABAAAAAAjsAAsAAAAAEBQAAAieAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCEPgqRVI4cATYCJAM0CxwABCAFhAoHgT4beQ0jEbaCk5Ij+0dCdpJ5Z+4VuXeEtjLLeNHYaCQyzzIA5+yiFQVGJ1aCaB3RiQiyMoGQVJD2S5ioGOzNmC/vc2brzK6DUgjWvFXItJ683gYfC34fCyL5Od1LyHX7WyHR/425OtG4R0hqpRLbxD53kxv6EdVkYpmQTDxCGqURIrFjtZxdqAnE/OLE5NXJTUAAUMKKRiBbtOrQA9qSAqkMdUBD9CcAvzBR4nEVQH7zB50hIyA3ssSO1EdiJhiAHEweBTDVzkG8hI0gMTkYCmLDLmLLIjT5fKm62t2qveplBmK+uhgAuOYDBSChP4HEcjJsISgXEmyipErSKAEQDD3fmPx8+fv9Sq4yorJT5enK3yurxVjh86W44LeKMJdAMGpIYmCbk6AghxIKsKDBQHb557HgRI06K0MBny/pDMSbXoYHkMD3+x5AAZUcgxw0AgxK0E5gUICeBgML+hsYaNDfwcCAVsMdZCAyWiCgBmmJsoAKAKAxd6gDgAPIKwA1D8KQbxNChqlBAmlQ+sIkSJZV6LVBuhC9jumD8H3j4+P61QpWBYXWrltLrVUYFIVTWzlRWyfXN9Q01Gt1tTWUqOYRo+HQGbKVxIJxhBxNCA0ursUQJyIxAOy4k4QVLKr5C0Qo0i+7cymwgyZJzqGwgaiAubCIsVIXtsSMGSIcisj3dBooiqz+MJ33B4LKfYMlx4R0Hgmg4s3Lf7owxGo9DkkSGQmYojCERNKiqJlHr4NjgKMoVE2vVnC0Ih6R9b0UBOOav0aEDd4vp/ResIFom1uHWggFwGbIMz5vej7J04cUwykwojGO5YhAdqz5lm+mJVYKR62yy8BbPyxVHs9iTHZ11/CM5/s+ezscAfEYWpHvamdCozOp5REylU7NUMsBGQSAPYqNUrJIZWBglhafoQ3ShMcIGD6TSXgfVsLqbE5knXI4SHEMyLDpJ4XIM6ndYgSVMjuJWQ4rEmsrs9icAYNiChTN4iAsWKyjzRHzAAKqXpY982L9l9068g7dtvYhnl3oWb4livU327dOdZUc2tt3f9fGfS2VLK6spRJJhJI6VzkXY14susI17Hkz02eIPkiwL8xzKlp8PBegjwHQfICzCsXBqJG2TPuJKn2EcJkUglhzqSFCUjl0iccgEjFQym7xjMebGJ2yAPPLvCprYDOKurMFV3+YD7Z7rp42sXWrX4r1zeVZ0SRO7C5OQ0h8FNDRjk3toHk0RApOzkBEpGSKPMEPzziG1zW0dVctEjP9QWz5/WzU6HdxfmrKmMlj/jvmyBBwaJMvnPJYnVcSExI9PUuvXW9uGwxSe841bswGKqDtyO0Eg3Pzjt+smzE9Gzsjh8jKGwO15v5etWhZUXuz1Xa02f5ZO4aj582/Rp+9VHK45DYpPU6ol2mwITP9H9WwedmOcRl11re+l73uizNlbLfD1viKrGXrXeez119yOv68Rek/BHnFUrHY4VyaZ2h5UsWmHO+sq9J1hM4P1pPEiqBlN9HkXp6hxS0V27bz+MFFpa7Gvu6hDOlPX/O5rOrf7t3GOlMerxfvtTpscrr2d4jb/adu0Ok/nY7H67Lbttgvepc6nK1kypOtotp2muQV8e9/9Fa6O92T7ka1iH59uP/zqC0DJnByrl1bzkbjdeJVFnYAHRLWqnWYItgzSj1WPbnn5PQ+TluOxb+yiLW1C7PSb+ge9Ds6hPs+IVjGtetaV6ydr++ndVraLH++ZWzCbronk6igs+lPoa2vZ+5G+k/jmdY5Oftn1dt187ecHLqdijKo9XXV7eic3CZrR9Wpf3PnXH9uTmuyXh0Kaa8G8EyI4++/OUU4Z1dwTgmHjeGZbKaeHsYzNtLGzoVzQqS00HM9meI8xtoEpM9qPPyhcmmj9kTniIRwmuvOz6zXw9YjusEfsT21vbWfOelI+JO+7uHeW/YzXyMDhwiWSGj3fMTVWXEfO7S9VVWuYfRMcJG24s5oLnvRRCaiaQchbKKhux3drWu8reujYfMaA4SMwrTUwgzhuya35F6okPE9Jkjjp33GgfVkk1PszLCZ7Kl+8RqZXGX6YeRGqn4kJ61XnrUaNCxTm7a+ttK1GVZjsM61WWNUzkeiqu0dctrQ+yMIFtLRz9wHbu+kb/HtCBn8B79Fzzwl29nP7Z9ep2dROB2e1YnbMzjHjg3/2brb0F38DcegSJFr0iFn86TFXTvOGY+iBhVchVbCqRn2kEvBS0KvxiwNS3FLXqtZbaoywaQbzsLdxPyo3MjJkyNzo/KvanLLPHlycPD8qKvEggJfmp+cl5iYl5z/iJsTe3lyTh4/BL14eXEYUQURRy4gJ9uC+YtSRrIZUB3zJqrGyfax95P/h8W9JRwa82aYAfgmF4VuJtshgcwlex/ifgd38/hPfXWZv8kR9REA3tT9MAB5qpv9ker2nzaQ/0mCAxpFQYXZAQHhpyFrVFcpiNDgxGGCS4JStgEOZxF6nG8ngoCssLIQyKTa51JCLZcWhjoyUKEesJQw2lGJeJgXUyEEeaBA0AoeoUUJ45LCwVxKOJFLC+c7MjBgLbBMeNhRiWxcPKwKUUSDtryvla9M6ia4KkoKAh7eJ3401mrZQqDc4ysz2szW2BVaC2VCoEASioyFg4zl/V12SRKNYsBXaqzhdEJJic/oD/i8Ai+Z3ZLkT7dYRGpRM+8rRVvw8KGVfpwySOgGAS5UoAQFCMBDC8UKQmWzISCAcnhu8zPCBjOs2dzWpKwIFHAUUAQsxCCzZDn6wwU7pDeKMOopAfhQ6mp7gQJKZJoPRvjp5bwQwEOCGe4KKX6kw8IaEosSc+uG0j1IsDMqFc+lIUiCGiZIFptDcWken1FJbk+ZqUQQJaV7qIDH5ZYUvFvgi00FJZKm3O8pm3Dlp73JflvFEf6SinJluVSQcfgWBgmmwhIfXywUqTxlos/EewJ8iUBR5cLlfAsAAA==) format("woff2"), url(data:font/woff;base64,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) format("woff");
}
[class^="icofont-"],
[class*=" icofont-"] {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.icofont-thin-left:before {
  content: "\eac9";
}
.icofont-thin-right:before {
  content: "\eaca";
}
.icofont-check-alt:before {
  content: "\eed6";
}
.icofont-spinner-alt-2:before {
  content: "\eff5";
}
.icofont-spinner-alt-3:before {
  content: "\eff6";
}
.icofont-plus:before {
  content: "\efc2";
}
.icofont-star-alt-2:before {
  content: "\efff";
}
.icofont-eye-blocked:before {
  content: "\ef22";
}
.icofont-info-circle:before {
  content: "\ef4e";
}
.icofont-eye:before {
  content: "\ef24";
}
.icofont-duotone.icofont-info-circle:before {
  content: "\13b45";
}
.icofont-duotone.icofont-info-circle:after {
  content: "\13b44";
}
[class^="icofont-"].icofont-duotone,
[class*=" icofont-"].icofont-duotone {
  position: relative;
}
[class^="icofont-"].icofont-duotone:before,
[class*=" icofont-"].icofont-duotone:before {
  position: absolute;
  left: 0;
  top: 0;
}
[class^="icofont-"].icofont-duotone:after,
[class*=" icofont-"].icofont-duotone:after {
  opacity: 0.4;
}
.icofont-xs {
  font-size: 0.5em;
}
.icofont-sm {
  font-size: 0.75em;
}
.icofont-md {
  font-size: 1.25em;
}
.icofont-lg {
  font-size: 1.5em;
}
.icofont-1x {
  font-size: 1em;
}
.icofont-2x {
  font-size: 2em;
}
.icofont-3x {
  font-size: 3em;
}
.icofont-4x {
  font-size: 4em;
}
.icofont-5x {
  font-size: 5em;
}
.icofont-6x {
  font-size: 6em;
}
.icofont-7x {
  font-size: 7em;
}
.icofont-8x {
  font-size: 8em;
}
.icofont-9x {
  font-size: 9em;
}
.icofont-10x {
  font-size: 10em;
}
.icofont-fw {
  text-align: center;
  width: 1.25em;
}
.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.icofont-ul > li {
  position: relative;
  line-height: 2em;
}
.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}
.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.icofont-pull-left {
  float: left;
}
.icofont-pull-right {
  float: right;
}
.icofont.icofont-pull-left {
  margin-right: 0.3em;
}
.icofont.icofont-pull-right {
  margin-left: 0.3em;
}
.icofont-spin {
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}
.icofont-pulse {
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}
@keyframes icofont-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.icofont-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.icofont-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.icofont-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical {
  filter: none;
  display: inline-block;
}
.icofont-inverse {
  color: #fff;
}

