﻿.error-message {display:none;}
.action-column { width: 1px; white-space:nowrap; }

.property-create-tab .tab-pane { min-height: 500px;}
.site-footer-links {margin-top:50px;}

.btn-file input {
    position: absolute;
    left: 100000px;
}

.file-input .btn {
    vertical-align: middle;
    width: 100%;
}

.btn-file {
    position: relative;
    vertical-align: middle;
}

.uploading {
    color: #ddd;
}

.attachment {
    position: relative;
    float: left;
    padding: 8px;
    margin: 0;
    color: #444;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25%;
    box-sizing: border-box;
}

.attachments li {
    list-style: none;
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.attachment button {
    display: none;
}

.thumbnail {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.thumbnail.selected {
    box-shadow: 2px 2px 2px 2px rgba(0, 140, 186, 0.5);
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.thumbnail img.portrait {
    width: 100%;
    height: auto;
}

.page-translation-list {
    max-height: 500px;
    overflow-y: auto;
}

template {
    display: none;
}

.float-right {
    float: right;
}