/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.06.2019, 10:45:59
    Author     : bodomarks
*/
body {
  height: 100%;
}
.vertical2-center-table {
  display: table;
  height: 100%;
  overflow: hidden;
}
.vertical2-center-td {
  display: table-cell;
  vertical-align: middle;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-center-td {
  position: relative;
}
.permListIcons {
  border: 1px solid #acacac;
  color: #acacac;
  padding: 5px;
}
.permListIcons:hover {
  border-color: #000;
  color: #000;
}
.rowPermLinks:hover {
  background-color: #d5d5d5 !important;
}
.folder-perm-label {
  padding-top: 7px;
  font-size: 14px;
  margin-left: 5px;
  padding-bottom: 7px;
  color: green;
}
.boxCenterCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxCenterCenter div {
  padding: 5%;
  background-color: #069;
  color: #fff;
  font-size: 120%;
  min-width: 40px;
  min-height: 40px;
}
.folder-perm-label-outside {
  width: 20%;
  border: 0px solid #ccc;
  position: relative;
}
.folder-perm-data-outside {
  width: 79%;
  border: 0px solid #ccc;
  position: relative;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.flexCenterChilds {
  display: flex;
  justify-content: center;
}
.blockCenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.hidden {
  display: none;
}
.btn-upload-info {
  background-color: #069;
  border: none;
  color: white;
  padding: 6px 8px;
  font-size: 12px;
  cursor: pointer;
}
.elemEditFolder {
  display: none;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.elemEditFolderModal {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.formularPartFormTitle {
  margin-top: 10px;
  color: #000;
  font-weight: 600;
  font-size: 100%;
}
.alert-form-text {
  color: red;
}
.bg-custom-1 {
  background-color: #ebebeb !important;
}
a.bg-bg-custom-1:focus,
a.bg-custom-1:hover,
button.bg-custom-1:focus,
button.bg-custom-1:hover {
  background-color: #acacac !important;
}
.menuButton {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 30px;
  max-width: 300px;
  min-width: 200px;
  border: 1px solid #acacac;
  cursor: pointer;
}
.funcButton {
  margin-top: 10px;
  line-height: 30px;
  max-width: 250px;
  min-width: 100px;
  border: 1px solid #acacac;
  cursor: pointer;
}
.navbar-brand {
  font-size: 14px;
}
/********* MAIN LAYOUT ***********/
.main-header {
  position: fixed;
  background-color: #fff;
  z-index: 99 !important;
  top: 0;
  left: 0px;
  right: 0px;
  border: 1px solid #ccc;
  margin-top: 0px;
  margin-right: 0px !important;
}
.siteBarLeftClose:hover {
  background-color: #069;
}
.siteBarLeftClose:hover > i {
  color: #fff !important;
}
.siteBarRightClose:hover {
  color: #fff !important;
  background-color: #069;
}
.main-footer {
  grid-column: 1 / span 12;
  grid-row: 0.75;
  align-self: end;
}
.main-wrapper > div {
  /*background-color: #069;*/
  border: 1px solid #ccc;
}
.main-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(auto, auto);
  margin: 10px;
  margin-top: 70px;
  z-index: 9000;
}
.main-sidebar-left {
  grid-column: 1 / span 12;
  margin-bottom: 10px;
}
.main-body {
  grid-column: 1 / span 12;
  grid-row: 3;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .main-sidebar-left {
    grid-column: 1 / span 3;
    grid-row: 2 ;
    margin-bottom: 10px;
  }
  .main-footer {
    grid-row: 3 ;
  }
  .main-header {
    /*
        grid-column: 1 / span 12 ;
        grid-row: 1 ;
        margin-bottom:0;
        */
  }
}
@media (min-width: 500px) {
  .main-body {
    grid-column: 4 / span 9;
    grid-row: 2 ;
    margin-bottom: 10px;
  }
}
@media (min-width: 500px) {
  .main-wrapper {
    grid-gap: 0px 10px;
  }
  .form-iptc-50-left {
    width: 49% !important;
    margin-right: 1% !important;
  }
  .form-iptc-50-right {
    width: 50% !important;
  }
}
/*
.three {
  grid-column: 1;
  grid-row: 2 / 5;
}
.four {
  grid-column: 3;
  grid-row: 3;
}
.five {
  grid-column: 2;
  grid-row: 4;
}
.six {
  grid-column: 3;
  grid-row: 4;
}
*/
.container {
  height: 100vh;
  display: grid;
  grid-template-rows: 80px 4fr 1fr 40px;
  grid-template-columns: 100%;
  grid-template-areas: "header" "content" "sidebar" "footer";
}
@media screen and (min-width: 44.001em) {
  .container {
    grid-template-rows: 200px 1fr 100px;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas: "header header header header" "content content content sidebar" "footer footer footer footer";
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
.spinPosClass-body {
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 0px solid red;
  margin-top: 100px;
  font-size: 12px;
  color: #000;
  margin-bottom: 50px;
}
.spinPosClass-upload {
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
}
.spinPosClass-frames {
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 0px solid red;
  margin-top: 80px;
  font-size: 12px;
  color: #000;
  margin-bottom: 20px;
}
.mainGrid {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.overPreviewImg {
  background-color: #990000;
  position: absolute;
  color: #f1f1f1;
  bottom: 10px;
  border: 1px solid #f1f1f1;
  border-left: 0px;
  font-size: 130%;
  padding: 3px 10px 3px 10px;
  border-radius: 0 10px 10px 0px;
}
#overlayOverAll {
  /*
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    */
}
.userDataFormInput {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #acacac;
  padding: 5px;
}
.userDataFormName2 {
  padding-left: 5px;
  padding-top: 10px;
  color: #bb0000;
  font-style: normal;
  margin: 0 auto;
  text-align: left;
}
.buttons-file-details {
  margin-top: 5px;
  margin-bottom: 5px;
}
input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  /* IE */
  -moz-transform: scale(1.5, 1.5);
  /* FF */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5, 1.5);
  /* Opera */
  transform: scale(1.5, 1.5);
  padding: 10px;
  margin-right: 5px;
}
.buttons-file-details span {
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}
.buttons-file-details-form {
  padding: 3% 8% 8% 8%;
}
.deliveryLogHeadline {
  padding: 1% 8% 8% 8%;
}
.server-data-file-form-delivey {
  margin: 0 auto;
  text-align: left;
}
.form-iptc-50-left {
  width: 100;
  margin: 0;
}
.form-iptc-50-right {
  width: 100%;
}
.form-img-bigger {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px;
  font-size: 160% @rgba: rgba(0, 0, 0, 0.1); @argb: #1a000000; background-color: #000; background-color: rgba(0, 0, 0, 0.1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);;
}
.copyCaptionSet,
.pasteCaptionSet {
  font-size: 90%;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.toggle.android,
.toggle-group label {
  font-size: 90% !important;
}
.fileSelect {
  display: block;
}
.fileSelectEnabled {
  display: block;
}
.menuLeftTitle {
  padding: 10px;
  padding-left: 15px;
  background-color: #17a2b8;
  color: #fff;
  margin: 0 auto;
  text-align: left;
  font-site: 160%;
  border-bottom: 1px solid #fff;
}
.menuLeftTitle2 {
  padding: 10px;
  padding-left: 15px;
  background-color: #0f6597;
  color: #fff;
  margin: 0 auto;
  text-align: left;
  font-site: 160%;
  border-bottom: 1px solid #fff;
}
.fixed-content {
  height: 1000px;
  position: fixed;
  overflow-y: hidden;
  overflow-x: auto;
}
.showUserData:hover {
  background-color: #ccc;
}
.userInputDivOuter {
  display: flex;
  padding: 5px !important;
}
.uploadListItem {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.flexAlignStart {
  display: flex;
  align-items: flex-start;
}
.flexAlignStart {
  display: flex;
  align-items: flex-start;
}
.buttonSendBigFull {
  padding: 15px;
  font-size: 140%;
  background-color: #0f6597;
  color: #fff;
}
.folderStandardColor {
  color: #0f6597;
}
.folderStandardColor_open {
  color: #17a2b8;
}
.folderWebSharedColor {
  color: #bb0000;
}
.folderWebSharedColor_open {
  color: #bb0000;
}
.listTitleStandardColor {
  color: #fff;
  background-color: #acacac;
}
.jumbo-own-1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}
.validTimeViewHide,
.passwordHide {
  display: none;
}
.perm-data-resttime-data-part-small {
  margin: 0 auto;
  text-align: center;
  flex: none;
  border: 1px solid #acacac;
  padding: 3px;
  font-size: 110%;
}
.perm-data-resttime-data-part-small-title {
  margin: 0 auto;
  text-align: center;
  flex: none;
  font-size: 80%;
  width: 60px;
}
.perm-data-resttime-data-part-big {
  margin: 0 auto;
  text-align: center;
  flex: none;
  border: 1px solid #acacac;
  padding: 10px;
  font-size: 200%;
}
.perm-data-resttime-data-part-big-title {
  margin: 0 auto;
  text-align: center;
  flex: none;
  font-size: 90%;
}
.bootstrap-switch {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.button-bodega-std {
  width: 120px;
}
.buttonCollection {
  margin-right: 5px;
  border: 1px solid #000;
}
.modal {
  padding-right: 0px !important;
}
.public-nav-left {
  flex: 1;
  /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0px dashed red;
}
.flex-box-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-box-nav-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0px dashed red;
}
.flex-box-nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0px dashed red;
}
.public-nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px dashed red;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 35px;
}
.public-nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0px dashed red;
}
.caret-nav {
  font-size: 40px;
}
.caret-nav-left {
  margin-right: 10px;
}
.caret-nav-right {
  margin-left: 10px;
}
/* The chekboxcontainer */
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.setSortModeList {
  font-size: 14px;
  font-weight: 400;
}
/*# sourceMappingURL=bodega_5.css.map */