a, a:hover, a:active, a:focus {
    outline:0;
}
a:hover {
    text-decoration: none;
}

span.divider-vertical {
    display: inline-block;
    width: 0;
    height: 5em;
    border-right: 1px dashed #ccc;
    float: right;
    margin-top: -75px;
    margin-right: -10px;
}

.block-row {
    margin-top: 12px;
}
.block-row hr {
    margin-top: 4px;
    margin-bottom: 4px;
    border-top-color: #c4c9cf;
    width: 98%;
}
.block-img {
    width: 45px;
    height: 45px;
    margin-left: 5px;
}
.block-title {
    margin-top: 3px;
    margin-bottom: -3px;
}
.block-btn a {
    margin-left: 25px;
    margin-top: -25px;
}
.block-btn a.pull-right {
    margin-left: 0;
    margin-right: 23px;
    margin-top: -14px;
}
/*.block-title, .siakad-title, */
h5.block-title, h4.headline, .hotnews-title, .hotcalendar-title {
    font-weight: 600;
    margin-top: 6px;
}
.hotnews-title, .hotcalendar-title {
    margin-left: 7px;
}

.siakad-panel {
    cursor: pointer;
}
.siakad-img {
    width: 64px;
    height: 64px;
}
.siakad-title {
    margin-bottom: 0;
}

.topnews, .topcalendar {
    margin-bottom: 5px;
    margin-left: 5px;
    width: 98%;
}

.hotnews, .hotcalendar {
    padding-left: 25px;
    margin-top: -7px;
}
.hotnews li span, .news-small-desc,
.hotcalendar li span, .calendar-small-desc,
.portal-text, .pengumuman-small-desc {
    color: #F86B04; /*#C77C39;*/
}
.hotnews-img, .hotcalendar-img {
    width: 135px;
    height: 135px;
    margin-top: 5px;
    margin-left: 5px;
}

.pengumuman-img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 5px auto;
}
.pengumuman-img-small {
    width: 48px;
    height: 48px;
    display: block;
    margin: 5px auto;
}
.pengumuman-small-desc {
    display: block;
    margin-bottom: 10px;
    margin-top: 3px;
}
.btn-pengumuman {
    margin-top: 17px;
}
.btn-pengumuman:hover {
    color: #FFBE24;
}

.pengumuman-newsticker, .testimoni-newsticker, .statistik-web {
    padding-left: 4px;
    list-style: none;
}
.statistik-web .total {
    margin-right: 10px;
}
.statistik-web .statistik-title {
    margin-top: 5px;
}
.statistik-web .statistik-title hr {
    margin-left: 0;
    width: 97%;
}

#carousel-pengumuman > .carousel-inner > .item {
    height: 271px;
}
.testimoni-newsticker li {
    height: 265px;
}

.small-quote {
    background: url(../../images/open_quote.png) top left no-repeat;
    padding-left: 36px;
    color: #575757;
    border: none;
    margin-bottom: 0;
}
.small-quote p {
    padding-right: 36px;
    line-height: 18px;
    background: url(../../images/close_quote.png) bottom right no-repeat;
    padding-bottom: 11px;
    color: #333;
    font-size: 18px;
    font-family: 'Playball', cursive;
}

.img-article {
    float: left;
    margin: 3px 15px 0 0;
    width: 350px;
}

hr.full-hr {
    width: 100%;
}
hr.dotted-hr {
    border-style: dotted;
    border-top-color: #ccc;
}
hr.divide {
    margin-top: 15px;
    margin-bottom: 0;
}
.font-lobster {
    font-family: 'Lobster', cursive;
    font-size: 24px;
}
.gallery-box {
    margin-top: 10px;
    margin-left: 10px;
}
.right-button {
    margin: 10px 22px 10px 0;
}

.comment-blog h4 img {
    height: 32px;
    margin-right: 5px;
}
.comment-blog hr {
    margin-top: 10px;
    border-top-color: #E6EDF6;
}
.comment-blog .comment-list {
    margin-bottom: 30px;
}
.comment-blog .comment-list .row h5 {
    font-weight: bold;
    margin-bottom: 0;
    color: #ff7e03;
}
.comment-blog .comment-list .row p {
    font-size: 12px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.comment-blog .comment-list .row:last-child p {
    border-bottom: none;
    padding-bottom: 0;
}
.comment-blog .comment-loader {
    text-align: center;
    display: none;
}
.comment-blog .form-list {
    margin-bottom: 15px;
}
.comment-blog .form-group label {
    font-size: 13px;
}
.comment-blog .form-group .form-control {
    font-size: 12px;
}
.comment-blog .form-group input[type="text"].form-control,
.comment-blog .form-group input[type="email"].form-control {
    height: 27px;
}