﻿.error-custom {
    font-size: 12px;
    color: #f55753;
}
.custom-error {
    /*position: relative;*/
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.hidden {
    display: none !important;
}

.unhiddenblock {
    display: block !important;
}

.unhiddentable {
    display: table !important;
}

.unhiddeninlineblock {
    display: inline-block !important;
}

.lock-container-property {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 900px;
}

#map {
    height: 400px;
    width: 100%;
}

    #map .centerMarker {
        position: absolute;
        /*url of the marker*/
        background: url(http://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
        /*center the marker*/
        top: 50%;
        left: 50%;
        z-index: 1;
        /*fix offset when needed*/
        margin-left: -10px;
        margin-top: -34px;
        /*size of the image*/
        height: 34px;
        width: 20px;
        cursor: pointer;
    }

.languages-li {
    padding: 0 20px 10px 20px !important;
}

.dropzone-uploadtext {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    /*background-image: url(../images/spritemap.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    height: 123px;
    margin-left: auto;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.dropzone-clicktext {
    font-size: 14px;
}

.form-group label:not(.error) {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
}

.nav-tabs > li > a {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 15px;
}

a.disabled {
    pointer-events: none;
}

.small-logo {
    display: none;
}

@media (max-width: 767px) {
    .small-logo {
        display: inline-block !important;
    }

    .dropzone-uploadtext {
        /*margin-left: -120px;*/
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .small-logo {
        display: inline-block !important;
    }

    .dropzone-uploadtext {
        /*margin-left: -270px;*/
    }
}
