/*! Revolution Viewing - Download v2.0.1, 4.12.2019 */

@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/* Variables and mixins */
/*////////////////*/
/*/// RV BRAND ///*/
/*////////////////*/
/* OTHER COLOURS */
/* rgb(0, 255, 207) */
/* rgb(8, 18, 78) */
/* Caribbean Green */
/* rgb(0, 196, 150) */
/* Blue Marguerite */
/* rgb(96, 90, 197) */
/* Amber */
/* rgb(255, 194, 0) */
/* Bright Turquoise */
/* rgb(8, 209, 230) */
/* Rose */
/* rgb(245, 0, 94) */
/* CLOUD BURST */
/* rgb(35, 45, 100) */
/* Dusty Gray */
/* rgb(153, 153, 153) */
/* ANIMATIONS */
/* GLOBAL ANIMATION DURATION */
/* MEDIA QUERIES */
/* LESS THAN/EQUAL TO */
/* ONLY */
/* GREATER THAN/EQUAL TO */
/* GREATER THAN*/
/* MEDIA EXCLUSIONS */
@media screen and (max-width: 1366px) {
  .gt-laptop {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .gt-tablet {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .gt-mobile {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .lte-mobile {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .lte-tablet {
    display: none !important; } }

@media screen and (min-width: 1367px) {
  .lte-laptop {
    display: none !important; } }

.cover, .a-cover, .r-cover {
  width: 100%;
  height: 100%; }

.a-cover {
  position: absolute;
  left: 0;
  top: 0; }

.r-cover {
  position: relative; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-pointer-events {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.momentum-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.left-0 {
  left: 0; }

.bottom-0 {
  bottom: 0; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.max-h-full {
  max-height: 100%; }

.overflow-hidden {
  overflow: hidden; }

.overflow-auto {
  overflow: auto; }

.scrolling-touch {
  -webkit-overflow-scrolling: touch; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

/* Universal styles and resets */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px;
  line-height: 1.25;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

b,
strong {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

svg {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input {
  line-height: normal; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

textarea {
  overflow: auto; }

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

/* Main styling */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  background-color: #232d64;
  background-image: url("img/team-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-size: cover;
  color: #fff;
  font-family: 'Roboto', sans-serif; }

p {
  margin-bottom: 20px; }

a {
  color: #fff;
  text-decoration: none; }

a:hover,
a:active {
  color: #333; }

/* Header Style */
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center; }
  header .logo {
    max-width: 100%;
    height: auto;
    display: block; }
  header .btn-container {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .btn-container .btn,
    header .btn-container .page-link {
      margin-left: 10px; }
    header .btn-container .btn {
      position: relative;
      width: 150px;
      max-width: 100%;
      z-index: 1;
      padding: 15px 30px;
      display: inline-block;
      border: 3px solid #00c496;
      color: #00c496;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1;
      outline: none;
      overflow: hidden;
      text-align: center;
      text-transform: uppercase; }
      header .btn-container .btn:after {
        content: ' ';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        z-index: -1;
        display: block;
        background: #00c496;
        opacity: 0; }
      @media screen and (min-width: 1025px) {
        header .btn-container .btn {
          -webkit-transition: all .3s;
          transition: all .3s; }
          header .btn-container .btn:after {
            -webkit-transition: all .3s;
            transition: all .3s; }
          header .btn-container .btn:hover, header .btn-container .btn:active {
            color: #fff; }
            header .btn-container .btn:hover:after, header .btn-container .btn:active:after {
              opacity: 1; }
          header .btn-container .btn:hover:after {
            height: 260%; }
          header .btn-container .btn:active:after {
            height: 400%; } }
  header .page-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #00c496;
    border-radius: 5px; }
    header .page-link svg {
      fill: #fff;
      height: 40px;
      margin: 0 auto;
      width: 24px; }
    @media screen and (min-width: 1025px) {
      header .page-link {
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        header .page-link svg {
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        header .page-link:hover {
          background-color: #00ffcf; }
          header .page-link:hover svg {
            width: 28px; } }

section {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  color: #fff;
  margin: 0 auto;
  padding: 5vh 4vw 6vh;
  text-align: center; }
  section h1 {
    font-size: 38px;
    line-height: 1;
    margin: 0 0 40px; }
  section h2,
  section h3 {
    margin-bottom: 20px; }

.v-center {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.h-center {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 32px; }

/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 0;
  display: inline-block;
  margin: 15px auto;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 276px; }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* Button 1 */
.btn-1 {
  border: 3px solid #00c496;
  color: #fff; }

/* Button 1e */
.btn-1e {
  overflow: hidden; }

.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #00c496;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.btn-1e:hover,
.btn-1e:active {
  color: #fff; }

.btn-1e:hover:after {
  height: 260%;
  opacity: 1; }

.btn-1e:active:after {
  height: 400%;
  opacity: 1; }

.dlpage {
  position: relative;
  z-index: 1; }

.container {
  vertical-align: middle; }

/* ==============================
  Upload Page
============================= */
.frontend section .h-center {
  max-width: 1080px; }

.instructions ol {
  margin: 0 0 25px;
  padding: 0;
  font-size: 14px;
  list-style-position: inside; }
  .instructions ol li {
    margin-bottom: 15px; }

.file_upload_box,
.file_inputs {
  float: left;
  width: 50%; }

.file_upload_box {
  padding-right: 2%; }
  .file_upload_box .drop_area {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url("img/download3.png");
    border: 4px dashed #959499;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px; }

#fileupload {
  cursor: pointer;
  display: block;
  height: 258px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  width: 100%;
  z-index: 2; }

#progress {
  background-color: #eee;
  height: 25px;
  margin: 0 1% 5px;
  position: relative;
  width: 98%;
  overflow: hidden;
  border-radius: 5px; }
  #progress .ready {
    color: #4e4d55;
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #progress .bar {
    height: 25px;
    background: #44cc44;
    position: absolute;
    -webkit-transition: width 0.2s ease 0s;
    transition: width 0.2s ease 0s; }
    #progress .bar .perc {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#upload-return {
  height: 200px;
  left: 0;
  margin: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  #upload-return span {
    background-color: rgba(68, 204, 68, 0.8);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 3px 10px; }
    #upload-return span.failed {
      background-color: rgba(204, 68, 68, 0.8); }

.file_inputs {
  padding-left: 2%; }
  .file_inputs .field_wrapper {
    margin-bottom: 15px;
    position: relative; }
    .file_inputs .field_wrapper label {
      display: block;
      font-size: 10px;
      margin-bottom: 5px; }
      .file_inputs .field_wrapper label span {
        font-size: 8px; }
  .file_inputs .col_2 .field_wrapper {
    float: left;
    width: 49%;
    margin-right: 1%; }
    .file_inputs .col_2 .field_wrapper:last-of-type {
      margin-left: 1%;
      margin-right: 0%; }
  .file_inputs .fields input,
  .file_inputs .fields textarea {
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #272727;
    color: #4e4d55;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px; }
    .file_inputs .fields input.bad,
    .file_inputs .fields textarea.bad {
      border-color: red; }
  .file_inputs .fields textarea {
    height: 40px;
    min-height: 40px;
    max-height: 250px;
    resize: vertical; }

.dlpage .btn {
  font-size: 14px;
  margin: 5px auto;
  padding: 15px 30px;
  width: 130px; }

.file_inputs .btn-1e:hover::after {
  height: 180%; }

.file_inputs .btn-1e:active::after {
  height: 400%; }

.download_output,
.btn.copier {
  display: none; }

.download_output {
  border: 2px solid #44cc44;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px; }

.download_output.bad {
  border-color: #cc4444; }

.download-ready {
  color: #ccc;
  font-weight: 600; }

.download-ready a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline; }

.download_output .btn {
  margin: 0; }

/* ==============================
  Download Page
============================= */
span.label {
  display: block;
  font-size: 14px;
  color: #afafaf;
  font-weight: 400; }

/* ==============================
  RV Download  - List
============================= */
.backend button {
  background-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  color: #4e4d55;
  cursor: pointer;
  font: 600 14px/1.2 "Open Sans",sans-serif;
  outline: medium none;
  padding: 4px 6px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

/*------*/
.rv_db_list {
  background-color: rgba(255, 255, 255, 0.75);
  border-collapse: collapse;
  color: #4e4d55;
  table-layout: fixed;
  width: 100%; }

.rv_db_list * {
  padding: 0; }

.rv_db_list button {
  border-color: #999999;
  font-size: 12px;
  margin: 0 auto 4px; }

.rv_db_list button:last-of-type {
  margin-bottom: 0; }

.rv_db_list th,
.rv_db_list td {
  word-wrap: break-word; }

.rv_db_list th {
  background-color: #4e4d55;
  border-color: #777;
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px; }

.rv_db_list .row {
  word-wrap: break-word; }

.rv_db_list .row:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.5); }

.rv_db_list .row.deleting,
.rv_db_list .row.archiving {
  position: relative; }

.rv_db_list .row .dl_id::after {
  color: #fff;
  content: "Archived";
  font-size: 26px;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 0;
  z-index: 10; }

.rv_db_list td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  font-size: 12px;
  padding: 8px 10px;
  position: relative; }

.rv_db_list .row .dl_id::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  content: "Row Blocker";
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  top: 0;
  width: 0;
  z-index: 5; }

.rv_db_list .row.deleting .dl_id::before,
.rv_db_list .row.deleting .dl_id::after,
.rv_db_list .row.archiving .dl_id::before,
.rv_db_list .row.archiving .dl_id::after {
  opacity: 1;
  width: 100%; }

.rv_db_list .row.deleting .dl_id::after {
  content: "Deleted"; }

.rv_db_list td.bad,
.rv_db_list td.tomorrow {
  background-color: rgba(255, 0, 0, 0.2) !important;
  font-weight: 600; }

.rv_db_list td.expired {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  font-weight: 600; }

.rv_db_list .headers th:last-of-type,
.rv_db_list td:last-of-type {
  border-right: 0 none; }

.rv_db_list .row:last-of-type th,
.rv_db_list .row:last-of-type td {
  border-bottom: 0 none; }

.rv_db_list .dl_id,
.rv_db_list .dl_count,
.rv_db_list .dl_uploader,
.rv_db_list .dl_projman {
  width: 90px; }

/*--- Download ID --*/
/*--- File Name --*/
.rv_db_list .dl_name.linked {
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s; }

.rv_db_list .dl_name.linked a {
  color: #666;
  display: inline-block;
  text-decoration: underline; }

.rv_db_list .dl_name.linked:hover {
  background-color: rgba(129, 136, 143, 0.2); }

.rv_db_list .dl_name.linked:active {
  background-color: rgba(129, 136, 143, 0.3); }

/*--- Upload Date --*/
.rv_db_list .dl_upload_date span {
  font-weight: 600; }

/*--- Delete Date --*/
.rv_db_list .dl_delete_date span {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase; }

/*--- Deleter --*/
.rv_db_list .row_delete {
  position: static; }

.rv_db_list td.row_delete {
  background-color: #aaa; }

.rv_db_list .null {
  background-color: rgba(255, 92, 95, 0.2);
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%; }

.rv_db_list .hidden {
  display: none; }

.rv_db_list tfoot {
  display: block;
  clear: both; }

.tableControls {
  margin-bottom: 15px;
  position: relative; }

.tableControls a {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  color: #717177;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 2px;
  padding: 2px 8px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

.tableControls a.active {
  background-color: rgba(255, 255, 255, 0.8);
  color: #4e4d55; }

.tableControls a.active:hover,
.tableControls a:hover {
  background-color: #fff;
  color: #4e4d55; }

.tableControls .pagi {
  border: 2px solid #ffffff;
  display: inline-block; }

.tableControls .pagi .showText,
.tableControls .pagi .pageLinks,
.tableControls .pagi .limiter {
  float: left;
  line-height: 24px; }

.tableControls .pagi .showText {
  padding: 7px 10px; }

.tableControls .pagi .pageLinks,
.tableControls .pagi .limiter {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #fff;
  padding: 6px; }

.tableControls .pagi .label {
  color: #ddd;
  float: left;
  font-size: 14px;
  margin-right: 6px; }

.tableControls .pagi .showText .label {
  margin-left: 0; }

/* ==============================
  Media Queries
============================= */
@media screen and (max-width: 1024px) {
  h1 {
    margin-bottom: 20px; }
  .file_upload_box,
  .file_inputs {
    float: none;
    margin-bottom: 40px;
    padding: 0;
    width: auto; }
  .file_upload_box {
    margin-bottom: 40px; }
  .rv_db_list .dl_count,
  .rv_db_list .dl_uploader,
  .rv_db_list .dl_projman {
    display: none; } }

@media screen and (max-width: 860px) {
  .rv_db_list .dl_upload_date,
  .rv_db_list .dl_actual_delete_date {
    display: none; } }

@media screen and (max-width: 600px) {
  .tableControls .pagi .limiter,
  .tableControls .pagi .pageLinks,
  .tableControls .pagi .showText {
    border-width: 1px 0 0;
    display: block;
    float: none;
    padding: 5px 12px;
    width: 100%; }
  .tableControls .pagi {
    float: none; }
  .tableControls .pagi .label {
    display: inline-block;
    float: none; }
  .tableControls a {
    float: none; }
  .rv_db_list .dl_delete_date,
  .rv_db_list .dl_description {
    display: none; } }
