/*
* FONTS
* --------------------------------------------------
*/

/*Morebi Rounded*/
@font-face {
    font-display: auto;
    font-family: 'Morebi Rounded Bold';
    src: url('../fonts/morebirounded/MorebiRounded-Bold.eot');
    src: url('../fonts/morebirounded/MorebiRounded-Boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/morebirounded/MorebiRounded-Bold.woff') format('woff'),
    url('../fonts/morebirounded/MorebiRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: 'Morebi Rounded Italic';
    src: url('../fonts/morebirounded/MorebiRounded-Italic.eot');
    src: url('../fonts/morebirounded/MorebiRounded-Italicd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/morebirounded/MorebiRounded-Italic.woff') format('woff'),
    url('../fonts/morebirounded/MorebiRounded-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-display: auto;
    font-family: 'Morebi Rounded Medium';
    src: url('../fonts/morebirounded/MorebiRounded-Medium.eot');
    src: url('../fonts/morebirounded/MorebiRounded-Mediumd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/morebirounded/MorebiRounded-Medium.woff') format('woff'),
    url('../fonts/morebirounded/MorebiRounded-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: 'Morebi Rounded Regular';
    src: url('../fonts/morebirounded/MorebiRounded-Regular.eot');
    src: url('../fonts/morebirounded/MorebiRounded-Regulard41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/morebirounded/MorebiRounded-Regular.woff') format('woff'),
    url('../fonts/morebirounded/MorebiRounded-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: auto;
    font-family: 'Morebi Rounded Thin';
    src: url('../fonts/morebirounded/MorebiRounded-Thin.eot');
    src: url('../fonts/morebirounded/MorebiRounded-Thind41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/morebirounded/MorebiRounded-Thin.woff') format('woff'),
    url('../fonts/morebirounded/MorebiRounded-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}



html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    font-family: 'Morebi Rounded Regular',HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 16px;
}

/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */
#header {
    height: 50px;
    width: 100%;
    background-color: rgb(29, 32, 40);
    color: rgb(122, 137, 171);
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#headerinside {
    overflow: hidden;
    width: 100%;
    padding: 0px;
    height: 100%;
}

/* ---------------------------------------------------
    BUTTON
----------------------------------------------------- */
#stationsbutton {
    margin:0;
    color: #fff;
    width: 50px;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    transition: color 500ms;
    border-right: 1px solid #fff;
    padding-left:15px; 
    padding-right:15px;
}
#stationsbutton:hover{
    color: #882578;
}

/* ---------------------------------------------------
    Videobackground
----------------------------------------------------- */
.fs-vid-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
        left: 0;
    z-index: 2;
}
.fs-vid-background video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
video {
    max-width: 100%;
}

/* ---------------------------------------------------
    WRAPPER
----------------------------------------------------- */
.wrappercolumn {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.wrapperrow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.wrapperabsolute {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------------
    CONTENT
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    height: 100%;
}
.stationlogo {
    border: none;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
}

/* ---------------------------------------------------
    SIDEBAR 
----------------------------------------------------- */
#sidebar {
    position: absolute;
    top: 0;
    left:-400px;
    width: 320px;
    background-color: rgba(29, 32, 40, 0.9);
    color: rgb(122, 137, 171);
    transition: all 0.3s;
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#sidebar.active {
    left: 0;
}

#allstations {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* ---------------------------------------------------
    TABLE 
----------------------------------------------------- */
table { 
    border-collapse: collapse; 
}
td, tr, img  { 
    padding: 0px; 
    margin: 0px; 
    border: none; 
}
.tdlogo{
    line-height:0;
}
#stations {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
#stations tr {
    height:50px;
    padding: 0;
    color:#fff;
}

#stations tr td{
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    background-color: rgba(255,255,255,0.1);
    cursor: pointer;
}
#stations tr td a{
    color: inherit;
    text-decoration: none;
}
#stations tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.2);
} 
#stations tr:hover{
    background-color: rgba(255,255,255,0.9);
    color: #000;
}
#stations caption {
    font-size: 1.5em;
    margin: .25em 0 .75em;
}
.tdinside {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.activated {
    background-color: #882578 !important;
}

.SumoSelect {
    width: 100%;
}

/* ---------------------------------------------------
    LUNARADIO
----------------------------------------------------- */
#shoutcastradio {
    position: absolute; 
    top:0; 
    left:0;
    width: 100%; 
    height: 100%;
}

.offline {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}


/* ---------------------------------------------------
    Search
----------------------------------------------------- */
#search {
    box-sizing: border-box;
    height: 33px;
    width: 320px;
    font-family: 'Morebi Rounded Regular';
    font-size: 16px;
    padding: 10px 10px 10px 30px;
    border: none;
    border-radius: 2px;
    background: url(../img/search.png) no-repeat scroll 7px 7px;
    background-size: 16px 16px;
    background-color: rgba(255,255,255,0.8);
}


/* ---------------------------------------------------
    Footer
----------------------------------------------------- */
#footer {
    font-size: 16px;
    height: 20px;
    width: 100%;
    background-color: rgb(29, 32, 40);
    color: rgb(122, 137, 171);
    text-align: center;
    padding: 10px;
}

#footer a{
    color: rgb(122, 137, 171);
}

@media only screen and (max-width: 600px) {
    #footer {
        font-size: 10px;
    }
}


/* ---------------------------------------------------
    TICKER
----------------------------------------------------- */
.simply-scroll .simply-scroll-list li a{
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
.simply-scroll .simply-scroll-list li a:hover{
    color: #882578;
}
