body {
    background-color: #e8e8e8
}

.container {
    padding-right: 0;
    padding-left: 0
}

.container-content {
    margin-top: 2px;
    background-color: #fff
}

.container-border {
    border-top: 5px solid #fffff
}

.btn-xs {
    padding: 0 5px 0 5px
}

.top {
    background-color: red;
    display: block
}

.waktu {
    padding: 5px;
    font-weight: 600;
    color: #337ab7!important
}

.navbar {
    margin-bottom: 0!important
}

.navbar-default {
    background-color: #337ab7!important
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: navy
}

.navbar-default .navbar-nav>li>a {
    color: #fff!important
}

nav>.nav>li>a {
    color: #555;
    background-color: #e7e7e7!important
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555!important;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #555!important
}

.navbar-toggle {
    background-color: #e3e3e3
}

.head {
    background-color: #fff;
    color: #8a8a8a;
    width: 100%
}

.head small {
    text-transform: capitalize;
    font-size: 10px
}

.title-head {
    padding: 6px;
    padding-right: 7.5%;
    padding-left: 7.5%
}

.subtitle {
    font-weight: 700
}

.sidebar-title {
    border-bottom: 1px dashed #fff;
    font-weight: 700;
    margin-top: 1px;
    padding: 8px;
    text-transform: none;
    color: #fff;
    background-color: #337ab7
}

.sidebar-title.top {
    border-bottom: 1px solid #337ab7;
    font-weight: 700;
    margin-top: -10px
}

.jumbotron {
    padding: 0;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 200
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0
}

#myTabs li {
    width: 33%
}

#myTabs li a {
    text-align: center;
    font-weight: 700
}

hr {
    padding: 0;
    margin: 5px 0 8px 0
}

.date {
    display: block;
    font-size: 11px
}

footer {
    background: #337ab7;
    border-top: 2px solid #373c43;
    color: #fff
}

.text-footer {
    display: block;
    font-size: 11px;
    padding: 10px
}

label.error {
    color: red;
    padding-left: .5em;
    font-style: italic;
    font-size: 12px;
    background-color: #eee;
    display: block;
    padding: 5px;
    font-weight: none;
    border-bottom: 1px solid #ccc
}

.overflow {
    overflow: hidden;
    height: 110px;
    width: 100%;
    background: #cecece
}

#custom_carousel {
    margin-bottom: 5px
}

#custom_carousel .item {
    color: #000;
    background-color: #fff;
    padding: 5px
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd
}

#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px
}

#custom_carousel .controls li.active {
    background-color: #fff;
    border-top: 3px solid orange
}

#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: 700
}

.media {
    border-bottom: 1px dotted #ccc
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.col-md-6 {
    width: 33.3%;
    padding-right: 1px;
    padding-left: 1px
}