#office-ad-list .pic img {
    max-height: 60px;
    overflow: hidden;
}

#office-ad-list td.action {
    white-space: nowrap;
    max-width: 100px;
}

#office-ad-list td.action .action-button {
    float: left;
}

#office-ad-list td.status {
    width: 20px;
    background-color: #666666;
    color: white;
    font-weight: bold;
    position: relative;
}

#office-ad-list td.status.active {
    background-color: #10BE00;
}

#office-ad-list td.status.deleted {
    background-color: #D8000C;
}

#office-ad-list td.status div {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
    width: 20px;
    top: 25%;
    left: 0;
}

#registry .registry-data {
    background-color: #F8F8F8;
}

#registry .registry-data .form-group {
    margin-bottom: 0;
}

.file-upload {
    position: relative;
	overflow: hidden;
	margin: 10px 10px 0 0;
    width: 100px;
    height: 100px;
    border: 1px dashed gray;
    float: left;
    background: #FCFCFC;
}

.file-upload span {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 22px;
    font-size: 14pt;
    color: #4A4A4A;
    z-index: 1;
}

.file-upload span i {
    margin-top: 5px;
    color: rgb(104, 104, 104);
}

.file-upload img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.file-upload input {
    position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-upload:hover {
    background: white;
}

.file-upload a span {
    background-color: #D5FFDA;
    height: 100px;
    margin: 0;
    padding: 4px;
    display: block;
}

.parallax .highlight {
    margin-top: 5%;
    margin-left: 10%;
    border-left: 4px solid #F55A4E;
}

.parallax .highlight span {
    font-size: 32pt;
    background-color: black;
    opacity: 0.7;
    color: white;
    display: inline;
    padding: 8px 16px;
    width: auto;
}

.parallax .highlight.small span {
    font-size: 20pt;
}


@media only screen and (max-width: 992px) {
    .parallax .highlight {
        margin-top: 6%;
    }
    .parallax .highlight span {
        font-size: 16pt;
    }
    .parallax .highlight.small span {
        font-size: 14pt;
    }
}

#user-location-map {
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 2px solid rgb(37, 37, 37);
}

.btn.btn-facebook {
    background-color: #3B579D;
    color: white;
}

i.online {
    color: #5CB85C;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.1s linear 0s;
}
i.online:before {
    content: "\f111";
}
i.online.nologin {
  color: #FFB90F;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.upload-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.upload-button input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.ad-message .form-group {
    margin-bottom: 0;
}

.sidebar.admin {
    background-color: #FFDFDF;
    padding: 30px 20px 0px 25px;
    margin-bottom: 25px;
    border: 1px solid rgb(216, 21, 21);
}

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
  min-height: 180px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  /*display: none;*/
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  overflow: hidden;
  cursor: move;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.dropzone .dz-preview.dz-success .dz-success-mark span {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 0px 5px;
}

.dropzone .dz-preview a.del {
    cursor: pointer;
    padding: 10px;
    font-size: 120%;
}

.dropzone .dz-preview:hover .public {
    cursor: pointer;
    bottom: 5px;
    position: absolute;
}