﻿/* Custom Elastislide Styling */


.elastislide-horizontal {
    background-color: transparent;
    border-radius: 20px 20px 0 0;
}

    .elastislide-horizontal.elastislide-loading {
        background-image: url(../images/loading_dark.gif);
    }

.elastislide-carousel ul li a {
    padding: 2px;
}

    .elastislide-carousel ul li a img {
        border-radius: 10px;
        border: none;
        box-shadow: 0 1px 2px #000;
    }

.elastislide-wrapper nav span {
    background-color: #666;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.image-preview img {
    border-radius: 0 0 20px 20px;
    max-width: 100%;
    display: block;
}

.elastislide-carousel ul li.current-img a img {
    box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);
}

@media screen and (max-width: 460px) {
    .demo-3 .elastislide-horizontal {
        padding: 10px 40px;
    }
}


/* Custom Content tab buat Tarif pelayanan*/
/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: white;
    border-bottom: solid 1px #cccccc;
}

    /* Style the buttons inside the tab */
    div.tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: whitesmoke;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
            background-color: whitesmoke;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* end Custom Section tab */


#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 60%;
    border-top: 16px solid #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -webkit-transition: opacity 3s ease-in-out;
        -moz-transition: opacity 3s ease-in-out;
        -ms-transition: opacity 3s ease-in-out;
        -o-transition: opacity 3s ease-in-out;
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transition: opacity 3s ease-in-out;
        -moz-transition: opacity 3s ease-in-out;
        -ms-transition: opacity 3s ease-in-out;
        -o-transition: opacity 3s ease-in-out;
        opacity: 1;
    }
}

/* Add animation to */
.animate-left {
    position: relative;
    -webkit-animation-name: animateleft;
    -webkit-animation-duration: 1s;
    animation-name: animateleft;
    animation-duration: 1s;
}

@-webkit-keyframes animateleft {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

@keyframes animateleft {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

#contentWeb {
    display: none;
}
/* end Custom Section Loading Page */
.loading {
    width: 150px;
    height: 150px;
    background: white;
    display: block;
}


/*.container {
    margin: 40px auto;
    padding: 20px 40px 50px;
    max-width: 960px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}*/



.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
    }




ul.thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

.caption-box h4 {
    font-size: 0.94rem;
    color: #444;
}

.caption-box p {
    font-size: 0.75rem;
    color: #999;
}

.btn.btn-mini {
    font-size: 0.63rem;
}



.control-box {
    width: 100%;
}
