html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

* {
  box-sizing: border-box; }

body {
  font-size: 14px;
  line-height: 20px; }

h1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500; }

h2 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 500; }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  min-width: 1000px;
  max-width: 1200px;
  position: relative !important;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  clear: both;
  overflow: hidden; }

.width-full {
  width: 100%; }
.width-half {
  float: left;
  width: 48%;
  width: calc((100% - 20px) / 2);
  margin-right: 4%;
  margin-right: 20px; }
  .width-half:nth-of-type(2n) {
    margin-right: 0; }

.button {
  border-radius: 2px;
  padding: 10px 20px;
  display: inline-block;
  line-height: 25px;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out; }
  .button:hover {
    text-decoration: none; }
  .button--blue {
    background: rgba(0, 67, 112, 0.9);
    color: white; }
    .button--blue:hover:not(.button--disabled) {
      background: #004370; }
  .button--white {
    background: white;
    border: 1px solid #004370;
    line-height: 23px; }
    .button--white:hover:not(.button--disabled) {
      background: rgba(0, 67, 112, 0.05); }
  .button--small {
    padding: 5px 15px; }
  .button--disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .title .button-container {
    float: right;
    width: 27%; }
    .title .button-container .button {
      float: left;
      margin: 0; }

header#main-header {
  background: #FFE138;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 40px; }
  header#main-header .container {
    height: 40px; }
  header#main-header .left {
    position: absolute;
    left: 20px;
    top: 0; }
    header#main-header .left a {
      color: #004370; }
  header#main-header .right {
    position: absolute;
    right: 20px;
    top: 0; }
    header#main-header .right a {
      color: #7F9254; }

h1 {
  display: inline-block; }
  h1 a {
    display: inline-block; }
  h1 img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 8px; }

aside {
  float: left;
  width: 20%;
  margin-right: 5%;
  margin-top: 85px; }
  aside .action--modal_open {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px; }

section.content {
  float: right;
  width: 75%; }

h2 {
  display: inline-block;
  margin-right: 6px; }

.title {
  margin-bottom: 40px; }
  .title .button {
    float: right; }

.form-files--add-files {
  display: none; }

.list_groups-items {
  border: 1px solid #C2D2DE;
  border-radius: 2px; }
.list_groups-item > a {
  display: block;
  border-bottom: 1px solid #C2D2DE;
  background: white;
  overflow: hidden;
  padding: 10px 15px;
  -webkit-transition: background 0.1s ease-out, color 0.1s ease-out;
  -moz-transition: background 0.1s ease-out, color 0.1s ease-out;
  transition: background 0.1s ease-out, color 0.1s ease-out; }
  .list_groups-item > a:hover {
    background: rgba(229, 236, 240, 0.5);
    text-decoration: none; }
.list_groups-item ul {
  border-bottom: 1px solid #C2D2DE;
  background: #FAFBFC;
  padding: 10px 15px;
  display: none; }
  .list_groups-item ul li {
    font-size: 13px;
    line-height: 22px;
    color: #397D9E;
    border-left: 2px solid #7FA1B7;
    padding-left: 10px;
    height: 22px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }
.list_groups-item:last-of-type > a {
  border-bottom: 0; }
.list_groups-item:last-of-type ul {
  border-bottom: 0; }
.list_groups-item--inbox {
  margin-bottom: 20px; }
  .list_groups-item--inbox .text {
    width: 100%; }
.list_groups-item--open > a {
  background: rgba(0, 67, 112, 0.9) !important;
  color: white !important; }
.list_groups-item--open .counter {
  color: white; }

.text {
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  white-space: nowrap; }

.counter {
  display: inline-block;
  float: right;
  font-size: 13px;
  line-height: 25px;
  margin-left: 10px;
  color: #7FA1B7; }

.list_files-items {
  margin-bottom: 30px;
  clear: both; }
  .list_files-items .list_files-item {
    overflow: hidden;
    margin-bottom: 30px; }
    .list_files-items .list_files-item:last-of-type {
      margin-bottom: 0; }
  .list_files-items .data {
    float: left;
    width: 70%;
    border: 1px solid #C2D2DE;
    border-radius: 2px;
    padding: 10px; }
  .list_files-items .file {
    display: block;
    overflow: hidden;
    border: 1px solid #C2D2DE;
    border-radius: 2px;
    padding: 10px 15px;
    line-height: 25px;
    margin-bottom: 10px;
    background: white;
    -webkit-transition: background 0.1s ease-out, border 0.1s ease-out;
    -moz-transition: background 0.1s ease-out, border 0.1s ease-out;
    transition: background 0.1s ease-out, border 0.1s ease-out; }
    .list_files-items .file:last-of-type {
      margin-bottom: 0; }
    .list_files-items .file:not(.file--uploading):hover {
      background: #FAFBFC;
      border-color: #7FA1B7; }
      .list_files-items .file:not(.file--uploading):hover .action--file_remove {
        opacity: 1; }
    .list_files-items .file--uploading {
      cursor: default;
      animation: backgroundLoop 2s infinite; }
@keyframes backgroundLoop {
  0% {
    background: white; }
  50% {
    background: #e5ecf1; }
  100% {
    background: white; } }
  .list_files-items h3 {
    float: left;
    font-size: 15px;
    font-weight: 500; }
  .list_files-items .list-files-title {
    float: none;
    margin-bottom: 8px; }
  .list_files-items .list-files-paragraph {
    margin-bottom: 12px; }
  .list_files-items .size {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    position: relative;
    top: 1px;
    color: #7FA1B7; }
  .list_files-items .action--file_remove {
    opacity: 0;
    float: right;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
    .list_files-items .action--file_remove:hover {
      color: #BE1529; }
  .list_files-items .placeholder {
    float: left;
    font-size: 13px;
    color: #7FA1B7; }
  .list_files-items .metadata {
    float: left;
    width: 27%;
    margin-left: 3%;
    padding-top: 15px; }
    .l-client-group .list_files-items .metadata, .l-client-batch .list_files-items .metadata {
      width: 66%; }
  .list_files-items .date {
    display: block; }
  .list_files-items .group {
    color: #397D9E;
    display: block;
    margin-top: 2px;
    font-size: 13px;
    line-height: 18px; }
    .list_files-items .group-before {
      display: none; }
    .list_files-items .group a {
      color: #397D9E; }
  .list_files-items .action--cancel_upload {
    margin-left: 20px; }
  .list_files-items textarea {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 160px;
    min-height: 160px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #004370;
    border-color: #C2D2DE;
    border-radius: 2px;
    font-family: "Gesta", sans-serif; }
  .list_files-items input {
    margin-top: 10px;
    width: 100%;
    font-family: "Gesta", sans-serif;
    font-size: 14px;
    color: #004370;
    border: 1px solid #C2D2DE;
    border-radius: 2px;
    padding: 6px 10px;
    line-height: 20px; }
    .list_files-items input.has-error {
      border-color: #BE1529; }

.list_files-items--upload .fade {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.25; }
.list_files-items--upload .list_files-item {
  display: none;
  margin-bottom: 30px;
  position: relative;
  z-index: 100; }
.list_files-items--upload .data {
  background: #FAFBFC;
  border: 1px dashed #004370; }
.list_files-items--upload.is-visible .fade {
  display: block; }

#list_files-items--upload-1 {
  padding: 5px; }

#list_files-items--upload-2 {
  display: none;
  padding: 10px; }

.actions {
  clear: both;
  overflow: hidden;
  margin-top: 20px; }

.action-secondary {
  float: left;
  line-height: 35px; }

.buttons {
  float: right; }

.button {
  float: left;
  margin-left: 10px; }

.next {
  margin-top: 40px;
  text-decoration: underline;
  text-align: center;
  width: 70%;
  display: inline-block; }

.recipients {
  margin-top: 30px;
  vertical-align: top;
  line-height: 24px; }
  .recipients label {
    margin-left: 20px;
    margin-right: 10px;
    float: left;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500; }
  .recipients-items {
    display: block;
    overflow: hidden; }
    .recipients-items .action--add_email {
      clear: both;
      margin-left: 20px;
      display: inline-block; }
  .recipients-item {
    clear: both;
    line-height: 25px; }

.form-recipients--add_recipient {
  border: 1px solid #C2D2DE;
  border-radius: 2px;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  overflow: hidden;
  display: none; }
  .form-recipients--add_recipient input {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Gesta", sans-serif;
    font-size: 13px;
    color: #004370; }
    .form-recipients--add_recipient input::-webkit-input-placeholder {
      color: #7FA1B7; }
    .form-recipients--add_recipient input:-moz-placeholder {
      color: #7FA1B7; }
    .form-recipients--add_recipient input::-moz-placeholder {
      color: #7FA1B7; }
    .form-recipients--add_recipient input:-ms-input-placeholder {
      color: #7FA1B7; }
  .form-recipients--add_recipient .add_email-input {
    width: calc(100% - 100px);
    float: left;
    background: transparent;
    padding: 6px 10px;
    line-height: 20px; }
  .form-recipients--add_recipient .add_email-submit {
    width: 100px;
    float: right;
    background: rgba(0, 67, 112, 0.9);
    color: white;
    font-weight: 500;
    padding: 0 15px;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-out, color 0.1s ease-out;
    -moz-transition: background 0.1s ease-out, color 0.1s ease-out;
    transition: background 0.1s ease-out, color 0.1s ease-out; }
    .form-recipients--add_recipient .add_email-submit:hover {
      background: #004370;
      color: white; }

.modal {
  width: 600px;
  margin: 0 auto;
  overflow: scroll;
  background: white;
  min-height: 100px;
  max-height: 90vh;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 30px;
  -webkit-transform: translateY(-90vh);
  -moz-transform: translateY(-90vh);
  -ms-transform: translateY(-90vh);
  -o-transform: translateY(-90vh);
  transform: translateY(-90vh);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .modal-title {
    border-bottom: 1px solid #C2D2DE;
    padding-bottom: 15px; }
  .modal .row {
    margin-top: 15px;
    overflow: visible; }
  .modal h4 {
    font-size: 18px;
    font-weight: 500; }
  .modal label {
    color: #7FA1B7;
    display: block;
    margin-bottom: 4px; }
  .modal input {
    width: 100%;
    font-family: "Gesta", sans-serif;
    font-size: 14px;
    color: #004370; }
    .modal input[type=text] {
      border: 1px solid #C2D2DE;
      border-radius: 2px;
      padding: 6px 10px;
      line-height: 20px; }
    .modal input.has-error {
      border-color: #BE1529; }
  .modal .recipients-items {
    border: 1px solid #C2D2DE;
    border-radius: 2px;
    padding: 10px 10px 10px; }
  .modal .recipients-item {
    position: relative;
    line-height: 30px; }
  .modal .action--remove_email {
    position: absolute;
    right: 6px;
    top: 1px;
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
    .modal .action--remove_email:hover {
      opacity: 1; }
  .modal .action--add_email {
    margin-left: 5px; }
  .modal .form-recipients--add_recipient input {
    font-size: 13px; }
  .modal--open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .modal-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none; }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: inline-block;
  position: relative;
  width: 100%; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em; }

  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }
/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  background: #eaff00; }

.awesomplete li:hover mark {
  background: #b5d100; }

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit; }

.login {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .login h1 {
    margin-left: 30px; }
  .login p {
    margin-left: 30px; }
    .login p a {
      color: #7FA1B7; }
    .login p.error {
      color: #BE1529; }
    .login p.success {
      color: #39BC18; }
  .login h1 + p {
    margin-top: 20px; }
  .login form {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #FAFBFC;
    border: 1px solid #C2D2DE;
    border-radius: 2px;
    padding: 25px 30px;
    overflow: hidden; }
  .login label {
    display: block;
    color: #7FA1B7;
    margin-bottom: 5px; }
  .login input {
    font-family: "Gesta", sans-serif; }
  .login input[type=email], .login input[type=password] {
    display: block;
    width: 100%;
    background: white;
    border: 1px solid #C2D2DE;
    border-radius: 2px;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #004370;
    font-size: 14px;
    line-height: 20px; }
  .login input[type=submit] {
    background: #00528a;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer; }
    .login input[type=submit]:hover {
      background: #004370; }

body {
  font-family: "Gesta", sans-serif;
  color: #004370;
  -webkit-font-smoothing: subpixel-antialiased; }

a {
  color: #004370;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.left {
  float: left; }

.right {
  float: right; }

section.main {
  margin-top: 60px; }
  section.main > .container {
    min-height: 200px; }

.action {
  color: #7FA1B7;
  font-size: 13px; }

input {
  -webkit-font-smoothing: subpixel-antialiased; }

.faded {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.l-client-group .list_files-items .data, .l-client-batch .list_files-items .data {
  float: none;
  display: block; }
.l-client-group .list_files-items .metadata, .l-client-batch .list_files-items .metadata {
  float: none;
  display: block;
  margin-left: 20px;
  padding-top: 6px; }
.l-client-group .list_files-items .date, .l-client-batch .list_files-items .date {
  float: left; }
.l-client-group .list_files-items .group, .l-client-batch .list_files-items .group {
  float: left;
  margin-left: 6px; }
  .l-client-group .list_files-items .group-before, .l-client-batch .list_files-items .group-before {
    display: inline; }

.l-client-group .title .button-container {
  position: absolute;
  top: 85px;
  left: 20px; }
