.error {
    color: #FF9494;
}

.map {
    height: 300px;
    width: 100%;
}


/* Timeline */

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

.message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}

.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}

.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}

.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}

.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta>div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta>div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta>div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta>div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

img {
    min-height: 40px;
    /*max-height: 40px;*/
}


/* Timeline End*/

.frontsearch {
    margin-top: 25px;
    margin-bottom: 80px;
    /*     left: 0;
    right: 0; */
    bottom: 0;
}

.m-progress-bar {
    min-height: 1em;
    background: #c12d2d;
    width: 5%;
}

#sticky_cari.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 3px;
    left: 600px;
    width: 250px;
    z-index: 10000;
}

#map-preview {
    width: 100%;
    height: 300px;
}

.map {}

.map img {
    max-width: none;
}

.sidemenu {
    background: #404040;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100vh;
    width: 200px;
    font-size: 12px;
    position: fixed!important;
    left: -5px;
    overflow: auto;
}

.sidemenu_main {
    font-weight: bold;
    font-size: 15px;
}

.sidemenu .a:link,
.a:visited {
    color: white;
    font-weight: lighter !important;
}


/* Specify styling for tooltip contents */

.tooltip.customClass .tooltip-inner {
    color: #880000;
    background-color: #ffff66;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/* Hide arrow */

.tooltip.customClass .tooltip-arrow {
    display: none;
}

.sidemenu a {
    color: #cccccc;
    text-decoration: none;
}

.backdroplogin {
    /* opacity: 1; */
    filter: alpha(opacity=1);
    background: midnightblue;
}

.modal-login .modal-backdrop {
    background: midnightblue;
}

.animationload {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.5;
    z-index: 10000;
}

.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #fed37f none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #85d6de transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}

@keyframes osahanloading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        background: #85d6de none repeat scroll 0 0;
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#panelup,
#flipup {
    padding: 10px;
    text-align: left;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
    margin-left: 15px;
    margin-right: 15px;
}

#panelup {
    padding: 10px;
    display: none;
    text-align: left;
    overflow: visible;
    height: 250px;
}

#cmsprevmap {
    padding-top: 20px;
    padding-bottom: 20px;
}