/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 9, 2017, 9:11:14 AM
    Author     : Ardian Riftha Dhuha
*/

/****************************************************/


@media only screen and (max-width: 991px) {
    .biggerScreen{
        display: none;
    }

    .media-carousel .carousel-control.right{
        width: 28px;
    }

    .panel-group.horizontal .panel .panel-heading {
        display: inline-block;
        padding: 6px;
        /*margin: 10px;*/

        width: 2em;
        line-height: 1.5;
    }

}
@media only screen and (min-width : 992px) {
    .smallerScreen{
        display: none;
    }


    .panel-group.horizontal .panel .panel-heading {
        display: inline-block;
        padding: 6px;
        /*margin: 10px;*/

        width: 3em;
        line-height: 1.5;
    }
}
/* horizontal bootstrap's accordion ROTATIONS */
/*@media only screen and (min-width : 992px) {*/
.panel-group.horizontal .panel {
    margin-bottom: 0;

    height: 95px; /* MANUALLY SPECIFIED HERE! */
}
.panel-group.horizontal .panel + .panel {
    margin-top: 0;
}
.panel-group.horizontal {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.panel-group.horizontal .panel {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.panel-group.horizontal .panel .panel-title {
    display: inline-block;
    height: auto;
    white-space: nowrap;
    transform: translate(0,100%) rotate(-90deg);
    transform-origin: left top;
}
.panel-group.horizontal .panel .panel-title a {
    text-decoration: none;
    margin-right: 25px;
}
.panel-group.horizontal .panel .panel-title:after {
    content: "";
    float: left;
    margin-top: 100%;
}
/* .panel-group.horizontal .panel .collapse {
    overflow-x: hidden;
    overflow-y: auto;
} */
/*}*/


/****************************************************/
/* .panel-group.horizontal .collapse {
    display: none;
    visibility: hidden;
} */
.panel-group.horizontal .collapse.show {
    display: block;
    visibility: visible;
    width: 100%;
    background-color: #F1F1F1;
}
.panel-group.horizontal tr.collapse.show {
    display: table-row;
}
.panel-group.horizontal tbody.collapse.show {
    display: table-row-group;
}
.panel-group.horizontal .collapsing.width {
    -webkit-transition-property: width, visibility;
    -moz-transition-property: width, visibility;
    -o-transition-property: width, visibility;
    transition-property: width, visibility;

    width: 0;
    height: auto;
}

.panel-body{
    padding: 0px 10px;
}

.panel-scoreboard {
    border: 0px;
    /* border-color: #ddd; */
}
.panel-scoreboard > .panel-heading {
    color: #fff;
    background-color: #777;
    border-right: 1px solid #ddd;
}
.panel-scoreboard > .panel-heading:hover {
    cursor: pointer;
}
.panel-scoreboard > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-scoreboard > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-scoreboard > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.thumbnail {
    margin-bottom: 0px; 
    text-decoration: none;
    color:#000;
}
.thumbnail:hover {
    margin-bottom: 0px; 
    text-decoration: none;
}
.panel-group {
    margin-bottom: 0px; 
}
.no-padding{
    padding:0px;
}
.myriad{
    font-family: "Myriad Pro Bold", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
/* START carousel */

@media only screen and (max-width: 991px) {
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item{
        left: 10%;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{
        left: 10%;
    }
    .media-carousel 
    {
        margin-bottom: 0;
        padding: 0 5px 0px 5px;
        /*margin-top: 7px;*/
    }
    /* Previous button  */
    .media-carousel .carousel-control-prev
    {
        left: -12px;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        /*border-radius: 23px 23px 23px 23px;*/
        height: 40px;
        width : 20px;
        margin-top: 30px
    }
    /* Next button  */
    .media-carousel .carousel-control-next
    {
        right: -12px !important;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        /*border-radius: 23px 23px 23px 23px;*/
        height: 40px;
        width : 20px;
        margin-top: 30px
    }
}
@media only screen and (min-width: 992px) {
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item{
        left: 10%;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{
        left: 10%;
    }
    .media-carousel 
    {
        margin-bottom: 0;
        padding: 0 15px 0px 15px;
        /*margin-top: 7px;*/
    }
    /* Previous button  */
    .media-carousel .carousel-control-prev
    {
        left: -11px;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #F1F1F1;
        height: 40px;
        width : 22px;
        margin-top: 30px;
    }
    /* Next button  */
    .media-carousel .carousel-control-next
    {
        right: -10px;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #F1F1F1;
        height: 40px;
        width : 22px;
        margin-top: 30px;
    }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active{
        left: 15px;
        right: 15px;
    }
}
@media only screen and (max-width: 380px) {
    .scoreboard-thumbnail{
        font-size: 12px;
    }
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
    background: #333333;
}
.media-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */

table.table-scoreboard {
    margin-top: 2px;
}
table.table-scoreboard tbody tr td {
    padding-left: 10px;
    font-family: "Corbel Regular";
}

.winner{
    font-family: "Corbel Bold";
    font-weight: bolder;
}

.scoreboard-container{
    border-style: solid;
    border-width: 7px 0px 7px 0px;
    border-color: #cccccc;
    margin-bottom: 2%;
}

.scoreboard-category{
    font-family: 'Bebas Neue Regular';
    font-size: 16pt;
    color: #ffffff;
}

.scoreboard-logo{
    max-width:20px;
    max-height:20px
}
.thumbnail{
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.scoreboard-thumbnail {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
}

.scoreboard-panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar{
    margin-bottom: 5px;
}