<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&amp;subset=latin,greek,greek-ext);
body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen &gt; .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row &gt; .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column &gt; .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) &gt; .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal &gt; .swal2-input,
  .swal2-modal &gt; .swal2-file,
  .swal2-modal &gt; .swal2-textarea,
  .swal2-modal &gt; .swal2-select,
  .swal2-modal &gt; .swal2-radio,
  .swal2-modal &gt; .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: #807f7f;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* typography */
/* colors */
/* variables */
/* BORDER RADIUS */
/* OPACITY */
/* BOX SIZING */
/* TRANSITION */
/* clearfix */
/* keyframes */
/* animation */
/* CSS transforms */
@-webkit-keyframes flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-moz-keyframes flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-o-keyframes flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-ms-keyframes flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-webkit-keyframes flyout {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@-moz-keyframes flyout {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@-o-keyframes flyout {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@-ms-keyframes flyout {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@keyframes flyout {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@-webkit-keyframes three-quarter-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes three-quarter-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes three-quarter-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes three-quarter-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes three-quarter-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.text-uppercase {
  text-transform: uppercase; }

.align_center {
  text-align: center !important; }

.font-bold {
  font-weight: 500; }

.italic {
  font-style: italic; }

.text-align-left {
  text-align: left; }

.text-align-justify {
  text-align: justify; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.font-xl {
  font-size: 16px;
  font-size: 1em; }

.font-xxl {
  font-size: 18px;
  font-size: 1.125em; }

.font-ml {
  font-size: 15px;
  font-size: 0.9375em; }

.font-l {
  font-size: 14px;
  font-size: 0.875em; }

.font-m {
  font-size: 13px;
  font-size: 0.8125em; }

.font-s {
  font-size: 12px;
  font-size: 0.75em; }

.font-xs {
  font-size: 11px;
  font-size: 0.6875em; }

.hide {
  display: none; }

.hidden {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.no-border {
  border: none !important; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.clearfix:before, .questionnaire-participation-form .question:before, .clearfix:after, .questionnaire-participation-form .question:after {
  content: " ";
  display: table; }

.clearfix:after, .questionnaire-participation-form .question:after {
  display: block;
  clear: both;
  height: 0px;
  margin-top: -1px;
  visibility: hidden; }

.clearfix, .questionnaire-participation-form .question {
  *zoom: 1; }

.full-width {
  width: 100%; }

.break-word {
  word-break: break-all; }

.lh-normal {
  line-height: normal; }

.line-through {
  text-decoration: line-through;
  color: red; }

.pad-0 {
  padding: 0 !important; }

.pad-top-0 {
  padding-top: 0px !important; }

.pad-btm-0 {
  padding-bottom: 0px !important; }

.pad-left-0 {
  padding-left: 0px !important; }

.pad-right-0 {
  padding-right: 0px !important; }

.pad-5px {
  padding: 5px !important; }

.pad-top-5px {
  padding-top: 5px !important; }

.pad-btm-5px {
  padding-bottom: 5px !important; }

.pad-left-5px {
  padding-left: 5px !important; }

.pad-right-5px {
  padding-right: 5px !important; }

.pad-10px {
  padding: 10px !important; }

.pad-btm-10px {
  padding-bottom: 10px !important; }

.pad-top-10px {
  padding-top: 10px !important; }

.pad-left-10px {
  padding-left: 10px !important; }

.pad-right-10px {
  padding-right: 10px !important; }

.pad-top-12px {
  padding-top: 12px !important; }

.pad-15px {
  padding: 15px !important; }

.pad-btm-15px {
  padding-bottom: 15px !important; }

.pad-top-15px {
  padding-top: 15px !important; }

.pad-left-15px {
  padding-left: 15px !important; }

.pad-right-15px {
  padding-right: 15px !important; }

.pad-20px {
  padding: 20px !important; }

.pad-top-20px {
  padding-top: 20px !important; }

.pad-btm-20px {
  padding-bottom: 20px !important; }

.pad-left-20px {
  padding-left: 20px !important; }

.pad-right-20px {
  padding-right: 20px !important; }

.pad-30px {
  padding: 30px !important; }

.pad-top-30px {
  padding-top: 30px !important; }

.pad-btm-30px {
  padding-bottom: 30px !important; }

.pad-left-30px {
  padding-left: 30px !important; }

.pad-right-30px {
  padding-right: 30px !important; }

.margin-0 {
  margin: 0 !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-btm-0 {
  margin-bottom: 0px !important; }

.margin-left-0 {
  margin-left: 0px !important; }

.margin-right-0 {
  margin-right: 0px !important; }

.margin-5px {
  margin: 5px !important; }

.margin-top-5px {
  margin-top: 5px !important; }

.margin-btm-5px {
  margin-bottom: 5px !important; }

.margin-left-5px {
  margin-left: 5px !important; }

.margin-right-5px {
  margin-right: 5px !important; }

.margin-10px {
  margin: 10px !important; }

.margin-btm-10px {
  margin-bottom: 10px !important; }

.margin-top-10px {
  margin-top: 10px !important; }

.margin-left-10px {
  margin-left: 10px !important; }

.margin-left-12px {
  margin-left: 12px !important; }

.margin-right-10px {
  margin-right: 10px !important; }

.margin-15px {
  margin: 15px !important; }

.margin-top-15px {
  margin-top: 15px !important; }

.margin-btm-15px {
  margin-bottom: 15px !important; }

.margin-left-15px {
  margin-left: 15px !important; }

.margin-right-15px {
  margin-right: 15px !important; }

.margin-20px {
  margin: 20px !important; }

.margin-top-20px {
  margin-top: 20px !important; }

.margin-btm-20px {
  margin-bottom: 20px !important; }

.margin-left-20px {
  margin-left: 20px !important; }

.margin-right-20px {
  margin-right: 20px !important; }

.margin-30px {
  margin: 30px !important; }

.margin-top-30px {
  margin-top: 30px !important; }

.margin-btm-30px {
  margin-bottom: 30px !important; }

.margin-left-30px {
  margin-left: 30px !important; }

.margin-right-30px {
  margin-right: 30px !important; }

.min-height-container {
  min-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }

.width-100 {
  width: 100% !important; }

.width-min-500 {
  min-width: 500px !important; }

.width-min-100 {
  min-width: 100px !important; }

.line-height-15px {
  line-height: 15px !important; }

.width-5 {
  width: 5% !important; }

.line-height-15px {
  line-height: 15px !important; }

.margin-left-15 {
  margin-left: 15% !important; }

.margin-left-75 {
  margin-left: 75% !important; }

.margin-left-85 {
  margin-left: 85% !important; }

.margin-top-50 {
  margin-top: -50px; }

.width-70 {
  width: 70% !important; }

.align-content-center {
  align-content: center; }

.nav-bar-cookie {
  background-color: #000000;
  min-height: 70px;
  width: 100%;
  bottom: 0;
  position: fixed; }

.display-inline {
  display: inline; }

.cookie-message {
  width: 65%; }

.close-cookie {
  width: 15%;
  float: right;
  margin-top: -55px;
  margin-left: 15px;
  margin-right: 5%; }

.margin-left-cookie {
  margin-left: 20px; }

.global_loader {
  z-index: 9990;
  left: 50%;
  top: 50%;
  position: fixed;
  display: inline-block;
  background: white;
  background: rgba(255, 255, 255, 0.6); }
  .global_loader &gt; * {
    margin-left: -50%;
    margin-top: -50%; }

.spinner-log {
  text-align: center;
  position: relative;
  top: 40%; }

.sweet-alert {
  padding: 30px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .sweet-alert .sa-icon {
    display: none !important; }
  .sweet-alert input {
    display: none !important; }
  .sweet-alert h2 {
    font-size: 13px;
    font-size: 0.8125em;
    font-weight: 400;
    line-height: normal;
    margin: 0; }
  .sweet-alert button {
    font-size: 12px;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    padding: 0.6em 1.2em;
    border-bottom-width: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .sweet-alert .warning {
    background-color: transparent;
    padding: 0; }

/* -------------------------------------------------- resets -------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -------------------------------------------------- html tags &amp; controls -------------------------------------------------- */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: #eaeaea;
  line-height: 16px; }

a {
  color: #2980b9;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400; }
  a i {
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  a:hover {
    color: #226998; }
    a:hover i {
      -moz-transform: rotate(6deg);
      -o-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      -webkit-transform: rotate(6deg);
      transform: rotate(6deg); }
  a.text {
    font-size: 13px;
    font-size: 0.8125em; }

h1 {
  padding: 10px 0px;
  color: #111;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1; }
  h1 i {
    padding: 0px 3px;
    color: #848484; }
  h1 .status {
    font-size: 12px;
    font-size: 0.75em;
    display: inline-block; }

h2 {
  padding: 7px 0px 5px;
  color: #848484;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1; }

h3 {
  line-height: normal;
  font-weight: 500; }

h4 {
  line-height: normal;
  font-weight: 500; }

h5 {
  line-height: normal;
  font-weight: 400; }

p {
  padding: 10px 0px;
  line-height: 1.3em; }

input[type=text], input[type=password], textarea, input[type=search] {
  background: #fff;
  color: #111;
  border: 1px solid #d1d0d0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 0.8125em;
  line-height: 1.4em;
  padding: 6px;
  resize: none;
  border-radius: 3px; }
  input[type=text].ng-dirty.ng-invalid, input[type=password].ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid, input[type=search].ng-dirty.ng-invalid {
    border: 1px solid #e74c3c; }
  input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, textarea:active, input[type=search]:focus, input[type=search]:active {
    border: 1px solid #2980b9;
    outline: none; }

.button.disabled[data-qa="tender-copy"], .swal2-container .swal2-modal button.disabled[data-qa="tender-copy"], .button.disabled[data-qa="use-template-button"], .swal2-container .swal2-modal button.disabled[data-qa="use-template-button"], .button.disabled[data-qa="button-filter-delete"], .swal2-container .swal2-modal button.disabled[data-qa="button-filter-delete"] {
  pointer-events: auto; }

button, input[type=button], input[type=submit], .button, .swal2-container .swal2-modal button {
  font-size: 12px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  padding: 0.6em 1.2em;
  background: #2980b9;
  border: 1px solid #2472a4;
  border-bottom: 3px solid #2472a4;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  button.form-button, input[type=button].form-button, input[type=submit].form-button, .button.form-button, .swal2-container .swal2-modal button.form-button {
    padding: 0.8em 1.2em; }
  button i, input[type=button] i, input[type=submit] i, .button i, .swal2-container .swal2-modal button i {
    margin-right: 3px;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  button:hover, input[type=button]:hover, input[type=submit]:hover, .button:hover, .swal2-container .swal2-modal button:hover {
    color: #fff;
    background: #20638f;
    border-color: #164666; }
    button:hover i, input[type=button]:hover i, input[type=submit]:hover i, .button:hover i, .swal2-container .swal2-modal button:hover i {
      -moz-transform: rotate(8deg);
      -o-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
      -webkit-transform: rotate(8deg);
      transform: rotate(8deg); }
  button.positive, input[type=button].positive, input[type=submit].positive, .button.positive, .swal2-container .swal2-modal button.positive {
    background: #27ae60;
    border: 1px solid #229955;
    border-bottom: 3px solid #229955; }
    button.positive:hover, input[type=button].positive:hover, input[type=submit].positive:hover, .button.positive:hover, .swal2-container .swal2-modal button.positive:hover {
      background: #1e8449;
      border: 1px solid #145b32;
      border-bottom: 3px solid #145b32; }
  button.negative, input[type=button].negative, input[type=submit].negative, .button.negative, .swal2-container .swal2-modal button.negative {
    background: #e74c3c;
    border: 1px solid #e43725;
    border-bottom: 3px solid #e43725; }
    button.negative:hover, input[type=button].negative:hover, input[type=submit].negative:hover, .button.negative:hover, .swal2-container .swal2-modal button.negative:hover {
      background: #d62c1a;
      border: 1px solid #a82315;
      border-bottom: 3px solid #a82315; }
  button.pending, input[type=button].pending, input[type=submit].pending, .button.pending, .swal2-container .swal2-modal button.pending {
    background: #ec8c02;
    border: 1px solid #d37d02;
    border-bottom: 3px solid #d37d02; }
    button.pending:hover, input[type=button].pending:hover, input[type=submit].pending:hover, .button.pending:hover, .swal2-container .swal2-modal button.pending:hover {
      background: #a05f01;
      border: 1px solid #875001;
      border-bottom: 3px solid #875001; }
  button.small, input[type=button].small, input[type=submit].small, .button.small, .swal2-container .swal2-modal button.small {
    padding: 0.4em 1em;
    font-size: 12px;
    font-size: 0.75em;
    margin-right: 3px; }
  button:active, input[type=button]:active, input[type=submit]:active, .button:active, .swal2-container .swal2-modal button:active {
    border-style: inset !important; }
  button:focus, input[type=button]:focus, input[type=submit]:focus, .button:focus, .swal2-container .swal2-modal button:focus {
    outline: none; }
  button.disabled, button[disabled], input[type=button].disabled, input[type=button][disabled], input[type=submit].disabled, input[type=submit][disabled], .button.disabled, .swal2-container .swal2-modal button.disabled, .button[disabled], .swal2-container .swal2-modal button[disabled] {
    background: #eaeaea !important;
    color: #c2c1c1;
    border: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
    pointer-events: none; }
    button.disabled:hover, button[disabled]:hover, input[type=button].disabled:hover, input[type=button][disabled]:hover, input[type=submit].disabled:hover, input[type=submit][disabled]:hover, .button.disabled:hover, .swal2-container .swal2-modal button.disabled:hover, .button[disabled]:hover, .swal2-container .swal2-modal button[disabled]:hover {
      cursor: text;
      background: #eaeaea;
      color: #c2c1c1;
      border: 1px solid #dbdbdb;
      border-bottom: 3px solid #dbdbdb; }
      button.disabled:hover i, button[disabled]:hover i, input[type=button].disabled:hover i, input[type=button][disabled]:hover i, input[type=submit].disabled:hover i, input[type=submit][disabled]:hover i, .button.disabled:hover i, .swal2-container .swal2-modal button.disabled:hover i, .button[disabled]:hover i, .swal2-container .swal2-modal button[disabled]:hover i {
        transform: rotate(0deg); }
    button.disabled:active, button[disabled]:active, input[type=button].disabled:active, input[type=button][disabled]:active, input[type=submit].disabled:active, input[type=submit][disabled]:active, .button.disabled:active, .swal2-container .swal2-modal button.disabled:active, .button[disabled]:active, .swal2-container .swal2-modal button[disabled]:active {
      border-style: solid !important; }
  button.secondary, input[type=button].secondary, input[type=submit].secondary, .button.secondary, .swal2-container .swal2-modal button.secondary {
    background: #a8a8a8;
    border: 1px solid #8f8e8e;
    border-bottom: 3px solid #8f8e8e; }
    button.secondary:hover, input[type=button].secondary:hover, input[type=submit].secondary:hover, .button.secondary:hover, .swal2-container .swal2-modal button.secondary:hover {
      background: #8f8e8e;
      border: 1px solid #757575;
      border-bottom: 3px solid #757575; }
  button.clear-bg, input[type=button].clear-bg, input[type=submit].clear-bg, .button.clear-bg, .swal2-container .swal2-modal button.clear-bg {
    border: none;
    background: none;
    color: #2980b9;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    button.clear-bg:active, input[type=button].clear-bg:active, input[type=submit].clear-bg:active, .button.clear-bg:active, .swal2-container .swal2-modal button.clear-bg:active {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-style: none !important; }

.title-primary {
  border-bottom: 5px solid #dbdbdb;
  padding-bottom: 10px;
  margin: 10px 20px 0px 20px;
  word-wrap: break-word; }

.helper-text {
  border-bottom: 1px solid #dbdbdb;
  font-weight: lighter;
  font-style: italic;
  margin: 10px 20px 0px 20px;
  color: #5e5d5d; }
  .helper-text .text-danger {
    color: #e43725; }

.label-sub-content {
  color: #999999; }

.border-top {
  border-top: 1px solid #dbdbdb !important; }

.border-bottom {
  border-bottom: 1px solid #dbdbdb !important; }

.empty-dashed {
  border: 2px dashed #2980b9;
  padding: 10px; }

.filter-custom {
  display: flex;
  flex-wrap: wrap; }

.filter-child-custom {
  width: 50%;
  min-width: 50%; }
  .filter-child-custom span {
    width: 100%;
    border-right: 1px solid #dbdbdb; }

.detailswithdropdowntender {
  margin-top: -30px; }

.attachment-deleted {
  color: red;
  float: right;
  margin-bottom: 70px;
  padding-left: 70px; }

.dr-deleted {
  margin-right: 40px;
  color: red;
  margin-top: -70px;
  float: right; }

.swal2-container .swal2-modal {
  font-family: "Roboto", sans-serif;
  padding: 30px 60px !important; }
  .swal2-container .swal2-modal .swal2-confirm {
    background-color: #27ae60 !important;
    border-color: #229955 !important; }
    .swal2-container .swal2-modal .swal2-confirm:hover {
      background-color: #1e8449 !important;
      border-color: #145b32 !important; }
  .swal2-container .swal2-modal .swal2-cancel {
    background-color: #e74c3c !important;
    border-color: #e43725 !important; }
    .swal2-container .swal2-modal .swal2-cancel:hover {
      background-color: #d62c1a !important;
      border-color: #a82315 !important; }
  .swal2-container .swal2-modal h2, .swal2-container .swal2-modal .swal2-title h2 {
    font-size: 13px;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 400; }

.swal2-container .swal2-close {
  border: 0 !important;
  background: transparent !important;
  color: black !important;
  font-size: 25px !important;
  padding-top: 0px !important; }

.dragContainer div {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.gu-mirror {
  cursor: grabbing;
  transition: opacity 0.4s ease-in-out;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

/* -------------------------------------------------- widgets -------------------------------------------------- */
.global_loader .spinner div {
  background-color: #2980b9 !important; }

.status {
  color: #d2ac14;
  font-style: italic;
  margin: 0px 5px;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125em; }
  .status.success {
    color: #1e8449; }
  .status.failed {
    color: #e43725; }
  .status.disabled {
    color: #ededed; }
  .status.warning, .status .pending {
    color: #ec8c02; }

.tag {
  background: #f5e399;
  color: #836b0c;
  font-size: 0.8em;
  padding: 2px 8px;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block; }

.fa, .growl-container .alert-info.icon:before, .growl-container .alert-error.icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .fa.disabled, .growl-container .disabled.alert-info.icon:before, .growl-container .disabled.alert-error.icon:before {
    transform: none;
    color: #ccc;
    cursor: default; }

.list_box_dropdown {
  list-style: none; }
  .list_box_dropdown li .title, .list_box_dropdown li a {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #dbdbdb; }
  .list_box_dropdown li .title {
    font-weight: 500; }
  .list_box_dropdown li a:hover {
    background: #ececec; }
  .list_box_dropdown li a.sub_level {
    padding-left: 20px; }
  .list_box_dropdown li a.current:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 10px;
    float: right; }
  .list_box_dropdown.separator {
    border-top: 2px solid #dbdbdb; }

.box-panel {
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 5px -2px #dbdbdb;
  -moz-box-shadow: 0px 4px 5px -2px #dbdbdb;
  box-shadow: 0px 4px 5px -2px #dbdbdb; }
  .box-panel .box-title-panel, .box-panel .box-sub-title-panel {
    background: #eaeaea;
    border-bottom: 1px solid #dbdbdb;
    display: table;
    width: 100%; }
    .box-panel .box-title-panel.excluded, .box-panel .box-sub-title-panel.excluded {
      background: #fceae9; }
    .box-panel .box-title-panel.pending, .box-panel .box-sub-title-panel.pending {
      background: #fff8ee; }
    .box-panel .box-title-panel.verified, .box-panel .box-sub-title-panel.verified {
      background: #c8f3da; }
    .box-panel .box-title-panel .title, .box-panel .box-title-panel .title-button-panel, .box-panel .box-title-panel .title-expand-collapse, .box-panel .box-sub-title-panel .title, .box-panel .box-sub-title-panel .title-button-panel, .box-panel .box-sub-title-panel .title-expand-collapse {
      display: table-cell;
      vertical-align: middle; }
    .box-panel .box-title-panel .title, .box-panel .box-sub-title-panel .title {
      font-size: 14px;
      font-size: 0.875em;
      line-height: normal;
      text-transform: uppercase;
      padding: 20px;
      font-weight: 400; }
      .box-panel .box-title-panel .title .status, .box-panel .box-sub-title-panel .title .status {
        font-size: 13px;
        font-size: 0.8125em;
        font-weight: 400; }
    .box-panel .box-title-panel .subtitle, .box-panel .box-sub-title-panel .subtitle {
      font-weight: normal;
      font-size: 13px;
      font-size: 0.8125em;
      font-style: italic; }
    .box-panel .box-title-panel .title-button-panel, .box-panel .box-sub-title-panel .title-button-panel {
      width: 470px;
      text-align: right;
      padding-right: 5px; }
      .box-panel .box-title-panel .title-button-panel .button, .box-panel .box-title-panel .title-button-panel .swal2-container .swal2-modal button, .swal2-container .swal2-modal .box-panel .box-title-panel .title-button-panel button, .box-panel .box-sub-title-panel .title-button-panel .button, .box-panel .box-sub-title-panel .title-button-panel .swal2-container .swal2-modal button, .swal2-container .swal2-modal .box-panel .box-sub-title-panel .title-button-panel button {
        margin: 10px 0 0 0; }
        .box-panel .box-title-panel .title-button-panel .button:last-child, .box-panel .box-title-panel .title-button-panel .swal2-container .swal2-modal button:last-child, .swal2-container .swal2-modal .box-panel .box-title-panel .title-button-panel button:last-child, .box-panel .box-sub-title-panel .title-button-panel .button:last-child, .box-panel .box-sub-title-panel .title-button-panel .swal2-container .swal2-modal button:last-child, .swal2-container .swal2-modal .box-panel .box-sub-title-panel .title-button-panel button:last-child {
          margin: 10px 0 10px 0; }
    .box-panel .box-title-panel .title-expand-collapse, .box-panel .box-sub-title-panel .title-expand-collapse {
      border-left: 1px solid #dbdbdb;
      width: 20px;
      text-align: center;
      padding: 15px; }
  .box-panel .box-sub-title-panel {
    background: #f2f2f2; }
    .box-panel .box-sub-title-panel .title {
      padding: 12px 10px; }
  .box-panel .box-sub-tabs {
    padding: 10px 10px 0px 10px;
    border-bottom: 1px solid #dbdbdb;
    background: #fff; }
    .box-panel .box-sub-tabs .sub-tab {
      background: #f7f7f7;
      border: 1px solid #dbdbdb;
      -moz-border-radius: 3px 3px 0px 0px;
      -webkit-border-radius: 3px 3px 0px 0px;
      border-radius: 3px 3px 0px 0px;
      padding: 13px 10px;
      border-bottom: 0px;
      position: relative;
      display: inline-block; }
      .box-panel .box-sub-tabs .sub-tab.active {
        background: #fff;
        bottom: -1px; }
  .box-panel .box-content &gt; table th {
    border-top: none; }
  .box-panel .box-content .button-panel {
    padding: 10px; }
    .box-panel .box-content .button-panel .right-msg-panel {
      float: right;
      font-size: 0.875em;
      font-style: italic;
      padding-top: 5px;
      color: #c2c1c1; }
    .box-panel .box-content .button-panel .action-info {
      color: #a8a8a8;
      margin-top: 10px;
      font-size: 0.9em; }
  .box-panel .box-content .section-header {
    background: #f2f2f2;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px; }
  .box-panel .box-content .row:before, .box-panel .box-content .row:after {
    content: " ";
    display: table; }
  .box-panel .box-content .row:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .box-panel .box-content .row {
    *zoom: 1; }
  .box-panel .box-content .row:last-child {
    border: none; }
  .box-panel .box-content .row label, .box-panel .box-content .row .label, .box-panel .box-content .row .value {
    display: inline-block;
    padding: 20px;
    vertical-align: top; }
    .box-panel .box-content .row label:before, .box-panel .box-content .row label:after, .box-panel .box-content .row .label:before, .box-panel .box-content .row .label:after, .box-panel .box-content .row .value:before, .box-panel .box-content .row .value:after {
      content: " ";
      display: table; }
    .box-panel .box-content .row label:after, .box-panel .box-content .row .label:after, .box-panel .box-content .row .value:after {
      display: block;
      clear: both;
      height: 0px;
      margin-top: -1px;
      visibility: hidden; }
    .box-panel .box-content .row label, .box-panel .box-content .row .label, .box-panel .box-content .row .value {
      *zoom: 1; }
  .box-panel .box-content .row label, .box-panel .box-content .row .label {
    width: 28%;
    font-size: 13px;
    font-size: 0.8125em;
    font-weight: 500; }
  .box-panel .box-content .row .value {
    width: 62%;
    color: #111; }

.list-table {
  border-collapse: collapse;
  border-spacing: 0px;
  background: #fff; }
  .list-table.with-border {
    border: 1px solid #dbdbdb; }
  .list-table.even tr:nth-child(even) {
    background: #f9f9f9; }
  .list-table.even tr:nth-child(odd) {
    background: #fff; }
  .list-table th, .list-table td {
    padding: 15px;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    vertical-align: middle; }
    .list-table th:first-child, .list-table td:first-child {
      border-left: 0px; }
  .list-table.medium th, .list-table.medium td {
    font-size: 13px;
    font-size: 0.8125em; }
  .list-table.medium .button, .list-table.medium .swal2-container .swal2-modal button, .swal2-container .swal2-modal .list-table.medium button, .list-table.medium button {
    font-size: 16px;
    font-size: 1em; }
  .list-table tr.even td {
    background: #f9f9f9; }
  .list-table tr.success {
    background: #f2fcf6 !important; }
  .list-table tr.disabled {
    background: #ededed !important;
    color: #5e5e5e !important; }
  .list-table th {
    background: #f2f2f2;
    border-top: 1px solid #dbdbdb;
    color: #111;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 500; }
  .list-table.dark-header th {
    color: black;
    text-transform: none; }
  .list-table.dark-header td {
    color: #5e5d5d; }
    .list-table.dark-header td.pass {
      color: #27ae60; }
    .list-table.dark-header td .document-name span {
      color: black; }
    .list-table.dark-header td.no-document h4 {
      padding: 30px 0;
      color: #8f8e8e;
      font-weight: normal; }
  .list-table td h5 {
    margin-bottom: 20px; }
  .list-table td .toggle-details {
    text-align: center; }
    .list-table td .toggle-details .toggle-view-separator {
      border-top: 1px solid #dbdbdb;
      padding-top: 10px; }
    .list-table td .toggle-details .icon {
      font-size: 1.2em;
      vertical-align: bottom;
      height: 10px;
      color: #dbdbdb; }
    .list-table td .toggle-details div:before, .list-table td .toggle-details div:after {
      content: " ";
      display: table; }
    .list-table td .toggle-details div:after {
      display: block;
      clear: both;
      height: 0px;
      margin-top: -1px;
      visibility: hidden; }
    .list-table td .toggle-details div {
      *zoom: 1; }
    .list-table td .toggle-details .label {
      float: left; }
    .list-table td .toggle-details .value {
      float: right;
      font-weight: 500; }
    .list-table td .toggle-details .detail-row {
      margin-bottom: 8px; }
      .list-table td .toggle-details .detail-row.header {
        font-weight: 500; }
      .list-table td .toggle-details .detail-row .label {
        display: inline-block;
        width: 54%;
        text-align: left;
        word-break: break-word; }
      .list-table td .toggle-details .detail-row .value {
        display: inline-block; }
  .list-table td.final-score {
    font-size: 1.6em; }
  .list-table td.status-cell, .list-table td.ds-status-cell, .list-table td.stage-cell {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125em;
    line-height: 1.15em;
    text-transform: uppercase; }
    .list-table td.status-cell.success, .list-table td.status-cell.completed, .list-table td.ds-status-cell.success, .list-table td.ds-status-cell.completed, .list-table td.stage-cell.success, .list-table td.stage-cell.completed {
      color: #1e8449; }
    .list-table td.status-cell.failed, .list-table td.ds-status-cell.failed, .list-table td.stage-cell.failed {
      color: #e43725; }
    .list-table td.status-cell.disabled, .list-table td.ds-status-cell.disabled, .list-table td.stage-cell.disabled {
      color: #5e5e5e !important; }
    .list-table td.status-cell.pending, .list-table td.status-cell.in-progress, .list-table td.ds-status-cell.pending, .list-table td.ds-status-cell.in-progress, .list-table td.stage-cell.pending, .list-table td.stage-cell.in-progress {
      color: #ec8c02; }
    .list-table td.status-cell.withReservation, .list-table td.ds-status-cell.withReservation, .list-table td.stage-cell.withReservation {
      color: #20638f; }
    .list-table td.status-cell.notApplicable, .list-table td.ds-status-cell.notApplicable, .list-table td.stage-cell.notApplicable {
      color: #8f8e8e; }
  .list-table td.status-cell.success, .list-table td.status-cell.completed, .list-table td.stage-cell.success, .list-table td.stage-cell.completed {
    background: #f2fcf6; }
  .list-table td.status-cell.failed, .list-table td.stage-cell.failed {
    background: #fceae9; }
  .list-table td.status-cell.disabled, .list-table td.stage-cell.disabled {
    background: #ededed !important; }
  .list-table td.status-cell.pending, .list-table td.status-cell.in-progress, .list-table td.stage-cell.pending, .list-table td.stage-cell.in-progress {
    background: #fff8ee; }
  .list-table td.status-cell.withReservation, .list-table td.stage-cell.withReservation {
    background: #f4f9fd; }
  .list-table td.status-cell.notApplicable, .list-table td.stage-cell.notApplicable {
    background: #eaeaea; }
  .list-table td.actions-cell button {
    width: 100%; }
  .list-table td.stage-cell {
    color: #5e5d5d;
    text-align: left;
    text-transform: none;
    min-width: 160px;
    vertical-align: middle; }
    .list-table td.stage-cell.disabled {
      background: #ededed !important;
      color: #5e5e5e !important; }
    .list-table td.stage-cell.empty-cell {
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle;
      color: #a8a8a8; }
    .list-table td.stage-cell.not-applicable, .list-table td.stage-cell.no-submissions, .list-table td.stage-cell.not-authorized-to-view {
      text-transform: uppercase;
      text-align: center;
      vertical-align: middle;
      background: #f4f9fd;
      color: #20638f; }
    .list-table td.stage-cell.not-authorized-to-view {
      background: #f4f9fd !important;
      color: #a8a8a8 !important; }
    .list-table td.stage-cell.not-economic-sorted {
      color: #a8a8a8 !important;
      text-align: center;
      text-transform: uppercase; }
    .list-table td.stage-cell i {
      font-size: 1.75em; }
    .list-table td.stage-cell .message {
      font-style: italic;
      padding: 5px 0px 15px 0px; }
    .list-table td.stage-cell a i {
      font-size: 0.9em; }
  .list-table td .progress {
    height: 20px;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0 !important; }
    .list-table td .progress .progress-bar {
      width: 0;
      height: 100%;
      font-size: 12px;
      color: #fff;
      margin: 0 !important;
      text-align: center;
      background-color: #2980b9;
      -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: width .6s ease;
      transition: width .6s ease; }
  .list-table .v-align-top {
    vertical-align: top; }
  .list-table.two-column-row {
    margin-top: 2px; }
    .list-table.two-column-row.even tr:nth-child(even) {
      background: #f9f9f9; }
    .list-table.two-column-row.even tr:nth-child(odd) {
      background: #fff; }
    .list-table.two-column-row.plain td, .list-table.two-column-row.plain th {
      border-left: none; }
    .list-table.two-column-row.plain tr:nth-child(odd) {
      background: #fff; }
    .list-table.two-column-row.with-border td:first-child {
      border-left-width: 1px; }
    .list-table.two-column-row.with-border td:last-child {
      border-right-width: 1px; }
    .list-table.two-column-row.small th {
      font-size: 13px;
      font-size: 0.8125em;
      padding: 6px 10px; }
    .list-table.two-column-row.small td {
      font-size: 13px;
      font-size: 0.8125em;
      padding: 6px 10px; }
      .list-table.two-column-row.small td a {
        font-size: 14px;
        font-size: 0.875em; }
    .list-table.two-column-row tr:nth-child(odd) {
      background: #f9f9f9; }
    .list-table.two-column-row .details {
      font-size: 13px;
      font-size: 0.8125em;
      color: #5e5d5d; }
    .list-table.two-column-row .members {
      vertical-align: middle;
      font-size: 13px;
      font-size: 0.8125em;
      color: #5e5d5d; }
      .list-table.two-column-row .members .members-container {
        border: 1px solid #dbdbdb;
        background-color: #fff;
        margin-bottom: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .list-table.two-column-row .members .members-container:before, .list-table.two-column-row .members .members-container:after {
          content: " ";
          display: table; }
        .list-table.two-column-row .members .members-container:after {
          display: block;
          clear: both;
          height: 0px;
          margin-top: -1px;
          visibility: hidden; }
        .list-table.two-column-row .members .members-container {
          *zoom: 1; }
        .list-table.two-column-row .members .members-container .label {
          float: left;
          padding: 10px;
          margin: 0;
          font-weight: 500;
          color: #5e5d5d;
          width: 28%;
          float: left; }
        .list-table.two-column-row .members .members-container ul {
          width: 66%;
          float: right; }
        .list-table.two-column-row .members .members-container li {
          list-style: none;
          margin: 5px 5px 0 0;
          background-color: #f9f9f9;
          float: left;
          border: 1px solid #fff;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
          .list-table.two-column-row .members .members-container li i {
            color: #e74c3c;
            float: right;
            padding: 0 8px 0 0px;
            margin-top: 6px; }
        .list-table.two-column-row .members .members-container [ng-drag] {
          -moz-user-select: -moz-none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none;
          user-select: none; }
        .list-table.two-column-row .members .members-container [ng-drag] {
          display: inline-block;
          padding: 4px 10px;
          background-color: #f9f9f9;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          cursor: move; }
        .list-table.two-column-row .members .members-container [ng-drag].dragging {
          opacity: 0.5;
          background-color: #e0dfdf; }
  .list-table .document-status {
    vertical-align: middle;
    color: #5e5d5d; }
    .list-table .document-status .status-container {
      border: 1px solid #dbdbdb;
      background-color: #f9f9f9;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .list-table .document-status .status-container:before, .list-table .document-status .status-container:after {
        content: " ";
        display: table; }
      .list-table .document-status .status-container:after {
        display: block;
        clear: both;
        height: 0px;
        margin-top: -1px;
        visibility: hidden; }
      .list-table .document-status .status-container {
        *zoom: 1; }
      .list-table .document-status .status-container:last-child {
        margin-bottom: 0; }
      .list-table .document-status .status-container .label {
        float: left;
        padding: 12px 20px 12px 20px;
        margin: 0;
        font-size: 14px;
        font-size: 0.875em;
        font-weight: 500;
        color: black;
        width: 100px; }
      .list-table .document-status .status-container li {
        list-style: none;
        margin: 5px 0px 5px 0;
        background-color: #f9f9f9;
        float: left;
        padding: 0px 10px;
        border-left: 1px solid #dbdbdb;
        font-size: 12px;
        font-size: 0.75em; }
        .list-table .document-status .status-container li .count {
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          border-radius: 30px;
          background-color: #dbdbdb;
          line-height: 7px;
          padding: 10px;
          display: inline-block; }
          .list-table .document-status .status-container li .count.completed {
            background-color: #f1d66a; }
        .list-table .document-status .status-container li a {
          padding: 6px 0;
          display: inline-block; }
        .list-table .document-status .status-container li i {
          color: #e74c3c;
          float: right;
          padding-left: 30px; }
  .list-table .link-small {
    font-size: 0.9em;
    text-transform: none;
    display: inline-block; }
  .list-table .digital-sign {
    position: relative; }
    .list-table .digital-sign .link-small {
      position: absolute;
      bottom: 20px;
      left: 33%; }

button.cancel {
  background: #e74c3c;
  border: 1px solid #e43725; }
  button.cancel:hover {
    background: #e43725; }

.selected-list-horizontal:before, .selected-list-horizontal:after {
  content: " ";
  display: table; }

.selected-list-horizontal:after {
  display: block;
  clear: both;
  height: 0px;
  margin-top: -1px;
  visibility: hidden; }

.selected-list-horizontal {
  *zoom: 1; }

.selected-list-horizontal li {
  list-style: none;
  width: 280px;
  background-color: #eaeaea;
  float: left;
  margin: 15px 0px 0px 15px;
  padding: 8px;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .selected-list-horizontal li:last-child {
    margin-bottom: 15px; }
  .selected-list-horizontal li div {
    margin-bottom: 20px; }
  .selected-list-horizontal li .label {
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125em; }
  .selected-list-horizontal li .details {
    margin-bottom: 0px; }

.select-multiple-horizontal {
  margin: 15px 0; }
  .select-multiple-horizontal:before, .select-multiple-horizontal:after {
    content: " ";
    display: table; }
  .select-multiple-horizontal:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .select-multiple-horizontal {
    *zoom: 1; }
  .select-multiple-horizontal li {
    list-style: none;
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }

.search-user {
  padding: 20px;
  border-top: 1px solid #dbdbdb; }
  .search-user:before, .search-user:after {
    content: " ";
    display: table; }
  .search-user:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .search-user {
    *zoom: 1; }
  .search-user .search {
    display: inline-block;
    float: left; }
    .search-user .search span {
      padding: 7px 12px;
      font-size: 12px;
      font-size: 0.75em; }
    .search-user .search input {
      width: 305px;
      margin-right: 10px; }
    .search-user .search.input-with-label input {
      padding-left: 68px;
      width: 250px; }
    .search-user .search button {
      padding: 10px; }
  .search-user .action .button-separator {
    display: inline-block;
    float: left;
    padding-right: 5px;
    line-height: 30px; }
  .search-user .action button {
    float: left; }
  .search-user form {
    width: 64%;
    float: left; }
  .search-user .label {
    float: left;
    width: 35%;
    padding: 10px 10px 0 0; }

.list_actions {
  list-style: none; }
  .list_actions li {
    padding-bottom: 5px; }

.view-panel {
  line-height: normal; }

.document-upload-details {
  line-height: 0; }
  .document-upload-details .row {
    font-size: 13px;
    font-size: 0.8125em;
    line-height: normal; }

.compose-email-panel .row {
  position: relative; }

.compose-email-panel .place-holder {
  position: absolute;
  top: 6px;
  left: 3px;
  padding: 4px 20px;
  font-size: 0.875em;
  color: #5e5d5d;
  font-weight: 500; }

.compose-email-panel input[type=text], .compose-email-panel textarea {
  border: none; }

.compose-email-panel input[type=text] {
  width: 90%;
  padding: 0 1% 0 9%;
  font-weight: 500; }

.compose-email-panel textarea {
  width: 98%;
  padding: 0 0 0 2%;
  height: 200px; }

.row {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0px;
  vertical-align: top; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .row {
    *zoom: 1; }
  .row.no-border {
    border: none !important; }
  .row label, .row .label, .row .value {
    display: inline-block;
    padding: 0 1%;
    vertical-align: top; }
  .row label, .row .label {
    width: 30%;
    font-weight: 500; }
    .row label.full-width, .row .label.full-width {
      width: 100% !important;
      display: block; }
  .row .value {
    width: 65%; }
  .row .button-label {
    padding: 0.5em 0.7em;
    display: inline;
    line-height: inherit;
    font-weight: 400; }
  .row:first-child {
    border-top: 1px solid #dbdbdb; }

.notification {
  padding: 10px 30px 10px 10px;
  margin-bottom: 20px;
  position: relative;
  line-height: normal; }
  .notification i {
    padding-right: 5px; }
  .notification .close {
    position: absolute;
    right: 5px;
    display: inline-block;
    top: 0px; }
  .notification.error {
    background: #fceae9;
    color: #e74c3c;
    border: 2px dotted #f29f97;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .notification.success {
    background: #c8f3da;
    color: #27ae60;
    border: 2px dotted #60db94;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .notification.info {
    background: #f7fbfe;
    color: #111;
    border: 2px dotted #8bc4ea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .notification.warning {
    background: #ffeed5;
    color: #ec8c02;
    border: 2px dotted #feb956;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .notification.ng-hide-remove {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear; }

.error_inline {
  color: #e74c3c;
  font-size: 13px;
  font-size: 0.8125em;
  font-style: italic; }

.error_inline_modal {
  color: #e74c3c;
  font-size: 13px;
  font-size: 0.8125em;
  font-style: italic; }

.ngdialog .ngdialog-content {
  padding: 0px !important;
  width: 600px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 1em !important; }
  .ngdialog .ngdialog-content .dialog-title-panel {
    background: #f1d66a;
    text-transform: uppercase;
    padding: 10px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #e0b715; }
  .ngdialog .ngdialog-content .dialog-content-panel {
    padding: 10px;
    background: #fff; }
  .ngdialog .ngdialog-content .dialog-button-panel {
    background: #eaeaea;
    border-top: 1px solid #d1d0d0;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    padding: 10px; }
    .ngdialog .ngdialog-content .dialog-button-panel:before, .ngdialog .ngdialog-content .dialog-button-panel:after {
      content: " ";
      display: table; }
    .ngdialog .ngdialog-content .dialog-button-panel:after {
      display: block;
      clear: both;
      height: 0px;
      margin-top: -1px;
      visibility: hidden; }
    .ngdialog .ngdialog-content .dialog-button-panel {
      *zoom: 1; }
  .ngdialog .ngdialog-content input {
    margin-right: 5px; }

.ngdialog .ngdialog-close:before {
  top: 9px !important;
  color: #111 !important;
  font-size: 1.2em !important; }

.supplier-count .ngdialog-content {
  width: 372px !important; }

.note-panel {
  border-bottom: 1px solid #dbdbdb;
  padding: 15px; }
  .note-panel .note-details {
    padding-bottom: 15px; }
    .note-panel .note-details .note-username {
      font-weight: 500; }
    .note-panel .note-details .note-time {
      font-size: 0.9em;
      font-style: italic;
      color: #5e5d5d; }
  .note-panel .note-content {
    line-height: 1.5em; }

.add-note-panel textarea {
  width: 100%;
  height: 100px;
  resize: none; }

.stats li {
  list-style: none;
  font-size: 13px;
  line-height: 0.8125em;
  font-size: 0.8125em;
  padding: 10px;
  background-color: #f9f9f9;
  margin: 2px 0px; }
  .stats li:before, .stats li:after {
    content: " ";
    display: table; }
  .stats li:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .stats li {
    *zoom: 1; }
  .stats li .stats-name {
    text-transform: uppercase;
    font-weight: 400;
    color: #848484;
    display: inline-block; }
  .stats li .stats-value {
    float: right;
    display: inline-block;
    font-weight: 500; }

.steps {
  border: 1px solid #dbdbdb;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0; }
  .steps:before, .steps:after {
    content: " ";
    display: table; }
  .steps:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .steps {
    *zoom: 1; }
  .steps li {
    list-style: none;
    float: left;
    background-color: #eaeaea; }
    .steps li:first-child div {
      border-left: none; }
    .steps li a, .steps li i {
      float: right;
      color: black;
      font-size: 14px;
      font-size: 0.875em;
      display: none; }
    .steps li:hover {
      cursor: pointer;
      background: #dddddd;
      background: #dddddd; }
    .steps li.selected {
      background-color: #f1d66a; }
      .steps li.selected a, .steps li.selected i {
        display: inline-block; }
      .steps li.selected:hover {
        background: #efd053; }
    .steps li.completed {
      background-color: #c8f3da; }
      .steps li.completed a, .steps li.completed i {
        color: #1e8449;
        display: inline-block; }
      .steps li.completed:hover {
        background: #b3eecc; }
    .steps li div {
      padding: 10px 20px;
      border-left: 1px solid #dbdbdb; }
      .steps li div:before, .steps li div:after {
        content: " ";
        display: table; }
      .steps li div:after {
        display: block;
        clear: both;
        height: 0px;
        margin-top: -1px;
        visibility: hidden; }
      .steps li div {
        *zoom: 1; }
    .steps li span {
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125em;
      display: inline-block;
      padding-bottom: 4px; }
    .steps li h4 {
      padding-bottom: 8px;
      font-size: 14px;
      font-size: 0.875em; }
  .steps.two li {
    width: 50%; }
  .steps.three li {
    width: 33.33%; }
  .steps.four li {
    width: 25%; }
  .steps.five li {
    width: 20%; }
  .steps.steps-evaluation li {
    cursor: default; }
    .steps.steps-evaluation li.selected:hover {
      background-color: #f1d66a; }
    .steps.steps-evaluation li:hover {
      background-color: #eaeaea; }

.tabs {
  border-bottom: 1px solid #dbdbdb;
  margin: 10px 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .tabs {
    *zoom: 1; }
  .tabs li {
    list-style: none;
    float: left; }
    .tabs li:first-child div {
      border-left: none; }
    .tabs li a, .tabs li i {
      float: right;
      color: black;
      font-size: 14px;
      font-size: 0.875em;
      display: none; }
    .tabs li:hover {
      cursor: pointer;
      box-shadow: 0px -5px black inset; }
    .tabs li.selected {
      box-shadow: 0px -5px black inset; }
    .tabs li.completed {
      background-color: #c8f3da; }
      .tabs li.completed a, .tabs li.completed i {
        color: #1e8449;
        display: inline-block; }
      .tabs li.completed:hover {
        background: #b3eecc; }
    .tabs li div {
      padding: 10px 20px;
      border-left: 1px solid #dbdbdb; }
      .tabs li div:before, .tabs li div:after {
        content: " ";
        display: table; }
      .tabs li div:after {
        display: block;
        clear: both;
        height: 0px;
        margin-top: -1px;
        visibility: hidden; }
      .tabs li div {
        *zoom: 1; }
    .tabs li span {
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125em;
      display: inline-block;
      padding-bottom: 4px; }
    .tabs li h4 {
      padding-bottom: 8px;
      font-size: 14px;
      font-size: 0.875em; }
  .tabs.two li {
    width: 50%; }
  .tabs.three li {
    width: 33.33%; }
  .tabs.four li {
    width: 25%; }
  .tabs.five li {
    width: 20%; }
  .tabs.steps-evaluation li {
    cursor: default; }
    .tabs.steps-evaluation li.selected:hover {
      background-color: #f1d66a; }
    .tabs.steps-evaluation li:hover {
      background-color: #eaeaea; }

.select-list {
  margin-bottom: 10px; }
  .select-list select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: auto; }
  .select-list:after {
    pointer-events: none;
    font-family: FontAwesome;
    content: '\f0d7';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: -26px; }
  .select-list input, .select-list input:focus {
    border: none;
    margin-left: 4px; }
  .select-list a {
    color: #5e5d5d; }
    .select-list a:hover {
      background-color: #eaeaea !important; }
  .select-list i {
    color: #5e5d5d;
    float: right; }

.tab-menu {
  margin: 20px auto 0 auto; }
  .tab-menu:before, .tab-menu:after {
    content: " ";
    display: table; }
  .tab-menu:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .tab-menu {
    *zoom: 1; }
  .tab-menu li {
    float: left;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #ececec;
    font-size: 13px;
    font-size: 0.8125em;
    text-transform: uppercase;
    padding: 5px 10px; }
    .tab-menu li a {
      color: #111;
      padding: 10px;
      display: inline-block; }
    .tab-menu li:last-child {
      border-right: 1px solid #dbdbdb; }
    .tab-menu li.selected {
      border-bottom: 1px solid #f9f9f9;
      background: #f9f9f9; }

.sweet-alert button.confirm {
  background: #27ae60 !important;
  border: 1px solid #229955 !important;
  box-shadow: none !important; }
  .sweet-alert button.confirm:hover {
    background: #1e8449 !important;
    border: 1px solid #145b32 !important; }

.sweet-alert button.cancel {
  background: #e74c3c !important;
  border: 1px solid #e43725 !important;
  box-shadow: none !important; }
  .sweet-alert button.cancel:hover {
    background: #d62c1a !important;
    border: 1px solid #a82315 !important; }

.no-result {
  padding: 30px 0;
  color: #8f8e8e;
  font-weight: normal;
  text-align: center; }

.growl-container.growl-fixed.bottom-right {
  width: auto; }

.growl-container .close-growl, .growl-container .alert-info.growl-item .close, .growl-container .alert-error.growl-item .close {
  float: right;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
  vertical-align: top;
  line-height: 10px; }

.growl-container .alert-error {
  background: #fceae9;
  border: 2px dotted #f29f97; }
  .growl-container .alert-error.growl-item .growl-message {
    width: auto; }

.growl-container .alert-info {
  background: #f7fbfe;
  border: 2px dotted #8bc4ea; }
  .growl-container .alert-info.growl-item .growl-message {
    width: 290px; }

.growl-container .alert-info, .growl-container .alert-error {
  float: right;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .growl-container .alert-info.icon, .growl-container .alert-error.icon {
    background-image: none; }
    .growl-container .alert-info.icon:before, .growl-container .alert-error.icon:before {
      content: "\f05a";
      position: absolute;
      left: 15px;
      top: 11px; }
  .growl-container .alert-info.growl-item .growl-message, .growl-container .alert-error.growl-item .growl-message {
    float: left;
    font-size: 0.9em;
    margin: 0;
    padding: 0 10px 0 25px; }
  .growl-container .alert-info.growl-item .close, .growl-container .alert-error.growl-item .close {
    color: #3498db; }

.input-with-label, .textarea-with-label {
  display: inline-block;
  position: relative; }
  .input-with-label textarea + span, .textarea-with-label textarea + span {
    bottom: 1px;
    line-height: 60px; }
  .input-with-label.label-left input + span, .textarea-with-label.label-left input + span {
    text-align: center;
    position: absolute;
    left: 1px;
    right: auto;
    top: 1px;
    border-right: 1px solid #dbdbdb;
    border-left: none;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    color: #a8a8a8;
    background: #eaeaea; }
  .input-with-label.label-right input + span, .input-with-label.label-right textarea + span, .textarea-with-label.label-right input + span, .textarea-with-label.label-right textarea + span {
    text-align: center;
    position: absolute;
    right: 1px;
    left: auto;
    top: 1px;
    padding: 11px 20px;
    border-left: 1px solid #dbdbdb;
    border-right: none;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px; }
  .input-with-label.medium, .textarea-with-label.medium {
    width: 400px; }

.icon-message-details {
  font-size: 40px;
  margin-right: 20px; }

.sub-tab-menu &gt; ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 20px 0 0 0; }
  .sub-tab-menu &gt; ul:before, .sub-tab-menu &gt; ul:after {
    content: " ";
    display: table; }
  .sub-tab-menu &gt; ul:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .sub-tab-menu &gt; ul {
    *zoom: 1; }
  .sub-tab-menu &gt; ul &gt; li {
    float: left;
    padding-bottom: 15px;
    margin-right: 30px; }
    .sub-tab-menu &gt; ul &gt; li.selected {
      border-bottom: 5px solid #111;
      margin-bottom: -1px; }
    .sub-tab-menu &gt; ul &gt; li &gt; a, .sub-tab-menu &gt; ul &gt; li &gt; span {
      font-size: 12px;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #111; }
    .sub-tab-menu &gt; ul &gt; li &gt; i.fa-exclamation-circle {
      color: red !important;
      font-size: 12px; }

.fa-envelope-check {
  fill: #2980b9; }

.fa-envelope-plus {
  fill: #2980b9; }

.two-column-row-contract {
  font-size: 12px;
  font-weight: normal; }
  .two-column-row-contract.even tr:nth-child(even) {
    background: #bcd8eb; }
  .two-column-row-contract.even tr:nth-child(odd) {
    background: #f2eab8; }
  .two-column-row-contract table, .two-column-row-contract tr, .two-column-row-contract td {
    border: 0px solid; }
  .two-column-row-contract .td1 {
    width: 200px;
    text-align: left; }
  .two-column-row-contract .td2 {
    text-align: right; }

/* -------------------------------------------------- Side Pannel -------------------------------------------------- */
.ng2-select-container .ui-select-search {
  width: 610px; }

.ng2-select-container .btn.btn-default.btn-secondary.form-control.ui-select-toggle {
  display: inline-block;
  min-width: 610px;
  height: auto;
  padding: 5px 12px;
  font-size: 0.8125em;
  line-height: 2.6em;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  position: relative; }
  .ng2-select-container .btn.btn-default.btn-secondary.form-control.ui-select-toggle:after {
    pointer-events: none;
    font-family: FontAwesome;
    content: '\f0d7';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    left: 615px;
    top: 1px;
    position: absolute; }

.ng2-select-container .ui-select-match {
  padding: 0px; }

.ng2-select-container .option {
  padding: 0px; }
  .ng2-select-container .option.option-name {
    font-size: 16px; }
  .ng2-select-container .option.option-description {
    font-size: 12px; }
  .ng2-select-container .option.option-date {
    font-size: 10px; }

.ng2-select-container .ui-select-bootstrap .ui-select-choices-row &gt; a {
  display: block;
  padding: 3px 13px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ng2-select-container .dropdown-item {
  color: #111 !important;
  text-decoration: none;
  outline: 0;
  background-color: #fff !important;
  padding-left: 14px !important; }
  .ng2-select-container .dropdown-item:hover {
    color: #fff !important;
    background-color: #428bca !important; }

.ng2-select-container .ui-select-choices-row {
  border: 1px solid #ccc;
  border-top: none;
  max-width: 634px; }
  .ng2-select-container .ui-select-choices-row a {
    width: 94.6%;
    display: inline-block !important; }
    .ng2-select-container .ui-select-choices-row a &gt; div {
      width: 0px !important; }

.side-panel:before, .side-panel:after {
  content: " ";
  display: table; }

.side-panel:after {
  display: block;
  clear: both;
  height: 0px;
  margin-top: -1px;
  visibility: hidden; }

.side-panel {
  *zoom: 1; }

.side-panel-left {
  width: 20%;
  display: inline-block;
  float: left; }
  .side-panel-left .box-panel .box-title-panel .title {
    padding: 20px 10px; }
  .side-panel-left .link {
    font-size: 12px;
    font-size: 0.75em; }
  .side-panel-left input[type="text"] {
    width: 86.4%;
    margin: 0 10px; }
  .side-panel-left h4 {
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 500; }
  .side-panel-left .box-panel {
    margin-top: 0; }
  .side-panel-left ul {
    margin-top: 10px; }
    .side-panel-left ul.scroll {
      height: 160px;
      overflow: scroll; }
    .side-panel-left ul li {
      margin: 0 10px 10px 10px;
      font-size: 13px;
      font-size: 0.8125em; }
      .side-panel-left ul li input {
        margin: 0 5px 0 0; }

.content-right {
  width: 78%;
  display: inline-block;
  float: left;
  padding-left: 2%; }

/* -------------------------------------------------- layout -------------------------------------------------- */
.container {
  width: 1200px;
  margin: 0px auto;
  text-align: left; }
  .container.with-bg {
    background: #f9f9f9; }

.container-flex {
  display: flex; }
  .container-flex.row-flex {
    flex-direction: row; }
  .container-flex.column-flex {
    flex-direction: column; }
  .container-flex .column-flex-item {
    flex: 1 100%; }
  .container-flex .flex-item {
    flex: 1 100%; }

.breadcrumb .details-link {
  line-height: normal; }

.breadcrumb-big {
  margin-bottom: 30px; }
  .breadcrumb-big .entry {
    font-size: 1.5em;
    display: inline-block;
    margin-right: 10px; }
  .breadcrumb-big .arrow {
    margin-right: 10px;
    font-weight: normal;
    color: #666;
    font-size: 1.5em; }

header {
  background: #fff;
  padding: 10px 0px;
  text-align: center;
  min-height: 80px; }
  header .logo {
    margin-top: 10px;
    display: inline-block; }
    header .logo img {
      vertical-align: middle; }
  header .right-panel {
    float: right; }
    header .right-panel .language-panel {
      font-size: 13px;
      line-height: 0.8125em;
      font-size: 0.8125em;
      text-transform: uppercase;
      text-align: right; }
      header .right-panel .language-panel img {
        margin-right: 3px; }
      header .right-panel .language-panel a {
        margin-left: 10px;
        display: inline-block;
        font-size: 0.9em;
        padding: 7px 8px; }
        header .right-panel .language-panel a.current {
          background: #eaeaea;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px; }
    header .right-panel .user-profile-panel {
      position: relative;
      margin-top: 15px;
      float: right; }
      header .right-panel .user-profile-panel .user-profile .user-name, header .right-panel .user-profile-panel .user-profile .logout {
        float: left;
        font-size: 13px;
        font-size: 0.8125em;
        line-height: 2.25em;
        height: 2.25em;
        padding: 0px 10px; }
      header .right-panel .user-profile-panel .user-profile .user-name {
        border: 1px solid #dbdbdb;
        border-right: 0px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        background-clip: padding-box;
        width: 250px;
        overflow: hidden; }
        header .right-panel .user-profile-panel .user-profile .user-name:hover {
          background: #f9f9f9; }
        header .right-panel .user-profile-panel .user-profile .user-name:after {
          content: "";
          font-family: FontAwesome;
          position: absolute;
          right: 106px;
          top: 0px; }
        header .right-panel .user-profile-panel .user-profile .user-name.clicked {
          background: #f9f9f9; }
          header .right-panel .user-profile-panel .user-profile .user-name.clicked:after {
            content: ""; }
      header .right-panel .user-profile-panel .user-profile .logout {
        background: #e74c3c;
        text-transform: uppercase;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        background-clip: padding-box;
        border: 1px solid #e74c3c;
        color: #fff;
        width: 80px;
        text-align: center; }
        header .right-panel .user-profile-panel .user-profile .logout:hover {
          background: #e43725; }
      header .right-panel .user-profile-panel .user-details {
        position: absolute;
        background: #fff;
        border: 1px solid #dbdbdb;
        width: 99%;
        top: 35px;
        z-index: 999;
        font-size: 13px;
        font-size: 0.8125em;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        header .right-panel .user-profile-panel .user-details .user-roles, header .right-panel .user-profile-panel .user-details .user-org {
          list-style: none;
          border-bottom: 1px solid #dbdbdb;
          padding: 10px; }
          header .right-panel .user-profile-panel .user-details .user-roles li, header .right-panel .user-profile-panel .user-details .user-org li {
            line-height: 1.5em; }

nav:before, nav:after {
  content: " ";
  display: table; }

nav:after {
  display: block;
  clear: both;
  height: 0px;
  margin-top: -1px;
  visibility: hidden; }

nav {
  *zoom: 1; }

nav li {
  float: left; }
  nav li a {
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125em; }

nav.primary-nav {
  background: #2980b9; }
  nav.primary-nav a {
    color: #fff;
    border-right: 1px solid #2472a4;
    padding: 12px 10px 12px 9px; }
    nav.primary-nav a:hover {
      background: #2779af;
      color: #fff; }
    nav.primary-nav a.sel {
      background: #f1d66a;
      color: #111; }

nav.secondary-nav {
  background: #f1d66a;
  border-bottom: 1px solid #eac324; }
  nav.secondary-nav ul {
    width: 80%;
    float: left; }
  nav.secondary-nav li {
    padding: 4px 8px; }
    nav.secondary-nav li p {
      color: #111; }
    nav.secondary-nav li a, nav.secondary-nav li p {
      color: #9a7e0e;
      padding: 7px 10px 6px;
      line-height: 1.4em;
      font-weight: 300;
      display: inline-block;
      text-transform: uppercase;
      font-size: 0.8125em; }
      nav.secondary-nav li a i.fa.icon, nav.secondary-nav li a .growl-container i.icon.alert-info:before, .growl-container nav.secondary-nav li a i.icon.alert-info:before, nav.secondary-nav li a .growl-container i.icon.alert-error:before, .growl-container nav.secondary-nav li a i.icon.alert-error:before, nav.secondary-nav li a i.fa.pull-right, nav.secondary-nav li a .growl-container i.pull-right.alert-info.icon:before, .growl-container nav.secondary-nav li a i.pull-right.alert-info.icon:before, nav.secondary-nav li a .growl-container i.pull-right.alert-error.icon:before, .growl-container nav.secondary-nav li a i.pull-right.alert-error.icon:before, nav.secondary-nav li p i.fa.icon, nav.secondary-nav li p .growl-container i.icon.alert-info:before, .growl-container nav.secondary-nav li p i.icon.alert-info:before, nav.secondary-nav li p .growl-container i.icon.alert-error:before, .growl-container nav.secondary-nav li p i.icon.alert-error:before, nav.secondary-nav li p i.fa.pull-right, nav.secondary-nav li p .growl-container i.pull-right.alert-info.icon:before, .growl-container nav.secondary-nav li p i.pull-right.alert-info.icon:before, nav.secondary-nav li p .growl-container i.pull-right.alert-error.icon:before, .growl-container nav.secondary-nav li p i.pull-right.alert-error.icon:before {
        line-height: 1.2;
        margin: 0 .3em; }
      nav.secondary-nav li a:hover, nav.secondary-nav li p:hover {
        color: #6b580a; }
      nav.secondary-nav li a.sel, nav.secondary-nav li p.sel {
        color: #111;
        font-weight: 400; }
  nav.secondary-nav .time {
    width: 20%;
    float: right;
    font-size: 13px;
    font-size: 0.8125em;
    padding: 10px 0;
    font-weight: 400;
    color: #111;
    line-height: normal;
    text-align: right; }

.dropdown-history {
  margin-top: 15px;
  padding-left: 80%; }

.dropdown-custom a.button.btn-primary {
  width: 180px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px; }

.dropdown-custom a.button.btn-primary-idm {
  width: 90%;
  font-size: 90%;
  text-transform: capitalize;
  border-radius: 5px; }

.dropdown-custom .has-border {
  border-bottom: 1px solid #dbdbdb; }

.dropdown-custom .has-top-border {
  border-top: 1px solid #dbdbdb; }

.dropdown-custom ul {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  position: absolute;
  width: 215px !important;
  z-index: 2;
  margin-top: 4px; }

.dropdown-custom ul.upper-custom-menu {
  margin-top: 0 !important;
  top: 43px; }

.dropdown-custom ul li {
  padding: 12px 10px;
  background-color: #fff;
  cursor: pointer;
  font-size: 13px;
  width: 91%; }

.dropdown-custom ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.dropdown-custom ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.dropdown-custom ul li span span {
  text-transform: uppercase; }

.dropdown-custom ul li.highlight {
  color: #e43725; }

.dropdown-custom ul li.highlight:hover {
  color: #fff;
  background-color: #e43725; }

.dropdown-custom ul li.disabled, .dropdown-custom ul li.disabled:hover {
  background-color: #dbdbdb;
  color: #fff;
  cursor: default; }

.dropdown-custom ul li:hover {
  color: #2980b9;
  font-weight: bold;
  background-color: #dedede; }

.tab-content {
  padding: 10px 10px 0px 10px;
  border: 1px solid #dbdbdb;
  width: 1178px;
  margin-top: -1px; }

.top-panel {
  padding: 20px 0px;
  border-bottom: 1px solid #dbdbdb;
  background: #eaeaea;
  line-height: 0; }
  .top-panel:before, .top-panel:after {
    content: " ";
    display: table; }
  .top-panel:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .top-panel {
    *zoom: 1; }
  .top-panel .notification {
    line-height: normal; }

.page-nav {
  font-size: 14px;
  font-size: 0.875em;
  padding: 10px 0 0 0; }
  .page-nav .pipe {
    padding: 0 10px;
    color: #c2c1c1; }

.header-description {
  line-height: normal;
  color: #999999; }

.detail-row {
  margin-bottom: 5px;
  line-height: 1.5em; }

.content-panel {
  background: #f9f9f9;
  border-bottom: 1px solid #dbdbdb;
  min-height: 300px;
  padding-bottom: 30px; }
  .content-panel:before, .content-panel:after {
    content: " ";
    display: table; }
  .content-panel:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .content-panel {
    *zoom: 1; }

.main-button-panel {
  padding: 10px 0px; }
  .main-button-panel:before, .main-button-panel:after {
    content: " ";
    display: table; }
  .main-button-panel:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .main-button-panel {
    *zoom: 1; }

.two-column {
  width: 50%;
  display: inline-block;
  float: left; }

.three-column {
  width: 33.33%;
  display: inline-block;
  float: left; }

.four-column {
  width: 25%;
  display: inline-block;
  float: left; }

.footer {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875em;
  padding: 40px 0 30px 0; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .footer {
    *zoom: 1; }
  .footer .content {
    border-left: 1px solid #dbdbdb;
    padding-left: 18%;
    min-height: 130px; }
    .footer .content:before, .footer .content:after {
      content: " ";
      display: table; }
    .footer .content:after {
      display: block;
      clear: both;
      height: 0px;
      margin-top: -1px;
      visibility: hidden; }
    .footer .content {
      *zoom: 1; }
  .footer h4 {
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500; }
  .footer p {
    text-align: left;
    padding: 4px 0; }

.link {
  color: #2980b9; }

.error-page {
  padding: 75px 50px;
  text-align: center;
  font-size: 1.5em;
  color: #CC3333; }
  .error-page .wrapper {
    display: inline-block; }
    .error-page .wrapper .icon {
      float: left; }
    .error-page .wrapper .message {
      display: inline-block;
      padding: 15px 10px; }

.lot-info .tender-name {
  font-size: 14px;
  line-height: 0.875em;
  font-size: 0.875em;
  margin-bottom: 4px; }

.lot-info h1 {
  font-weight: 500;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.125em; }

.lot-info .detail-row {
  margin: 0;
  font-size: 14px;
  line-height: 0.875em;
  font-size: 0.875em;
  padding-bottom: 4px; }
  .lot-info .detail-row.amount {
    font-size: 13px;
    font-size: 0.8125em; }

.lot-cell {
  font-size: 0.9em; }
  .lot-cell .lot-name {
    font-weight: 500;
    padding-bottom: 10px; }
  .lot-cell .cig {
    font-size: 0.9em; }
  .lot-cell .amount, .lot-cell .actions {
    font-size: 0.875em; }
  .lot-cell .lot-status div {
    margin: 10px 0 0 0;
    font-size: 0.875em;
    font-style: italic; }
  .lot-cell.failed {
    background: #fceae9; }
    .lot-cell.failed .lot-status {
      color: #e43725; }
  .lot-cell.success {
    background: #f2fcf6; }
    .lot-cell.success .lot-status {
      color: #1e8449; }
  .lot-cell.disabled {
    background: #ededed !important;
    color: #5e5e5e !important; }
    .lot-cell.disabled .lot-status {
      color: #5e5e5e; }

.font-weight-bold {
  font-weight: bold; }

.container {
  position: relative; }
  .container ul.drop-eva {
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    position: absolute;
    width: 215px !important;
    z-index: 2;
    margin-top: 0 !important;
    top: 43px;
    line-height: 0; }
    .container ul.drop-eva li {
      padding: 12px 10px;
      background-color: #fff;
      cursor: pointer;
      font-size: 13px;
      width: 91%; }
      .container ul.drop-eva li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .container ul.drop-eva li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .container ul.drop-eva li span span {
        display: inline-block; }
        .container ul.drop-eva li span span:first-letter {
          text-transform: uppercase; }
      .container ul.drop-eva li span i {
        padding-right: 5px;
        min-width: 14px; }
      .container ul.drop-eva li.highlight {
        color: #e43725; }
        .container ul.drop-eva li.highlight:hover {
          color: #fff;
          background-color: #e43725; }
      .container ul.drop-eva li.disabled, .container ul.drop-eva li.disabled:hover {
        background-color: #dbdbdb;
        color: #fff;
        cursor: default; }
    .container ul.drop-eva li:hover {
      color: #2980b9;
      font-weight: bold;
      background-color: #dedede; }
  .container ul.drop-history-eva {
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    position: absolute;
    width: 215px !important;
    z-index: 2;
    margin-top: 0 !important;
    line-height: 0; }
    .container ul.drop-history-eva li {
      padding: 12px 10px;
      background-color: #fff;
      cursor: pointer;
      font-size: 13px;
      width: 91%; }
      .container ul.drop-history-eva li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .container ul.drop-history-eva li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .container ul.drop-history-eva li span span {
        display: inline-block; }
        .container ul.drop-history-eva li span span:first-letter {
          text-transform: uppercase; }
      .container ul.drop-history-eva li span i {
        padding-right: 5px;
        min-width: 14px; }
      .container ul.drop-history-eva li.highlight {
        color: #e43725; }
        .container ul.drop-history-eva li.highlight:hover {
          color: #fff;
          background-color: #e43725; }
      .container ul.drop-history-eva li.disabled, .container ul.drop-history-eva li.disabled:hover {
        background-color: #dbdbdb;
        color: #fff;
        cursor: default; }
      .container ul.drop-history-eva li.disabled-competitive, .container ul.drop-history-eva li.disabled-competitive:hover {
        background-color: #dbdbdb;
        color: #fff;
        font-weight: normal;
        cursor: default; }
    .container ul.drop-history-eva li:hover {
      color: #2980b9;
      font-weight: bold;
      background-color: #dedede; }

.list-view li {
  background: #eaeaea;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  border-radius: 5px; }
  .list-view li .label {
    color: #999999; }
  .list-view li .message {
    text-transform: uppercase; }
  .list-view li .title {
    font-weight: 500; }
  .list-view li .links {
    color: #2980b9;
    font-weight: 300; }
  .list-view li .update-status {
    font-style: italic;
    color: #616161; }
    .list-view li .update-status span {
      display: inline-block;
      word-break: break-all; }

.list-view-demand li {
  background: #eaeaea;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  border-radius: 5px; }
  .list-view-demand li .label {
    color: #999999; }
  .list-view-demand li .message {
    text-transform: uppercase; }
  .list-view-demand li .title {
    font-weight: 500; }
  .list-view-demand li .links {
    color: #2980b9;
    font-weight: 300; }
  .list-view-demand li .update-status {
    font-style: italic;
    color: #616161; }
    .list-view-demand li .update-status span {
      display: inline-block;
      word-break: break-all; }

.list-detail-view {
  background: #f9f9f9;
  border: 2px dotted #dbdbdb;
  padding: 15px 0 15px 15px;
  border-radius: 5px;
  margin-bottom: 10px; }
  .list-detail-view:last-child {
    margin-bottom: 0; }
  .list-detail-view:before, .list-detail-view:after {
    content: " ";
    display: table; }
  .list-detail-view:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .list-detail-view {
    *zoom: 1; }
  .list-detail-view h3 {
    font-size: 13px;
    font-size: 0.8125em; }
  .list-detail-view .list-no {
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #dbdbdb;
    margin-right: 10px; }
  .list-detail-view div {
    display: inline-block;
    vertical-align: middle; }
  .list-detail-view .label {
    width: auto;
    padding: 0;
    margin: 0;
    color: #999999;
    font-weight: 400; }
  .list-detail-view .document-type {
    color: #999999;
    font-size: 2em; }
  .list-detail-view ul:before, .list-detail-view ul:after {
    content: " ";
    display: table; }
  .list-detail-view ul:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .list-detail-view ul {
    *zoom: 1; }
  .list-detail-view ul li {
    float: left;
    padding: 5px 15px 5px 0px;
    margin-right: 15px;
    font-size: 13px;
    font-size: 0.8125em;
    border-right: 1px solid #dbdbdb; }
    .list-detail-view ul li:first-child {
      padding-left: 0; }
    .list-detail-view ul li:last-child {
      padding-right: 0;
      border-right: none; }
  .list-detail-view .icon-right, .list-detail-view .edit, .list-detail-view .delete {
    text-align: center;
    border-left: 1px solid #dbdbdb; }
    .list-detail-view .icon-right a.disabled, .list-detail-view .edit a.disabled, .list-detail-view .delete a.disabled {
      color: #c2c1c1;
      cursor: not-allowed; }
  .list-detail-view .delete a {
    color: #e74c3c; }
  .list-detail-view .action {
    width: auto;
    padding-top: 8px;
    float: right; }
    .list-detail-view .action .edit, .list-detail-view .action .delete, .list-detail-view .action .preview, .list-detail-view .action .download {
      padding: 0 12px; }
    .list-detail-view .action div {
      float: left; }

/* ---------------------------------------- media queries ---------------------------------------- */
@media screen and (max-width: 1200px) {
  body {
    font-size: 13px;
    font-size: 0.8125em;
    width: 100%; }
  .container {
    width: 99%; }
  header img {
    max-width: 500px; }
  header .right-panel .logout {
    height: 26px;
    width: 210px; } }

@media screen and (max-width: 1024px) {
  body {
    width: 100%;
    font-size: 12px;
    line-height: 0.75em;
    font-size: 0.75em; } }

@media screen and (max-width: 1023px) {
  body {
    width: 1024px; } }

select {
  height: 34px;
  background: white;
  color: #111;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  font-size: 0.8125em;
  line-height: 1.4em;
  padding: 7px 12px;
  resize: none;
  border-radius: 3px;
  outline: none; }

input[type=text], input[type=password], textarea, input[type=search] {
  background: white;
  color: #111;
  border: 1px solid #dbdbdb;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 0.8125em;
  line-height: 1.4em;
  padding: 7px 12px;
  resize: none;
  border-radius: 3px;
  outline: none; }
  input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=search]:focus {
    box-shadow: inset 0 0 5px #cfa80d;
    border: 1px solid #cfa80d; }
  input[type=text].ng-dirty.ng-invalid + span, input[type=password].ng-dirty.ng-invalid + span, textarea.ng-dirty.ng-invalid + span, input[type=search].ng-dirty.ng-invalid + span {
    border-color: #e74c3c; }

input:disabled, input.disabled, input[disabled], input[type=text]:disabled, input[type=text].disabled, input[type=text][disabled], input[type=password]:disabled, input[type=password].disabled, input[type=password][disabled], textarea:disabled, textarea.disabled, textarea[disabled], input[type=radio]:disabled, input[type=radio].disabled, input[type=radio][disabled], input[type=search]:disabled, input[type=search].disabled, input[type=search][disabled] {
  background: #dbdbdb;
  color: #202020;
  border-color: #dbdbdb;
  border-color: #dbdbdb; }

.input-with-label.label-left input + span, .input-with-label.label-left textarea + span, .input-with-label.label-right input + span, .input-with-label.label-right textarea + span, .textarea-with-label.label-left input + span, .textarea-with-label.label-left textarea + span, .textarea-with-label.label-right input + span, .textarea-with-label.label-right textarea + span {
  color: #a8a8a8;
  background: #eaeaea;
  font-size: 13px;
  font-size: 0.8125em;
  padding: 8px 20px; }

.input-with-label.label-left input:focus + span, .input-with-label.label-left textarea:focus + span, .input-with-label.label-right input:focus + span, .input-with-label.label-right textarea:focus + span, .textarea-with-label.label-left input:focus + span, .textarea-with-label.label-left textarea:focus + span, .textarea-with-label.label-right input:focus + span, .textarea-with-label.label-right textarea:focus + span {
  background: #eaeaea;
  box-shadow: inset 0 0 3px rgba(207, 168, 13, 0.4); }

.input-with-label.label-left input + span, .input-with-label.label-left textarea + span, .textarea-with-label.label-left input + span, .textarea-with-label.label-left textarea + span {
  padding: 8px 20px; }

.input-icon-with-label, .input-text-with-label {
  margin-bottom: 10px;
  padding-bottom: 3px; }
  .input-icon-with-label:before, .input-icon-with-label:after, .input-text-with-label:before, .input-text-with-label:after {
    content: " ";
    display: table; }
  .input-icon-with-label:after, .input-text-with-label:after {
    display: block;
    clear: both;
    height: 0px;
    margin-top: -1px;
    visibility: hidden; }
  .input-icon-with-label, .input-text-with-label {
    *zoom: 1; }
  .input-icon-with-label input, .input-icon-with-label input[type='text'], .input-icon-with-label textarea, .input-icon-with-label input[type=search], .input-text-with-label input, .input-text-with-label input[type='text'], .input-text-with-label textarea, .input-text-with-label input[type=search] {
    min-width: 268px;
    height: 18px; }
    .input-icon-with-label input + span, .input-icon-with-label input[type='text'] + span, .input-icon-with-label textarea + span, .input-icon-with-label input[type=search] + span, .input-text-with-label input + span, .input-text-with-label input[type='text'] + span, .input-text-with-label textarea + span, .input-text-with-label input[type=search] + span {
      font-size: 13px;
      font-size: 0.8125em;
      float: left;
      width: 15px;
      height: 16px;
      padding: 8px 10px;
      border: 1px solid #dbdbdb;
      color: #111;
      text-align: center;
      background: #f7f7f7;
      cursor: pointer; }
    .input-icon-with-label input:focus + span, .input-icon-with-label input[type='text']:focus + span, .input-icon-with-label textarea:focus + span, .input-icon-with-label input[type=search]:focus + span, .input-text-with-label input:focus + span, .input-text-with-label input[type='text']:focus + span, .input-text-with-label textarea:focus + span, .input-text-with-label input[type=search]:focus + span {
      border: 1px solid #cfa80d;
      background: #f9f9f9;
      box-shadow: inset 0 0 3px rgba(207, 168, 13, 0.4); }
  .input-icon-with-label textarea, .input-text-with-label textarea {
    height: 50px;
    margin: 0; }
    .input-icon-with-label textarea + span, .input-text-with-label textarea + span {
      height: auto;
      padding: 24px 10px; }
  .input-icon-with-label.label-left input, .input-icon-with-label.label-left input[type='text'], .input-icon-with-label.label-left textarea, .input-icon-with-label.label-left input[type=search], .input-text-with-label.label-left input, .input-text-with-label.label-left input[type='text'], .input-text-with-label.label-left textarea, .input-text-with-label.label-left input[type=search] {
    border-radius: 0 3px 3px 0;
    border-left: none; }
  .input-icon-with-label.label-left span, .input-text-with-label.label-left span {
    border-radius: 3px 0 0 3px; }
  .input-icon-with-label.label-right input, .input-icon-with-label.label-right input[type='text'], .input-icon-with-label.label-right textarea, .input-icon-with-label.label-right input[type=search], .input-text-with-label.label-right input, .input-text-with-label.label-right input[type='text'], .input-text-with-label.label-right textarea, .input-text-with-label.label-right input[type=search] {
    border-radius: 3px 0 0 3px;
    border-right: none;
    float: left; }
  .input-icon-with-label.label-right span, .input-text-with-label.label-right span {
    border-radius: 0 3px 3px 0; }
  .input-icon-with-label.large input, .input-icon-with-label.large input[type='text'], .input-icon-with-label.large textarea, .input-icon-with-label.large input[type=search], .input-text-with-label.large input, .input-text-with-label.large input[type='text'], .input-text-with-label.large textarea, .input-text-with-label.large input[type=search] {
    min-width: 86%; }
  .input-icon-with-label.small input, .input-icon-with-label.small input[type='text'], .input-icon-with-label.small textarea, .input-icon-with-label.small input[type=search], .input-text-with-label.small input, .input-text-with-label.small input[type='text'], .input-text-with-label.small textarea, .input-text-with-label.small input[type=search] {
    min-width: 30%; }
  .input-icon-with-label.l-description textarea, .input-text-with-label.l-description textarea {
    height: 150px; }
    .input-icon-with-label.l-description textarea + span, .input-text-with-label.l-description textarea + span {
      height: auto;
      padding: 74px 10px; }
  .input-icon-with-label.m-description textarea, .input-text-with-label.m-description textarea {
    height: 100px; }
    .input-icon-with-label.m-description textarea + span, .input-text-with-label.m-description textarea + span {
      height: auto;
      padding: 49px 10px; }
  .input-icon-with-label.no-margin-bottom, .input-text-with-label.no-margin-bottom {
    margin-bottom: 0; }

.input-icon-with-label-without-clear {
  padding-bottom: 3px; }
  .input-icon-with-label-without-clear input, .input-icon-with-label-without-clear input[type='text'], .input-icon-with-label-without-clear textarea, .input-icon-with-label-without-clear input[type=search] {
    min-width: 268px;
    height: 18px; }
    .input-icon-with-label-without-clear input + span, .input-icon-with-label-without-clear input[type='text'] + span, .input-icon-with-label-without-clear textarea + span, .input-icon-with-label-without-clear input[type=search] + span {
      font-size: 13px;
      font-size: 0.8125em;
      float: left;
      width: 15px;
      height: 16px;
      padding: 8px 10px;
      border: 1px solid #dbdbdb;
      color: #111;
      text-align: center;
      background: #f7f7f7;
      cursor: pointer; }
    .input-icon-with-label-without-clear input:focus + span, .input-icon-with-label-without-clear input[type='text']:focus + span, .input-icon-with-label-without-clear textarea:focus + span, .input-icon-with-label-without-clear input[type=search]:focus + span {
      border: 1px solid #cfa80d;
      background: #f9f9f9;
      box-shadow: inset 0 0 3px rgba(207, 168, 13, 0.4); }
  .input-icon-with-label-without-clear textarea {
    height: 50px;
    margin: 0; }
    .input-icon-with-label-without-clear textarea + span {
      height: auto;
      padding: 24px 10px; }
  .input-icon-with-label-without-clear.label-left input, .input-icon-with-label-without-clear.label-left input[type='text'], .input-icon-with-label-without-clear.label-left textarea, .input-icon-with-label-without-clear.label-left input[type=search] {
    border-radius: 0 3px 3px 0;
    border-left: none; }
  .input-icon-with-label-without-clear.label-left span {
    border-radius: 3px 0 0 3px; }
  .input-icon-with-label-without-clear.label-right input, .input-icon-with-label-without-clear.label-right input[type='text'], .input-icon-with-label-without-clear.label-right textarea, .input-icon-with-label-without-clear.label-right input[type=search] {
    border-radius: 3px 0 0 3px;
    border-right: none;
    float: left; }
  .input-icon-with-label-without-clear.label-right span {
    border-radius: 0 3px 3px 0; }
  .input-icon-with-label-without-clear.large input, .input-icon-with-label-without-clear.large input[type='text'], .input-icon-with-label-without-clear.large textarea, .input-icon-with-label-without-clear.large input[type=search] {
    min-width: 86%; }
  .input-icon-with-label-without-clear.small input, .input-icon-with-label-without-clear.small input[type='text'], .input-icon-with-label-without-clear.small textarea, .input-icon-with-label-without-clear.small input[type=search] {
    min-width: 30%; }
  .input-icon-with-label-without-clear.l-description textarea {
    height: 150px; }
    .input-icon-with-label-without-clear.l-description textarea + span {
      height: auto;
      padding: 74px 10px; }
  .input-icon-with-label-without-clear.m-description textarea {
    height: 100px; }
    .input-icon-with-label-without-clear.m-description textarea + span {
      height: auto;
      padding: 49px 10px; }
  .input-icon-with-label-without-clear.no-margin-bottom {
    margin-bottom: 0; }

.input-text-with-label input, .input-text-with-label input[type='text'], .input-text-with-label textarea {
  min-width: 268px; }
  .input-text-with-label input + span, .input-text-with-label input[type='text'] + span, .input-text-with-label textarea + span {
    width: 50px; }

.box-content &gt; table th {
  border-top: none; }

.box-content .form-section .row {
  min-height: 40px; }
  .box-content .form-section .row .label, .box-content .form-section .row .value {
    vertical-align: middle; }
  .box-content .form-section .row .label {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    padding: 0 20px;
    line-height: 1.6em;
    font-size: 13px;
    font-size: 0.8125em;
    color: #5e5d5d; }
  .box-content .form-section .row .value {
    width: 60%;
    padding: 0; }
    .box-content .form-section .row .value .numeric input {
      width: 80px; }
  .box-content .form-section .row:last-child {
    border-bottom: 1px solid #dbdbdb; }

.value .message {
  font-size: 13px;
  font-size: 0.8125em; }
  .value .message.warning {
    color: #ec8c02;
    line-height: 1.4em;
    padding: 10px 0px 0 20px;
    position: relative;
    font-style: italic; }
    .value .message.warning:before {
      font-family: FontAwesome;
      content: "\f071";
      position: absolute;
      left: 0;
      font-style: normal; }

.custom-radio, .custom-checkbox {
  width: 780px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125em; }
  .custom-radio label, .custom-checkbox label {
    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 6px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    font-weight: normal;
    background: #f7f7f7; }
    .custom-radio label:hover, .custom-checkbox label:hover {
      cursor: pointer; }
  .custom-radio input[type="radio"], .custom-radio input[type="checkbox"], .custom-checkbox input[type="radio"], .custom-checkbox input[type="checkbox"] {
    display: none; }
  .custom-radio input[type="radio"]:checked + label, .custom-radio input[type="checkbox"]:checked + label, .custom-checkbox input[type="radio"]:checked + label, .custom-checkbox input[type="checkbox"]:checked + label {
    background: #f1d66a;
    cursor: default;
    border: 1px solid #cfa80d; }
  .custom-radio input[type="radio"] + label, .custom-radio input[type="checkbox"] + label, .custom-checkbox input[type="radio"] + label, .custom-checkbox input[type="checkbox"] + label {
    width: auto; }
  .custom-radio input[type="radio"]:checked + label.btn:hover, .custom-radio input[type="checkbox"]:checked + label.btn:hover, .custom-checkbox input[type="radio"]:checked + label.btn:hover, .custom-checkbox input[type="checkbox"]:checked + label.btn:hover {
    background-color: #edc93b;
    cursor: pointer; }

.form-container .form-group {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb; }

.form-container .form-label {
  width: 35%;
  display: inline-block;
  vertical-align: top; }
  .form-container .form-label label {
    vertical-align: top;
    padding: 0 20px;
    line-height: normal;
    font-size: 13px;
    font-size: 0.8125em;
    color: #111;
    margin-bottom: 15px;
    width: auto; }
    .form-container .form-label label.custom-label {
      padding: 0px 0px 0px 20px; }

.form-container .form-element {
  width: 64%;
  display: inline-block; }

.form-container .input-with-label, .form-container .textarea-with-label {
  margin-bottom: 10px; }
  .form-container .input-with-label.l input, .form-container .input-with-label.l textarea, .form-container .textarea-with-label.l input, .form-container .textarea-with-label.l textarea {
    width: 700px; }
    .form-container .input-with-label.l input + span, .form-container .input-with-label.l textarea + span, .form-container .textarea-with-label.l input + span, .form-container .textarea-with-label.l textarea + span {
      background: #f7f7f7;
      color: #2b2a2a; }
  .form-container .input-with-label.l label, .form-container .textarea-with-label.l label {
    margin-bottom: 10px; }
  .form-container .input-with-label.l .input-with-label, .form-container .input-with-label.l .textarea-with-label, .form-container .textarea-with-label.l .input-with-label, .form-container .textarea-with-label.l .textarea-with-label {
    width: 100%; }
  .form-container .input-with-label.language input + span, .form-container .textarea-with-label.language input + span {
    width: 20px;
    bottom: 1px; }
  .form-container .input-with-label.language textarea + span, .form-container .textarea-with-label.language textarea + span {
    width: 20px;
    line-height: 36px;
    bottom: 0;
    top: 2px; }
  .form-container .input-with-label.language textarea, .form-container .textarea-with-label.language textarea {
    height: 49px; }
  .form-container .input-with-label:last-child, .form-container .textarea-with-label:last-child {
    margin-bottom: 0; }

.form-container .textarea-with-label {
  height: 64px; }

.form-container .select-wrapper.filter-select {
  position: relative; }
  .form-container .select-wrapper.filter-select:after {
    position: absolute;
    top: 10px;
    right: 10px; }

.form-container .select-wrapper select {
  min-width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 30px;
  background: #f7f7f7; }
  .form-container .select-wrapper select:focus {
    box-shadow: inset 0 0 5px #cfa80d;
    border: 1px solid #cfa80d; }

.form-container .select-wrapper:after {
  pointer-events: none;
  font-family: FontAwesome;
  content: '\f0d7';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: -26px; }

.form-container.form-no-subgroup .form-label label {
  color: #5e5d5d; }

.form-container .upload label.button {
  padding: 0.6em 1.2em;
  font-size: 12px;
  line-height: 0.75em;
  font-size: 0.75em;
  font-weight: 300;
  width: auto; }

.form-container .upload input[type=file] {
  height: 0;
  width: 0;
  font-size: 0;
  outline: none; }

.form-container .upload .progress {
  padding: 5px; }
  .form-container .upload .progress .bar-container {
    width: 90%;
    height: 20px;
    float: left;
    border: 1px dashed #2980b9; }
    .form-container .upload .progress .bar-container .bar {
      height: inherit;
      background-color: #2980b9; }
  .form-container .upload .progress i {
    padding-left: 2px;
    padding-top: 2px; }

.mandatory::after {
  content: "*";
  color: #e74c3c; }

.input-date-time .icon-label {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .input-date-time .icon-label i {
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .input-date-time .icon-label:hover {
    background: #eaeaea;
    cursor: pointer; }
    .input-date-time .icon-label:hover i {
      -moz-transform: rotate(8deg);
      -o-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
      -webkit-transform: rotate(8deg);
      transform: rotate(8deg); }

.formly-field .form-group {
  padding: 10px 0; }

.formly-field h1 {
  font-size: 16px;
  font-size: 1em;
  text-transform: uppercase;
  padding: 20px 10px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  font-weight: 500;
  background: #eaeaea;
  margin-bottom: 10px; }

.formly-field h2 {
  font-size: 14px;
  font-size: 0.875em;
  color: #111;
  border-bottom: 1px solid #dbdbdb;
  margin: 0px 10px 10px 10px;
  line-height: 1.4em; }

.formly-field h3 {
  padding: 30px;
  border-bottom: 1px solid #dbdbdb; }

.formly-field p {
  font-size: 0.85em;
  line-height: 1.8em;
  color: #5e5d5d;
  padding: 0px 20px 10px 20px; }

.formly-field label {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  line-height: 1.6em;
  font-size: 13px;
  font-size: 0.8125em;
  color: #5e5d5d;
  margin-bottom: 15px; }

.formly-field .message {
  padding: 10px 0 10px 39%; }

.formly-field input[type=text].ng-dirty.ng-invalid, .formly-field input[type=password].ng-dirty.ng-invalid, .formly-field textarea.ng-dirty.ng-invalid, .formly-field input[type=search] {
  border-color: #dbdbdb; }

.formly-field input, .formly-field textarea, .formly-field select {
  background: white;
  color: #111;
  border: 1px solid #dbdbdb;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-size: 0.8125em;
  padding: 6px 12px;
  resize: none;
  border-radius: 3px;
  width: 620px;
  outline: none; }
  .formly-field input:focus, .formly-field textarea:focus, .formly-field select:focus {
    box-shadow: inset 0 0 5px #cfa80d;
    border: 1px solid #cfa80d; }
    .formly-field input:focus + span, .formly-field textarea:focus + span, .formly-field select:focus + span {
      background: #fdf6db;
      box-shadow: inset 0 0 3px rgba(207, 168, 13, 0.4); }
  .formly-field input + span, .formly-field textarea + span, .formly-field select + span {
    color: #a8a8a8;
    background: #eaeaea; }

.formly-field.formly-field-select label {
  position: relative; }
  .formly-field.formly-field-select label:before {
    pointer-events: none;
    font-family: FontAwesome;
    content: '\f0d7';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    right: -350px;
    top: 8px;
    z-index: 0; }

.formly-field.formly-field-select select {
  outline: none;
  text-shadow: 0 0 0 #111;
  width: 360px;
  color: #000;
  text-shadow: 0 0 0 #111;
  background: transparent;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none; }

.formly-field.formly-field-radio .radio-group {
  display: inline-block;
  width: 60%; }
  .formly-field.formly-field-radio .radio-group div {
    display: inline-block;
    margin-right: 20px; }
  .formly-field.formly-field-radio .radio-group input {
    width: auto; }
  .formly-field.formly-field-radio .radio-group label {
    padding: 0;
    font-weight: normal;
    width: auto; }
    .formly-field.formly-field-radio .radio-group label input {
      border: none; }

.formly-field textarea {
  height: 65px;
  margin: 0; }

.formly-field .checkbox label {
  width: 100%; }

.formly-field .input-with-label, .formly-field .textarea-with-label {
  display: inline-block;
  position: relative;
  width: 660px; }
  .formly-field .input-with-label input, .formly-field .input-with-label textarea, .formly-field .textarea-with-label input, .formly-field .textarea-with-label textarea {
    width: 620px; }
  .formly-field .input-with-label span, .formly-field .textarea-with-label span {
    text-align: center;
    position: absolute;
    right: -1px;
    top: 1px;
    padding: 14px 20px 15px 20px;
    border-left: 1px solid #dbdbdb; }
  .formly-field .input-with-label textarea + span, .formly-field .textarea-with-label textarea + span {
    bottom: 1px;
    line-height: 60px; }

.formly-field .textarea-with-label {
  height: 97px; }

.formly-field.xs input, .formly-field.xs textarea {
  width: 100px; }

.formly-field.xs.single-column .form-group {
  width: 10%; }

.formly-field.xs.single-column input, .formly-field.xs.single-column textarea {
  width: 100%; }

.formly-field.xs.single-column label {
  width: 100%;
  margin-bottom: 10px; }

.formly-field.xs .input-with-label, .formly-field.xs .textarea-with-label {
  width: 240px; }
  .formly-field.xs .input-with-label input[type="text"], .formly-field.xs .input-with-label textarea, .formly-field.xs .textarea-with-label input[type="text"], .formly-field.xs .textarea-with-label textarea {
    width: 110px;
    padding-right: 110px; }

.formly-field.s input, .formly-field.s textarea {
  width: 260px; }

.formly-field.s .input-with-label, .formly-field.s .textarea-with-label {
  width: 300px; }
  .formly-field.s .input-with-label input, .formly-field.s .input-with-label textarea, .formly-field.s .textarea-with-label input, .formly-field.s .textarea-with-label textarea {
    width: 170px;
    padding-right: 110px; }

.formly-field.l input, .formly-field.l textarea {
  width: 1180px; }

.formly-field.l label {
  margin-bottom: 10px; }

.formly-field.l .input-with-label, .formly-field.l .textarea-with-label {
  width: 100%; }

.questionnaire-participation-form {
  padding: 10px; }
  .questionnaire-participation-form .form {
    font-size: 13px;
    font-size: 0.8125em; }
  .questionnaire-participation-form input:focus ~ span {
    background: #fdf6db;
    box-shadow: inset 0 0 3px rgba(207, 168, 13, 0.4); }
  .questionnaire-participation-form label {
    color: #111; }
  .questionnaire-participation-form input {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1em; }
  .questionnaire-participation-form .mandatory::after {
    content: "*";
    color: #d70006; }
  .questionnaire-participation-form.section {
    background-color: #fff;
    padding: 0; }
  .questionnaire-participation-form p {
    color: #8f8e8e; }
  .questionnaire-participation-form .has-error .radio {
    color: black; }
  .questionnaire-participation-form .question-label {
    font-weight: 500;
    width: 100%; }
  .questionnaire-participation-form .question {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 20px;
    padding: 15px 0; }
  .questionnaire-participation-form .form-group {
    width: 100%; }
    .questionnaire-participation-form .form-group .text {
      width: 98%; }
    .questionnaire-participation-form .form-group .number, .questionnaire-participation-form .form-group .currency {
      width: 45%; }
    .questionnaire-participation-form .form-group .select {
      width: 48%; }
    .questionnaire-participation-form .form-group .currency .input-group-addon {
      position: absolute;
      text-align: center;
      border-radius: 3px 0 0 3px;
      padding: 10px 15px 9px 15px;
      margin: 1px 0 0 1px;
      border-right: 1px solid #dbdbdb;
      color: #111;
      text-align: center;
      background: #f7f7f7;
      font-size: 16px;
      font-size: 1em;
      line-height: 1em; }
    .questionnaire-participation-form .form-group .currency input {
      padding-left: 48px;
      padding-right: 10px;
      width: 93%; }

@media screen and (max-width: 1200px) {
  .formly-field .input-with-label.label-left input + span, .formly-field .textarea-with-label.label-left textarea + span {
    padding: 10px 20px; } }

@media screen and (max-width: 1024px) {
  .formly-field .input-with-label.label-left input + span, .formly-field .textarea-with-label.label-left textarea + span {
    padding: 11px 20px 12px 20px; } }

@media screen and (max-width: 1023px) {
  .formly-field .input-with-label.label-left input + span, .formly-field .textarea-with-label.label-left textarea + span {
    padding: 11px 20px 12px 20px; } }

input[type='text'] {
  min-width: 300px; }
  input[type='text'].small {
    min-width: 30%; }

input[type='number'] {
  min-width: 100px;
  margin-left: 10px;
  padding: 9px;
  border-radius: 3px;
  border: 1px solid #ddd; }
  input[type='number'].small {
    min-width: 30%; }

textarea {
  position: relative !important; }

.mandatory::after {
  content: "*";
  color: #e74c3c; }

.input-date-time .icon-label {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .input-date-time .icon-label i {
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  .input-date-time .icon-label:hover {
    background: #eaeaea;
    cursor: pointer; }
    .input-date-time .icon-label:hover i {
      -moz-transform: rotate(8deg);
      -o-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
      -webkit-transform: rotate(8deg);
      transform: rotate(8deg); }

.pad-top-20 {
  padding-top: 20px; }

.small-text {
  font-size: 13px; }

a.cursor-default, label.cursor-default, .dragContainer.cursor-default div {
  cursor: default; }

.paginator-light {
  display: inline-block; }
  .paginator-light button {
    background: transparent;
    border: none;
    padding: 0px;
    font-size: 40px;
    color: #006445;
    vertical-align: -8px; }
    .paginator-light button:focus, .paginator-light button:hover, .paginator-light button:active {
      border: none !important;
      outline: none !important; }
  .paginator-light button[disabled] {
    background: transparent !important;
    color: rgba(0, 125, 87, 0.2) !important; }
    .paginator-light button[disabled]:focus, .paginator-light button[disabled]:hover, .paginator-light button[disabled]:active {
      border: none !important;
      outline: none !important; }

.open-procedure-delegates {
  padding-bottom: 7px;
  font-size: 10px;
  font-size: 0.8125em;
  color: #111;
  font-weight: bold; }

.cta &gt; .w-65 {
  width: 65%; }

.cta &gt; .m-1em {
  margin: 1em; }

.list-view .lot-item-container .pad-btm-5px.pad-top-5px .label {
  display: inline; }

.techQuestScoreForm {
  min-width: 300px; }

.economicManualScoreForm {
  min-width: 300px; }

.economicQuestionnaireScoreForm {
  min-width: 300px; }

.economicAlgorithmicScoreForm {
  min-width: 300px; }

.techManualScoreForm {
  min-width: 300px; }

.form-builder-top {
  padding-bottom: 30px !important; }

.form-builder-header {
  margin-bottom: 0px !important; }
  .form-builder-header a {
    padding: 0px 10px !important; }
  .form-builder-header i {
    color: red !important;
    font-size: 12px; }

.form-builder-container {
  padding-top: 0 !important;
  margin-top: -28px; }

.classification-search-tips-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.classification-first-level,
.classification-second-level {
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-top: 25px;
  padding: 20px;
  border-bottom: 1px solid #dbdbdb; }
  .classification-first-level .classification-first-level-header .classification-user-cat-list,
  .classification-first-level .classification-second-level-header .classification-user-cat-list,
  .classification-second-level .classification-first-level-header .classification-user-cat-list,
  .classification-second-level .classification-second-level-header .classification-user-cat-list {
    padding: 20px; }
    .classification-first-level .classification-first-level-header .classification-user-cat-list .classification-user-cat-header,
    .classification-first-level .classification-second-level-header .classification-user-cat-list .classification-user-cat-header,
    .classification-second-level .classification-first-level-header .classification-user-cat-list .classification-user-cat-header,
    .classification-second-level .classification-second-level-header .classification-user-cat-list .classification-user-cat-header {
      margin-bottom: 10px; }
      .classification-first-level .classification-first-level-header .classification-user-cat-list .classification-user-cat-header span,
      .classification-first-level .classification-second-level-header .classification-user-cat-list .classification-user-cat-header span,
      .classification-second-level .classification-first-level-header .classification-user-cat-list .classification-user-cat-header span,
      .classification-second-level .classification-second-level-header .classification-user-cat-list .classification-user-cat-header span {
        display: block;
        font-size: 0.75em;
        text-transform: uppercase;
        color: #111; }
    .classification-first-level .classification-first-level-header .classification-user-cat-list .classification-user-cat,
    .classification-first-level .classification-second-level-header .classification-user-cat-list .classification-user-cat,
    .classification-second-level .classification-first-level-header .classification-user-cat-list .classification-user-cat,
    .classification-second-level .classification-second-level-header .classification-user-cat-list .classification-user-cat {
      border: 1px solid #2980b9;
      border-radius: 2px;
      display: inline-block;
      padding: 5px 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      font-size: 0.75em;
      color: #111;
      background-color: #dbdbdb; }
      .classification-first-level .classification-first-level-header .classification-user-cat-list .classification-user-cat i,
      .classification-first-level .classification-second-level-header .classification-user-cat-list .classification-user-cat i,
      .classification-second-level .classification-first-level-header .classification-user-cat-list .classification-user-cat i,
      .classification-second-level .classification-second-level-header .classification-user-cat-list .classification-user-cat i {
        font-size: 16px;
        margin-left: 10px;
        color: #2980b9; }
  .classification-first-level .classification-first-level-body .classification-search-bar,
  .classification-first-level .classification-second-level-body .classification-search-bar,
  .classification-second-level .classification-first-level-body .classification-search-bar,
  .classification-second-level .classification-second-level-body .classification-search-bar {
    padding: 20px;
    background-color: #dbdbdb;
    height: 35px; }
    .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-bar-title,
    .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-bar-title,
    .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-bar-title,
    .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-bar-title {
      padding-top: 10px;
      display: block;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #111;
      float: left; }
      .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-bar-title::after,
      .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-bar-title::after,
      .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-bar-title::after,
      .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-bar-title::after {
        content: "*";
        color: #e74c3c; }
    .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container,
    .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container,
    .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container,
    .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container {
      position: relative;
      float: right; }
      .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container .input-icon-with-label,
      .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container .input-icon-with-label,
      .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container .input-icon-with-label,
      .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container .input-icon-with-label {
        margin-right: 30px;
        float: right; }
      .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container i,
      .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container i,
      .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container i,
      .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container i {
        color: #2980b9; }
      .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips,
      .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips,
      .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips,
      .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips {
        background-color: white;
        border: 1px solid #dbdbdb;
        position: absolute;
        top: 33px;
        left: 0;
        border-radius: 3px;
        padding: 10px;
        max-width: 350px;
        z-index: 10; }
        .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span,
        .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span,
        .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span,
        .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span {
          display: block;
          padding: 5px 0;
          color: #111;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-transform: uppercase; }
          .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span:hover,
          .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span:hover,
          .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span:hover,
          .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips span:hover {
            cursor: pointer; }
        .classification-first-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips .show-more,
        .classification-first-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips .show-more,
        .classification-second-level .classification-first-level-body .classification-search-bar .classification-search-input-container .classification-search-tips .show-more,
        .classification-second-level .classification-second-level-body .classification-search-bar .classification-search-input-container .classification-search-tips .show-more {
          text-align: center;
          margin-top: 5px; }
  .classification-first-level .classification-first-level-body .classification-cat-list *, .classification-first-level .classification-first-level-body .classification-cat-list *:before, .classification-first-level .classification-first-level-body .classification-cat-list *:after,
  .classification-first-level .classification-second-level-body .classification-cat-list *,
  .classification-first-level .classification-second-level-body .classification-cat-list *:before,
  .classification-first-level .classification-second-level-body .classification-cat-list *:after,
  .classification-second-level .classification-first-level-body .classification-cat-list *,
  .classification-second-level .classification-first-level-body .classification-cat-list *:before,
  .classification-second-level .classification-first-level-body .classification-cat-list *:after,
  .classification-second-level .classification-second-level-body .classification-cat-list *,
  .classification-second-level .classification-second-level-body .classification-cat-list *:before,
  .classification-second-level .classification-second-level-body .classification-cat-list *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .classification-first-level .classification-first-level-body .classification-cat-list.in-searching .classification-main-level span,
  .classification-first-level .classification-first-level-body .classification-cat-list.in-searching .classification-other-level span,
  .classification-first-level .classification-second-level-body .classification-cat-list.in-searching .classification-main-level span,
  .classification-first-level .classification-second-level-body .classification-cat-list.in-searching .classification-other-level span,
  .classification-second-level .classification-first-level-body .classification-cat-list.in-searching .classification-main-level span,
  .classification-second-level .classification-first-level-body .classification-cat-list.in-searching .classification-other-level span,
  .classification-second-level .classification-second-level-body .classification-cat-list.in-searching .classification-main-level span,
  .classification-second-level .classification-second-level-body .classification-cat-list.in-searching .classification-other-level span {
    cursor: default !important; }
  .classification-first-level .classification-first-level-body .classification-cat-list .classification-no-result span,
  .classification-first-level .classification-second-level-body .classification-cat-list .classification-no-result span,
  .classification-second-level .classification-first-level-body .classification-cat-list .classification-no-result span,
  .classification-second-level .classification-second-level-body .classification-cat-list .classification-no-result span {
    text-align: center;
    display: block;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #111;
    padding: 15px; }
  .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level-title,
  .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level-title,
  .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level-title,
  .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level-title {
    background-color: #b9b9b9;
    height: 35px; }
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level-title span,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level-title span,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level-title span,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level-title span {
      color: #fff;
      padding-left: 22px;
      padding-top: 9px;
      display: block;
      font-size: 0.75em;
      text-transform: uppercase; }
  .classification-first-level .classification-first-level-body .classification-cat-list .classification-main-level,
  .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level,
  .classification-first-level .classification-second-level-body .classification-cat-list .classification-main-level,
  .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level,
  .classification-second-level .classification-first-level-body .classification-cat-list .classification-main-level,
  .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level,
  .classification-second-level .classification-second-level-body .classification-cat-list .classification-main-level,
  .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level {
    border-bottom: 1px solid #dbdbdb;
    height: 50px; }
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-main-level.nochild,
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level.nochild,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-main-level.nochild,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level.nochild,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-main-level.nochild,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level.nochild,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-main-level.nochild,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level.nochild {
      border-bottom: 1px solid #dbdbdb !important; }
      .classification-first-level .classification-first-level-body .classification-cat-list .classification-main-level.nochild i,
      .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level.nochild i,
      .classification-first-level .classification-second-level-body .classification-cat-list .classification-main-level.nochild i,
      .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level.nochild i,
      .classification-second-level .classification-first-level-body .classification-cat-list .classification-main-level.nochild i,
      .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level.nochild i,
      .classification-second-level .classification-second-level-body .classification-cat-list .classification-main-level.nochild i,
      .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level.nochild i {
        display: none; }
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-main-level span,
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level span,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-main-level span,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level span,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-main-level span,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level span,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-main-level span,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level span {
      display: block;
      cursor: pointer;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #111;
      padding: 15px; }
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-main-level i,
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level i,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-main-level i,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level i,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-main-level i,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level i,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-main-level i,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level i {
      color: #2980b9;
      float: right; }
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-main-level.opened,
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level.opened,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-main-level.opened,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level.opened,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-main-level.opened,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level.opened,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-main-level.opened,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level.opened {
      border-bottom: 1px solid #2980b9; }
  .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level.opened span,
  .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level.opened span,
  .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level.opened span,
  .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level.opened span {
    color: #2980b9; }
  .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level .classification-choose-cat,
  .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level .classification-choose-cat,
  .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level .classification-choose-cat,
  .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level .classification-choose-cat {
    border-right: 1px solid #dbdbdb;
    float: left;
    height: 100%;
    width: 50px; }
    .classification-first-level .classification-first-level-body .classification-cat-list .classification-other-level .classification-choose-cat input,
    .classification-first-level .classification-second-level-body .classification-cat-list .classification-other-level .classification-choose-cat input,
    .classification-second-level .classification-first-level-body .classification-cat-list .classification-other-level .classification-choose-cat input,
    .classification-second-level .classification-second-level-body .classification-cat-list .classification-other-level .classification-choose-cat input {
      margin-top: 18px;
      margin-left: 18px; }

.classification-user-cat {
  border: 1px solid #2980b9;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.75em;
  color: #111;
  background-color: #dbdbdb; }
  .classification-user-cat i {
    font-size: 16px;
    margin-left: 10px;
    color: #2980b9; }

.classification-search-tips {
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 10px;
  max-width: 350px;
  z-index: 10;
  position: absolute; }
  .classification-search-tips span {
    display: block;
    padding: 5px 0;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase; }
    .classification-search-tips span:hover {
      cursor: pointer; }

.classification-search-tips-autocomplete {
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 10px;
  max-width: 650px;
  z-index: 10;
  position: absolute;
  font-size: small; }
  .classification-search-tips-autocomplete span {
    display: block;
    padding: 5px 0;
    color: #111;
    overflow: hidden;
    word-wrap: break-word;
    text-transform: uppercase; }
    .classification-search-tips-autocomplete span:hover {
      cursor: pointer; }

.input-min-width-80 {
  min-width: 80% !important; }

.tender-description {
  line-height: normal;
  font-size: 13px;
  font-size: 0.8125em;
  color: #999999; }

.global_loader {
  z-index: 9990;
  position: fixed;
  display: inline-block; }
  .global_loader &gt; * {
    margin-left: 0%;
    margin-top: 0%; }
  .global_loader &gt; div {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0; }
  .global_loader .show {
    cursor: progress; }
  .global_loader .spinner {
    position: absolute;
    left: 50% !important;
    top: 50% !important; }

.progress {
  height: 20px;
  width: 87%;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 !important; }
  .progress .progress-bar {
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    margin: 0 !important;
    text-align: center;
    background-color: #2980b9;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease; }

.list-view .lot-item {
  width: 100%; }
  .list-view .lot-item .lot-item-name {
    padding: 35px 0px 35px 5px; }

.list-view li {
  width: 100%; }
  .list-view li.lot-item-container {
    border: 1px dashed #dbdbdb; }
    .list-view li.lot-item-container.lotHasError {
      border: 3px dashed red; }
  .list-view li div {
    vertical-align: middle; }
  .list-view li .delete-action.lot {
    padding: 45px 0; }
  .list-view li .delete-action a {
    color: #e74c3c;
    font-size: 25px; }
    .list-view li .delete-action a .fa-pencil {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-play-circle {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-files-o {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
  .list-view li .border-right, .list-view li .supplier-status, .list-view li .lot-status, .list-view li .cig, .list-view li .import {
    border-right: 1px solid #dbdbdb; }
  .list-view li .supplier-status {
    padding: 18px 10px; }
  .list-view li .lot-status {
    padding: 28px 10px; }
  .list-view li .cig, .list-view li .import {
    padding: 36px 10px; }
  .list-view li .width-45 {
    width: 45; }
  .list-view li .width-30 {
    width: 30%; }
  .list-view li .width-20 {
    width: 20%; }
  .list-view li .width-15 {
    width: 15%; }
  .list-view li .width-10 {
    width: 10%; }
  .list-view li &gt; div {
    width: 45%;
    display: inline-block; }
    .list-view li &gt; div + div {
      width: 22%;
      display: inline-block; }
      .list-view li &gt; div + div + div {
        width: 14%;
        display: inline-block; }
        .list-view li &gt; div + div + div + div {
          width: 13%;
          display: inline-block; }
          .list-view li &gt; div + div + div + div + div {
            width: 4%;
            display: inline-block; }

.wrapper-selected-delegates {
  width: 300px; }
  .wrapper-selected-delegates li {
    margin-top: 20px;
    position: relative; }
    .wrapper-selected-delegates li.no-margin-top:first-child {
      margin-top: 0; }
    .wrapper-selected-delegates li .delegate-mail {
      font-size: 12px;
      color: #999; }
    .wrapper-selected-delegates li .fa, .wrapper-selected-delegates li .growl-container .alert-info.icon:before, .growl-container .wrapper-selected-delegates li .alert-info.icon:before, .wrapper-selected-delegates li .growl-container .alert-error.icon:before, .growl-container .wrapper-selected-delegates li .alert-error.icon:before {
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 15px;
      color: red;
      line-height: 30px;
      height: 30px;
      margin-top: -15px; }

.title-with-breadcrumb {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.125em;
  font-size: 1.125em;
  padding: 0 0 20px 0; }

.tender-id-title {
  color: #999999;
  font-size: 16px;
  line-height: 1em;
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 4px; }
  .tender-id-title .tender-status {
    background: #5e5d5d;
    font-size: 12px;
    line-height: 0.75em;
    font-size: 0.75em;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 4px;
    cursor: progress; }

.top-panel {
  padding: 0;
  background: #eaeaea; }
  .top-panel h1 {
    margin: 10px 0;
    padding: 0; }
  .top-panel .details .link {
    font-size: 13px;
    font-size: 0.8125em; }
  .top-panel .details .collapsible-content {
    overflow-y: hidden;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .top-panel .details .collapsible-content.hidden {
      height: 0;
      display: block; }
  .top-panel .tender-details-list {
    list-style: none;
    padding-top: 10px;
    line-height: normal; }
    .top-panel .tender-details-list:before, .top-panel .tender-details-list:after {
      content: " ";
      display: table; }
    .top-panel .tender-details-list:after {
      display: block;
      clear: both;
      height: 0px;
      margin-top: -1px;
      visibility: hidden; }
    .top-panel .tender-details-list {
      *zoom: 1; }
    .top-panel .tender-details-list li {
      width: 50%;
      float: left;
      display: block;
      min-height: 32px;
      border-top: 1px solid #dbdbdb;
      padding: 10px 0px; }
      .top-panel .tender-details-list li.no-border {
        border-top: none;
        padding-top: 0px; }
      .top-panel .tender-details-list li .label {
        padding: 0;
        width: 40%;
        font-weight: bold;
        font-size: 13px;
        font-size: 0.8125em;
        line-height: normal; }
      .top-panel .tender-details-list li .value {
        width: 55%;
        font-size: 13px;
        font-size: 0.8125em; }

.tab-menu {
  margin-bottom: -1px; }

.document-request-info:before, .document-request-info:after {
  content: " ";
  display: table; }

.document-request-info:after {
  display: block;
  clear: both;
  height: 0px;
  margin-top: -1px;
  visibility: hidden; }

.document-request-info {
  *zoom: 1; }

.document-request-info &gt; div {
  width: 4%; }
  .document-request-info &gt; div + div {
    width: 85%; }
    .document-request-info &gt; div + div + div {
      width: 8%;
      float: right; }

.document-request-info.documentRequestHasError {
  border: 3px dashed red; }

.wrapper-document-request-actions {
  min-width: 780px; }

.number-index {
  background: #f9f9f9;
  padding: 15px 0 15px 15px;
  border-radius: 5px;
  margin-bottom: 10px; }

.vendor-details .vendor-title {
  color: #2980b9;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125em; }

.vendor-details ul:before, .vendor-details ul:after {
  content: " ";
  display: table; }

.vendor-details ul:after {
  display: block;
  clear: both;
  height: 0px;
  margin-top: -1px;
  visibility: hidden; }

.vendor-details ul {
  *zoom: 1; }

.vendor-details ul li {
  float: left;
  width: 49%; }
  .vendor-details ul li .name {
    color: #999999; }

.dark-head-caption caption {
  background-color: gainsboro;
  padding: 5px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px; }

.Blacklist {
  background-color: #777;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.Cessato {
  background-color: #428bca;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.ValQufNegativa {
  background-color: #5cb85c;
  padding: 5px;
  border-radius: 5px;
  margin: 1px 0;
  display: block; }

.ValQufNegativaWatchlist {
  background-color: #5bc0de;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.NonQualificato {
  background-color: #f0ad4e;
  padding: 5px;
  display: block;
  border-radius: 5px;
  margin: 1px 0; }

.NonQualificatoWatchlist {
  background-color: #d9534f;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.QualificaImperfetta {
  background-color: #563d7c;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.QualificaImperfettaWatchlist {
  background-color: #067104;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.Qualificato {
  background-color: #2C9818;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.QualificatoWatchlist {
  background-color: #7B4E00;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 1px 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: 5px;
  padding: 0; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-body-tab {
  position: relative;
  padding: 15px;
  padding-bottom: 490px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 700px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.deleted-row {
  background-color: orange; }

.questionnaire-options {
  margin-top: 20px; }
  .questionnaire-options .control-label, .questionnaire-options label {
    font-size: 13px;
    font-size: 0.8125em;
    font-weight: 500;
    width: auto; }
  .questionnaire-options .option-items li:first-child {
    font-size: 13px;
    font-size: 0.8125em;
    line-height: 2.2em;
    text-align: center;
    background: #2980b9;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin-right: 20px; }
  .questionnaire-options .options-title {
    border-bottom: 1px solid #dbdbdb; }
    .questionnaire-options .options-title li:first-child {
      padding-left: 10px; }
  .questionnaire-options ul li {
    float: left; }
    .questionnaire-options ul li:first-child {
      width: 40px; }
  .questionnaire-options .error_inline {
    padding: 0; }

.questionnaire-type-edit .question-description {
  width: 76%; }
  .questionnaire-type-edit .question-description h3 {
    font-size: 13px;
    font-size: 0.8125em;
    margin-bottom: 10px; }
  .questionnaire-type-edit .question-description .description {
    font-size: 12px;
    font-size: 0.75em;
    color: #999999; }

.questionnaire-type-edit .element-type {
  width: 25%;
  text-align: right;
  vertical-align: top; }
  .questionnaire-type-edit .element-type input[type='text'] {
    margin-right: 4px;
    min-width: auto; }

.questionnaire-header-error .error_inline {
  padding-left: 20px;
  margin-top: 10px; }

.questionnaire-select {
  width: 100%; }

.create-manual {
  padding: 10px 30px;
  width: 44%; }
  .create-manual .btn {
    padding: 8px 20px; }

.create-from-template {
  padding: 20px 30px;
  width: 44%;
  border-right: 1px solid #dbdbdb;
  position: relative;
  margin-right: 30px; }
  .create-from-template:before {
    content: "or";
    position: absolute;
    right: -6px;
    top: 40%; }

.price-list-table .input-icon-with-label.small input, .price-list-table .input-icon-with-label.small input[type='text'], .price-list-table .input-icon-with-label.small textarea {
  min-width: 76%; }

@media screen and (max-width: 1200px) {
  .price-list-table .input-icon-with-label.small input, .price-list-table .input-icon-with-label.small input[type='text'], .price-list-table .input-icon-with-label.small textarea {
    min-width: 70%; } }

.success-action {
  color: #1e8449; }
  .success-action:hover {
    color: #145b32 !important; }

.edit-action {
  color: #3498db; }
  .edit-action:hover {
    color: #196090; }

.remove-action {
  color: #e43725; }
  .remove-action:hover {
    color: #bf2718 !important; }

a.disabled {
  color: #c2c1c1; }
  a.disabled:hover {
    cursor: text;
    color: #c2c1c1 !important; }

.ui-select-search {
  cursor: pointer; }

.ui-select-bootstrap input[type=text] {
  background: #f7f7f7; }

.ui-select-choices-group:hover .ui-select-choices-row-inner div {
  color: #fff; }

.ui-select-choices-group:hover {
  background-color: #428bca; }

.ui-select-chevron {
  position: relative;
  left: -30px;
  color: #333; }

.ui-select-match-close {
  position: relative;
  right: -20px;
  cursor: pointer; }

body &gt; .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

.ui-select-match {
  position: relative;
  padding: 10px 0;
  display: inline-block; }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group &gt; .ui-select-bootstrap.dropdown {
  position: static; }

.input-group &gt; .ui-select-bootstrap &gt; input.ui-select-search.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui-select-bootstrap &gt; .ui-select-match &gt; .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap &gt; .ui-select-match &gt; .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap &gt; .ui-select-choices {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  min-width: 324px;
  font-size: 13px;
  font-size: 0.8125em;
  position: absolute;
  z-index: 1000;
  background-color: #fff; }

span[type=button] {
  background: #f1d66a;
  font-size: 13px;
  font-size: 0.8125em;
  border: 1px solid #cfa80d;
  border-radius: 3px;
  margin: 0 7px 7px 0;
  padding: 3px 28px 3px 8px;
  display: inline-block;
  cursor: default;
  -webkit-appearance: inherit; }

.ui-select-match &gt; span:last-child {
  margin-bottom: 15px; }

body &gt; .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto; }

.ui-select-multiple.ui-select-bootstrap {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.compose-email-panel .row {
  position: relative; }

.compose-email-panel .place-holder {
  position: absolute;
  top: 6px;
  left: 3px;
  padding: 3px;
  font-size: 0.875em;
  color: #5e5e5e; }

.compose-email-panel input[type=text], .compose-email-panel textarea {
  border: none; }

.compose-email-panel input[type=text] {
  width: 92%;
  padding: 0 1% 0 7%; }
  .compose-email-panel input[type=text]:focus {
    box-shadow: none; }

.compose-email-panel textarea {
  width: 98%;
  padding: 0 1% 0 1%;
  height: 200px; }

.item-info-container {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px; }

.flatpickr-current-month {
  padding-left: 20px; }

.flatpickr-month {
  padding: 15px 0 20px 0; }
  .flatpickr-month .flatpickr-prev-month, .flatpickr-month .flatpickr-next-month {
    padding-top: 12px;
    font-size: 16px;
    font-size: 1em; }

.flatpickr-time input[type=number] {
  height: 50px;
  line-height: 50px; }

.flatpickr-hour {
  font-size: 16px;
  font-size: 1em; }

.flatpickr-minute {
  font-size: 16px;
  font-size: 1em; }

/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid &gt; a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked &gt; .select2-search-choice-close {
  display: none; }

.select-locked &gt; .ui-select-match-close {
  display: none; }

body &gt; .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control &gt; .selectize-input &gt; input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control &gt; .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid &gt; div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle &gt; .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group &gt; .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group &gt; .ui-select-bootstrap &gt; input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group &gt; .ui-select-bootstrap &gt; input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap &gt; .ui-select-match &gt; .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap &gt; .ui-select-match &gt; .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

.ui-disabled {
  background-color: #eceeef;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.6;
  top: 0;
  left: 0;
  cursor: not-allowed; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap &gt; .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body &gt; .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row &gt; a:hover, .ui-select-bootstrap .ui-select-choices-row &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active &gt; a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled &gt; a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled &gt; a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid &gt; button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.dropdown-custom a.button.btn-primary {
  width: 180px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px; }

.dropdown-custom .has-border {
  border-bottom: 1px solid #dbdbdb; }

.dropdown-custom .has-top-border {
  border-top: 1px solid #dbdbdb; }

.dropdown-custom ul {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  position: absolute;
  width: 215px !important;
  z-index: 2;
  margin-top: 4px; }
  .dropdown-custom ul.upper-custom-menu {
    margin-top: 0 !important;
    top: 43px; }
  .dropdown-custom ul li {
    padding: 12px 10px;
    background-color: #fff;
    cursor: pointer;
    text-transform: lowercase;
    font-size: 13px;
    width: 91%; }
    .dropdown-custom ul li:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .dropdown-custom ul li:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .dropdown-custom ul li span span {
      text-transform: uppercase; }
    .dropdown-custom ul li.highlight {
      color: #e43725; }
      .dropdown-custom ul li.highlight:hover {
        color: #fff;
        background-color: #e43725; }
    .dropdown-custom ul li.disabled, .dropdown-custom ul li.disabled:hover {
      background-color: #dbdbdb;
      color: #fff;
      cursor: default; }
  .dropdown-custom ul li:hover {
    color: #2980b9;
    font-weight: bold;
    background-color: #dedede; }

.steps li:hover {
  cursor: default;
  background-color: #eaeaea; }

.steps li.selected {
  background-color: #f1d66a; }
  .steps li.selected:hover {
    background: #f1d66a; }

.ng-select.opened &gt; .ng-control {
  background: #fff;
  border-color: #dbdbdb #dbdbdb #dbdbdb; }
  .ng-select.opened &gt; .ng-control:hover {
    box-shadow: none; }

.ng-select.opened.bottom &gt; .ng-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.ng-select.opened.top &gt; .ng-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.ng-select .ng-control {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  min-height: 36px;
  align-items: center; }
  .ng-select .ng-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .ng-select .ng-control .ng-value-container {
    align-items: center;
    padding-left: 10px; }
    .ng-select .ng-control .ng-value-container .ng-value {
      font-size: 13px;
      font-size: 0.8125em; }
    .ng-select .ng-control .ng-value-container .ng-placeholder {
      color: #111; }

.ng-select.ng-multiple.disabled &gt; .ng-control .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea; }
  .ng-select.ng-multiple.disabled &gt; .ng-control .ng-value-container .ng-value .ng-value-label {
    padding: 2px 5px; }

.ng-select.ng-multiple .ng-control .ng-value-container {
  padding-left: 7px;
  padding-top: 5px; }
  .ng-select.ng-multiple .ng-control .ng-value-container .ng-value {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #dbdbdb; }
    .ng-select.ng-multiple .ng-control .ng-value-container .ng-value.disabled {
      background-color: #f9f9f9;
      border: 1px solid #eaeaea; }
    .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-label {
      padding: 2px 5px 2px 1px; }
    .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon {
      padding: 3px 5px; }
      .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon:hover {
        background-color: #dbdbdb; }
      .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon.left {
        border-right: 1px solid #dbdbdb; }
      .ng-select.ng-multiple .ng-control .ng-value-container .ng-value .ng-value-icon.right {
        border-left: 1px solid #dbdbdb; }
  .ng-select.ng-multiple .ng-control .ng-value-container .ng-input {
    padding-bottom: 3px;
    padding-left: 3px; }
  .ng-select.ng-multiple .ng-control .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px; }

.ng-select .ng-clear-zone {
  color: #dbdbdb; }
  .ng-select .ng-clear-zone .ng-clear:hover {
    color: #e74c3c; }

.ng-select .ng-spinner-zone {
  padding-right: 5px;
  padding-top: 5px; }

.ng-select .ng-arrow-zone {
  padding-right: 5px;
  width: 25px; }
  .ng-select .ng-arrow-zone:after {
    pointer-events: none;
    font-family: FontAwesome;
    content: '\f0d7';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-left: -9px; }

.ng-select .ng-dropdown-header {
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 7px; }

.ng-select .ng-dropdown-footer {
  border-top: 1px solid #dbdbdb;
  padding: 5px 7px; }

.ng-select.focused:not(.opened) &gt; .ng-control {
  border-color: #cfa80d;
  box-shadow: inset 0 0 5px #cfa80d; }

.ng-select.disabled &gt; .ng-control {
  background-color: #f9f9f9; }

.ng-select.ng-single .ng-control {
  height: auto; }
  .ng-select.ng-single .ng-control .ng-value-container .ng-value {
    overflow: auto !important;
    white-space: normal !important;
    text-overflow: unset !important;
    padding: 8px 0; }
  .ng-select.ng-single .ng-control .ng-value-container .ng-input {
    left: 0;
    padding-left: 10px;
    padding-right: 50px;
    top: 5px; }

.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .ng-dropdown-panel.bottom {
    top: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-color: #dbdbdb;
    margin-top: -1px; }
    .ng-dropdown-panel.bottom .ng-dropdown-panel-items .ng-option:last-child {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .ng-dropdown-panel.top {
    bottom: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-color: #dbdbdb;
    margin-bottom: -1px; }
    .ng-dropdown-panel.top .ng-dropdown-panel-items .ng-option:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
  .ng-dropdown-panel .ng-dropdown-panel-items {
    margin-bottom: 1px; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
      font-size: 13px;
      font-size: 0.8125em;
      background-color: #fff;
      color: #111;
      padding: 8px 10px; }
      .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.marked {
        background-color: #e8e8e8;
        color: #111; }
      .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
        color: #eaeaea; }
      .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
        padding-right: 5px;
        font-size: 80%;
        font-weight: 400; }

.form-element.cig {
  text-transform: uppercase; }

.flash-container {
  width: 1160px;
  margin: 0px auto; }

.delete-action {
  color: #e43725; }

.scroll-container {
  min-height: 600px; }

.description-wrap {
  word-wrap: break-word; }

#pleiade2ModalOverlay {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99; }

#pleiade2ModalOverlay &gt; div {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 90%;
  padding: 30px 20px 20px 20px;
  border-radius: 6px;
  background: #fff; }

#pleiade2ModalOverlay.priceList &gt; div {
  padding: 0; }

.close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer; }

#pleiade2ModalOverlay.priceList .close {
  top: 3px;
  z-index: 1; }

.none {
  display: none; }

.inline-block {
  display: inline-block; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.color-white {
  color: #fff; }
  .color-white:hover {
    color: #fff; }

.color-black {
  color: #000; }

.position-dropdown {
  margin-top: 5px;
  z-index: 1;
  display: flex;
  justify-content: flex-end; }

.p-25px {
  padding: 25px; }

.p-b-28px {
  padding-bottom: 28px; }

.p-b-10px {
  padding-bottom: 10px; }

.p-b-20px {
  padding-bottom: 20px; }

.p-l-20px {
  padding-left: 20px; }

.w-90 {
  width: 90%; }

.w-65 {
  width: 65%; }

.m-5px {
  margin: 5px; }

.m-t-3px {
  margin-top: 3px; }

.m-t-6px {
  margin-top: 6px !important; }

.m-t-10px {
  margin-top: 10px; }

.m-t-20px {
  margin-top: 20px; }

.m-t-34px {
  margin-top: 34px; }

.m-b-5px {
  margin-bottom: 5px; }

.m-b-10px {
  margin-bottom: 10px; }

.m-b-20px {
  margin-bottom: 20px; }

.flex {
  display: flex; }

.grow-1 {
  flex-grow: 1; }

.flex-direction-col {
  flex-direction: column; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-between {
  justify-content: space-between; }

.w-100 {
  width: 100%; }

.w-90 {
  width: 90%; }

.m-w-200px {
  max-width: 200px; }

.overflow-scroll {
  overflow: scroll; }

.h-200px {
  height: 200px; }

.font-s-12px {
  font-size: 12px; }

.font-s-10px {
  font-size: 10px; }

.bold {
  font-weight: bold; }

.c-pointer {
  cursor: pointer; }

.border-b-gray {
  border-bottom: 1px solid #dbdbdb; }

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: relative; }

lot-item {
  display: inline-flex; }

div.no-errors .file-errors p.error_inline {
  display: initial !important; }

div.no-errors p.error_inline {
  display: none; }

div.show-errors p.error_inline {
  display: initial; }

.sortable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.sortable-ghost,
.sortable-chosen,
.sortable-chosen:active,
.sortable-ghost:active {
  cursor: grabbing !important;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.participation-criteria .custom-radio.criteria {
  width: auto;
  margin: 5px 0; }

.truncate-word {
  word-wrap: break-word; }

.close-filter-icon {
  float: right;
  padding-top: 10px;
  padding-right: 10px; }

.filter-separator-row {
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb; }

.bottom-0 {
  bottom: 0px; }

.grey-text {
  color: #999999; }

.width-270 {
  width: 270px; }

.width-330 {
  width: 330px; }

.input-resources-label {
  width: 45% !important;
  padding: 0 !important; }

.row.financial-resources:first-child {
  border-top: 0; }

.row.program-panel {
  border: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .growl-container .alert-info.icon:before, .growl-container .alert-error.icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .growl-container .fa-pull-left.alert-info.icon:before, .growl-container .fa-pull-left.alert-error.icon:before {
  margin-right: .3em; }

.fa.fa-pull-right, .growl-container .fa-pull-right.alert-info.icon:before, .growl-container .fa-pull-right.alert-error.icon:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .growl-container .pull-left.alert-info.icon:before, .growl-container .pull-left.alert-error.icon:before {
  margin-right: .3em; }

.fa.pull-right, .growl-container .pull-right.alert-info.icon:before, .growl-container .pull-right.alert-error.icon:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.list-view .lot-item {
  width: 100%; }
  .list-view .lot-item .lot-item-name {
    padding: 35px 0px 35px 5px; }

.list-view li {
  width: 100%;
  padding: 15px 0 15px; }
  .list-view li.lot-item-container {
    border: 1px dashed #dbdbdb; }
    .list-view li.lot-item-container.lotHasError {
      border: 3px dashed red; }
  .list-view li div {
    vertical-align: middle; }
  .list-view li .delete-action.lot {
    padding: 45px 0; }
  .list-view li .delete-action a {
    color: #e74c3c;
    font-size: 25px; }
    .list-view li .delete-action a .fa-pencil {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-trash {
      color: red;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-book {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-play-circle {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-files-o {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view li .delete-action a .fa-download {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
    .list-view li .delete-action a .fa-thumbs-up {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
    .list-view li .delete-action a .fa-thumbs-down {
      color: red;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
    .list-view li .delete-action a .fa-share-square {
      color: red;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
  .list-view li .border-right, .list-view li .supplier-status, .list-view li .lot-status, .list-view li .cig, .list-view li .import {
    border-right: 1px solid #dbdbdb; }
  .list-view li .supplier-status {
    padding: 18px 10px; }
  .list-view li .lot-status {
    padding: 28px 10px; }
  .list-view li .cig, .list-view li .import {
    padding: 36px 10px; }
  .list-view li .width-30 {
    width: 30%; }
  .list-view li .width-20 {
    width: 20%; }
  .list-view li .width-15 {
    width: 15%; }
  .list-view li .width-12 {
    width: 12%; }
  .list-view li .width-10 {
    width: 10%; }
  .list-view li &gt; div {
    width: 15%;
    display: inline-block; }
    .list-view li &gt; div + div {
      width: 22%;
      display: inline-block; }
      .list-view li &gt; div + div + div {
        width: 28%;
        display: inline-block; }
        .list-view li &gt; div + div + div + div {
          width: 20%;
          display: inline-block; }
          .list-view li &gt; div + div + div + div + div {
            width: 6%;
            display: inline-block; }
          .list-view li &gt; div + div + div + div + div {
            width: 6%;
            display: inline-block; }
  .list-view li .program-status {
    font-style: italic;
    color: #616161; }
    .list-view li .program-status span {
      display: inline-block;
      word-break: break-all; }
    .list-view li .program-status.draft {
      color: #e74c3c; }
  .list-view li .program-id {
    color: #999999; }

.wrapper-selected-delegates {
  width: 300px; }
  .wrapper-selected-delegates li {
    margin-top: 20px;
    position: relative; }
    .wrapper-selected-delegates li.no-margin-top:first-child {
      margin-top: 0; }
    .wrapper-selected-delegates li .delegate-mail {
      font-size: 12px;
      color: #999; }
    .wrapper-selected-delegates li .fa, .wrapper-selected-delegates li .growl-container .alert-info.icon:before, .growl-container .wrapper-selected-delegates li .alert-info.icon:before, .wrapper-selected-delegates li .growl-container .alert-error.icon:before, .growl-container .wrapper-selected-delegates li .alert-error.icon:before {
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 15px;
      color: red;
      line-height: 30px;
      height: 30px;
      margin-top: -15px; }

.select-wrapper.filter-select {
  position: relative; }
  .select-wrapper.filter-select:after {
    position: absolute;
    top: 10px;
    right: 10px; }

.select-wrapper select {
  min-width: 350px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 30px;
  background: #f7f7f7; }
  .select-wrapper select:focus {
    box-shadow: inset 0 0 5px #cfa80d;
    border: 1px solid #cfa80d; }

.select-wrapper:after {
  pointer-events: none;
  font-family: FontAwesome;
  content: '\f0d7';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-left: -26px; }

.filters {
  width: 38%;
  display: inline-block;
  border-right: 0;
  padding-bottom: 10px !important;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 20px; }

.category {
  border-right: 0; }

.filter-container {
  background-color: #eaeaea;
  border-radius: 5px;
  height: 130px; }

.selected-filter {
  display: inline-block; }

.activeFilter {
  background-color: #2980b9;
  border-radius: 20px;
  color: #fff; }

.contengoildiv {
  height: 20px; }

.margin-btm-20 {
  margin-bottom: 20px; }

.margin-top-10 {
  margin-top: 10px; }

.pad-top-35 {
  padding-top: 35px; }

.pad-right-10 {
  padding-right: 10px; }

.height-90 {
  height: 90px; }

.pad-top-25 {
  padding-top: 25px; }

.list-view-demand .lot-item {
  width: 100%; }
  .list-view-demand .lot-item .lot-item-name {
    padding: 35px 0px 35px 5px; }

.list-view-demand li {
  width: 100%;
  padding: 15px 0 15px; }
  .list-view-demand li.lot-item-container {
    border: 1px dashed #dbdbdb; }
    .list-view-demand li.lot-item-container.lotHasError {
      border: 3px dashed red; }
  .list-view-demand li div {
    vertical-align: middle; }
  .list-view-demand li .delete-action.lot {
    padding: 45px 0; }
  .list-view-demand li .delete-action a {
    color: #e74c3c;
    font-size: 25px; }
    .list-view-demand li .delete-action a .fa-pencil {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-demand li .delete-action a .fa-play-circle {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-demand li .delete-action a .fa-files-o {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-demand li .delete-action a .fa-download {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
  .list-view-demand li .border-right, .list-view-demand li .supplier-status, .list-view-demand li .lot-status, .list-view-demand li .cig, .list-view-demand li .import {
    border-right: 1px solid #dbdbdb; }
  .list-view-demand li .supplier-status {
    padding: 18px 10px; }
  .list-view-demand li .lot-status {
    padding: 28px 10px; }
  .list-view-demand li .cig, .list-view-demand li .import {
    padding: 36px 10px; }
  .list-view-demand li .width-30 {
    width: 30%; }
  .list-view-demand li .width-20 {
    width: 20%; }
  .list-view-demand li .width-15 {
    width: 15%; }
  .list-view-demand li .width-12 {
    width: 12%; }
  .list-view-demand li .width-10 {
    width: 10%; }
  .list-view-demand li &gt; div {
    width: 15%;
    display: inline-block; }
    .list-view-demand li &gt; div + div {
      width: 13%;
      display: inline-block; }
      .list-view-demand li &gt; div + div + div {
        width: 20%;
        display: inline-block; }
        .list-view-demand li &gt; div + div + div + div {
          width: 20%;
          display: inline-block; }
          .list-view-demand li &gt; div + div + div + div + div {
            width: 20%;
            display: inline-block; }
          .list-view-demand li &gt; div + div + div + div + div {
            width: 20%;
            display: inline-block; }
  .list-view-demand li .program-status {
    font-style: italic;
    color: #616161; }
    .list-view-demand li .program-status span {
      display: inline-block;
      word-break: break-all; }
    .list-view-demand li .program-status.draft {
      color: #e74c3c; }
  .list-view-demand li .program-id {
    color: #999999; }

.list-view-property .lot-item {
  width: 100%; }
  .list-view-property .lot-item .lot-item-name {
    padding: 35px 0px 35px 5px; }

.list-view-property li {
  width: 100%;
  padding: 15px 0 15px; }
  .list-view-property li.lot-item-container {
    border: 1px dashed #dbdbdb; }
    .list-view-property li.lot-item-container.lotHasError {
      border: 3px dashed red; }
  .list-view-property li div {
    vertical-align: middle; }
  .list-view-property li .delete-action.lot {
    padding: 45px 0; }
  .list-view-property li .delete-action a {
    color: #e74c3c;
    font-size: 25px; }
    .list-view-property li .delete-action a .fa-pencil {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-property li .delete-action a .fa-play-circle {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-property li .delete-action a .fa-files-o {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-property li .delete-action a .fa-download {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
  .list-view-property li .border-right, .list-view-property li .supplier-status, .list-view-property li .lot-status, .list-view-property li .cig, .list-view-property li .import {
    border-right: 1px solid #dbdbdb; }
  .list-view-property li .supplier-status {
    padding: 18px 10px; }
  .list-view-property li .lot-status {
    padding: 28px 10px; }
  .list-view-property li .cig, .list-view-property li .import {
    padding: 36px 10px; }
  .list-view-property li .width-30 {
    width: 30%; }
  .list-view-property li .width-20 {
    width: 20%; }
  .list-view-property li .width-15 {
    width: 15%; }
  .list-view-property li .width-12 {
    width: 12%; }
  .list-view-property li .width-10 {
    width: 10%; }
  .list-view-property li &gt; div {
    width: 15%;
    display: inline-block; }
    .list-view-property li &gt; div + div {
      width: 35%;
      display: inline-block; }
      .list-view-property li &gt; div + div + div {
        width: 35%;
        display: inline-block; }
        .list-view-property li &gt; div + div + div + div {
          width: 8%;
          display: inline-block; }
  .list-view-property li .program-status {
    font-style: italic;
    color: #616161; }
    .list-view-property li .program-status span {
      display: inline-block;
      word-break: break-all; }
    .list-view-property li .program-status.draft {
      color: #e74c3c; }
  .list-view-property li .property-id {
    color: #999999; }
  .list-view-property li .links-red {
    color: #ff0000; }

.list-view-unfinished-work .lot-item {
  width: 100%; }
  .list-view-unfinished-work .lot-item .lot-item-name {
    padding: 35px 0px 35px 5px; }

.list-view-unfinished-work li {
  width: 100%;
  padding: 15px 0 15px; }
  .list-view-unfinished-work li.lot-item-container {
    border: 1px dashed #dbdbdb; }
    .list-view-unfinished-work li.lot-item-container.lotHasError {
      border: 3px dashed red; }
  .list-view-unfinished-work li div {
    vertical-align: middle; }
  .list-view-unfinished-work li .delete-action.lot {
    padding: 45px 0; }
  .list-view-unfinished-work li .delete-action a {
    color: #e74c3c;
    font-size: 25px; }
    .list-view-unfinished-work li .delete-action a .fa-pencil {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-unfinished-work li .delete-action a .fa-play-circle {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-unfinished-work li .delete-action a .fa-files-o {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 10px; }
    .list-view-unfinished-work li .delete-action a .fa-download {
      color: #2980b9;
      padding-left: 10px;
      border-left: 1px solid #dbdbdb;
      margin-left: 8px; }
  .list-view-unfinished-work li .border-right, .list-view-unfinished-work li .supplier-status, .list-view-unfinished-work li .lot-status, .list-view-unfinished-work li .cig, .list-view-unfinished-work li .import {
    border-right: 1px solid #dbdbdb; }
  .list-view-unfinished-work li .supplier-status {
    padding: 18px 10px; }
  .list-view-unfinished-work li .lot-status {
    padding: 28px 10px; }
  .list-view-unfinished-work li .cig, .list-view-unfinished-work li .import {
    padding: 36px 10px; }
  .list-view-unfinished-work li .width-30 {
    width: 30%; }
  .list-view-unfinished-work li .width-20 {
    width: 20%; }
  .list-view-unfinished-work li .width-15 {
    width: 15%; }
  .list-view-unfinished-work li .width-12 {
    width: 12%; }
  .list-view-unfinished-work li .width-10 {
    width: 10%; }
  .list-view-unfinished-work li &gt; div {
    width: 30%;
    display: inline-block; }
    .list-view-unfinished-work li &gt; div + div {
      width: 30%;
      display: inline-block; }
      .list-view-unfinished-work li &gt; div + div + div {
        width: 25%;
        display: inline-block; }
        .list-view-unfinished-work li &gt; div + div + div + div {
          width: 10%;
          display: inline-block; }
  .list-view-unfinished-work li .unfinished-work-status {
    font-style: italic;
    color: #616161; }
    .list-view-unfinished-work li .unfinished-work-status span {
      display: inline-block;
      word-break: break-all; }
    .list-view-unfinished-work li .unfinished-work-status.draft {
      color: #e74c3c; }
  .list-view-unfinished-work li .unfinished-work-id {
    color: #999999; }

.sticky-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 1200px;
  margin: 0px auto; }
</pre></body></html>