@import "/fonts/alwyn/alwyn.css";
/*@input-focus-border:#C29F37; */
html {
  background-color: #121211;
  color: #DDDDD1;
}
body {
  font-family: "AlwynNew-Light", "Lucida Grande", tahoma, verdana, arial, sans-serif;
  font-size: 14px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
}
h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
#show-index h2 {
  text-align: center;
}
h3 {
  font-style: italic;
}
a,
a:hover,
a:active,
a:visited {
  color: #85BF25;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  clear: both;
  overflow: hidden;
  margin-bottom: 0.8em;
  font-size: 14px;
}
fieldset legend {
  margin-bottom: 0.8em;
  color: #aaa;
}
fieldset p {
  margin: 0;
  margin-left: 20px;
}
#contentarea,
#image-management-bar {
  background-color: #2B2B2B;
  border-radius: 10px;
}
#ajax_email {
  color: #36A000;
}
#upload-progress-bar {
  width: 252px;
}
#upload-progress-bar span {
  text-align: right;
  color: #333;
}
#upload-progress-status .upload-speed,
#upload-progress-status .upload-time-remaining {
  color: #85BF25;
}
#upload-content .upload-progess {
  display: none;
}
.access-notice {
  background-repeat: repeat;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.access-notice p {
  margin: 0;
}
.access-notice.access-private {
  background: url(/assets/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png);
}
.access-notice.access-public {
  background: url(/assets/css/ui-lightness/images/ui-bg_diagonals-thick_18_2d452a_40x40.png);
}
.form-group {
  color: #aaa;
  font-size: 13px;
  margin-left: 20px;
  clear: both;
  line-height: 22px;
}
.form-group input {
  position: relative;
  margin-left: 3px;
  margin-right: 5px;
  top: 2px;
}
#file-upload-create-album {
  margin-bottom: 0;
  display: none;
}
#file-upload-create-album #create-album-name {
  display: none;
}
#file-upload-create-album.open {
  margin-bottom: 0.8em;
}
#file-upload-create-album.open #create-album-name {
  display: block;
}
ul,
p {
  margin: 1em 0;
}
em {
  text-decoration: underline;
}
ul.list li {
  list-style: disc;
  margin-left: 3em;
}
textarea.code {
  font-family: monospace;
  width: 100%;
  line-height: 160%;
  height: 10.8em;
  margin-bottom: 0.5em;
}
textarea.code.multiple {
  height: 14.4em;
}
#header {
  margin: 2em 0;
  text-align: center;
}
#content {
  width: 728px;
  margin: 0 auto;
}
#page-show #content {
  width: 900px;
}
#contentarea {
  display: block;
  margin: 14px 0 4px 0;
  padding: 20px;
}
#upload {
  clear: both;
  overflow: hidden;
}
#upload .upload-sources {
  float: left;
  width: 60%;
}
#upload .upload-sources h2 {
  margin-bottom: 0;
}
#upload .upload-restrictions {
  float: right;
  text-align: center;
  width: 30%;
  font-size: 24px;
}
#upload .upload-restrictions ul {
  margin: 0.5em;
}
#upload .upload-restrictions .max-filesize {
  color: #85BF25;
}
#upload .field {
  position: relative;
  clear: both;
}
#upload .field div.input {
  margin-left: 20px;
}
#upload .file-picker {
  margin-bottom: 0;
  height: auto;
}
#upload .file-picker .selector {
  clear: both;
  position: relative;
  overflow: hidden;
  float: left;
  width: 252px;
}
#upload .file-picker .input {
  display: block;
}
#upload .file-picker input,
#upload .file-picker .filename {
  position: absolute;
}
#upload .file-picker input {
  z-index: 200;
  opacity: 0;
  cursor: default !important;
}
#upload .file-picker input:hover + .filename {
  text-decoration: underline;
}
#upload .file-picker.type-dropped input {
  display: none;
}
#upload .file-picker .filename {
  position: relative;
  overflow: hidden;
  padding: 2px;
  max-height: 12px;
  width: 252px;
  text-overflow: ellipsis;
}
#upload .file-picker .upload-status,
#upload .file-picker .less {
  float: left;
  position: relative;
  top: 2px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
#upload .file-picker .less {
  cursor: pointer;
  background-image: url(/assets/images/tab_close_h.png);
}
#upload .file-picker .upload-status {
  background-image: url(/assets/images/ajaxLoaderSmall.gif);
}
#upload .file-picker .upload-status.upload-ok {
  background-image: url(/assets/images/checkmark-12x12.gif);
}
#upload .file-picker .hidden {
  display: none;
}
.upload-file-entry {
  margin-bottom: 0.5em;
}
.upload-file-entry > label {
  display: block;
  margin-bottom: 3px;
  font-size: 1.1em;
}
.upload-file-entry .progress-bar > label {
  color: gray;
}
.image-album .files-count {
  color: #85BF25;
}
.image-album ul.images-list {
  clear: both;
  overflow: hidden;
}
.image-album ul.images-list li {
  float: left;
  width: 195px;
  margin: 10px;
}
.image-album ul.images-list li .details {
  text-align: center;
  margin-top: 5px;
}
.image-album ul.images-list li a {
  overflow: hidden;
}
.image-album ul.images-list li a:hover {
  text-decoration: none;
}
.image-album ul.images-list li .thumbnail {
  position: relative;
}
.image-album ul.images-list li .thumbnail .open-handle {
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  left: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.image-album ul.images-list li img {
  display: block;
  border: 0 none;
  -webkit-outline: 0;
  overflow: hidden;
  width: 195px;
  height: 195px;
}
.image-album ul.images-list li.ui-selecting img,
.image-album ul.images-list li.ui-selected img {
  box-shadow: 0 0 5px 3px #85BF25;
}
.image-album .open-album {
  display: none;
  text-align: center;
  height: 40px;
  margin: 1em 0;
  line-height: 40px;
  background-color: #444;
}
.image-album.can-read .rerrange-notice {
  display: none !important;
}
.image-album.can-read .open-handle {
  display: none !important;
}
.image-album.can-write h2 {
  margin-bottom: 5px;
}
.page-show-user .image-album .open-album {
  display: block;
}
#selected-images {
  display: none;
  position: fixed;
  overflow: hidden;
  clear: both;
  bottom: 0;
  padding: 10px;
  height: 0px;
  width: 880px;
  background: rgba(0, 0, 0, 0.8);
}
#selected-images .selected-items {
  width: 470px;
  margin-right: 10px;
  float: left;
}
#selected-images .selected-items ul {
  clear: both;
  overflow: hidden;
  width: 470px;
  height: 80px;
  overflow: auto;
}
#selected-images .selected-items ul li {
  float: left;
  margin-left: 10px;
}
#selected-images .selected-items ul li a:hover {
  text-decoration: none;
}
#selected-images .selected-items ul li .thumbnail {
  position: relative;
}
#selected-images .selected-items ul li img {
  width: 64px;
  height: 64px;
}
#selected-images .selected-items ul li .open-handle {
  display: none;
  cursor: default;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(32, 0, 0, 0.7);
  line-height: 64px;
  color: #ff0000;
}
#selected-images .selected-items ul li:hover .open-handle {
  display: block;
}
#selected-images .with-selected-items {
  width: 400px;
  float: left;
}
.action-bar {
  clear: both;
  overflow: hidden;
  position: relative;
}
.action-bar a {
  width: 100px;
  height: 20px;
  padding: 4px;
  float: left;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  opacity: 0.8;
}
.action-bar a label {
  cursor: pointer;
}
.action-bar a:hover,
.action-bar a:active {
  color: #fff;
}
.action-bar a:hover {
  opacity: 1;
  text-decoration: none;
}
.action-bar a.action-clear {
  background: #4f6729;
}
.action-bar a.action-clear:hover {
  background: #52751b;
}
.action-bar a.action-rename {
  background: #294767;
}
.action-bar a.action-rename:hover {
  background: #1b4775;
}
.action-bar a.action-delete {
  background: #672929;
}
.action-bar a.action-delete:hover {
  background: #751b1b;
}
.action-bar a.action-delete .confirm-delete {
  background: #751b1b;
}
.action-bar a.action-move,
.action-bar a.action-upload {
  background: #294767;
}
.action-bar a.action-move:hover,
.action-bar a.action-upload:hover {
  background: #1b4775;
}
.action-bar a.action-download,
.action-bar a.action-share {
  background: #4f6729;
}
.action-bar a.action-download:hover,
.action-bar a.action-share:hover {
  background: #52751b;
}
.action-bar a.action-reset-order {
  background: #512967;
}
.action-bar a.action-reset-order:hover {
  background: #551b75;
}
.action-bar a.action-disabled {
  display: none;
}
.action-bar a.action-share {
  float: right;
}
.action-bar.album-management {
  margin: 5px 0;
}
#with-selected-create-album {
  display: none;
}
.clear {
  clear: both;
}
.faq dl {
  margin: 1em 0;
}
.faq dl dt {
  font-weight: bold;
}
.faq dl dd {
  font-style: italic;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
  width: 252px;
  border: 1px solid;
  color: #888;
  background-color: #121211;
  border-color: #444442;
  padding: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  color: #fff;
  background-color: #262E3B;
  border-color: #85BF25;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="file"],
select {
  width: 252px;
  border: 1px solid;
}
select {
  width: 257px;
}
.center {
  text-align: center;
}
.formbuttons {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page {
  margin: 2em 0;
  text-align: center;
}
#upload-content {
  clear: both;
  overflow: hidden;
}
#footer {
  text-align: center;
}
#footer p {
  margin-bottom: 0.5em;
}
#contact {
  margin: 2em 0;
}
#banner {
  width: 728px;
  margin: 0 auto;
  text-align: center;
}
#ajax_email {
  font-weight: bold;
}
.notice {
  font-size: 11px;
  text-align: center;
}
.more-options {
  float: right;
}
#ajax_message {
  display: none;
  text-align: center;
}
#ajax_message.email-sent img {
  float: left;
}
#ajax_message.email-sent .message {
  float: left;
  line-height: 32px;
  height: 32px;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.image-ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.image-ribbon-wrapper .image-ribbon {
  font-size: 11px;
  color: #DDDDD1 !important;
  text-transform: uppercase;
  font-family: Sans-Serif;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 2px 0;
  left: -5px;
  top: 4px;
  width: 150px;
  background-color: #294767;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4679b0), to(#294767));
  background-image: -webkit-linear-gradient(top, #4679b0, #294767);
  background-image: -moz-linear-gradient(top, #4679b0, #294767);
  background-image: -ms-linear-gradient(top, #4679b0, #294767);
  background-image: -o-linear-gradient(top, #4679b0, #294767);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.image-ribbon-wrapper .image-ribbon:before {
  left: 0;
}
.image-ribbon-wrapper .image-ribbon:after {
  right: 0;
}
.modal .modal-header h3 {
  color: #DDDDD1;
  font-size: 20px;
  font-style: normal !important;
}
.modal .modal-header h3 .album-name {
  color: #85BF25;
}
.modal .modal-header h3 .album-name:before {
  content: '»';
}
.modal .modal-header h3 .album-name:after {
  content: '«';
}
.modal .modal-header h3 .number-of-files {
  color: #85BF25;
}
.whats-up-message {
  height: 200px;
  width: 560px;
}
.mfp-wrap.ui-selected .mfp-figure:after {
  box-shadow: 0 0 5px 3px #85BF25;
}
