@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700|Source+Sans+Pro:300,400,600,700);.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
body {
  margin: 0;
}
a {
  text-decoration: none;
  color: #4d749b;
}

/********* Common *********/
body {
  background-color: #dadde0;
}

h1, h3, p {
  font-family: 'Source Sans Pro';
  color: #4d749b;
  text-align: center;
}

.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 400;
}

.btn-large button span {
  font-family: 'Oswald' !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
}

.ivisible {
  visibility: hidden;
}
.hide {
  display: none;
}

/********* Login *********/
.login-wrapper {
  background-color: #ffffff;
  width: 840px;
  height: 540px;
  margin: 50px auto;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 14px 45px, rgba(0, 0, 0, 0.10) 0px 10px 18px;
}
.login-wrapper-left,
.login-wrapper-right {
  background-color: #ffffff;
  width: 420px;
  height: 540px;
  float: left;
}
.login-wrapper-right {
  padding: 40px;
  width: 340px;
  height: 460px;
  text-align: center;
}
.login-wrapper-right h3 {
  margin-top: 45px;
  margin-bottom: 25px;
}

.login-form-container {
  width: 100%;
  margin: 0 auto;
}
.login-form-errors p {
  color: red;
  font-size: 12px;
  text-align: left;
}

/********* Menu aside *********/
.menu-container {
  background-color: #414e5a !important;
}
.menu-logo {
  background-color: #293d4d;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.menu-items {
  padding: 0 !important;
}
.menu-item {
  color: #ffffff !important;
}
.menu-item-active {
  background-color: #293d4d !important;
}
.aside-menu {
  height: 30vh;
}
/********* Layout *********/
.menu-topbar {
  box-shadow: none !important;
}
.menu-topbar-btn {
  color: #808081 !important;
}

/********* Tables *********/
table thead tr th {
  background-color: #f6f7f8 !important;
}
table thead tr th button {
  color: #48779d !important;
}

.img-grid{
  display: flex;
  flex-direction: column;
  margin: -5px;
}

.outer-img-wrapper{
  box-sizing: border-box;
  padding: 5px;
  /*width: 50%;*/
  display: flex;
  height: 110px;
  position: relative;
}

.inner-img-wrapper{
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.inner-img-wrapper img{
  height: 100%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.wrapper-seo-img {
  width: 100%;
}
.file-seo{
  height: 10px;
  min-width: 10px;
  background-color: #00e800;
  border-radius: 50%;
  z-index: 10;
  margin-left: auto;
  margin-right: 20px;
}

.no-file-seo{
  height: 10px;
  min-width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 10;
  margin-left: auto;
  margin-right: 20px;
}

.image-seo{
  position: absolute;
  top: 20px;
  right: 0px;
  height: 10px;
  width: 10px;
  background-color: #00e800;
  border-radius: 50%;
  z-index: 10;
}

.no-image-seo{
  position: absolute;
  top: 20px;
  right: 0px;
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 10;
}

.delete-button{
  position: absolute;
  height: 48px;
  width: 48px;
  padding-top: 60px;
  top: 20px;
  right: 0 px;
  z-index: 10;
  cursor: pointer;
}

.delete-action .delete-button {
  color: red !important;
}

.product-seo{
  position: absolute;
  top: 10px;
  right: 5px;
  height: 10px;
  width: 10px;
  background-color: #00e800;
  border-radius: 50%;
  z-index: 10;
}

.no-product-seo{
  position: absolute;
  top: 10px;
  right: 5px;
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 10;
}

.chosen-thumbnail{
  position: absolute;
  top: 35px;
  right: 0px;
  height: 10px;
  width: 10px;
  background-color: orange;
  border-radius: 50%;
  z-index: 10;
}

.selected-image{
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px #000;
}

.tabs > div{
  background-color: transparent !important;
}

.tab{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 70px !important;
  margin-right: 5px !important;
  background-color: #ccc !important;
}

.active-tab{
  background-color: white !important;
  color: black !important;
}

.tabs-container{
  padding: 20px;
}

.header-wrapper{
  position: relative;
  border-bottom: 2px solid #4d749b
}

.header-wrapper h3{
  margin: 5px 0 5px 0;
}

.file-list{
  padding : 0;

}

.file-list > li{
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 5px 0 5px 0;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.file-list-item .file-icon{
  display: none;
}

.file-list-item:hover .file-icon{
  display: block;
  margin-right: 20px;
  height: 100%;

}

.file-list-item:hover .file-icon svg{
  height: 100%;
}

.file-list-item{
  display: flex;
  align-items: center;
  width: 100%;
  word-break: break-all;
}

.selected-file{
  background-color: #eee;
}

.video-list-item {
  word-wrap: break-word;
  cursor: pointer;
  padding: 10px;
}

.selected-video {
  border: 1px solid #4d749b;
}

.video-list-item > .video-url {
}

.video-list-item > .show-video-edit-options {
  height: auto;
  visibility: visible;
  display: flex;
  justify-content: space-around;
}

.video-list-item > .hide-video-edit-options {
  height: 0px;
  visibility: hidden;
}

.technical-information-list{
  list-style-type : none;

}

.dropzone{
  height: 300px;
  border: 3px dashed #4d749b;
  overflow: auto;
}


#quality-check-protocol, #quality-check-edit{
  box-sizing: border-box;
  padding: 20px;
}

#quality-check-protocol .paper{
  padding: 20px;
}

#quality-check-protocol h3, #quality-check-edit h3{
    text-align: left;
}

#quality-check-protocol td{
  width : 16.66%;
  border: 1px solid #ccc;
}

#quality-check-protocol th{
  height: 50px;
  border: 1px solid #ccc;
}

.places-autocomplete-input{
  margin: 0 5%;
  width: 40%;
  border: 0;
  font-size: 1em;
  border-bottom: 1px solid #ddd;
}

.create-button{
  width: 30%;
  color: white;
  background-color: #4d749b;
  height: 50px;
  border: 0;
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Source Sans Pro';
}

.download-pdf-button{
  width: 30%;
  color: white;
  background-color: #9b584d;
  height: 50px;
  border: 0;
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Source Sans Pro';
  margin-left: 30px;
}

#quality-check-edit .paper{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

#quality-check-edit h1{
  width: 100%;
}

#quality-check-edit .read-only{
  width: 40%;
}

#quality-check-edit .editable{
  width: 50%;
}

#quality-check-edit .select-field{
  margin-right: 100%;
}

.date-button:hover{
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 9px 25px rgba(1,1,1,.1);
}

.save-button-wrapper{
  display : flex;
  justify-content : center;
  align-items : center;
  width: 98%;
  padding : 20px;
}

  #upload-prices .paper {
    margin: 20px;
    padding: 20px;
  }

  #upload-prices h3 {
    text-align: left;
  }

  #upload-prices .old-price {
    // color: #ff0072;
  }

  #upload-prices .new-price {
    color: #4d749b;
  }

.gd-hide {
display: none !important;
}

.nav {
  padding: 10px 10px 0;
  background: #333;
}
.is-visible {
  border: solid 1px red;
}
.dz-wrapper {
  display: flex;
}
.dropzone {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
}
.dropzone>*:first-child{
  align-self: center;
  width: 100%;
  text-align: center;
}
.dropzone>*:nth-child(n+2) {
  padding: 5px;
  text-align: center;
}
.images-wrapper {
  padding: 10px;
}

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