.breaker{
    width:100%;
    display: block;
    clear:both;
}
.nav-sidebar .dropdown-menu{
    margin-left: 15px;
}
.nav-drop li{
    padding-left: 15px;
}
.nav-drop{
    padding-bottom: 10px;
}
#no-music{
    display: none;
}
.form-group.right-topic{
    margin-top: 15px;
}
.ttc-logo{
    padding-top: 15px;
    padding-right: 25px;
}
.ttc-logo-nav{
    max-height: 100%;
}
.navbar-brand{
    padding:5px 5px;
    width: 150px;
    margin-top: 5px;
}
.navbar-form{
    padding-top: 5px;
}
.container-fluid .sidebar{
    margin-left: -15px;
}
.btn{
    margin-right: 10px;
    margin-bottom: 10px;
}
.navbar{
    height: 60px;
}
.navbar .btn{
    margin-bottom: 0;
    margin-top: 0;
}
.print-logo img{
    margin-right: 20px;
    width: 50px;
    margin-top: -5px;
}
.navbar li{
    padding: 9px 10px;
}
.results{
    margin-top: 50px;
    padding: 28px 0;
    max-height: 250px;
    position: relative;
    overflow-y: hidden;
    transition:all 300ms;
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -ms-transition:all 300ms;
}
.results table{
    background: white;
}
.resultsDown{
    max-height: 10000px;
}
.results .show-more{
    background: -moz-linear-gradient(top, rgba(98,98,98,0) 0%, rgba(98,98,98,0.6) 62%, rgba(98,98,98,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,98,98,0)), color-stop(62%,rgba(98,98,98,0.6)), color-stop(100%,rgba(98,98,98,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0.6) 62%,rgba(98,98,98,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0.6) 62%,rgba(98,98,98,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(98,98,98,0) 0%,rgba(98,98,98,0.6) 62%,rgba(98,98,98,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(98,98,98,0) 0%,rgba(98,98,98,0.6) 62%,rgba(98,98,98,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00626262', endColorstr='#99626262',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    font-size: 16px;
    cursor:pointer;
}
.jumbotron{
    margin-bottom: 0;
    margin-top: 48px;
}
.button-nav>li>a{
    line-height: 10px;
    color: white !important;
}
.navbar-brand-text{
    color:white;
    font-weight: bolder;
    padding-left: 50px;
}
.countdown{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -30px;
}
.countdown-amount{
    font-size: 64px;
}
.countdown-period{
    font-size: 36px;
    clear:both;
    display: block;
}
.countdown-section{
    float:left;
    text-align: center;
    color:#5bc0de;
    margin: 0 auto;
    width:25%;
}
.img-thumbnail{
    margin: 15px;
    margin-top: 5px;
}
.news{
    background:whitesmoke;
    color:#333333;
    padding-top: 20px;
    padding-bottom: 20px;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.post p{
    font-size: 16px;
}
.post-content{
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-footer{
    border-top: solid rgba(216, 216, 216, 0.6) 1px;
    padding-top: 5px;
}
.news h1{
    color: rgba(128, 128, 128, 0.62);
}
footer{
    border-top:8px solid #1d6dcf;
    background: #fbfbfb;
    clear: both;
    padding-top: 25px;
    padding-bottom: 50px;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
footer .information-div{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    font-size: 16px;
}
.post{
    margin-bottom:50px; 
}
.countdown h2{
    font-size: 38px;
    color:#333333;
    text-align: center;
    font-weight: bolder;
}
.login-box{
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    margin-top: 75px;
    margin-bottom: 75px;
}
.login{
    min-height: 400px;
}
.site{
    margin-top: 25px;
    padding-top: 45px;
    min-height: 81%;
    clear: both;
    padding-bottom: 390px;
    margin-bottom: -230px;
}
@media print {
    .site{
        padding: 0;
        margin: 0;
    }
    footer{
        display: none;
    }
    .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
        border: 1px solid #2F2F2F !important;
    }
}
@media (max-width: 768px){
    .countdown-amount{
        font-size: 30px;
    }
    .countdown h2, .jumbotron h1{
        font-size: 24px;
    }
    .jumbotron h2{
        font-size: 20px;
        clear:both;
        padding-top: 10px;
    }
    .jumbotron p{
        font-size: 16px;
    }
    .jumbotron h1{
        line-height: 33px;
    }
    .countdown-period{
        font-size: 14px;
    }
}
body{
    width: 100%;
    height: 100%;   
}
textarea{
    max-width: 100% !important;
}
.compoundcreation{
    display: none;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 992px) {
    .sidebar {
        margin-top: -51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        height: 100%;
        padding-top: 50px;
        padding-bottom: 450px;
        margin-bottom: -200px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}

.ttw-music-player {
    width: 370px;
    margin: 60px auto;
    font-family: 'Lato', arial, sans-serif;
}

.ttw-music-player .player {
    width: 100%;
}

/** Album Cover **/
.ttw-music-player .album-cover {
    position: relative;
    float: left;
    background: #333 url(../images/album-cover-bg.jpg) no-repeat 0 0 scroll;;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .75);
}

.ttw-music-player .album-cover .img {
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .6);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
}

.ttw-music-player .album-cover .highlight {
    background: transparent url(../images/album-cover-highlight.png) no-repeat 0 0 scroll;
    opacity: 1;

}

.ttw-music-player .album-cover:hover .highlight {
    opacity: 1;
}

.ttw-music-player .album-cover,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    display: block;
    height: 125px;
    width: 125px;
}

.ttw-music-player .album-cover img,
.ttw-music-player .album-cover .img,
.ttw-music-player .album-cover .highlight {
    position: absolute;
    top: 0;
    left: 0;
    height:125px;
    width:125px;
}

/** Track Info **/
.ttw-music-player .track-info {
    width: 215px;
    margin: 8px 0 0 30px;
    float: left;
    font-size: 12px;
}

.ttw-music-player .track-info p {
    margin: 0 0 8px 0;
}

.ttw-music-player .player .title {
    color: #efefef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
    font-family: 'Lato Bold', arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.ttw-music-player .artist-outer {
    color: #727272;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
}

.ttw-music-player .artist {
    color: #999;
    font-family: 'Lato', arial, sans-serif;
    margin-left: 4px;
}

.ttw-music-player .rating {
    width: 75px;
    height: 16px;
}

.ttw-music-player .rating-star {
    width: 15px;
    height: 16px;
    display: block;
    float: left;
    background: transparent url(../images/rating-off.png) no-repeat center center scroll;
    cursor: pointer;
}

.ttw-music-player .rating-star:hover,
.ttw-music-player .rating-star.on,
.ttw-music-player .rating-star.hover {
    background: transparent url(../images/rating-on.png) no-repeat center center scroll;
}

/** Player **/
.ttw-music-player .player-controls {
    width: 215px;
    height: 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(../images/player-bg.png) repeat 0 0 scroll;
    float: left;
    margin: 12px 0 0 30px;
}

.ttw-music-player .player-controls .main {
    width: 52px;
    height: 12px;
    margin: 9px 9px;
    float: left;
}

.ttw-music-player .player-controls div {

    float: left;
    cursor: pointer;
}

.ttw-music-player .previous, .ttw-music-player .next {
    height: 10px;
    width: 15px;
    margin: 1px 0;
}

.ttw-music-player .play, .ttw-music-player .pause {
    width: 8px;
    height: 12px;
    margin: 0 7px;
}

.ttw-music-player .previous {
    background: transparent url(../images/player-previous.png) no-repeat center center scroll;
}

.ttw-music-player .next {
    background: transparent url(../images/player-next.png) no-repeat center center scroll;
}

.ttw-music-player .play {
    background: transparent url(../images/player-play.png) no-repeat center center scroll;
}

.ttw-music-player .pause {
    background: transparent url(../images/player-pause.png) no-repeat center center scroll;
}

.ttw-music-player .progress-wrapper {
    height: 9px;
    width: 135px;
    float: left;
    background: transparent url(../images/player-progress.png) repeat-x 0 0 scroll;
    margin: 11px 10px 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ttw-music-player .progress {
    height: 9px;
    width: 135px;
    cursor: pointer;
}

.ttw-music-player .elapsed {
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 1px;
    width: 60%;
    background: transparent url(../images/player-elapsed.png) repeat-x 0 0 scroll;
}

.ttw-music-player .unused-controls {
    display: none !important;
}

/** Description **/
.ttw-music-player .description {
    clear: both;
    margin: 30px 0 0 0;
    font-size: 12px;
    color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

.ttw-music-player .description.showing{
    margin:30px 0;
}

/** Track List **/
.ttw-music-player .tracklist {
    padding: 10px 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(../images/tracklist-bg.png) repeat 0 0 scroll;
    color: #999;
    font-size: 12px;
}

.ttw-music-player .tracklist ol {
    margin: 0;
    padding: 0;
    overflow:hidden;
}

.ttw-music-player .tracklist li {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    background: transparent url(../images/tracklist-item-bg.png) repeat-x bottom left scroll;
    padding: 10px 0 10px 0;
    list-style-position: inside;
    position: relative;
}

.ttw-music-player .tracklist li:hover {
    color: #eee;
}

.ttw-music-player li:last-child{
    background: none;
}

.ttw-music-player .show-more-button li:last-child{
    background: transparent url(../images/tracklist-item-bg.png) repeat-x bottom left scroll;
}



.ttw-music-player .tracklist .title {
    width: 164px;
    display: inline-block;
    padding: 0 0 0 14px;
    cursor: pointer;
}

.ttw-music-player li:nth-child(1n + 10) .title{
    padding-left:7px;
}

.ttw-music-player li.playing {
    color:#fff !important;

}

.ttw-music-player .tracklist .rating {
    margin-left: 10px;
    width: 30px;
    display: block;
    position: absolute;
    right: 72px;
    top: 12.5px;
}

.ttw-music-player .rating-bar {
    height: 10px;
    width: 3px;
    display: block;
    float: left;
    cursor: pointer;
    background: transparent url(../images/rating-bar.png) no-repeat 0 0 scroll;
}

.ttw-music-player .rating-bar.on,
.ttw-music-player .rating-bar:hover,
.ttw-music-player .rating-bar.hover {
    background: transparent url(../images/rating-bar-on.png) no-repeat 0 0 scroll;
}

.ttw-music-player .buy {
    width: 62px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent url(../images/buy-bg.png) repeat 0 0 scroll;
    margin: 0 0 0 10px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    text-shadow: none;
    color: #999;
    text-decoration: none;
}

.ttw-music-player .buy:hover {
    color: #eee;
}

.ttw-music-player .buy.not-active{
    display:none;
}

.ttw-music-player .more {
    display:none;
    font-family: 'Lato Italic', arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    padding: 10px 0;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: transparent url(../images/tracklist-more.png) repeat 0 0 scroll;
}

.ttw-music-player .more:hover {
    color: #eee;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, .2);
}

.ttw-music-player .show-more-button .more{
    display:block;
}


/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.table-result .form-control{
    padding: 2px 4px;
    text-align: center;
    height: auto;
}
.table-result th,.table-result td{
    padding: 4px !important;
    text-align: center;
}
.table-result th{
    background:rgb(210, 210, 210);
    border-color:#333333 !important;
    border-top-width: 1px !important;
}
.thick-border{
    border-left: solid 1px;
    border-right: solid 1px;
}
.thick-border-left{
    border-left: solid 2px;
}
.thick-border-bottom th, .thick-border-bottom-direct{
    border-bottom: solid 2px !important;
}
.border-bottom-none{
    border-bottom: solid 0px !important;
}
.border-right-none th{
    border-right: solid 1px;
    border-left: solid 1px;
}
.thick-border-right{
    border-right: solid 2px !important;
}
.table-result td{
    border: solid 1px;
    height: 38px;
}
.table-heading{
    margin-top: 0;
}
th.table-heading-div{
    background:transparent;
}
th.table-th-centered{
    text-align: center;
    vertical-align: middle !important;
}
th.table-left-border,td.table-left-border{
    border-left: solid 2px;
}
th.table-right-border,td.table-right-border{
    border-right: solid 2px;
}
.table-bottom-border td,.table-bottom-border th{
    border-bottom: solid 2px;
}
.table-top-border td,.table-top-border th{
    border-top: solid 2px !important;
}
.btn-no-mg{
    margin-bottom: 0px;
    margin-top: 3px;
    margin-right:0;
}
td.border-none{
    border-width: 0 !important;
    border-bottom: solid 0px !important;
    border-top: 0 !important;
    background:transparent !important;
}
.result-heading .form-control{
    margin-top: -4px;
}
@media (max-width:992px){
    td.cleartable {
        display: block;
        width: 100%;
    }
    .cont-table{
        width: 100%;
    }
}