


.media-preview {
    position: relative;
    text-align: center;
}

.media-thumbnail-container {
    clear: both;
}

.media-thumbnail-container .upload-results {
    overflow: hidden;
}

.media-thumbnail {
    position: relative;
    width: 140px;
    height: 140px;
    float: left;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    background: url('../../../images/canvas.png');
    margin: 0 20px 20px 0;
}

.media-thumbnail-nav {
    position: absolute;
    top: 3px;
    right: 3px;
}

.media-thumbnail-photo {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.media-thumbnail-photo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.media-thumbnail-photo a {
    display: inline-block;
    vertical-align: middle;
}

.media-thumbnail img {
    max-width: 115px;
    max-height: 115px;
}

.dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}

.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-file .upload-in-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;

    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.btn-file > .text {
    cursor: pointer;
}

.upload-progress p {
    margin-top: 10px;
}

.uploaded-file {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #fff;
    margin-bottom: 10px;
    clear: both;
}

.uploaded-file-name {
    font-size: 14px;
    line-height: 30px;
}

.uploaded-file-name .fa {
    font-size: 18px;
}

.upload-thumb-info {
    display: inline-block;
    margin-top: 10px;
}

.upload-thumb-info .fa {
    margin-right: 10px;
}

.upload-add-dropzone {
    margin-top: 10px;
}

.has-feedback .checkboxradio-container {
    padding-right: 42.5px;
}

.collection-header {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.password-policy-popover {
    width: 340px;
    max-width: 90%;
}

.password-policy-description .text ul {
    padding-left: 20px;
}

/**
 * FORM
 */
form.form {
    padding: 15px 0;
}

/* INPUTY */
.form .form-control {
    font-size: 14px;
}

/* TEXTAREA */
.form textarea.form-control {
    height: 130px;
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label > *,
.form .consent-all {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.form .captcha-image-wrapper {
    text-align: center;
    padding: 0 45px 0 0;
}

.form button.captcha-refresh.btn.btn-default {
    position: absolute;
    right: 15px;
    width: 46px;
    height: 100%;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.form i.fa.fa-refresh {
    font-size: 16px;
}

.form label {
    margin-bottom: 10px;
    font-weight: bold;
}

.form .alert-block .error {
    font-size: 13px;
    font-weight: normal !important;
    color: #a94442 !important;
    margin-top: 10px;
    margin-bottom: 0;
}

.form .checkbox .error {
    margin-top: 0;
    font-size: 13px;
}

.form .checkbox label {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 0;
}

.form .consent-row label > [class^="icheckbox"] {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}

.form .consent-row label > p {
    display: inline;
}

.form .checkbox {
    margin-top: 0;
}

.form .consent-all {
    margin-bottom: 10px;
    padding: 0;
    border: none;
}

.form .before-consent-row {
    margin-bottom: 10px;
}

.form .after-consent-row {
    margin-bottom: 15px;
}

.form .captcha-container .captcha-image {
    height: 100%;
}

.form .captcha-container .captcha-image img {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
