@charset "UTF-8";
/* line 1, sass/_reset.scss */
#gw-storage {
  overflow: visible;
  min-height: 300px;
}
/* line 4, sass/_reset.scss */
#gw-storage * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Arial, sans-serif;
  vertical-align: baseline;
  line-height: 1;
  width: auto;
  font-weight: normal;
}

/* line 6, sass/gw-storage.scss */
#gw-storage {
  /* Screen size selector */
  /* @group Base */
  /* @end */
  /* @group Single Chosen */
  /* @end */
  /* @group Results */
  /* @end */
  /* @group Multi Chosen */
  /* @end */
  /* @group Active  */
  /* @end */
  /* @group Disabled Support */
  /* @end */
  /* @group Right to Left */
  /* @end */
  /* @group Retina compatibility */
  /* @end */
  /**
   * Messages
   *
   */
  /**
   * 	Common icons 
   *
   */
  /**
   * 	File type icons 
   *
   */
  /**
   * 	Node view settings
   *
   */
  /**
   * Container view
   *
   */
  /**
   * Itemlist view
   *
   */
  /**
   * Thumbnail view
   *
   */
  /**
   * 	Modal window settings
   *
   */
}
/* line 6, sass/_chosen-js.scss */
#gw-storage .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}
/* line 16, sass/_chosen-js.scss */
#gw-storage .chosen-container * {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}
/* line 19, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
}
/* line 30, sass/_chosen-js.scss */
#gw-storage .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
/* line 33, sass/_chosen-js.scss */
#gw-storage .chosen-container a {
  cursor: pointer;
}
/* line 38, sass/_chosen-js.scss */
#gw-storage .chosen-container .search-choice .group-name, #gw-storage .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
/* line 45, sass/_chosen-js.scss */
#gw-storage .chosen-container .search-choice .group-name:after, #gw-storage .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* line 57, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 27px;
  padding: 0 40px 0 10px !important;
  width: 182px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0px 12px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #FFF;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
/* line 91, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single:hover {
  border-color: #525252;
}
/* line 98, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 27px;
}
/* line 107, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 110, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
/* line 118, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 122, sass/_chosen-js.scss */
#gw-storage .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 125, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
}
/* line 132, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}
/* line 137, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-single div b:after {
  content: ' ';
  display: block;
  background: url('images/dropdown-arrow.svg?1438154981') no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  width: 28px;
  height: 26px;
  transform: rotate(180deg);
  transition: all .25s ease;
}
/* line 150, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 6px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
/* line 157, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px !important;
  width: 100% !important;
  height: auto;
  outline: 0;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  margin-bottom: 0 !important;
}
/* line 170, sass/_chosen-js.scss */
#gw-storage .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  background: #F9F9F9;
  border: 1px solid #999;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  box-sizing: border-box;
  width: 182px;
}
/* line 181, sass/_chosen-js.scss */
#gw-storage .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* line 189, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results {
  color: #000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  font-size: 12px;
  font-family: arial;
  border-radius: 0;
  box-shadow: none;
}
/* line 203, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li {
  margin: 0;
  list-style: none;
  padding: 6px 10px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  line-height: 1.4em;
}
/* line 214, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 218, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
}
/* line 223, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li.highlighted {
  background: #E3E3E3;
}
/* line 234, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 239, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 242, sass/_chosen-js.scss */
#gw-storage .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* line 252, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
}
/* line 265, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 268, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 272, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 287, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  line-height: 13px;
  cursor: default;
}
/* line 303, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 306, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
/* line 314, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 319, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
}
/* line 326, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 328, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 333, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 337, sass/_chosen-js.scss */
#gw-storage .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 353, sass/_chosen-js.scss */
#gw-storage .chosen-container-active.chosen-with-drop a {
  background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
  background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
  background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
  background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
  background: linear-gradient(to bottom, #e3e3e3, #f9f9f9);
}
/* line 358, sass/_chosen-js.scss */
#gw-storage .chosen-container-active.chosen-with-drop span {
  color: #999 !important;
}
/* line 361, sass/_chosen-js.scss */
#gw-storage .chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 3px 3px 0 0;
}
/* line 371, sass/_chosen-js.scss */
#gw-storage .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 375, sass/_chosen-js.scss */
#gw-storage .chosen-container-active.chosen-with-drop .chosen-single div b:after {
  transform: rotate(0deg);
}
/* line 392, sass/_chosen-js.scss */
#gw-storage .chosen-disabled {
  opacity: 0.4 !important;
  cursor: not-allowed;
}
/* line 395, sass/_chosen-js.scss */
#gw-storage .chosen-disabled .chosen-single {
  cursor: not-allowed;
}
/* line 398, sass/_chosen-js.scss */
#gw-storage .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: not-allowed;
}
/* line 405, sass/_chosen-js.scss */
#gw-storage .chosen-rtl {
  text-align: right;
}
/* line 407, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 411, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 416, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 419, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 423, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 427, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-choices li {
  float: right;
}
/* line 429, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 432, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 435, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 441, sass/_chosen-js.scss */
#gw-storage .chosen-rtl.chosen-container-single-nosearch .chosen-search,
#gw-storage .chosen-rtl .chosen-drop {
  left: 9999px;
}
/* line 445, sass/_chosen-js.scss */
#gw-storage .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 449, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 453, sass/_chosen-js.scss */
#gw-storage .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 456, sass/_chosen-js.scss */
#gw-storage .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* line 461, sass/_chosen-js.scss */
#gw-storage .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 478, sass/_chosen-js.scss */
  #gw-storage .chosen-rtl .chosen-search input[type="text"],
  #gw-storage .chosen-container-single .chosen-single abbr,
  #gw-storage .chosen-container-single .chosen-single div b,
  #gw-storage .chosen-container-single .chosen-search input[type="text"],
  #gw-storage .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  #gw-storage .chosen-container .chosen-results-scroll-down span,
  #gw-storage .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* line 5, sass/_messages.scss */
#gw-storage #msgArea {
  position: fixed;
  top: 40px;
  z-index: 9999999;
  width: 100%;
  height: 0;
  text-align: center;
  left: 0px;
}
/* line 16, sass/_messages.scss */
#gw-storage #msgArea .msg {
  display: inline-block;
  padding: 6px 36px 6px 14px;
  font-size: 15px;
  border-radius: 4px;
  position: relative;
}
/* line 22, sass/_messages.scss */
#gw-storage #msgArea .msg.success {
  border: 1px solid #89C71E;
  background: #f5fce8;
  color: #628E16;
}
/* line 27, sass/_messages.scss */
#gw-storage #msgArea .msg.error {
  border: 1px solid #f17666;
  background: #feeeec;
  color: #E73E27;
}
/* line 32, sass/_messages.scss */
#gw-storage #msgArea .msg:after {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 22px;
  line-height: 22px;
  display: block;
  content: "×";
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 4px;
  right: 8px;
}
/* line 5, sass/_icons.scss */
#gw-storage [class^="gws-icon-"], #gw-storage [class*="gws-icon-"] {
  display: inline-block;
  fill: currentColor;
}
/* line 9, sass/_icons.scss */
#gw-storage [class^="gws-icon-"][class^="gws-icon-16"], #gw-storage [class*="gws-icon-"][class^="gws-icon-16"] {
  width: 16px;
  height: 16px;
}
/* line 13, sass/_icons.scss */
#gw-storage [class^="gws-icon-"][class^="gws-icon-24"], #gw-storage [class*="gws-icon-"][class^="gws-icon-24"] {
  width: 24px;
  height: 24px;
}
/* line 17, sass/_icons.scss */
#gw-storage [class^="gws-icon-"][class^="gws-icon-32"], #gw-storage [class*="gws-icon-"][class^="gws-icon-32"] {
  width: 32px;
  height: 32px;
}
/* line 21, sass/_icons.scss */
#gw-storage [class^="gws-icon-"][class^="gws-icon-64"], #gw-storage [class*="gws-icon-"][class^="gws-icon-64"] {
  width: 64px;
  height: 64px;
}
/* line 25, sass/_icons.scss */
#gw-storage [class^="gws-icon-"][class^="gws-icon-128"], #gw-storage [class*="gws-icon-"][class^="gws-icon-128"] {
  width: 128px;
  height: 128px;
}
/* line 30, sass/_icons.scss */
#gw-storage [class^="gws-icon-"][class^="gws-icon-16-fixed-size"], #gw-storage [class*="gws-icon-"][class^="gws-icon-16-fixed-size"] {
  width: 14px;
  width: 14px;
  margin: 1px;
}
/* line 44, sass/_icons.scss */
#gw-storage [class*="gws-file"].big {
  background-image: url('images/filetypes-256.png?1438154981');
  background-size: cover;
  width: 100%;
  padding-top: 100%;
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-folder {
  background-position: 0% calc( 100% / 14 * 0 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-file {
  background-position: 0% calc( 100% / 14 * 1 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-image {
  background-position: 0% calc( 100% / 14 * 2 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-vector {
  background-position: 0% calc( 100% / 14 * 3 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-text {
  background-position: 0% calc( 100% / 14 * 4 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-presentation {
  background-position: 0% calc( 100% / 14 * 5 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-document {
  background-position: 0% calc( 100% / 14 * 6 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-audio {
  background-position: 0% calc( 100% / 14 * 7 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-video {
  background-position: 0% calc( 100% / 14 * 8 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-spreadsheet {
  background-position: 0% calc( 100% / 14 * 9 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-id {
  background-position: 0% calc( 100% / 14 * 10 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-ai {
  background-position: 0% calc( 100% / 14 * 11 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-psd {
  background-position: 0% calc( 100% / 14 * 12 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-archive {
  background-position: 0% calc( 100% / 14 * 13 );
}
/* line 50, sass/_icons.scss */
#gw-storage [class*="gws-file"].big.gws-file-pdf {
  background-position: 0% calc( 100% / 14 * 14 );
}
/* line 58, sass/_icons.scss */
#gw-storage [class*="gws-file"].small:before {
  content: ' ';
  width: 16px;
  height: 16px;
  background-image: url('images/filetypes.png?1438154981');
  display: inline-block;
  position: relative;
  top: 3px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-folder:before {
  background-position: 0px -0px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-file:before {
  background-position: 0px -16px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-image:before {
  background-position: 0px -32px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-vector:before {
  background-position: 0px -48px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-text:before {
  background-position: 0px -64px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-presentation:before {
  background-position: 0px -80px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-document:before {
  background-position: 0px -96px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-audio:before {
  background-position: 0px -112px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-video:before {
  background-position: 0px -128px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-spreadsheet:before {
  background-position: 0px -144px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-id:before {
  background-position: 0px -160px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-ai:before {
  background-position: 0px -176px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-psd:before {
  background-position: 0px -192px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-archive:before {
  background-position: 0px -208px;
}
/* line 68, sass/_icons.scss */
#gw-storage [class*="gws-file"].small.gws-file-pdf:before {
  background-position: 0px -224px;
}
/* line 8, sass/_node.scss */
#gw-storage .nodeWrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 999999;
  color: white;
}
/* line 19, sass/_node.scss */
#gw-storage .nodeWrapper .topBar {
  height: 50px;
}
/* line 21, sass/_node.scss */
#gw-storage .nodeWrapper .topBar .close {
  float: right;
  text-decoration: none;
  font-size: 40px;
  font-family: Arial;
  padding: 12px 20px 0px 0px;
  color: #fff;
  opacity: 0.8;
}
/* line 29, sass/_node.scss */
#gw-storage .nodeWrapper .topBar .close:hover {
  opacity: 1;
}
/* line 34, sass/_node.scss */
#gw-storage .nodeWrapper .btmBar {
  height: 50px;
  padding: 0px 20px;
  text-align: center;
  position: relative;
}
/* line 39, sass/_node.scss */
#gw-storage .nodeWrapper .btmBar .name, #gw-storage .nodeWrapper .btmBar .dl, #gw-storage .nodeWrapper .btmBar .imgCount {
  font-size: 14px;
  font-family: Georgia;
  line-height: 50px;
  display: inline;
  color: #fff;
  font-weight: normal;
}
/* line 47, sass/_node.scss */
#gw-storage .nodeWrapper .btmBar .name {
  line-height: 50px;
  margin: 0px;
  font-size: 13px;
  float: left;
  z-index: 200;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 47, sass/_node.scss */
  #gw-storage .nodeWrapper .btmBar .name {
    display: none;
  }
}
/* line 57, sass/_node.scss */
#gw-storage .nodeWrapper .btmBar .dl {
  float: right;
  opacity: 0.8;
  z-index: 200;
}
/* line 61, sass/_node.scss */
#gw-storage .nodeWrapper .btmBar .dl:hover {
  opacity: 1;
}
/* line 65, sass/_node.scss */
#gw-storage .nodeWrapper .btmBar .imgCount {
  z-index: -100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 65, sass/_node.scss */
  #gw-storage .nodeWrapper .btmBar .imgCount {
    position: relative;
    left: none;
    right: none;
    bottom: none;
    float: left;
  }
}
/* line 81, sass/_node.scss */
#gw-storage .nodeWrapper .content {
  width: 100%;
  height: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
}
/* line 87, sass/_node.scss */
#gw-storage .nodeWrapper .content .control {
  float: left;
  cursor: pointer;
  text-decoration: none;
  font-size: 30px;
  font-family: Arial;
  position: relative;
  width: 50px;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
/* line 100, sass/_node.scss */
#gw-storage .nodeWrapper .content .control svg {
  color: #fff;
  opacity: 0.8;
}
/* line 104, sass/_node.scss */
#gw-storage .nodeWrapper .content .control.next svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
/* line 110, sass/_node.scss */
#gw-storage .nodeWrapper .content .control:hover svg {
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 87, sass/_node.scss */
  #gw-storage .nodeWrapper .content .control {
    visibility: hidden;
  }
}
/* line 118, sass/_node.scss */
#gw-storage .nodeWrapper .content .imgWrapper {
  float: left;
  width: calc(100% - 100px);
  height: 100%;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  position: relative;
}
/* line 126, sass/_node.scss */
#gw-storage .nodeWrapper .content .imgWrapper img {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: relative;
}
/* line 137, sass/_node.scss */
#gw-storage .nodeWrapper .content .imgWrapper.single {
  float: none;
  margin: 0 auto;
}
/* line 141, sass/_node.scss */
#gw-storage .nodeWrapper .content .imgWrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grab;
}
/* line 5, sass/_container.scss */
#gw-storage .toolbar {
  height: 34px;
}
/* line 7, sass/_container.scss */
#gw-storage .toolbar .actions {
  background: transparent;
  overflow: visible;
  border: 0px;
  display: inline-block;
  position: relative;
  z-index: 200;
  width: 200px;
  text-align: left;
  padding: 0;
  outline: none;
  vertical-align: top;
}
/* line 20, sass/_container.scss */
#gw-storage .toolbar .actions .buttonIcon {
  display: inline-block;
  cursor: pointer;
  float: left;
}
/* line 25, sass/_container.scss */
#gw-storage .toolbar .actions .buttonText {
  margin-left: 10px;
  display: inline-block;
  float: left;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
/* line 34, sass/_container.scss */
#gw-storage .toolbar .actions ul {
  margin: 0px;
  padding: 0px;
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  list-style-type: none;
  background: #fff;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/* line 45, sass/_container.scss */
#gw-storage .toolbar .actions ul:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -5px;
  left: 8px;
}
/* line 57, sass/_container.scss */
#gw-storage .toolbar .actions ul:hover {
  display: block;
}
/* line 60, sass/_container.scss */
#gw-storage .toolbar .actions ul li {
  margin: 0;
  height: auto;
}
/* line 63, sass/_container.scss */
#gw-storage .toolbar .actions ul li:last-child {
  border-bottom: 0;
}
/* line 66, sass/_container.scss */
#gw-storage .toolbar .actions ul li a {
  text-decoration: none;
  color: #4E4E4E;
  font-size: 12px;
  padding: 8px 8px 8px 36px;
  line-height: 20px;
  display: block;
  position: relative;
}
/* line 74, sass/_container.scss */
#gw-storage .toolbar .actions ul li a svg {
  position: absolute;
  left: 10px;
  top: 25%;
}
/* line 82, sass/_container.scss */
#gw-storage .toolbar .actions.active {
  width: 200px;
}
/* line 84, sass/_container.scss */
#gw-storage .toolbar .actions.active ul {
  display: block;
}
/* line 91, sass/_container.scss */
#gw-storage .breadcrumb {
  height: 40px;
  *zoom: 1;
}
/* line 3, sass/_mixins.scss */
#gw-storage .breadcrumb:before, #gw-storage .breadcrumb:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 7, sass/_mixins.scss */
#gw-storage .breadcrumb:after {
  clear: both;
}
/* line 94, sass/_container.scss */
#gw-storage .breadcrumb ul {
  list-style-type: none;
  padding: 11px 0px 11px;
  margin: 0px;
  float: left;
  font-size: 16px;
}
/* line 100, sass/_container.scss */
#gw-storage .breadcrumb ul li {
  display: inline-block;
  float: right;
  line-height: 1;
  margin: 0;
  position: relative;
  padding-right: 20px;
}
/* line 107, sass/_container.scss */
#gw-storage .breadcrumb ul li h1, #gw-storage .breadcrumb ul li a {
  margin: 0px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 12px;
}
/* line 114, sass/_container.scss */
#gw-storage .breadcrumb ul li h1 {
  font-weight: bold;
}
/* line 118, sass/_container.scss */
#gw-storage .breadcrumb ul li a:hover {
  text-decoration: underline;
}
/* line 123, sass/_container.scss */
#gw-storage .breadcrumb ul li:after {
  content: '/';
  margin: 0px 10px 0px 6px;
  color: #695b47;
  position: absolute;
}
/* line 130, sass/_container.scss */
#gw-storage .breadcrumb ul li:first-child:after {
  content: '';
  margin: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 100, sass/_container.scss */
  #gw-storage .breadcrumb ul li {
    display: none;
  }
  /* line 137, sass/_container.scss */
  #gw-storage .breadcrumb ul li:first-child {
    display: inline-block;
  }
}
/* line 143, sass/_container.scss */
#gw-storage .breadcrumb .back {
  display: inline-block;
  float: left;
  width: 12px !important;
  height: 10px !important;
  margin-top: 10px;
  padding: 4px 3px;
  fill: #fff;
  border-radius: 4px;
  margin-right: 12px;
}
/* line 156, sass/_container.scss */
#gw-storage .viewLinks {
  display: inline-block;
  float: right;
  padding-top: 12px;
}
/* line 160, sass/_container.scss */
#gw-storage .viewLinks .changeView {
  text-decoration: none;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 0;
}
/* line 173, sass/_container.scss */
#gw-storage .views .view {
  display: none;
}
/* line 175, sass/_container.scss */
#gw-storage .views .view.active {
  display: block;
}
/* line 185, sass/_container.scss */
#gw-storage .itemList {
  width: 100%;
}
/* line 187, sass/_container.scss */
#gw-storage .itemList table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
/* line 193, sass/_container.scss */
#gw-storage .itemList tr {
  background-color: transparent !important;
}
/* line 195, sass/_container.scss */
#gw-storage .itemList tr:first-of-type td {
  border-top: none;
}
/* line 198, sass/_container.scss */
#gw-storage .itemList tr > td {
  overflow: hidden;
  padding: 6px 5px;
  position: relative;
  line-height: 1.75em;
}
/* line 204, sass/_container.scss */
#gw-storage .itemList tr > td:first-child:before {
  margin-right: 4px;
}
/* line 208, sass/_container.scss */
#gw-storage .itemList tr > td a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  line-height: 1.5em;
}
/* line 213, sass/_container.scss */
#gw-storage .itemList tr > td a:hover {
  text-decoration: underline;
}
/* line 218, sass/_container.scss */
#gw-storage .itemList tr > td .small:before {
  margin-right: 10px;
}
/* line 223, sass/_container.scss */
#gw-storage .itemList tr > td.fileExt {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 20px;
  width: 50px;
  vertical-align: middle;
}
/* line 231, sass/_container.scss */
#gw-storage .itemList tr > td.tools {
  text-align: right;
  position: relative;
  width: 180px;
}
/* line 235, sass/_container.scss */
#gw-storage .itemList tr > td.tools .link {
  background: none;
  border: none;
  visibility: hidden;
  position: relative;
  padding: 0;
  font-size: 12px;
  color: #b0afaa;
  height: 100%;
  margin-left: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
/* line 248, sass/_container.scss */
#gw-storage .itemList tr > td.tools .link.openContainerEdit, #gw-storage .itemList tr > td.tools .link.openNodeEdit {
  margin-left: 0;
}
/* line 256, sass/_container.scss */
#gw-storage .itemList tr > td.tools .link.openContainerDelete:after, #gw-storage .itemList tr > td.tools .link.openNodeDelete:after, #gw-storage .itemList tr > td.tools .link.openContainerEdit:after, #gw-storage .itemList tr > td.tools .link.openNodeEdit:after {
  content: attr(data-text);
  display: inline-block;
  transform: translateY(-3px);
}
/* line 262, sass/_container.scss */
#gw-storage .itemList tr > td.tools .link svg {
  margin-right: 10px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 231, sass/_container.scss */
  #gw-storage .itemList tr > td.tools {
    width: 85px;
  }
  /* line 270, sass/_container.scss */
  #gw-storage .itemList tr > td.tools .link {
    visibility: visible;
  }
  /* line 273, sass/_container.scss */
  #gw-storage .itemList tr > td.tools .openContainerDelete,
  #gw-storage .itemList tr > td.tools .openNodeDelete {
    margin-left: 5px;
  }
  /* line 281, sass/_container.scss */
  #gw-storage .itemList tr > td.tools .openContainerDelete:after,
  #gw-storage .itemList tr > td.tools .openNodeDelete:after,
  #gw-storage .itemList tr > td.tools .openContainerEdit:after,
  #gw-storage .itemList tr > td.tools .openNodeEdit:after {
    content: "\00a0" !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 287, sass/_container.scss */
  #gw-storage .itemList tr > td.tools .link {
    visibility: visible;
  }
}
/* line 295, sass/_container.scss */
#gw-storage .itemList tr:hover .tools button {
  visibility: visible;
}
/* line 306, sass/_container.scss */
#gw-storage .thumbnailList {
  font-size: 0.0000000000000001%;
  margin-top: 20px;
}
/* line 309, sass/_container.scss */
#gw-storage .thumbnailList .thumb {
  width: calc( 100% / 5);
  display: inline-block;
  font-size: medium;
  vertical-align: top;
  margin-bottom: 25px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 309, sass/_container.scss */
  #gw-storage .thumbnailList .thumb {
    width: calc(100% / 3) !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 309, sass/_container.scss */
  #gw-storage .thumbnailList .thumb {
    width: calc(100% / 2) !important;
  }
}
/* line 323, sass/_container.scss */
#gw-storage .thumbnailList .thumb .icon {
  width: 70%;
  display: block;
  margin: 0 auto;
  padding-top: calc( 70% - 1px);
}
/* line 328, sass/_container.scss */
#gw-storage .thumbnailList .thumb .icon .back {
  width: 100%;
  height: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  margin-top: 20%;
}
/* line 338, sass/_container.scss */
#gw-storage .thumbnailList .thumb .img {
  width: 85%;
  display: block;
  margin: 0 auto;
  padding-top: calc( 70% - 1px);
}
/* line 344, sass/_container.scss */
#gw-storage .thumbnailList .thumb .name {
  width: calc( 100% - 20px);
  font-size: 12px;
  padding: 0px 10px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5em;
  word-wrap: break-word;
}
/* line 352, sass/_container.scss */
#gw-storage .thumbnailList .thumb .name .fileExt {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
/* line 361, sass/_container.scss */
#gw-storage .thumbnailList .thumb:hover .img, #gw-storage .thumbnailList .thumb:hover .icon {
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  filter: brightness(90%);
}
/* line 6, sass/_modal.scss */
#gw-storage .modalWrapper {
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.8);
  position: fixed;
  overflow: auto;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  z-index: 999999;
}
/* line 16, sass/_modal.scss */
#gw-storage .modalWrapper .modal {
  width: 400px;
  margin: 100px auto;
  position: relative;
  padding: 40px;
  background: #f6f6f6;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
}
/* line 25, sass/_modal.scss */
#gw-storage .modalWrapper .modal.wide {
  width: 800px;
}
/* line 29, sass/_modal.scss */
#gw-storage .modalWrapper .modal .closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0px;
  background: transparent;
  padding: 0px;
  height: 22px;
  width: 22px;
  margin: 0;
}
/* line 39, sass/_modal.scss */
#gw-storage .modalWrapper .modal .closeButton:before {
  margin: 0px;
  content: '×';
  font-size: 20px;
  color: #4e4e4e;
  text-shadow: none;
}
/* line 46, sass/_modal.scss */
#gw-storage .modalWrapper .modal .closeButton:hover {
  background: transparent;
}
/* line 50, sass/_modal.scss */
#gw-storage .modalWrapper .modal h2 {
  text-align: center;
  font-size: 32px;
  margin: 5px 0 35px;
  color: #4e4e4e;
  word-wrap: break-word;
}
/* line 57, sass/_modal.scss */
#gw-storage .modalWrapper .modal .heading {
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
}
/* line 63, sass/_modal.scss */
#gw-storage .modalWrapper .modal .createdAt {
  font-family: "Lucida Sans Unicode";
  font-size: 13px;
}
/* line 68, sass/_modal.scss */
#gw-storage .modalWrapper .modal button, #gw-storage .modalWrapper .modal .button {
  display: inline-block;
  background: linear-gradient(to bottom, #33a6f6, #2d87e3);
  background: linear-gradient(to bottom, #33a6f6, #2d87e3);
  background: linear-gradient(to bottom, #33a6f6, #2d87e3);
  background: linear-gradient(to bottom, #33a6f6, #2d87e3);
  background: linear-gradient(to bottom, #33a6f6, #2d87e3);
  border: 1px solid #0f84b4;
  border-radius: 3px;
  padding: 6px 12px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  margin-top: 15px;
  color: #fff;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
/* line 89, sass/_modal.scss */
#gw-storage .modalWrapper .modal button:hover, #gw-storage .modalWrapper .modal .button:hover {
  background: linear-gradient(to bottom, #2f9ef5, #297fe2);
  background: linear-gradient(to bottom, #2f9ef5, #297fe2);
  background: linear-gradient(to bottom, #2f9ef5, #297fe2);
  background: linear-gradient(to bottom, #2f9ef5, #297fe2);
  background: linear-gradient(to bottom, #2f9ef5, #297fe2);
  border-color: #0a6084;
}
/* line 93, sass/_modal.scss */
#gw-storage .modalWrapper .modal button.updatePerm, #gw-storage .modalWrapper .modal .button.updatePerm {
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  border-color: #0f7c00;
}
/* line 97, sass/_modal.scss */
#gw-storage .modalWrapper .modal button.deletePerm, #gw-storage .modalWrapper .modal .button.deletePerm {
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  border-color: #7c0000;
}
/* line 102, sass/_modal.scss */
#gw-storage .modalWrapper .modal .field-container {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
}
/* line 106, sass/_modal.scss */
#gw-storage .modalWrapper .modal .field-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 110, sass/_modal.scss */
#gw-storage .modalWrapper .modal .field-container ul li {
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}
/* line 117, sass/_modal.scss */
#gw-storage .modalWrapper .modal .inputFile {
  outline: none;
  font-family: Arial;
  font-size: 12px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
/* line 124, sass/_modal.scss */
#gw-storage .modalWrapper .modal .inputFile::-webkit-file-upload-button {
  visibility: hidden;
  width: 130px;
}
/* line 128, sass/_modal.scss */
#gw-storage .modalWrapper .modal .inputFile:before {
  content: 'Valitse tiedostot';
  display: inline-block;
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
}
/* line 146, sass/_modal.scss */
#gw-storage .modalWrapper .modal .inputFile:hover::before {
  border-color: black;
}
/* line 149, sass/_modal.scss */
#gw-storage .modalWrapper .modal .inputFile:active::before {
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
  background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
}
/* line 153, sass/_modal.scss */
#gw-storage .modalWrapper .modal input[type="text"] {
  padding: 6px;
  width: calc(100% - 12px);
  display: block;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  font-size: 14px;
}
/* line 161, sass/_modal.scss */
#gw-storage .modalWrapper .modal input[type="checkbox"],
#gw-storage .modalWrapper .modal input[type="radio"] {
  margin-right: 5px;
}
/* line 166, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer, #gw-storage .modalWrapper .deleteNode {
  display: block;
}
/* line 167, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer h2, #gw-storage .modalWrapper .deleteNode h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
/* line 170, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer h2 span, #gw-storage .modalWrapper .deleteNode h2 span {
  text-decoration: underline;
}
/* line 175, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer .buttonYes, #gw-storage .modalWrapper .deleteNode .buttonYes {
  width: 45%;
  float: left;
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  border-color: #0f7c00;
}
/* line 180, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer .buttonYes:hover, #gw-storage .modalWrapper .deleteNode .buttonYes:hover {
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  background: linear-gradient(to bottom, #5bad0b, #448a0b);
  border-color: #0f7c00;
}
/* line 185, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer .buttonNo, #gw-storage .modalWrapper .deleteNode .buttonNo {
  width: 45%;
  float: right;
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  border-color: #7c0000;
}
/* line 190, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer .buttonNo:hover, #gw-storage .modalWrapper .deleteNode .buttonNo:hover {
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  background: linear-gradient(to bottom, #d00a00, #920d0d);
  border-color: #7c0000;
}
/* line 195, sass/_modal.scss */
#gw-storage .modalWrapper .deleteContainer .clearfix, #gw-storage .modalWrapper .deleteNode .clearfix {
  clear: both;
}
/* line 204, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 208, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr {
  line-height: 1.75em;
}
/* line 211, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr th {
  width: 25%;
  font-size: 14px;
  text-align: left;
  padding: 6px 0px 6px 10px;
  line-height: 1.75em;
  cursor: pointer;
  outline: none;
  position: relative;
}
/* line 221, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr th:focus .tooltipText, #gw-storage .modalWrapper .editPerms .permsList table tr th:hover .tooltipText {
  display: block;
}
/* line 225, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr th .tooltip {
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
  transform: translateY(2px);
  -webkit-transform: translateY(-1px);
  display: inline-block;
  letter-spacing: 1px;
}
/* line 236, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr th .tooltipText {
  display: none;
  position: absolute;
  width: 200px;
  background: #FFF;
  z-index: 20000;
  padding: 15px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.25);
  top: 36px;
  left: 5px;
}
/* line 250, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr th .tooltipText:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  position: absolute;
  top: -5px;
  left: 8px;
}
/* line 261, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr th .tooltipText p {
  line-height: 1.3em;
}
/* line 268, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms .permsList table tr td {
  padding: 0.62em;
}
/* line 276, sass/_modal.scss */
#gw-storage .modalWrapper .editPerms button.enableEdit, #gw-storage .modalWrapper .editPerms button.createPerm, #gw-storage .modalWrapper .editPerms button.updatePerm, #gw-storage .modalWrapper .editPerms button.deletePerm {
  margin-top: 0;
  margin-right: 10px;
}
/* line 289, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg {
  display: block;
  padding: 12px 14px 12px 18px;
  font-size: 15px;
  position: relative;
  background: #fff;
  margin-bottom: 3px;
}
/* line 296, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg.success {
  color: #628E16;
  background: #F5FCE8;
  border-left: 3px solid #628E16;
}
/* line 301, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg.error {
  color: #E73E27;
  background: #feeeec;
  border-left: 3px solid #E73E27;
}
/* line 306, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg svg {
  display: inline-block;
  position: absolute;
  top: calc(50% - 8px);
}
/* line 311, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg span {
  text-decoration: underline;
}
/* line 314, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg .fileName,
#gw-storage .modalWrapper .modalMsgArea .msg .errorText {
  width: calc(100% - 34px);
  margin-left: 34px;
  display: inline-block;
  line-height: 1;
}
/* line 321, sass/_modal.scss */
#gw-storage .modalWrapper .modalMsgArea .msg .errorText {
  margin-top: 3px;
  font-style: italic;
}
/* line 331, sass/_modal.scss */
#gw-storage .modalWrapper .loader {
  display: none;
  vertical-align: top;
  margin: 12px 0 0 10px;
}
/* line 336, sass/_modal.scss */
#gw-storage .modalWrapper .loaderWrapper {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 341, sass/_modal.scss */
#gw-storage .modalWrapper .deleteNode .loader,
#gw-storage .modalWrapper .deleteContainer .loader {
  padding-top: 30px;
  margin: 0;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadezoom-translate {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9) translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%);
  }
}
@keyframes fadezoom-translate {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9) translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%);
  }
}
@keyframes fadezoom-translate {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9) translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translateY(-50%);
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/* line 33, sass/_animations.scss */
#gw-storage .nodeWrapper.animated {
  animation: fading 0.25s ease-out 1 both;
  animation: fading 0.25s ease-out 1 both;
  animation: fading 0.25s ease-out 1 both;
}
/* line 37, sass/_animations.scss */
#gw-storage .nodeWrapper.animated .imgWrapper img {
  animation: fadezoom-translate 0.25s ease-out 0.25s 1 both;
  animation: fadezoom-translate 0.25s ease-out 0.25s 1 both;
  animation: fadezoom-translate 0.25s ease-out 0.25s 1 both;
}
/* line 44, sass/_animations.scss */
#gw-storage .modalWrapper.animated {
  animation: fading 0.25s ease-out 1 forward;
  animation: fading 0.25s ease-out 1 forward;
  animation: fading 0.25s ease-out 1 forward;
}
/* line 46, sass/_animations.scss */
#gw-storage .modalWrapper.animated .modal {
  animation: fadezoom 0.25s ease-out 0.25s 1 both;
  animation: fadezoom 0.25s ease-out 0.25s 1 both;
  animation: fadezoom 0.25s ease-out 0.25s 1 both;
}
