/*=== Header & Navigation ===*/
.image-logo {
    width: 100%;
    max-width: 280px;
}
.search-header {
    background: url(../img/background.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.search-song {
    padding-top: calc(50vh - 265px);
    padding-bottom: 50px;
}
.search-song .search-container {
    margin: 10px 0;
}
.search-song .form-group {
    width: calc(50% - 105px);
    float: left;
    margin-right: 10px;
    padding: 0 30px;
    background: white;
    border-radius: 50px;
}
.search-song .clear-val{
    position: absolute;
    margin: 15px 0px;
    font-size: 20px;
    cursor: pointer;
}
.search-song #song-search,.search-song #singer-search {
    height: 58px;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}
.search-song #search-btn, .search-song #reset-btn {
    width: 90px;
    height: 58px;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 50px;
}
.search-song #search-btn span {
    vertical-align: middle;
}
#close {
    color: white;
}
.serch-result .table-title{
    margin: 30px 0;
}
#lists tr td:first-child {
    width: 40%;
}
#lists tr td:nth-child(2) {
    width: 60%;
}

.bv-img {
    background: url('../img/background.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    
}

/*=== Navigation CSS ===*/
.affix {
    top:0;
    width: 100%;
    margin-top: 0 !important;
    background: rgba(255,255,255,1);
}
.affix-top {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,1);
}
.navbar {
    z-index: 20;
}
.navbar-default {
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    
}
.navbar-nav {
    
    padding: 10px;
}
.navbar li {
    border-bottom: 2px solid transparent;
    padding: 0 15px;
    text-align: center;
}
.navbar li a {
    padding: 5px;
    line-height: 23px;
    font-size: 20px;s
}
.navbar li.active, .navbar li:hover, .navbar li:focus {
    border-color: white;
}
.navbar li.active a {
    background: transparent !important;
}
.navbar-toggle, .navbar-toggle.collapsed {
    background: white;
    border-color: white !important;
    color: #bad249;
    border-width: 2px;
    border-radius: 0;
    margin: 0;
    padding: 18.5px;
}
.navbar-default {
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: white;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: black !important;
}
/*=== END Header & Navigation ===*/

/*=== Pop Up ===*/
.top-menu {
    padding: 8px 10px;
    display: inline-block;
    background: white;
    width: 200px !important;
    margin: 5px;
    border: 2px solid white;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: black;
    font-family: porky;
}
.top-menu:hover, .top-menu:focus, .top-menu.selected {
    background-color: #bad249 !important;
    color: white;
    border-color: #bad249 !important;
    outline: none;
}
.top-menu button {
    text-decoration: none;
    padding: 15px 0;
    color: white;
    line-height: 25px;
}
.top-menu i {
    float: right;
    line-height: 25px;
}
.modal-header {
    border: none;
}
.popup-title h3 {
    margin: 0 0 30px;
    padding: 5px 0;
    border: 1px solid #d3d3d3;
    border-left: none;
    border-right: none;
}
.button-container input {
    width: 100%;
}
.datepicker .datepicker-switch {
    width: 190px;
}
.datepicker th.next, .datepicker th.prev {
    top: 30px;
    line-height: 10px;
}
.datepicker th.next{
    right: 10px;
}
.datepicker th.prev{
    left: 10px;
}
.datepicker th.next:before , .datepicker th.prev:before {
    font-size: 0;
}
/*.affix-top .top-menu.selected #popup {
    margin-top: -315px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -10px 10px rgba(0,0,0,0.1);
}
#popup {
    background-color:#FFFFFF;
    cursor:default;
    display:none;
    position:absolute;
    text-align:left;
    z-index:50;
    padding: 25px 25px 20px;
    max-width: 100%;
    right: 30px;
    left: 30px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-radius: 0 0 20px 20px;
    margin-top: 15px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
#popup .closebook {
    float: right;
    margin: 0 15px;
}
#popup .closebook:hover i {
    color: rgba(10,24,71,0.9);
}
#popup .closebook i {
    vertical-align: middle;
    font-size: 30px;
    color: rgba(10,24,71,1);
}
#popup label {
    display: block;
    margin-bottom: 3px;
    padding-left: 15px;
    text-indent: -15px;
}
#popup p, #popup.div {
    border-bottom: 1px solid #EFEFEF;
    margin: 8px 0;
    padding-bottom: 8px;
}
#popup .button-container {
    text-align: center;
}
#popup .input-group-addon {
    background: rgba(10,24,71,1);
    color: white;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    width: 260px;
    background: rgba(10,24,71,0.95);
    color: white;
}
table.table-condensed {
    width: 100%;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: white;
    color: rgba(10,24,71,1);
}*/

/*=== END Pop Up ===*/

/*=== Home ===*/
section#home {

}
/*=== END Home ===*/

/*=== About ===*/
section#about .content{
    min-height: calc(100vh - 140px);
    min-height: -webkit-calc(100vh - 140px);
    min-height: -moz-calc(100vh - 140px);
    min-height: -o-calc(100vh - 140px);
    padding: 35px;
}
/*=== END About ===*/

/*=== Contact ===*/
section#contact .title {
    margin: 0;
}
section#contact .content, section#contact .title{
    padding: 35px;
    height: 100vh;
}
section#contact .contact-info h2, section#contact .contact-info h4 {
    color: white;
}
section#contact .content, section#contact .title {
    display: table;
}
section#contact .social-media {
    text-align: center;
    font-size: 30px;
}
section#contact .social-media a {
    color: rgba(0,0,0,0.8);
    margin:0 5px;
}
section#contact .social-media a:hover ,section#contact .social-media a:focus{
    color: black;
}
/*=== END Contact ===*/

/*=== Footer ===*/
footer {
    min-height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 5;
    background: white;
}
footer .copyright, footer .social-media {
    color: white;
}
footer .copyright{
    padding: 14px;
    text-align: left;
    font-family: porky;
    font-size: 16px;
}
footer .social-media {
    text-align: right;
    padding: 11px 0;
}
footer .social-media a{
    color: #006cb0;
    font-size: 20px;
    margin-right: 10px;
}
/*=== END Footer ===*/

/*=== Slider ===*/
.owl-next:before{
    content: "\e258";
    font-size: 35px;
    font-family: Glyphicons Halflings;
}
.owl-prev:before{
    content: "\e257";
    font-size: 35px;
    font-family: Glyphicons Halflings;
}
.owl-next{
    right: 0;
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(10, 24, 71, 0.8);
    background-color: #fff;
    text-align: center;
}
/*.next:before {
    content: "\e258";
    font-size: 35px;
    font-family: Glyphicons Halflings;
}*/
.owl-prev{
    left: 0;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(10, 24, 71, 0.8);
    background-color: #fff;
    text-align: center;
}
/*.prev:before {
    content: "\e257";
    font-size: 35px;
    font-family: Glyphicons Halflings;
}*/
/*.next:hover, .next:focus, .prev:hover, .prev:focus {
    text-decoration: none;
}*/
.owl-prev.disabled {
    display: none;
}
.owl-next.disabled {
    display: none;
}
/*=== END Slider ===*/

/*=== START Contact Us ===*/
#contact {
    padding: 70px 0 100px;
    background: url(../img/background.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
/*=== END Contact Us ===*/

/*=== START about Us ===*/
#about {
    padding: 70px 0 100px;
    background: url(../img/background.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
/*=== END about Us ===*/

/*=== START Popup Search Result ===*/
#search-result .modal-dialog {
    width: 100% !important;
    max-width: 900px;
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: scroll;
}
/*=== END Popup Search Result ===*/

/*=== START Table Search Result ===*/
.table-title h1, .table-title h2, .table-title h3, .table-title h4, .table-title h5, .table-title h6 {
    color: white;
}
#close-table {
    color: white;
}
.search-result #close-table{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
.search-result tr {
    color: white;
}
.search-result .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
    color: black;
}
/*=== END Table Search Result ===*/

/*.mic-background {
    background: url(../img/mic-background.png) no-repeat center;
    background-size: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.logo-background {
    background: url(../img/logo-background.png) no-repeat center;
    background-size: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}*/

.buatpagination{
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
    border: 1px solid transparent;
    border-radius: 50px;
    background: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.buatpagination.current {
    background: #AFC52A;
    color: white !important;
}
.displaynone{
    display: none;
}
