:root {
    --color-primary:#F44336;
    --color-dark:#D32F2F;
    --color-dark-over:#7a1010;
    --color-accent:#f86464;
    --color-secondary:#f43d3d;
    --white:#fff;
    --bg:#dcdcdc;
    --color-default:#015593;
}

body{
    background-color: #ececec !important;
}
.navbar {
    background: var(--color-dark-over);
    border-bottom: 10px solid var(--color-primary);
    color: var(--white);
}
ul.nav li a {
    color: var(--white);
    font-size: 11px;
    text-align: center;
}
ul.nav li span {    
    font-size: 25px;
}
th {
    text-align: center;
    vertical-align: middle !important;
}
.page-header {
    color: var(--color-dark-over);
}
.navbar-toggle:hover {
    background: var(--white);
}
ul#myTab > li.active > a,
ul#myTab > li.active > a:hover,
ul#myTab > li.active > a:focus,
ul#myTab > li > a:hover {
    color: #fff;
    cursor: pointer;
    background-color: var(--color-dark-over);
    border: 1px solid var(--color-primary);
    border-bottom-color: transparent;
}
ul#myTab li a {
    color: var(--color-dark-over);
}


.header-top{
    text-transform: capitalize;
    line-height: normal;
    text-align: right;
    width: 120%;
}
.header-brand{
    width: 8%;
    margin-right: 4%;
    text-align: center;
    float: left;
}
.header-text{
    width: 80%;
    text-align:left;
    float: left;
}

.img-logo{
    width: 45px !important;
    height: auto;
}
.text_instansi{
    margin-top: 1px !important;
    font-size: 25px !important;
}
.text_keterangan{
    margin-top: -5px !important;
    font-size: 14px !important;
    font-family: sans-serif !important;
}
.widget_waktu{
    font-size: 30px;
    color: white;
    margin-top: 3px;
}
.widget_tanggal{
    font-size: 15px;
    color: white;
    margin-top: -5px;
    text-align: center;
}

.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.text-justify{
    text-align: justify !important;
}
.text-white{
    color: #fff;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer-instansi{
    padding: 5px !important;
    margin-bottom: 2px !important;
    height: 50px;
}
.footer-text{
    padding: 5px !important;
    margin-bottom: 2px !important;
    height: 50px;
}
.running-text{
    font-size: 20px !important;
}
.color-dark{
    background-color: var(--color-dark-over);
    color: var(--white);
}
.color-primary{
    background-color: var(--color-dark);
    color: var(--white);
}
.img-running{
    width: 20px !important;
    height: auto !important;
}
.padding-text{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.content-navbar{
    margin-top: 5px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.content{
    margin-top: -25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.card{
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f1f5f7;
    border-radius: 0.25rem;
}
.card-header {
    background-color: var(--color-dark) !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    font-family: sans-serif !important;
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0 solid #f1f5f7;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}
.card-content{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.text-table{
    font-size: 16px !important;
    font-family: sans-serif !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .header-top{
        text-transform:capitalize;
        line-height:normal;
        text-align:right;
        margin-top: -60px !important;
    }
    .header-brand{
        width: 10%;
        margin-right: 1%;
        text-align: left;
        float: left;
    }
    .header-text{
        width: 60%;
        text-align:left;
        float: left;
    }
    .img-logo{
        width: 40px !important;
        height: auto;
    }
    .text_instansi{
        font-size: 14px !important;
        margin-top: 2px !important;
        width: 100% !important;
    }
    .text_keterangan{
        font-size: 10px !important;
        margin-top: -8px !important;
        width: 100% !important;
    }
}




.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    /* height: auto; */
    height: 540px;
}

/* ------------------- Carousel Styling ------------------- */
.carousel-inner {
    border-radius: 15px;
}
.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* ------------------- Section Styling - Not needed for carousel styling ------------------- */
.section-white {
    padding: 10px 0;
}

.section-white {
    background-color: #fff;
    color: #555;
}

@media screen and (min-width: 768px) {
    .section-white {
        padding: 1.5em 0;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 930px;
    }
}
















/*
footer {
    font-size: 12px;
    background: #dcdcdc;
    margin-top: 100px;
    padding-top: 20px;
}
footer h5 {
    font-weight: bold;
    border-bottom: 1px dashed #20915e;
    padding-bottom: 10px;
    color: #015593;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
    padding: 5px;
}
footer a {
    color: #000;
}
footer .footer-bottom {
    background: #21242c;
    margin-top: 10px;
    padding: 10px;
    color: #999;
}
footer span.modern {
    color: rgb(254, 210, 21);
    font-size: medium;
    font-weight: bold;
    font-style: italic;
}
input.ControlStyle, select.ControlStyle, textarea.ControlStyle {
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input.ControlErr, select.ControlErr, textarea.ControlErr {
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 4px;
	background: rgba(236, 236, 127, 0.53);
    border: 1px solid #b9b911;
    color: #b75252;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
} */