@import "variables.less";
@font-face {
  font-family: comic;
  src: url(/fonts/comic.ttf);
}
@font-face {
  font-family: zapfino;
  src: url(/fonts/zapfino.ttf);
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
  font-family: arial;
  font-size: 1em;
  color: grey;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 70px;
}
#root {
  margin: 0 auto;
  padding: 0px;
}
#hidetheshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #5F5A5A;
}
#head {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  font-size: 0.7em;
  color: #c0c0c0;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  background-color: #111111;
  box-shadow: 0 1px 2px #111111;
  z-index: 100000;
}
#head h1 {
  font-size: 20px;
}
#logo {
  position: fixed;
  bottom: 0;
  left: 10px;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 100000;
}
#logo_tourenbuch {
  position: fixed;
  bottom: 0;
  left: 110px;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 100000;
}
#order {
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: -3.5em;
  margin-right: auto;
  width: 6em;
  text-align: center;
  font-size: 30px;
  height: 45px;
  font-weight: bold;
  color: #a8c6fe;
  border: solid 2px #c0c0c0;
  border-bottom: solid 0px #c0c0c0;
  cursor: pointer;
  box-shadow: 0 0 2px black;
  border-radius: 5px 5px 5px 5px;
  z-index: 800;
  background-color: #c0c0c0;
  transition: all 0.8s ease;
  font-family: 'amatic_scbold';
}
#order:hover {
  background-color: #a8c6fe;
  border: solid 2px #a8c6fe;
  border-bottom: solid 0px #a8c6fe;
  color: #444444;
}
#infobar {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  background-color: white;
}
#content {
  position: relative;
  padding: 0;
  top: 50px;
}
#edit_img {
  margin: auto;
}
#edit_l {
  float: left;
  margin-left: 0px;
}
#edit_r {
  float: right;
  margin-right: 0px;
}
#edit_l,
#edit_r {
  position: relative;
  display: inline;
  background-color: #c0c0c0;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  top: -11px;
  color: #000000;
  border: solid 1px white;
  cursor: pointer;
  box-shadow: 0 0 2px black;
  border-radius: 5px;
  transition: all 0.8s ease;
}
#edit_l:hover,
#edit_r:hover {
  background-color: #a8c6fe;
  color: #444444;
}
#edit_img a {
  color: white;
  text-decoration: none;
}
#magazine {
  position: relative;
  margin: auto;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
}
#magazine .page {
  background-color: #ccc;
  overflow: hidden;
}
#browse {
  position: relative;
  margin: auto;
  margin-top: 20px;
  padding: 5px 0;
  text-align: center;
  background-color: #c0c0c0;
  box-shadow: 0 0 5px black;
}
#back,
#pageinfo,
#next {
  display: inline;
  margin: -5px 0px;
}
#back {
  float: left;
}
#back .btn {
  background-color: #a8c6fe;
  color: #444444;
  border-radius: 0;
  transition: all 0.8s ease;
}
#back .btn:hover {
  background-color: 4 #d6d6d6;
}
#next {
  float: right;
}
#next .btn {
  background-color: #a8c6fe;
  color: #444444;
  border-radius: 0;
  transition: all 0.8s ease;
}
#next .btn:hover {
  background-color: #d6d6d6;
}
#pageinfo {
  font-weight: bold;
  color: #000000;
  font-size: 15px;
}
.page img {
  display: block;
}
#edit_view {
  position: relative;
  top: 50px;
}
#edit_view .img-count-container {
  font-size: 12px;
  padding-left: 4px;
}
#edit_view .modal-body {
  padding: 10px 20px;
}
#edit_view .textfield-container {
  position: absolute;
}
#edit_view .textfield-container .textfield-box {
  position: absolute;
  z-index: 90000;
  min-width: 50px;
  min-height: 50px;
}
#edit_view .textfield-container .textfield-box.border-dotted {
  border: 2px dotted gray;
}
#edit_view .textfield-container .textfield-box .ui-resizable-s {
  background: none;
}
#edit_view .textfield-container .textfield-box .delete-textfield-icon {
  position: absolute;
  top: -10px;
  left: -10px;
  display: none;
}
#edit_view .textfield-container .textfield-box .delete-textfield-icon i {
  font-size: 15px;
  color: red;
  cursor: pointer;
}
.tox-tinymce-inline {
  z-index: 9999999999 !important;
}
.tox-tinymce-aux {
  z-index: 9999999999 !important;
}
.edit_button {
  padding: 10px;
  font-weight: bold;
  border: solid 1px #444444;
  cursor: not-allowed;
  border-radius: 5px;
  margin: 0px 10px 10px 10px;
  font-size: 12px;
  transition: all 0.8s ease;
  color: #2f2e2e;
  background-color: rgba(249,177,52,0.5);
}
#done_button {
  background-color: #38c172;
  color: #444444;
  padding: 10px;
  font-weight: bold;
  border: solid 1px #444444;
  cursor: pointer;
  border-radius: 5px;
  margin: 0px 10px 10px 10px;
  font-size: 12px;
  transition: all 0.8s ease;
}
#done_button:hover {
  background-color: #2e924d;
}
#edit_field {
  text-align: center;
}
#image,
#tools,
#thumbnails {
  display: inline-block;
}
#tools {
  min-height: 0px !important;
  width: 150px !important;
  padding: 15px 0px;
  margin-left: 10px;
  text-align: center;
  vertical-align: top;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
  background-color: #ebebeb;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-image: url(https://static.parastorage.com/services/skins/2.1229.80/images/wysiwyg/core/themes/base/bevel_300.png);
  background-repeat: repeat-x;
}
#thumbnails {
  padding: 10px;
  margin-right: 10px;
  vertical-align: top;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  text-shadow: 1px 1px 0px #101010, 1px 1px 0px #505050;
  width: 170px;
  overflow: auto;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
  background-color: #ebebeb;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-image: url(https://static.parastorage.com/services/skins/2.1229.80/images/wysiwyg/core/themes/base/bevel_300.png);
  background-repeat: repeat-x;
}
#fileupload {
  visibility: hidden;
}
#image {
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
}
#footer {
  position: fixed;
  bottom: 0;
  left: -20px;
  width: 100%;
  font-size: 0.7em;
  padding: 10px;
  background-color: #111111;
  color: grey;
  text-align: right;
  box-shadow: 0 -1px 2px #111111;
  z-index: 99999;
}
#footer a {
  color: #E79300;
  font-weight: bold;
  text-decoration: none;
}
.clear {
  clear: both;
}
.thumb {
  border: 1px solid #000;
  padding: 0;
  margin: 0;
}
.active {
  -webkit-box-shadow: 0 0 2px 1px red;
  -moz-box-shadow: 0 0 2px 1px red;
  box-shadow: 0 0 2px 1px red;
}
.isOption {
  padding: 10px;
  font-weight: bold;
  border: solid 1px #444444;
  cursor: pointer;
  border-radius: 5px;
  margin: 0px 10px 10px 10px;
  font-size: 12px;
  transition: all 0.8s ease;
  color: #000000;
  background-color: #c0c0c0;
}
.isOption:hover {
  background-color: #a8c6fe;
  color: #444444;
}
.isActive {
  background-color: #8d8d8d;
  color: white;
  border: solid 2px white;
}
.wrapper {
  display: inline-block;
  padding: 0;
  margin: 10px 5px 0 0;
}
.image-container {
  padding: 0 3px;
  position: unset;
}
.image-container .wrapper {
  margin: 0;
}
.image-container .wrapper img {
  width: calc(98%);
}
.image-container .wrapper.imgChosen {
  border: none;
}
.image-container .wrapper.imgChosen img {
  border: solid 2px lightgreen;
}
.image-container .delete {
  position: relative;
  bottom: 18px;
  right: 2px;
  text-align: right;
  cursor: pointer;
  margin-bottom: 10px;
}
.image-container .delete> img {
  width: 16px;
}
.list_wrapper {
  margin: 10px 0 30px 0;
}
.info {
  float: left;
  margin-top: 3px;
  font-size: 8px;
  color: white;
  display: none;
}
.delete_in_book {
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: right;
  cursor: pointer;
  z-index: 50000;
}
.delete {
  position: relative;
  bottom: 30px;
  right: 5px;
  text-align: right;
  cursor: pointer;
}
.delete_clone {
  position: absolute;
  z-index: 1000;
  top: 0px;
  width: 100%;
  background-color: white;
  padding: 5px;
  text-align: center;
}
.delete_clone img {
  cursor: pointer;
}
.caption-field {
  position: absolute;
  text-align: center;
  color: black;
  font-size: 15px;
  background-color: white;
  padding: 5px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}
.caption-field.hidden {
  display: none;
}
.imgChosen {
  border: solid 2px lightgreen;
}
.layout {
  position: absolute;
  border: solid 0px red;
}
.layoutContainer {
  position: absolute;
  z-index: 50;
  background-image: url('/img/gfx/photo.png'), url('/img/gfx/bg3.png');
  background-position: center;
  background-repeat: no-repeat, repeat;
  margin: 0px;
  padding: 0px;
}
.layoutContainer .border-container {
  border: dotted 3px red;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  pointer-events: none;
}
.layoutContainer.activated .border-container {
  border: 3px solid orange;
}
#l_right {
  float: right;
}
#l1_1 {
  float: left;
}
.layout_onBook {
  position: absolute;
  border: solid 0px red;
}
.layoutContainer_onBook {
  position: absolute;
  border: dotted 3px red;
  z-index: 50;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.l_right_onBook {
  float: right;
}
.l1_1_onBook {
  float: left;
}
.clear {
  clear: both;
}
.inBook {
  position: absolute;
}
.ui-resizable-s {
  bottom: 0;
  background: rgba(0,0,255,0.3);
}
.cropme-slider {
  position: absolute;
}
.cropme-slider input {
  appearance: scale-horizontal !important;
  -webkit-appearance: scale-horizontal !important;
  -moz-appearance: none !important;
  background-color: #666666;
  height: 3px !important;
}
.cropme-rotation-slider input {
  appearance: scale-horizontal !important;
  -webkit-appearance: scale-horizontal !important;
  -moz-appearance: none !important;
  background-color: #666666;
  height: 3px !important;
}
.boxsizingBorder {
  width: 100%;
  font-size: 12px;
  padding: 4px;
  height: 100px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  resize: none;
}
#caption_form {
  padding: 10px;
  margin-bottom: 20px;
  background-image: url(/img/gfx/bg3.png);
  color: white;
  top: -20px;
  border: solid 2px grey;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#font_choices {
  color: #444444;
  text-align: left;
  font-size: 10px;
}
.smallButton {
  padding: 5px;
  margin: 10px 0;
  border: solid 1px #444444;
  cursor: pointer;
  box-shadow: 0 0 2px black;
  border-radius: 5px;
  font-size: 11px;
  color: #444444;
  transition: all 0.8s ease;
}
.smallButton:hover {
  background-color: #d6d6d6;
}
#order {
  cursor: pointer;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/gfx/bg_white.png);
  z-index: 999;
  overflow: auto;
}
#loader img {
  position: absolute;
  width: 126px;
  height: 22px;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -63px;
}
#upload-progress {
  padding: 0;
  margin-bottom: 15px;
}
#upload-progress.uploading {
  border: 1px solid #dddddd;
}
.upload-input {
  padding: 0;
}
#upload_progress {
  height: 5px;
  width: 0%;
  background: green;
}
#progress {
  position: absolute;
  width: 126px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -63px;
}
.bar {
  background: green;
  height: 25px;
}
#form_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/gfx/bg_white.png);
  z-index: 777;
  display: none;
  overflow: auto;
}
#form_wrapper_2 {
  margin: auto;
  position: relative;
  top: 70px;
  width: 80%;
  max-width: 575px;
  max-height: 80%;
  background-color: #1AA4CA;
  padding: 10px;
  color: white;
  border: solid 3px white;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
}
#form {
  background-color: white;
  color: #444444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
#close_form {
  cursor: pointer;
}
#close_form_div {
  text-align: right;
}
h4 {
  background-color: #1AA4CA;
  color: white;
  text-shadow: 1px 1px 0px #101010, 1px 1px 0px #505050;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  margin: 10px 0;
}
h3 {
  background-color: #1AA4CA;
  color: white;
  text-shadow: 1px 1px 0px #101010, 1px 1px 0px #505050;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  margin: 10px;
}
.form_button {
  display: inline-block;
  background-color: #1AA4CA;
  padding: 10px;
  font-weight: bold;
  color: white;
  border: solid 3px white;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  text-shadow: 1px 1px 0px #101010, 1px 1px 0px #505050;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.availableBooks {
  margin: 10px;
  display: inline-block;
  padding: 15px;
  text-align: center;
  background-color: #444444;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
}
.availableBooks a {
  text-decoration: none;
  color: white;
}
.filterBar {
  margin-top: -50px;
  margin-bottom: 80px;
}
.filterBar .filter-headline {
  font-size: 40px;
  font-weight: bold;
  font-family: 'amatic_scbold';
}
.filterBar .categoryTagButton {
  padding: 5px 10px;
  margin: 5px;
  font-size: 25px;
  line-height: 1.5;
  border-radius: 3px;
  background: #ebebeb;
  color: #444444;
  font-family: 'amatic_scbold';
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
}
.filterBar .categoryTagButton.active {
  background: #c0c0c0;
  color: #ebebeb;
  font-weight: bold;
}
.books-container {
  padding: 0;
  margin: 0;
}
.books-container .book-container {
  position: relative;
  padding: 0;
  margin-bottom: 90px;
  min-height: 450px;
}
.books-container .book-container:after {
  content: '';
  display: block;
  padding-top: 56%;
}
.books-container .book-container .edited {
  position: absolute;
  left: 0;
  bottom: 20px;
  background-color: #fe2850;
  z-index: 1;
  padding: 3px 6px;
}
.books-container .book-container .edited:after {
  position: absolute;
  content: "";
  left: 0;
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10px 0 0;
  border-color: #fe2850 transparent transparent transparent;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.books-container .book-container .edited > p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.books-container .book-container .book-description {
  text-align: left;
  position: absolute;
  top: 0;
  left: 10px;
  width: 52%;
  -webkit-box-shadow: -4px 13px 34px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -4px 13px 34px 2px rgba(0,0,0,0.2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-left: calc(44%);
  padding: 20px 20px 20px 40px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
  background-color: #ebebeb;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-image: url(https://static.parastorage.com/services/skins/2.1229.80/images/wysiwyg/core/themes/base/bevel_300.png);
  background-repeat: repeat-x;
}
@media (max-width: 600px) {
  .books-container .book-container .book-description {
    padding-left: 20px;
  }
}
.books-container .book-container .book-description .book-title p {
  font-family: 'amatic_scbold';
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}
.books-container .book-container .book-description .book-meta-data p {
  margin: 0;
  font-size: 14px;
  color: #444444;
}
.books-container .book-container .book-description .book-price {
  padding-top: 30px;
}
.books-container .book-container .book-description .book-price p {
  margin: 0;
  font-family: 'amatic_scbold';
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}
.books-container .book-container .book-description .book-price-porto p {
  margin: 0;
  font-size: 14px;
  color: #444444;
}
.books-container .book-container .book-description .book-about {
  padding-top: 30px;
}
.books-container .book-container .book-description .book-about p {
  font-family: 'amatic_scbold';
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #444444;
}
.books-container .book-container .book-description .book-about-description {
  width: 80%;
  overflow: auto;
  height: 180px;
  padding: 10px;
  padding-left: 0;
}
.books-container .book-container .book-description .book-about-description p {
  margin: 0;
  font-size: 14px;
  color: #444444;
}
.books-container .book-container .book-description .book-about-description::-webkit-scrollbar {
  width: 8px;
  margin: 0px;
  padding: 0px;
}
.books-container .book-container .book-description .book-about-description::-webkit-scrollbar-track {
  background-color: rgba(58,58,58,0.8);
  border: none;
}
.books-container .book-container .book-description .book-about-description::-webkit-scrollbar-thumb {
  background-color: #757175;
}
.books-container .book-container .book-description .book-about-description::-webkit-scrollbar-thumb:hover {
  background-color: #5d595d;
}
.books-container .book-container .book-description .btn-select-book-format {
  padding: 5px 10px;
  margin: 5px;
  font-size: 25px;
  line-height: 1.5;
  border-radius: 3px;
  background: #ebebeb;
  color: #444444;
  font-family: 'amatic_scbold';
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
}
.books-container .book-container .book-description .btn-select-book-format.active {
  background: #c0c0c0;
  color: #ebebeb;
  font-weight: bold;
}
.books-container .book-container .book-description .book-edit {
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
}
.books-container .book-container .book-description .book-edit a {
  display: block;
  height: 40px;
  color: #c0c0c0;
  font-weight: bold;
  text-align: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.books-container .book-container .book-description .book-edit a i.fa-angle-right {
  color: #c0c0c0;
  font-size: 50px;
  position: absolute;
  line-height: 20px;
  margin-left: 20px;
}
.books-container .book-container .book-description .book-edit a:hover {
  text-decoration: none;
}
.books-container .book-container:hover .book-description .book-edit a i.fa-angle-right {
  color: #fdfdfd;
  margin-left: 20px;
}
.books-container .book-container .book-cover {
  position: absolute;
  top: 20%;
  height: 56%;
  width: 49%;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 2;
}
.books-container .book-container .book-cover .empty {
  border: 1px solid #454545;
}
.books-container .book-container .book-cover > img {
  height: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.6), inset 0 -1px 1px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
  border: 1px solid #ebebeb;
}
.books-container .book-container .book-cover .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -20px;
  font-size: 40px;
  color: #808080;
}
.books-container .book-container .book-cover > img[src]:not([src=""]) ~ .fa {
  display: none;
}
.iOSmessage {
  margin: 10px;
  display: inline-block;
  padding: 15px;
  text-align: left;
  background-color: #444444;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#picup_logo {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#overview {
  margin: auto;
  text-align: center;
  position: relative;
  top: 50px;
}
.button {
  display: inline-block;
  background-color: #1AA4CA;
  padding: 10px;
  font-weight: bold;
  color: white;
  border: solid 3px white;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  text-shadow: 1px 1px 0px #101010, 1px 1px 0px #505050;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
.blue {
  color: #1AA4CA;
}
.red {
  color: red;
}
.left {
  float: left;
}
.right {
  float: right;
}
#overview h1 {
  margin: 10px;
  padding: 10px;
  background-color: #444444;
  -webkit-box-shadow: 0 0 2px black;
  -moz-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #101010, 1px 1px 0px #505050;
}
.label {
  display: inline-block;
  font-weight: bold;
  width: 200px;
  color: #444444;
}
label .error {
  display: block;
}
.error {
  color: red;
}
.hidden {
  display: none;
}
#addLibrary {
  font-size: 80%;
  margin-bottom: 10px;
  padding: -10px;
  color: white;
  font-weight: normal;
  text-shadow: none;
}
#addLibrary h3 {
  text-shadow: none;
}
#fb-like_c {
  position: absolute;
  margin: auto;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  right: 10px;
  top: -100px;
  z-index: 888;
  background-color: #111;
}
#fb_logo {
  cursor: pointer;
}
#carousel {
  height: 1%;
  overflow: hidden;
  padding: 0 0 10px;
}
#carousel .viewport {
  overflow: hidden;
  position: relative;
}
#carousel .buttons {
  display: block;
  margin: 0 0 5px 0;
  overflow: hidden;
  position: relative;
}
#carousel .next {
  margin: 5px 0 0 0;
}
#carousel .disable {
  visibility: hidden;
}
#carousel .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
#carousel .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 1px;
  border: 1px solid #121212;
}
#carousel_2 {
  height: 1%;
  overflow: hidden;
  padding: 0 0 10px;
}
#carousel_2 .viewport {
  overflow: hidden;
  position: relative;
}
#carousel_2 .buttons {
  display: block;
  margin: 0 0 5px 0;
  overflow: hidden;
  position: relative;
}
#carousel_2 .next {
  margin: 5px 0 0 0;
}
#carousel_2 .disable {
  visibility: hidden;
}
#carousel_2 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
#carousel_2 .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 1px;
  border: 1px solid #121212;
}
.ui-accordion .ui-accordion-content {
  padding: 10px;
}
.text-center {
  text-align: center !important;
}
#payment-section {
  text-align: center;
  z-index: 3 !important;
}
#payment-section p {
  font-size: 18px;
  color: #c0c0c0;
  margin: 40px 0;
}
#payment-section .payment-options-container {
  display: inline-block;
}
.payment-success {
  text-align: center;
  display: none;
}
.payment-success p {
  font-size: 25px;
  color: #000000;
  margin: 40px 0;
}
.payment-success a {
  display: inline;
  background-color: #c0c0c0;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  top: -11px;
  color: white;
  border: solid 1px white;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.8s ease;
  text-decoration: none;
}
.payment-success a:hover {
  background-color: #a8c6fe;
  color: #444444;
  text-decoration: none;
}
