@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600);form {
  font-size: 14px;
  width: 100%; }
  form .buttons {
    margin-top: 16px;
    display: flex; }
    form .buttons .button {
      width: 100%;
      margin-right: 8px; }
    form .buttons .button:last-child {
      margin-right: 0; }
  form p.form-group {
    display: flex; }
    form p.form-group input {
      margin-right: 8px; }

fieldset.row input {
  float: left;
  width: auto; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%; }
  fieldset .input-group {
    flex-direction: row;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    fieldset .input-group > label {
      line-height: 36px;
      width: 25%;
      margin-right: 8px; }
    fieldset .input-group [type='color'], fieldset .input-group [type='date'], fieldset .input-group [type='datetime'], fieldset .input-group [type='datetime-local'], fieldset .input-group [type='email'], fieldset .input-group [type='month'], fieldset .input-group [type='number'], fieldset .input-group [type='password'], fieldset .input-group [type='search'], fieldset .input-group [type='tel'], fieldset .input-group [type='text'], fieldset .input-group [type='time'], fieldset .input-group [type='url'], fieldset .input-group [type='week'], fieldset .input-group input:not([type]), fieldset .input-group textarea,
    fieldset .input-group select {
      flex: 1;
      margin-right: 8px; }
    fieldset .input-group button,
    fieldset .input-group a.button {
      margin-right: 8px; }
    fieldset .input-group button:last-child,
    fieldset .input-group a.button:last-child {
      margin-right: 0px; }
    fieldset .input-group .toggle-switch {
      width: 45%; }
  fieldset span.hint {
    font-size: 10px;
    color: #A0AAAF;
    align-self: flex-end;
    float: right;
    margin-top: -2px; }

legend {
  font-weight: 400;
  margin: 16px 0px;
  font-size: 11px;
  color: #A0AAAF;
  padding: 0; }

label {
  display: block;
  font-weight: 400;
  margin-bottom: 4px; }

input,
select,
textarea {
  display: block;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400; }

.checkbox-container {
  width: auto;
  display: table;
  margin: auto;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-container .checkmark {
    display: block;
    float: left;
    background-color: #E3E8EB;
    margin-top: 6px;
    border-radius: 40px;
    height: 12px;
    width: 12px; }
  .checkbox-container .text {
    margin-left: 10px;
    color: #575E62;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    float: left;
    margin-top: 3px; }
  .checkbox-container:hover input ~ .checkmark {
    background-color: #F6F7F8; }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #2962FF; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.toggle-switch {
  display: block;
  height: 28px;
  min-width: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 8px; }
  .toggle-switch input[type=checkbox] {
    display: none; }
  .toggle-switch label {
    cursor: pointer;
    color: #E3E8EB;
    font-weight: 400; }
    .toggle-switch label .toggle-track {
      display: block;
      height: 20px;
      width: 40px;
      background: #E3E8EB;
      border-radius: 20px;
      position: relative;
      margin-bottom: 15px;
      margin-right: 8px;
      float: left; }
  .toggle-switch .toggle-track:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #A0AAAF;
    transition: background .2s ease-in;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    transition: right .2s ease-in; }
  .toggle-switch input[type="checkbox"]:checked + label {
    color: #A0AAAF; }
    .toggle-switch input[type="checkbox"]:checked + label .toggle-track:before {
      background: #00BFA5;
      right: 0px; }

select {
  background: linear-gradient(45deg, transparent 50%, #252729 50%), linear-gradient(135deg, #252729 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding: 0.5em 3.5em 0.5em 1em !important;
  /* reset */
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select {
  appearance: none;
  background-color: #FFFFFF;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  border: 1px solid #E3E8EB;
  color: #575E62;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 150ms ease;
  width: 100%;
  padding: 8px 16px;
  -webkit-appearance: none; }
  [type='color'].big, [type='date'].big, [type='datetime'].big, [type='datetime-local'].big, [type='email'].big, [type='month'].big, [type='number'].big, [type='password'].big, [type='search'].big, [type='tel'].big, [type='text'].big, [type='time'].big, [type='url'].big, [type='week'].big, input:not([type]).big, textarea.big,
  select.big {
    height: 44px;
    font-size: 16px; }
  [type='color'].small, [type='date'].small, [type='datetime'].small, [type='datetime-local'].small, [type='email'].small, [type='month'].small, [type='number'].small, [type='password'].small, [type='search'].small, [type='tel'].small, [type='text'].small, [type='time'].small, [type='url'].small, [type='week'].small, input:not([type]).small, textarea.small,
  select.small {
    font-size: 13px;
    height: 32px;
    padding: 4px 16px; }
  [type='color'].tiny, [type='date'].tiny, [type='datetime'].tiny, [type='datetime-local'].tiny, [type='email'].tiny, [type='month'].tiny, [type='number'].tiny, [type='password'].tiny, [type='search'].tiny, [type='tel'].tiny, [type='text'].tiny, [type='time'].tiny, [type='url'].tiny, [type='week'].tiny, input:not([type]).tiny, textarea.tiny,
  select.tiny {
    height: 24px;
    font-size: 13px;
    padding: 0px 32px; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select:hover {
    border-color: #A0AAAF; }
  [type='color'].ng-dirty.ng-touched.ng-invalid, [type='color'].error, [type='color'].invalid, [type='date'].ng-dirty.ng-touched.ng-invalid, [type='date'].error, [type='date'].invalid, [type='datetime'].ng-dirty.ng-touched.ng-invalid, [type='datetime'].error, [type='datetime'].invalid, [type='datetime-local'].ng-dirty.ng-touched.ng-invalid, [type='datetime-local'].error, [type='datetime-local'].invalid, [type='email'].ng-dirty.ng-touched.ng-invalid, [type='email'].error, [type='email'].invalid, [type='month'].ng-dirty.ng-touched.ng-invalid, [type='month'].error, [type='month'].invalid, [type='number'].ng-dirty.ng-touched.ng-invalid, [type='number'].error, [type='number'].invalid, [type='password'].ng-dirty.ng-touched.ng-invalid, [type='password'].error, [type='password'].invalid, [type='search'].ng-dirty.ng-touched.ng-invalid, [type='search'].error, [type='search'].invalid, [type='tel'].ng-dirty.ng-touched.ng-invalid, [type='tel'].error, [type='tel'].invalid, [type='text'].ng-dirty.ng-touched.ng-invalid, [type='text'].error, [type='text'].invalid, [type='time'].ng-dirty.ng-touched.ng-invalid, [type='time'].error, [type='time'].invalid, [type='url'].ng-dirty.ng-touched.ng-invalid, [type='url'].error, [type='url'].invalid, [type='week'].ng-dirty.ng-touched.ng-invalid, [type='week'].error, [type='week'].invalid, input:not([type]).ng-dirty.ng-touched.ng-invalid, input:not([type]).error, input:not([type]).invalid, textarea.ng-dirty.ng-touched.ng-invalid, textarea.error, textarea.invalid,
  select.ng-dirty.ng-touched.ng-invalid,
  select.error,
  select.invalid {
    border: 1px solid #F50057; }
  [type='color'].success, [type='color'].valid, [type='date'].success, [type='date'].valid, [type='datetime'].success, [type='datetime'].valid, [type='datetime-local'].success, [type='datetime-local'].valid, [type='email'].success, [type='email'].valid, [type='month'].success, [type='month'].valid, [type='number'].success, [type='number'].valid, [type='password'].success, [type='password'].valid, [type='search'].success, [type='search'].valid, [type='tel'].success, [type='tel'].valid, [type='text'].success, [type='text'].valid, [type='time'].success, [type='time'].valid, [type='url'].success, [type='url'].valid, [type='week'].success, [type='week'].valid, input:not([type]).success, input:not([type]).valid, textarea.success, textarea.valid,
  select.success,
  select.valid {
    border: 1px solid #00BFA5; }
  [type='color'].warning, [type='color'].valid, [type='date'].warning, [type='date'].valid, [type='datetime'].warning, [type='datetime'].valid, [type='datetime-local'].warning, [type='datetime-local'].valid, [type='email'].warning, [type='email'].valid, [type='month'].warning, [type='month'].valid, [type='number'].warning, [type='number'].valid, [type='password'].warning, [type='password'].valid, [type='search'].warning, [type='search'].valid, [type='tel'].warning, [type='tel'].valid, [type='text'].warning, [type='text'].valid, [type='time'].warning, [type='time'].valid, [type='url'].warning, [type='url'].valid, [type='week'].warning, [type='week'].valid, input:not([type]).warning, input:not([type]).valid, textarea.warning, textarea.valid,
  select.warning,
  select.valid {
    border: 1px solid #FFB300; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select:focus {
    border-color: #A0AAAF;
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select:disabled:hover {
      border: 1px solid #D2DADE; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select::placeholder {
    color: #E3E8EB; }

.validation-text {
  font-size: 12px;
  font-weight: 200px; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 2px; }

[type="file"] {
  margin-bottom: 4px;
  width: 100%; }

select {
  margin-bottom: 4px;
  width: 100%; }

button, [type='button'], [type='reset'], [type='submit'],
.button {
  font-weight: 400;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0px 8px;
  transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
  background-color: #F6F7F8;
  border: 1px solid #F6F7F8;
  color: #575E62;
  fill: #575E62;
  stroke: #575E62;
  height: 36px;
  font-size: 14px;
  line-height: 36px; }
  button:hover, button.hover, [type='button']:hover, [type='button'].hover, [type='reset']:hover, [type='reset'].hover, [type='submit']:hover, [type='submit'].hover,
  .button:hover,
  .button.hover {
    background-color: #F6F7F8;
    border: 1px solid #A0AAAF;
    color: #575E62;
    fill: #575E62;
    stroke: #575E62; }
  button:focus, button::selection, button:active, button.active, [type='button']:focus, [type='button']::selection, [type='button']:active, [type='button'].active, [type='reset']:focus, [type='reset']::selection, [type='reset']:active, [type='reset'].active, [type='submit']:focus, [type='submit']::selection, [type='submit']:active, [type='submit'].active,
  .button:focus,
  .button::selection,
  .button:active,
  .button.active {
    background-color: #2962FF;
    color: #FFFFFF;
    border: 1px solid #2962FF;
    outline: none;
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important; }
  button:disabled, button.disabled, [type='button']:disabled, [type='button'].disabled, [type='reset']:disabled, [type='reset'].disabled, [type='submit']:disabled, [type='submit'].disabled,
  .button:disabled,
  .button.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  button svg, button img, [type='button'] svg, [type='button'] img, [type='reset'] svg, [type='reset'] img, [type='submit'] svg, [type='submit'] img,
  .button svg,
  .button img {
    height: 20px;
    width: 20px;
    margin: 8px; }
  button.dropdown:hover, [type='button'].dropdown:hover, [type='reset'].dropdown:hover, [type='submit'].dropdown:hover,
  .button.dropdown:hover {
    justify-content: flex-start;
    border-color: transparent !important; }
    button.dropdown:hover .subactions, [type='button'].dropdown:hover .subactions, [type='reset'].dropdown:hover .subactions, [type='submit'].dropdown:hover .subactions,
    .button.dropdown:hover .subactions {
      display: flex;
      justify-content: center; }
      button.dropdown:hover .subactions .button, [type='button'].dropdown:hover .subactions .button, [type='reset'].dropdown:hover .subactions .button, [type='submit'].dropdown:hover .subactions .button,
      .button.dropdown:hover .subactions .button {
        background-color: transparent;
        border: 1px solid transparent;
        color: #575E62;
        fill: #575E62;
        stroke: #575E62; }
        button.dropdown:hover .subactions .button:hover, button.dropdown:hover .subactions .button.hover, [type='button'].dropdown:hover .subactions .button:hover, [type='button'].dropdown:hover .subactions .button.hover, [type='reset'].dropdown:hover .subactions .button:hover, [type='reset'].dropdown:hover .subactions .button.hover, [type='submit'].dropdown:hover .subactions .button:hover, [type='submit'].dropdown:hover .subactions .button.hover,
        .button.dropdown:hover .subactions .button:hover,
        .button.dropdown:hover .subactions .button.hover {
          background-color: transparent;
          border: 1px solid transparent;
          color: #2962FF;
          fill: #2962FF;
          stroke: #2962FF; }
        button.dropdown:hover .subactions .button:focus, button.dropdown:hover .subactions .button::selection, button.dropdown:hover .subactions .button:active, button.dropdown:hover .subactions .button.active, [type='button'].dropdown:hover .subactions .button:focus, [type='button'].dropdown:hover .subactions .button::selection, [type='button'].dropdown:hover .subactions .button:active, [type='button'].dropdown:hover .subactions .button.active, [type='reset'].dropdown:hover .subactions .button:focus, [type='reset'].dropdown:hover .subactions .button::selection, [type='reset'].dropdown:hover .subactions .button:active, [type='reset'].dropdown:hover .subactions .button.active, [type='submit'].dropdown:hover .subactions .button:focus, [type='submit'].dropdown:hover .subactions .button::selection, [type='submit'].dropdown:hover .subactions .button:active, [type='submit'].dropdown:hover .subactions .button.active,
        .button.dropdown:hover .subactions .button:focus,
        .button.dropdown:hover .subactions .button::selection,
        .button.dropdown:hover .subactions .button:active,
        .button.dropdown:hover .subactions .button.active {
          background-color: transparent;
          color: #EEF0F3;
          border: 1px solid transparent;
          outline: none;
          fill: #EEF0F3 !important;
          stroke: #EEF0F3 !important; }
        button.dropdown:hover .subactions .button:disabled, button.dropdown:hover .subactions .button.disabled, [type='button'].dropdown:hover .subactions .button:disabled, [type='button'].dropdown:hover .subactions .button.disabled, [type='reset'].dropdown:hover .subactions .button:disabled, [type='reset'].dropdown:hover .subactions .button.disabled, [type='submit'].dropdown:hover .subactions .button:disabled, [type='submit'].dropdown:hover .subactions .button.disabled,
        .button.dropdown:hover .subactions .button:disabled,
        .button.dropdown:hover .subactions .button.disabled {
          cursor: not-allowed;
          opacity: 0.5; }
  button.dropdown .subactions, [type='button'].dropdown .subactions, [type='reset'].dropdown .subactions, [type='submit'].dropdown .subactions,
  .button.dropdown .subactions {
    background-color: #FCFDFF;
    border: 1px solid #F6F7F8;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
    display: none;
    flex-flow: column;
    position: absolute;
    z-index: 10000000;
    margin-left: -8px;
    margin-top: 35px; }
    button.dropdown .subactions .button, [type='button'].dropdown .subactions .button, [type='reset'].dropdown .subactions .button, [type='submit'].dropdown .subactions .button,
    .button.dropdown .subactions .button {
      margin: 0px !important; }
  button.capitalize, button .capitalize, [type='button'].capitalize, [type='button'] .capitalize, [type='reset'].capitalize, [type='reset'] .capitalize, [type='submit'].capitalize, [type='submit'] .capitalize,
  .button.capitalize,
  .button .capitalize {
    text-transform: capitalize; }
  button.lowercase, button .lowercase, [type='button'].lowercase, [type='button'] .lowercase, [type='reset'].lowercase, [type='reset'] .lowercase, [type='submit'].lowercase, [type='submit'] .lowercase,
  .button.lowercase,
  .button .lowercase {
    text-transform: lowercase; }
  button.big, [type='button'].big, [type='reset'].big, [type='submit'].big,
  .button.big {
    height: 44px;
    font-size: 16px;
    line-height: 44px; }
    button.big svg, button.big img, [type='button'].big svg, [type='button'].big img, [type='reset'].big svg, [type='reset'].big img, [type='submit'].big svg, [type='submit'].big img,
    .button.big svg,
    .button.big img {
      height: 28px;
      width: 28px;
      margin: 8px; }
    button.big.dropdown:hover, [type='button'].big.dropdown:hover, [type='reset'].big.dropdown:hover, [type='submit'].big.dropdown:hover,
    .button.big.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.big.dropdown:hover .subactions, [type='button'].big.dropdown:hover .subactions, [type='reset'].big.dropdown:hover .subactions, [type='submit'].big.dropdown:hover .subactions,
      .button.big.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.big.dropdown:hover .subactions .button, [type='button'].big.dropdown:hover .subactions .button, [type='reset'].big.dropdown:hover .subactions .button, [type='submit'].big.dropdown:hover .subactions .button,
        .button.big.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.big.dropdown:hover .subactions .button:hover, button.big.dropdown:hover .subactions .button.hover, [type='button'].big.dropdown:hover .subactions .button:hover, [type='button'].big.dropdown:hover .subactions .button.hover, [type='reset'].big.dropdown:hover .subactions .button:hover, [type='reset'].big.dropdown:hover .subactions .button.hover, [type='submit'].big.dropdown:hover .subactions .button:hover, [type='submit'].big.dropdown:hover .subactions .button.hover,
          .button.big.dropdown:hover .subactions .button:hover,
          .button.big.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.big.dropdown:hover .subactions .button:focus, button.big.dropdown:hover .subactions .button::selection, button.big.dropdown:hover .subactions .button:active, button.big.dropdown:hover .subactions .button.active, [type='button'].big.dropdown:hover .subactions .button:focus, [type='button'].big.dropdown:hover .subactions .button::selection, [type='button'].big.dropdown:hover .subactions .button:active, [type='button'].big.dropdown:hover .subactions .button.active, [type='reset'].big.dropdown:hover .subactions .button:focus, [type='reset'].big.dropdown:hover .subactions .button::selection, [type='reset'].big.dropdown:hover .subactions .button:active, [type='reset'].big.dropdown:hover .subactions .button.active, [type='submit'].big.dropdown:hover .subactions .button:focus, [type='submit'].big.dropdown:hover .subactions .button::selection, [type='submit'].big.dropdown:hover .subactions .button:active, [type='submit'].big.dropdown:hover .subactions .button.active,
          .button.big.dropdown:hover .subactions .button:focus,
          .button.big.dropdown:hover .subactions .button::selection,
          .button.big.dropdown:hover .subactions .button:active,
          .button.big.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.big.dropdown:hover .subactions .button:disabled, button.big.dropdown:hover .subactions .button.disabled, [type='button'].big.dropdown:hover .subactions .button:disabled, [type='button'].big.dropdown:hover .subactions .button.disabled, [type='reset'].big.dropdown:hover .subactions .button:disabled, [type='reset'].big.dropdown:hover .subactions .button.disabled, [type='submit'].big.dropdown:hover .subactions .button:disabled, [type='submit'].big.dropdown:hover .subactions .button.disabled,
          .button.big.dropdown:hover .subactions .button:disabled,
          .button.big.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.big.dropdown .subactions, [type='button'].big.dropdown .subactions, [type='reset'].big.dropdown .subactions, [type='submit'].big.dropdown .subactions,
    .button.big.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 43px; }
      button.big.dropdown .subactions .button, [type='button'].big.dropdown .subactions .button, [type='reset'].big.dropdown .subactions .button, [type='submit'].big.dropdown .subactions .button,
      .button.big.dropdown .subactions .button {
        margin: 0px !important; }
  button.small, [type='button'].small, [type='reset'].small, [type='submit'].small,
  .button.small {
    height: 32px;
    font-size: 13px;
    line-height: 32px; }
    button.small svg, button.small img, [type='button'].small svg, [type='button'].small img, [type='reset'].small svg, [type='reset'].small img, [type='submit'].small svg, [type='submit'].small img,
    .button.small svg,
    .button.small img {
      height: 16px;
      width: 16px;
      margin: 8px; }
    button.small.dropdown:hover, [type='button'].small.dropdown:hover, [type='reset'].small.dropdown:hover, [type='submit'].small.dropdown:hover,
    .button.small.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.small.dropdown:hover .subactions, [type='button'].small.dropdown:hover .subactions, [type='reset'].small.dropdown:hover .subactions, [type='submit'].small.dropdown:hover .subactions,
      .button.small.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.small.dropdown:hover .subactions .button, [type='button'].small.dropdown:hover .subactions .button, [type='reset'].small.dropdown:hover .subactions .button, [type='submit'].small.dropdown:hover .subactions .button,
        .button.small.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.small.dropdown:hover .subactions .button:hover, button.small.dropdown:hover .subactions .button.hover, [type='button'].small.dropdown:hover .subactions .button:hover, [type='button'].small.dropdown:hover .subactions .button.hover, [type='reset'].small.dropdown:hover .subactions .button:hover, [type='reset'].small.dropdown:hover .subactions .button.hover, [type='submit'].small.dropdown:hover .subactions .button:hover, [type='submit'].small.dropdown:hover .subactions .button.hover,
          .button.small.dropdown:hover .subactions .button:hover,
          .button.small.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.small.dropdown:hover .subactions .button:focus, button.small.dropdown:hover .subactions .button::selection, button.small.dropdown:hover .subactions .button:active, button.small.dropdown:hover .subactions .button.active, [type='button'].small.dropdown:hover .subactions .button:focus, [type='button'].small.dropdown:hover .subactions .button::selection, [type='button'].small.dropdown:hover .subactions .button:active, [type='button'].small.dropdown:hover .subactions .button.active, [type='reset'].small.dropdown:hover .subactions .button:focus, [type='reset'].small.dropdown:hover .subactions .button::selection, [type='reset'].small.dropdown:hover .subactions .button:active, [type='reset'].small.dropdown:hover .subactions .button.active, [type='submit'].small.dropdown:hover .subactions .button:focus, [type='submit'].small.dropdown:hover .subactions .button::selection, [type='submit'].small.dropdown:hover .subactions .button:active, [type='submit'].small.dropdown:hover .subactions .button.active,
          .button.small.dropdown:hover .subactions .button:focus,
          .button.small.dropdown:hover .subactions .button::selection,
          .button.small.dropdown:hover .subactions .button:active,
          .button.small.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.small.dropdown:hover .subactions .button:disabled, button.small.dropdown:hover .subactions .button.disabled, [type='button'].small.dropdown:hover .subactions .button:disabled, [type='button'].small.dropdown:hover .subactions .button.disabled, [type='reset'].small.dropdown:hover .subactions .button:disabled, [type='reset'].small.dropdown:hover .subactions .button.disabled, [type='submit'].small.dropdown:hover .subactions .button:disabled, [type='submit'].small.dropdown:hover .subactions .button.disabled,
          .button.small.dropdown:hover .subactions .button:disabled,
          .button.small.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.small.dropdown .subactions, [type='button'].small.dropdown .subactions, [type='reset'].small.dropdown .subactions, [type='submit'].small.dropdown .subactions,
    .button.small.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 31px; }
      button.small.dropdown .subactions .button, [type='button'].small.dropdown .subactions .button, [type='reset'].small.dropdown .subactions .button, [type='submit'].small.dropdown .subactions .button,
      .button.small.dropdown .subactions .button {
        margin: 0px !important; }
  button.tiny, [type='button'].tiny, [type='reset'].tiny, [type='submit'].tiny,
  .button.tiny {
    height: 24px;
    font-size: 13px;
    line-height: 24px; }
    button.tiny svg, button.tiny img, [type='button'].tiny svg, [type='button'].tiny img, [type='reset'].tiny svg, [type='reset'].tiny img, [type='submit'].tiny svg, [type='submit'].tiny img,
    .button.tiny svg,
    .button.tiny img {
      height: 8px;
      width: 8px;
      margin: 8px; }
    button.tiny.dropdown:hover, [type='button'].tiny.dropdown:hover, [type='reset'].tiny.dropdown:hover, [type='submit'].tiny.dropdown:hover,
    .button.tiny.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.tiny.dropdown:hover .subactions, [type='button'].tiny.dropdown:hover .subactions, [type='reset'].tiny.dropdown:hover .subactions, [type='submit'].tiny.dropdown:hover .subactions,
      .button.tiny.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.tiny.dropdown:hover .subactions .button, [type='button'].tiny.dropdown:hover .subactions .button, [type='reset'].tiny.dropdown:hover .subactions .button, [type='submit'].tiny.dropdown:hover .subactions .button,
        .button.tiny.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.tiny.dropdown:hover .subactions .button:hover, button.tiny.dropdown:hover .subactions .button.hover, [type='button'].tiny.dropdown:hover .subactions .button:hover, [type='button'].tiny.dropdown:hover .subactions .button.hover, [type='reset'].tiny.dropdown:hover .subactions .button:hover, [type='reset'].tiny.dropdown:hover .subactions .button.hover, [type='submit'].tiny.dropdown:hover .subactions .button:hover, [type='submit'].tiny.dropdown:hover .subactions .button.hover,
          .button.tiny.dropdown:hover .subactions .button:hover,
          .button.tiny.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.tiny.dropdown:hover .subactions .button:focus, button.tiny.dropdown:hover .subactions .button::selection, button.tiny.dropdown:hover .subactions .button:active, button.tiny.dropdown:hover .subactions .button.active, [type='button'].tiny.dropdown:hover .subactions .button:focus, [type='button'].tiny.dropdown:hover .subactions .button::selection, [type='button'].tiny.dropdown:hover .subactions .button:active, [type='button'].tiny.dropdown:hover .subactions .button.active, [type='reset'].tiny.dropdown:hover .subactions .button:focus, [type='reset'].tiny.dropdown:hover .subactions .button::selection, [type='reset'].tiny.dropdown:hover .subactions .button:active, [type='reset'].tiny.dropdown:hover .subactions .button.active, [type='submit'].tiny.dropdown:hover .subactions .button:focus, [type='submit'].tiny.dropdown:hover .subactions .button::selection, [type='submit'].tiny.dropdown:hover .subactions .button:active, [type='submit'].tiny.dropdown:hover .subactions .button.active,
          .button.tiny.dropdown:hover .subactions .button:focus,
          .button.tiny.dropdown:hover .subactions .button::selection,
          .button.tiny.dropdown:hover .subactions .button:active,
          .button.tiny.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.tiny.dropdown:hover .subactions .button:disabled, button.tiny.dropdown:hover .subactions .button.disabled, [type='button'].tiny.dropdown:hover .subactions .button:disabled, [type='button'].tiny.dropdown:hover .subactions .button.disabled, [type='reset'].tiny.dropdown:hover .subactions .button:disabled, [type='reset'].tiny.dropdown:hover .subactions .button.disabled, [type='submit'].tiny.dropdown:hover .subactions .button:disabled, [type='submit'].tiny.dropdown:hover .subactions .button.disabled,
          .button.tiny.dropdown:hover .subactions .button:disabled,
          .button.tiny.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.tiny.dropdown .subactions, [type='button'].tiny.dropdown .subactions, [type='reset'].tiny.dropdown .subactions, [type='submit'].tiny.dropdown .subactions,
    .button.tiny.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 23px; }
      button.tiny.dropdown .subactions .button, [type='button'].tiny.dropdown .subactions .button, [type='reset'].tiny.dropdown .subactions .button, [type='submit'].tiny.dropdown .subactions .button,
      .button.tiny.dropdown .subactions .button {
        margin: 0px !important; }
  button.full, [type='button'].full, [type='reset'].full, [type='submit'].full,
  .button.full {
    width: 100%;
    padding: 0px 8px; }
  button.padding, [type='button'].padding, [type='reset'].padding, [type='submit'].padding,
  .button.padding {
    padding: 0px 32px; }
  button.fixed, [type='button'].fixed, [type='reset'].fixed, [type='submit'].fixed,
  .button.fixed {
    width: 160px; }
  button.clear, [type='button'].clear, [type='reset'].clear, [type='submit'].clear,
  .button.clear {
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 8px;
    transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
    background-color: transparent;
    border: 1px solid transparent;
    color: #575E62;
    fill: #575E62;
    stroke: #575E62;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
    button.clear:hover, button.clear.hover, [type='button'].clear:hover, [type='button'].clear.hover, [type='reset'].clear:hover, [type='reset'].clear.hover, [type='submit'].clear:hover, [type='submit'].clear.hover,
    .button.clear:hover,
    .button.clear.hover {
      background-color: transparent;
      border: 1px solid transparent;
      color: #2962FF;
      fill: #2962FF;
      stroke: #2962FF; }
    button.clear:focus, button.clear::selection, button.clear:active, button.clear.active, [type='button'].clear:focus, [type='button'].clear::selection, [type='button'].clear:active, [type='button'].clear.active, [type='reset'].clear:focus, [type='reset'].clear::selection, [type='reset'].clear:active, [type='reset'].clear.active, [type='submit'].clear:focus, [type='submit'].clear::selection, [type='submit'].clear:active, [type='submit'].clear.active,
    .button.clear:focus,
    .button.clear::selection,
    .button.clear:active,
    .button.clear.active {
      background-color: transparent;
      color: #EEF0F3;
      border: 1px solid transparent;
      outline: none;
      fill: #EEF0F3 !important;
      stroke: #EEF0F3 !important; }
    button.clear:disabled, button.clear.disabled, [type='button'].clear:disabled, [type='button'].clear.disabled, [type='reset'].clear:disabled, [type='reset'].clear.disabled, [type='submit'].clear:disabled, [type='submit'].clear.disabled,
    .button.clear:disabled,
    .button.clear.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    button.clear svg, button.clear img, [type='button'].clear svg, [type='button'].clear img, [type='reset'].clear svg, [type='reset'].clear img, [type='submit'].clear svg, [type='submit'].clear img,
    .button.clear svg,
    .button.clear img {
      height: 20px;
      width: 20px;
      margin: 8px; }
    button.clear.dropdown:hover, [type='button'].clear.dropdown:hover, [type='reset'].clear.dropdown:hover, [type='submit'].clear.dropdown:hover,
    .button.clear.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.clear.dropdown:hover .subactions, [type='button'].clear.dropdown:hover .subactions, [type='reset'].clear.dropdown:hover .subactions, [type='submit'].clear.dropdown:hover .subactions,
      .button.clear.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.clear.dropdown:hover .subactions .button, [type='button'].clear.dropdown:hover .subactions .button, [type='reset'].clear.dropdown:hover .subactions .button, [type='submit'].clear.dropdown:hover .subactions .button,
        .button.clear.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.clear.dropdown:hover .subactions .button:hover, button.clear.dropdown:hover .subactions .button.hover, [type='button'].clear.dropdown:hover .subactions .button:hover, [type='button'].clear.dropdown:hover .subactions .button.hover, [type='reset'].clear.dropdown:hover .subactions .button:hover, [type='reset'].clear.dropdown:hover .subactions .button.hover, [type='submit'].clear.dropdown:hover .subactions .button:hover, [type='submit'].clear.dropdown:hover .subactions .button.hover,
          .button.clear.dropdown:hover .subactions .button:hover,
          .button.clear.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.clear.dropdown:hover .subactions .button:focus, button.clear.dropdown:hover .subactions .button::selection, button.clear.dropdown:hover .subactions .button:active, button.clear.dropdown:hover .subactions .button.active, [type='button'].clear.dropdown:hover .subactions .button:focus, [type='button'].clear.dropdown:hover .subactions .button::selection, [type='button'].clear.dropdown:hover .subactions .button:active, [type='button'].clear.dropdown:hover .subactions .button.active, [type='reset'].clear.dropdown:hover .subactions .button:focus, [type='reset'].clear.dropdown:hover .subactions .button::selection, [type='reset'].clear.dropdown:hover .subactions .button:active, [type='reset'].clear.dropdown:hover .subactions .button.active, [type='submit'].clear.dropdown:hover .subactions .button:focus, [type='submit'].clear.dropdown:hover .subactions .button::selection, [type='submit'].clear.dropdown:hover .subactions .button:active, [type='submit'].clear.dropdown:hover .subactions .button.active,
          .button.clear.dropdown:hover .subactions .button:focus,
          .button.clear.dropdown:hover .subactions .button::selection,
          .button.clear.dropdown:hover .subactions .button:active,
          .button.clear.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.clear.dropdown:hover .subactions .button:disabled, button.clear.dropdown:hover .subactions .button.disabled, [type='button'].clear.dropdown:hover .subactions .button:disabled, [type='button'].clear.dropdown:hover .subactions .button.disabled, [type='reset'].clear.dropdown:hover .subactions .button:disabled, [type='reset'].clear.dropdown:hover .subactions .button.disabled, [type='submit'].clear.dropdown:hover .subactions .button:disabled, [type='submit'].clear.dropdown:hover .subactions .button.disabled,
          .button.clear.dropdown:hover .subactions .button:disabled,
          .button.clear.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.clear.dropdown .subactions, [type='button'].clear.dropdown .subactions, [type='reset'].clear.dropdown .subactions, [type='submit'].clear.dropdown .subactions,
    .button.clear.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 35px; }
      button.clear.dropdown .subactions .button, [type='button'].clear.dropdown .subactions .button, [type='reset'].clear.dropdown .subactions .button, [type='submit'].clear.dropdown .subactions .button,
      .button.clear.dropdown .subactions .button {
        margin: 0px !important; }
    button.clear.capitalize, button.clear .capitalize, [type='button'].clear.capitalize, [type='button'].clear .capitalize, [type='reset'].clear.capitalize, [type='reset'].clear .capitalize, [type='submit'].clear.capitalize, [type='submit'].clear .capitalize,
    .button.clear.capitalize,
    .button.clear .capitalize {
      text-transform: capitalize; }
    button.clear.lowercase, button.clear .lowercase, [type='button'].clear.lowercase, [type='button'].clear .lowercase, [type='reset'].clear.lowercase, [type='reset'].clear .lowercase, [type='submit'].clear.lowercase, [type='submit'].clear .lowercase,
    .button.clear.lowercase,
    .button.clear .lowercase {
      text-transform: lowercase; }
    button.clear.big, [type='button'].clear.big, [type='reset'].clear.big, [type='submit'].clear.big,
    .button.clear.big {
      height: 44px;
      font-size: 16px;
      line-height: 44px; }
      button.clear.big svg, button.clear.big img, [type='button'].clear.big svg, [type='button'].clear.big img, [type='reset'].clear.big svg, [type='reset'].clear.big img, [type='submit'].clear.big svg, [type='submit'].clear.big img,
      .button.clear.big svg,
      .button.clear.big img {
        height: 28px;
        width: 28px;
        margin: 8px; }
      button.clear.big.dropdown:hover, [type='button'].clear.big.dropdown:hover, [type='reset'].clear.big.dropdown:hover, [type='submit'].clear.big.dropdown:hover,
      .button.clear.big.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.clear.big.dropdown:hover .subactions, [type='button'].clear.big.dropdown:hover .subactions, [type='reset'].clear.big.dropdown:hover .subactions, [type='submit'].clear.big.dropdown:hover .subactions,
        .button.clear.big.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.clear.big.dropdown:hover .subactions .button, [type='button'].clear.big.dropdown:hover .subactions .button, [type='reset'].clear.big.dropdown:hover .subactions .button, [type='submit'].clear.big.dropdown:hover .subactions .button,
          .button.clear.big.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.clear.big.dropdown:hover .subactions .button:hover, button.clear.big.dropdown:hover .subactions .button.hover, [type='button'].clear.big.dropdown:hover .subactions .button:hover, [type='button'].clear.big.dropdown:hover .subactions .button.hover, [type='reset'].clear.big.dropdown:hover .subactions .button:hover, [type='reset'].clear.big.dropdown:hover .subactions .button.hover, [type='submit'].clear.big.dropdown:hover .subactions .button:hover, [type='submit'].clear.big.dropdown:hover .subactions .button.hover,
            .button.clear.big.dropdown:hover .subactions .button:hover,
            .button.clear.big.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.clear.big.dropdown:hover .subactions .button:focus, button.clear.big.dropdown:hover .subactions .button::selection, button.clear.big.dropdown:hover .subactions .button:active, button.clear.big.dropdown:hover .subactions .button.active, [type='button'].clear.big.dropdown:hover .subactions .button:focus, [type='button'].clear.big.dropdown:hover .subactions .button::selection, [type='button'].clear.big.dropdown:hover .subactions .button:active, [type='button'].clear.big.dropdown:hover .subactions .button.active, [type='reset'].clear.big.dropdown:hover .subactions .button:focus, [type='reset'].clear.big.dropdown:hover .subactions .button::selection, [type='reset'].clear.big.dropdown:hover .subactions .button:active, [type='reset'].clear.big.dropdown:hover .subactions .button.active, [type='submit'].clear.big.dropdown:hover .subactions .button:focus, [type='submit'].clear.big.dropdown:hover .subactions .button::selection, [type='submit'].clear.big.dropdown:hover .subactions .button:active, [type='submit'].clear.big.dropdown:hover .subactions .button.active,
            .button.clear.big.dropdown:hover .subactions .button:focus,
            .button.clear.big.dropdown:hover .subactions .button::selection,
            .button.clear.big.dropdown:hover .subactions .button:active,
            .button.clear.big.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.clear.big.dropdown:hover .subactions .button:disabled, button.clear.big.dropdown:hover .subactions .button.disabled, [type='button'].clear.big.dropdown:hover .subactions .button:disabled, [type='button'].clear.big.dropdown:hover .subactions .button.disabled, [type='reset'].clear.big.dropdown:hover .subactions .button:disabled, [type='reset'].clear.big.dropdown:hover .subactions .button.disabled, [type='submit'].clear.big.dropdown:hover .subactions .button:disabled, [type='submit'].clear.big.dropdown:hover .subactions .button.disabled,
            .button.clear.big.dropdown:hover .subactions .button:disabled,
            .button.clear.big.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.clear.big.dropdown .subactions, [type='button'].clear.big.dropdown .subactions, [type='reset'].clear.big.dropdown .subactions, [type='submit'].clear.big.dropdown .subactions,
      .button.clear.big.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 43px; }
        button.clear.big.dropdown .subactions .button, [type='button'].clear.big.dropdown .subactions .button, [type='reset'].clear.big.dropdown .subactions .button, [type='submit'].clear.big.dropdown .subactions .button,
        .button.clear.big.dropdown .subactions .button {
          margin: 0px !important; }
    button.clear.small, [type='button'].clear.small, [type='reset'].clear.small, [type='submit'].clear.small,
    .button.clear.small {
      height: 32px;
      font-size: 13px;
      line-height: 32px; }
      button.clear.small svg, button.clear.small img, [type='button'].clear.small svg, [type='button'].clear.small img, [type='reset'].clear.small svg, [type='reset'].clear.small img, [type='submit'].clear.small svg, [type='submit'].clear.small img,
      .button.clear.small svg,
      .button.clear.small img {
        height: 16px;
        width: 16px;
        margin: 8px; }
      button.clear.small.dropdown:hover, [type='button'].clear.small.dropdown:hover, [type='reset'].clear.small.dropdown:hover, [type='submit'].clear.small.dropdown:hover,
      .button.clear.small.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.clear.small.dropdown:hover .subactions, [type='button'].clear.small.dropdown:hover .subactions, [type='reset'].clear.small.dropdown:hover .subactions, [type='submit'].clear.small.dropdown:hover .subactions,
        .button.clear.small.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.clear.small.dropdown:hover .subactions .button, [type='button'].clear.small.dropdown:hover .subactions .button, [type='reset'].clear.small.dropdown:hover .subactions .button, [type='submit'].clear.small.dropdown:hover .subactions .button,
          .button.clear.small.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.clear.small.dropdown:hover .subactions .button:hover, button.clear.small.dropdown:hover .subactions .button.hover, [type='button'].clear.small.dropdown:hover .subactions .button:hover, [type='button'].clear.small.dropdown:hover .subactions .button.hover, [type='reset'].clear.small.dropdown:hover .subactions .button:hover, [type='reset'].clear.small.dropdown:hover .subactions .button.hover, [type='submit'].clear.small.dropdown:hover .subactions .button:hover, [type='submit'].clear.small.dropdown:hover .subactions .button.hover,
            .button.clear.small.dropdown:hover .subactions .button:hover,
            .button.clear.small.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.clear.small.dropdown:hover .subactions .button:focus, button.clear.small.dropdown:hover .subactions .button::selection, button.clear.small.dropdown:hover .subactions .button:active, button.clear.small.dropdown:hover .subactions .button.active, [type='button'].clear.small.dropdown:hover .subactions .button:focus, [type='button'].clear.small.dropdown:hover .subactions .button::selection, [type='button'].clear.small.dropdown:hover .subactions .button:active, [type='button'].clear.small.dropdown:hover .subactions .button.active, [type='reset'].clear.small.dropdown:hover .subactions .button:focus, [type='reset'].clear.small.dropdown:hover .subactions .button::selection, [type='reset'].clear.small.dropdown:hover .subactions .button:active, [type='reset'].clear.small.dropdown:hover .subactions .button.active, [type='submit'].clear.small.dropdown:hover .subactions .button:focus, [type='submit'].clear.small.dropdown:hover .subactions .button::selection, [type='submit'].clear.small.dropdown:hover .subactions .button:active, [type='submit'].clear.small.dropdown:hover .subactions .button.active,
            .button.clear.small.dropdown:hover .subactions .button:focus,
            .button.clear.small.dropdown:hover .subactions .button::selection,
            .button.clear.small.dropdown:hover .subactions .button:active,
            .button.clear.small.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.clear.small.dropdown:hover .subactions .button:disabled, button.clear.small.dropdown:hover .subactions .button.disabled, [type='button'].clear.small.dropdown:hover .subactions .button:disabled, [type='button'].clear.small.dropdown:hover .subactions .button.disabled, [type='reset'].clear.small.dropdown:hover .subactions .button:disabled, [type='reset'].clear.small.dropdown:hover .subactions .button.disabled, [type='submit'].clear.small.dropdown:hover .subactions .button:disabled, [type='submit'].clear.small.dropdown:hover .subactions .button.disabled,
            .button.clear.small.dropdown:hover .subactions .button:disabled,
            .button.clear.small.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.clear.small.dropdown .subactions, [type='button'].clear.small.dropdown .subactions, [type='reset'].clear.small.dropdown .subactions, [type='submit'].clear.small.dropdown .subactions,
      .button.clear.small.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 31px; }
        button.clear.small.dropdown .subactions .button, [type='button'].clear.small.dropdown .subactions .button, [type='reset'].clear.small.dropdown .subactions .button, [type='submit'].clear.small.dropdown .subactions .button,
        .button.clear.small.dropdown .subactions .button {
          margin: 0px !important; }
    button.clear.tiny, [type='button'].clear.tiny, [type='reset'].clear.tiny, [type='submit'].clear.tiny,
    .button.clear.tiny {
      height: 24px;
      font-size: 13px;
      line-height: 24px; }
      button.clear.tiny svg, button.clear.tiny img, [type='button'].clear.tiny svg, [type='button'].clear.tiny img, [type='reset'].clear.tiny svg, [type='reset'].clear.tiny img, [type='submit'].clear.tiny svg, [type='submit'].clear.tiny img,
      .button.clear.tiny svg,
      .button.clear.tiny img {
        height: 8px;
        width: 8px;
        margin: 8px; }
      button.clear.tiny.dropdown:hover, [type='button'].clear.tiny.dropdown:hover, [type='reset'].clear.tiny.dropdown:hover, [type='submit'].clear.tiny.dropdown:hover,
      .button.clear.tiny.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.clear.tiny.dropdown:hover .subactions, [type='button'].clear.tiny.dropdown:hover .subactions, [type='reset'].clear.tiny.dropdown:hover .subactions, [type='submit'].clear.tiny.dropdown:hover .subactions,
        .button.clear.tiny.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.clear.tiny.dropdown:hover .subactions .button, [type='button'].clear.tiny.dropdown:hover .subactions .button, [type='reset'].clear.tiny.dropdown:hover .subactions .button, [type='submit'].clear.tiny.dropdown:hover .subactions .button,
          .button.clear.tiny.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.clear.tiny.dropdown:hover .subactions .button:hover, button.clear.tiny.dropdown:hover .subactions .button.hover, [type='button'].clear.tiny.dropdown:hover .subactions .button:hover, [type='button'].clear.tiny.dropdown:hover .subactions .button.hover, [type='reset'].clear.tiny.dropdown:hover .subactions .button:hover, [type='reset'].clear.tiny.dropdown:hover .subactions .button.hover, [type='submit'].clear.tiny.dropdown:hover .subactions .button:hover, [type='submit'].clear.tiny.dropdown:hover .subactions .button.hover,
            .button.clear.tiny.dropdown:hover .subactions .button:hover,
            .button.clear.tiny.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.clear.tiny.dropdown:hover .subactions .button:focus, button.clear.tiny.dropdown:hover .subactions .button::selection, button.clear.tiny.dropdown:hover .subactions .button:active, button.clear.tiny.dropdown:hover .subactions .button.active, [type='button'].clear.tiny.dropdown:hover .subactions .button:focus, [type='button'].clear.tiny.dropdown:hover .subactions .button::selection, [type='button'].clear.tiny.dropdown:hover .subactions .button:active, [type='button'].clear.tiny.dropdown:hover .subactions .button.active, [type='reset'].clear.tiny.dropdown:hover .subactions .button:focus, [type='reset'].clear.tiny.dropdown:hover .subactions .button::selection, [type='reset'].clear.tiny.dropdown:hover .subactions .button:active, [type='reset'].clear.tiny.dropdown:hover .subactions .button.active, [type='submit'].clear.tiny.dropdown:hover .subactions .button:focus, [type='submit'].clear.tiny.dropdown:hover .subactions .button::selection, [type='submit'].clear.tiny.dropdown:hover .subactions .button:active, [type='submit'].clear.tiny.dropdown:hover .subactions .button.active,
            .button.clear.tiny.dropdown:hover .subactions .button:focus,
            .button.clear.tiny.dropdown:hover .subactions .button::selection,
            .button.clear.tiny.dropdown:hover .subactions .button:active,
            .button.clear.tiny.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.clear.tiny.dropdown:hover .subactions .button:disabled, button.clear.tiny.dropdown:hover .subactions .button.disabled, [type='button'].clear.tiny.dropdown:hover .subactions .button:disabled, [type='button'].clear.tiny.dropdown:hover .subactions .button.disabled, [type='reset'].clear.tiny.dropdown:hover .subactions .button:disabled, [type='reset'].clear.tiny.dropdown:hover .subactions .button.disabled, [type='submit'].clear.tiny.dropdown:hover .subactions .button:disabled, [type='submit'].clear.tiny.dropdown:hover .subactions .button.disabled,
            .button.clear.tiny.dropdown:hover .subactions .button:disabled,
            .button.clear.tiny.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.clear.tiny.dropdown .subactions, [type='button'].clear.tiny.dropdown .subactions, [type='reset'].clear.tiny.dropdown .subactions, [type='submit'].clear.tiny.dropdown .subactions,
      .button.clear.tiny.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 23px; }
        button.clear.tiny.dropdown .subactions .button, [type='button'].clear.tiny.dropdown .subactions .button, [type='reset'].clear.tiny.dropdown .subactions .button, [type='submit'].clear.tiny.dropdown .subactions .button,
        .button.clear.tiny.dropdown .subactions .button {
          margin: 0px !important; }
    button.clear.full, [type='button'].clear.full, [type='reset'].clear.full, [type='submit'].clear.full,
    .button.clear.full {
      width: 100%;
      padding: 0px 8px; }
    button.clear.padding, [type='button'].clear.padding, [type='reset'].clear.padding, [type='submit'].clear.padding,
    .button.clear.padding {
      padding: 0px 32px; }
    button.clear.fixed, [type='button'].clear.fixed, [type='reset'].clear.fixed, [type='submit'].clear.fixed,
    .button.clear.fixed {
      width: 160px; }
  button.primary, [type='button'].primary, [type='reset'].primary, [type='submit'].primary,
  .button.primary {
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 8px;
    transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
    background-color: #2962FF;
    border: 1px solid #2962FF;
    color: #FFFFFF;
    fill: #FFFFFF;
    stroke: #FFFFFF;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
    button.primary:hover, button.primary.hover, [type='button'].primary:hover, [type='button'].primary.hover, [type='reset'].primary:hover, [type='reset'].primary.hover, [type='submit'].primary:hover, [type='submit'].primary.hover,
    .button.primary:hover,
    .button.primary.hover {
      background-color: #2753CC;
      border: 1px solid #2753CC;
      color: #FFFFFF;
      fill: #FFFFFF;
      stroke: #FFFFFF; }
    button.primary:focus, button.primary::selection, button.primary:active, button.primary.active, [type='button'].primary:focus, [type='button'].primary::selection, [type='button'].primary:active, [type='button'].primary.active, [type='reset'].primary:focus, [type='reset'].primary::selection, [type='reset'].primary:active, [type='reset'].primary.active, [type='submit'].primary:focus, [type='submit'].primary::selection, [type='submit'].primary:active, [type='submit'].primary.active,
    .button.primary:focus,
    .button.primary::selection,
    .button.primary:active,
    .button.primary.active {
      background-color: #183B99;
      color: #FFFFFF;
      border: 1px solid #183B99;
      outline: none;
      fill: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    button.primary:disabled, button.primary.disabled, [type='button'].primary:disabled, [type='button'].primary.disabled, [type='reset'].primary:disabled, [type='reset'].primary.disabled, [type='submit'].primary:disabled, [type='submit'].primary.disabled,
    .button.primary:disabled,
    .button.primary.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    button.primary svg, button.primary img, [type='button'].primary svg, [type='button'].primary img, [type='reset'].primary svg, [type='reset'].primary img, [type='submit'].primary svg, [type='submit'].primary img,
    .button.primary svg,
    .button.primary img {
      height: 20px;
      width: 20px;
      margin: 8px; }
    button.primary.dropdown:hover, [type='button'].primary.dropdown:hover, [type='reset'].primary.dropdown:hover, [type='submit'].primary.dropdown:hover,
    .button.primary.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.primary.dropdown:hover .subactions, [type='button'].primary.dropdown:hover .subactions, [type='reset'].primary.dropdown:hover .subactions, [type='submit'].primary.dropdown:hover .subactions,
      .button.primary.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.primary.dropdown:hover .subactions .button, [type='button'].primary.dropdown:hover .subactions .button, [type='reset'].primary.dropdown:hover .subactions .button, [type='submit'].primary.dropdown:hover .subactions .button,
        .button.primary.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.primary.dropdown:hover .subactions .button:hover, button.primary.dropdown:hover .subactions .button.hover, [type='button'].primary.dropdown:hover .subactions .button:hover, [type='button'].primary.dropdown:hover .subactions .button.hover, [type='reset'].primary.dropdown:hover .subactions .button:hover, [type='reset'].primary.dropdown:hover .subactions .button.hover, [type='submit'].primary.dropdown:hover .subactions .button:hover, [type='submit'].primary.dropdown:hover .subactions .button.hover,
          .button.primary.dropdown:hover .subactions .button:hover,
          .button.primary.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.primary.dropdown:hover .subactions .button:focus, button.primary.dropdown:hover .subactions .button::selection, button.primary.dropdown:hover .subactions .button:active, button.primary.dropdown:hover .subactions .button.active, [type='button'].primary.dropdown:hover .subactions .button:focus, [type='button'].primary.dropdown:hover .subactions .button::selection, [type='button'].primary.dropdown:hover .subactions .button:active, [type='button'].primary.dropdown:hover .subactions .button.active, [type='reset'].primary.dropdown:hover .subactions .button:focus, [type='reset'].primary.dropdown:hover .subactions .button::selection, [type='reset'].primary.dropdown:hover .subactions .button:active, [type='reset'].primary.dropdown:hover .subactions .button.active, [type='submit'].primary.dropdown:hover .subactions .button:focus, [type='submit'].primary.dropdown:hover .subactions .button::selection, [type='submit'].primary.dropdown:hover .subactions .button:active, [type='submit'].primary.dropdown:hover .subactions .button.active,
          .button.primary.dropdown:hover .subactions .button:focus,
          .button.primary.dropdown:hover .subactions .button::selection,
          .button.primary.dropdown:hover .subactions .button:active,
          .button.primary.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.primary.dropdown:hover .subactions .button:disabled, button.primary.dropdown:hover .subactions .button.disabled, [type='button'].primary.dropdown:hover .subactions .button:disabled, [type='button'].primary.dropdown:hover .subactions .button.disabled, [type='reset'].primary.dropdown:hover .subactions .button:disabled, [type='reset'].primary.dropdown:hover .subactions .button.disabled, [type='submit'].primary.dropdown:hover .subactions .button:disabled, [type='submit'].primary.dropdown:hover .subactions .button.disabled,
          .button.primary.dropdown:hover .subactions .button:disabled,
          .button.primary.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.primary.dropdown .subactions, [type='button'].primary.dropdown .subactions, [type='reset'].primary.dropdown .subactions, [type='submit'].primary.dropdown .subactions,
    .button.primary.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 35px; }
      button.primary.dropdown .subactions .button, [type='button'].primary.dropdown .subactions .button, [type='reset'].primary.dropdown .subactions .button, [type='submit'].primary.dropdown .subactions .button,
      .button.primary.dropdown .subactions .button {
        margin: 0px !important; }
    button.primary.capitalize, button.primary .capitalize, [type='button'].primary.capitalize, [type='button'].primary .capitalize, [type='reset'].primary.capitalize, [type='reset'].primary .capitalize, [type='submit'].primary.capitalize, [type='submit'].primary .capitalize,
    .button.primary.capitalize,
    .button.primary .capitalize {
      text-transform: capitalize; }
    button.primary.lowercase, button.primary .lowercase, [type='button'].primary.lowercase, [type='button'].primary .lowercase, [type='reset'].primary.lowercase, [type='reset'].primary .lowercase, [type='submit'].primary.lowercase, [type='submit'].primary .lowercase,
    .button.primary.lowercase,
    .button.primary .lowercase {
      text-transform: lowercase; }
    button.primary.big, [type='button'].primary.big, [type='reset'].primary.big, [type='submit'].primary.big,
    .button.primary.big {
      height: 44px;
      font-size: 16px;
      line-height: 44px; }
      button.primary.big svg, button.primary.big img, [type='button'].primary.big svg, [type='button'].primary.big img, [type='reset'].primary.big svg, [type='reset'].primary.big img, [type='submit'].primary.big svg, [type='submit'].primary.big img,
      .button.primary.big svg,
      .button.primary.big img {
        height: 28px;
        width: 28px;
        margin: 8px; }
      button.primary.big.dropdown:hover, [type='button'].primary.big.dropdown:hover, [type='reset'].primary.big.dropdown:hover, [type='submit'].primary.big.dropdown:hover,
      .button.primary.big.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.primary.big.dropdown:hover .subactions, [type='button'].primary.big.dropdown:hover .subactions, [type='reset'].primary.big.dropdown:hover .subactions, [type='submit'].primary.big.dropdown:hover .subactions,
        .button.primary.big.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.primary.big.dropdown:hover .subactions .button, [type='button'].primary.big.dropdown:hover .subactions .button, [type='reset'].primary.big.dropdown:hover .subactions .button, [type='submit'].primary.big.dropdown:hover .subactions .button,
          .button.primary.big.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.primary.big.dropdown:hover .subactions .button:hover, button.primary.big.dropdown:hover .subactions .button.hover, [type='button'].primary.big.dropdown:hover .subactions .button:hover, [type='button'].primary.big.dropdown:hover .subactions .button.hover, [type='reset'].primary.big.dropdown:hover .subactions .button:hover, [type='reset'].primary.big.dropdown:hover .subactions .button.hover, [type='submit'].primary.big.dropdown:hover .subactions .button:hover, [type='submit'].primary.big.dropdown:hover .subactions .button.hover,
            .button.primary.big.dropdown:hover .subactions .button:hover,
            .button.primary.big.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.primary.big.dropdown:hover .subactions .button:focus, button.primary.big.dropdown:hover .subactions .button::selection, button.primary.big.dropdown:hover .subactions .button:active, button.primary.big.dropdown:hover .subactions .button.active, [type='button'].primary.big.dropdown:hover .subactions .button:focus, [type='button'].primary.big.dropdown:hover .subactions .button::selection, [type='button'].primary.big.dropdown:hover .subactions .button:active, [type='button'].primary.big.dropdown:hover .subactions .button.active, [type='reset'].primary.big.dropdown:hover .subactions .button:focus, [type='reset'].primary.big.dropdown:hover .subactions .button::selection, [type='reset'].primary.big.dropdown:hover .subactions .button:active, [type='reset'].primary.big.dropdown:hover .subactions .button.active, [type='submit'].primary.big.dropdown:hover .subactions .button:focus, [type='submit'].primary.big.dropdown:hover .subactions .button::selection, [type='submit'].primary.big.dropdown:hover .subactions .button:active, [type='submit'].primary.big.dropdown:hover .subactions .button.active,
            .button.primary.big.dropdown:hover .subactions .button:focus,
            .button.primary.big.dropdown:hover .subactions .button::selection,
            .button.primary.big.dropdown:hover .subactions .button:active,
            .button.primary.big.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.primary.big.dropdown:hover .subactions .button:disabled, button.primary.big.dropdown:hover .subactions .button.disabled, [type='button'].primary.big.dropdown:hover .subactions .button:disabled, [type='button'].primary.big.dropdown:hover .subactions .button.disabled, [type='reset'].primary.big.dropdown:hover .subactions .button:disabled, [type='reset'].primary.big.dropdown:hover .subactions .button.disabled, [type='submit'].primary.big.dropdown:hover .subactions .button:disabled, [type='submit'].primary.big.dropdown:hover .subactions .button.disabled,
            .button.primary.big.dropdown:hover .subactions .button:disabled,
            .button.primary.big.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.primary.big.dropdown .subactions, [type='button'].primary.big.dropdown .subactions, [type='reset'].primary.big.dropdown .subactions, [type='submit'].primary.big.dropdown .subactions,
      .button.primary.big.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 43px; }
        button.primary.big.dropdown .subactions .button, [type='button'].primary.big.dropdown .subactions .button, [type='reset'].primary.big.dropdown .subactions .button, [type='submit'].primary.big.dropdown .subactions .button,
        .button.primary.big.dropdown .subactions .button {
          margin: 0px !important; }
    button.primary.small, [type='button'].primary.small, [type='reset'].primary.small, [type='submit'].primary.small,
    .button.primary.small {
      height: 32px;
      font-size: 13px;
      line-height: 32px; }
      button.primary.small svg, button.primary.small img, [type='button'].primary.small svg, [type='button'].primary.small img, [type='reset'].primary.small svg, [type='reset'].primary.small img, [type='submit'].primary.small svg, [type='submit'].primary.small img,
      .button.primary.small svg,
      .button.primary.small img {
        height: 16px;
        width: 16px;
        margin: 8px; }
      button.primary.small.dropdown:hover, [type='button'].primary.small.dropdown:hover, [type='reset'].primary.small.dropdown:hover, [type='submit'].primary.small.dropdown:hover,
      .button.primary.small.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.primary.small.dropdown:hover .subactions, [type='button'].primary.small.dropdown:hover .subactions, [type='reset'].primary.small.dropdown:hover .subactions, [type='submit'].primary.small.dropdown:hover .subactions,
        .button.primary.small.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.primary.small.dropdown:hover .subactions .button, [type='button'].primary.small.dropdown:hover .subactions .button, [type='reset'].primary.small.dropdown:hover .subactions .button, [type='submit'].primary.small.dropdown:hover .subactions .button,
          .button.primary.small.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.primary.small.dropdown:hover .subactions .button:hover, button.primary.small.dropdown:hover .subactions .button.hover, [type='button'].primary.small.dropdown:hover .subactions .button:hover, [type='button'].primary.small.dropdown:hover .subactions .button.hover, [type='reset'].primary.small.dropdown:hover .subactions .button:hover, [type='reset'].primary.small.dropdown:hover .subactions .button.hover, [type='submit'].primary.small.dropdown:hover .subactions .button:hover, [type='submit'].primary.small.dropdown:hover .subactions .button.hover,
            .button.primary.small.dropdown:hover .subactions .button:hover,
            .button.primary.small.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.primary.small.dropdown:hover .subactions .button:focus, button.primary.small.dropdown:hover .subactions .button::selection, button.primary.small.dropdown:hover .subactions .button:active, button.primary.small.dropdown:hover .subactions .button.active, [type='button'].primary.small.dropdown:hover .subactions .button:focus, [type='button'].primary.small.dropdown:hover .subactions .button::selection, [type='button'].primary.small.dropdown:hover .subactions .button:active, [type='button'].primary.small.dropdown:hover .subactions .button.active, [type='reset'].primary.small.dropdown:hover .subactions .button:focus, [type='reset'].primary.small.dropdown:hover .subactions .button::selection, [type='reset'].primary.small.dropdown:hover .subactions .button:active, [type='reset'].primary.small.dropdown:hover .subactions .button.active, [type='submit'].primary.small.dropdown:hover .subactions .button:focus, [type='submit'].primary.small.dropdown:hover .subactions .button::selection, [type='submit'].primary.small.dropdown:hover .subactions .button:active, [type='submit'].primary.small.dropdown:hover .subactions .button.active,
            .button.primary.small.dropdown:hover .subactions .button:focus,
            .button.primary.small.dropdown:hover .subactions .button::selection,
            .button.primary.small.dropdown:hover .subactions .button:active,
            .button.primary.small.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.primary.small.dropdown:hover .subactions .button:disabled, button.primary.small.dropdown:hover .subactions .button.disabled, [type='button'].primary.small.dropdown:hover .subactions .button:disabled, [type='button'].primary.small.dropdown:hover .subactions .button.disabled, [type='reset'].primary.small.dropdown:hover .subactions .button:disabled, [type='reset'].primary.small.dropdown:hover .subactions .button.disabled, [type='submit'].primary.small.dropdown:hover .subactions .button:disabled, [type='submit'].primary.small.dropdown:hover .subactions .button.disabled,
            .button.primary.small.dropdown:hover .subactions .button:disabled,
            .button.primary.small.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.primary.small.dropdown .subactions, [type='button'].primary.small.dropdown .subactions, [type='reset'].primary.small.dropdown .subactions, [type='submit'].primary.small.dropdown .subactions,
      .button.primary.small.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 31px; }
        button.primary.small.dropdown .subactions .button, [type='button'].primary.small.dropdown .subactions .button, [type='reset'].primary.small.dropdown .subactions .button, [type='submit'].primary.small.dropdown .subactions .button,
        .button.primary.small.dropdown .subactions .button {
          margin: 0px !important; }
    button.primary.tiny, [type='button'].primary.tiny, [type='reset'].primary.tiny, [type='submit'].primary.tiny,
    .button.primary.tiny {
      height: 24px;
      font-size: 13px;
      line-height: 24px; }
      button.primary.tiny svg, button.primary.tiny img, [type='button'].primary.tiny svg, [type='button'].primary.tiny img, [type='reset'].primary.tiny svg, [type='reset'].primary.tiny img, [type='submit'].primary.tiny svg, [type='submit'].primary.tiny img,
      .button.primary.tiny svg,
      .button.primary.tiny img {
        height: 8px;
        width: 8px;
        margin: 8px; }
      button.primary.tiny.dropdown:hover, [type='button'].primary.tiny.dropdown:hover, [type='reset'].primary.tiny.dropdown:hover, [type='submit'].primary.tiny.dropdown:hover,
      .button.primary.tiny.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.primary.tiny.dropdown:hover .subactions, [type='button'].primary.tiny.dropdown:hover .subactions, [type='reset'].primary.tiny.dropdown:hover .subactions, [type='submit'].primary.tiny.dropdown:hover .subactions,
        .button.primary.tiny.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.primary.tiny.dropdown:hover .subactions .button, [type='button'].primary.tiny.dropdown:hover .subactions .button, [type='reset'].primary.tiny.dropdown:hover .subactions .button, [type='submit'].primary.tiny.dropdown:hover .subactions .button,
          .button.primary.tiny.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.primary.tiny.dropdown:hover .subactions .button:hover, button.primary.tiny.dropdown:hover .subactions .button.hover, [type='button'].primary.tiny.dropdown:hover .subactions .button:hover, [type='button'].primary.tiny.dropdown:hover .subactions .button.hover, [type='reset'].primary.tiny.dropdown:hover .subactions .button:hover, [type='reset'].primary.tiny.dropdown:hover .subactions .button.hover, [type='submit'].primary.tiny.dropdown:hover .subactions .button:hover, [type='submit'].primary.tiny.dropdown:hover .subactions .button.hover,
            .button.primary.tiny.dropdown:hover .subactions .button:hover,
            .button.primary.tiny.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.primary.tiny.dropdown:hover .subactions .button:focus, button.primary.tiny.dropdown:hover .subactions .button::selection, button.primary.tiny.dropdown:hover .subactions .button:active, button.primary.tiny.dropdown:hover .subactions .button.active, [type='button'].primary.tiny.dropdown:hover .subactions .button:focus, [type='button'].primary.tiny.dropdown:hover .subactions .button::selection, [type='button'].primary.tiny.dropdown:hover .subactions .button:active, [type='button'].primary.tiny.dropdown:hover .subactions .button.active, [type='reset'].primary.tiny.dropdown:hover .subactions .button:focus, [type='reset'].primary.tiny.dropdown:hover .subactions .button::selection, [type='reset'].primary.tiny.dropdown:hover .subactions .button:active, [type='reset'].primary.tiny.dropdown:hover .subactions .button.active, [type='submit'].primary.tiny.dropdown:hover .subactions .button:focus, [type='submit'].primary.tiny.dropdown:hover .subactions .button::selection, [type='submit'].primary.tiny.dropdown:hover .subactions .button:active, [type='submit'].primary.tiny.dropdown:hover .subactions .button.active,
            .button.primary.tiny.dropdown:hover .subactions .button:focus,
            .button.primary.tiny.dropdown:hover .subactions .button::selection,
            .button.primary.tiny.dropdown:hover .subactions .button:active,
            .button.primary.tiny.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.primary.tiny.dropdown:hover .subactions .button:disabled, button.primary.tiny.dropdown:hover .subactions .button.disabled, [type='button'].primary.tiny.dropdown:hover .subactions .button:disabled, [type='button'].primary.tiny.dropdown:hover .subactions .button.disabled, [type='reset'].primary.tiny.dropdown:hover .subactions .button:disabled, [type='reset'].primary.tiny.dropdown:hover .subactions .button.disabled, [type='submit'].primary.tiny.dropdown:hover .subactions .button:disabled, [type='submit'].primary.tiny.dropdown:hover .subactions .button.disabled,
            .button.primary.tiny.dropdown:hover .subactions .button:disabled,
            .button.primary.tiny.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.primary.tiny.dropdown .subactions, [type='button'].primary.tiny.dropdown .subactions, [type='reset'].primary.tiny.dropdown .subactions, [type='submit'].primary.tiny.dropdown .subactions,
      .button.primary.tiny.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 23px; }
        button.primary.tiny.dropdown .subactions .button, [type='button'].primary.tiny.dropdown .subactions .button, [type='reset'].primary.tiny.dropdown .subactions .button, [type='submit'].primary.tiny.dropdown .subactions .button,
        .button.primary.tiny.dropdown .subactions .button {
          margin: 0px !important; }
    button.primary.full, [type='button'].primary.full, [type='reset'].primary.full, [type='submit'].primary.full,
    .button.primary.full {
      width: 100%;
      padding: 0px 8px; }
    button.primary.padding, [type='button'].primary.padding, [type='reset'].primary.padding, [type='submit'].primary.padding,
    .button.primary.padding {
      padding: 0px 32px; }
    button.primary.fixed, [type='button'].primary.fixed, [type='reset'].primary.fixed, [type='submit'].primary.fixed,
    .button.primary.fixed {
      width: 160px; }
  button.info, [type='button'].info, [type='reset'].info, [type='submit'].info,
  .button.info {
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 8px;
    transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
    background-color: #8D25AA;
    border: 1px solid #8D25AA;
    color: #FFFFFF;
    fill: #FFFFFF;
    stroke: #FFFFFF;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
    button.info:hover, button.info.hover, [type='button'].info:hover, [type='button'].info.hover, [type='reset'].info:hover, [type='reset'].info.hover, [type='submit'].info:hover, [type='submit'].info.hover,
    .button.info:hover,
    .button.info.hover {
      background-color: #6A1C9A;
      border: 1px solid #6A1C9A;
      color: #FFFFFF;
      fill: #FFFFFF;
      stroke: #FFFFFF; }
    button.info:focus, button.info::selection, button.info:active, button.info.active, [type='button'].info:focus, [type='button'].info::selection, [type='button'].info:active, [type='button'].info.active, [type='reset'].info:focus, [type='reset'].info::selection, [type='reset'].info:active, [type='reset'].info.active, [type='submit'].info:focus, [type='submit'].info::selection, [type='submit'].info:active, [type='submit'].info.active,
    .button.info:focus,
    .button.info::selection,
    .button.info:active,
    .button.info.active {
      background-color: #49148B;
      color: #FFFFFF;
      border: 1px solid #49148B;
      outline: none;
      fill: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    button.info:disabled, button.info.disabled, [type='button'].info:disabled, [type='button'].info.disabled, [type='reset'].info:disabled, [type='reset'].info.disabled, [type='submit'].info:disabled, [type='submit'].info.disabled,
    .button.info:disabled,
    .button.info.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    button.info svg, button.info img, [type='button'].info svg, [type='button'].info img, [type='reset'].info svg, [type='reset'].info img, [type='submit'].info svg, [type='submit'].info img,
    .button.info svg,
    .button.info img {
      height: 20px;
      width: 20px;
      margin: 8px; }
    button.info.dropdown:hover, [type='button'].info.dropdown:hover, [type='reset'].info.dropdown:hover, [type='submit'].info.dropdown:hover,
    .button.info.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.info.dropdown:hover .subactions, [type='button'].info.dropdown:hover .subactions, [type='reset'].info.dropdown:hover .subactions, [type='submit'].info.dropdown:hover .subactions,
      .button.info.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.info.dropdown:hover .subactions .button, [type='button'].info.dropdown:hover .subactions .button, [type='reset'].info.dropdown:hover .subactions .button, [type='submit'].info.dropdown:hover .subactions .button,
        .button.info.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.info.dropdown:hover .subactions .button:hover, button.info.dropdown:hover .subactions .button.hover, [type='button'].info.dropdown:hover .subactions .button:hover, [type='button'].info.dropdown:hover .subactions .button.hover, [type='reset'].info.dropdown:hover .subactions .button:hover, [type='reset'].info.dropdown:hover .subactions .button.hover, [type='submit'].info.dropdown:hover .subactions .button:hover, [type='submit'].info.dropdown:hover .subactions .button.hover,
          .button.info.dropdown:hover .subactions .button:hover,
          .button.info.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.info.dropdown:hover .subactions .button:focus, button.info.dropdown:hover .subactions .button::selection, button.info.dropdown:hover .subactions .button:active, button.info.dropdown:hover .subactions .button.active, [type='button'].info.dropdown:hover .subactions .button:focus, [type='button'].info.dropdown:hover .subactions .button::selection, [type='button'].info.dropdown:hover .subactions .button:active, [type='button'].info.dropdown:hover .subactions .button.active, [type='reset'].info.dropdown:hover .subactions .button:focus, [type='reset'].info.dropdown:hover .subactions .button::selection, [type='reset'].info.dropdown:hover .subactions .button:active, [type='reset'].info.dropdown:hover .subactions .button.active, [type='submit'].info.dropdown:hover .subactions .button:focus, [type='submit'].info.dropdown:hover .subactions .button::selection, [type='submit'].info.dropdown:hover .subactions .button:active, [type='submit'].info.dropdown:hover .subactions .button.active,
          .button.info.dropdown:hover .subactions .button:focus,
          .button.info.dropdown:hover .subactions .button::selection,
          .button.info.dropdown:hover .subactions .button:active,
          .button.info.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.info.dropdown:hover .subactions .button:disabled, button.info.dropdown:hover .subactions .button.disabled, [type='button'].info.dropdown:hover .subactions .button:disabled, [type='button'].info.dropdown:hover .subactions .button.disabled, [type='reset'].info.dropdown:hover .subactions .button:disabled, [type='reset'].info.dropdown:hover .subactions .button.disabled, [type='submit'].info.dropdown:hover .subactions .button:disabled, [type='submit'].info.dropdown:hover .subactions .button.disabled,
          .button.info.dropdown:hover .subactions .button:disabled,
          .button.info.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.info.dropdown .subactions, [type='button'].info.dropdown .subactions, [type='reset'].info.dropdown .subactions, [type='submit'].info.dropdown .subactions,
    .button.info.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 35px; }
      button.info.dropdown .subactions .button, [type='button'].info.dropdown .subactions .button, [type='reset'].info.dropdown .subactions .button, [type='submit'].info.dropdown .subactions .button,
      .button.info.dropdown .subactions .button {
        margin: 0px !important; }
    button.info.capitalize, button.info .capitalize, [type='button'].info.capitalize, [type='button'].info .capitalize, [type='reset'].info.capitalize, [type='reset'].info .capitalize, [type='submit'].info.capitalize, [type='submit'].info .capitalize,
    .button.info.capitalize,
    .button.info .capitalize {
      text-transform: capitalize; }
    button.info.lowercase, button.info .lowercase, [type='button'].info.lowercase, [type='button'].info .lowercase, [type='reset'].info.lowercase, [type='reset'].info .lowercase, [type='submit'].info.lowercase, [type='submit'].info .lowercase,
    .button.info.lowercase,
    .button.info .lowercase {
      text-transform: lowercase; }
    button.info.big, [type='button'].info.big, [type='reset'].info.big, [type='submit'].info.big,
    .button.info.big {
      height: 44px;
      font-size: 16px;
      line-height: 44px; }
      button.info.big svg, button.info.big img, [type='button'].info.big svg, [type='button'].info.big img, [type='reset'].info.big svg, [type='reset'].info.big img, [type='submit'].info.big svg, [type='submit'].info.big img,
      .button.info.big svg,
      .button.info.big img {
        height: 28px;
        width: 28px;
        margin: 8px; }
      button.info.big.dropdown:hover, [type='button'].info.big.dropdown:hover, [type='reset'].info.big.dropdown:hover, [type='submit'].info.big.dropdown:hover,
      .button.info.big.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.info.big.dropdown:hover .subactions, [type='button'].info.big.dropdown:hover .subactions, [type='reset'].info.big.dropdown:hover .subactions, [type='submit'].info.big.dropdown:hover .subactions,
        .button.info.big.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.info.big.dropdown:hover .subactions .button, [type='button'].info.big.dropdown:hover .subactions .button, [type='reset'].info.big.dropdown:hover .subactions .button, [type='submit'].info.big.dropdown:hover .subactions .button,
          .button.info.big.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.info.big.dropdown:hover .subactions .button:hover, button.info.big.dropdown:hover .subactions .button.hover, [type='button'].info.big.dropdown:hover .subactions .button:hover, [type='button'].info.big.dropdown:hover .subactions .button.hover, [type='reset'].info.big.dropdown:hover .subactions .button:hover, [type='reset'].info.big.dropdown:hover .subactions .button.hover, [type='submit'].info.big.dropdown:hover .subactions .button:hover, [type='submit'].info.big.dropdown:hover .subactions .button.hover,
            .button.info.big.dropdown:hover .subactions .button:hover,
            .button.info.big.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.info.big.dropdown:hover .subactions .button:focus, button.info.big.dropdown:hover .subactions .button::selection, button.info.big.dropdown:hover .subactions .button:active, button.info.big.dropdown:hover .subactions .button.active, [type='button'].info.big.dropdown:hover .subactions .button:focus, [type='button'].info.big.dropdown:hover .subactions .button::selection, [type='button'].info.big.dropdown:hover .subactions .button:active, [type='button'].info.big.dropdown:hover .subactions .button.active, [type='reset'].info.big.dropdown:hover .subactions .button:focus, [type='reset'].info.big.dropdown:hover .subactions .button::selection, [type='reset'].info.big.dropdown:hover .subactions .button:active, [type='reset'].info.big.dropdown:hover .subactions .button.active, [type='submit'].info.big.dropdown:hover .subactions .button:focus, [type='submit'].info.big.dropdown:hover .subactions .button::selection, [type='submit'].info.big.dropdown:hover .subactions .button:active, [type='submit'].info.big.dropdown:hover .subactions .button.active,
            .button.info.big.dropdown:hover .subactions .button:focus,
            .button.info.big.dropdown:hover .subactions .button::selection,
            .button.info.big.dropdown:hover .subactions .button:active,
            .button.info.big.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.info.big.dropdown:hover .subactions .button:disabled, button.info.big.dropdown:hover .subactions .button.disabled, [type='button'].info.big.dropdown:hover .subactions .button:disabled, [type='button'].info.big.dropdown:hover .subactions .button.disabled, [type='reset'].info.big.dropdown:hover .subactions .button:disabled, [type='reset'].info.big.dropdown:hover .subactions .button.disabled, [type='submit'].info.big.dropdown:hover .subactions .button:disabled, [type='submit'].info.big.dropdown:hover .subactions .button.disabled,
            .button.info.big.dropdown:hover .subactions .button:disabled,
            .button.info.big.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.info.big.dropdown .subactions, [type='button'].info.big.dropdown .subactions, [type='reset'].info.big.dropdown .subactions, [type='submit'].info.big.dropdown .subactions,
      .button.info.big.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 43px; }
        button.info.big.dropdown .subactions .button, [type='button'].info.big.dropdown .subactions .button, [type='reset'].info.big.dropdown .subactions .button, [type='submit'].info.big.dropdown .subactions .button,
        .button.info.big.dropdown .subactions .button {
          margin: 0px !important; }
    button.info.small, [type='button'].info.small, [type='reset'].info.small, [type='submit'].info.small,
    .button.info.small {
      height: 32px;
      font-size: 13px;
      line-height: 32px; }
      button.info.small svg, button.info.small img, [type='button'].info.small svg, [type='button'].info.small img, [type='reset'].info.small svg, [type='reset'].info.small img, [type='submit'].info.small svg, [type='submit'].info.small img,
      .button.info.small svg,
      .button.info.small img {
        height: 16px;
        width: 16px;
        margin: 8px; }
      button.info.small.dropdown:hover, [type='button'].info.small.dropdown:hover, [type='reset'].info.small.dropdown:hover, [type='submit'].info.small.dropdown:hover,
      .button.info.small.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.info.small.dropdown:hover .subactions, [type='button'].info.small.dropdown:hover .subactions, [type='reset'].info.small.dropdown:hover .subactions, [type='submit'].info.small.dropdown:hover .subactions,
        .button.info.small.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.info.small.dropdown:hover .subactions .button, [type='button'].info.small.dropdown:hover .subactions .button, [type='reset'].info.small.dropdown:hover .subactions .button, [type='submit'].info.small.dropdown:hover .subactions .button,
          .button.info.small.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.info.small.dropdown:hover .subactions .button:hover, button.info.small.dropdown:hover .subactions .button.hover, [type='button'].info.small.dropdown:hover .subactions .button:hover, [type='button'].info.small.dropdown:hover .subactions .button.hover, [type='reset'].info.small.dropdown:hover .subactions .button:hover, [type='reset'].info.small.dropdown:hover .subactions .button.hover, [type='submit'].info.small.dropdown:hover .subactions .button:hover, [type='submit'].info.small.dropdown:hover .subactions .button.hover,
            .button.info.small.dropdown:hover .subactions .button:hover,
            .button.info.small.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.info.small.dropdown:hover .subactions .button:focus, button.info.small.dropdown:hover .subactions .button::selection, button.info.small.dropdown:hover .subactions .button:active, button.info.small.dropdown:hover .subactions .button.active, [type='button'].info.small.dropdown:hover .subactions .button:focus, [type='button'].info.small.dropdown:hover .subactions .button::selection, [type='button'].info.small.dropdown:hover .subactions .button:active, [type='button'].info.small.dropdown:hover .subactions .button.active, [type='reset'].info.small.dropdown:hover .subactions .button:focus, [type='reset'].info.small.dropdown:hover .subactions .button::selection, [type='reset'].info.small.dropdown:hover .subactions .button:active, [type='reset'].info.small.dropdown:hover .subactions .button.active, [type='submit'].info.small.dropdown:hover .subactions .button:focus, [type='submit'].info.small.dropdown:hover .subactions .button::selection, [type='submit'].info.small.dropdown:hover .subactions .button:active, [type='submit'].info.small.dropdown:hover .subactions .button.active,
            .button.info.small.dropdown:hover .subactions .button:focus,
            .button.info.small.dropdown:hover .subactions .button::selection,
            .button.info.small.dropdown:hover .subactions .button:active,
            .button.info.small.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.info.small.dropdown:hover .subactions .button:disabled, button.info.small.dropdown:hover .subactions .button.disabled, [type='button'].info.small.dropdown:hover .subactions .button:disabled, [type='button'].info.small.dropdown:hover .subactions .button.disabled, [type='reset'].info.small.dropdown:hover .subactions .button:disabled, [type='reset'].info.small.dropdown:hover .subactions .button.disabled, [type='submit'].info.small.dropdown:hover .subactions .button:disabled, [type='submit'].info.small.dropdown:hover .subactions .button.disabled,
            .button.info.small.dropdown:hover .subactions .button:disabled,
            .button.info.small.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.info.small.dropdown .subactions, [type='button'].info.small.dropdown .subactions, [type='reset'].info.small.dropdown .subactions, [type='submit'].info.small.dropdown .subactions,
      .button.info.small.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 31px; }
        button.info.small.dropdown .subactions .button, [type='button'].info.small.dropdown .subactions .button, [type='reset'].info.small.dropdown .subactions .button, [type='submit'].info.small.dropdown .subactions .button,
        .button.info.small.dropdown .subactions .button {
          margin: 0px !important; }
    button.info.tiny, [type='button'].info.tiny, [type='reset'].info.tiny, [type='submit'].info.tiny,
    .button.info.tiny {
      height: 24px;
      font-size: 13px;
      line-height: 24px; }
      button.info.tiny svg, button.info.tiny img, [type='button'].info.tiny svg, [type='button'].info.tiny img, [type='reset'].info.tiny svg, [type='reset'].info.tiny img, [type='submit'].info.tiny svg, [type='submit'].info.tiny img,
      .button.info.tiny svg,
      .button.info.tiny img {
        height: 8px;
        width: 8px;
        margin: 8px; }
      button.info.tiny.dropdown:hover, [type='button'].info.tiny.dropdown:hover, [type='reset'].info.tiny.dropdown:hover, [type='submit'].info.tiny.dropdown:hover,
      .button.info.tiny.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.info.tiny.dropdown:hover .subactions, [type='button'].info.tiny.dropdown:hover .subactions, [type='reset'].info.tiny.dropdown:hover .subactions, [type='submit'].info.tiny.dropdown:hover .subactions,
        .button.info.tiny.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.info.tiny.dropdown:hover .subactions .button, [type='button'].info.tiny.dropdown:hover .subactions .button, [type='reset'].info.tiny.dropdown:hover .subactions .button, [type='submit'].info.tiny.dropdown:hover .subactions .button,
          .button.info.tiny.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.info.tiny.dropdown:hover .subactions .button:hover, button.info.tiny.dropdown:hover .subactions .button.hover, [type='button'].info.tiny.dropdown:hover .subactions .button:hover, [type='button'].info.tiny.dropdown:hover .subactions .button.hover, [type='reset'].info.tiny.dropdown:hover .subactions .button:hover, [type='reset'].info.tiny.dropdown:hover .subactions .button.hover, [type='submit'].info.tiny.dropdown:hover .subactions .button:hover, [type='submit'].info.tiny.dropdown:hover .subactions .button.hover,
            .button.info.tiny.dropdown:hover .subactions .button:hover,
            .button.info.tiny.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.info.tiny.dropdown:hover .subactions .button:focus, button.info.tiny.dropdown:hover .subactions .button::selection, button.info.tiny.dropdown:hover .subactions .button:active, button.info.tiny.dropdown:hover .subactions .button.active, [type='button'].info.tiny.dropdown:hover .subactions .button:focus, [type='button'].info.tiny.dropdown:hover .subactions .button::selection, [type='button'].info.tiny.dropdown:hover .subactions .button:active, [type='button'].info.tiny.dropdown:hover .subactions .button.active, [type='reset'].info.tiny.dropdown:hover .subactions .button:focus, [type='reset'].info.tiny.dropdown:hover .subactions .button::selection, [type='reset'].info.tiny.dropdown:hover .subactions .button:active, [type='reset'].info.tiny.dropdown:hover .subactions .button.active, [type='submit'].info.tiny.dropdown:hover .subactions .button:focus, [type='submit'].info.tiny.dropdown:hover .subactions .button::selection, [type='submit'].info.tiny.dropdown:hover .subactions .button:active, [type='submit'].info.tiny.dropdown:hover .subactions .button.active,
            .button.info.tiny.dropdown:hover .subactions .button:focus,
            .button.info.tiny.dropdown:hover .subactions .button::selection,
            .button.info.tiny.dropdown:hover .subactions .button:active,
            .button.info.tiny.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.info.tiny.dropdown:hover .subactions .button:disabled, button.info.tiny.dropdown:hover .subactions .button.disabled, [type='button'].info.tiny.dropdown:hover .subactions .button:disabled, [type='button'].info.tiny.dropdown:hover .subactions .button.disabled, [type='reset'].info.tiny.dropdown:hover .subactions .button:disabled, [type='reset'].info.tiny.dropdown:hover .subactions .button.disabled, [type='submit'].info.tiny.dropdown:hover .subactions .button:disabled, [type='submit'].info.tiny.dropdown:hover .subactions .button.disabled,
            .button.info.tiny.dropdown:hover .subactions .button:disabled,
            .button.info.tiny.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.info.tiny.dropdown .subactions, [type='button'].info.tiny.dropdown .subactions, [type='reset'].info.tiny.dropdown .subactions, [type='submit'].info.tiny.dropdown .subactions,
      .button.info.tiny.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 23px; }
        button.info.tiny.dropdown .subactions .button, [type='button'].info.tiny.dropdown .subactions .button, [type='reset'].info.tiny.dropdown .subactions .button, [type='submit'].info.tiny.dropdown .subactions .button,
        .button.info.tiny.dropdown .subactions .button {
          margin: 0px !important; }
    button.info.full, [type='button'].info.full, [type='reset'].info.full, [type='submit'].info.full,
    .button.info.full {
      width: 100%;
      padding: 0px 8px; }
    button.info.padding, [type='button'].info.padding, [type='reset'].info.padding, [type='submit'].info.padding,
    .button.info.padding {
      padding: 0px 32px; }
    button.info.fixed, [type='button'].info.fixed, [type='reset'].info.fixed, [type='submit'].info.fixed,
    .button.info.fixed {
      width: 160px; }
  button.warning, [type='button'].warning, [type='reset'].warning, [type='submit'].warning,
  .button.warning {
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 8px;
    transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
    background-color: #FFB300;
    border: 1px solid #FFB300;
    color: #FFFFFF;
    fill: #FFFFFF;
    stroke: #FFFFFF;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
    button.warning:hover, button.warning.hover, [type='button'].warning:hover, [type='button'].warning.hover, [type='reset'].warning:hover, [type='reset'].warning.hover, [type='submit'].warning:hover, [type='submit'].warning.hover,
    .button.warning:hover,
    .button.warning.hover {
      background-color: #E6A100;
      border: 1px solid #E6A100;
      color: #FFFFFF;
      fill: #FFFFFF;
      stroke: #FFFFFF; }
    button.warning:focus, button.warning::selection, button.warning:active, button.warning.active, [type='button'].warning:focus, [type='button'].warning::selection, [type='button'].warning:active, [type='button'].warning.active, [type='reset'].warning:focus, [type='reset'].warning::selection, [type='reset'].warning:active, [type='reset'].warning.active, [type='submit'].warning:focus, [type='submit'].warning::selection, [type='submit'].warning:active, [type='submit'].warning.active,
    .button.warning:focus,
    .button.warning::selection,
    .button.warning:active,
    .button.warning.active {
      background-color: #B37D00;
      color: #FFFFFF;
      border: 1px solid #B37D00;
      outline: none;
      fill: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    button.warning:disabled, button.warning.disabled, [type='button'].warning:disabled, [type='button'].warning.disabled, [type='reset'].warning:disabled, [type='reset'].warning.disabled, [type='submit'].warning:disabled, [type='submit'].warning.disabled,
    .button.warning:disabled,
    .button.warning.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    button.warning svg, button.warning img, [type='button'].warning svg, [type='button'].warning img, [type='reset'].warning svg, [type='reset'].warning img, [type='submit'].warning svg, [type='submit'].warning img,
    .button.warning svg,
    .button.warning img {
      height: 20px;
      width: 20px;
      margin: 8px; }
    button.warning.dropdown:hover, [type='button'].warning.dropdown:hover, [type='reset'].warning.dropdown:hover, [type='submit'].warning.dropdown:hover,
    .button.warning.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.warning.dropdown:hover .subactions, [type='button'].warning.dropdown:hover .subactions, [type='reset'].warning.dropdown:hover .subactions, [type='submit'].warning.dropdown:hover .subactions,
      .button.warning.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.warning.dropdown:hover .subactions .button, [type='button'].warning.dropdown:hover .subactions .button, [type='reset'].warning.dropdown:hover .subactions .button, [type='submit'].warning.dropdown:hover .subactions .button,
        .button.warning.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.warning.dropdown:hover .subactions .button:hover, button.warning.dropdown:hover .subactions .button.hover, [type='button'].warning.dropdown:hover .subactions .button:hover, [type='button'].warning.dropdown:hover .subactions .button.hover, [type='reset'].warning.dropdown:hover .subactions .button:hover, [type='reset'].warning.dropdown:hover .subactions .button.hover, [type='submit'].warning.dropdown:hover .subactions .button:hover, [type='submit'].warning.dropdown:hover .subactions .button.hover,
          .button.warning.dropdown:hover .subactions .button:hover,
          .button.warning.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.warning.dropdown:hover .subactions .button:focus, button.warning.dropdown:hover .subactions .button::selection, button.warning.dropdown:hover .subactions .button:active, button.warning.dropdown:hover .subactions .button.active, [type='button'].warning.dropdown:hover .subactions .button:focus, [type='button'].warning.dropdown:hover .subactions .button::selection, [type='button'].warning.dropdown:hover .subactions .button:active, [type='button'].warning.dropdown:hover .subactions .button.active, [type='reset'].warning.dropdown:hover .subactions .button:focus, [type='reset'].warning.dropdown:hover .subactions .button::selection, [type='reset'].warning.dropdown:hover .subactions .button:active, [type='reset'].warning.dropdown:hover .subactions .button.active, [type='submit'].warning.dropdown:hover .subactions .button:focus, [type='submit'].warning.dropdown:hover .subactions .button::selection, [type='submit'].warning.dropdown:hover .subactions .button:active, [type='submit'].warning.dropdown:hover .subactions .button.active,
          .button.warning.dropdown:hover .subactions .button:focus,
          .button.warning.dropdown:hover .subactions .button::selection,
          .button.warning.dropdown:hover .subactions .button:active,
          .button.warning.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.warning.dropdown:hover .subactions .button:disabled, button.warning.dropdown:hover .subactions .button.disabled, [type='button'].warning.dropdown:hover .subactions .button:disabled, [type='button'].warning.dropdown:hover .subactions .button.disabled, [type='reset'].warning.dropdown:hover .subactions .button:disabled, [type='reset'].warning.dropdown:hover .subactions .button.disabled, [type='submit'].warning.dropdown:hover .subactions .button:disabled, [type='submit'].warning.dropdown:hover .subactions .button.disabled,
          .button.warning.dropdown:hover .subactions .button:disabled,
          .button.warning.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.warning.dropdown .subactions, [type='button'].warning.dropdown .subactions, [type='reset'].warning.dropdown .subactions, [type='submit'].warning.dropdown .subactions,
    .button.warning.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 35px; }
      button.warning.dropdown .subactions .button, [type='button'].warning.dropdown .subactions .button, [type='reset'].warning.dropdown .subactions .button, [type='submit'].warning.dropdown .subactions .button,
      .button.warning.dropdown .subactions .button {
        margin: 0px !important; }
    button.warning.capitalize, button.warning .capitalize, [type='button'].warning.capitalize, [type='button'].warning .capitalize, [type='reset'].warning.capitalize, [type='reset'].warning .capitalize, [type='submit'].warning.capitalize, [type='submit'].warning .capitalize,
    .button.warning.capitalize,
    .button.warning .capitalize {
      text-transform: capitalize; }
    button.warning.lowercase, button.warning .lowercase, [type='button'].warning.lowercase, [type='button'].warning .lowercase, [type='reset'].warning.lowercase, [type='reset'].warning .lowercase, [type='submit'].warning.lowercase, [type='submit'].warning .lowercase,
    .button.warning.lowercase,
    .button.warning .lowercase {
      text-transform: lowercase; }
    button.warning.big, [type='button'].warning.big, [type='reset'].warning.big, [type='submit'].warning.big,
    .button.warning.big {
      height: 44px;
      font-size: 16px;
      line-height: 44px; }
      button.warning.big svg, button.warning.big img, [type='button'].warning.big svg, [type='button'].warning.big img, [type='reset'].warning.big svg, [type='reset'].warning.big img, [type='submit'].warning.big svg, [type='submit'].warning.big img,
      .button.warning.big svg,
      .button.warning.big img {
        height: 28px;
        width: 28px;
        margin: 8px; }
      button.warning.big.dropdown:hover, [type='button'].warning.big.dropdown:hover, [type='reset'].warning.big.dropdown:hover, [type='submit'].warning.big.dropdown:hover,
      .button.warning.big.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.warning.big.dropdown:hover .subactions, [type='button'].warning.big.dropdown:hover .subactions, [type='reset'].warning.big.dropdown:hover .subactions, [type='submit'].warning.big.dropdown:hover .subactions,
        .button.warning.big.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.warning.big.dropdown:hover .subactions .button, [type='button'].warning.big.dropdown:hover .subactions .button, [type='reset'].warning.big.dropdown:hover .subactions .button, [type='submit'].warning.big.dropdown:hover .subactions .button,
          .button.warning.big.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.warning.big.dropdown:hover .subactions .button:hover, button.warning.big.dropdown:hover .subactions .button.hover, [type='button'].warning.big.dropdown:hover .subactions .button:hover, [type='button'].warning.big.dropdown:hover .subactions .button.hover, [type='reset'].warning.big.dropdown:hover .subactions .button:hover, [type='reset'].warning.big.dropdown:hover .subactions .button.hover, [type='submit'].warning.big.dropdown:hover .subactions .button:hover, [type='submit'].warning.big.dropdown:hover .subactions .button.hover,
            .button.warning.big.dropdown:hover .subactions .button:hover,
            .button.warning.big.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.warning.big.dropdown:hover .subactions .button:focus, button.warning.big.dropdown:hover .subactions .button::selection, button.warning.big.dropdown:hover .subactions .button:active, button.warning.big.dropdown:hover .subactions .button.active, [type='button'].warning.big.dropdown:hover .subactions .button:focus, [type='button'].warning.big.dropdown:hover .subactions .button::selection, [type='button'].warning.big.dropdown:hover .subactions .button:active, [type='button'].warning.big.dropdown:hover .subactions .button.active, [type='reset'].warning.big.dropdown:hover .subactions .button:focus, [type='reset'].warning.big.dropdown:hover .subactions .button::selection, [type='reset'].warning.big.dropdown:hover .subactions .button:active, [type='reset'].warning.big.dropdown:hover .subactions .button.active, [type='submit'].warning.big.dropdown:hover .subactions .button:focus, [type='submit'].warning.big.dropdown:hover .subactions .button::selection, [type='submit'].warning.big.dropdown:hover .subactions .button:active, [type='submit'].warning.big.dropdown:hover .subactions .button.active,
            .button.warning.big.dropdown:hover .subactions .button:focus,
            .button.warning.big.dropdown:hover .subactions .button::selection,
            .button.warning.big.dropdown:hover .subactions .button:active,
            .button.warning.big.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.warning.big.dropdown:hover .subactions .button:disabled, button.warning.big.dropdown:hover .subactions .button.disabled, [type='button'].warning.big.dropdown:hover .subactions .button:disabled, [type='button'].warning.big.dropdown:hover .subactions .button.disabled, [type='reset'].warning.big.dropdown:hover .subactions .button:disabled, [type='reset'].warning.big.dropdown:hover .subactions .button.disabled, [type='submit'].warning.big.dropdown:hover .subactions .button:disabled, [type='submit'].warning.big.dropdown:hover .subactions .button.disabled,
            .button.warning.big.dropdown:hover .subactions .button:disabled,
            .button.warning.big.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.warning.big.dropdown .subactions, [type='button'].warning.big.dropdown .subactions, [type='reset'].warning.big.dropdown .subactions, [type='submit'].warning.big.dropdown .subactions,
      .button.warning.big.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 43px; }
        button.warning.big.dropdown .subactions .button, [type='button'].warning.big.dropdown .subactions .button, [type='reset'].warning.big.dropdown .subactions .button, [type='submit'].warning.big.dropdown .subactions .button,
        .button.warning.big.dropdown .subactions .button {
          margin: 0px !important; }
    button.warning.small, [type='button'].warning.small, [type='reset'].warning.small, [type='submit'].warning.small,
    .button.warning.small {
      height: 32px;
      font-size: 13px;
      line-height: 32px; }
      button.warning.small svg, button.warning.small img, [type='button'].warning.small svg, [type='button'].warning.small img, [type='reset'].warning.small svg, [type='reset'].warning.small img, [type='submit'].warning.small svg, [type='submit'].warning.small img,
      .button.warning.small svg,
      .button.warning.small img {
        height: 16px;
        width: 16px;
        margin: 8px; }
      button.warning.small.dropdown:hover, [type='button'].warning.small.dropdown:hover, [type='reset'].warning.small.dropdown:hover, [type='submit'].warning.small.dropdown:hover,
      .button.warning.small.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.warning.small.dropdown:hover .subactions, [type='button'].warning.small.dropdown:hover .subactions, [type='reset'].warning.small.dropdown:hover .subactions, [type='submit'].warning.small.dropdown:hover .subactions,
        .button.warning.small.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.warning.small.dropdown:hover .subactions .button, [type='button'].warning.small.dropdown:hover .subactions .button, [type='reset'].warning.small.dropdown:hover .subactions .button, [type='submit'].warning.small.dropdown:hover .subactions .button,
          .button.warning.small.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.warning.small.dropdown:hover .subactions .button:hover, button.warning.small.dropdown:hover .subactions .button.hover, [type='button'].warning.small.dropdown:hover .subactions .button:hover, [type='button'].warning.small.dropdown:hover .subactions .button.hover, [type='reset'].warning.small.dropdown:hover .subactions .button:hover, [type='reset'].warning.small.dropdown:hover .subactions .button.hover, [type='submit'].warning.small.dropdown:hover .subactions .button:hover, [type='submit'].warning.small.dropdown:hover .subactions .button.hover,
            .button.warning.small.dropdown:hover .subactions .button:hover,
            .button.warning.small.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.warning.small.dropdown:hover .subactions .button:focus, button.warning.small.dropdown:hover .subactions .button::selection, button.warning.small.dropdown:hover .subactions .button:active, button.warning.small.dropdown:hover .subactions .button.active, [type='button'].warning.small.dropdown:hover .subactions .button:focus, [type='button'].warning.small.dropdown:hover .subactions .button::selection, [type='button'].warning.small.dropdown:hover .subactions .button:active, [type='button'].warning.small.dropdown:hover .subactions .button.active, [type='reset'].warning.small.dropdown:hover .subactions .button:focus, [type='reset'].warning.small.dropdown:hover .subactions .button::selection, [type='reset'].warning.small.dropdown:hover .subactions .button:active, [type='reset'].warning.small.dropdown:hover .subactions .button.active, [type='submit'].warning.small.dropdown:hover .subactions .button:focus, [type='submit'].warning.small.dropdown:hover .subactions .button::selection, [type='submit'].warning.small.dropdown:hover .subactions .button:active, [type='submit'].warning.small.dropdown:hover .subactions .button.active,
            .button.warning.small.dropdown:hover .subactions .button:focus,
            .button.warning.small.dropdown:hover .subactions .button::selection,
            .button.warning.small.dropdown:hover .subactions .button:active,
            .button.warning.small.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.warning.small.dropdown:hover .subactions .button:disabled, button.warning.small.dropdown:hover .subactions .button.disabled, [type='button'].warning.small.dropdown:hover .subactions .button:disabled, [type='button'].warning.small.dropdown:hover .subactions .button.disabled, [type='reset'].warning.small.dropdown:hover .subactions .button:disabled, [type='reset'].warning.small.dropdown:hover .subactions .button.disabled, [type='submit'].warning.small.dropdown:hover .subactions .button:disabled, [type='submit'].warning.small.dropdown:hover .subactions .button.disabled,
            .button.warning.small.dropdown:hover .subactions .button:disabled,
            .button.warning.small.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.warning.small.dropdown .subactions, [type='button'].warning.small.dropdown .subactions, [type='reset'].warning.small.dropdown .subactions, [type='submit'].warning.small.dropdown .subactions,
      .button.warning.small.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 31px; }
        button.warning.small.dropdown .subactions .button, [type='button'].warning.small.dropdown .subactions .button, [type='reset'].warning.small.dropdown .subactions .button, [type='submit'].warning.small.dropdown .subactions .button,
        .button.warning.small.dropdown .subactions .button {
          margin: 0px !important; }
    button.warning.tiny, [type='button'].warning.tiny, [type='reset'].warning.tiny, [type='submit'].warning.tiny,
    .button.warning.tiny {
      height: 24px;
      font-size: 13px;
      line-height: 24px; }
      button.warning.tiny svg, button.warning.tiny img, [type='button'].warning.tiny svg, [type='button'].warning.tiny img, [type='reset'].warning.tiny svg, [type='reset'].warning.tiny img, [type='submit'].warning.tiny svg, [type='submit'].warning.tiny img,
      .button.warning.tiny svg,
      .button.warning.tiny img {
        height: 8px;
        width: 8px;
        margin: 8px; }
      button.warning.tiny.dropdown:hover, [type='button'].warning.tiny.dropdown:hover, [type='reset'].warning.tiny.dropdown:hover, [type='submit'].warning.tiny.dropdown:hover,
      .button.warning.tiny.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.warning.tiny.dropdown:hover .subactions, [type='button'].warning.tiny.dropdown:hover .subactions, [type='reset'].warning.tiny.dropdown:hover .subactions, [type='submit'].warning.tiny.dropdown:hover .subactions,
        .button.warning.tiny.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.warning.tiny.dropdown:hover .subactions .button, [type='button'].warning.tiny.dropdown:hover .subactions .button, [type='reset'].warning.tiny.dropdown:hover .subactions .button, [type='submit'].warning.tiny.dropdown:hover .subactions .button,
          .button.warning.tiny.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.warning.tiny.dropdown:hover .subactions .button:hover, button.warning.tiny.dropdown:hover .subactions .button.hover, [type='button'].warning.tiny.dropdown:hover .subactions .button:hover, [type='button'].warning.tiny.dropdown:hover .subactions .button.hover, [type='reset'].warning.tiny.dropdown:hover .subactions .button:hover, [type='reset'].warning.tiny.dropdown:hover .subactions .button.hover, [type='submit'].warning.tiny.dropdown:hover .subactions .button:hover, [type='submit'].warning.tiny.dropdown:hover .subactions .button.hover,
            .button.warning.tiny.dropdown:hover .subactions .button:hover,
            .button.warning.tiny.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.warning.tiny.dropdown:hover .subactions .button:focus, button.warning.tiny.dropdown:hover .subactions .button::selection, button.warning.tiny.dropdown:hover .subactions .button:active, button.warning.tiny.dropdown:hover .subactions .button.active, [type='button'].warning.tiny.dropdown:hover .subactions .button:focus, [type='button'].warning.tiny.dropdown:hover .subactions .button::selection, [type='button'].warning.tiny.dropdown:hover .subactions .button:active, [type='button'].warning.tiny.dropdown:hover .subactions .button.active, [type='reset'].warning.tiny.dropdown:hover .subactions .button:focus, [type='reset'].warning.tiny.dropdown:hover .subactions .button::selection, [type='reset'].warning.tiny.dropdown:hover .subactions .button:active, [type='reset'].warning.tiny.dropdown:hover .subactions .button.active, [type='submit'].warning.tiny.dropdown:hover .subactions .button:focus, [type='submit'].warning.tiny.dropdown:hover .subactions .button::selection, [type='submit'].warning.tiny.dropdown:hover .subactions .button:active, [type='submit'].warning.tiny.dropdown:hover .subactions .button.active,
            .button.warning.tiny.dropdown:hover .subactions .button:focus,
            .button.warning.tiny.dropdown:hover .subactions .button::selection,
            .button.warning.tiny.dropdown:hover .subactions .button:active,
            .button.warning.tiny.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.warning.tiny.dropdown:hover .subactions .button:disabled, button.warning.tiny.dropdown:hover .subactions .button.disabled, [type='button'].warning.tiny.dropdown:hover .subactions .button:disabled, [type='button'].warning.tiny.dropdown:hover .subactions .button.disabled, [type='reset'].warning.tiny.dropdown:hover .subactions .button:disabled, [type='reset'].warning.tiny.dropdown:hover .subactions .button.disabled, [type='submit'].warning.tiny.dropdown:hover .subactions .button:disabled, [type='submit'].warning.tiny.dropdown:hover .subactions .button.disabled,
            .button.warning.tiny.dropdown:hover .subactions .button:disabled,
            .button.warning.tiny.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.warning.tiny.dropdown .subactions, [type='button'].warning.tiny.dropdown .subactions, [type='reset'].warning.tiny.dropdown .subactions, [type='submit'].warning.tiny.dropdown .subactions,
      .button.warning.tiny.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 23px; }
        button.warning.tiny.dropdown .subactions .button, [type='button'].warning.tiny.dropdown .subactions .button, [type='reset'].warning.tiny.dropdown .subactions .button, [type='submit'].warning.tiny.dropdown .subactions .button,
        .button.warning.tiny.dropdown .subactions .button {
          margin: 0px !important; }
    button.warning.full, [type='button'].warning.full, [type='reset'].warning.full, [type='submit'].warning.full,
    .button.warning.full {
      width: 100%;
      padding: 0px 8px; }
    button.warning.padding, [type='button'].warning.padding, [type='reset'].warning.padding, [type='submit'].warning.padding,
    .button.warning.padding {
      padding: 0px 32px; }
    button.warning.fixed, [type='button'].warning.fixed, [type='reset'].warning.fixed, [type='submit'].warning.fixed,
    .button.warning.fixed {
      width: 160px; }
  button.danger, [type='button'].danger, [type='reset'].danger, [type='submit'].danger,
  .button.danger {
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 8px;
    transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
    background-color: #F50057;
    border: 1px solid #F50057;
    color: #FFFFFF;
    fill: #FFFFFF;
    stroke: #FFFFFF;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
    button.danger:hover, button.danger.hover, [type='button'].danger:hover, [type='button'].danger.hover, [type='reset'].danger:hover, [type='reset'].danger.hover, [type='submit'].danger:hover, [type='submit'].danger.hover,
    .button.danger:hover,
    .button.danger.hover {
      background-color: #C2185B;
      border: 1px solid #C2185B;
      color: #FFFFFF;
      fill: #FFFFFF;
      stroke: #FFFFFF; }
    button.danger:focus, button.danger::selection, button.danger:active, button.danger.active, [type='button'].danger:focus, [type='button'].danger::selection, [type='button'].danger:active, [type='button'].danger.active, [type='reset'].danger:focus, [type='reset'].danger::selection, [type='reset'].danger:active, [type='reset'].danger.active, [type='submit'].danger:focus, [type='submit'].danger::selection, [type='submit'].danger:active, [type='submit'].danger.active,
    .button.danger:focus,
    .button.danger::selection,
    .button.danger:active,
    .button.danger.active {
      background-color: #870E4F;
      color: #FFFFFF;
      border: 1px solid #870E4F;
      outline: none;
      fill: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    button.danger:disabled, button.danger.disabled, [type='button'].danger:disabled, [type='button'].danger.disabled, [type='reset'].danger:disabled, [type='reset'].danger.disabled, [type='submit'].danger:disabled, [type='submit'].danger.disabled,
    .button.danger:disabled,
    .button.danger.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    button.danger svg, button.danger img, [type='button'].danger svg, [type='button'].danger img, [type='reset'].danger svg, [type='reset'].danger img, [type='submit'].danger svg, [type='submit'].danger img,
    .button.danger svg,
    .button.danger img {
      height: 20px;
      width: 20px;
      margin: 8px; }
    button.danger.dropdown:hover, [type='button'].danger.dropdown:hover, [type='reset'].danger.dropdown:hover, [type='submit'].danger.dropdown:hover,
    .button.danger.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.danger.dropdown:hover .subactions, [type='button'].danger.dropdown:hover .subactions, [type='reset'].danger.dropdown:hover .subactions, [type='submit'].danger.dropdown:hover .subactions,
      .button.danger.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.danger.dropdown:hover .subactions .button, [type='button'].danger.dropdown:hover .subactions .button, [type='reset'].danger.dropdown:hover .subactions .button, [type='submit'].danger.dropdown:hover .subactions .button,
        .button.danger.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.danger.dropdown:hover .subactions .button:hover, button.danger.dropdown:hover .subactions .button.hover, [type='button'].danger.dropdown:hover .subactions .button:hover, [type='button'].danger.dropdown:hover .subactions .button.hover, [type='reset'].danger.dropdown:hover .subactions .button:hover, [type='reset'].danger.dropdown:hover .subactions .button.hover, [type='submit'].danger.dropdown:hover .subactions .button:hover, [type='submit'].danger.dropdown:hover .subactions .button.hover,
          .button.danger.dropdown:hover .subactions .button:hover,
          .button.danger.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.danger.dropdown:hover .subactions .button:focus, button.danger.dropdown:hover .subactions .button::selection, button.danger.dropdown:hover .subactions .button:active, button.danger.dropdown:hover .subactions .button.active, [type='button'].danger.dropdown:hover .subactions .button:focus, [type='button'].danger.dropdown:hover .subactions .button::selection, [type='button'].danger.dropdown:hover .subactions .button:active, [type='button'].danger.dropdown:hover .subactions .button.active, [type='reset'].danger.dropdown:hover .subactions .button:focus, [type='reset'].danger.dropdown:hover .subactions .button::selection, [type='reset'].danger.dropdown:hover .subactions .button:active, [type='reset'].danger.dropdown:hover .subactions .button.active, [type='submit'].danger.dropdown:hover .subactions .button:focus, [type='submit'].danger.dropdown:hover .subactions .button::selection, [type='submit'].danger.dropdown:hover .subactions .button:active, [type='submit'].danger.dropdown:hover .subactions .button.active,
          .button.danger.dropdown:hover .subactions .button:focus,
          .button.danger.dropdown:hover .subactions .button::selection,
          .button.danger.dropdown:hover .subactions .button:active,
          .button.danger.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.danger.dropdown:hover .subactions .button:disabled, button.danger.dropdown:hover .subactions .button.disabled, [type='button'].danger.dropdown:hover .subactions .button:disabled, [type='button'].danger.dropdown:hover .subactions .button.disabled, [type='reset'].danger.dropdown:hover .subactions .button:disabled, [type='reset'].danger.dropdown:hover .subactions .button.disabled, [type='submit'].danger.dropdown:hover .subactions .button:disabled, [type='submit'].danger.dropdown:hover .subactions .button.disabled,
          .button.danger.dropdown:hover .subactions .button:disabled,
          .button.danger.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.danger.dropdown .subactions, [type='button'].danger.dropdown .subactions, [type='reset'].danger.dropdown .subactions, [type='submit'].danger.dropdown .subactions,
    .button.danger.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 35px; }
      button.danger.dropdown .subactions .button, [type='button'].danger.dropdown .subactions .button, [type='reset'].danger.dropdown .subactions .button, [type='submit'].danger.dropdown .subactions .button,
      .button.danger.dropdown .subactions .button {
        margin: 0px !important; }
    button.danger.capitalize, button.danger .capitalize, [type='button'].danger.capitalize, [type='button'].danger .capitalize, [type='reset'].danger.capitalize, [type='reset'].danger .capitalize, [type='submit'].danger.capitalize, [type='submit'].danger .capitalize,
    .button.danger.capitalize,
    .button.danger .capitalize {
      text-transform: capitalize; }
    button.danger.lowercase, button.danger .lowercase, [type='button'].danger.lowercase, [type='button'].danger .lowercase, [type='reset'].danger.lowercase, [type='reset'].danger .lowercase, [type='submit'].danger.lowercase, [type='submit'].danger .lowercase,
    .button.danger.lowercase,
    .button.danger .lowercase {
      text-transform: lowercase; }
    button.danger.big, [type='button'].danger.big, [type='reset'].danger.big, [type='submit'].danger.big,
    .button.danger.big {
      height: 44px;
      font-size: 16px;
      line-height: 44px; }
      button.danger.big svg, button.danger.big img, [type='button'].danger.big svg, [type='button'].danger.big img, [type='reset'].danger.big svg, [type='reset'].danger.big img, [type='submit'].danger.big svg, [type='submit'].danger.big img,
      .button.danger.big svg,
      .button.danger.big img {
        height: 28px;
        width: 28px;
        margin: 8px; }
      button.danger.big.dropdown:hover, [type='button'].danger.big.dropdown:hover, [type='reset'].danger.big.dropdown:hover, [type='submit'].danger.big.dropdown:hover,
      .button.danger.big.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.danger.big.dropdown:hover .subactions, [type='button'].danger.big.dropdown:hover .subactions, [type='reset'].danger.big.dropdown:hover .subactions, [type='submit'].danger.big.dropdown:hover .subactions,
        .button.danger.big.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.danger.big.dropdown:hover .subactions .button, [type='button'].danger.big.dropdown:hover .subactions .button, [type='reset'].danger.big.dropdown:hover .subactions .button, [type='submit'].danger.big.dropdown:hover .subactions .button,
          .button.danger.big.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.danger.big.dropdown:hover .subactions .button:hover, button.danger.big.dropdown:hover .subactions .button.hover, [type='button'].danger.big.dropdown:hover .subactions .button:hover, [type='button'].danger.big.dropdown:hover .subactions .button.hover, [type='reset'].danger.big.dropdown:hover .subactions .button:hover, [type='reset'].danger.big.dropdown:hover .subactions .button.hover, [type='submit'].danger.big.dropdown:hover .subactions .button:hover, [type='submit'].danger.big.dropdown:hover .subactions .button.hover,
            .button.danger.big.dropdown:hover .subactions .button:hover,
            .button.danger.big.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.danger.big.dropdown:hover .subactions .button:focus, button.danger.big.dropdown:hover .subactions .button::selection, button.danger.big.dropdown:hover .subactions .button:active, button.danger.big.dropdown:hover .subactions .button.active, [type='button'].danger.big.dropdown:hover .subactions .button:focus, [type='button'].danger.big.dropdown:hover .subactions .button::selection, [type='button'].danger.big.dropdown:hover .subactions .button:active, [type='button'].danger.big.dropdown:hover .subactions .button.active, [type='reset'].danger.big.dropdown:hover .subactions .button:focus, [type='reset'].danger.big.dropdown:hover .subactions .button::selection, [type='reset'].danger.big.dropdown:hover .subactions .button:active, [type='reset'].danger.big.dropdown:hover .subactions .button.active, [type='submit'].danger.big.dropdown:hover .subactions .button:focus, [type='submit'].danger.big.dropdown:hover .subactions .button::selection, [type='submit'].danger.big.dropdown:hover .subactions .button:active, [type='submit'].danger.big.dropdown:hover .subactions .button.active,
            .button.danger.big.dropdown:hover .subactions .button:focus,
            .button.danger.big.dropdown:hover .subactions .button::selection,
            .button.danger.big.dropdown:hover .subactions .button:active,
            .button.danger.big.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.danger.big.dropdown:hover .subactions .button:disabled, button.danger.big.dropdown:hover .subactions .button.disabled, [type='button'].danger.big.dropdown:hover .subactions .button:disabled, [type='button'].danger.big.dropdown:hover .subactions .button.disabled, [type='reset'].danger.big.dropdown:hover .subactions .button:disabled, [type='reset'].danger.big.dropdown:hover .subactions .button.disabled, [type='submit'].danger.big.dropdown:hover .subactions .button:disabled, [type='submit'].danger.big.dropdown:hover .subactions .button.disabled,
            .button.danger.big.dropdown:hover .subactions .button:disabled,
            .button.danger.big.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.danger.big.dropdown .subactions, [type='button'].danger.big.dropdown .subactions, [type='reset'].danger.big.dropdown .subactions, [type='submit'].danger.big.dropdown .subactions,
      .button.danger.big.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 43px; }
        button.danger.big.dropdown .subactions .button, [type='button'].danger.big.dropdown .subactions .button, [type='reset'].danger.big.dropdown .subactions .button, [type='submit'].danger.big.dropdown .subactions .button,
        .button.danger.big.dropdown .subactions .button {
          margin: 0px !important; }
    button.danger.small, [type='button'].danger.small, [type='reset'].danger.small, [type='submit'].danger.small,
    .button.danger.small {
      height: 32px;
      font-size: 13px;
      line-height: 32px; }
      button.danger.small svg, button.danger.small img, [type='button'].danger.small svg, [type='button'].danger.small img, [type='reset'].danger.small svg, [type='reset'].danger.small img, [type='submit'].danger.small svg, [type='submit'].danger.small img,
      .button.danger.small svg,
      .button.danger.small img {
        height: 16px;
        width: 16px;
        margin: 8px; }
      button.danger.small.dropdown:hover, [type='button'].danger.small.dropdown:hover, [type='reset'].danger.small.dropdown:hover, [type='submit'].danger.small.dropdown:hover,
      .button.danger.small.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.danger.small.dropdown:hover .subactions, [type='button'].danger.small.dropdown:hover .subactions, [type='reset'].danger.small.dropdown:hover .subactions, [type='submit'].danger.small.dropdown:hover .subactions,
        .button.danger.small.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.danger.small.dropdown:hover .subactions .button, [type='button'].danger.small.dropdown:hover .subactions .button, [type='reset'].danger.small.dropdown:hover .subactions .button, [type='submit'].danger.small.dropdown:hover .subactions .button,
          .button.danger.small.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.danger.small.dropdown:hover .subactions .button:hover, button.danger.small.dropdown:hover .subactions .button.hover, [type='button'].danger.small.dropdown:hover .subactions .button:hover, [type='button'].danger.small.dropdown:hover .subactions .button.hover, [type='reset'].danger.small.dropdown:hover .subactions .button:hover, [type='reset'].danger.small.dropdown:hover .subactions .button.hover, [type='submit'].danger.small.dropdown:hover .subactions .button:hover, [type='submit'].danger.small.dropdown:hover .subactions .button.hover,
            .button.danger.small.dropdown:hover .subactions .button:hover,
            .button.danger.small.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.danger.small.dropdown:hover .subactions .button:focus, button.danger.small.dropdown:hover .subactions .button::selection, button.danger.small.dropdown:hover .subactions .button:active, button.danger.small.dropdown:hover .subactions .button.active, [type='button'].danger.small.dropdown:hover .subactions .button:focus, [type='button'].danger.small.dropdown:hover .subactions .button::selection, [type='button'].danger.small.dropdown:hover .subactions .button:active, [type='button'].danger.small.dropdown:hover .subactions .button.active, [type='reset'].danger.small.dropdown:hover .subactions .button:focus, [type='reset'].danger.small.dropdown:hover .subactions .button::selection, [type='reset'].danger.small.dropdown:hover .subactions .button:active, [type='reset'].danger.small.dropdown:hover .subactions .button.active, [type='submit'].danger.small.dropdown:hover .subactions .button:focus, [type='submit'].danger.small.dropdown:hover .subactions .button::selection, [type='submit'].danger.small.dropdown:hover .subactions .button:active, [type='submit'].danger.small.dropdown:hover .subactions .button.active,
            .button.danger.small.dropdown:hover .subactions .button:focus,
            .button.danger.small.dropdown:hover .subactions .button::selection,
            .button.danger.small.dropdown:hover .subactions .button:active,
            .button.danger.small.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.danger.small.dropdown:hover .subactions .button:disabled, button.danger.small.dropdown:hover .subactions .button.disabled, [type='button'].danger.small.dropdown:hover .subactions .button:disabled, [type='button'].danger.small.dropdown:hover .subactions .button.disabled, [type='reset'].danger.small.dropdown:hover .subactions .button:disabled, [type='reset'].danger.small.dropdown:hover .subactions .button.disabled, [type='submit'].danger.small.dropdown:hover .subactions .button:disabled, [type='submit'].danger.small.dropdown:hover .subactions .button.disabled,
            .button.danger.small.dropdown:hover .subactions .button:disabled,
            .button.danger.small.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.danger.small.dropdown .subactions, [type='button'].danger.small.dropdown .subactions, [type='reset'].danger.small.dropdown .subactions, [type='submit'].danger.small.dropdown .subactions,
      .button.danger.small.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 31px; }
        button.danger.small.dropdown .subactions .button, [type='button'].danger.small.dropdown .subactions .button, [type='reset'].danger.small.dropdown .subactions .button, [type='submit'].danger.small.dropdown .subactions .button,
        .button.danger.small.dropdown .subactions .button {
          margin: 0px !important; }
    button.danger.tiny, [type='button'].danger.tiny, [type='reset'].danger.tiny, [type='submit'].danger.tiny,
    .button.danger.tiny {
      height: 24px;
      font-size: 13px;
      line-height: 24px; }
      button.danger.tiny svg, button.danger.tiny img, [type='button'].danger.tiny svg, [type='button'].danger.tiny img, [type='reset'].danger.tiny svg, [type='reset'].danger.tiny img, [type='submit'].danger.tiny svg, [type='submit'].danger.tiny img,
      .button.danger.tiny svg,
      .button.danger.tiny img {
        height: 8px;
        width: 8px;
        margin: 8px; }
      button.danger.tiny.dropdown:hover, [type='button'].danger.tiny.dropdown:hover, [type='reset'].danger.tiny.dropdown:hover, [type='submit'].danger.tiny.dropdown:hover,
      .button.danger.tiny.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.danger.tiny.dropdown:hover .subactions, [type='button'].danger.tiny.dropdown:hover .subactions, [type='reset'].danger.tiny.dropdown:hover .subactions, [type='submit'].danger.tiny.dropdown:hover .subactions,
        .button.danger.tiny.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.danger.tiny.dropdown:hover .subactions .button, [type='button'].danger.tiny.dropdown:hover .subactions .button, [type='reset'].danger.tiny.dropdown:hover .subactions .button, [type='submit'].danger.tiny.dropdown:hover .subactions .button,
          .button.danger.tiny.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.danger.tiny.dropdown:hover .subactions .button:hover, button.danger.tiny.dropdown:hover .subactions .button.hover, [type='button'].danger.tiny.dropdown:hover .subactions .button:hover, [type='button'].danger.tiny.dropdown:hover .subactions .button.hover, [type='reset'].danger.tiny.dropdown:hover .subactions .button:hover, [type='reset'].danger.tiny.dropdown:hover .subactions .button.hover, [type='submit'].danger.tiny.dropdown:hover .subactions .button:hover, [type='submit'].danger.tiny.dropdown:hover .subactions .button.hover,
            .button.danger.tiny.dropdown:hover .subactions .button:hover,
            .button.danger.tiny.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.danger.tiny.dropdown:hover .subactions .button:focus, button.danger.tiny.dropdown:hover .subactions .button::selection, button.danger.tiny.dropdown:hover .subactions .button:active, button.danger.tiny.dropdown:hover .subactions .button.active, [type='button'].danger.tiny.dropdown:hover .subactions .button:focus, [type='button'].danger.tiny.dropdown:hover .subactions .button::selection, [type='button'].danger.tiny.dropdown:hover .subactions .button:active, [type='button'].danger.tiny.dropdown:hover .subactions .button.active, [type='reset'].danger.tiny.dropdown:hover .subactions .button:focus, [type='reset'].danger.tiny.dropdown:hover .subactions .button::selection, [type='reset'].danger.tiny.dropdown:hover .subactions .button:active, [type='reset'].danger.tiny.dropdown:hover .subactions .button.active, [type='submit'].danger.tiny.dropdown:hover .subactions .button:focus, [type='submit'].danger.tiny.dropdown:hover .subactions .button::selection, [type='submit'].danger.tiny.dropdown:hover .subactions .button:active, [type='submit'].danger.tiny.dropdown:hover .subactions .button.active,
            .button.danger.tiny.dropdown:hover .subactions .button:focus,
            .button.danger.tiny.dropdown:hover .subactions .button::selection,
            .button.danger.tiny.dropdown:hover .subactions .button:active,
            .button.danger.tiny.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.danger.tiny.dropdown:hover .subactions .button:disabled, button.danger.tiny.dropdown:hover .subactions .button.disabled, [type='button'].danger.tiny.dropdown:hover .subactions .button:disabled, [type='button'].danger.tiny.dropdown:hover .subactions .button.disabled, [type='reset'].danger.tiny.dropdown:hover .subactions .button:disabled, [type='reset'].danger.tiny.dropdown:hover .subactions .button.disabled, [type='submit'].danger.tiny.dropdown:hover .subactions .button:disabled, [type='submit'].danger.tiny.dropdown:hover .subactions .button.disabled,
            .button.danger.tiny.dropdown:hover .subactions .button:disabled,
            .button.danger.tiny.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.danger.tiny.dropdown .subactions, [type='button'].danger.tiny.dropdown .subactions, [type='reset'].danger.tiny.dropdown .subactions, [type='submit'].danger.tiny.dropdown .subactions,
      .button.danger.tiny.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 23px; }
        button.danger.tiny.dropdown .subactions .button, [type='button'].danger.tiny.dropdown .subactions .button, [type='reset'].danger.tiny.dropdown .subactions .button, [type='submit'].danger.tiny.dropdown .subactions .button,
        .button.danger.tiny.dropdown .subactions .button {
          margin: 0px !important; }
    button.danger.full, [type='button'].danger.full, [type='reset'].danger.full, [type='submit'].danger.full,
    .button.danger.full {
      width: 100%;
      padding: 0px 8px; }
    button.danger.padding, [type='button'].danger.padding, [type='reset'].danger.padding, [type='submit'].danger.padding,
    .button.danger.padding {
      padding: 0px 32px; }
    button.danger.fixed, [type='button'].danger.fixed, [type='reset'].danger.fixed, [type='submit'].danger.fixed,
    .button.danger.fixed {
      width: 160px; }
  button.success, [type='button'].success, [type='reset'].success, [type='submit'].success,
  .button.success {
    font-weight: 400;
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 8px;
    transition: box-shadow 150ms ease, border 150ms ease, background-color 150ms ease;
    background-color: #00BFA5;
    border: 1px solid #00BFA5;
    color: #FFFFFF;
    fill: #FFFFFF;
    stroke: #FFFFFF;
    height: 36px;
    font-size: 14px;
    line-height: 36px; }
    button.success:hover, button.success.hover, [type='button'].success:hover, [type='button'].success.hover, [type='reset'].success:hover, [type='reset'].success.hover, [type='submit'].success:hover, [type='submit'].success.hover,
    .button.success:hover,
    .button.success.hover {
      background-color: #00A690;
      border: 1px solid #00A690;
      color: #FFFFFF;
      fill: #FFFFFF;
      stroke: #FFFFFF; }
    button.success:focus, button.success::selection, button.success:active, button.success.active, [type='button'].success:focus, [type='button'].success::selection, [type='button'].success:active, [type='button'].success.active, [type='reset'].success:focus, [type='reset'].success::selection, [type='reset'].success:active, [type='reset'].success.active, [type='submit'].success:focus, [type='submit'].success::selection, [type='submit'].success:active, [type='submit'].success.active,
    .button.success:focus,
    .button.success::selection,
    .button.success:active,
    .button.success.active {
      background-color: #00806E;
      color: #FFFFFF;
      border: 1px solid #00806E;
      outline: none;
      fill: #FFFFFF !important;
      stroke: #FFFFFF !important; }
    button.success:disabled, button.success.disabled, [type='button'].success:disabled, [type='button'].success.disabled, [type='reset'].success:disabled, [type='reset'].success.disabled, [type='submit'].success:disabled, [type='submit'].success.disabled,
    .button.success:disabled,
    .button.success.disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    button.success svg, button.success img, [type='button'].success svg, [type='button'].success img, [type='reset'].success svg, [type='reset'].success img, [type='submit'].success svg, [type='submit'].success img,
    .button.success svg,
    .button.success img {
      height: 20px;
      width: 20px;
      margin: 8px; }
    button.success.dropdown:hover, [type='button'].success.dropdown:hover, [type='reset'].success.dropdown:hover, [type='submit'].success.dropdown:hover,
    .button.success.dropdown:hover {
      justify-content: flex-start;
      border-color: transparent !important; }
      button.success.dropdown:hover .subactions, [type='button'].success.dropdown:hover .subactions, [type='reset'].success.dropdown:hover .subactions, [type='submit'].success.dropdown:hover .subactions,
      .button.success.dropdown:hover .subactions {
        display: flex;
        justify-content: center; }
        button.success.dropdown:hover .subactions .button, [type='button'].success.dropdown:hover .subactions .button, [type='reset'].success.dropdown:hover .subactions .button, [type='submit'].success.dropdown:hover .subactions .button,
        .button.success.dropdown:hover .subactions .button {
          background-color: transparent;
          border: 1px solid transparent;
          color: #575E62;
          fill: #575E62;
          stroke: #575E62; }
          button.success.dropdown:hover .subactions .button:hover, button.success.dropdown:hover .subactions .button.hover, [type='button'].success.dropdown:hover .subactions .button:hover, [type='button'].success.dropdown:hover .subactions .button.hover, [type='reset'].success.dropdown:hover .subactions .button:hover, [type='reset'].success.dropdown:hover .subactions .button.hover, [type='submit'].success.dropdown:hover .subactions .button:hover, [type='submit'].success.dropdown:hover .subactions .button.hover,
          .button.success.dropdown:hover .subactions .button:hover,
          .button.success.dropdown:hover .subactions .button.hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: #2962FF;
            fill: #2962FF;
            stroke: #2962FF; }
          button.success.dropdown:hover .subactions .button:focus, button.success.dropdown:hover .subactions .button::selection, button.success.dropdown:hover .subactions .button:active, button.success.dropdown:hover .subactions .button.active, [type='button'].success.dropdown:hover .subactions .button:focus, [type='button'].success.dropdown:hover .subactions .button::selection, [type='button'].success.dropdown:hover .subactions .button:active, [type='button'].success.dropdown:hover .subactions .button.active, [type='reset'].success.dropdown:hover .subactions .button:focus, [type='reset'].success.dropdown:hover .subactions .button::selection, [type='reset'].success.dropdown:hover .subactions .button:active, [type='reset'].success.dropdown:hover .subactions .button.active, [type='submit'].success.dropdown:hover .subactions .button:focus, [type='submit'].success.dropdown:hover .subactions .button::selection, [type='submit'].success.dropdown:hover .subactions .button:active, [type='submit'].success.dropdown:hover .subactions .button.active,
          .button.success.dropdown:hover .subactions .button:focus,
          .button.success.dropdown:hover .subactions .button::selection,
          .button.success.dropdown:hover .subactions .button:active,
          .button.success.dropdown:hover .subactions .button.active {
            background-color: transparent;
            color: #EEF0F3;
            border: 1px solid transparent;
            outline: none;
            fill: #EEF0F3 !important;
            stroke: #EEF0F3 !important; }
          button.success.dropdown:hover .subactions .button:disabled, button.success.dropdown:hover .subactions .button.disabled, [type='button'].success.dropdown:hover .subactions .button:disabled, [type='button'].success.dropdown:hover .subactions .button.disabled, [type='reset'].success.dropdown:hover .subactions .button:disabled, [type='reset'].success.dropdown:hover .subactions .button.disabled, [type='submit'].success.dropdown:hover .subactions .button:disabled, [type='submit'].success.dropdown:hover .subactions .button.disabled,
          .button.success.dropdown:hover .subactions .button:disabled,
          .button.success.dropdown:hover .subactions .button.disabled {
            cursor: not-allowed;
            opacity: 0.5; }
    button.success.dropdown .subactions, [type='button'].success.dropdown .subactions, [type='reset'].success.dropdown .subactions, [type='submit'].success.dropdown .subactions,
    .button.success.dropdown .subactions {
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      border-radius: 4px;
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
      display: none;
      flex-flow: column;
      position: absolute;
      z-index: 10000000;
      margin-left: -8px;
      margin-top: 35px; }
      button.success.dropdown .subactions .button, [type='button'].success.dropdown .subactions .button, [type='reset'].success.dropdown .subactions .button, [type='submit'].success.dropdown .subactions .button,
      .button.success.dropdown .subactions .button {
        margin: 0px !important; }
    button.success.capitalize, button.success .capitalize, [type='button'].success.capitalize, [type='button'].success .capitalize, [type='reset'].success.capitalize, [type='reset'].success .capitalize, [type='submit'].success.capitalize, [type='submit'].success .capitalize,
    .button.success.capitalize,
    .button.success .capitalize {
      text-transform: capitalize; }
    button.success.lowercase, button.success .lowercase, [type='button'].success.lowercase, [type='button'].success .lowercase, [type='reset'].success.lowercase, [type='reset'].success .lowercase, [type='submit'].success.lowercase, [type='submit'].success .lowercase,
    .button.success.lowercase,
    .button.success .lowercase {
      text-transform: lowercase; }
    button.success.big, [type='button'].success.big, [type='reset'].success.big, [type='submit'].success.big,
    .button.success.big {
      height: 44px;
      font-size: 16px;
      line-height: 44px; }
      button.success.big svg, button.success.big img, [type='button'].success.big svg, [type='button'].success.big img, [type='reset'].success.big svg, [type='reset'].success.big img, [type='submit'].success.big svg, [type='submit'].success.big img,
      .button.success.big svg,
      .button.success.big img {
        height: 28px;
        width: 28px;
        margin: 8px; }
      button.success.big.dropdown:hover, [type='button'].success.big.dropdown:hover, [type='reset'].success.big.dropdown:hover, [type='submit'].success.big.dropdown:hover,
      .button.success.big.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.success.big.dropdown:hover .subactions, [type='button'].success.big.dropdown:hover .subactions, [type='reset'].success.big.dropdown:hover .subactions, [type='submit'].success.big.dropdown:hover .subactions,
        .button.success.big.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.success.big.dropdown:hover .subactions .button, [type='button'].success.big.dropdown:hover .subactions .button, [type='reset'].success.big.dropdown:hover .subactions .button, [type='submit'].success.big.dropdown:hover .subactions .button,
          .button.success.big.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.success.big.dropdown:hover .subactions .button:hover, button.success.big.dropdown:hover .subactions .button.hover, [type='button'].success.big.dropdown:hover .subactions .button:hover, [type='button'].success.big.dropdown:hover .subactions .button.hover, [type='reset'].success.big.dropdown:hover .subactions .button:hover, [type='reset'].success.big.dropdown:hover .subactions .button.hover, [type='submit'].success.big.dropdown:hover .subactions .button:hover, [type='submit'].success.big.dropdown:hover .subactions .button.hover,
            .button.success.big.dropdown:hover .subactions .button:hover,
            .button.success.big.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.success.big.dropdown:hover .subactions .button:focus, button.success.big.dropdown:hover .subactions .button::selection, button.success.big.dropdown:hover .subactions .button:active, button.success.big.dropdown:hover .subactions .button.active, [type='button'].success.big.dropdown:hover .subactions .button:focus, [type='button'].success.big.dropdown:hover .subactions .button::selection, [type='button'].success.big.dropdown:hover .subactions .button:active, [type='button'].success.big.dropdown:hover .subactions .button.active, [type='reset'].success.big.dropdown:hover .subactions .button:focus, [type='reset'].success.big.dropdown:hover .subactions .button::selection, [type='reset'].success.big.dropdown:hover .subactions .button:active, [type='reset'].success.big.dropdown:hover .subactions .button.active, [type='submit'].success.big.dropdown:hover .subactions .button:focus, [type='submit'].success.big.dropdown:hover .subactions .button::selection, [type='submit'].success.big.dropdown:hover .subactions .button:active, [type='submit'].success.big.dropdown:hover .subactions .button.active,
            .button.success.big.dropdown:hover .subactions .button:focus,
            .button.success.big.dropdown:hover .subactions .button::selection,
            .button.success.big.dropdown:hover .subactions .button:active,
            .button.success.big.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.success.big.dropdown:hover .subactions .button:disabled, button.success.big.dropdown:hover .subactions .button.disabled, [type='button'].success.big.dropdown:hover .subactions .button:disabled, [type='button'].success.big.dropdown:hover .subactions .button.disabled, [type='reset'].success.big.dropdown:hover .subactions .button:disabled, [type='reset'].success.big.dropdown:hover .subactions .button.disabled, [type='submit'].success.big.dropdown:hover .subactions .button:disabled, [type='submit'].success.big.dropdown:hover .subactions .button.disabled,
            .button.success.big.dropdown:hover .subactions .button:disabled,
            .button.success.big.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.success.big.dropdown .subactions, [type='button'].success.big.dropdown .subactions, [type='reset'].success.big.dropdown .subactions, [type='submit'].success.big.dropdown .subactions,
      .button.success.big.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 43px; }
        button.success.big.dropdown .subactions .button, [type='button'].success.big.dropdown .subactions .button, [type='reset'].success.big.dropdown .subactions .button, [type='submit'].success.big.dropdown .subactions .button,
        .button.success.big.dropdown .subactions .button {
          margin: 0px !important; }
    button.success.small, [type='button'].success.small, [type='reset'].success.small, [type='submit'].success.small,
    .button.success.small {
      height: 32px;
      font-size: 13px;
      line-height: 32px; }
      button.success.small svg, button.success.small img, [type='button'].success.small svg, [type='button'].success.small img, [type='reset'].success.small svg, [type='reset'].success.small img, [type='submit'].success.small svg, [type='submit'].success.small img,
      .button.success.small svg,
      .button.success.small img {
        height: 16px;
        width: 16px;
        margin: 8px; }
      button.success.small.dropdown:hover, [type='button'].success.small.dropdown:hover, [type='reset'].success.small.dropdown:hover, [type='submit'].success.small.dropdown:hover,
      .button.success.small.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.success.small.dropdown:hover .subactions, [type='button'].success.small.dropdown:hover .subactions, [type='reset'].success.small.dropdown:hover .subactions, [type='submit'].success.small.dropdown:hover .subactions,
        .button.success.small.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.success.small.dropdown:hover .subactions .button, [type='button'].success.small.dropdown:hover .subactions .button, [type='reset'].success.small.dropdown:hover .subactions .button, [type='submit'].success.small.dropdown:hover .subactions .button,
          .button.success.small.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.success.small.dropdown:hover .subactions .button:hover, button.success.small.dropdown:hover .subactions .button.hover, [type='button'].success.small.dropdown:hover .subactions .button:hover, [type='button'].success.small.dropdown:hover .subactions .button.hover, [type='reset'].success.small.dropdown:hover .subactions .button:hover, [type='reset'].success.small.dropdown:hover .subactions .button.hover, [type='submit'].success.small.dropdown:hover .subactions .button:hover, [type='submit'].success.small.dropdown:hover .subactions .button.hover,
            .button.success.small.dropdown:hover .subactions .button:hover,
            .button.success.small.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.success.small.dropdown:hover .subactions .button:focus, button.success.small.dropdown:hover .subactions .button::selection, button.success.small.dropdown:hover .subactions .button:active, button.success.small.dropdown:hover .subactions .button.active, [type='button'].success.small.dropdown:hover .subactions .button:focus, [type='button'].success.small.dropdown:hover .subactions .button::selection, [type='button'].success.small.dropdown:hover .subactions .button:active, [type='button'].success.small.dropdown:hover .subactions .button.active, [type='reset'].success.small.dropdown:hover .subactions .button:focus, [type='reset'].success.small.dropdown:hover .subactions .button::selection, [type='reset'].success.small.dropdown:hover .subactions .button:active, [type='reset'].success.small.dropdown:hover .subactions .button.active, [type='submit'].success.small.dropdown:hover .subactions .button:focus, [type='submit'].success.small.dropdown:hover .subactions .button::selection, [type='submit'].success.small.dropdown:hover .subactions .button:active, [type='submit'].success.small.dropdown:hover .subactions .button.active,
            .button.success.small.dropdown:hover .subactions .button:focus,
            .button.success.small.dropdown:hover .subactions .button::selection,
            .button.success.small.dropdown:hover .subactions .button:active,
            .button.success.small.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.success.small.dropdown:hover .subactions .button:disabled, button.success.small.dropdown:hover .subactions .button.disabled, [type='button'].success.small.dropdown:hover .subactions .button:disabled, [type='button'].success.small.dropdown:hover .subactions .button.disabled, [type='reset'].success.small.dropdown:hover .subactions .button:disabled, [type='reset'].success.small.dropdown:hover .subactions .button.disabled, [type='submit'].success.small.dropdown:hover .subactions .button:disabled, [type='submit'].success.small.dropdown:hover .subactions .button.disabled,
            .button.success.small.dropdown:hover .subactions .button:disabled,
            .button.success.small.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.success.small.dropdown .subactions, [type='button'].success.small.dropdown .subactions, [type='reset'].success.small.dropdown .subactions, [type='submit'].success.small.dropdown .subactions,
      .button.success.small.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 31px; }
        button.success.small.dropdown .subactions .button, [type='button'].success.small.dropdown .subactions .button, [type='reset'].success.small.dropdown .subactions .button, [type='submit'].success.small.dropdown .subactions .button,
        .button.success.small.dropdown .subactions .button {
          margin: 0px !important; }
    button.success.tiny, [type='button'].success.tiny, [type='reset'].success.tiny, [type='submit'].success.tiny,
    .button.success.tiny {
      height: 24px;
      font-size: 13px;
      line-height: 24px; }
      button.success.tiny svg, button.success.tiny img, [type='button'].success.tiny svg, [type='button'].success.tiny img, [type='reset'].success.tiny svg, [type='reset'].success.tiny img, [type='submit'].success.tiny svg, [type='submit'].success.tiny img,
      .button.success.tiny svg,
      .button.success.tiny img {
        height: 8px;
        width: 8px;
        margin: 8px; }
      button.success.tiny.dropdown:hover, [type='button'].success.tiny.dropdown:hover, [type='reset'].success.tiny.dropdown:hover, [type='submit'].success.tiny.dropdown:hover,
      .button.success.tiny.dropdown:hover {
        justify-content: flex-start;
        border-color: transparent !important; }
        button.success.tiny.dropdown:hover .subactions, [type='button'].success.tiny.dropdown:hover .subactions, [type='reset'].success.tiny.dropdown:hover .subactions, [type='submit'].success.tiny.dropdown:hover .subactions,
        .button.success.tiny.dropdown:hover .subactions {
          display: flex;
          justify-content: center; }
          button.success.tiny.dropdown:hover .subactions .button, [type='button'].success.tiny.dropdown:hover .subactions .button, [type='reset'].success.tiny.dropdown:hover .subactions .button, [type='submit'].success.tiny.dropdown:hover .subactions .button,
          .button.success.tiny.dropdown:hover .subactions .button {
            background-color: transparent;
            border: 1px solid transparent;
            color: #575E62;
            fill: #575E62;
            stroke: #575E62; }
            button.success.tiny.dropdown:hover .subactions .button:hover, button.success.tiny.dropdown:hover .subactions .button.hover, [type='button'].success.tiny.dropdown:hover .subactions .button:hover, [type='button'].success.tiny.dropdown:hover .subactions .button.hover, [type='reset'].success.tiny.dropdown:hover .subactions .button:hover, [type='reset'].success.tiny.dropdown:hover .subactions .button.hover, [type='submit'].success.tiny.dropdown:hover .subactions .button:hover, [type='submit'].success.tiny.dropdown:hover .subactions .button.hover,
            .button.success.tiny.dropdown:hover .subactions .button:hover,
            .button.success.tiny.dropdown:hover .subactions .button.hover {
              background-color: transparent;
              border: 1px solid transparent;
              color: #2962FF;
              fill: #2962FF;
              stroke: #2962FF; }
            button.success.tiny.dropdown:hover .subactions .button:focus, button.success.tiny.dropdown:hover .subactions .button::selection, button.success.tiny.dropdown:hover .subactions .button:active, button.success.tiny.dropdown:hover .subactions .button.active, [type='button'].success.tiny.dropdown:hover .subactions .button:focus, [type='button'].success.tiny.dropdown:hover .subactions .button::selection, [type='button'].success.tiny.dropdown:hover .subactions .button:active, [type='button'].success.tiny.dropdown:hover .subactions .button.active, [type='reset'].success.tiny.dropdown:hover .subactions .button:focus, [type='reset'].success.tiny.dropdown:hover .subactions .button::selection, [type='reset'].success.tiny.dropdown:hover .subactions .button:active, [type='reset'].success.tiny.dropdown:hover .subactions .button.active, [type='submit'].success.tiny.dropdown:hover .subactions .button:focus, [type='submit'].success.tiny.dropdown:hover .subactions .button::selection, [type='submit'].success.tiny.dropdown:hover .subactions .button:active, [type='submit'].success.tiny.dropdown:hover .subactions .button.active,
            .button.success.tiny.dropdown:hover .subactions .button:focus,
            .button.success.tiny.dropdown:hover .subactions .button::selection,
            .button.success.tiny.dropdown:hover .subactions .button:active,
            .button.success.tiny.dropdown:hover .subactions .button.active {
              background-color: transparent;
              color: #EEF0F3;
              border: 1px solid transparent;
              outline: none;
              fill: #EEF0F3 !important;
              stroke: #EEF0F3 !important; }
            button.success.tiny.dropdown:hover .subactions .button:disabled, button.success.tiny.dropdown:hover .subactions .button.disabled, [type='button'].success.tiny.dropdown:hover .subactions .button:disabled, [type='button'].success.tiny.dropdown:hover .subactions .button.disabled, [type='reset'].success.tiny.dropdown:hover .subactions .button:disabled, [type='reset'].success.tiny.dropdown:hover .subactions .button.disabled, [type='submit'].success.tiny.dropdown:hover .subactions .button:disabled, [type='submit'].success.tiny.dropdown:hover .subactions .button.disabled,
            .button.success.tiny.dropdown:hover .subactions .button:disabled,
            .button.success.tiny.dropdown:hover .subactions .button.disabled {
              cursor: not-allowed;
              opacity: 0.5; }
      button.success.tiny.dropdown .subactions, [type='button'].success.tiny.dropdown .subactions, [type='reset'].success.tiny.dropdown .subactions, [type='submit'].success.tiny.dropdown .subactions,
      .button.success.tiny.dropdown .subactions {
        background-color: #FCFDFF;
        border: 1px solid #F6F7F8;
        border-radius: 4px;
        box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3);
        display: none;
        flex-flow: column;
        position: absolute;
        z-index: 10000000;
        margin-left: -8px;
        margin-top: 23px; }
        button.success.tiny.dropdown .subactions .button, [type='button'].success.tiny.dropdown .subactions .button, [type='reset'].success.tiny.dropdown .subactions .button, [type='submit'].success.tiny.dropdown .subactions .button,
        .button.success.tiny.dropdown .subactions .button {
          margin: 0px !important; }
    button.success.full, [type='button'].success.full, [type='reset'].success.full, [type='submit'].success.full,
    .button.success.full {
      width: 100%;
      padding: 0px 8px; }
    button.success.padding, [type='button'].success.padding, [type='reset'].success.padding, [type='submit'].success.padding,
    .button.success.padding {
      padding: 0px 32px; }
    button.success.fixed, [type='button'].success.fixed, [type='reset'].success.fixed, [type='submit'].success.fixed,
    .button.success.fixed {
      width: 160px; }

.lateral-navigation {
  overflow: auto; }
  .lateral-navigation ul {
    list-style: none;
    margin: 20px 0px;
    padding: 0px; }
    .lateral-navigation ul li {
      list-style: none;
      margin: 10px 0px;
      padding: 10px 20px;
      font-size: 16px;
      color: #737B80;
      letter-spacing: 0.48px;
      line-height: 26px;
      font-weight: 300;
      cursor: pointer;
      text-transform: uppercase;
      border: 1px solid transparent;
      transition: all 0.3s ease-in-out; }
      .lateral-navigation ul li.action, .lateral-navigation ul li.action:hover {
        background: transparent;
        border: 1px solid transparent;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 16px;
        color: #737B80;
        letter-spacing: 0.48px;
        line-height: 26px; }
        .lateral-navigation ul li.action img, .lateral-navigation ul li.action:hover img {
          position: relative;
          top: 4px;
          left: -4px; }
      .lateral-navigation ul li:hover {
        background: #EEF0F3;
        border: 1px solid #737B80;
        border-radius: 5px; }
      .lateral-navigation ul li.selected, .lateral-navigation ul li.selected:hover {
        background: #A0AAAF;
        cursor: not-allowed;
        color: #FFF;
        border-radius: 5px; }

.cards {
  display: flex;
  flex-wrap: wrap; }
  .cards .card {
    margin-right: 8px;
    margin-bottom: 16px; }
  .cards .card:last-child {
    margin-right: 0px;
    margin-bottom: 0px; }

.card {
  transition: all 0.5s ease-in-out; }
  .card a.content {
    background-color: #FCFDFF;
    overflow: hidden;
    border: 1px solid #F6F7F8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    width: 216px;
    height: 152px; }
    .card a.content .icons {
      width: 216px;
      padding: 8px;
      text-align: right;
      position: relative;
      box-sizing: border-box;
      transition: all 0.5s ease-in-out; }
      .card a.content .icons.hover {
        opacity: 0; }
      .card a.content .icons.left {
        text-align: left; }
      .card a.content .icons.center {
        text-align: center; }
      .card a.content .icons.right {
        text-align: right; }
      .card a.content .icons img,
      .card a.content .icons svg {
        fill: #A0AAAF;
        width: 16px;
        height: 16px; }
    .card a.content .title {
      display: flex;
      box-sizing: border-box;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      margin-top: -16px;
      transition: all 0.5s ease-in-out;
      padding: 0px 0px 24px 0px; }
      .card a.content .title img, .card a.content .title svg {
        transition: all 0.5s ease-in-out;
        margin-bottom: 16px;
        flex: 1;
        fill: #575E62; }
      .card a.content .title h4 {
        color: #41A2F0;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        margin: 0px;
        letter-spacing: 0.54px;
        font-weight: 300;
        transition: all 0.5s ease-in-out; }
      .card a.content .title span {
        font-size: 14px;
        color: #A0AAAF;
        text-align: center;
        width: 100%;
        letter-spacing: 0;
        display: block;
        font-weight: 200;
        line-height: 18px;
        transition: all 0.5s ease-in-out; }
  .card .actions {
    margin: 8px 0px;
    width: 216px;
    display: flex; }
    .card .actions .button:last-child {
      margin-right: 0px; }
    .card .actions .button {
      margin-right: 8px;
      width: 100%; }

.card.large a.content {
  background-color: #FCFDFF;
  overflow: hidden;
  border: 1px solid #F6F7F8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  width: 328px;
  height: 240px; }
  .card.large a.content .icons {
    width: 328px;
    padding: 8px;
    text-align: right;
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out; }
    .card.large a.content .icons.hover {
      opacity: 0; }
    .card.large a.content .icons.left {
      text-align: left; }
    .card.large a.content .icons.center {
      text-align: center; }
    .card.large a.content .icons.right {
      text-align: right; }
    .card.large a.content .icons img,
    .card.large a.content .icons svg {
      fill: #A0AAAF;
      width: 16px;
      height: 16px; }
  .card.large a.content .title {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin-top: -16px;
    transition: all 0.5s ease-in-out;
    padding: 24px 32px; }
    .card.large a.content .title img, .card.large a.content .title svg {
      transition: all 0.5s ease-in-out;
      margin-bottom: 16px;
      flex: 1;
      fill: #575E62; }
    .card.large a.content .title h4 {
      color: #41A2F0;
      text-align: left;
      text-transform: uppercase;
      width: 100%;
      margin: 0px;
      letter-spacing: 0.54px;
      font-weight: 300;
      transition: all 0.5s ease-in-out; }
    .card.large a.content .title span {
      font-size: 14px;
      color: #A0AAAF;
      text-align: left;
      width: 100%;
      letter-spacing: 0;
      display: block;
      font-weight: 200;
      line-height: 18px;
      transition: all 0.5s ease-in-out; }

.card.large .actions {
  margin: 8px 0px;
  width: 328px;
  display: flex; }
  .card.large .actions .button:last-child {
    margin-right: 0px; }
  .card.large .actions .button {
    margin-right: 8px;
    width: 100%; }

.card.large .title svg {
  fill: #E3E8EB !important; }

.card.large .title h4 {
  color: #575E62 !important; }

.card.large .title span {
  color: #E3E8EB !important; }

.card.large.checked .icons svg {
  fill: #00BFA5 !important; }

.card.large.checked .title svg, .card.large:hover .title svg {
  fill: #A0AAAF !important; }

.card.large.checked .title h4, .card.large:hover .title h4 {
  color: #41A2F0 !important; }

.card.large.checked .title span, .card.large:hover .title span {
  color: #A0AAAF !important; }

.card:hover a.content {
  box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3); }

.card:hover .icons.hover {
  opacity: 1 !important; }

.auth {
  width: 300px;
  height: 100vh;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  text-align: center;
  display: flex; }
  .auth img {
    width: 25%;
    margin: 20px auto;
    margin-top: -100px;
    display: block; }
  .auth .actions {
    margin-top: 16px; }
  .auth .subactions {
    margin-top: 16px; }

.menu {
  width: 60px;
  height: 100vh;
  background-color: #121213;
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: space-between; }
  .menu .header, .menu .footer {
    width: 60px;
    height: 60px; }
    .menu .header .item a, .menu .footer .item a {
      width: 60px;
      height: 60px;
      padding: 10px 10px;
      margin: 0px;
      border-radius: 0px; }
      .menu .header .item a img, .menu .header .item a svg, .menu .header .item a object svg, .menu .footer .item a img, .menu .footer .item a svg, .menu .footer .item a object svg {
        height: 40px;
        width: 40px; }
      .menu .header .item a:hover, .menu .footer .item a:hover {
        background-color: #252729; }
        .menu .header .item a:hover img, .menu .header .item a:hover svg, .menu .footer .item a:hover img, .menu .footer .item a:hover svg {
          fill: #E3E8EB; }
  .menu .content {
    flex: 1;
    width: 60px;
    margin-top: 40px; }
  .menu .item {
    width: 60px;
    height: 60px;
    box-sizing: border-box; }
    .menu .item a {
      background-color: #121213;
      width: 40px;
      box-sizing: border-box;
      height: 40px;
      padding: 4px 4px;
      border-radius: 40px;
      display: block;
      margin: 10px 10px;
      text-align: center; }
      .menu .item a img, .menu .item a svg {
        height: 32px;
        width: 32px;
        margin: auto;
        fill: #E3E8EB;
        display: block; }
      .menu .item a.active {
        background-color: #F6F7F8; }
        .menu .item a.active img, .menu .item a.active svg {
          fill: #35383A; }
      .menu .item a:hover {
        background-color: #41A2F0; }
        .menu .item a:hover img, .menu .item a:hover svg {
          fill: #35383A; }

#add-users {
  width: 100%;
  margin: 20px auto; }
  #add-users fieldset, #add-users div.group {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #add-users fieldset span, #add-users div.group span {
      font-size: 13px;
      height: 32px;
      padding: 4px 16px; }
    #add-users fieldset [type='color'], #add-users fieldset [type='date'], #add-users fieldset [type='datetime'], #add-users fieldset [type='datetime-local'], #add-users fieldset [type='email'], #add-users fieldset [type='month'], #add-users fieldset [type='number'], #add-users fieldset [type='password'], #add-users fieldset [type='search'], #add-users fieldset [type='tel'], #add-users fieldset [type='text'], #add-users fieldset [type='time'], #add-users fieldset [type='url'], #add-users fieldset [type='week'], #add-users fieldset input:not([type]), #add-users fieldset textarea, #add-users fieldset span, #add-users div.group [type='color'], #add-users div.group [type='date'], #add-users div.group [type='datetime'], #add-users div.group [type='datetime-local'], #add-users div.group [type='email'], #add-users div.group [type='month'], #add-users div.group [type='number'], #add-users div.group [type='password'], #add-users div.group [type='search'], #add-users div.group [type='tel'], #add-users div.group [type='text'], #add-users div.group [type='time'], #add-users div.group [type='url'], #add-users div.group [type='week'], #add-users div.group input:not([type]), #add-users div.group textarea, #add-users div.group span {
      float: left; }

.steps-bar {
  width: 100%;
  margin: 16px auto; }
  .steps-bar .progressbar {
    counter-reset: step;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0px 0px 0px;
    padding: 0px; }
  .steps-bar .progressbar li {
    list-style-type: none;
    float: left;
    width: 100%;
    color: #575E62;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .steps-bar .progressbar li span {
      display: block;
      position: relative;
      top: -100%; }
    .steps-bar .progressbar li:before {
      width: 12px;
      height: 12px;
      content: '';
      line-height: 30px;
      border: 4px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 8px auto 8px auto;
      border-radius: 50%;
      background-color: white;
      box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.15); }
    .steps-bar .progressbar li:after {
      width: 101%;
      height: 4px;
      border-radius: 8px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 13px;
      left: 0%;
      z-index: -1;
      display: block; }
    .steps-bar .progressbar li.active:before {
      border-color: #41A2F0; }
    .steps-bar .progressbar li.active:after {
      background-color: #41A2F0; }

#platform {
  width: 100%;
  height: 100vh;
  overflow: auto; }
  #platform .header {
    height: 120px;
    width: 100%;
    background: #F6F7F8;
    border-bottom: 1px solid #E3E8EB;
    box-sizing: border-box;
    padding: 0px calc(8.3% + 8px); }
    #platform .header * {
      box-sizing: content-box; }
    #platform .header .selector {
      height: 72px;
      width: 100%;
      float: left;
      padding-top: 8px;
      margin-left: -8px; }
    #platform .header .title {
      height: 40px;
      box-sizing: border-box;
      display: flex;
      float: left;
      align-content: flex-start;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-end; }
      #platform .header .title h2 {
        color: #575E62;
        border-bottom: 1px solid #2962FF;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: capitalize;
        display: table;
        box-sizing: border-box;
        padding-top: 3px;
        padding-bottom: 12px;
        margin: 0px;
        margin-bottom: 1px;
        margin-right: 32px;
        font-size: 20px;
        line-height: 20px; }
      #platform .header .title .tabs, #platform .header .title .page-title {
        margin: 0px;
        height: 36px;
        display: flex;
        flex-direction: row; }
        #platform .header .title .tabs a, #platform .header .title .page-title a {
          font-weight: 400;
          letter-spacing: 0;
          text-transform: capitalize;
          display: table;
          box-sizing: border-box;
          padding-top: 3px;
          padding-bottom: 12px;
          margin: 0px;
          margin-bottom: 1px;
          margin-right: 32px;
          font-size: 20px;
          line-height: 20px;
          color: #A0AAAF;
          border-bottom: 1px solid transparent;
          transition: border-bottom 150ms ease, color 150ms ease; }
        #platform .header .title .tabs a:hover, #platform .header .title .page-title a:hover {
          border-bottom: 1px solid #2753CC;
          color: #252729; }
        #platform .header .title .tabs a.active, #platform .header .title .page-title a.active {
          border-bottom: 1px solid #2962FF;
          color: #575E62; }
    #platform .header .back {
      margin-right: 32px; }
      #platform .header .back .button {
        text-transform: capitalize;
        margin-left: -40px; }
    #platform .header .actions .button {
      align-self: end;
      margin-top: auto;
      margin-bottom: 8px;
      margin-right: 8px; }
    #platform .header .actions .button:last-child {
      margin-right: 0px; }
    #platform .header .actions, #platform .header .back {
      height: 40px;
      float: right;
      justify-content: flex-end;
      display: flex;
      box-sizing: border-box;
      flex-direction: row;
      align-content: baseline;
      align-items: flex-end; }
      #platform .header .actions .button, #platform .header .back .button {
        margin-bottom: 8px; }
  #platform .content.with-header {
    min-height: calc(100vh - 121px); }
  #platform .content .lateral-navigation {
    width: 50%;
    float: left; }
  #platform .content.simple {
    box-sizing: border-box;
    padding: 32px calc(8.3% + 8px); }
    #platform .content.simple form, #platform .content.simple .ident {
      max-width: 480px; }
    #platform .content.simple form, #platform .content.simple .cards, #platform .content.simple .ident {
      margin: 16px 0px; }
  #platform .content.with-nav {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    background-color: #F6F7F8; }
    #platform .content.with-nav .content {
      width: 40%;
      margin: 20px auto; }
      #platform .content.with-nav .content form {
        width: 100%; }
    #platform .content.with-nav nav {
      box-sizing: border-box;
      width: 40%;
      background-color: #FFF;
      border-right: 1px solid #E3E8EB;
      padding: 20px;
      padding-left: 10%; }
  #platform .content.simple p, #platform .content.with-side p {
    max-width: 640px; }

/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */
pre, code, textarea {
  /* string  - green */
  /* keyword - dark pink */
  /* comment - gray */
  /* type - light blue */
  /* literal - blue */
  /* punctuation - white */
  /* plaintext - white */
  /* html/xml tag    - light blue */
  /* html/xml attribute name  - khaki */
  /* html/xml attribute value - green */
  /* decimal - blue */ }
  pre .str, code .str, textarea .str {
    color: #00BFA5; }
  pre .kwd, code .kwd, textarea .kwd {
    color: #F50057; }
  pre .com, code .com, textarea .com {
    color: #AEAEAE;
    font-style: italic; }
  pre .typ, code .typ, textarea .typ {
    color: #F50057; }
  pre .lit, code .lit, textarea .lit {
    color: #2962FF; }
  pre .pun, code .pun, textarea .pun {
    color: #fff; }
  pre .pln, code .pln, textarea .pln {
    color: #fff; }
  pre .tag, code .tag, textarea .tag {
    color: #2962FF; }
  pre .atn, code .atn, textarea .atn {
    color: #FFB300; }
  pre .atv, code .atv, textarea .atv {
    color: #2BD9C2; }
  pre .dec, code .dec, textarea .dec {
    color: #2962FF; }

pre.prettyprint.nama.inline {
  display: inline-block;
  padding: 8px;
  margin: 0px;
  font-weight: 400;
  font-size: 12px;
  border: none; }
  pre.prettyprint.nama.inline pre, pre.prettyprint.nama.inline xmp, pre.prettyprint.nama.inline plaintext, pre.prettyprint.nama.inline listing {
    display: block;
    white-space: pre;
    margin: 0px; }

pre.prettyprint.nama, textarea.prettyprint.nama {
  border-radius: 2px;
  overflow: auto;
  padding: 8px;
  font-weight: 400;
  font-size: 12px;
  border: none;
  box-sizing: border-box;
  white-space: pre-wrap; }
  pre.prettyprint.nama pre, pre.prettyprint.nama xmp, pre.prettyprint.nama plaintext, pre.prettyprint.nama listing, textarea.prettyprint.nama pre, textarea.prettyprint.nama xmp, textarea.prettyprint.nama plaintext, textarea.prettyprint.nama listing {
    display: block;
    white-space: pre;
    margin: 0px; }
  pre.prettyprint.nama .pln:first-child, pre.prettyprint.nama .pln:last-child, textarea.prettyprint.nama .pln:first-child, textarea.prettyprint.nama .pln:last-child {
    display: none; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #AEAEAE; }

/* IE indents via margin-left */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
  list-style-type: none; }

/* Alternate shading for lines */
[data-tab] {
  display: none; }

[data-tab].visible {
  display: block; }

ul.list {
  list-style: none;
  margin: 20px 0px;
  padding: 0px; }
  ul.list li {
    display: flex;
    width: 100%;
    margin: 8px 0px; }
    ul.list li a {
      list-style: none;
      padding: 8px 16px;
      font-size: 16px;
      color: #A0AAAF;
      background-color: #FCFDFF;
      border: 1px solid #F6F7F8;
      letter-spacing: 0.48px;
      line-height: 26px;
      width: 100%;
      font-weight: 300;
      border-radius: 4px;
      cursor: pointer;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out; }
      ul.list li a img {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        display: block;
        float: left;
        margin: 8px; }
      ul.list li a .item {
        margin-top: 8px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        ul.list li a .item h4 {
          margin: 0px; }
        ul.list li a .item span {
          width: 100%;
          display: block;
          font-size: 12px;
          line-height: 14px;
          text-transform: capitalize;
          color: #41A2F0; }
    ul.list li a:hover {
      box-shadow: 0 4px 6px 0 rgba(87, 94, 98, 0.3); }

/* ----------------------------------------------------------- */
/* == tingle v0.13.1 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  box-sizing: border-box; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  transition: transform .2s ease; }

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  transition: color .3s ease; }

.tingle-modal__closeLabel {
  display: none; }

.tingle-modal__close:hover {
  color: #fff; }

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8); }

.tingle-modal-box__content {
  padding: 3rem 3rem; }

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ""; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s; }

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0; }

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0; }

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
  transform: scale(1); }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #3498db; }

.tingle-btn--danger {
  background-color: #e74c3c; }

.tingle-btn--default {
  background-color: #34495e; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%; }
  .tingle-modal-box {
    width: auto;
    border-radius: 0; }
  .tingle-modal-box__content {
    overflow-y: scroll; }
  .tingle-modal--noClose {
    top: 0; }
  .tingle-modal--noOverlayClose {
    padding-top: 0; }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%; }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px; }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem; } }

@supports (backdrop-filter: blur(12px)) {
  .tingle-modal {
    backdrop-filter: blur(20px); }
  @media (max-width: 540px) {
    .tingle-modal {
      backdrop-filter: blur(8px); } }
  .tingle-enabled .tingle-content-wrapper {
    filter: none; } }

body {
  padding: 0px;
  display: flex;
  margin: 0px; }

* {
  font-family: "Source Sans Pro", "Open Sans", sans-serif; }
  * h1 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 32px; }
  * h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px; }
  * h3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px; }
  * h4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px; }
  * h5 {
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 20px; }
  * h6 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px; }
  * p {
    font-size: 14px;
    letter-spacing: 0.05px;
    line-height: 22px; }
  * h1,
  * h2,
  * h3,
  * h4,
  * h5,
  * h6,
  * hr {
    font-family: "Source Sans Pro", "Open Sans", sans-serif;
    color: #575E62;
    font-style: normal;
    font-weight: 400; }
  * h1,
  * h2,
  * h3 {
    margin: 16px 0px; }
  * h4,
  * h5,
  * h6,
  * p,
  * hr {
    margin: 8px 0px; }
  * a {
    color: #575E62;
    text-decoration: none;
    cursor: pointer;
    transition: color 150ms ease; }
    * a:hover {
      color: #41A2F0; }
    * a:focus {
      outline: none; }
  * hr {
    border-bottom: 1px solid #575E62;
    border-left: 0;
    border-right: 0;
    border-top: 0; }
  * .color-primary {
    color: #2962FF; }
  * .background-primary {
    background: #2962FF; }
  * .color-info {
    color: #8D25AA; }
  * .background-info {
    background: #8D25AA; }
  * .color-danger {
    color: #F50057; }
  * .background-danger {
    background: #F50057; }
  * .color-warning {
    color: #FFB300; }
  * .background-warning {
    background: #FFB300; }
  * .color-success {
    color: #00BFA5; }
  * .background-success {
    background: #00BFA5; }
  * .color-white {
    color: #FFFFFF; }
  * .background-white {
    background: #FFFFFF; }
  * .color-black {
    color: #000000; }
  * .background-black {
    background: #000000; }
  * .color-grey-100 {
    color: #FCFDFF; }
  * .background-grey-100 {
    background: #FCFDFF; }
  * .color-grey-200 {
    color: #F6F7F8; }
  * .background-grey-200 {
    background: #F6F7F8; }
  * .color-grey-300 {
    color: #EEF0F3; }
  * .background-grey-300 {
    background: #EEF0F3; }
  * .color-grey-400 {
    color: #E3E8EB; }
  * .background-grey-400 {
    background: #E3E8EB; }
  * .color-grey-500 {
    color: #D2DADE; }
  * .background-grey-500 {
    background: #D2DADE; }
  * .color-grey-600 {
    color: #A0AAAF; }
  * .background-grey-600 {
    background: #A0AAAF; }
  * .color-grey-700 {
    color: #737B80; }
  * .background-grey-700 {
    background: #737B80; }
  * .color-grey-800 {
    color: #575E62; }
  * .background-grey-800 {
    background: #575E62; }
  * .color-grey-900 {
    color: #35383A; }
  * .background-grey-900 {
    background: #35383A; }
  * .color-grey-1000 {
    color: #252729; }
  * .background-grey-1000 {
    background: #252729; }
  * .color-grey-1100 {
    color: #121213; }
  * .background-grey-1100 {
    background: #121213; }
  * .color-green-100 {
    color: #91F2E5; }
  * .background-green-100 {
    background: #91F2E5; }
  * .color-green-200 {
    color: #2BD9C2; }
  * .background-green-200 {
    background: #2BD9C2; }
  * .color-green-300 {
    color: #00BFA5; }
  * .background-green-300 {
    background: #00BFA5; }
  * .color-green-400 {
    color: #00A690; }
  * .background-green-400 {
    background: #00A690; }
  * .color-green-500 {
    color: #00806E; }
  * .background-green-500 {
    background: #00806E; }
  * .color-yellow-100 {
    color: #FFF0CC; }
  * .background-yellow-100 {
    background: #FFF0CC; }
  * .color-yellow-200 {
    color: #FFD166; }
  * .background-yellow-200 {
    background: #FFD166; }
  * .color-yellow-300 {
    color: #FFB300; }
  * .background-yellow-300 {
    background: #FFB300; }
  * .color-yellow-400 {
    color: #E6A100; }
  * .background-yellow-400 {
    background: #E6A100; }
  * .color-yellow-500 {
    color: #B37D00; }
  * .background-yellow-500 {
    background: #B37D00; }
  * .color-orange-100 {
    color: #FFCCBC; }
  * .background-orange-100 {
    background: #FFCCBC; }
  * .color-orange-200 {
    color: #FF8A65; }
  * .background-orange-200 {
    background: #FF8A65; }
  * .color-orange-300 {
    color: #FF7043; }
  * .background-orange-300 {
    background: #FF7043; }
  * .color-orange-400 {
    color: #E64A19; }
  * .background-orange-400 {
    background: #E64A19; }
  * .color-orange-500 {
    color: #BF360C; }
  * .background-orange-500 {
    background: #BF360C; }
  * .color-purple-100 {
    color: #E1BEE7; }
  * .background-purple-100 {
    background: #E1BEE7; }
  * .color-purple-200 {
    color: #BA68C8; }
  * .background-purple-200 {
    background: #BA68C8; }
  * .color-purple-300 {
    color: #8D25AA; }
  * .background-purple-300 {
    background: #8D25AA; }
  * .color-purple-400 {
    color: #6A1C9A; }
  * .background-purple-400 {
    background: #6A1C9A; }
  * .color-purple-500 {
    color: #49148B; }
  * .background-purple-500 {
    background: #49148B; }
  * .color-blue-100 {
    color: #BBDCF7; }
  * .background-blue-100 {
    background: #BBDCF7; }
  * .color-blue-200 {
    color: #41A2F0; }
  * .background-blue-200 {
    background: #41A2F0; }
  * .color-blue-300 {
    color: #2962FF; }
  * .background-blue-300 {
    background: #2962FF; }
  * .color-blue-400 {
    color: #2753CC; }
  * .background-blue-400 {
    background: #2753CC; }
  * .color-blue-500 {
    color: #183B99; }
  * .background-blue-500 {
    background: #183B99; }
  * .color-red-100 {
    color: #F8BBD0; }
  * .background-red-100 {
    background: #F8BBD0; }
  * .color-red-200 {
    color: #F06292; }
  * .background-red-200 {
    background: #F06292; }
  * .color-red-300 {
    color: #F50057; }
  * .background-red-300 {
    background: #F50057; }
  * .color-red-400 {
    color: #C2185B; }
  * .background-red-400 {
    background: #C2185B; }
  * .color-red-500 {
    color: #870E4F; }
  * .background-red-500 {
    background: #870E4F; }

.showcase {
  width: 80%;
  margin: 0px auto; }
  .showcase.home {
    margin-top: 150px;
    text-align: center; }
    .showcase.home img {
      width: 80px; }
  .showcase .showitem {
    margin-top: 8px;
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #E3E8EB;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
    .showcase .showitem > .button {
      margin: 8px; }
  .showcase .typography {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: start;
    justify-content: space-around; }
    .showcase .typography .desc {
      width: 15%;
      text-align: right; }
    .showcase .typography .pattern {
      width: 80%; }
