.btn.warehouse_button
 {
  display: none;

  width: 45px;
  height: 45px;

  background-image: url("/warehouse/pic/box.png");
  background-repeat: no-repeat;
  background-position: center center;
 }

.btn.small_button.warehouse_button
 {
  width: 30px;
  min-width: 30px !important;
  height: 30px;

  background-size: 30px 30px;
 }

.filterresults-offer__pencil + .btn.small_button.warehouse_button
 {
  margin-top: 0px !important;
 }

.btn.warehouse_button:hover
 {
  background-image: url("/warehouse/pic/box.png");
  background-repeat: no-repeat;
  background-position: center center;
 }

/* =====================================================
*/

#warehouse_wrap .page
 {
  margin: auto;

  max-width: 80%;
  padding: 0px;
 }

#warehouse_wrap .container.warehouse
 {
  margin-top: 30px;
  margin-bottom: 30px;

  min-height: 200px;
  padding: 10px;

  background-color: #ffffff;

  outline: solid 10px #ffffff;

  font-family: "Arial", sans-serif;
 }

#warehouse_wrap .gallery-content
 {
  overflow: auto;
 }

#warehouse_wrap .close
 {
  position: absolute;
  top: 10px;
  right: 10px;

  padding: 5px 10px;

  text-align: center;

  line-height: 1.4;

  font-weight: bold;
 }

/* =====================================================
*/

.br_400
 {
  display: none;
 }

.warehouse .title
 {
  margin-bottom: 20px;

  text-align: center;

  font-size: 30px;
  color: #717b87;
 }

.warehouse .explorer
 {
  position: relative;

  padding: 8px;
  border: solid 1px #959494;

  border-radius: 5px;

  background: rgb(153,181,209);
  background: linear-gradient(0deg, rgba(153,181,209,1) 0%, rgba(220,232,244,1) 10%, rgba(186,210,234,1) 100%);

  font-size: 16px;

  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
 }

.warehouse .top_path
 {
  position: relative;

  margin-bottom: 8px;
  height: 40px;
  padding: 10px;
  border: solid 1px #95aac1;

  background-color: #ecf2f9;

  font-size: 16px;
  color: #1e395b;

  z-index: 100;
 }

.warehouse .panel
 {
  position: relative;

  margin-bottom: 8px;

  border-top: solid 1px #a0afc3;
  border-right: solid 1px #a0afc3;
  border-bottom: solid 2px #a0afc3;
  border-left: solid 1px #a0afc3;

  background: rgb(253,254,255);
  background: linear-gradient(0deg, rgba(253,254,255,1) 0%, rgba(230,240,250,1) 50%, rgba(220,231,245,1) 100%);

  z-index: 100;
 }

.warehouse .panel button
 {
  position: relative;
  margin: 5px;

  padding: 4px 10px;
  border: solid 1px transparent;

  background: transparent;

  font-size: 14px;
  color: #1e395b;
 }

.warehouse .panel button:hover
 {
  border: solid 1px #bbcadb;

  border-radius: 3px;

  background: rgb(253,254,255);
  background: linear-gradient(0deg, rgba(253,254,255,1) 0%, rgba(230,240,250,1) 50%, rgba(220,231,245,1) 100%);
 }

.warehouse .panel button.unactive
 {
  color: #d1d1d1;

  cursor: default;
 }

.warehouse .panel button.unactive:hover
 {
  border: solid 1px transparent;

  background: transparent;
 }

.warehouse .file_area
 {
  position: relative;

  height: 382px;
  border: solid 1px #7fb5ed;

  background-color: #fcfcfc;

  overflow-y: auto;
  z-index: 100;
 }

.warehouse .file
 {
  display: inline-block;

  margin: 10px 4px;
  vertical-align: top;

  width: 105px;

  cursor: pointer;
 }

.warehouse .icon
 {
  display: block;

  margin: auto;
  margin-bottom: 6px;

  width: 48px;
  height: 48px;
  border: solid 1px transparent;
 }

.warehouse .name
 {
  padding: 3px;
  border: dotted 1px transparent;

  text-align: center;

  word-break: break-word;
 }

.warehouse .file.chosen .icon
 {
  border-color: #0074ff;
  background: #0074ff;
 }

.warehouse .file.chosen .name
 {
  border-color: #0074ff;
  background: #0074ff;

  color: #ffffff;
 }

.warehouse .file.moved .icon
 {
  border-color: #ff5722;
  background: #ff5722;
 }

.warehouse .file.moved .name
 {
  border-color: #ff5722;
  background: #ff5722;

  color: #ffffff;
 }

.preloader
 {
  position: absolute;

  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;

  background-color: #ecf2f9;

  z-index: 101;
 }

.show
 {
  display: block;
 }

.hide
 {
  display: none;
 }

.warehouse .top_path .back
 {
  display: inline-block;

  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;

  width: 21px;
  height: 21px;

  background-image: url("/warehouse/pic/arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
 }

.warehouse .top_path .back.unactive
 {
  background-image: url("/warehouse/pic/arrow_disable.png");

  cursor: default;
 }

.upload_form
 {
  position: absolute;

  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  background-color: #ff0000;

  opacity: 0;

  overflow: hidden;
 }

.upload_files
 {
  position: absolute;

  top: -10px;
  left: -10px;

  width: 150%;
  height: 150%;

  background-color: #0000ff;

  cursor: pointer;
 }

.warehouse_input input
 {
  margin: 5px;

  width: 220px;
  padding: 5px 10px;
  border: solid 1px #a0afc3;

  font-family: Arial, sans-serif;
  font-weight: normal;
 }

.drag_wrap
 {
  position: absolute;

  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  background: rgb(253,254,255);
  background: linear-gradient(0deg, rgba(253,254,255,1) 0%, rgba(230,240,250,1) 50%, rgba(220,231,245,1) 100%);

  z-index: 200;
 }

.drag_wrap form
 {
  display: block;

  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;

  border: dashed 5px #c1d6ec;

  overflow: hidden;
 }

.drag_wrap input
 {
  opacity: 0;

  cursor: pointer;
 }

.drag_wrap .text
 {
  margin-top: 50px;

  text-align: center;

  font-size: 50px;
  color: #9fc2e7;
 }

.warehouse .select_frame
 {
  position: absolute;

  border: solid 1px #2196f3;

  background-color: #cde5f9;

  opacity: 0.5;

  z-index: 5000;
 }

.warehouse .move_rect
 {
  position: absolute;

  padding: 5px;
  border: solid 1px #a0afc3;

  background: rgb(253,254,255);
  background: linear-gradient(0deg, rgba(253,254,255,1) 0%, rgba(230,240,250,1) 50%, rgba(220,231,245,1) 100%);

  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;

  z-index: 5000;
 }

.btn.no_empty
 {
  background-color: #90ee90;
 }

.btn.no_empty:hover
 {
  background-color: #68c768;
  background-image: url("/warehouse/pic/box.png");
  background-repeat: no-repeat;
  background-position: center center;
 }

/* =====================================================
*/

@media screen and (max-width: 400px)
 {
  .br_400
   {
    display: block;
   }
 }