/**
 *
 */
/**
 *
 */
/**
 *
 */
[ui-sref], [ng-click] {
  cursor: pointer; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

body {
  font-family: "Helvetica", sans-serif; }

p {
  font-size: 12pt;
  margin-bottom: 20px !important; }

.multicol {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

.notification-bar {
  position: fixed;
  overflow: hidden;
  background-color: #fff;
  height: 45px;
  z-index: 1000;
  left: 0;
  right: 0;
  padding: 10px 20px;
  top: -45px;
  transition: top .6s; }
  .notification-bar.bar-visible {
    top: 0; }
  .notification-bar .message {
    font-weight: bold;
    line-height: 18pt; }
  .notification-bar .dismiss {
    float: right;
    margin-top: 5px; }
  .notification-bar.type-warning {
    background-color: orangered;
    color: white; }

/**
 *
 */
form.eu-form {
  /**
   *
   */ }
  form.eu-form .form-group {
    transition: background-color .6s;
    margin-top: -6px;
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px; }
    form.eu-form .form-group .dropzone {
      border: 1px rgba(255, 255, 255, 0) solid; }
    form.eu-form .form-group.has-error {
      background-color: rgba(139, 0, 0, 0.09); }
      form.eu-form .form-group.has-error label {
        color: darkred; }
      form.eu-form .form-group.has-error .dropzone {
        border: 1px darkred solid; }

/**
 *
 */
form.auth-form {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: -100vh;
  padding-bottom: 30px;
  transition: margin-top .6s; }
  form.auth-form.form-visible {
    margin-top: 0; }
  form.auth-form h3 {
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
  form.auth-form label {
    display: block;
    text-align: right;
    color: white; }
  form.auth-form ul.links {
    display: block;
    clear: both;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    padding-top: 20px; }
    form.auth-form ul.links li {
      display: inline-block;
      text-transform: lowercase; }
      form.auth-form ul.links li a {
        color: #a9a9a9; }
      form.auth-form ul.links li:hover a {
        color: #252525; }
      form.auth-form ul.links li.active {
        display: none; }
      form.auth-form ul.links li:not(:first-child) {
        border-left: 1px #a9a9a9 solid;
        padding-left: 15px;
        margin-left: 15px; }

/**
 * Auth section forms modification
 */
.auth-area form.auth-form {
  max-width: 400px; }
  .auth-area form.auth-form h3 {
    color: #252525; }
  .auth-area form.auth-form label {
    color: rgba(0, 0, 0, 0.62); }

/**
 * Responsive stuff here!
 */
/**
 *
 */
.file-upload.directive {
  border-radius: 3px; }
  .file-upload.directive .progress {
    background-color: darkblue;
    height: 3px; }
  .file-upload.directive .dropzone {
    border-radius: 3px;
    overflow: hidden; }
    .file-upload.directive .dropzone.dz-max-files-reached .dz-default {
      display: none !important; }
    .file-upload.directive .dropzone .dz-default {
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      background-color: #bcd2fb;
      border: 1px #d1d1d1 dashed;
      padding: 6px;
      height: 32px;
      transition: background-color .3s; }
      .file-upload.directive .dropzone .dz-default span {
        display: none; }
      .file-upload.directive .dropzone .dz-default:after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -14px;
        margin-top: -14px;
        background-color: white;
        content: '\f01b';
        color: #a3b6d9;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 18pt;
        font-weight: normal;
        line-height: 26px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        transition: margin .3s, width .3s, height .3s; }
      .file-upload.directive .dropzone .dz-default:hover {
        background-color: white; }
        .file-upload.directive .dropzone .dz-default:hover:after {
          color: #7d8ca7;
          line-height: 120px;
          width: 120px;
          margin-left: -60px;
          height: 120px;
          margin-top: -60px; }
    .file-upload.directive .dropzone .dz-preview {
      display: block;
      clear: both;
      background-color: #e4e4e4;
      overflow: hidden;
      width: 100%;
      padding: 10px; }
      .file-upload.directive .dropzone .dz-preview .dz-image {
        float: left;
        overflow: hidden;
        width: 40px;
        height: 40px;
        margin-right: 10px; }
        .file-upload.directive .dropzone .dz-preview .dz-image img {
          width: 100%;
          height: auto; }
      .file-upload.directive .dropzone .dz-preview .dz-details .dz-size {
        float: right; }
      .file-upload.directive .dropzone .dz-preview .dz-success-mark {
        display: none; }
      .file-upload.directive .dropzone .dz-preview .dz-error-mark {
        display: none; }
      .file-upload.directive .dropzone .dz-preview .dz-remove {
        float: right; }
      .file-upload.directive .dropzone .dz-preview.dz-error {
        background-color: darkred; }
        .file-upload.directive .dropzone .dz-preview.dz-error .dz-details {
          color: #fff; }
        .file-upload.directive .dropzone .dz-preview.dz-error .dz-error-message {
          float: left;
          color: #fff;
          font-style: italic; }

/**
 *
 */
.directive {
  /**
   *
   */
  /**
   *
   */
  /**
   *
   */ }
  .directive.directive-edit-trader .save-buttons {
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 120; }
    .directive.directive-edit-trader .save-buttons .status {
      float: left;
      padding-right: 30px;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 32px; }
      .directive.directive-edit-trader .save-buttons .status.valid i {
        color: limegreen;
        margin-right: 5px; }
  .directive.directive-trader-preview .info-block {
    font-size: 12pt;
    color: #252525; }
    .directive.directive-trader-preview .info-block label {
      display: block;
      clear: both;
      font-size: 10pt;
      color: #a9a9a9;
      margin-bottom: 0; }
  .directive.directive-file-download {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: 220px;
    height: 260px;
    margin: 10px 20px 40px;
    text-align: center; }
    .directive.directive-file-download .preview {
      display: block;
      position: relative;
      overflow: hidden;
      width: 120px;
      height: 150px;
      margin: 0 auto 5px;
      border-radius: 3px;
      border: 1px rgba(0, 0, 0, 0.62) solid; }
      .directive.directive-file-download .preview a.download-icon {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.62);
        top: 10px;
        right: 10px;
        border-radius: 50%;
        padding-bottom: 28px;
        width: 28px;
        height: 0;
        text-align: center;
        border: 1px white solid;
        z-index: 1; }
        .directive.directive-file-download .preview a.download-icon > * {
          margin-top: 6px;
          color: white; }
      .directive.directive-file-download .preview img {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .directive.directive-file-download .name {
      display: block;
      clear: both;
      font-size: 10pt;
      padding-bottom: 5px; }
    .directive.directive-file-download .filename {
      display: inline-block;
      clear: both;
      border-radius: 5px;
      padding: 2px 6px;
      margin: 0 10px 5px;
      background-color: #a9a9a9;
      font-size: 10pt;
      font-weight: bold;
      color: #fff; }
    .directive.directive-file-download .size {
      display: block;
      clear: both;
      font-size: 9pt;
      font-weight: bold;
      color: #a9a9a9; }

/**
 *
 */
.login-overlay {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.74);
  width: 100%;
  height: 100vh;
  z-index: 500;
  top: 0;
  transition: top .6s;
  /**
   * Internal form
   */ }
  .login-overlay.overlay-invisible {
    top: -100vh; }
  .login-overlay .waiting {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: opacity .6s; }
    .login-overlay .waiting > i {
      font-size: 30pt;
      color: white; }
    .login-overlay .waiting p {
      color: white;
      font-size: 8pt;
      margin-top: 10px;
      text-transform: uppercase;
      font-weight: bold; }
    .login-overlay .waiting.waiting-hidden {
      opacity: 0; }
  .login-overlay .container.valign {
    display: block;
    position: relative;
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%); }

/**
 * Authentication area and sub-areas
 */
.auth-area {
  width: 100%;
  height: 100vh;
  padding-top: 100px; }
  .auth-area h1 {
    background-image: url(logo-invert.png);
    background-size: 156px 35.1px;
    width: 156px;
    height: 35.1px;
    margin: 0 auto 40px auto; }
    .auth-area h1 span {
      display: block;
      text-indent: -10000px;
      overflow: hidden; }

/**
 *
 */
.admin-area {
  position: relative;
  /**
   *
   */
  /**
   *
   */ }
  .admin-area.bar-visible {
    margin-top: 30px; }
  .admin-area .header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    background-color: #252525; }
    .admin-area .header h1.logo {
      display: block;
      height: 90px;
      border-bottom: 1px rgba(0, 0, 0, 0.62) solid;
      margin-bottom: 40px;
      margin-top: 0; }
      .admin-area .header h1.logo span {
        display: block;
        background-image: url(logo.png);
        background-size: 156px 35.1px;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        width: 156px;
        height: 35.1px;
        margin: 0 auto 0;
        padding-top: 65px;
        text-indent: -100000px;
        overflow: hidden; }
    .admin-area .header .menu h4 {
      margin-left: 40px;
      color: #868686;
      text-transform: uppercase;
      font-family: "Helvetica", sans-serif;
      font-size: 10pt; }
    .admin-area .header .menu ul {
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 30px; }
      .admin-area .header .menu ul li {
        display: block; }
        .admin-area .header .menu ul li a {
          display: block;
          padding: 10px 0;
          text-transform: uppercase;
          color: #a9a9a9;
          font-family: "Helvetica", sans-serif;
          font-size: 16pt;
          font-weight: bold;
          text-decoration: none; }
          .admin-area .header .menu ul li a.active, .admin-area .header .menu ul li a:hover {
            color: #fff; }
    .admin-area .header .menu-footer {
      position: fixed;
      width: 300px;
      bottom: 0;
      left: 0; }
      .admin-area .header .menu-footer ul {
        list-style-type: none;
        margin-left: 0;
        padding: 15px 20px 0 20px;
        border-top: 1px rgba(0, 0, 0, 0.62) solid; }
        .admin-area .header .menu-footer ul li.logout {
          width: 14%; }
          .admin-area .header .menu-footer ul li.logout a {
            display: block;
            width: auto;
            height: 0;
            background-image: url(noun_711512.png);
            background-repeat: no-repeat;
            background-size: 60% 60%;
            background-position: 50% 50%;
            padding-bottom: 100%;
            opacity: .8;
            text-indent: -10000px;
            overflow: hidden; }
            .admin-area .header .menu-footer ul li.logout a:hover {
              opacity: 1; }
  .admin-area .contents {
    padding-left: 300px; }

/**
 *
 */
.section {
  display: block;
  position: relative;
  padding: 120px 50px 30px; }
  .section h3 {
    text-transform: uppercase;
    font-size: 16pt;
    margin: 10px 0 30px; }

/*# sourceMappingURL=styles.css.map */
