.background-status {
    text-align: center;
    color: white;
    border-radius: 5px;
    padding: 1px 7px 1px 7px;
    margin: 0;
    display: inline-block;
}
.background-status-pending{
    background-color: #ECD078;
}

.background-status-success{
    background-color: #5cb85c;
}

@media (min-width:980px) {
    .map_big {
        display:block;
        width: 764px;
    }
    .map_small{
        display: none;
        width: 490px;
    }
    .Map_mobile{
        display: none;
        width: 300px;
    }
}

@media (max-width:979px) {
    .map_big {
        display:none;
        width: 764px;
    }
    .map_small{
        display: block;
        width: 490px;
    }
    .Map_mobile{
        display: none;
        width: 300px;
    }
}

@media (max-width:1200px) {
    .disapear-propers-events {
        display:none;
    }
}
@media (max-width:1200px) {
    .align_center {
        width: 100%;
        text-align: -webkit-center;
    }
}

.display-none{
    display: none;
}

.display-block{
    display: block;
}

.opentip-container {
    padding-bottom: 10px;
    padding-right: 10px;
    position: absolute;
    max-width: 300px;
    z-index: 100;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    pointer-events: none;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}

