*:before {
  font-family: fontAwesome;
  margin-right: 5px;
}
body {
  background: #eee;
  margin: 0;
  color: #333;
  height: 100vh;
  font-family: Ubuntu;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: #46a5e5;
}
button,
input,
select,
textarea {
  border: 0;
  outline: none;
  padding: 0.75em 0.5em;
  border-radius: 0.1em;
  box-shadow: 0 0 0.1em rgba(0,0,0,0.3);
  transition: 0.25s ease;
}
button:hover,
input:hover,
select:hover,
textarea:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0.2em rgba(0,0,0,0.3);
}
button,
.button {
  color: #eee;
  cursor: pointer;
  padding: 0.75em 1.5em;
  border-radius: 0.2em;
  background: #172d3e;
  transition: 0.3s ease;
  box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.1);
}
button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
  transition: 0.3s ease;
}
button:hover,
.button:hover {
  color: #fff;
  background: #142635;
  transform: perspective(0.1em) scale(1.05);
}
.error {
  color: #f00;
}
form {
  display: block;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  background: #fff;
  min-width: auto !important;
  max-width: 90%;
  margin: auto;
}
form img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0.5% auto;
}
form ul {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
  color: #fff;
  width: 50%;
  display: block;
  float: right;
  background: #cd5c5c;
  padding: 0.5em;
  position: absolute;
  z-index: 1;
  top: 0.25em;
  opacity: 0;
  right: -100%;
  animation: example 7s ease;
li
  list-style-type: none;
}
form label,
form input:not([type="submit"]),
form select,
form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
form label {
  margin: 0.5em 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #b8b8b8;
  font-weight: bold;
}
form input:not([type="submit"]),
form select,
form textarea {
  border-radius: 2px;
}
form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: #fff url("/bundles/img/arrow_down.png?2") no-repeat 97%;
  position: relative;
}
form textarea {
  resize: vertical;
  min-height: 5em;
}
form button {
  margin-top: 0.7em;
}
form input[type="checkbox"] {
  width: auto;
  float: right;
  position: relative;
  top: -2.8em;
}
form .special1 {
  position: absolute;
  right: 1.1em;
  bottom: 8px;
}
form > div > div {
  position: relative;
}
#main {
  padding: 2%;
}
.mce-btn-group {
  background: rgba(0,0,0,0.1);
}
.mce-btn-group *:before {
  padding: 0;
}
.mce-btn-group button {
  background: #fff;
  display: inline-block;
}
.mce-btn-group button:hover {
  background: #f5f5f5;
}
.mce-btn-group button:hover:before {
  background: #f5f5f5;
}
.button,
button {
  display: inline-block;
  margin: 1% auto;
  padding: 5px 10px;
  background: #172d3e;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  transition: all 0.2s;
  font-size: 1em;
}
.button:hover,
button:hover {
  background: #23445d;
}
.add:before {
  content: "\f067";
  color: #fff;
  margin-right: 5px;
}
span.left:before {
  content: "\f104";
  cursor: pointer;
  color: #182945;
  text-shadow: 0px 1px 1px #000;
}
span.right:before {
  content: "\f105";
  cursor: pointer;
  color: #182945;
  text-shadow: 0px 1px 1px #000;
}
input:not([type="submit"]),
textarea,
select {
  border: 1px solid #b8b8b8;
  box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.5);
}
span.visibleYes {
  color: #8fbc8f;
  margin: 0;
}
span.visibleYes:before {
  content: "\f06e";
  margin-right: 5px;
  padding: 0;
}
span.visibleNo {
  color: #cd5c5c;
  margin: 0;
}
span.visibleNo:before {
  content: "\f070";
  margin-right: 5px;
  padding: 0;
}
.color1 {
  color: #172d3e;
}
.color2 {
  color: #b8b8b8;
}
.color3 {
  color: #efefef;
}
/* List of item's */
.list {
  display: block;
  width: 75%;
  margin: 2.5% auto;
  max-width: 90%;
}
.list .item {
  background: #fff;
  padding: 1%;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
  margin-top: 10px;
}
.list .item > span {
  padding: 1%;
  display: inline-block;
  vertical-align: middle;
}
.list .item .option {
  width: 28%;
  border-left: 1px solid #b8b8b8;
}
.list .item .option > a {
  margin-right: 10px;
}
.list .item .option > a:last-child {
  margin-right: 0;
}
.list .item .option > span {
  display: block;
  margin-top: 10px;
}
.list .item .option > span > span {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.list .item .option > span b {
  display: inline-block;
  width: 100px;
}
.list .title {
  background: #172d3e;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  border-bottom: 2px solid #b8b8b8;
  font-size: 0.9em;
  padding: 2px;
  color: #fff;
}
.list .title > span {
  position: relative;
  cursor: pointer;
  padding-right: 10px;
  font-weight: normal !important;
}
.list .title .option {
  border: 0;
}
.list .empty {
  font-size: 30pt;
  text-align: center;
  color: #b8b8b8;
  margin: 10% 0;
}
.list .hidden {
  display: none;
}
.search {
  width: 70%;
  max-width: 90%;
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 1% 2%;
  margin: 1% auto;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}
.search * {
  display: inline-block;
  margin: 0 1%;
  vertical-align: middle;
}
.search select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: #fff url("/bundles/img/arrow_down.png?2") no-repeat 97%;
  position: relative;
  cursor: pointer;
}
.search h3 {
  margin: 0 5px 0 0;
  font-weight: normal;
}
.search .h3:before {
  content: "\f002";
}
.search .fa-refresh {
  font-size: 30pt;
  color: #b8b8b8;
}
span.up {
  color: #4587ba;
  vertical-align: bottom;
  display: inline-block;
  font-size: 1.3em;
  padding-top: 10px;
}
span.up:before {
  content: "\f0de";
  cursor: pointer;
}
span.down {
  color: #4587ba;
  vertical-align: top;
  display: inline-block;
  font-size: 1.3em;
  padding-bottom: 10px;
}
span.down:before {
  content: "\f0dd";
  cursor: pointer;
}
span.sort {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
span.sort > span {
  float: left;
  clear: left;
  cursor: pointer;
}
span.sort > span:before {
  margin-right: 0 !important;
}
.sweet-alert span.left:before,
.sweet-alert span.right:before {
  content: "";
}
footer {
  text-align: right;
  margin: 3% 0 0 0;
  background: #172d3e;
  padding: 1% 0;
  border-top: #23445d;
  color: #fff;
  position: relative;
  bottom: 0;
  width: 100%;
}
footer span {
  margin-left: 15%;
}
footer a {
  color: #fff;
}
#main {
  padding: 50px 25px 25px 25px;
}
#formButtonsFixed {
  border-bottom: 1px solid #999;
  box-shadow: inset 0px 5px 10px #999, 0 5px 10px #999;
  background: #fff;
  margin-bottom: 25px;
  padding: 0 25px;
  z-index: 100;
  width: 100%;
  position: absolute;
}
#formButtonsFixed > div {
  display: inline;
}
section form {
  width: 100%;
  margin: 0;
}
.globalGallery {
  margin: 25px 0;
}
.globalGallery > a {
  display: table;
  float: right;
}
.globalGallery input {
  margin: 10px 0;
}
.globalGallery > span {
  display: inline-block;
  width: 24%;
  text-align: center;
}
.globalGallery > span a {
  display: block;
  margin-top: 5px;
  width: auto !important;
}
.removeGall:before {
  content: '\f00d';
}
.help-left p {
  text-align: left !important;
}
@-moz-keyframes example {
  10% {
    opacity: 0;
    right: -2em;
  }
  20% {
    opacity: 1;
    right: 1em;
  }
  80% {
    opacity: 1;
    right: 1em;
  }
  90% {
    opacity: 0;
    right: -2em;
  }
  99% {
    opacity: 0;
    right: -2em;
  }
  100% {
    opacity: 0;
    right: -100%;
    display: none;
  }
}
@-webkit-keyframes example {
  10% {
    opacity: 0;
    right: -2em;
  }
  20% {
    opacity: 1;
    right: 1em;
  }
  80% {
    opacity: 1;
    right: 1em;
  }
  90% {
    opacity: 0;
    right: -2em;
  }
  99% {
    opacity: 0;
    right: -2em;
  }
  100% {
    opacity: 0;
    right: -100%;
    display: none;
  }
}
@-o-keyframes example {
  10% {
    opacity: 0;
    right: -2em;
  }
  20% {
    opacity: 1;
    right: 1em;
  }
  80% {
    opacity: 1;
    right: 1em;
  }
  90% {
    opacity: 0;
    right: -2em;
  }
  99% {
    opacity: 0;
    right: -2em;
  }
  100% {
    opacity: 0;
    right: -100%;
    display: none;
  }
}
@keyframes example {
  10% {
    opacity: 0;
    right: -2em;
  }
  20% {
    opacity: 1;
    right: 1em;
  }
  80% {
    opacity: 1;
    right: 1em;
  }
  90% {
    opacity: 0;
    right: -2em;
  }
  99% {
    opacity: 0;
    right: -2em;
  }
  100% {
    opacity: 0;
    right: -100%;
    display: none;
  }
}
