﻿/*html {
    background: url(../img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
/*body {
    background: url(../img/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.h6 {
    font-size: 16px;
    font-weight: 700;
}

.w100 {
    width:100%
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top30 {
    margin-top: 30px;
}

.subtitle-top {
    font-size: 12px !important;
    font-weight: bold;
    color: #777;
    margin-bottom: 0;
}

.theme-color {
    color: #0094ff;
}

.theme-th {
    border-bottom: 2px solid #0094ff;
}

.subtitle-bottom {
    color: #0094ff;
    font-weight: bold;
    margin-top: 0;
}

.text-normal {
    font-size: 14px !important;
    font-weight: normal !important;
}

area {
    cursor:pointer;
}

.form-control{
    height: 40px;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

/*Election Result*/
table.election-result td {
    padding: 5px;
}

table.election-result td.colspan {
    padding: 0;
}

table.election-result-cand-table{
    margin: 20px 0;
}


table.election-result-cand-table .colspan td {
    text-align: center;
    width: 50px;
}

table.election-result-final thead {
    font-weight: bold;
}

table.election-result-final td{
    padding:5px 20px;
}

.first-td {
    cursor: pointer;
}

    .first-td i, i.for-rotate {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }
i.rotated {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}


/* Pagination */
.paging{
    padding-top:10px;
}
.paging .numeric-pagination,
.paging .pageSize,
.paging .itemsInPage,
.paging .itemsList {
    float: left;
}

.paging .pageSize,
.paging .itemsInPage,
.paging .itemsList {
    margin-left: 20px;
}

.paging .itemsInPage,
.paging .itemsList {
    margin-top: 5px;
}

/* Decision */
.decision-content {
    padding: 15px 25px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 1px 5px #ddd;
    margin: 15px;
}
.decision-content table tr td{
    text-align:center;
}
    .decision-content .decision-header-caption, .decision-content .decision-caption {
        text-align: center;
        font-weight: bold;
        text-transform:uppercase;
    }

    .decision-content .decision-body {
        padding: 20px;
    }

    .decision-content .decision-date {
        font-size: 85%;
        padding-bottom: 15px;
        padding-left: 15px;
    }

   /* Search   */
.search label {
    font-size:12px;
    font-weight:bold;
    padding-left:10px;
}

/* TEAM */
.team-status {
    color: #95999e;
    font-size: 13px;
    display: block;
    margin-bottom: 17px;
    white-space: nowrap;
}

ul.team-contact {
    margin: 20px;
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #63b2f5
}

ul.team-contact li {
    padding-bottom:10px;
}

    ul.team-contact li i{
        margin-right: 10px;
    }

.team-member-info h2 {
    cursor:pointer;
}
.team-member-info h2:hover {
    color: #63b2f5;
}


/* VideoPlayer */

.play-btn {
    width: 80px;
    position: relative;
    top: -130px;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;
}

.col-md-4:hover .play-btn {
    opacity: 1;
}

.img-fluid {
    width: 300px;
    height: 180px;
}

.modal-content {
   /* background: transparent !important;*/
    border: none !important;
}

/* Notification */
.notice-content{
    padding: 15px;
}
.notice-content .h1 {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    padding: 15px;
    font-size: 14px;
}

.notice-content .h2 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

    .notice-content .h3 {
        text-align: center;
        font-weight: bold;
        padding: 5px;
        font-size: 14px;
    }

.notice-content .txt {
    text-align: justify;
    line-height: 1.5;
}

    .notice-content .f1 {
        text-align: right;
        font-weight: bold;
        font-style: italic;
        padding: 5px;
        font-size: 14px;
    }

    .notice-content .f2 {
        text-align: right;
        font-weight: bold;
        font-size: 14px;
    }

    /* Slied Image */

.post-slide-image {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}


/* Language */
ul#navigation li.language {
    cursor:auto;
}
ul#navigation li.language:hover {
    background: none;
}

/* Banner */
.banner h4 {
    font-size: 15px;
}
.banner p {
    font-size: 15px;
    font-weight: 800;
}

#accessibility_button > a{
    text-align:left;
}

@media (max-width: 991px) {
    ul #navigation li.language {
        padding: 10px 20px;
    }

    .m-row{
        padding:0 10px;
    }

    .tabs table tr td {
        padding:5px;
    }
}