/**
    Base
*/
body {
  min-width: 1000px;
  background-color: #eee;
  font-family: 'Open Sans', sans-serif; }

.clickable, a[ui-sref], .dropdown-toggle {
  cursor: pointer; }

a {
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:focus {
    outline: none; }
  a.underline:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 0 0 1px;
    border-style: solid; }
  a.underline:hover, a.underline:active, a.underline:focus, a.underline:visited {
    text-decoration: none; }

input[type='radio'],
input[type='checkbox'] {
  cursor: pointer; }

.view-wrapper {
  max-width: 1024px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 30px; }

.lt-page {
  display: block;
  position: relative;
  margin-top: -25px;
  padding: 25px 30px;
  background-color: white; }
  .lt-page .lt-panel {
    padding: 3px 15px; }

.lt-page-title {
  padding-bottom: 20px; }

.lt-page-content {
  margin: 20px 0; }

.lt-page-content,
.lt-page-footer {
  clear: both; }

.lt-page-footer {
  padding-top: 40px; }
  .lt-page-footer:before {
    content: '';
    display: table; }
  .lt-page-footer:after {
    content: '';
    display: table;
    clear: both; }
  .lt-page-footer .actions {
    float: right; }

.color-red {
  color: #d02a2c; }

.no-outline,
.no-outline:hover,
.no-outline:focus,
.no-outline:active {
  outline: none !important; }

.no-selection {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

.bold {
  font-weight: bold; }

.align-left {
  text-align: left; }

.half-hidden {
  opacity: 0.5; }

.ui-select-container {
  width: 100%; }

input {
  box-shadow: none !important; }
  input[type='number'] {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }

textarea {
  min-height: 80px;
  max-width: 600px;
  max-height: 300px;
  resize: vertical; }

.modal textarea {
  max-width: 760px;
  min-height: 160px;
  padding-top: 12px;
  padding-bottom: 12px; }

.radio-inline input[type='radio'] {
  margin-top: 3px;
  width: 16px;
  height: 16px; }

.radio-inline + .radio-inline {
  margin-left: 40px; }

.form-control {
  padding: 0 12px; }

input[type='text'] {
  height: 30px; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  border: none;
  top: 2px;
  right: -2px; }
  .ui-select-bootstrap .ui-select-toggle > .caret:after {
    content: url("../images/dropdown_triangle_icon.png");
    position: absolute;
    border-left: 1px solid #DCD7D8;
    padding-left: 11px;
    top: 4px;
    right: 13px; }

.ui-select-bootstrap .ui-select-bootstrap {
  top: 94%; }
.ui-select-bootstrap .form-control {
  height: 30px;
  padding: 4px 12px; }
.ui-select-bootstrap .ui-select-choices-row.disabled {
  position: relative;
  padding-right: 20px; }
  .ui-select-bootstrap .ui-select-choices-row.disabled:after {
    content: "\f023";
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    right: 5px;
    padding: 3px;
    opacity: 0.4;
    transition: opacity 0.7s ease-out; }
  .ui-select-bootstrap .ui-select-choices-row.disabled:hover:after {
    opacity: 0.8; }

.modal[role='dialog'] {
  background-color: rgba(100, 100, 100, 0.5);
  /*padding-top: 100px;*/ }
  .modal[role='dialog'] .modal-header {
    border: none; }
  .modal[role='dialog'] .modal-footer {
    border: none; }

.tooltip .tooltip-arrow {
  margin-top: -7px; }

.tooltip .tooltip-inner {
  margin-top: -3px; }

.dropdown-menu.datepicker .btn-default {
  background-color: white; }
  .dropdown-menu.datepicker .btn-default:focus, .dropdown-menu.datepicker .btn-default:hover, .dropdown-menu.datepicker .btn-default:active {
    background-color: #eee; }
.dropdown-menu.datepicker .btn-primary {
  background-color: #146382;
  border-color: #146382; }
  .dropdown-menu.datepicker .btn-primary:focus, .dropdown-menu.datepicker .btn-primary:hover, .dropdown-menu.datepicker .btn-primary:active {
    background-color: #1993a8;
    border-color: #1993a8; }
.dropdown-menu.datepicker thead th {
  padding: 5px; }
.dropdown-menu.datepicker tbody td {
  padding: 5px; }

.am-fade {
  -webkit-animation-duration: 0s;
  animation-duration: 0s; }

.col-no-padding {
  padding-left: 0;
  padding-right: 0; }

.col-no-padding-left {
  padding-left: 0; }

.col-no-padding-right {
  padding-right: 0; }

/**
    Page Specific Components
*/
lt-profile-panel {
  display: block; }

.panel-bp-content {
  margin-top: 35px; }

lt-panel-actions {
  position: relative;
  padding-top: 4px; }
  lt-panel-actions.cant-be-edited .ui-select-container {
    opacity: 0.6; }
  lt-panel-actions.cant-be-edited .ui-select-container {
    pointer-events: none;
    cursor: default; }
  lt-panel-actions > div .ui-select-container {
    width: 82%;
    padding-right: 10px;
    float: right; }
  lt-panel-actions > div.edit-icon, lt-panel-actions > div.cancel-edit-icon, lt-panel-actions > div.save-icon {
    float: right;
    width: 30px;
    height: 30px; }
    lt-panel-actions > div.edit-icon.btn, lt-panel-actions > div.cancel-edit-icon.btn, lt-panel-actions > div.save-icon.btn {
      background-repeat: no-repeat;
      background-position: center; }
  lt-panel-actions > div.cancel-edit-icon {
    background-size: 22px;
    background-image: url("../images/clear_icon_grey.png"); }
  lt-panel-actions > div.edit-icon {
    background-image: url("../images/edit_icon_active.png"); }
  lt-panel-actions > div.save-icon {
    background-image: url("../images/selected_done_icon.png"); }
  lt-panel-actions > div.cancel-edit-icon:active {
    background-image: url("../images/clear_icon_grey.png"); }
  lt-panel-actions > div.edit-icon:active {
    background-image: url("../images/edit_icon_active.png"); }
  lt-panel-actions > div.save-icon:active {
    background-image: url("../images/selected_done_icon.png"); }
  lt-panel-actions .visibility-options {
    position: absolute;
    right: 35px;
    min-width: 340px; }
  lt-panel-actions .select-style {
    float: right;
    position: relative;
    cursor: pointer;
    margin-right: 30px; }
    lt-panel-actions .select-style:after {
      content: url("../images/dropdown_triangle_icon.png");
      position: absolute;
      border-left: 1px solid #DCD7D8;
      padding-left: 11px;
      top: 8px;
      right: 13px; }
  lt-panel-actions select.form-control {
    float: right;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    padding-right: 40px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px; }
    lt-panel-actions select.form-control:focus, lt-panel-actions select.form-control:active {
      box-shadow: none;
      border-color: #146382; }

.lt-panel-pre-header lt-panel-actions {
  margin-top: 84px; }

lt-panel-content-table {
  display: block; }
  lt-panel-content-table .table-row {
    clear: both;
    margin: 0;
    padding: 13px 0 10px 0;
    border-bottom: 1px solid #eee; }
    lt-panel-content-table .table-row:last-child {
      border: none; }

.lt-panel-table-header {
  padding-top: 24px;
  clear: both;
  font-weight: bold;
  color: #444444;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7; }

.lt-table .table-header,
.lt-table .table-value {
  float: left; }
  .lt-table .table-header:last-child,
  .lt-table .table-value:last-child {
    width: 20% !important;
    text-align: center;
    float: right; }
.lt-table.lt-table-col-2 .table-header,
.lt-table.lt-table-col-2 .table-value {
  width: 80%; }
.lt-table.lt-table-col-2.edit .table-header,
.lt-table.lt-table-col-2.edit .table-value {
  width: 40%; }
.lt-table.lt-table-col-3 .table-header,
.lt-table.lt-table-col-3 .table-value {
  width: 40%; }
.lt-table.lt-table-col-4 .table-header,
.lt-table.lt-table-col-4 .table-value {
  width: 26.666666667%; }

.lt-table input[type='checkbox'] {
  width: 16px;
  margin-top: -5px; }
.lt-table .action-edit,
.lt-table .action-delete {
  width: 20px;
  height: 20px;
  padding-right: 10px;
  float: left;
  background-position: center;
  background-repeat: no-repeat; }
.lt-table .action-edit {
  background-image: url("../images/action_edit_icon.png"); }
.lt-table .action-delete {
  background-image: url("../images/action_bin_icon.png"); }

.editing .lt-table .table-row-actions,
.editing .lt-table .table-headers-editing {
  width: 13%;
  padding: 0 7px;
  float: left; }
.editing .lt-table .table-columns,
.editing .lt-table .table-headers-basic {
  width: 87%;
  float: left; }
.editing .lt-table .table-row:hover {
  background-color: #eee; }
.editing .lt-table .table-row.selected, .editing .lt-table .table-row.selected:hover {
  background-color: rgba(25, 147, 168, 0.1); }

.table-row-actions .action-select,
.table-headers-editing .action-select {
  width: 30%;
  float: left; }
.table-row-actions .edit-table-header,
.table-row-actions .actions,
.table-headers-editing .edit-table-header,
.table-headers-editing .actions {
  width: 70%;
  float: left; }

lt-panel-content-list {
  display: block; }
  lt-panel-content-list .row {
    padding-top: 3px;
    margin: 0 0 10px 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #DCD7D8; }
    lt-panel-content-list .row:last-child {
      border: none; }
  lt-panel-content-list .list-value .list-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  lt-panel-content-list .list-label {
    padding-left: 0; }
  lt-panel-content-list .list-value {
    color: #146382;
    padding-right: 0; }

.editing lt-panel-content-list .row {
  border: none; }

.list-value-addition {
  text-transform: lowercase; }

.profile-primary-data {
  float: left;
  padding-top: 80px;
  padding-left: 30px; }

.full-name {
  color: #146382;
  font-weight: bold;
  font-size: 1.1em; }

.user-name {
  color: #1993a8;
  font-size: 0.9em; }

/*
  fileupload profile picture
*/
.profile-picture img,
.profile-picture .profile-picture-img,
.profile-picture .profile-upload {
  border-radius: 5px;
  box-shadow: 0 11px 22px -12px grey;
  display: block;
  width: 145px;
  height: 145px; }
.profile-picture .profile-picture-img,
.profile-picture .place-holder {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
.profile-picture .profile-upload {
  position: relative; }
  .profile-picture .profile-upload .place-holder {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    border-radius: 5px; }

.profile-type {
  margin: 0 15px 45px 15px;
  border-bottom: 1px solid #DCD7D8; }
  .profile-type .list-label {
    float: left;
    width: 20.5%; }
  .profile-type .list-value {
    float: left;
    width: 77.2%;
    padding: 0 15px; }
  .profile-type .profile-label {
    font-weight: normal; }

.profile-type-input {
  float: left;
  width: 20px;
  border: none; }

input[type='radio'] {
  margin-top: -5px; }

.profile-label {
  padding-left: 10px; }

.profile-type-message {
  padding: 10px 0 0 0; }

.profile-type-organizational {
  margin-left: -15px; }

.input-addition {
  text-transform: lowercase; }

.vatId-input-box .vatId-input {
  padding-right: 21px; }
.vatId-input-box.default .validation-status,
.vatId-input-box.default .validation-message {
  display: none; }
.vatId-input-box .validation-status {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 16px;
  height: 16px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto; }
.vatId-input-box .validation-message {
  text-align: right;
  display: block;
  padding: 4px 5px; }

/*
 modal popup styles
 */
.modal-cv-select {
  padding-right: 160px; }

.scrollable-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.price-settings-row {
  padding-bottom: 30px; }

lt-full-panel {
  display: block;
  position: relative;
  margin-top: -25px;
  padding: 25px 30px;
  background-color: white; }
  lt-full-panel:after {
    clear: both;
    display: block;
    content: ''; }

.vendors-panel lt-table .table-header-actions,
.vendors-panel lt-table .table-row-actions {
  width: 15%; }
.vendors-panel lt-table .table-header-titles,
.vendors-panel lt-table .table-columns {
  width: 85%; }
.vendors-panel lt-table.lt-table-col-3 .table-header,
.vendors-panel lt-table.lt-table-col-3 .table-value {
  width: 20%;
  float: left;
  text-align: left; }
.vendors-panel lt-table.lt-table-col-3 .table-header-titles .table-header:first-child,
.vendors-panel lt-table.lt-table-col-3 .table-header-titles .table-value:first-child,
.vendors-panel lt-table.lt-table-col-3 .table-columns .table-header:first-child,
.vendors-panel lt-table.lt-table-col-3 .table-columns .table-value:first-child {
  width: 70%; }
.vendors-panel lt-table.lt-table-col-3 .table-header-titles .table-header:last-child,
.vendors-panel lt-table.lt-table-col-3 .table-header-titles .table-value:last-child,
.vendors-panel lt-table.lt-table-col-3 .table-columns .table-header:last-child,
.vendors-panel lt-table.lt-table-col-3 .table-columns .table-value:last-child {
  width: 10%;
  text-align: center; }

.analysis-form-group {
  padding-top: 20px; }

.analysis-row {
  padding-bottom: 10px; }

login-settings {
  display: block; }
  login-settings .edit-mode {
    padding-right: 20px;
    position: relative; }
    login-settings .edit-mode .btn-only-icon {
      position: absolute;
      top: 7px;
      right: 0; }
      login-settings .edit-mode .btn-only-icon.icon-edit {
        width: 15px;
        height: 20px; }
  login-settings .notification-section {
    padding-top: 15px;
    padding-bottom: 15px; }
  login-settings .form-legend {
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative; }
    login-settings .form-legend:before {
      content: "";
      clear: both;
      display: block !important;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      border-bottom: 1px solid #eee; }
    login-settings .form-legend h3 {
      margin: 0; }
    login-settings .form-legend .lt-checkbox {
      margin-top: 8px; }
  login-settings .form-sub-legend strong {
    color: #146382; }
  login-settings .option-title {
    padding-left: 35px; }

.lt-radio .lt-icon-arrow {
  margin-top: 4px; }

.tm-target {
  padding-left: 5px; }

.tm-source {
  padding-left: 0; }

.modal-body > .row + .row.row-language-pair-select {
  padding-top: 30px; }

.modal-language-pair-select {
  padding-top: 3px;
  padding-left: 30px; }
  .modal-language-pair-select .row {
    padding-bottom: 3px; }

.more-languages,
.create-reversed {
  padding: 10px 0 10px 15px; }

.language-pair-include {
  padding-top: 10px; }
  .language-pair-include > .row {
    padding: 10px 0; }

.maximum-share-count {
  padding: 0 0 20px 0; }

.add-shareable-name {
  /*width: 85%;*/ }

.share-modal-name {
  margin-bottom: 20px; }

.shared-resources-tabs {
  margin-bottom: 45px; }

lt-table.my-resources-table .editing-header .lt-table-row,
lt-table.my-resources-table .lt-table-body.editing .lt-table-row,
.lt-table.my-resources-table .editing-header .lt-table-row,
.lt-table.my-resources-table .lt-table-body.editing .lt-table-row {
  padding-left: 136px; }
  lt-table.my-resources-table .editing-header .lt-table-row .lt-table-column-action,
  lt-table.my-resources-table .lt-table-body.editing .lt-table-row .lt-table-column-action,
  .lt-table.my-resources-table .editing-header .lt-table-row .lt-table-column-action,
  .lt-table.my-resources-table .lt-table-body.editing .lt-table-row .lt-table-column-action {
    width: 110px; }
lt-table.my-resources-table .lt-table-content.editing .lt-table-column-action,
.lt-table.my-resources-table .lt-table-content.editing .lt-table-column-action {
  overflow: inherit;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.shared-by-others-browse .search-row,
.shared-by-others-search .search-row {
  margin-bottom: 20px; }
  .shared-by-others-browse .search-row .search-input-wrap,
  .shared-by-others-search .search-row .search-input-wrap {
    margin-bottom: 0; }
  .shared-by-others-browse .search-row .search-label,
  .shared-by-others-search .search-row .search-label {
    line-height: 30px; }

.shared-by-others-browse {
  max-width: 700px;
  margin: 0 auto; }
  .shared-by-others-browse .category-row .category-icon {
    display: block;
    margin-bottom: 5px;
    padding-left: 45px;
    line-height: 40px;
    min-height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    outline: none; }
    .shared-by-others-browse .category-row .category-icon:hover, .shared-by-others-browse .category-row .category-icon:focus, .shared-by-others-browse .category-row .category-icon:active {
      text-decoration: none;
      outline: none; }

.shared-by-others-search .category-icon {
  display: block;
  line-height: 22px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

lt-table.shared-by-others-table .lt-table-headers .popover-action,
.lt-table.shared-by-others-table .lt-table-headers .popover-action {
  display: none; }
lt-table.shared-by-others-table .lt-table-content .lt-table-row,
.lt-table.shared-by-others-table .lt-table-content .lt-table-row {
  padding-left: 25px; }
  lt-table.shared-by-others-table .lt-table-content .lt-table-row .popover-action,
  .lt-table.shared-by-others-table .lt-table-content .lt-table-row .popover-action {
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 2;
    padding: 0;
    overflow: inherit;
    float: none; }
    lt-table.shared-by-others-table .lt-table-content .lt-table-row .popover-action .link-icon,
    .lt-table.shared-by-others-table .lt-table-content .lt-table-row .popover-action .link-icon {
      display: block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }

lt-table.my-resources-table .popover,
.lt-table.my-resources-table .popover,
lt-table.shared-by-others-table .popover,
.lt-table.shared-by-others-table .popover {
  z-index: 10;
  max-width: none; }
  lt-table.my-resources-table .popover .popover-title,
  .lt-table.my-resources-table .popover .popover-title,
  lt-table.shared-by-others-table .popover .popover-title,
  .lt-table.shared-by-others-table .popover .popover-title {
    white-space: nowrap; }
  lt-table.my-resources-table .popover .quick-link-input,
  .lt-table.my-resources-table .popover .quick-link-input,
  lt-table.shared-by-others-table .popover .quick-link-input,
  .lt-table.shared-by-others-table .popover .quick-link-input {
    min-width: 500px;
    padding-left: 35px;
    background: no-repeat 5px center;
    background-image: url("../images/link_icon.png"); }

lt-table.indesign-conversion-table .editing-header .lt-table-row,
lt-table.indesign-conversion-table .lt-table-body.editing .lt-table-row,
.lt-table.indesign-conversion-table .editing-header .lt-table-row,
.lt-table.indesign-conversion-table .lt-table-body.editing .lt-table-row {
  padding-left: 106px; }
  lt-table.indesign-conversion-table .editing-header .lt-table-row .lt-table-column-action,
  lt-table.indesign-conversion-table .lt-table-body.editing .lt-table-row .lt-table-column-action,
  .lt-table.indesign-conversion-table .editing-header .lt-table-row .lt-table-column-action,
  .lt-table.indesign-conversion-table .lt-table-body.editing .lt-table-row .lt-table-column-action {
    width: 80px; }
lt-table.indesign-conversion-table .status-column,
.lt-table.indesign-conversion-table .status-column {
  padding-left: 20px; }
  lt-table.indesign-conversion-table .status-column .status-icon,
  .lt-table.indesign-conversion-table .status-column .status-icon {
    margin-left: -20px;
    width: 15px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto; }
  lt-table.indesign-conversion-table .status-column .status-text, lt-table.indesign-conversion-table .status-column .status-icon,
  .lt-table.indesign-conversion-table .status-column .status-text,
  .lt-table.indesign-conversion-table .status-column .status-icon {
    vertical-align: middle; }
lt-table.indesign-conversion-table .status-failed .status-column,
.lt-table.indesign-conversion-table .status-failed .status-column {
  color: #d02a2c;
  cursor: pointer; }
  lt-table.indesign-conversion-table .status-failed .status-column.disabled,
  .lt-table.indesign-conversion-table .status-failed .status-column.disabled {
    cursor: auto;
    pointer-events: none; }
lt-table.indesign-conversion-table .status-ready .status-column,
.lt-table.indesign-conversion-table .status-ready .status-column {
  color: #249f32; }
lt-table.indesign-conversion-table .popover textarea,
.lt-table.indesign-conversion-table .popover textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  max-width: 100%; }

lt-table.project-backup-table .editing-header .lt-table-row,
lt-table.project-backup-table .lt-table-body.editing .lt-table-row,
.lt-table.project-backup-table .editing-header .lt-table-row,
.lt-table.project-backup-table .lt-table-body.editing .lt-table-row {
  padding-left: 100px; }
  lt-table.project-backup-table .editing-header .lt-table-row .lt-table-column-action,
  lt-table.project-backup-table .lt-table-body.editing .lt-table-row .lt-table-column-action,
  .lt-table.project-backup-table .editing-header .lt-table-row .lt-table-column-action,
  .lt-table.project-backup-table .lt-table-body.editing .lt-table-row .lt-table-column-action {
    width: 74px; }

/**
Shared Components
*/
.main-header {
  background-color: white;
  text-transform: uppercase; }
  .main-header .navbar {
    background-color: white;
    margin: auto;
    padding-top: 25px;
    max-width: 1024px;
    border: none; }
    .main-header .navbar > .row {
      padding-right: 0;
      padding-left: 0;
      margin-right: 0;
      margin-left: 0; }
  .main-header .navbar-brand {
    font-size: 12px;
    font-weight: bolder;
    color: #6f6f6f;
    padding: 0;
    margin: 6px 17px;
    transition: color 0.3s ease-out; }
    .main-header .navbar-brand:hover, .main-header .navbar-brand:hover.dropdown-toggle, .main-header .navbar-brand.active {
      color: #1993a8; }
  .main-header .logo {
    padding-left: 0;
    padding-right: 0; }

.navbar > .container-fluid .navbar-brand {
  margin-left: 17px;
  height: auto; }

.dropdown.hover-open .dropdown-menu {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

.dropdown.hover-open:hover .dropdown-menu {
  opacity: 1;
  display: block; }

.navbar-nav {
  height: 58px; }

.main-search-form {
  /*margin-top: -7px;*/ }

.search-input {
  padding-left: 24px;
  padding-right: 4px;
  font-weight: normal; }
  .search-input:active, .search-input:focus {
    box-shadow: none;
    border: 1px solid #1993a8; }

.language-selector-tray {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 35px;
  right: 0;
  margin: 0;
  height: 30px;
  padding-top: 1px;
  padding-left: 0;
  margin-left: 0;
  border: 1px solid #1993a8;
  border-radius: 4px;
  list-style-type: none;
  background-color: #f3f3f3;
  overflow: hidden;
  font-weight: normal; }
  .language-selector-tray li {
    position: relative;
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin-right: 18px; }
    .language-selector-tray li:first-child {
      margin-left: 5px; }
    .language-selector-tray li:hover {
      color: #1993a8; }
      .language-selector-tray li:hover:after {
        color: #6f6f6f; }
    .language-selector-tray li:after {
      content: '|';
      position: absolute;
      top: 4px;
      right: -12px;
      display: block;
      font-size: 11px; }
    .language-selector-tray li.last:after {
      content: ''; }

.language-icon {
  font-weight: normal; }

.nav-search-form-group {
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  overflow: hidden; }
  .nav-search-form-group .search-input {
    height: 30px; }

.main-search-icon,
.nav-search-form-group {
  position: absolute; }

.secondary-navigation {
  float: right;
  position: relative; }
  .secondary-navigation .secondary-navigation-item {
    float: left; }
    .secondary-navigation .secondary-navigation-item + .secondary-navigation-item {
      margin-left: 5px; }
    .secondary-navigation .secondary-navigation-item.nav-icon-alert {
      position: relative; }
      .secondary-navigation .secondary-navigation-item.nav-icon-alert.has-alerts {
        margin-right: 20px; }
    .secondary-navigation .secondary-navigation-item.nav-user-dropdown {
      position: relative;
      float: right; }

.nav-icon-alert .alert-indicator {
  position: absolute;
  width: 22px;
  height: 22px;
  right: -12px;
  top: 3px;
  padding-left: 1px;
  padding-top: 1px;
  border-radius: 20px;
  border: 2px solid white;
  font-weight: normal;
  font-size: 11px;
  background-color: #1993a8;
  color: white; }
.nav-icon-alert .alert-indicator.two-digit {
  width: 26px;
  right: -15px;
  padding-left: 0; }

.nav-user-dropdown {
  max-width: 128px;
  padding-top: 5px;
  padding-right: 20px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 13px;
  color: #1993a8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right; }
  .nav-user-dropdown .caret {
    border-radius: 2px;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 0px;
    top: 11px; }

.user-dropdown {
  right: 0 !important;
  left: initial !important;
  top: 56px !important; }

.dropdown.hover-open:hover {
  padding-bottom: 20px; }

.main-header .dropdown-menu > .active > a {
  background-color: white;
  color: black;
  position: relative;
  display: block; }
  .main-header .dropdown-menu > .active > a:hover {
    background-color: white;
    color: black; }
  .main-header .dropdown-menu > .active > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #1993a8;
    border-radius: 2px; }

.main-header .dropdown-menu {
  text-transform: none;
  border-top: none;
  border-radius: 0;
  border: none; }
  .main-header .dropdown-menu li {
    border-bottom: 1px solid #e7e7e7;
    padding: 2px 0; }
    .main-header .dropdown-menu li:last-child {
      border-bottom: none; }
    .main-header .dropdown-menu li a {
      display: block;
      position: relative;
      transition: color 0.3s ease-out; }
    .main-header .dropdown-menu li a:hover,
    .main-header .dropdown-menu li a.active {
      background-color: white;
      color: #1993a8; }
      .main-header .dropdown-menu li a:hover:before,
      .main-header .dropdown-menu li a.active:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 8px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #1993a8;
        border-radius: 2px; }

.dropdown.hover-open:hover .navbar-brand {
  color: #1993a8; }

.sub-navigation-header {
  background-color: #1993a8;
  height: 40px; }

.sub-navigation {
  max-width: 1024px;
  margin: auto;
  color: white; }
  .sub-navigation .current-page {
    float: left;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px; }
  .sub-navigation .navbar-nav {
    float: right;
    height: auto;
    padding-top: 2px; }
    .sub-navigation .navbar-nav li {
      padding: 10px 15px 5px 15px;
      float: left; }
      .sub-navigation .navbar-nav li.last {
        padding-right: 0; }
    .sub-navigation .navbar-nav a {
      position: relative;
      display: block;
      padding: 0;
      color: white; }
      .sub-navigation .navbar-nav a:hover, .sub-navigation .navbar-nav a.active {
        background-color: transparent;
        position: relative; }
        .sub-navigation .navbar-nav a:hover:before, .sub-navigation .navbar-nav a.active:before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          left: 46%;
          bottom: -7px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 7px solid #eee;
          border-radius: 2px; }

.static-profile-link {
  text-transform: initial; }

.main-footer {
  background-color: #146382;
  text-align: center;
  padding-top: 70px;
  margin-top: -22px;
  min-height: 320px;
  color: white; }
  .main-footer div {
    padding-left: 0; }
    .main-footer div a {
      color: white; }

.to-the-top-wrapper {
  text-align: center; }

.to-the-top {
  cursor: pointer;
  height: 70px;
  margin: auto;
  width: 100px; }
  .to-the-top:hover .top-text {
    opacity: 0.8; }
  .to-the-top .top-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: grey;
    margin-left: -15px;
    display: inline-block;
    opacity: 0.6;
    transition: opacity 0.3s ease-out; }
  .to-the-top .top-icon {
    margin: 10px 0 0 0; }

.footer-links {
  margin-bottom: 50px; }
  .footer-links a {
    opacity: 0.6;
    text-decoration: none;
    transition: opacity 0.3s ease-out; }
    .footer-links a:hover {
      opacity: 0.9; }
    .footer-links a:after {
      content: '|';
      margin: 0 30px;
      color: #1993a8; }
      .footer-links a:after:hover {
        color: #1993a8; }
    .footer-links a:last-child:after {
      content: '';
      margin-right: 0; }

.social-icons {
  margin-bottom: 50px; }
  .social-icons a {
    margin: 10px 15px;
    opacity: 0.4;
    transition: opacity 0.3s ease-out; }
    .social-icons a:hover {
      opacity: 0.9;
      text-decoration: none; }
    .social-icons a i {
      font-size: 2.7em; }

.company-name {
  opacity: 0.9;
  font-weight: bold;
  padding-left: 5px; }

.nav-square-icon {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  color: #6f6f6f;
  cursor: pointer;
  transition: border-color 0.3s ease-out; }
  .nav-square-icon:hover {
    border-color: #1993a8; }
    .nav-square-icon:hover .language-icon {
      color: #1993a8; }

.language-icon {
  color: #A0A0A0; }

.main-search-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/search_icon.png"); }
  .main-search-icon:hover {
    background-image: url("../images/active_search_icon.png"); }

.search-input {
  background-repeat: no-repeat;
  background-position: 6px 6px;
  background-image: url("../images/search_icon.png");
  padding-left: 30px; }
  .search-input:active, .search-input:focus, .search-input:hover {
    background-image: url("../images/active_search_icon.png"); }

.nav-icon-help a {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/question_mark.png"); }
  .nav-icon-help a:hover {
    background-image: url("../images/question_mark_hover.png"); }

.nav-icon-alert a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/exclamation_mark_inactive.png"); }
  .nav-icon-alert a:hover {
    background-image: url("../images/exclamation_mark_active.png"); }
.nav-icon-alert.has-alerts {
  border-color: #1993a8; }
  .nav-icon-alert.has-alerts a {
    background-image: url("../images/exclamation_mark_active.png"); }

/*
 lt-icon
*/
.lt-icon {
  display: inline-block;
  width: 22px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer; }
  .lt-icon.dimmed {
    opacity: 0.7;
    transition: opacity 0.3s ease-out; }
    .lt-icon.dimmed:hover {
      opacity: 1; }
  .lt-icon.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lt-icon.lt-icon-sm {
    width: 15px;
    height: 15px; }
  .lt-icon.lt-icon-ml {
    width: 20px;
    height: 20px; }
  .lt-icon.lt-icon-l {
    width: 25px;
    height: 25px; }

.lt-icon-export {
  background-image: url("../images/export_icon.png"); }

.lt-icon-import {
  background-image: url("../images/import_icon.png"); }

.lt-icon-share {
  background-image: url("../images/share_icon.png"); }

.lt-icon-link {
  background-image: url("../images/link_icon.png"); }

.lt-icon-accept {
  background-image: url("../images/thumbs_up_icon.png"); }

.lt-icon-decline {
  background-image: url("../images/thumbs_down_icon.png"); }

.lt-icon-cancel {
  background-image: url("../images/clear_icon_grey.png"); }

.lt-icon-delete {
  background-image: url("../images/action_bin_icon.png"); }

.lt-icon-hidden {
  background-image: url("../images/eye_icon_inactive.png"); }

.lt-icon-show {
  background-image: url("../images/eye_icon_active.png"); }

.lt-icon-arrow {
  background-image: url("../images/arrow_icon.png"); }
  .lt-icon-arrow.lt-icon.lt-icon-sm {
    height: 12px; }

.lt-icon-failed {
  background-image: url("../images/invalid_icon.png"); }

.lt-icon-ready {
  background-image: url("../images/cv_done_icon.png"); }

.lt-icon-question {
  background-image: url("../images/question_mark_white.png");
  background-position: 30% 60%; }

.lt-icon-modal-close {
  background-image: url("../images/modal-close.png"); }

.auto-correct-lists-icon {
  background-image: url("../images/auto_correct_list_icon.png"); }

.auto-translation-rules-icon {
  background-image: url("../images/auto_translation_tool_icon.png"); }

.export-path-rules-icon {
  background-image: url("../images/export_path_rules_icon.png"); }

.filter-configuration-icon {
  background-image: url("../images/filter_configurations_icon.png"); }

.font-substitution-settings-icon {
  background-image: url("../images/font_substitution_settings_icon.png"); }

.ignore-lists-icon {
  background-image: url("../images/ignore_lists_icon.png"); }

.keyboard-shortcuts-icon {
  background-image: url("../images/keyboard-shortcuts_icon.png"); }

.live-docs-settings-icon {
  background-image: url("../images/live_docs_settings_icon.png"); }

.lqa-settings-icon {
  background-image: url("../images/LQA_settings_icon.png"); }

.segmentation-rules-icon {
  background-image: url("../images/segmentation_rules_icon.png"); }

.non-translatable-lists-icon {
  background-image: url("../images/non_translatable_lists_icon.png"); }

.project-templates-icon {
  background-image: url("../images/project_templates_icon.png"); }

.qa-settings-icon {
  background-image: url("../images/QA_settings_icon.png"); }

.stop-word-lists-icon {
  background-image: url("../images/stop_word_lists_icon.png"); }

.tm-settings-icon {
  background-image: url("../images/TM_settings_icon.png"); }

.web-search-settings-icon {
  background-image: url("../images/web_search_settings_icon.png"); }

.ani-fade.ng-hide-add,
.ani-fade.ng-hide-remove {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  /* remember to add this */
  display: block !important;
  opacity: 1; }

.ani-fade.ng-hide {
  opacity: 0; }

.ani-expand {
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear; }

.ani-expand.ng-hide-remove-active,
.ani-expand.ng-hide-add,
.ani-expand.ng-hide-add-active {
  right: 0; }

.ani-expand.ng-hide-remove,
.ani-expand.ng-hide {
  right: calc(100% - 65px); }

.nav-search-form-group.ani-expand.ng-hide-remove,
.nav-search-form-group.ani-expand.ng-hide {
  right: calc(100% - 30px); }

.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear; }
  .modal-backdrop.am-fade.ng-enter {
    opacity: 0; }
    .modal-backdrop.am-fade.ng-enter.ng-enter-active {
      opacity: .5; }
  .modal-backdrop.am-fade.ng-leave {
    opacity: .5; }
    .modal-backdrop.am-fade.ng-leave.ng-leave-active {
      opacity: 0; }

.lt-panel {
  position: relative;
  padding: 25px 50px;
  background-color: white;
  margin-bottom: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: border-color 0.5s ease-out, background-color 0.3s ease-out; }
  .lt-panel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    margin: 0 0 0 -25%;
    background-image: url("../images/hidden_sign.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25%;
    opacity: 0;
    transition: opacity 0.3s ease-out; }
  .lt-panel .profile-picture,
  .lt-panel .profile-primary-data,
  .lt-panel .lt-panel-title,
  .lt-panel .lt-table,
  .lt-panel lt-panel-content-list {
    transition: opacity 0.3s ease-out; }
  .lt-panel.lt-panel-hidden {
    background-color: rgba(255, 255, 255, 0.5); }
    .lt-panel.lt-panel-hidden .lt-panel-title {
      color: #6f6f6f; }
    .lt-panel.lt-panel-hidden:before {
      opacity: 1; }
    .lt-panel.lt-panel-hidden .profile-picture,
    .lt-panel.lt-panel-hidden .profile-primary-data,
    .lt-panel.lt-panel-hidden .lt-table-body,
    .lt-panel.lt-panel-hidden .lt-table-footer,
    .lt-panel.lt-panel-hidden .lt-table-empty-message
    lt-panel-content-list {
      opacity: 0.5; }
  .lt-panel.editing {
    border: 2px solid #1993a8; }
    .lt-panel.editing .list-value {
      padding-bottom: 9px;
      overflow: visible; }
      .lt-panel.editing .list-value .row > div {
        padding: 0; }
        .lt-panel.editing .list-value .row > div:first-child {
          padding-right: 15px; }
  .lt-panel .extra-padding {
    padding: 10px; }

.lt-panel-pre-header {
  padding-bottom: 20px; }

.lt-panel-title {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  color: #1993a8;
  padding-bottom: 5px;
  margin-top: 10px; }
  .lt-panel-title.secondary {
    padding: 9px;
    color: #4e4e4e;
    background-color: #eee;
    font-size: 1.05em; }

.lt-panel-empty-message {
  display: inline-block;
  padding: 20px 0 40px 0; }

.lt-table.editing .table-actions,
.lt-table.editing .lt-table-column-action {
  display: block; }
.lt-table .table-actions,
.lt-table .lt-table-column-action {
  display: none; }

.lt-table-header {
  margin-bottom: 20px; }

.lt-table-column-action,
.table-actions {
  transition: opacity 0.3s ease-out; }

.lt-table-inline-editing .table-actions {
  pointer-events: none;
  opacity: 0.5; }
.lt-table-inline-editing .ui-select-container {
  margin-top: -7px;
  margin-bottom: -3px; }

.lt-table-column-action.disabled {
  pointer-events: none;
  opacity: 0.5; }

lt-table,
.lt-table {
  margin-top: 15px;
  display: block;
  position: relative; }
  lt-table:after,
  .lt-table:after {
    clear: both;
    content: '';
    display: block; }
  lt-table .lt-table-content.editing .lt-table-column-action,
  .lt-table .lt-table-content.editing .lt-table-column-action {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  lt-table .editing-header .lt-table-row,
  lt-table .lt-table-body.editing .lt-table-row,
  .lt-table .editing-header .lt-table-row,
  .lt-table .lt-table-body.editing .lt-table-row {
    position: relative;
    padding-left: 118px; }
    lt-table .editing-header .lt-table-row.lt-table-row-editing .lt-table-column,
    lt-table .lt-table-body.editing .lt-table-row.lt-table-row-editing .lt-table-column,
    .lt-table .editing-header .lt-table-row.lt-table-row-editing .lt-table-column,
    .lt-table .lt-table-body.editing .lt-table-row.lt-table-row-editing .lt-table-column {
      overflow: initial; }
    lt-table .editing-header .lt-table-row .lt-table-column-select,
    lt-table .lt-table-body.editing .lt-table-row .lt-table-column-select,
    .lt-table .editing-header .lt-table-row .lt-table-column-select,
    .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-select {
      position: absolute;
      top: 13px;
      left: 0;
      z-index: 2;
      width: 26px;
      padding: 0 6px; }
    lt-table .editing-header .lt-table-row .lt-table-column-action,
    lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action,
    .lt-table .editing-header .lt-table-row .lt-table-column-action,
    .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action {
      position: absolute;
      top: 13px;
      z-index: 2;
      left: 26px;
      padding: 0 6px;
      width: 92px;
      white-space: nowrap; }
      lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action,
      lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action,
      .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action,
      .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        margin: 0 6px 0 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto auto;
        cursor: pointer;
        opacity: 0.5; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action:last-child,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action:last-child,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action:last-child,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action:last-child {
          margin-right: 0; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.delete-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.delete-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.delete-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.delete-icon {
          width: 15px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.comment-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.comment-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.comment-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.comment-icon {
          width: 17px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.prices-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.prices-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.prices-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.prices-icon {
          width: 9px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.indesign-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.indesign-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.indesign-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.indesign-icon {
          width: 16px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.xliff-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.xliff-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.xliff-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.xliff-icon {
          width: 16px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.share-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.share-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.share-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.share-icon {
          width: 14px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.unshare-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.unshare-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.unshare-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.unshare-icon {
          width: 14px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.link-icon,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.link-icon,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.link-icon,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.link-icon {
          width: 20px; }
        lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.disabled,
        lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.disabled,
        .lt-table .editing-header .lt-table-row .lt-table-column-action .lt-table-row-action.disabled,
        .lt-table .lt-table-body.editing .lt-table-row .lt-table-column-action .lt-table-row-action.disabled {
          opacity: 0.5 !important;
          pointer-events: none;
          cursor: auto; }
  lt-table .lt-table-body,
  .lt-table .lt-table-body {
    margin: 0; }
    lt-table .lt-table-body .lt-table-row,
    .lt-table .lt-table-body .lt-table-row {
      border-bottom: 1px solid #eee; }
      lt-table .lt-table-body .lt-table-row:last-child,
      .lt-table .lt-table-body .lt-table-row:last-child {
        border-bottom: none; }
    lt-table .lt-table-body.editing .lt-table-row:hover,
    .lt-table .lt-table-body.editing .lt-table-row:hover {
      background-color: #eee; }
      lt-table .lt-table-body.editing .lt-table-row:hover .lt-table-row-action,
      .lt-table .lt-table-body.editing .lt-table-row:hover .lt-table-row-action {
        opacity: 1; }
    lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected, lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected:hover, lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row, lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row:hover,
    .lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected,
    .lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected:hover,
    .lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row,
    .lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row:hover {
      background-color: rgba(25, 147, 168, 0.1); }
      lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected .lt-table-row-action, lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected:hover .lt-table-row-action, lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row .lt-table-row-action, lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row:hover .lt-table-row-action,
      .lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected .lt-table-row-action,
      .lt-table .lt-table-body.editing .lt-table-row.lt-table-row-selected:hover .lt-table-row-action,
      .lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row .lt-table-row-action,
      .lt-table .lt-table-body.editing .lt-table-row.highlighted-first-row:hover .lt-table-row-action {
        opacity: 1; }
  lt-table .cancel-icon, lt-table .save-icon, lt-table .unshare-icon,
  .lt-table .cancel-icon,
  .lt-table .save-icon,
  .lt-table .unshare-icon {
    background-size: 100% auto !important; }
  lt-table .edit-icon,
  .lt-table .edit-icon {
    background-image: url("../images/action_edit_icon.png"); }
  lt-table .cancel-icon,
  .lt-table .cancel-icon {
    background-image: url("../images/clear_icon_grey.png"); }
  lt-table .save-icon,
  .lt-table .save-icon {
    background-image: url("../images/cv_done_icon.png"); }
  lt-table .ltuser-icon,
  .lt-table .ltuser-icon {
    background-image: url("../images/action_lt_icon.png"); }
  lt-table .delete-icon,
  .lt-table .delete-icon {
    background-image: url("../images/action_bin_icon.png"); }
  lt-table .comment-icon,
  .lt-table .comment-icon {
    background-image: url("../images/action_speak_icon.png"); }
  lt-table .prices-icon,
  .lt-table .prices-icon {
    background-image: url("../images/action_dollar_icon.png"); }
  lt-table .indesign-icon,
  .lt-table .indesign-icon {
    background-image: url("../images/action_indesign_icon.png"); }
  lt-table .xliff-icon,
  .lt-table .xliff-icon {
    background-image: url("../images/action_xliff_icon.png"); }
  lt-table .share-icon,
  .lt-table .share-icon {
    background-image: url("../images/share_icon.png"); }
  lt-table .unshare-icon,
  .lt-table .unshare-icon {
    background-image: url("../images/clear_icon_grey.png"); }
  lt-table .link-icon,
  .lt-table .link-icon {
    background-image: url("../images/link_icon.png"); }
  lt-table .lt-table-main-col-value,
  .lt-table .lt-table-main-col-value {
    font-weight: bold;
    color: #146382; }
    lt-table .lt-table-main-col-value.disabled,
    .lt-table .lt-table-main-col-value.disabled {
      color: #6f6f6f;
      pointer-events: none;
      cursor: auto;
      text-decoration: none; }
  lt-table .lt-table-sub-col-value,
  .lt-table .lt-table-sub-col-value {
    padding: 5px 0 10px 0; }
  lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child,
  lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child:hover, lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child,
  lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child:hover,
  .lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child,
  .lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child:hover,
  .lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child,
  .lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child:hover {
    background-color: rgba(25, 147, 168, 0.1); }
    lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child .lt-table-row-action,
    lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child:hover .lt-table-row-action, lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child .lt-table-row-action,
    lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child:hover .lt-table-row-action,
    .lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child .lt-table-row-action,
    .lt-table.clients-table .lt-table-body.editing .lt-table-row:first-child:hover .lt-table-row-action,
    .lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child .lt-table-row-action,
    .lt-table.vendors-table .lt-table-body.editing .lt-table-row:first-child:hover .lt-table-row-action {
      opacity: 1; }

.lt-table-headers .lt-table-row {
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7 !important;
  font-weight: bold; }
  .lt-table-headers .lt-table-row .lt-table-column:first-letter {
    text-transform: uppercase; }

.lt-table-row {
  padding: 13px 0 10px 0;
  display: block;
  position: relative; }
  .lt-table-row:after {
    clear: both;
    display: block;
    content: ''; }
  .lt-table-row .lt-table-column {
    float: left;
    position: relative;
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .lt-table-row .lt-table-column:last-child {
      float: right;
      text-align: center; }
    .lt-table-row .lt-table-column.text-left {
      text-align: left; }
    .lt-table-row .lt-table-column.text-center {
      text-align: center; }
    .lt-table-row .lt-table-column.text-right {
      text-align: right; }

.lt-btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #146382;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear; }
  .lt-btn:hover, .lt-btn:focus, .lt-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    outline: none; }
  .lt-btn:first-letter {
    text-transform: capitalize; }
  .lt-btn.primary {
    color: #146382;
    border-color: #146382; }
    .lt-btn.primary:hover, .lt-btn.primary:focus, .lt-btn.primary:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: white;
      background-color: #146382; }
  .lt-btn.disabled {
    pointer-events: none;
    color: #6f6f6f !important;
    border-color: #6f6f6f !important; }
    .lt-btn.disabled:hover, .lt-btn.disabled:focus, .lt-btn.disabled:active {
      color: #6f6f6f !important;
      background-color: transparent !important; }
  .lt-btn.dimmed {
    color: #6f6f6f;
    border-color: #6f6f6f; }
    .lt-btn.dimmed:hover, .lt-btn.dimmed:focus, .lt-btn.dimmed:active {
      color: white;
      background-color: #6f6f6f; }
  .lt-btn.danger {
    color: #d02a2c;
    border-color: #d02a2c; }
    .lt-btn.danger:hover, .lt-btn.danger:focus, .lt-btn.danger:active {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: white;
      background-color: #d02a2c; }
  .lt-btn ~ .lt-btn {
    margin-left: 12px; }
  .lt-btn.btn-icon {
    background-repeat: no-repeat;
    background-color: transparent;
    border: none; }
    .lt-btn.btn-icon:hover, .lt-btn.btn-icon:focus, .lt-btn.btn-icon:active {
      text-decoration: none;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent !important; }
    .lt-btn.btn-icon.primary {
      color: #146382; }
      .lt-btn.btn-icon.primary:hover, .lt-btn.btn-icon.primary:active, .lt-btn.btn-icon.primary:focus {
        color: #146382; }
    .lt-btn.btn-icon.disabled {
      color: #6f6f6f !important; }
      .lt-btn.btn-icon.disabled:hover, .lt-btn.btn-icon.disabled:active, .lt-btn.btn-icon.disabled:focus {
        color: #6f6f6f !important; }
    .lt-btn.btn-icon.dimmed {
      color: #6f6f6f; }
      .lt-btn.btn-icon.dimmed:hover, .lt-btn.btn-icon.dimmed:active, .lt-btn.btn-icon.dimmed:focus {
        color: #6f6f6f; }
    .lt-btn.btn-icon.danger {
      color: #d02a2c; }
      .lt-btn.btn-icon.danger:hover, .lt-btn.btn-icon.danger:active, .lt-btn.btn-icon.danger:focus {
        color: #d02a2c; }
    .lt-btn.btn-icon.remove-profile {
      color: #6f6f6f;
      background-image: url("../images/action_bin_icon.png");
      background-size: 15px 16px; }
      .lt-btn.btn-icon.remove-profile:hover, .lt-btn.btn-icon.remove-profile:active, .lt-btn.btn-icon.remove-profile:focus {
        background-image: url("../images/red_bin_icon.png");
        color: #d02a2c; }
  .lt-btn.inline {
    padding: 4px 12px; }
  .lt-btn.icon-edit {
    background-image: url("../images/action_edit_icon.png");
    background-size: 16px 16px; }
  .lt-btn.icon-bin {
    background-image: url("../images/action_bin_icon.png");
    background-size: 15px 16px; }
  .lt-btn.icon-red-bin {
    background-image: url("../images/red_bin_icon.png");
    background-size: 15px 16px; }
  .lt-btn.icon-left {
    padding-left: 25px;
    background-position: 5px center; }
  .lt-btn.lt-btn-square {
    border-color: white;
    padding: 5px;
    width: 30px;
    height: 30px; }

div.lt-btn {
  display: inline-block; }

body.modal-open {
  padding-right: 17px; }

.modal.center .modal-dialog {
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1041;
  min-width: 960px;
  max-width: 960px;
  width: 960px; }

.modal-content {
  border: none;
  border-radius: 4px; }

.modal-header {
  position: relative;
  color: white;
  white-space: nowrap;
  border-radius: 4px 4px 0 0;
  background-color: #1993a8; }
  .modal-header h4 {
    font-weight: bold;
    float: left; }
  .modal-header::after {
    clear: both;
    display: block;
    content: ""; }

.lt-modal-close,
.lt-modal-helper {
  float: right; }

.lt-modal-close {
  margin-left: 10px; }
  .lt-modal-close .lt-icon {
    width: 16px;
    height: 16px;
    margin: 1px; }

.modal-body {
  padding: 30px 25px 10px 25px; }

.modal-footer {
  padding: 10px 25px 20px 25px; }

[data-type='modal-profile'] .modal-body,
[data-type='modal-profile '] .modal-body,
[data-type~='helper-links'] .modal-body,
[data-type~='helper-links '] .modal-body,
.modal[data-scrollable-modal] .modal-body {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto; }

.modal-body .row + .row {
  padding-top: 20px; }
.modal-body .row .row {
  padding-top: 0; }
.modal-body .modal-language-pair-select .row {
  padding-top: 0; }
.modal-body .modal-label {
  min-height: 30px;
  padding-top: 5px;
  padding-left: 15px;
  font-size: 13.5px; }
  .modal-body .modal-label.sub-label {
    padding-left: 45px; }
.modal-body .form-control-static {
  padding-top: 5px;
  padding-bottom: 5px; }
.modal-body .modal-checkbox {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-left: 30px;
  float: left;
  white-space: nowrap; }

lt-modal .form-control-static {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  font-size: 13.5px; }

.datepicker {
  z-index: 1100; }

.popover {
  padding: 0; }
  .popover.bottom .arrow {
    border-bottom-color: #146382; }
    .popover.bottom .arrow:after {
      border-bottom-color: #146382; }
  .popover.top-left {
    margin-left: -18px;
    margin-top: -10px; }
    .popover.top-left .arrow {
      left: 15px;
      bottom: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.top-left .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.top-right {
    margin-right: -18px;
    margin-top: -10px; }
    .popover.top-right .arrow {
      left: auto;
      right: 15px;
      bottom: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.top-right .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0; }

.popover-title {
  padding: 11px 14px;
  color: white;
  background-color: #146382; }
  .popover-title:first-letter {
    text-transform: capitalize; }

.popover-footer {
  padding: 14px;
  text-align: right; }

.empty-popover .popover-content {
  display: none; }

.quick-search-popover + .popover {
  max-width: 100%;
  width: 70%; }
  .quick-search-popover + .popover .popover-content {
    position: relative; }

.quick-search-popover.js-add-new-btn + .popover.bottom {
  left: 0 !important;
  top: 25px !important; }
  .quick-search-popover.js-add-new-btn + .popover.bottom .arrow {
    left: 30px; }

.quick-search-popover.js-add-new-btn + .popover.right {
  left: 51px !important;
  top: -36px !important; }
  .quick-search-popover.js-add-new-btn + .popover.right .arrow {
    top: 52px; }

.quick-search-popover.add-first + .popover {
  margin-left: 10px; }

.qs-advanced-search {
  position: absolute;
  right: 14px;
  top: -27px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: white;
  text-decoration: underline; }

.search-input-wrap {
  margin-bottom: 20px; }
  .search-input-wrap .qs-search-input {
    background-image: url("../images/search_icon.png"); }
    .search-input-wrap .qs-search-input:focus {
      background-image: url("../images/active_search_icon.png"); }

.qs-row {
  padding: 4px 0;
  margin: 0 0;
  border-bottom: 1px solid #eee; }
  .qs-row:hover {
    background-color: #eee; }

.qs-result-name {
  color: #146382;
  font-weight: bold;
  padding-bottom: 2px; }

.qs-result-location {
  height: 42px;
  display: table-cell;
  vertical-align: bottom; }

.add-qs-msg {
  padding: 20px 0;
  color: #146382; }

.qs-profile-img {
  margin-top: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #6f6f6f;
  border-radius: 4px;
  background-size: 100%; }

.add-qs-form .formgroup {
  padding: 4px 0; }

.qs-footer {
  text-align: right;
  padding: 8px 0 10px 0; }

.qs-no-results {
  padding: 0 0 20px 0; }

.as-wrapper {
  padding: 10px 0 30px 0; }
  .as-wrapper .control-label {
    padding-top: 5px; }
  .as-wrapper .row {
    padding-bottom: 10px; }
  .as-wrapper .as-searchterm-row {
    padding-bottom: 26px; }
  .as-wrapper .lt-btn {
    min-width: 80px; }

.as-btn-col {
  text-align: right;
  position: relative; }
  .as-btn-col .as-add-message {
    position: absolute;
    right: 15px;
    margin-top: 5px;
    font-size: 13px; }

.as-checkbox-col {
  margin-top: 0; }

.as-results {
  margin-top: 40px;
  padding: 0 15px; }

.as-add-body {
  padding: 20px 0; }

.as-add-popover + .popover {
  max-width: 624px;
  width: 624px;
  right: 15px !important;
  left: initial !important; }
  .as-add-popover + .popover .arrow {
    right: 30px;
    left: initial; }

.as-add-footer {
  text-align: right; }

.as-result {
  padding-top: 15px; }
  .as-result.row {
    padding-bottom: 15px; }
  .as-result + .as-result {
    border-top: 1px solid #DCD7D8; }
  .as-result .as-result-first {
    padding: 0; }
  .as-result .as-result-select-btn {
    float: left;
    width: 25px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center; }
    .as-result .as-result-select-btn.add-entity {
      background-image: url("../images/clients_add_icon.png"); }
    .as-result .as-result-select-btn.share-entity {
      background-image: url("../images/share_icon.png"); }
  .as-result .as-result-profile-img {
    float: right;
    margin-top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #6f6f6f;
    border-radius: 4px;
    background-size: 100%; }
  .as-result .as-result-name {
    font-weight: bold;
    color: #146382; }
  .as-result .as-result-email {
    color: #1993a8; }

.as-no-results {
  padding: 70px 0 30px 0; }

lt-file-upload {
  cursor: pointer; }
  lt-file-upload .drop-box {
    display: block;
    width: 100%;
    border: 1px dashed #a9a9a9;
    border-radius: 5px;
    transition: all 0.4s ease-in; }
    lt-file-upload .drop-box:hover, lt-file-upload .drop-box.drag-over-accept {
      border-color: #1993a8;
      background-color: rgba(50, 121, 166, 0.05); }
  lt-file-upload .fu-content-default {
    text-align: center;
    position: relative;
    padding: 38px 20px; }
  lt-file-upload .fu-message {
    display: inline-block;
    text-align: center;
    position: relative;
    white-space: nowrap;
    padding-left: 60px;
    font-size: 13px;
    color: #6f6f6f; }
    lt-file-upload .fu-message:before {
      content: '';
      width: 47px;
      height: 45px;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: right bottom;
      background-image: url("../images/drag_here_icon.png");
      transition: all 0.3s ease-in; }
    lt-file-upload .fu-message:after {
      content: '';
      clear: both;
      display: block; }
  lt-file-upload .fu-message-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 47px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in; }
  lt-file-upload .drop-box:hover .fu-message:before,
  lt-file-upload .drop-box.drag-over-accept .fu-message:before {
    background-image: url("../images/drag_icon.png");
    left: 50%;
    transform: translateX(-50%); }
  lt-file-upload .drop-box:hover .fu-message-text,
  lt-file-upload .drop-box.drag-over-accept .fu-message-text,
  lt-file-upload .drop-box.drag-over-reject .fu-message-text {
    opacity: 0;
    transform: translateX(-100%); }
  lt-file-upload .drop-box.fu-rejected {
    background: rgba(208, 42, 44, 0.1);
    border-color: #d02a2c; }
    lt-file-upload .drop-box.fu-rejected .fu-message:before {
      display: none;
      background-image: url("../images/drag_here_icon.png");
      left: 0;
      transform: none; }
    lt-file-upload .drop-box.fu-rejected .fu-message-text {
      opacity: 1;
      transform: none; }
  lt-file-upload .fu-content-progress {
    padding: 20px 30px;
    background-color: rgba(50, 121, 166, 0.05); }
  lt-file-upload .fu-progress-data-row {
    padding-bottom: 40px; }
  lt-file-upload .fu-progress-indication-row {
    padding-bottom: 0;
    position: relative; }
    lt-file-upload .fu-progress-indication-row .progress-row {
      height: 10px;
      margin-bottom: 0;
      padding-bottom: 0; }
    lt-file-upload .fu-progress-indication-row .progress {
      margin-top: 9px;
      margin-bottom: 0;
      height: 5px;
      width: 98%;
      background-color: white;
      box-shadow: none; }
    lt-file-upload .fu-progress-indication-row .progress-bar {
      background-color: #146382;
      border-radius: 5px;
      transition: width 0.5s ease-in-out; }
    lt-file-upload .fu-progress-indication-row .progress-label {
      position: absolute;
      right: 18px;
      color: #146382;
      width: 45px;
      text-align: right;
      padding: 0; }
  lt-file-upload .fu-cancel-btn,
  lt-file-upload .fu-completed-icon {
    float: right;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  lt-file-upload .fu-cancel-btn {
    cursor: pointer;
    background-image: url("../images/cv_clear_icon.png"); }
  lt-file-upload .fu-completed-icon {
    background-image: url("../images/cv_done_icon.png"); }
  lt-file-upload .fu-error-icon {
    background-image: url("../images/cv_failed_icon.png"); }
  lt-file-upload .fu-filename {
    color: #146382; }
  lt-file-upload .fu-content-completed {
    padding: 60px 20px; }
  lt-file-upload .fu-filename,
  lt-file-upload .progress-label {
    transition: color 0.7s ease-out; }
  lt-file-upload .progress-bar {
    transition: background-color 0.7s ease-out; }
  lt-file-upload .fu-error .fu-filename,
  lt-file-upload .fu-error .progress-label {
    color: darkred; }
  lt-file-upload .fu-error .progress-bar {
    background-color: darkred; }
  lt-file-upload .fu-completed .fu-filename,
  lt-file-upload .fu-completed .progress-label {
    color: green; }
  lt-file-upload .fu-completed .progress-bar {
    background-color: green; }

lt-file-upload.fu-small {
  position: relative;
  z-index: 1;
  width: 145px;
  height: 145px; }
  lt-file-upload.fu-small .drop-box {
    height: 145px; }
  lt-file-upload.fu-small .fu-content-default {
    padding: 10px;
    height: 145px; }
  lt-file-upload.fu-small .fu-message {
    padding-left: 0;
    padding-top: 65px;
    height: 123px;
    display: block; }
    lt-file-upload.fu-small .fu-message:before {
      display: block;
      top: 0;
      left: 50%;
      margin-left: -23.5px;
      background-position: center bottom;
      transition: all 0.3s ease-out; }
  lt-file-upload.fu-small .fu-message-text {
    display: block;
    white-space: normal;
    line-height: normal; }
  lt-file-upload.fu-small .drop-box:hover .fu-message-text,
  lt-file-upload.fu-small .drop-box.drag-over-accept .fu-message-text,
  lt-file-upload.fu-small .drop-box.drag-over-reject .fu-message-text {
    opacity: 0;
    margin: 0;
    transform: translateY(-100%); }
  lt-file-upload.fu-small .drop-box:hover .fu-message:before,
  lt-file-upload.fu-small .drop-box.drag-over-accept .fu-message:before,
  lt-file-upload.fu-small .drop-box.drag-over-reject .fu-message:before {
    top: 50%;
    transform: translateY(-50%); }
  lt-file-upload.fu-small .fu-content-progress {
    padding: 0;
    height: 145px; }
  lt-file-upload.fu-small .fu-progress-data-row {
    position: relative; }
    lt-file-upload.fu-small .fu-progress-data-row > .col-xs-10 {
      position: absolute;
      top: 55px;
      width: 90%;
      margin: 0 5%;
      text-align: center;
      white-space: -moz-pre-wrap !important;
      /* Mozilla, since 1999 */
      white-space: -webkit-pre-wrap;
      /*Chrome & Safari */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */
      word-break: break-all;
      white-space: normal; }
    lt-file-upload.fu-small .fu-progress-data-row > .col-xs-2 {
      position: absolute;
      right: 5px;
      top: 5px; }
  lt-file-upload.fu-small .fu-progress-indication-row, lt-file-upload.fu-small .progress-col {
    position: absolute;
    width: 94%;
    bottom: 6%;
    left: 3%;
    right: 3%; }
  lt-file-upload.fu-small .progress-col {
    margin: 0 15px;
    padding: 0; }
  lt-file-upload.fu-small .progress-label {
    display: none; }

lt-file-upload.fu-full {
  position: relative;
  display: block; }
  lt-file-upload.fu-full::before, lt-file-upload.fu-full::after {
    content: "";
    display: block;
    clear: both; }
  lt-file-upload.fu-full .drop-box {
    max-width: 100%; }
  lt-file-upload.fu-full .fu-progress-data-row {
    padding-top: 15px;
    padding-bottom: 24px; }
  lt-file-upload.fu-full .fu-filename {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.full-fileupload {
  margin-bottom: 35px;
  position: relative; }
  .full-fileupload .file-upload-title {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    font-weight: bold; }

lt-range-slider {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lt-range-slider .slider-label {
  padding-top: 25px;
  font-size: 13.5px;
  height: 50px;
  line-height: 25px; }
.lt-range-slider .range-slider-box {
  position: relative;
  padding-bottom: 7.5px;
  height: 50px; }
.lt-range-slider .range-slider {
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 40px; }
  .lt-range-slider .range-slider:after {
    content: "";
    display: block;
    clear: both; }
  .lt-range-slider .range-slider .range-labels {
    position: relative;
    z-index: 4;
    height: 40px; }
    .lt-range-slider .range-slider .range-labels:after {
      content: "";
      display: block;
      clear: both; }
  .lt-range-slider .range-slider .range-label {
    display: block;
    width: 16.6666666666667%;
    float: left;
    text-align: center;
    color: #1993a8;
    cursor: pointer;
    font-size: 13.5px;
    line-height: 1.4em;
    height: 40px; }
    .lt-range-slider .range-slider .range-label.active {
      font-weight: bold; }
  .lt-range-slider .range-slider .range-slider-handler {
    cursor: e-resize;
    position: absolute;
    margin-left: -10px;
    bottom: 1px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #1993a8;
    border-radius: 2px;
    z-index: 5;
    outline: none;
    -webkit-transition: left 0.1s linear;
    transition: left 0.1s linear; }
    .lt-range-slider .range-slider .range-slider-handler.draggable {
      -webkit-transition: none;
      transition: none; }
    .lt-range-slider .range-slider .range-slider-handler:focus:after, .lt-range-slider .range-slider .range-slider-handler:active:after {
      display: block;
      content: "";
      position: absolute;
      z-index: 6;
      top: 0;
      left: 0;
      right: 0;
      left: 0;
      -webkit-box-shadow: 0 10px 35px 10px #1993a8;
      box-shadow: 0 10px 35px 10px #1993a8;
      background-color: transparent; }
  .lt-range-slider .range-slider .range-slider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #1993a8;
    z-index: 3; }
.lt-range-slider .range-helper {
  display: block;
  position: absolute;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  width: 10%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13.5px; }
  .lt-range-slider .range-helper.right-label {
    right: 0;
    text-align: right; }
  .lt-range-slider .range-helper.left-label {
    left: 0;
    text-align: left; }

.lt-panel input, .lt-page input {
  height: 30px; }
.lt-panel input[type='radio'], .lt-panel input[type='checkbox'], .lt-page input[type='radio'], .lt-page input[type='checkbox'] {
  height: initial; }

.btn.disabled,
[type='button'].disabled {
  pointer-events: none;
  cursor: default;
  color: #6f6f6f;
  border-color: #6f6f6f; }

.list-value textarea {
  min-height: 90px;
  resize: vertical; }

.row.location-row {
  margin-bottom: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 100%; }
  .ui-spinner:hover .ui-spinner-button {
    opacity: 1; }
  .ui-spinner input[type='number'] {
    display: inline-block; }
  .ui-spinner .ui-spinner-button {
    opacity: 0;
    position: absolute;
    z-index: 2;
    right: 5px;
    color: #6f6f6f;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.3s ease-out; }
    .ui-spinner .ui-spinner-button:hover {
      text-decoration: none; }
  .ui-spinner .ui-spinner-down {
    bottom: -5px; }

label.mark-required:after,
.control-label.mark-required:after {
  content: '*'; }

.control-label.label-light {
  font-weight: normal; }

.lt-checkbox {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 14px;
  padding: 0;
  margin: 0 auto;
  margin-top: 3px;
  border: 0;
  padding-left: 14px;
  background-color: transparent;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  cursor: pointer; }
  .lt-checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -1px;
    left: -1px;
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden; }
  .lt-checkbox.checkbox-base {
    background-image: url("../images/base-checkbox-bg.png"); }
    .lt-checkbox.checkbox-base input[type="checkbox"]:checked + .lt-checkbox-icon,
    .lt-checkbox.checkbox-base .lt-checkbox-icon.checked {
      background-image: url("../images/base-checkbox-checked.png"); }
    .lt-checkbox.checkbox-base .lt-checkbox-icon.unchecked {
      background-image: none; }
  .lt-checkbox.checkbox-select-all {
    background-image: url("../images/select-all-checkbox-bg.png"); }
    .lt-checkbox.checkbox-select-all input[type="checkbox"]:checked + .lt-checkbox-icon,
    .lt-checkbox.checkbox-select-all .lt-checkbox-icon.checked {
      background-image: url("../images/select-all-checkbox-checked.png"); }
    .lt-checkbox.checkbox-select-all .lt-checkbox-icon.indeterminate {
      background-size: 8px 2px;
      background-image: url("../images/select-all-checkbox-indeterminate.png"); }
    .lt-checkbox.checkbox-select-all .lt-checkbox-icon.unchecked {
      background-image: none; }
  .lt-checkbox .lt-checkbox-icon {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 8px; }
  .lt-checkbox .lt-checkbox-label {
    display: block;
    padding: 0;
    padding-left: 6px;
    margin: 0;
    line-height: 20px;
    font-size: 13.5px;
    font-weight: normal;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

lt-table .lt-checkbox,
.lt-table .lt-checkbox {
  margin: 0;
  width: 14px; }

.notification-section .lt-checkbox {
  width: 14px; }

.as-search-params .lt-checkbox {
  margin-top: 5px; }

.lt-radio {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 14px;
  padding: 0;
  margin: 0 auto;
  margin-top: 3px;
  border: 0;
  padding-left: 14px;
  background-color: transparent;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  overflow: hidden;
  cursor: pointer; }
  .lt-radio.lt-radio-inline {
    display: inline-block; }
    .lt-radio.lt-radio-inline + .lt-radio-inline {
      margin-left: 5px; }
  .lt-radio .lt-radio-icon {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: url("../images/radio-unchecked.png"); }
  .lt-radio input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -1px;
    left: -1px;
    margin: 0;
    padding: 0;
    border: 0;
    visibility: hidden; }
    .lt-radio input[type="radio"]:checked + .lt-radio-icon,
    .lt-radio input[type="radio"] .lt-radio-icon.checked {
      background-image: url("../images/radio-checked.png"); }
  .lt-radio .lt-radio-label {
    display: block;
    padding: 0;
    padding-left: 6px;
    margin: 0;
    line-height: 20px;
    font-size: 13.5px;
    font-weight: normal;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .lt-radio.disabled {
    pointer-events: none; }
    .lt-radio.disabled .lt-radio-label {
      color: grey; }
    .lt-radio.disabled .lt-radio-icon {
      opacity: 0.7; }

.lt-checkbox,
.lt-radio,
.lt-checkbox *,
.lt-radio * {
  outline: none !important; }

.input-no-border {
  border: none;
  resize: none; }
  .input-no-border:focus {
    outline: none; }

.form-horizontal .control-label.text-left {
  text-align: left; }

.tooltip.bottom .tooltip-inner {
  margin-top: -7px;
  max-width: 400px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 10px;
  text-align: left; }

.lt-tooltip.lt-form-tooltip {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/invalid_icon.png"); }

.lt-form-tooltip + .tooltip.left .tooltip-arrow {
  border-left-color: darkred !important; }

.lt-form-tooltip + .tooltip .tooltip-inner {
  background-color: darkred !important;
  padding: 7px 8px; }

[lt-ellipsis-tooltip] {
  transition: opacity 0.3s ease-in; }

.lt-video.video-placeholder {
  width: 500px;
  height: 300px;
  margin: 20px auto 20px auto;
  position: relative;
  background-color: #DCD7D8; }
  .lt-video.video-placeholder > i {
    position: absolute;
    width: 100%;
    top: 32%;
    left: 0;
    right: 0;
    font-size: 8em;
    text-align: center;
    opacity: 0.1;
    transition: opacity 0.4s ease-out; }
  .lt-video.video-placeholder:hover > i {
    opacity: 0.2; }
  .lt-video.video-placeholder.video-placeholder-large {
    width: 100%;
    height: auto;
    padding-bottom: 52%; }

.empty-table-content {
  text-align: center;
  z-index: 10; }

.empty-header {
  padding: 10px 0; }
  .empty-header .lt-btn {
    margin: 10px; }

.empty-body {
  padding: 0; }

.lt-panel:before {
  z-index: -1; }

.secondary-message {
  padding-top: 15px;
  text-align: left; }

.empty-table-content h3 {
  padding-left: 15px; }

.lt-pagination {
  padding: 4px 8px;
  background-color: #146382;
  border-radius: 5px;
  color: white; }
  .lt-pagination.row {
    padding-bottom: 4px; }

.lt-pagination-info {
  padding-left: 5px; }

.lt-pagination-buttons {
  padding-right: 5px;
  text-align: right; }

.lt-pagination-button {
  cursor: pointer; }
  .lt-pagination-button + .lt-pagination-button {
    padding-left: 12px; }
  .lt-pagination-button.disabled {
    pointer-events: none;
    opacity: 0.5; }

.lt-pagination-current {
  padding: 0 12px; }

.profile-list-item {
  padding-top: 3px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DCD7D8; }
  .profile-list-item .list-value {
    color: #146382;
    padding-bottom: 13px; }
  .profile-list-item .list-label {
    padding-left: 5px; }
  .profile-list-item .list-label,
  .profile-list-item .list-value {
    overflow: hidden;
    text-overflow: ellipsis; }

.business-list .profile-list-item {
  width: 49%;
  float: left; }

.business-list .profile-list-item:nth-child(even) {
  margin-left: 2%; }

.modal .lt-panel {
  padding: 0 20px;
  margin-bottom: 35px; }
.modal .lt-panel-title {
  margin-bottom: 0;
  padding-bottom: 0; }
.modal .lt-panel-title.general {
  margin-bottom: 10px; }

.profile-preview > .row {
  margin-left: 0;
  margin-right: 0; }

.profile-add-buttons {
  padding-right: 50px; }

.lt-panel.profile-actions {
  padding: 15px 50px; }

.profile-actions-delete {
  margin-top: 5px; }

.profile-actions-delete + .popover {
  right: -3px !important;
  left: initial !important;
  top: 20px !important;
  width: 260px;
  max-width: 260px; }
  .profile-actions-delete + .popover .arrow {
    right: 17px;
    left: initial; }

.lt-shareable {
  margin-bottom: 30px; }

.add-shareable {
  margin: 5px 0 20px 0; }

.lt-shareable-header {
  padding: 2px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #6f6f6f;
  margin-left: 0;
  margin-right: 0; }

.lt-shareable-name {
  font-weight: bold;
  color: #146382;
  padding-left: 0; }

.lt-shareable-stats {
  padding-left: 0; }

.lt-shareable-body {
  padding: 5px 0; }

.lt-shareable-actions {
  padding-right: 0;
  text-align: right; }
  .lt-shareable-actions .lt-icon {
    margin-left: 3px; }

.lt-shareable-status {
  margin-top: 3px;
  position: relative;
  height: 19px; }

.lt-shareable-status-icon {
  position: absolute;
  right: 0; }
  .lt-shareable-status-icon .fa-spinner {
    margin-right: 4px; }

.lt-shareable-status-message {
  position: absolute;
  right: 20px;
  display: inline;
  padding-right: 5px; }
  .lt-shareable-status-message span {
    display: inline-block; }
    .lt-shareable-status-message span:first-letter {
      text-transform: uppercase; }

.lt-shareable-action {
  width: 20px;
  height: 20px;
  background-color: #1993a8;
  display: inline-block; }
  .lt-shareable-action + .lt-shareable-action {
    margin-left: 10px; }
  .lt-shareable-action:hover {
    background-color: #146382; }

.lt-shareable-share {
  padding: 5px 0 10px 0; }
  .lt-shareable-share .lt-icon-cancel {
    margin-top: 5px; }

.lt-shareable-shared,
.lt-shareable-share-type,
.lt-shareable-share-since {
  color: black; }

.lt-shareable-share-with {
  color: #1993a8; }

/*
popovers
*/
.lt-shareable-popover-share + .popover {
  right: -3px !important;
  left: initial !important;
  width: 550px;
  max-width: 550px; }
  .lt-shareable-popover-share + .popover .arrow {
    right: 30px;
    left: initial; }
  .lt-shareable-popover-share + .popover .qs-advanced-search {
    top: 10px; }
  .lt-shareable-popover-share + .popover .qs-row:last-of-type {
    border: none; }

.lt-shareable-popover-error + .popover {
  min-width: 270px;
  right: 13px !important;
  left: initial !important; }
  .lt-shareable-popover-error + .popover .arrow {
    right: 45px;
    left: initial; }
  .lt-shareable-popover-error + .popover textarea {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    max-width: 100%; }

.login-page {
  background-color: white;
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 0;
  padding-bottom: 90px;
  color: #6f6f6f; }
  .login-page .form-control {
    height: 34px; }
  .login-page .header-btn {
    margin-left: 10px; }
  .login-page .validation-row {
    margin-top: 10px; }
    .login-page .validation-row.error-row {
      margin-top: -5px;
      margin-bottom: 10px; }
    .login-page .validation-row .help-block {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 5px;
      color: #d02a2c; }
  .login-page h1 {
    margin-top: 80px;
    margin-bottom: 40px; }
  .login-page .login-table {
    position: relative; }
    .login-page .login-table .img-box {
      position: absolute;
      top: 0;
      height: 100%;
      border-right: 1px solid #DCD7D8; }
      .login-page .login-table .img-box .vertical-center {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%); }
        .login-page .login-table .img-box .vertical-center p {
          padding: 0 35px 45px 35px;
          margin: 0; }
        .login-page .login-table .img-box .vertical-center .service-link ~ .service-link {
          margin-top: 40px;
          display: block; }
    .login-page .login-table .form-box {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 0; }
    .login-page .login-table .form-horizontal .form-group {
      margin-bottom: 10px; }
      .login-page .login-table .form-horizontal .form-group.login-btn-group {
        margin-top: 20px;
        margin-bottom: 0; }
        .login-page .login-table .form-horizontal .form-group.login-btn-group .lt-btn.disabled {
          pointer-events: auto; }
    .login-page .login-table .cannot-log-in-row {
      margin-top: 20px; }
  .login-page .login-container {
    background-color: white; }
  .login-page .reset-password-form {
    margin-top: 35px; }
    .login-page .reset-password-form .actions-btn-group {
      margin-top: 20px;
      margin-bottom: 0; }
  .login-page .captha-box {
    position: relative;
    border: 1px solid #DCD7D8;
    border-radius: 4px;
    padding: 2px 50px 2px 2px; }
    .login-page .captha-box .img-responsive {
      margin: 0 !important; }
    .login-page .captha-box .refresh-captha {
      background-image: url("../images/captha_refresh_icon.png");
      background-position: center center;
      background-color: transparent;
      background-repeat: no-repeat;
      position: absolute;
      width: 48px;
      height: 100%;
      top: 0;
      right: 0;
      display: block; }
  .login-page .footer-container {
    background-color: #eee;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
    .login-page .footer-container .view-wrapper {
      margin: 0 auto;
      padding: 25px 0; }
    .login-page .footer-container .copyright {
      padding: 10px 15px; }
    .login-page .footer-container .footer-nav {
      padding: 0 15px; }
      .login-page .footer-container .footer-nav ul {
        text-align: right;
        white-space: nowrap; }
        .login-page .footer-container .footer-nav ul li {
          display: inline-block;
          position: relative; }
          .login-page .footer-container .footer-nav ul li::after {
            content: "";
            display: block;
            position: absolute;
            top: 10px;
            bottom: 10px;
            right: 0;
            width: 1px;
            background-color: #DCD7D8; }
          .login-page .footer-container .footer-nav ul li:last-child::after {
            display: none; }
          .login-page .footer-container .footer-nav ul li a {
            color: #6f6f6f;
            text-decoration: none;
            outline: none; }
            .login-page .footer-container .footer-nav ul li a:hover, .login-page .footer-container .footer-nav ul li a:focus {
              text-decoration: underline; }
  .login-page.account-activation-page h1 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 28px; }
    .login-page.account-activation-page h1.bottom-border {
      padding-bottom: 10px;
      border-bottom: 1px solid #DCD7D8; }
  .login-page.account-activation-page .img-responsive {
    margin-top: 25px; }
  .login-page.account-activation-page .js-helper-to-set-password,
  .login-page.account-activation-page .js-next-step {
    cursor: pointer; }

@media (max-width: 991px) {
  .login-page {
    padding-bottom: 0; }
    .login-page .footer-container {
      position: relative; }
      .login-page .footer-container .copyright,
      .login-page .footer-container .footer-nav {
        float: none !important;
        text-align: center; }
        .login-page .footer-container .copyright ul,
        .login-page .footer-container .footer-nav ul {
          text-align: center;
          white-space: normal; } }
@media (max-width: 767px) {
  .login-page .login-table .img-box {
    position: relative;
    top: auto;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #DCD7D8;
    padding: 20px 15px; }
    .login-page .login-table .img-box .vertical-center {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      transform: none; }
  .login-page .login-table .form-box {
    padding: 20px 15px; }
  .login-page .footer-container .footer-nav ul li {
    display: block; }
    .login-page .footer-container .footer-nav ul li::after {
      top: auto;
      bottom: 0;
      right: 0;
      left: 0;
      width: auto;
      height: 1px;
      background-color: #DCD7D8; }

  .reset-password-form.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0; } }
.lt-tabs {
  display: block;
  position: relative; }
  .lt-tabs::before, .lt-tabs::after {
    content: "";
    clear: both;
    display: block; }
  .lt-tabs .nav-tabs {
    padding-left: 25px;
    border-color: #146382; }
    .lt-tabs .nav-tabs a {
      cursor: pointer;
      -webkit-transition: all .15s linear;
      -o-transition: all .15s linear;
      transition: all .15s linear;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .lt-tabs .nav-tabs li a {
      z-index: 2; }
    .lt-tabs .nav-tabs li:first-child a {
      z-index: 3; }
    .lt-tabs .nav-tabs li:last-child a {
      z-index: 1; }
    .lt-tabs .nav-tabs li.active a, .lt-tabs .nav-tabs li.active a:hover, .lt-tabs .nav-tabs li.active a:focus {
      background-color: white;
      border-color: #146382;
      border-bottom-color: transparent;
      color: #146382;
      padding: 10px 15px;
      margin-top: 0;
      z-index: 5; }
    .lt-tabs .nav-tabs li a {
      margin-right: 0;
      margin-left: -10px;
      color: #1993a8;
      border-color: #9ccbd3;
      background-color: #e6f4f5;
      border-bottom-color: #146382;
      padding: 8px 15px;
      margin-top: 4px; }
    .lt-tabs .nav-tabs li a:hover, .lt-tabs .nav-tabs li a:focus {
      background-color: white;
      border-color: #9ccbd3;
      border-bottom-color: #146382;
      color: #146382; }
	::-ms-clear { display: none; }

.term-of-use {
    font-weight: normal;
    font-size: 13.5px;
}