body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #3d3536;
  background-color: #FFF; }

body, html {
  /* important */
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

#pagination li {
  display: inline-block; }
  #pagination li a {
    background-color: #125282;
    color: #fff;
    padding: .25em 1em;
    text-decoration: none;
    cursor: pointer; }

.download {
  cursor: pointer;
  border: 1px solid red;
  padding: 1em; }

.delete-rows {
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .8em;
  border: 1px solid #125282;
  border-radius: .2em;
  cursor: pointer;
  background-image: url("../images/trash.png"); }

.header {
  background-image: url("../images/logo-top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: auto 4em;
  height: 5em; }

.label {
  color: #125282;
  padding-left: 1em;
  font-size: 0.8em;
  font-family: 'Open Sans Condensed'; }

.cmr-line {
  cursor: pointer; }

.green {
  background-color: darkseagreen;
  width: 100%;
  padding: 5px 0 5px 0; }

.blue {
  background-color: #125282;
  width: 100%;
  padding: 5px 0 5px 0;
  color: #fff; }

.new-cmr {
  background-color: #CFCFCF;
  width: 100%;
  padding: 5px 0 5px 0; }

.b-r {
  border-right: 1px solid grey; }

.tbl_header {
  font-size: 0.8em;
  font-family: 'Open Sans Condensed'; }

.condensed {
  font-family: 'Open Sans Condensed'; }

.border-hercules-1 {
  border: 1px solid #125282; }

.border-hercules {
  border: 1px solid #125282;
  border-radius: .2em; }

.color_hercules {
  color: #125282; }

.centered-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white; }

input[type="button"] {
  width: 100%;
  border: none;
  background-color: #125282;
  color: #fff;
  padding: .5em 1em; }

#messages {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15em;
  z-index: 100000; }
  #messages .message {
    position: relative;
    background: green;
    color: #fff;
    width: 15em;
    padding: .5em 1em;
    font-size: 0.8em;
    margin-bottom: 1em;
    font-family: 'Open Sans Condensed';
    cursor: crosshair; }
  #messages .error {
    position: relative;
    background: red;
    color: #fff;
    width: 15em;
    padding: .5em 1em;
    font-size: 0.8em;
    margin-bottom: 1em;
    font-family: 'Open Sans Condensed';
    cursor: crosshair; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(44, 44, 44, 0.5);
  background-image: url("../images/pulse-rings-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4em;
  z-index: 200000;
  display: none; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(44, 44, 44, 0.73);
  z-index: 1000;
  display: none;
  /*	display: block;*/ }
  #overlay .close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 2em;
    top: 2em;
    border: 1px solid #125282;
    background-image: url("../images/close-cross.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    z-index: 1001;
    cursor: pointer; }

#overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(44, 44, 44, 0.73);
  z-index: 2000;
  /*	display: none;*/
  display: block; }
  #overlay-1 .close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 2em;
    top: 2em;
    border: 1px solid #125282;
    background-image: url("../images/close-cross.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em;
    z-index: 1001;
    cursor: pointer; }

.button {
  display: inline-flex;
  padding: .5em 1em;
  background-color: #125282;
  color: #fff;
  text-decoration: none; }

.small-button {
  width: 1.2em;
  height: 1.2em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .8em;
  cursor: pointer;
  border: 1px solid #125282;
  margin-top: .5em;
  display: inline-block;
  border-radius: .1em;
  margin-right: 0.2em; }

.edit-container {
  display: inline-block;
  margin-top: 1.5em; }
  .edit-container .wrapper {
    background-color: #fff;
    padding: 2em; }

.add_row {
  background-image: url("../images/add-row.png"); }

.edit_row {
  background-image: url("../images/edit-text-inline.png"); }

.del_row {
  background-image: url("../images/trash.png"); }

.del_line {
  width: 100%;
  height: 2em;
  cursor: pointer;
  background-image: url("../images/trash.png");
  background-position: center center;
  background-repeat: no-repeat;
  /*	border:1px solid $color-herc-blue;*/
  background-size: 1em; }

select {
  display: inline-block;
  -webkit-appearance: none;
  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none;
  /*REMOVES DEFAULT FIREFOX STYLE*/
  border: 0 !important;
  /*REMOVES BORDER*/
  border-radius: .3em;
  border: 1px solid #125282 !important;
  color: #125282;
  font-size: 1em;
  font-weight: 100;
  font-family: 'Open Sans';
  padding: .6em 1em;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background-size: contain;
  /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
  background-color: #fff;
  background-image: url(../images/drop-down-arrow.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 1em; }

option {
  font-weight: 100;
  font-family: 'Open Sans';
  text-align: center; }

#contact {
  position: relative;
  padding-top: 5em;
  z-index: 10; }

input[type=text] {
  padding: .6em;
  width: 100%;
  font-family: 'Open Sans';
  box-sizing: border-box;
  border: none;
  border: 1px solid #125282;
  border-radius: .2em;
  background-color: #fff;
  color: #125282; }

input[type=submit] {
  padding: .6em;
  width: 100%;
  font-family: 'Open Sans';
  box-sizing: border-box;
  border: none;
  border: 1px solid #125282;
  border-radius: .2em;
  background-color: #125282;
  color: #fff;
  -webkit-transition: all   ease-out .5s;
  -moz-transition: all  ease-out .51s;
  -o-transition: all  ease-out .5s;
  transition: all  ease-out .5s; }

input[type=submit]:hover {
  color: #ccc;
  background-color: #fff; }

textarea {
  width: 100%;
  height: 6em;
  padding: 1em;
  box-sizing: border-box;
  border: none;
  border: 1px solid #6666;
  border-radius: .2em;
  background-color: #6666;
  color: #fff;
  resize: vertical; }

#wait {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 5em;
  background-position: center center;
  background-image: url("../images/pulse-rings-3.svg");
  background-color: rgba(255, 255, 255, 0.7); }

.picture {
  position: relative;
  width: 100%;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #125282;
  border-radius: .2em;
  background-image: url("../images/not-available.svg"); }
  .picture .handle {
    position: absolute;
    top: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: .8em;
    border: 1px solid #125282;
    border-radius: .2em;
    cursor: pointer; }
  .picture .upload {
    left: 1em;
    background-image: url("../images/add-row.png"); }
  .picture .delete {
    left: 3em;
    background-image: url("../images/trash.png"); }
  .picture .lupe {
    left: 5em;
    background-image: url("../images/lupe.png"); }

.picture:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.uploadBox {
  position: absolute;
  background: lightblue;
  width: 300px;
  height: 200px; }

.imageUploadInput {
  display: none; }

#slider-container {
  position: absolute;
  top: 8em;
  left: 2em;
  right: 2em;
  bottom: 2em;
  border: 2px dotted #fff;
  z-index: 200000; }
  #slider-container .slide {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
    background-color: #ccc; }

.form-container {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px; }
  .form-container input {
    width: 100%;
    text-align: center;
    padding: .5em; }
  .form-container .app {
    width: 150px; }
  .form-container #img {
    text-align: center; }

.wrapper-nv {
  width: 1400px;
  background: #fff;
  display: block; }

@media screen and (max-width: 768px) {
  .wrapper-nv {
    width: 100%;
    background: #fff;
    display: block; }

  .header {
    background-size: 90%;
    height: 6em; }

  .form-container {
    width: 100%; }

  .edit-container {
    display: inline-block;
    margin-top: .5em;
    width: 100%;
    text-align: center; }
    .edit-container .wrapper {
      background-color: #fff;
      padding: 2em; } }
