@charset "UTF-8";
/* form designer */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
.pg-fab-speed-dial-container {
  position: fixed;
  z-index: 9999;
  bottom: 2rem;
  right: 2rem;
}
.pg-fab-speed-dial-container:focus-within .pg-main-fab {
  filter: grayscale(0);
  opacity: 1 !important;
}
.pg-fab-speed-dial-container .pg-main-fab {
  background: #231f20;
  filter: grayscale(100%);
  opacity: 0.56;
  transition: all 0.25s ease-in-out;
}
.pg-fab-speed-dial-container .pg-main-fab:hover, .pg-fab-speed-dial-container .pg-main-fab:focus {
  filter: grayscale(0);
  opacity: 1 !important;
}
.pg-fab-speed-dial-container .pg-main-fab:hover + .pg-fab-speed-dial-menu, .pg-fab-speed-dial-container .pg-main-fab:focus + .pg-fab-speed-dial-menu {
  pointer-events: auto;
}
.pg-fab-speed-dial-container .pg-fab-speed-dial-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  transition: all 0.15s ease-in-out;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.pg-fab-speed-dial-container .pg-fab-speed-dial-menu:focus-within {
  pointer-events: auto;
}
.pg-fab-speed-dial-container .pg-fab-speed-dial-menu .pg-mini-fab {
  margin-bottom: 8px;
  background: #e0e0e0;
  color: #5f5f5f;
}
.pg-fab-speed-dial-container .pg-fab-speed-dial-menu .pg-mini-fab-container {
  position: relative;
  margin-bottom: 8px;
}
.pg-fab-speed-dial-container .pg-fab-speed-dial-menu .pg-mini-fab-container .pg-mini-fab-tooltip {
  position: absolute;
  right: 150%;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.56);
  color: #ffffff;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.5));
  white-space: nowrap;
}
.pg-fab-speed-dial-container .pg-fab-speed-dial-menu .pg-mini-fab-container .pg-mini-fab {
  margin-bottom: 0;
}
.pg-fab-speed-dial-container:focus-within .pg-fab-speed-dial-menu {
  opacity: 1 !important;
}

/**************************************************************
    NOTE: Some Bootstrap elements and HTML tags are 
    being overwritten when they are nested in these classes
 **************************************************************/
.tn-bg-color-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #DA6161;
  border-color: transparent;
  color: #ffffff;
  background: #DA6161 !important;
}
.tn-bg-color-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(218, 97, 97, 0.56);
  border-color: #DA6161;
  outline: none;
}
.tn-bg-color-tomato:hover {
  background: #df7676;
  color: #ffffff;
}
.tn-bg-color-tomato.tn-disabled {
  background: rgba(218, 97, 97, 0.56);
}

.tn-btn-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #DA6161;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(218, 97, 97, 0.56);
  border-color: #DA6161;
  outline: none;
}
.tn-btn-tomato:hover {
  background: #df7676;
  color: #ffffff;
}
.tn-btn-tomato.tn-disabled {
  background: rgba(218, 97, 97, 0.56);
}

.tn-btn-outline-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #DA6161 1px solid;
  color: #DA6161;
}
.tn-btn-outline-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(218, 97, 97, 0.56);
  border-color: #DA6161;
  outline: none;
}
.tn-btn-outline-tomato:hover {
  background: rgba(218, 97, 97, 0.05);
  color: #DA6161;
}
.tn-btn-outline-tomato.tn-disabled {
  border-color: rgba(218, 97, 97, 0.56);
  color: rgba(218, 97, 97, 0.56);
}

.tn-btn-link-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #DA6161;
}
.tn-btn-link-tomato:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-tomato:hover {
  background: rgba(218, 97, 97, 0.05);
  color: #DA6161;
}
.tn-btn-link-tomato.tn-disabled {
  color: rgba(218, 97, 97, 0.56);
}

.tn-text-tomato {
  color: #DA6161;
}

.tn-bg-color-tomato-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #E3784C;
  border-color: transparent;
  color: #ffffff;
  background: #E3784C !important;
}
.tn-bg-color-tomato-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(227, 120, 76, 0.56);
  border-color: #E3784C;
  outline: none;
}
.tn-bg-color-tomato-tangerine:hover {
  background: #e68962;
  color: #ffffff;
}
.tn-bg-color-tomato-tangerine.tn-disabled {
  background: rgba(227, 120, 76, 0.56);
}

.tn-btn-tomato-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #E3784C;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-tomato-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(227, 120, 76, 0.56);
  border-color: #E3784C;
  outline: none;
}
.tn-btn-tomato-tangerine:hover {
  background: #e68962;
  color: #ffffff;
}
.tn-btn-tomato-tangerine.tn-disabled {
  background: rgba(227, 120, 76, 0.56);
}

.tn-btn-outline-tomato-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #E3784C 1px solid;
  color: #E3784C;
}
.tn-btn-outline-tomato-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(227, 120, 76, 0.56);
  border-color: #E3784C;
  outline: none;
}
.tn-btn-outline-tomato-tangerine:hover {
  background: rgba(227, 120, 76, 0.05);
  color: #E3784C;
}
.tn-btn-outline-tomato-tangerine.tn-disabled {
  border-color: rgba(227, 120, 76, 0.56);
  color: rgba(227, 120, 76, 0.56);
}

.tn-btn-link-tomato-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #E3784C;
}
.tn-btn-link-tomato-tangerine:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-tomato-tangerine:hover {
  background: rgba(227, 120, 76, 0.05);
  color: #E3784C;
}
.tn-btn-link-tomato-tangerine.tn-disabled {
  color: rgba(227, 120, 76, 0.56);
}

.tn-text-tomato-tangerine {
  color: #E3784C;
}

.tn-bg-color-tangerine-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #EC8F38;
  border-color: transparent;
  color: #ffffff;
  background: #EC8F38 !important;
}
.tn-bg-color-tangerine-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(236, 143, 56, 0.56);
  border-color: #EC8F38;
  outline: none;
}
.tn-bg-color-tangerine-tomato:hover {
  background: #ee9c4f;
  color: #ffffff;
}
.tn-bg-color-tangerine-tomato.tn-disabled {
  background: rgba(236, 143, 56, 0.56);
}

.tn-btn-tangerine-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #EC8F38;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-tangerine-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(236, 143, 56, 0.56);
  border-color: #EC8F38;
  outline: none;
}
.tn-btn-tangerine-tomato:hover {
  background: #ee9c4f;
  color: #ffffff;
}
.tn-btn-tangerine-tomato.tn-disabled {
  background: rgba(236, 143, 56, 0.56);
}

.tn-btn-outline-tangerine-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #EC8F38 1px solid;
  color: #EC8F38;
}
.tn-btn-outline-tangerine-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(236, 143, 56, 0.56);
  border-color: #EC8F38;
  outline: none;
}
.tn-btn-outline-tangerine-tomato:hover {
  background: rgba(236, 143, 56, 0.05);
  color: #EC8F38;
}
.tn-btn-outline-tangerine-tomato.tn-disabled {
  border-color: rgba(236, 143, 56, 0.56);
  color: rgba(236, 143, 56, 0.56);
}

.tn-btn-link-tangerine-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #EC8F38;
}
.tn-btn-link-tangerine-tomato:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-tangerine-tomato:hover {
  background: rgba(236, 143, 56, 0.05);
  color: #EC8F38;
}
.tn-btn-link-tangerine-tomato.tn-disabled {
  color: rgba(236, 143, 56, 0.56);
}

.tn-text-tangerine-tomato {
  color: #EC8F38;
}

.tn-bg-color-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F5A623;
  border-color: transparent;
  color: #ffffff;
  background: #F5A623 !important;
}
.tn-bg-color-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.56);
  border-color: #F5A623;
  outline: none;
}
.tn-bg-color-tangerine:hover {
  background: #f6b03b;
  color: #ffffff;
}
.tn-bg-color-tangerine.tn-disabled {
  background: rgba(245, 166, 35, 0.56);
}

.tn-btn-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F5A623;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.56);
  border-color: #F5A623;
  outline: none;
}
.tn-btn-tangerine:hover {
  background: #f6b03b;
  color: #ffffff;
}
.tn-btn-tangerine.tn-disabled {
  background: rgba(245, 166, 35, 0.56);
}

.tn-btn-outline-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #F5A623 1px solid;
  color: #F5A623;
}
.tn-btn-outline-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.56);
  border-color: #F5A623;
  outline: none;
}
.tn-btn-outline-tangerine:hover {
  background: rgba(245, 166, 35, 0.05);
  color: #F5A623;
}
.tn-btn-outline-tangerine.tn-disabled {
  border-color: rgba(245, 166, 35, 0.56);
  color: rgba(245, 166, 35, 0.56);
}

.tn-btn-link-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #F5A623;
}
.tn-btn-link-tangerine:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-tangerine:hover {
  background: rgba(245, 166, 35, 0.05);
  color: #F5A623;
}
.tn-btn-link-tangerine.tn-disabled {
  color: rgba(245, 166, 35, 0.56);
}

.tn-text-tangerine {
  color: #F5A623;
}

.tn-bg-color-tangerine-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F3B117;
  border-color: transparent;
  color: #ffffff;
  background: #F3B117 !important;
}
.tn-bg-color-tangerine-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(243, 177, 23, 0.56);
  border-color: #F3B117;
  outline: none;
}
.tn-bg-color-tangerine-topaz:hover {
  background: #f4b92f;
  color: #ffffff;
}
.tn-bg-color-tangerine-topaz.tn-disabled {
  background: rgba(243, 177, 23, 0.56);
}

.tn-btn-tangerine-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F3B117;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-tangerine-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(243, 177, 23, 0.56);
  border-color: #F3B117;
  outline: none;
}
.tn-btn-tangerine-topaz:hover {
  background: #f4b92f;
  color: #ffffff;
}
.tn-btn-tangerine-topaz.tn-disabled {
  background: rgba(243, 177, 23, 0.56);
}

.tn-btn-outline-tangerine-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #F3B117 1px solid;
  color: #F3B117;
}
.tn-btn-outline-tangerine-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(243, 177, 23, 0.56);
  border-color: #F3B117;
  outline: none;
}
.tn-btn-outline-tangerine-topaz:hover {
  background: rgba(243, 177, 23, 0.05);
  color: #F3B117;
}
.tn-btn-outline-tangerine-topaz.tn-disabled {
  border-color: rgba(243, 177, 23, 0.56);
  color: rgba(243, 177, 23, 0.56);
}

.tn-btn-link-tangerine-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #F3B117;
}
.tn-btn-link-tangerine-topaz:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-tangerine-topaz:hover {
  background: rgba(243, 177, 23, 0.05);
  color: #F3B117;
}
.tn-btn-link-tangerine-topaz.tn-disabled {
  color: rgba(243, 177, 23, 0.56);
}

.tn-text-tangerine-topaz {
  color: #F3B117;
}

.tn-bg-color-topaz-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F2BB0C;
  border-color: transparent;
  color: #ffffff;
  background: #F2BB0C !important;
}
.tn-bg-color-topaz-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(242, 187, 12, 0.56);
  border-color: #F2BB0C;
  outline: none;
}
.tn-bg-color-topaz-tangerine:hover {
  background: #f4c223;
  color: #ffffff;
}
.tn-bg-color-topaz-tangerine.tn-disabled {
  background: rgba(242, 187, 12, 0.56);
}

.tn-btn-topaz-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F2BB0C;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-topaz-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(242, 187, 12, 0.56);
  border-color: #F2BB0C;
  outline: none;
}
.tn-btn-topaz-tangerine:hover {
  background: #f4c223;
  color: #ffffff;
}
.tn-btn-topaz-tangerine.tn-disabled {
  background: rgba(242, 187, 12, 0.56);
}

.tn-btn-outline-topaz-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #F2BB0C 1px solid;
  color: #F2BB0C;
}
.tn-btn-outline-topaz-tangerine:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(242, 187, 12, 0.56);
  border-color: #F2BB0C;
  outline: none;
}
.tn-btn-outline-topaz-tangerine:hover {
  background: rgba(242, 187, 12, 0.05);
  color: #F2BB0C;
}
.tn-btn-outline-topaz-tangerine.tn-disabled {
  border-color: rgba(242, 187, 12, 0.56);
  color: rgba(242, 187, 12, 0.56);
}

.tn-btn-link-topaz-tangerine {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #F2BB0C;
}
.tn-btn-link-topaz-tangerine:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-topaz-tangerine:hover {
  background: rgba(242, 187, 12, 0.05);
  color: #F2BB0C;
}
.tn-btn-link-topaz-tangerine.tn-disabled {
  color: rgba(242, 187, 12, 0.56);
}

.tn-text-topaz-tangerine {
  color: #F2BB0C;
}

.tn-bg-color-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F0C600;
  border-color: transparent;
  color: #ffffff;
  background: #F0C600 !important;
}
.tn-bg-color-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(240, 198, 0, 0.56);
  border-color: #F0C600;
  outline: none;
}
.tn-bg-color-topaz:hover {
  background: #ffd40b;
  color: #ffffff;
}
.tn-bg-color-topaz.tn-disabled {
  background: rgba(240, 198, 0, 0.56);
}

.tn-btn-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #F0C600;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(240, 198, 0, 0.56);
  border-color: #F0C600;
  outline: none;
}
.tn-btn-topaz:hover {
  background: #ffd40b;
  color: #ffffff;
}
.tn-btn-topaz.tn-disabled {
  background: rgba(240, 198, 0, 0.56);
}

.tn-btn-outline-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #F0C600 1px solid;
  color: #F0C600;
}
.tn-btn-outline-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(240, 198, 0, 0.56);
  border-color: #F0C600;
  outline: none;
}
.tn-btn-outline-topaz:hover {
  background: rgba(240, 198, 0, 0.05);
  color: #F0C600;
}
.tn-btn-outline-topaz.tn-disabled {
  border-color: rgba(240, 198, 0, 0.56);
  color: rgba(240, 198, 0, 0.56);
}

.tn-btn-link-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #F0C600;
}
.tn-btn-link-topaz:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-topaz:hover {
  background: rgba(240, 198, 0, 0.05);
  color: #F0C600;
}
.tn-btn-link-topaz.tn-disabled {
  color: rgba(240, 198, 0, 0.56);
}

.tn-text-topaz {
  color: #F0C600;
}

.tn-bg-color-topaz-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #ADC32E;
  border-color: transparent;
  color: #ffffff;
  background: #ADC32E !important;
}
.tn-bg-color-topaz-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(173, 195, 46, 0.56);
  border-color: #ADC32E;
  outline: none;
}
.tn-bg-color-topaz-emerald:hover {
  background: #bad13a;
  color: #ffffff;
}
.tn-bg-color-topaz-emerald.tn-disabled {
  background: rgba(173, 195, 46, 0.56);
}

.tn-btn-topaz-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #ADC32E;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-topaz-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(173, 195, 46, 0.56);
  border-color: #ADC32E;
  outline: none;
}
.tn-btn-topaz-emerald:hover {
  background: #bad13a;
  color: #ffffff;
}
.tn-btn-topaz-emerald.tn-disabled {
  background: rgba(173, 195, 46, 0.56);
}

.tn-btn-outline-topaz-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #ADC32E 1px solid;
  color: #ADC32E;
}
.tn-btn-outline-topaz-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(173, 195, 46, 0.56);
  border-color: #ADC32E;
  outline: none;
}
.tn-btn-outline-topaz-emerald:hover {
  background: rgba(173, 195, 46, 0.05);
  color: #ADC32E;
}
.tn-btn-outline-topaz-emerald.tn-disabled {
  border-color: rgba(173, 195, 46, 0.56);
  color: rgba(173, 195, 46, 0.56);
}

.tn-btn-link-topaz-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #ADC32E;
}
.tn-btn-link-topaz-emerald:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-topaz-emerald:hover {
  background: rgba(173, 195, 46, 0.05);
  color: #ADC32E;
}
.tn-btn-link-topaz-emerald.tn-disabled {
  color: rgba(173, 195, 46, 0.56);
}

.tn-text-topaz-emerald {
  color: #ADC32E;
}

.tn-bg-color-emerald-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #69C05D;
  border-color: transparent;
  color: #ffffff;
  background: #69C05D !important;
}
.tn-bg-color-emerald-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(105, 192, 93, 0.56);
  border-color: #69C05D;
  outline: none;
}
.tn-bg-color-emerald-topaz:hover {
  background: #7ac76f;
  color: #ffffff;
}
.tn-bg-color-emerald-topaz.tn-disabled {
  background: rgba(105, 192, 93, 0.56);
}

.tn-btn-emerald-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #69C05D;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-emerald-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(105, 192, 93, 0.56);
  border-color: #69C05D;
  outline: none;
}
.tn-btn-emerald-topaz:hover {
  background: #7ac76f;
  color: #ffffff;
}
.tn-btn-emerald-topaz.tn-disabled {
  background: rgba(105, 192, 93, 0.56);
}

.tn-btn-outline-emerald-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #69C05D 1px solid;
  color: #69C05D;
}
.tn-btn-outline-emerald-topaz:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(105, 192, 93, 0.56);
  border-color: #69C05D;
  outline: none;
}
.tn-btn-outline-emerald-topaz:hover {
  background: rgba(105, 192, 93, 0.05);
  color: #69C05D;
}
.tn-btn-outline-emerald-topaz.tn-disabled {
  border-color: rgba(105, 192, 93, 0.56);
  color: rgba(105, 192, 93, 0.56);
}

.tn-btn-link-emerald-topaz {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #69C05D;
}
.tn-btn-link-emerald-topaz:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-emerald-topaz:hover {
  background: rgba(105, 192, 93, 0.05);
  color: #69C05D;
}
.tn-btn-link-emerald-topaz.tn-disabled {
  color: rgba(105, 192, 93, 0.56);
}

.tn-text-emerald-topaz {
  color: #69C05D;
}

.tn-bg-color-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #26BD8B;
  border-color: transparent;
  color: #ffffff;
  background: #26BD8B !important;
}
.tn-bg-color-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(38, 189, 139, 0.56);
  border-color: #26BD8B;
  outline: none;
}
.tn-bg-color-emerald:hover {
  background: #2ad29b;
  color: #ffffff;
}
.tn-bg-color-emerald.tn-disabled {
  background: rgba(38, 189, 139, 0.56);
}

.tn-btn-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #26BD8B;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(38, 189, 139, 0.56);
  border-color: #26BD8B;
  outline: none;
}
.tn-btn-emerald:hover {
  background: #2ad29b;
  color: #ffffff;
}
.tn-btn-emerald.tn-disabled {
  background: rgba(38, 189, 139, 0.56);
}

.tn-btn-outline-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #26BD8B 1px solid;
  color: #26BD8B;
}
.tn-btn-outline-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(38, 189, 139, 0.56);
  border-color: #26BD8B;
  outline: none;
}
.tn-btn-outline-emerald:hover {
  background: rgba(38, 189, 139, 0.05);
  color: #26BD8B;
}
.tn-btn-outline-emerald.tn-disabled {
  border-color: rgba(38, 189, 139, 0.56);
  color: rgba(38, 189, 139, 0.56);
}

.tn-btn-link-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #26BD8B;
}
.tn-btn-link-emerald:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-emerald:hover {
  background: rgba(38, 189, 139, 0.05);
  color: #26BD8B;
}
.tn-btn-link-emerald.tn-disabled {
  color: rgba(38, 189, 139, 0.56);
}

.tn-text-emerald {
  color: #26BD8B;
}

.tn-bg-color-emerald-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #37AFA5;
  border-color: transparent;
  color: #ffffff;
  background: #37AFA5 !important;
}
.tn-bg-color-emerald-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(55, 175, 165, 0.56);
  border-color: #37AFA5;
  outline: none;
}
.tn-bg-color-emerald-sapphire:hover {
  background: #3dc2b7;
  color: #ffffff;
}
.tn-bg-color-emerald-sapphire.tn-disabled {
  background: rgba(55, 175, 165, 0.56);
}

.tn-btn-emerald-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #37AFA5;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-emerald-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(55, 175, 165, 0.56);
  border-color: #37AFA5;
  outline: none;
}
.tn-btn-emerald-sapphire:hover {
  background: #3dc2b7;
  color: #ffffff;
}
.tn-btn-emerald-sapphire.tn-disabled {
  background: rgba(55, 175, 165, 0.56);
}

.tn-btn-outline-emerald-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #37AFA5 1px solid;
  color: #37AFA5;
}
.tn-btn-outline-emerald-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(55, 175, 165, 0.56);
  border-color: #37AFA5;
  outline: none;
}
.tn-btn-outline-emerald-sapphire:hover {
  background: rgba(55, 175, 165, 0.05);
  color: #37AFA5;
}
.tn-btn-outline-emerald-sapphire.tn-disabled {
  border-color: rgba(55, 175, 165, 0.56);
  color: rgba(55, 175, 165, 0.56);
}

.tn-btn-link-emerald-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #37AFA5;
}
.tn-btn-link-emerald-sapphire:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-emerald-sapphire:hover {
  background: rgba(55, 175, 165, 0.05);
  color: #37AFA5;
}
.tn-btn-link-emerald-sapphire.tn-disabled {
  color: rgba(55, 175, 165, 0.56);
}

.tn-text-emerald-sapphire {
  color: #37AFA5;
}

.tn-bg-color-sapphire-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #47A1BE;
  border-color: transparent;
  color: #ffffff;
  background: #47A1BE !important;
}
.tn-bg-color-sapphire-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(71, 161, 190, 0.56);
  border-color: #47A1BE;
  outline: none;
}
.tn-bg-color-sapphire-emerald:hover {
  background: #5aabc5;
  color: #ffffff;
}
.tn-bg-color-sapphire-emerald.tn-disabled {
  background: rgba(71, 161, 190, 0.56);
}

.tn-btn-sapphire-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #47A1BE;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-sapphire-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(71, 161, 190, 0.56);
  border-color: #47A1BE;
  outline: none;
}
.tn-btn-sapphire-emerald:hover {
  background: #5aabc5;
  color: #ffffff;
}
.tn-btn-sapphire-emerald.tn-disabled {
  background: rgba(71, 161, 190, 0.56);
}

.tn-btn-outline-sapphire-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #47A1BE 1px solid;
  color: #47A1BE;
}
.tn-btn-outline-sapphire-emerald:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(71, 161, 190, 0.56);
  border-color: #47A1BE;
  outline: none;
}
.tn-btn-outline-sapphire-emerald:hover {
  background: rgba(71, 161, 190, 0.05);
  color: #47A1BE;
}
.tn-btn-outline-sapphire-emerald.tn-disabled {
  border-color: rgba(71, 161, 190, 0.56);
  color: rgba(71, 161, 190, 0.56);
}

.tn-btn-link-sapphire-emerald {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #47A1BE;
}
.tn-btn-link-sapphire-emerald:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-sapphire-emerald:hover {
  background: rgba(71, 161, 190, 0.05);
  color: #47A1BE;
}
.tn-btn-link-sapphire-emerald.tn-disabled {
  color: rgba(71, 161, 190, 0.56);
}

.tn-text-sapphire-emerald {
  color: #47A1BE;
}

.tn-bg-color-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5893D8;
  border-color: transparent;
  color: #ffffff;
  background: #5893D8 !important;
}
.tn-bg-color-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(88, 147, 216, 0.56);
  border-color: #5893D8;
  outline: none;
}
.tn-bg-color-sapphire:hover {
  background: #6da0dd;
  color: #ffffff;
}
.tn-bg-color-sapphire.tn-disabled {
  background: rgba(88, 147, 216, 0.56);
}

.tn-btn-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5893D8;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(88, 147, 216, 0.56);
  border-color: #5893D8;
  outline: none;
}
.tn-btn-sapphire:hover {
  background: #6da0dd;
  color: #ffffff;
}
.tn-btn-sapphire.tn-disabled {
  background: rgba(88, 147, 216, 0.56);
}

.tn-btn-outline-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #5893D8 1px solid;
  color: #5893D8;
}
.tn-btn-outline-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(88, 147, 216, 0.56);
  border-color: #5893D8;
  outline: none;
}
.tn-btn-outline-sapphire:hover {
  background: rgba(88, 147, 216, 0.05);
  color: #5893D8;
}
.tn-btn-outline-sapphire.tn-disabled {
  border-color: rgba(88, 147, 216, 0.56);
  color: rgba(88, 147, 216, 0.56);
}

.tn-btn-link-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #5893D8;
}
.tn-btn-link-sapphire:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-sapphire:hover {
  background: rgba(88, 147, 216, 0.05);
  color: #5893D8;
}
.tn-btn-link-sapphire.tn-disabled {
  color: rgba(88, 147, 216, 0.56);
}

.tn-text-sapphire {
  color: #5893D8;
}

.tn-bg-color-sapphire-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5A7FD8;
  border-color: transparent;
  color: #ffffff;
  background: #5A7FD8 !important;
}
.tn-bg-color-sapphire-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(90, 127, 216, 0.56);
  border-color: #5A7FD8;
  outline: none;
}
.tn-bg-color-sapphire-amethyst:hover {
  background: #6f8fdd;
  color: #ffffff;
}
.tn-bg-color-sapphire-amethyst.tn-disabled {
  background: rgba(90, 127, 216, 0.56);
}

.tn-btn-sapphire-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5A7FD8;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-sapphire-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(90, 127, 216, 0.56);
  border-color: #5A7FD8;
  outline: none;
}
.tn-btn-sapphire-amethyst:hover {
  background: #6f8fdd;
  color: #ffffff;
}
.tn-btn-sapphire-amethyst.tn-disabled {
  background: rgba(90, 127, 216, 0.56);
}

.tn-btn-outline-sapphire-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #5A7FD8 1px solid;
  color: #5A7FD8;
}
.tn-btn-outline-sapphire-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(90, 127, 216, 0.56);
  border-color: #5A7FD8;
  outline: none;
}
.tn-btn-outline-sapphire-amethyst:hover {
  background: rgba(90, 127, 216, 0.05);
  color: #5A7FD8;
}
.tn-btn-outline-sapphire-amethyst.tn-disabled {
  border-color: rgba(90, 127, 216, 0.56);
  color: rgba(90, 127, 216, 0.56);
}

.tn-btn-link-sapphire-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #5A7FD8;
}
.tn-btn-link-sapphire-amethyst:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-sapphire-amethyst:hover {
  background: rgba(90, 127, 216, 0.05);
  color: #5A7FD8;
}
.tn-btn-link-sapphire-amethyst.tn-disabled {
  color: rgba(90, 127, 216, 0.56);
}

.tn-text-sapphire-amethyst {
  color: #5A7FD8;
}

.tn-bg-color-amethyst-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5B6CD8;
  border-color: transparent;
  color: #ffffff;
  background: #5B6CD8 !important;
}
.tn-bg-color-amethyst-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(91, 108, 216, 0.56);
  border-color: #5B6CD8;
  outline: none;
}
.tn-bg-color-amethyst-sapphire:hover {
  background: #707edd;
  color: #ffffff;
}
.tn-bg-color-amethyst-sapphire.tn-disabled {
  background: rgba(91, 108, 216, 0.56);
}

.tn-btn-amethyst-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5B6CD8;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-amethyst-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(91, 108, 216, 0.56);
  border-color: #5B6CD8;
  outline: none;
}
.tn-btn-amethyst-sapphire:hover {
  background: #707edd;
  color: #ffffff;
}
.tn-btn-amethyst-sapphire.tn-disabled {
  background: rgba(91, 108, 216, 0.56);
}

.tn-btn-outline-amethyst-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #5B6CD8 1px solid;
  color: #5B6CD8;
}
.tn-btn-outline-amethyst-sapphire:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(91, 108, 216, 0.56);
  border-color: #5B6CD8;
  outline: none;
}
.tn-btn-outline-amethyst-sapphire:hover {
  background: rgba(91, 108, 216, 0.05);
  color: #5B6CD8;
}
.tn-btn-outline-amethyst-sapphire.tn-disabled {
  border-color: rgba(91, 108, 216, 0.56);
  color: rgba(91, 108, 216, 0.56);
}

.tn-btn-link-amethyst-sapphire {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #5B6CD8;
}
.tn-btn-link-amethyst-sapphire:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-amethyst-sapphire:hover {
  background: rgba(91, 108, 216, 0.05);
  color: #5B6CD8;
}
.tn-btn-link-amethyst-sapphire.tn-disabled {
  color: rgba(91, 108, 216, 0.56);
}

.tn-text-amethyst-sapphire {
  color: #5B6CD8;
}

.tn-bg-color-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5d58d8;
  border-color: transparent;
  color: #ffffff;
  background: #5d58d8 !important;
}
.tn-bg-color-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(93, 88, 216, 0.56);
  border-color: #5d58d8;
  outline: none;
}
.tn-bg-color-amethyst:hover {
  background: #716ddd;
  color: #ffffff;
}
.tn-bg-color-amethyst.tn-disabled {
  background: rgba(93, 88, 216, 0.56);
}

.tn-btn-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #5d58d8;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(93, 88, 216, 0.56);
  border-color: #5d58d8;
  outline: none;
}
.tn-btn-amethyst:hover {
  background: #716ddd;
  color: #ffffff;
}
.tn-btn-amethyst.tn-disabled {
  background: rgba(93, 88, 216, 0.56);
}

.tn-btn-outline-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #5d58d8 1px solid;
  color: #5d58d8;
}
.tn-btn-outline-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(93, 88, 216, 0.56);
  border-color: #5d58d8;
  outline: none;
}
.tn-btn-outline-amethyst:hover {
  background: rgba(93, 88, 216, 0.05);
  color: #5d58d8;
}
.tn-btn-outline-amethyst.tn-disabled {
  border-color: rgba(93, 88, 216, 0.56);
  color: rgba(93, 88, 216, 0.56);
}

.tn-btn-link-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #5d58d8;
}
.tn-btn-link-amethyst:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-amethyst:hover {
  background: rgba(93, 88, 216, 0.05);
  color: #5d58d8;
}
.tn-btn-link-amethyst.tn-disabled {
  color: rgba(93, 88, 216, 0.56);
}

.tn-text-amethyst {
  color: #5d58d8;
}

.tn-bg-color-amethyst-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #875BB0;
  border-color: transparent;
  color: #ffffff;
  background: #875BB0 !important;
}
.tn-bg-color-amethyst-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(135, 91, 176, 0.56);
  border-color: #875BB0;
  outline: none;
}
.tn-bg-color-amethyst-tomato:hover {
  background: #946cb8;
  color: #ffffff;
}
.tn-bg-color-amethyst-tomato.tn-disabled {
  background: rgba(135, 91, 176, 0.56);
}

.tn-btn-amethyst-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #875BB0;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-amethyst-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(135, 91, 176, 0.56);
  border-color: #875BB0;
  outline: none;
}
.tn-btn-amethyst-tomato:hover {
  background: #946cb8;
  color: #ffffff;
}
.tn-btn-amethyst-tomato.tn-disabled {
  background: rgba(135, 91, 176, 0.56);
}

.tn-btn-outline-amethyst-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #875BB0 1px solid;
  color: #875BB0;
}
.tn-btn-outline-amethyst-tomato:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(135, 91, 176, 0.56);
  border-color: #875BB0;
  outline: none;
}
.tn-btn-outline-amethyst-tomato:hover {
  background: rgba(135, 91, 176, 0.05);
  color: #875BB0;
}
.tn-btn-outline-amethyst-tomato.tn-disabled {
  border-color: rgba(135, 91, 176, 0.56);
  color: rgba(135, 91, 176, 0.56);
}

.tn-btn-link-amethyst-tomato {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #875BB0;
}
.tn-btn-link-amethyst-tomato:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-amethyst-tomato:hover {
  background: rgba(135, 91, 176, 0.05);
  color: #875BB0;
}
.tn-btn-link-amethyst-tomato.tn-disabled {
  color: rgba(135, 91, 176, 0.56);
}

.tn-text-amethyst-tomato {
  color: #875BB0;
}

.tn-bg-color-tomato-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #B05E89;
  border-color: transparent;
  color: #ffffff;
  background: #B05E89 !important;
}
.tn-bg-color-tomato-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(176, 94, 137, 0.56);
  border-color: #B05E89;
  outline: none;
}
.tn-bg-color-tomato-amethyst:hover {
  background: #b86f96;
  color: #ffffff;
}
.tn-bg-color-tomato-amethyst.tn-disabled {
  background: rgba(176, 94, 137, 0.56);
}

.tn-btn-tomato-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #B05E89;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-tomato-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(176, 94, 137, 0.56);
  border-color: #B05E89;
  outline: none;
}
.tn-btn-tomato-amethyst:hover {
  background: #b86f96;
  color: #ffffff;
}
.tn-btn-tomato-amethyst.tn-disabled {
  background: rgba(176, 94, 137, 0.56);
}

.tn-btn-outline-tomato-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #B05E89 1px solid;
  color: #B05E89;
}
.tn-btn-outline-tomato-amethyst:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(176, 94, 137, 0.56);
  border-color: #B05E89;
  outline: none;
}
.tn-btn-outline-tomato-amethyst:hover {
  background: rgba(176, 94, 137, 0.05);
  color: #B05E89;
}
.tn-btn-outline-tomato-amethyst.tn-disabled {
  border-color: rgba(176, 94, 137, 0.56);
  color: rgba(176, 94, 137, 0.56);
}

.tn-btn-link-tomato-amethyst {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #B05E89;
}
.tn-btn-link-tomato-amethyst:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-tomato-amethyst:hover {
  background: rgba(176, 94, 137, 0.05);
  color: #B05E89;
}
.tn-btn-link-tomato-amethyst.tn-disabled {
  color: rgba(176, 94, 137, 0.56);
}

.tn-text-tomato-amethyst {
  color: #B05E89;
}

.tn-bg-color-steel {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #969696;
  border-color: transparent;
  color: #ffffff;
  background: #969696 !important;
}
.tn-bg-color-steel:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.56);
  border-color: #969696;
  outline: none;
}
.tn-bg-color-steel:hover {
  background: #a3a3a3;
  color: #ffffff;
}
.tn-bg-color-steel.tn-disabled {
  background: rgba(150, 150, 150, 0.56);
}

.tn-btn-steel {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #969696;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-steel:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.56);
  border-color: #969696;
  outline: none;
}
.tn-btn-steel:hover {
  background: #a3a3a3;
  color: #ffffff;
}
.tn-btn-steel.tn-disabled {
  background: rgba(150, 150, 150, 0.56);
}

.tn-btn-outline-steel {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #969696 1px solid;
  color: #969696;
}
.tn-btn-outline-steel:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.56);
  border-color: #969696;
  outline: none;
}
.tn-btn-outline-steel:hover {
  background: rgba(150, 150, 150, 0.05);
  color: #969696;
}
.tn-btn-outline-steel.tn-disabled {
  border-color: rgba(150, 150, 150, 0.56);
  color: rgba(150, 150, 150, 0.56);
}

.tn-btn-link-steel {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #969696;
}
.tn-btn-link-steel:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-steel:hover {
  background: rgba(150, 150, 150, 0.05);
  color: #969696;
}
.tn-btn-link-steel.tn-disabled {
  color: rgba(150, 150, 150, 0.56);
}

.tn-text-steel {
  color: #969696;
}

.tn-bg-color-brand {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #97ca49;
  border-color: transparent;
  color: #ffffff;
  background: #97ca49 !important;
}
.tn-bg-color-brand:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(151, 202, 73, 0.56);
  border-color: #97ca49;
  outline: none;
}
.tn-bg-color-brand:hover {
  background: #a2d05d;
  color: #ffffff;
}
.tn-bg-color-brand.tn-disabled {
  background: rgba(151, 202, 73, 0.56);
}

.tn-btn-brand {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: #97ca49;
  border-color: transparent;
  color: #ffffff;
}
.tn-btn-brand:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(151, 202, 73, 0.56);
  border-color: #97ca49;
  outline: none;
}
.tn-btn-brand:hover {
  background: #a2d05d;
  color: #ffffff;
}
.tn-btn-brand.tn-disabled {
  background: rgba(151, 202, 73, 0.56);
}

.tn-btn-outline-brand {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border: #97ca49 1px solid;
  color: #97ca49;
}
.tn-btn-outline-brand:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(151, 202, 73, 0.56);
  border-color: #97ca49;
  outline: none;
}
.tn-btn-outline-brand:hover {
  background: rgba(151, 202, 73, 0.05);
  color: #97ca49;
}
.tn-btn-outline-brand.tn-disabled {
  border-color: rgba(151, 202, 73, 0.56);
  color: rgba(151, 202, 73, 0.56);
}

.tn-btn-link-brand {
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #97ca49;
}
.tn-btn-link-brand:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-btn-link-brand:hover {
  background: rgba(151, 202, 73, 0.05);
  color: #97ca49;
}
.tn-btn-link-brand.tn-disabled {
  color: rgba(151, 202, 73, 0.56);
}

.tn-text-brand {
  color: #97ca49;
}

.tn-btn-action-row > * {
  margin: 0 2px;
}
.tn-btn-action {
  border-radius: 4px;
  font-weight: 300;
  color: #9b9b9b;
  border: #9b9b9b 1px solid;
  background: #ffffff;
  padding: 0;
  line-height: 32px;
  width: 32px !important;
  height: 32px !important;
}
.tn-btn-action:hover {
  background: #dcdcdc;
  color: #9b9b9b;
}
.tn-btn-action:focus {
  box-shadow: none;
  box-shadow: 0 0 0 2px rgba(100, 100, 100, 0.15) !important;
  border-color: #969696;
  outline: none !important;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
}

.tn-icon-font-family {
  font-family: "teletrac-navman", Roboto, Arial, Helvetica, sans-serif;
}

.tn-disabled,
.disabled {
  pointer-events: none;
}

.tn-fd-body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  height: 100%;
  overflow: hidden;
}

.tn-fd-text-size-small {
  line-height: 14px !important;
  font-size: 12px !important;
}

.tn-fd-text-size-normal {
  line-height: 18px !important;
  font-size: 16px !important;
}

.tn-fd-text-size-large {
  line-height: 24px !important;
  font-size: 20px !important;
}

.tn-fd-text-size-huge {
  line-height: 30px !important;
  font-size: 26px !important;
}

.tn-dropdown .dropdown-item {
  color: #4a4a4a;
  font-size: 14px;
}
.tn-dropdown .dropdown-item:active {
  background-color: #5893d8;
  color: #ffffff !important;
}

.tn-dropdown-color-palette {
  max-width: 104px;
  width: 104px;
  min-width: 104px;
  padding: 3px;
}
.tn-dropdown-color-palette.show {
  display: flex;
  flex-wrap: wrap;
}
.tn-dropdown-color-palette .dropdown-item {
  width: 32px;
  height: 32px;
  border: 1px #ffffff solid;
  padding: 0;
  transition: opacity ease 0.1s;
}
.tn-dropdown-color-palette .dropdown-item:hover {
  opacity: 0.56;
}

.tn-simple-modal-sapphire .modal-dialog {
  margin-top: 12vh;
  font-size: 12px;
  line-height: 14px;
  color: #717171;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content {
  overflow: hidden;
  border-color: transparent;
  max-width: 30vw;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.5));
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-header {
  padding: 0 14px;
  font-size: 12px;
  line-height: 36px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background: #5893d8;
  color: #ffffff;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body {
  min-height: 25vh;
  max-height: 50vh;
  overflow-y: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #cacaca 1px solid;
  padding: 6px 14px;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item span[name=item-value] {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item span[name=item-value]:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(151, 151, 151, 0.56);
  border-color: none;
  outline: none;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete] {
  order: 99;
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #da6161;
  padding: 2px;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete]:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete]:hover {
  background: rgba(218, 97, 97, 0.05);
  color: #da6161;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete].tn-disabled {
  color: rgba(218, 97, 97, 0.56);
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-add-list-item {
  order: 99;
  display: flex;
  justify-content: flex-end;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-add-list-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding: 8px 14px;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-add-list-item button > * {
  margin: 0 2px;
}
.tn-simple-modal-sapphire .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  border-top: #cacaca 1px solid;
  padding: 8px 16px;
}
.tn-simple-modal-tangerine .modal-dialog {
  margin-top: 12vh;
  font-size: 12px;
  line-height: 14px;
  color: #717171;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content {
  overflow: hidden;
  border-color: transparent;
  max-width: 30vw;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.5));
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-header {
  padding: 0 14px;
  font-size: 12px;
  line-height: 36px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background: #f5a623;
  color: #ffffff;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body {
  min-height: 25vh;
  max-height: 50vh;
  overflow-y: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #cacaca 1px solid;
  padding: 6px 14px;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item span[name=item-value] {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 4px;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item span[name=item-value]:focus {
  box-shadow: none;
  box-shadow: 0 0 0 1px rgba(151, 151, 151, 0.56);
  border-color: none;
  outline: none;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete] {
  order: 99;
  border-radius: 2px;
  font-size: 15px;
  padding: 8px 16px;
  height: 40px;
  background: transparent;
  border-color: transparent;
  color: #da6161;
  padding: 2px;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete]:focus {
  box-shadow: none;
  border-color: none;
  outline: none;
  text-decoration: underline;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete]:hover {
  background: rgba(218, 97, 97, 0.05);
  color: #da6161;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-list-item button[name=item-delete].tn-disabled {
  color: rgba(218, 97, 97, 0.56);
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-add-list-item {
  order: 99;
  display: flex;
  justify-content: flex-end;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-add-list-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding: 8px 14px;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-body.tn-modal-list-body .tn-modal-add-list-item button > * {
  margin: 0 2px;
}
.tn-simple-modal-tangerine .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  border-top: #cacaca 1px solid;
  padding: 8px 16px;
}

.tn-tooltip-warning .tooltip-inner {
  background: #fbf2c4;
  color: #b48962;
}
.tn-tooltip-warning[x-placement=top] .arrow::before {
  border-top-color: #fbf2c4;
}
.tn-tooltip-warning[x-placement=bottom] .arrow::before {
  border-bottom-color: #fbf2c4;
}
.tn-tooltip-warning[x-placement=left] .arrow::before {
  border-left-color: #fbf2c4;
}
.tn-tooltip-warning[x-placement=right] .arrow::before {
  border-right-color: #fbf2c4;
}

div[class^=tn-tooltip],
div[class*=" tn-tooltip"] {
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 12px;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.5));
}
div[class^=tn-tooltip].show,
div[class*=" tn-tooltip"].show {
  opacity: 1;
}

.tn-required-input:before {
  content: "* ";
  color: #da6161;
}

.tn-checkbox-label input[type=checkbox] {
  display: none;
}
.tn-checkbox-label input[type=checkbox] + span::before {
  content: url(../../images/svgs/checkbox-uncheck.svg);
  margin-right: 8px;
}
.tn-checkbox-label input[type=checkbox]:checked + span::before {
  content: url(../../images/svgs/checkbox-check.svg);
}

.tn-icon-inspection-layout:before {
  content: url(../../images/svgs/icon-form-layout.svg);
}

.tn-icon-custom-task:before {
  content: url(../../images/svgs/icon-custom-task.svg);
}

.tn-icon-single-line:before {
  content: url(../../images/svgs/icon-single-line.svg);
  padding-bottom: 8px;
}

.tn-icon-dropdown:before {
  content: url(../../images/svgs/icon-dropdown.svg);
  padding-bottom: 8px;
}

.tn-icon-image {
  line-height: 1;
}
.tn-icon-image:before {
  content: url(../../images/svgs/icon-image.svg);
}

.tn-icon-multi-line:before {
  content: url(../../images/svgs/icon-multi-line.svg);
}

.tn-icon-dynamic-attribute:before {
  content: url(../../images/svgs/icon-dynamic-attribute.svg);
}

.tn-fd-nav {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
}
.tn-fd-nav > img,
.tn-fd-nav button {
  margin: 0 15px;
}

.tn-fd-container {
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  justify-content: center;
}

.tn-fd-form-container .form-group label {
  color: #979797;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.tn-fd-form-container .form-group .form-control {
  min-width: 350px;
  max-width: 50%;
  font-size: 16px;
  border-radius: 0;
}

.tn-fd-ui-autocomplete {
  max-height: 30vh;
  padding: 4px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #4a4a4a;
  font-size: 13px;
  border-color: transparent;
  border-radius: 4px;
}
.tn-fd-ui-autocomplete .ui-menu-item-wrapper {
  padding: 4px 20px;
}
.tn-fd-ui-autocomplete .ui-state-active {
  padding: 4px 20px;
  border-color: transparent;
  background-color: #97ca49;
  color: #ffffff;
}

.tn-fd-form-footer-btn {
  height: 50px;
  width: 200px;
  border-radius: 2px;
  border: #979797 1px solid;
  background-color: #dddddd;
  color: #717171;
  font-size: 14px;
}
.tn-fd-form-footer-btn:hover {
  filter: brightness(110%);
  color: #717171;
}

.tn-fd-left,
.tn-fd-right {
  display: flex;
  flex-direction: column;
  background-color: #2f333a;
  overflow-y: auto;
  transition: all 500ms;
  white-space: normal;
}
.tn-fd-left .tn-fd-side-header,
.tn-fd-right .tn-fd-side-header {
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3e4651;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
.tn-fd-left .tn-fd-side-header > button,
.tn-fd-right .tn-fd-side-header > button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
}

.tn-fd-left {
  width: 25%;
}

.tn-fd-right {
  width: 0;
  white-space: nowrap;
}

.open-right-side .tn-fd-left {
  width: 0;
}
.open-right-side .tn-fd-right {
  width: 33%;
  white-space: normal;
}

.tn-fd-side-tabs {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 500;
}
.tn-fd-side-tabs .tn-fd-side-tab {
  width: 50%;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  cursor: pointer;
}
.tn-fd-side-tabs .tn-fd-side-tab:not(.disabled-tab).active, .tn-fd-side-tabs .tn-fd-side-tab:not(.disabled-tab):hover {
  border-bottom: 4px solid #97ca49;
  color: #ffffff;
}
.tn-fd-side-tabs .disabled-tab {
  background-color: #3a3f48;
}

.tn-fd-side-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tn-fd-side-list .tn-fd-element-item {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #434c57;
  background-color: #545f6f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.tn-fd-side-list .tn-fd-element-item .tn-fd-item-icon {
  width: 50px;
  min-width: 50px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #434c57;
  background-color: #374049;
  font-size: 24px;
}
.tn-fd-side-list .active {
  background-color: #97ca49;
}
.tn-fd-side-list .active .tn-fd-item-icon {
  background-color: #97ca49;
  border-right: 1px solid transparent;
}
.tn-fd-side-list .tn-fd-property-item {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #2f333a;
  background-color: #374049;
  color: #ffffff;
}
.tn-fd-side-list .tn-fd-property-item-sortable {
  width: 100%;
  min-height: 30px;
  position: relative;
  display: flex;
  border-bottom: 1px solid #2f333a;
  border-top: 1px solid #2f333a;
  background-color: #374049;
}
.tn-fd-side-list .tn-fd-property-item-sortable .tn-fd-property-item-sortable-list-handle {
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tn-fd-side-list .tn-fd-property-item-sortable .tn-fd-property-item-sortable-list-handle::after {
  content: "··\a··\a··";
  width: 20px;
  color: #939ca8;
  text-align: center;
  line-height: 9px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
  cursor: move;
}
.tn-fd-side-list .tn-fd-property-item-sortable:first-child {
  border-top: none;
}
.tn-fd-side-list .tn-fd-property-item-sortable:last-child {
  border-bottom: none;
}
.tn-fd-side-list .tn-fd-property-item-sortable[name=sortable-rating-item] {
  align-items: center;
  justify-content: center;
  padding-right: 50px;
}
.tn-fd-side-list .tn-fd-property-item-sortable[name=sortable-rating-item] .form-row {
  width: 100%;
}
.tn-fd-side-list .tn-fd-property-item-sortable[name=sortable-rating-item] input {
  height: 32px;
}
.tn-fd-side-list .tn-fd-property-item-sortable[name=sortable-rating-item] .btn {
  font-size: 8px;
  background: #525f70;
  border-radius: 0px;
  border-color: #2f333a;
  color: #939ca8;
  text-align: center;
}
.tn-fd-side-list .tn-fd-property-item .tn-fd-property-item-fixed-btn {
  position: absolute;
  right: 14px;
  top: 10px;
  color: #ffffff;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.tn-fd-side-list .tn-fd-property-item .tn-fd-property-item-fixed-btn:hover, .tn-fd-side-list .tn-fd-property-item .tn-fd-property-item-fixed-btn:focus {
  text-decoration: none;
  color: #939ca8;
  box-shadow: none;
}
.tn-fd-side-list .tn-fd-property-item > * {
  margin: 2px 0;
}
.tn-fd-side-list .tn-fd-property-item label {
  color: #ffffff;
  font-size: 12px;
}
.tn-fd-side-list .tn-fd-property-item p {
  color: #939ca8;
  font-size: 12px;
}
.tn-fd-side-list .tn-fd-property-item .form-control {
  border-color: #2f333a;
  border-radius: 0px;
  background-color: #525f70;
  color: #ffffff;
}
.tn-fd-side-list .tn-fd-property-item .form-control::placeholder {
  color: #939ca8;
}
.tn-fd-side-list .tn-fd-property-item .form-control.tn-fd-main-property-form-control {
  background-color: #2f333a;
}
.tn-fd-side-list .tn-fd-property-item .input-group .form-control {
  padding: 0 initial;
  height: 32px;
  border-radius: 0px;
}
.tn-fd-side-list .tn-fd-property-item .input-group .input-group-append .btn {
  height: 32px;
  width: 32px;
  padding: 0;
  border-color: #2f333a;
  border-radius: 0px;
}
.tn-fd-side-list .tn-fd-property-item .tn-dynamic-form-control {
  display: flex;
  align-items: baseline;
}
.tn-fd-side-list .tn-fd-property-item .tn-dynamic-form-control:before {
  content: "[";
  margin: 0 4px;
  color: #f5a623;
}
.tn-fd-side-list .tn-fd-property-item .tn-dynamic-form-control:after {
  content: "]";
  margin: 0 4px;
  color: #f5a623;
}
.tn-fd-side-list .tn-fd-property-item .tn-dynamic-form-control .form-control {
  background-color: #2f333a;
  color: #5893d8;
}
.tn-dynamic-text {
  color: #5893d8 !important;
}

.tn-fd-main {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}

.tn-fd-form-container {
  flex: 1;
  padding: 40px 100px;
  padding-bottom: 100px;
  overflow-y: scroll;
}
.tn-fd-form-container + .tn-fd-form-container-footer {
  z-index: 2;
}

.tn-fd-form-container-footer {
  width: 100%;
  height: 64px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.tn-fd-form {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.tn-fd-form .tn-fd-open-left-btn {
  position: absolute;
  right: calc(100% + 8px);
  top: 0;
  height: 30px;
  width: 30px;
  background: #2f333a;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tn-fd-form-header {
  width: 100%;
  min-height: 57px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #717171;
}
#layoutCustomTask .tn-fd-form-header {
  justify-content: space-between;
}
#layoutCustomTask .tn-fd-form-header > * {
  max-width: 50%;
}
.tn-auto-insert-text {
  color: #97ca49;
}

.tn-fd-form-body {
  width: 100%;
  flex: 1;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tn-fd-form-footer {
  width: 100%;
  height: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#layoutInspection .tn-fd-form-footer {
  border-top: #cacaca 2px dashed;
}

.tn-fd-form-item-placeholder {
  width: 100%;
  height: 100px;
  border: #97ca49 3px dashed;
}

.tn-fd-form-item {
  width: 100%;
  min-height: 32px;
  padding-left: 30px;
  padding-right: 50px;
  position: relative;
  background-color: #ffffff;
  color: #979797;
  display: flex;
  align-items: center;
}
.tn-fd-form-item .form-group {
  margin-bottom: 0;
}
.tn-fd-form-item:hover, .tn-fd-form-item.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #97ca49;
  -moz-box-shadow: inset 0px 0px 0px 3px #97ca49;
  box-shadow: inset 0px 0px 0px 3px #97ca49;
}
.tn-fd-form-item:hover .tn-fd-form-item-handle, .tn-fd-form-item.active .tn-fd-form-item-handle {
  visibility: visible;
}
.tn-fd-form-item.active .tn-fd-form-item-buttons,
.tn-fd-form-item.active .tn-fd-form-item-handle {
  visibility: visible;
}
.tn-fd-form-item[data-component-type=attachment-item] {
  padding: 10px;
}
.tn-fd-form-item[data-component-type=attachment-item] .tn-btn-action-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tn-fd-form-item[data-component-type=attachment-item] .tn-btn-action-row .tn-btn-action {
  background: #dddddd;
  border-color: #dddddd;
  color: #717171;
}
.tn-fd-form-item[data-component-type=scale-rating-item] {
  padding: 10px 30px;
  padding-right: 40px;
  max-width: 100%;
  width: 100%;
}
.tn-fd-form-item[data-component-type=scale-rating-item] .tn-btn-rating-row {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tn-fd-form-item[data-component-type=scale-rating-item] .tn-btn-rating-row .btn {
  flex: 1 0 0;
  padding: 2px;
  margin: 0 2px;
  font-size: 12px;
  line-height: 13px;
  background: #979797;
  border-color: transparent;
  color: #ffffff;
  min-height: 32px;
  min-width: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tn-fd-form-item[data-component-type=single-line-input] {
  padding-top: 4px;
  padding-bottom: 16px;
}
.tn-fd-form-item[data-component-type=multi-line-input] {
  padding-top: 4px;
  padding-bottom: 16px;
}
.tn-fd-form-item[data-component-type=multi-line-input] .form-group {
  width: 100%;
}
.tn-fd-form-item[data-component-type=multi-line-input] .form-group .form-control {
  max-width: unset;
}
.tn-fd-form-item[data-component-type=dropdown-input] {
  padding-top: 4px;
  padding-bottom: 16px;
}
.tn-fd-form-item[data-component-type=dropdown-input] .input-group .form-control {
  font-family: "teletrac-navman";
  padding: 0 initial;
  height: 38px;
}
.tn-fd-form-item[data-component-type=dropdown-input] .input-group .form-control::placeholder {
  color: transparent;
}
.tn-fd-form-item[data-component-type=dropdown-input] .input-group .form-control.is-from-server::placeholder {
  color: #717171;
}
.tn-fd-form-item[data-component-type=dropdown-input] .input-group .input-group-append .btn {
  border-radius: 0;
  width: 38px;
  padding: 0;
  font-size: 10px;
  border-color: #ced4da;
  color: #717171;
  background: #f5f5f5;
}
.tn-fd-form-item .tn-fd-form-item-component {
  display: flex;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
}
.tn-fd-form-item .tn-fd-form-item-handle {
  width: 50px;
  position: absolute;
  left: calc(100% - 50px);
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
}
.tn-fd-form-item .tn-fd-form-item-handle::after {
  content: "··\a··\a··";
  width: 20px;
  color: #dddddd;
  text-align: center;
  line-height: 9px;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
  cursor: move;
}
.tn-fd-form-item-buttons {
  padding-left: 5px;
  padding-top: 3px;
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
}
.tn-fd-form-item-buttons > button {
  width: 28px;
  height: 28px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 3px;
  color: #ffffff;
}
.tn-btn-primary {
  display: inline-flex;
  align-items: center;
  border-radius: 2px !important;
  background-color: #07a2da;
  color: #ffffff;
}
.tn-btn-primary:hover {
  filter: brightness(110%);
  color: #ffffff;
}

.tn-btn-danger {
  display: inline-flex;
  align-items: center;
  border-radius: 2px !important;
  background-color: #da6161;
  color: #ffffff;
}
.tn-btn-danger:hover {
  filter: brightness(110%);
  color: #ffffff;
}

.tn-btn-info {
  display: inline-flex;
  align-items: center;
  border-radius: 2px !important;
  background-color: #5893d8;
  color: #ffffff;
}
.tn-btn-info:hover {
  filter: brightness(110%);
  color: #ffffff;
}

.tn-btn-link {
  display: inline-flex;
  align-items: center;
  color: #5893d8;
}
.tn-btn-link:hover {
  filter: brightness(110%);
  color: #5893d8;
}

.tn-fd-comp-checkbox {
  display: flex;
  align-items: flex-start;
}
.tn-fd-comp-checkbox.tn-fd-text-size-small > * {
  margin-right: 4px;
}
.tn-fd-comp-checkbox.tn-fd-text-size-normal > * {
  margin-right: 6px;
}
.tn-fd-comp-checkbox.tn-fd-text-size-large > * {
  margin-right: 8px;
}
.tn-fd-comp-checkbox.tn-fd-text-size-huge > * {
  margin-right: 10px;
}

#layoutsList,
#componentsList,
#generalPropertiesList,
#triggerPropertiesList {
  display: none;
}

#layoutCustomTask .tn-fd-form-header:hover, #layoutCustomTask .tn-fd-form-header.active,
#layoutInspection .tn-fd-form-header:hover,
#layoutInspection .tn-fd-form-header.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #97ca49;
  -moz-box-shadow: inset 0px 0px 0px 3px #97ca49;
  box-shadow: inset 0px 0px 0px 3px #97ca49;
}
#layoutCustomTask .tn-fd-form-header:hover > .tn-fd-form-item-buttons, #layoutCustomTask .tn-fd-form-header.active > .tn-fd-form-item-buttons,
#layoutInspection .tn-fd-form-header:hover > .tn-fd-form-item-buttons,
#layoutInspection .tn-fd-form-header.active > .tn-fd-form-item-buttons {
  visibility: visible;
}

/*# sourceMappingURL=form-designer.css.map */
