*{
    padding: 0;
    margin :0
}
html, body {
    height: 100%;
    font-family: Roboto, sans-serif !important;
    font-weight: 300;
    font-size: 1em;
    color: #555555;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;    
}
header {
    border-bottom: 1px solid rgba(18,204,0,1);
    background-color: transparent;
}
.tooltp {
    font-size: .9em !important;
}
/*=====================================
    HEADER
=====================================*/
header {
    display: block;
    /*position: fixed;*/
    width: 100%;
    /*height: 6em;*/
    /*border-bottom: 1px solid #12cc00;*/
    box-shadow: 0 1px 2px rgba(18,204,0,.5);
    background: rgba(255,255,255,.85);
    z-index: 800;
}
.header_logo {
    margin: 5px 5px 0 2.5em;
    display: block;
    float:left;
}
/*=======================================
    LANG
=======================================*/
.lang_switch {
    display: inline-block;
    padding-left: 2em;
    /*margin-top: -1em;*/
}
.lang_switch a {
    display: block;
}
.alang,
.uk-subnav-pill>.uk-active>a {
    background: rgb(18,204,0);
    color: rgb(255,255,255);
}
.uk-navbar.uk-visible-small .lang_switch {
    float: right;
    margin-top: -.85em;
}
.uk-navbar.uk-visible-small .lang_switch a.alang {
    background: rgb(238,238,238);
    color: rgb(18,204,0);
}
.uk-navbar.uk-visible-small .lang_switch a:not(.alang) {
    background: none !important;
}
/*=========================================
    MENU
=========================================*/
nav {
    background-color: transparent !important;
}
.uk-navbar-nav > li {
    height: 80px;
}
.uk-navbar-nav > li > a {
    color: #555555;
    font-family: Roboto, sans-serif !important;
    font-size: 1em !important;
    text-transform: capitalize !important;
    min-height: 40px !important;
    height: 40px !important;
    margin-top: 20px;
}
.uk-navbar-nav > li:hover > a:not(.uk-thumbnail),
.uk-nav-navbar > li > a:focus:not(.uk-thumbnail),
.uk-nav-navbar > li.uk-open > a  {
    background: rgba(18,204,0,1) !important;
    color: rgba(255,255,255,1) !important;
}
.account_link {
    position:absolute;
    top:23px;
    right:2px;
}
.account_link img {
    border: 1px dotted rgba(18,204,0,1);
}
.account_link h2 {
    color: rgba(18,204,0,1) !important;
}
main {
    flex: 1;
}

footer {
    width: 100%;
    border-top: 1px solid rgba(18,204,0,1);
}
.sfmenu_wrap {
    min-height: calc(100vh - 200px);
    height: 100%;
}
.uk-button-danger,
.uk-notification-message-danger {
    background-color: rgba(218, 49, 75, 1) !important;
    color: rgba(255,255,255,1) !important;
}
.uk-button-success,
.uk-notification-message-success {
    background-color: rgba(18,204,0,1) !important;
    color: rgba(255,255,255,1) !important;
}
.uk-button-warning,
.uk-notification-message-warning {
    background-color: rgba(249, 161, 36, 1) !important;
    color: rgba(255,255,255,1) !important;
}
.uk-notification-close {
    color: rgba(255,255,255,1) !important;
}
.uk-button.uk-box-shadow-small,
.uk-button.uk-box-shadow-medium,
.uk-button.uk-box-shadow-large {
    border: none !important;
}
.uk-button.uk-box-shadow-small:hover,
.uk-button.uk-box-shadow-medium:hover,
.uk-button.uk-box-shadow-large:hover {
    background: rgba(18,204,0,1) !important;
    color: rgba(255,255,255,1) !important;
}
.uk-button.uk-box-shadow-small:focus,
.uk-button.uk-box-shadow-medium:focus,
.uk-button.uk-box-shadow-large:focus {
    color:rgba(18, 204, 0, 1) !important;
}
.uk-button.uk-box-shadow-small:hover:focus,
.uk-button.uk-box-shadow-medium:hover:focus,
.uk-button.uk-box-shadow-large:hover:focus {
    color: rgba(255,255,255,1) !important;
}
/*=======================================
    FORM
=======================================*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"] {
    font-family: Roboto !important;
    font-weight: 300 !important;
    /* color: rgba(0,0,0,.7) !important; */
}
.radio_btn + label,
#sources_toggle button {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}
.radio_btn:checked + label,
#sources_toggle button.uk-active,
#epgBtnWrap .uk-active {
    background-color: rgba(18,204,0,1) !important;
    color: rgba(255,255,255,1) !important;
}
.uk-modal-page body {
    overflow-y: visible !important;
}
.uk-form-icon.info_noinput {
    top:18px!important;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
    background-color: rgba(18, 204, 0, 1) !important;
}
.uk-checkbox:focus, .uk-radio:focus {
    border-color: rgba(18, 204, 0, 1) !important;
}
/*=======================================
    WELCOME PG
=======================================*/
.fpage_title {
    color: rgb(18,204,0) !important;
    font-weight: 500;
    font-family: Jura;
    padding: 0 1rem;
}
#welcome_pg * {
    font-family: Jura !important;
}
#welcome_pg *:not(.uk-heading-primary):not(.uk-heading-hero) {
    font-size: 1.2em !important;
}
/*=======================================
    NEWS
=======================================*/
a.uk-card {
    text-decoration: none !important;
}
/*=======================================
    FORM
=======================================*/
.auth_form input:not([type=checkbox]):not([type=radio]),
.auth_form textarea {
    border: 0px !important;
    border-bottom: 1px dotted rgb(18,204,0) !important;
}
.auth_form input::placeholder,
.auth_form textarea::placeholder {
    font-family: Roboto;
    font-weight: 100;
}
.g-recaptcha > div {
    margin-left: auto !important;
    margin-right: auto !important;
}
.short_label label.uk-form-label {
    width: 100px !important;
}
.short_label .uk-form-controls {
    margin-left: 115px !important;
}
/*=======================================
    GENERAL
=======================================*/
.page_label .uk-heading-large,
.font_jr {
    font-family: Jura !important;
}
a.simple_href {
    color: #555555 !important;
    border-bottom: 1px dotted rgba(18, 204, 0, 1) !important;
}
a.simple_href:hover,
a.simple_href:active {
    color: rgba(18, 204, 0, 1) !important;
    text-decoration: none !important;
}
.switch_tabs li.uk-active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.switch_tabs li.uk-active {
    border-right: 1px solid rgba(18, 204, 0, 1) !important;
}
.switch_tabs li.uk-active > a {
    border: none !important;
}
.logo_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1em;
    height: 150px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_wrap img {
    display: none !important;
}
.no_transform {
    text-transform: none !important;
}
.uk-alert-success a {
    color:rgb(50, 210, 150) !important;
}
/*=======================================
    PLAYLISTS
=======================================*/
.channel_item {
    background: rgba(18,204,0,1);
    color: rgba(255,255,255,1) !important;
    padding: 0.5em;
    margin: 0 0.2em 0.2em 0;
    list-style: none;
    display: inline-block !important;
    cursor: move;
    white-space: nowrap;
    line-height: 1.5em;
}
.channel_item a {
    color: rgba(255,255,255,1);
    /* padding: 0.35em 0.5em;
    width: 2em;
    height: 2em;
    margin-left: 1em;
    box-sizing: border-box; */
}
.grid__item img,
.channel_item img {
    height: 1.5em !important;
    width: auto;
}
.drop_hover {
    background-color: rgba(18,204,0,.25);
    padding: .5em;
    border: 1px dashed rgb(18,204,0);
}
.list_bar {
    padding: .5em;
    display: block !important;
}
#gr_box>*>a {
    display: inline-block!important;
}
/*=======================================
    CHANNEL
=======================================*/
.lib_channel,
.param_select {
    padding: 10px 10px 10px 10px !important;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    background: rgba(18,204,0,.15);
}
.lib_channel:hover,
.lib_active,
.param_select:hover,
.plist_active,
.group_active {
    background: rgba(18,204,0,1);
    color: rgba(255,255,255,1);
    cursor: pointer;
}
.possibly {
    background-color: rgba(255,0,0,.15) !important;
}
.possibly a,
.possibly {
    color: rgba(255,0,0,1) !important;
}
.possibly .uk-checkbox,
.possibly .uk-radio {
    border-color: rgba(255,0,0,1) !important;
}
.lib_channel input[type=checkbox]:checked {
    border-color: rgba(255,255,255,1)!important;
}
#linked .lib_channel {
    margin-bottom: 0.5em !important;
}
.linked_hidden {
    display: none;
}
a.lib_channel:hover {
    text-decoration: none !important;
}
#libchs li {
    margin-top: 0.7em !important;
}
#epgBtnWrap {
    margin-left: 0 !important;
}
#epgBtnWrap button{
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
}
#userIconHolder {
    min-width: 100px;
    height: 100px;
    position: relative;
    /* background-image: url(/public/images/landscape-image.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; */
    background-color: rgba(0,0,0,.02);
}
#libchIconHolder {
    min-width: 200px;
    height: 200px;
    position: relative;
    background-color: rgba(18, 204, 0, 1);
    background-image: url(/public/images/landscape-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
}
#libchIconHolder img {
    max-height: 150px !important;
}
#userIconHolder:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-image: url(/public/images/landscape-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}
.uk-progress {
    height: 2px !important;
}
.uk-progress .uk-progress-bar {
    background: rgba(18, 204, 0, 1) !important;
}
#userIconHolder img {
    height: inherit !important;
    width: auto !important;
    max-width: none;
}
#cookieAgreeBar {
    position:fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height:auto;
    margin:0 !important;
    background-color: rgba(0,0,0,.7) !important;
    color: rgba(255,255,255, 1) !important;
}
#cookieAgreeBarClose {
    position: absolute;
    top: 10px;
    right: 10px;
    color: inherit;
    opacity: .4;
}
#cookieAgreeBar .uk-flex {
    width: 100%;
    height: 100%;
}
/*.uk-notification-message-cookie_agree {
    margin-bottom: 0 !important;
    background-color: rgba(0,0,0,.7);
    color: rgba(255,255,255, 1);
    text-align: center !important;
}*/
.bgChess {
    /* background-image: 
		linear-gradient(90deg, #999 10px, white 10px),
		linear-gradient(90deg, white 10px, #999 10px),
		linear-gradient(90deg, #999 10px, white 10px);
	background-position: 0 0, 0 10px, 0 20px;
	background-repeat: repeat-x;
    background-size: 20px 10px, 20px 10px, 20px 10px; */
    background-color: rgba(18, 204, 0, 1);
}
/*=======================================
    HELPERS
=======================================*/
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-05 {
    margin-top: .5em !important;
}
.m-t-1 {
    margin-top: 1em !important;
}
.m-t-2 {
    margin-top: 2em;
}
.m-t-3 {
    margin-top: 3em;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-05 {
    margin-bottom: .5em;
}
.m-b-1 {
    margin-bottom: 1em;
}
.m-b-2 {
    margin-bottom: 2em;
}
.m-b-3 {
    margin-bottom: 3em;
}
.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-y-05 {
    margin-top: .5em;
    margin-bottom: .5em;
}
.m-y-1 {
    margin-bottom: 1em;
    margin-top: 1em;
}
.m-y-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
.m-y-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}
.m-l-05 {
    margin-left: .5em;
}
.m-l-1 {
    margin-left: 1em;
}
.m-l-2 {
    margin-left: 2em;
}
.m-l-3 {
    margin-left: 3em;
}
.m-r-05 {
    margin-right: .5em;
}
.m-r-1 {
    margin-right: 1em;
}
.m-r-2 {
    margin-right: 2em;
}
.m-r-3 {
    margin-right: 3em;
}
.m-x-05 {
    margin-right: .5em;
    margin-left: .5em;
}
.m-x-1 {
    margin-right: 1em;
    margin-left: 1em;
}
.m-x-2 {
    margin-right: 2em;
    margin-left: 2em;
}
.m-x-3 {
    margin-right: 3em;
    margin-left: 3em;
}
.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-x-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
.p-x-1 {
    padding-left: 1em;
    padding-right: 1em;
}
.p-x-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}
.p-x-3 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-y-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}
.p-y-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}
.p-y-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}
.p-y-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-t-05 {
    padding-top: 0.5em !important;
}
.p-t-1 {
    padding-top: 1em;
}
.p-t-2 {
    padding-top: 2em !important;
}
.p-t-3 {
    padding-top: 3em !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-r-05 {
    padding-right: 0.5em !important;
}
.p-r-1 {
    padding-right: 1em !important;
}
.p-r-2 {
    padding-right: 2em !important;
}
.p-r-3 {
    padding-right: 3em !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-b-05 {
    padding-bottom: 0.5em !important;
}
.p-b-1 {
    padding-bottom: 1em !important;
}
.p-b-2 {
    padding-bottom: 2em !important;
}
.p-b-3 {
    padding-bottom: 3em !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-l-05 {
    padding-left: 0.5 !important;
}
.p-l-1 {
    padding-right: 1em !important;
}
.p-l-2 {
    padding-left: 2em !important;
}
.p-l-3 {
    padding-left: 3em !important;
}
