@keyframes blink-effect {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.renthub_loading_msg span {
    animation-name: blink-effect;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.renthub_loading_msg span:nth-child(2) {
    animation-delay: .2s;
}

.renthub_loading_msg span:nth-child(3) {
    animation-delay: .4s;
}

.renthub_loading_msg {
    font-size: 24px;
}

.renthub_loading_msg span {
    font-size: 35px;
    height: 10px;
    line-height: 10px;
}

.success-msg-title {
    color: #00a900;
}

.success-msg-text {
    color: black;
}

.error-msg-title {
    color: red;
}

.image-responsive {
    max-width: 100%;
}

.renthub_error_list {
    display: block;
    max-width: 100%;
    width: 400px;
    margin: 15px auto;
}

ul.renthub_error_list li {
    color: red;
    font-weight: bold;
}

.renthub-fullscreen-loader {
    background-color: rgba(191, 191, 191, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 25000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.renthub-centered-spinner {
    width: 80px;
    height: 80px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    top: 50%;
    transform: translateY(-40px);
    text-align: center;

}

.renthub-centered-spinner i {
    vertical-align: middle;
    line-height: 80px;
    font-size: 36px;
}

.renthub-centered-msg {
    width: 50%;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    top: 20%;
    text-align: center;

}

.renthub-title {
    padding: 10px;
    position: relative;
}

.renthub-box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: #ffffff;
    color: inherit;
    border: 1px solid #e7eaec;
}

.renthub-content {
    padding: 5px;
}

.renthub-element-container {
    height: 85px;
}

div.checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.btn.btn-primary.form-control {
    color: white;
}

#renthubPrivacyModal .modal-body, #renthubTermsModal .modal-body, #customInfoModal .modal-body {
    padding: 25px;
}

body.modal-open {
    overflow: hidden !important;
}
.modal{
    z-index:2500;
}
/*TEMPORARY */
.renthub_temporary_header {
    text-align: center;
    border-bottom: 2px solid #565656;
}

.renthub_temporary_loader {
    text-align: center;
    padding: 40px;
}

.renthub_temporary_loader i {
    font-size: 30px;
}

/*END TEMPORARY*/

.error-centered {
    color: red;
    text-align: center;
}

.renthub_errors_list li{
    color: red;
}

.custom-info-modal{
    cursor:pointer;
}

.custom-info-modal-container{
    margin-top: -8px;
    font-size: 12px;
}

.rh_mts{
    margin-top:10px;
}

.rh_mtm{
    margin-top:20px;
}
