/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #252525;
  min-height: 100vh; }

body {
  min-height: 100vh;
  box-sizing: border-box; }

.content-container {
  padding: 8px; }

#react-content {
  max-width: 1520px;
  width: 96vw;
  margin: 0 auto; }

.hidden {
  display: none; }

.relative {
  position: relative; }

.text-align-center {
  width: 100%;
  text-align: center; }

.mar-right-2 {
  margin-right: 2px; }

.mar-right-10 {
  margin-right: 10px; }

.dropdown-btn {
  background-color: inherit;
  font-size: 16px;
  padding: 0;
  border: none;
  cursor: pointer; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  right: 0;
  z-index: 1;
  width: 130px;
  border: 1px solid #cecece;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 0 5px 0; }

.dropdown-item-btn {
  background-color: inherit;
  border: none;
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
  cursor: pointer; }

.dropdown-item-btn:hover {
  background-color: #E6E6E6; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropdown-btn {
  color: #E6E6E6; }

.image-context-menu {
  position: absolute;
  right: 0;
  top: 8px;
  color: whitesmoke; }
  .image-context-menu:hover {
    color: white; }

.header {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 12px;
  padding-bottom: 5px; }

.album-title {
  margin: 0; }

.album-header {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 12px;
  padding-bottom: 5px; }

.album-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 6px; }

.album-back-button {
  width: 100px;
  display: inline-block; }

.header-navigation {
  height: 20px;
  margin-bottom: 5px; }

.logoff-btn {
  right: 8px;
  position: absolute; }

.header-contextual {
  min-height: 27px;
  position: relative; }

.album-control-btn-icon {
  margin-right: 3px; }

.album-control-group {
  position: absolute;
  bottom: 0;
  right: 0; }

.album-control-group-item {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 3px; }

.album-control-group-icon {
  width: 25px;
  height: 25px; }

.album-control-icon {
  color: #484848; }
  .album-control-icon:hover {
    color: #7f7f7f; }

.medium-icon {
  font-size: 1.3em;
  text-align: center; }

.album-control-btn {
  background-color: inherit;
  border: none;
  cursor: pointer;
  color: #484848; }
  .album-control-btn:hover {
    color: #7f7f7f; }

.modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  z-index: 1000; }

.modal > header {
  background-color: #58b0de;
  border-bottom: 1px solid #d7d7d7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.modal-title {
  display: inline-block;
  color: #fff;
  margin: 0 0 0 10px;
  height: 40px;
  line-height: 40px;
  cursor: default; }

.modal-exit {
  display: inline-block;
  position: fixed;
  right: 10px;
  line-height: 40px;
  color: #fff;
  cursor: pointer; }

.modal > footer {
  border-top: 1px solid #d7d7d7;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  height: 46px; }

.modal-button-group {
  position: fixed;
  right: 10px; }

.modal-button-group > button {
  margin-left: 5px; }

.modal-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 10px 5px 10px; }

.button {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  width: 80px;
  height: 30px;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer; }
  .button:hover {
    background-color: #f7f7f7; }

.button-primary {
  color: white;
  background-color: #58b0de;
  border-width: 0; }
  .button-primary:disabled {
    background-color: #dedede;
    color: #f6f6f6; }
  .button-primary:hover:enabled {
    background-color: #5db8e1; }

.modal-exit:hover {
  font-size: 18px; }

.albums-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-gap: 20px;
  margin: 0 auto; }

.album-card {
  width: 200px;
  height: 250px; }

.album-card img {
  width: 200px;
  height: 200px;
  display: block;
  margin-bottom: 8px; }

.album-card h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 5px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 2px;
  color: #252525; }

.album-card h4 {
  font-size: 0.75em;
  margin: 0;
  text-decoration: none;
  color: #595959; }

.album-date {
  font-weight: 300;
  font-size: 0.9em;
  margin-left: 1px; }

.album-card-link {
  text-decoration: none;
  color: #252525; }

.full-height {
  height: 100vh;
  min-height: 400px; }

.background-grey {
  background-color: #f5f5f5; }

.alert-card {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c; }

.alert-card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  box-shadow: 0 0 30px #d7d7d7;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  border: 1px solid #E2E2E2;
  border-radius: 5px; }

.alert-card-title-container {
  text-align: center;
  padding: 10px 5px 10px 5px;
  vertical-align: 50%;
  border-bottom: 1px solid #E2E2E2; }

.alert-card-title {
  font-weight: 300;
  margin: 0;
  font-size: 1.75rem; }

.alert-card-body {
  padding: 26px 30px 10px 30px; }

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

.card-input {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  box-sizing: border-box; }

.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #373a3c; }

.btn-block {
  display: block;
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: .25rem; }

.form-group {
  margin-bottom: 1rem; }

/*              Flash                 */
.alert-card-flash {
  border-top: 1px solid #E2E2E2; }

.alert {
  margin-bottom: 0;
  text-align: center;
  padding: 15px; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faf2cc; }

.btn-primary-alert {
  background-color: #f56464; }

.image-context-bg {
  height: 60px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(63, 63, 63, 0.4) 100%); }

.image-context {
  transition: opacity 0.3s 0s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }

.photo:hover .image-context {
  opacity: 1; }

.image-context-menu .album-control-icon {
  color: #f2f2f2; }
  .image-context-menu .album-control-icon:hover {
    color: #acb6c2; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?r46fpd") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\f067"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-play:before {
  content: "\f04b"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-upload:before {
  content: "\f093"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

/*Dropzone*/
.dropzone {
  height: auto;
  border: none !important;
  padding: 20px; }

.dropzone .dz-preview {
  margin: 0 10px 10px 0; }

.dz-image {
  border-radius: 0 !important; }

.dropzone-upload-icon {
  font-size: 46px;
  margin-bottom: 9px;
  color: #506a77; }

.dropzone-upload-icon:hover {
  color: #506a77; }

.dropzone-text {
  display: block;
  color: #506a77; }

.form-label {
  color: #484848;
  display: block;
  margin-bottom: 5px; }

.form-input {
  width: 100%;
  box-sizing: border-box;
  height: 2.4em;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px; }
