/*
body {
background-color: #141414;
background-image: url("./assets/img/lines.png");
}
*/

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 50px;
}

.App-header {
  background-color: #282c34;
  min-height: 35vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

/*
h2 {
    font-size: 2em;
    margin-bottom:15px;
}

h3 {
    font-size:1.8em;
}
*/

.usersLoginComponent,
.usersLostPasswordComponent {
    width: 35%;
    min-width:400px;
    margin-left:auto;
    margin-right:auto;
}

#login_checkbox_password {
    margin-right:10px;
    height: 1.2em;
    width: 1.2em;
    float: left;
}

.formulario-check span {
    padding-top: 4px;
    font-size:0.9em;
}

/*
h1,h2,h3,h4 {
    text-align:left;
}
*/

.slider-wrapper h4 {
        font-size:0.9em;
}

.inside-top h4 {
    text-align:center;
}

.sliders-container > h4 {
    padding-left: 4%;
    padding-top:10px;
}

.sliders-container {
    padding-bottom:10px;
}

.mainLoggedInComponent .zoomIn h4 {
    padding-top: 10px;
    padding-left: 4%;
    display: block;
    font-size: 0.8em;
    padding-right: 4%;
}


.card-description {
    font-size: 0.85em;
}

.card {
    background-color: transparent;
}

#navbar {
    width: 100%;
    padding-top: 10px;
}

.navbar-header {
    float:left;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.nav > li {

    position: relative;
    display: block;

}
.navbar-fixed-top {

    top: 0;
    border-width: 0 0 1px;

}

.navbar-fixed-bottom, .navbar-fixed-top {

    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;

}

.navbar-right {

    float: right !important;
    margin-right: -15px;

}

.navbar-nav {
    display:block;
}

.navbar-nav .dropdown-menu {
    position:relative !important;
}

header {
    font-size: 0.9em;
}

nav li > button {
font-size:16px !important;
font-weight: 400 !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top:16px;
    font-size:1.0em;

    padding-left:10px;
    margin-left: -10px;
}

#header_username {
    padding-left:10px;
    font-size: 0.9em;
}

#menusecundario_title {
    white-space: nowrap;
    max-width: 92%;
    text-overflow: ellipsis;
    display: block;
    float: left;
    overflow: hidden;
}

.nav-usuario .dropdown-menu {
    margin-top:8px !important;
}

@import "~slick-carousel/slick/slick.css";
@import "~slick-carousel/slick/slick-theme.css";

.main-slider-container {
    height: 28vw;
    min-height: 415px;
    position: relative;
    background: #000;
    margin-bottom: 2vw;
    /*margin-top: 65px;*/
}


.main-slider,
.slick-list,
.slick-slider,
.slick-track,
.slick-slide,
.slick-slide > div {
    height: 100%;
}


/***************************************/
/*** TEXTO DESTACADO *******************/
.noticia > div {
    padding: 5% 10% 10% 0%;
    max-width: 650px;
}
.noticia h4 {
   color: #c7c7c7;
   font-size: 1.25em;
   margin-bottom:-10px;
}
.noticia h4 > span {
   color: #fff;
   font-weight: 400;
}
.noticia h1 {
   color: #fff;
   font-weight: 600;
   margin-bottom:-10px;
   font-size: 2.75em;
}
.noticia h2 {
   color: #ffdb00;
   font-size: 2.25em;
   font-weight: 400;
}
.noticia hr {
    border-top: 2px solid #ffdb00;
    margin: 0;
    width: 80%;
}
.noticia h3 {
   color: #fff;
   font-size: 1.4em;
}
.noticia p {
    color: #c7c7c7;
    font-size: 1.15em;
    padding-top: 5%;
}
.noticia img { width: 50%; }


.main-background {
    position: relative;
    /*background: #000 url(../img/slider/PARTIDAZO1920x1080.jpg) no-repeat center;*/
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.right-gradient {
    position: absolute;
    width: 35%;
    height: 100%;
    right: 0;
    background: transparent url("./assets/img/slider/right-gradient.png") no-repeat right;
    background-size: cover;
}

.left-gradient {
    background: transparent url("./assets/img/slider/left-gradient.png") no-repeat left;
    width: 100%;
}

.main-slider-container .row {
    height:100%;
}

.event-description p {
    text-align: left;
}

.event-description h2 {
    color: #ffdb00;
}

hr {
    border-top-color: #ffdb00;
}

.tab-active {
    border-bottom-color: #ffdb00;
}

.event-details .cancel-details:hover {
    background: transparent url(./assets/img/cancel-icon-hover.png) no-repeat;
    background-size: 100%;
}

.event-description hr {
    width: 100%;
}

.inside-top .arrow:hover {
    background: transparent url(./assets/img/arrow-down-hover.png) no-repeat center bottom;
}

.event-general-info {
    padding-right: 30px;
}

.event-tabs {
    left: 20%;
}

.event-details .play-details {
    right: 46%;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.7s;
}

.card .inside-top .zoomIn h4 {
    word-wrap: initial !important;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#Video .backclose {
    padding: 1em 0.8em;
    margin-left: 20px;
}

#Video .backclose > img {
    width:50px;
    margin-right:20px;
}

.fa-circle {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color:red;
}

@media (max-width: 768px) {
    header .navbar-nav,
    header .nav-usuario,
    .main-slider-container {
        display:none;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-header > button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1220px) {
    .noticia h1 {
        font-size:1.7em;
    }
    .noticia h2 {
        font-size:1.5em;
    }
    .noticia h3 {
        font-size:1.2em;
    }

    .main-background {
        background-size: 100% !important;
        height: 300px !important;
    }

    .main-slider-container {
        min-height: auto;
    }

    .main-slider .right-gradient {
        display:none;
    }
}

a,
.dropdown-menu .buttonAsLink:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav > li > button:hover,
.noticia h2
 {
    color: #ffdb00;
}

.noticia hr,
.zoomIn hr {
    border-top: 2px solid #ffdb00;
}

/*
.btn-opensport, .btn-opensport-inverse:hover, .btn-opensport-inverse:focus {
    background-color: #ffdb00;
}

.btn-opensport-inverse, .btn-opensport:hover {
    color: #ffdb00;
    border: 1px solid #ffdb00;
}
*/
.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,219,0, 0.6);
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index:900;
}

#tracksMenu .selected_track {
    color: #ffdb00 !important;
    font-weight:bold !important;
}

#epg {
    padding: 20px;
}


#epgChannelList {
    float: left;
    padding-top: 0px;
	overflow-y: scroll;
	height: 500px;
}

#epgMain {
    float: left;
    width: 90%;
	height: 500px;
    overflow-x: scroll;
    overflow-y: scroll;
}

#epgMain {
    scrollbar-color: #e9cd3d #222;
}

#epgMain::-webkit-scrollbar {
    height: 1.5em;
}

#epgMain::-webkit-scrollbar-track {
    /*
    -webkit-box-shadow: inset 0 0 6px #000;
    */
    background-color: #222;
}

#epgMain::-webkit-scrollbar-thumb {
  background-color: #e9cd3d;
  -webkit-box-shadow: inset 0 0 5px #000;
}

/* Buttons */
#epgMain::-webkit-scrollbar-button {
  background-color: transparent;
  display: block;
  border-style: solid;
  height: 13px;
  width: 30px;
}

#epgMain::-webkit-scrollbar-button:start:decrement,
#epgMain::-webkit-scrollbar-button:end:increment {
    display: block;
}

#epgMain::-webkit-scrollbar-button:start:increment,
#epgMain::-webkit-scrollbar-button:end:decrement {
    display: none;
}

#epgMain::-webkit-scrollbar-button:end:increment {
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #e9cd3d;
}

#epgMain::-webkit-scrollbar-button:start:decrement {
    border-width: 12px 24px 12px 0;
    border-color: transparent #e9cd3d transparent transparent;
}

#epgContent {
    width: 78000px;
    position: relative;
}

#epgTimeline {
    /* width: 78000px; */
    height: 40px;
    /* padding-top: 10px; */
    background-color: #BFBEB2;
	position: relative;
}

.channelHeading {
    font-weight: bold;
    color: #fff;
    border-left: 2px solid #535861;
    /* border-top: 1px solid #535861; */
    border-bottom: 1px solid #535861;
    background-color: #2C3138;
    font-size: 0.9em;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 71px;
}

.channelHeading > img {
    width: 50px;
}

.channelContent {
    clear: both;
    /* border-top: 1px solid #C1C0B4; */
    border-bottom: 1px solid #C1C0B4;
    height: 72px;
    overflow: hidden;
}

.inside-top .play:hover {
    background: transparent url(./assets/img/play-content-hover.png) no-repeat;
    background-size: 100%;
}

#epgHeader {
    overflow: hidden;
    margin-bottom: 12px;
}

#epgDetails {
    width:73%;
    float:left;
    /* height: 190px; */
    margin-right: 2%;
}

#epgImage {
    width:25%;
    float:left;
    height: 175px;
    background-color: #000;
}

#epgDetailsHeading {
    margin-bottom: 7px;
    height: 40px;
}

#epgDetailsHeading > div {
    float: left;
    color: #fff;
    font-weight: bold;
}

#epgDetailsHeadingLogo {
    padding-top: 3px;
    text-align: center;
    width: 25%;
}

#epgDetailsHeadingTitle {
    width: 65% !important;
    /* border-left: 2px solid #fff; */
    /* border-right: 2px solid #fff; */
}

#epgDetailsHeadingTitle h5 {
    font-weight: bold;
    margin-top: 11px;
    font-size: 1.4em;
}

#epgDetailsHeadingTime {
    text-align: right;
    padding-right: 4px;
    padding-top: 3px;
    font-size: 1.2em;
    width: 10%;
}

#epgDescription {
    clear: both;
    color: #fff;
    border-top: 2px solid #000;
    padding: 8px;
    font-size: 0.9em;
}

.epgChannelProgram {
    float: left;
    color: #E9CD3D;
    font-weight: bold;
	/*font-size: 0.95em;*/
    font-size: 1.2em;
    padding: 15px 10px;
    background-color: #000;
/*    border-left: 1px solid #C1C0B4;
    border-right: 1px solid #C1C0B4;
    */
    box-shadow:
  1px 0 0 0 #C1C0B4,
  0 1px 0 0 #C1C0B4,
  1px 1px 0 0 #C1C0B4,
  1px 0 0 0 #C1C0B4 inset,
  0 0px 0 0 #C1C0B4 inset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.epgChannelNoPrograms {
    clear: both;
    color: #fff;
    font-size: 0.8em;
    font-style: italic;
    padding: 10px 10px;
    background-color: #000;
    border-left: 1px solid #535861;
    border-right: 1px solid #535861;
}

.epgTimelineElement {
    float: left;
    border-left: 1px solid #535861;
    border-right: 1px solid #535861;
    color: #fff;
    font-size: 0.9em;
    padding-left: 8px;
    /* border-bottom: 1px solid #535861; */
	padding-top: 10px;
    padding-bottom: 2px;
    overflow: hidden;
    color: #403F37;
    text-align: center;
    font-weight: bold;
}

#epgImage > img {
    margin-top: -17%;
    width: 100%;
}

.epgChannelProgram.selected {
    color: #000;
    background-color: #DDC238;
    /* border: 4px solid #EFE042; */
    padding: 15px 8px;
}

.epgChannelProgram.selected > span {
    color: #2E2E2C;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.channelOverlay {
    background-color: #2f2e2d;
}


/* .channelOverlay {
    overflow-y: hidden;
max-height: 220px;*/
 /* approximate max height */
/*
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.channelOverlay.closed {
	max-height: 0;
}
*/

.channelHeadingOverlay {
    background-color: #000;

    border-left: 2px solid #535861;
/* border-top: 1px solid #535861; */
border-bottom: 1px solid #535861;
}

.currentProgramInfo {
    width: 60%;
    padding-left: 10px;

}

.currentProgramInfo h3 {
    color: #E9CD3D;
    font-size: 1.7em;
    font-weight: bold;
    margin-top: 5px;
}

.currentProgramInfo .currentProgramDesc {
    color: #E9CD3D;
    /*height: 96px;*/
	height: 160px;
	overflow-y: hidden;
    /*overflow-y: auto;*/
	/*font-size: 0.95em;*/
    font-size: 1.2em;
    text-overflow: ellipsis;
}

.epgGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2f2e2d+81 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #2f2e2d 81%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%,#2f2e2d 81%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%,#2f2e2d 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f2e2d',GradientType=1 ); /* IE6-9 */
}

.epgChannelProgram > span {
    color: #B5B4A9;
    font-weight: bold;
    /*font-size: 0.8em;*/
	font-size: 1.0em;
    display: block;
}

#globalErrorModal,
.promptModal {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    position: absolute;
    width: 40%;
    min-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px;
}

#globalErrorModal h3 {
    font-size: 1.6em;
    font-weight: bold;
    color: #ff0000;
}

.promptModal h3 {
    font-size: 1.6em;
    font-weight: bold;
    color: #26a700;
}

#globalErrorModal h5,
.promptModal h5 {
    font-size: 1.2em;
}

/*
.promptModal .btn {
    width: 80%;
}
*/

.buttonAsLink {
    display: inline-block;
    background-color: inherit;
    padding: 0px;
    border: 0px;
    cursor: pointer;
    overflow: visible;
    width: auto;
    text-align: left;
    color: #fff;
}


#castReceiverName {
    display: none;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 1.3em;
        padding: 10px;
        width: 20%;
        /* bottom: 50px; */
        left: 0;
        margin-bottom: 0px;
        right: 0;
        margin: auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
}

.settingsComponent {
    color: #eaeaea;
    padding: 20px;
}

.settingsComponent > h4 {
    text-transform:uppercase;
    font-size:1.3em;
    color:#fff;
    margin: 25px 0px;
    margin-bottom: 15px;
}

.settingsComponent th {
  padding-top: 17px;
}

.settingsComponent .badge {
    position: relative;
    font-size: 0.85em;
    padding: 6px;
    margin-top:5px;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}

#general-link {
    margin-left:20px;
}

.ellipsis {
    padding:0;
    margin:0;
			overflow: hidden;
			height: 200px;


			}

		.ellipsis:before {
			content:"";
			float: left;
			width: 5px; height: inherit; }

		.ellipsis > *:first-child {
			float: right;
			width: 100%;
			margin-left: -5px; }

            .ellipsis p {
                text-align:inherit;
                padding:inherit;
                margin:initial;
            }

		.ellipsis:after {
			content: "\02026";

			box-sizing: content-box;
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;

			float: right; position: relative;
			top: -20px; left: 100%;
			width: 3em; margin-left: -3em;
			padding-right: 5px;

			text-align: right;
        }

        .table {
            color: #fff;
        }

/* devel Toolbox */

#develToolbox span {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.json-pretty {
    padding-left: 30px;
    padding-right: 30px;
}
.json-selected {
    background-color: rgba(139, 191, 228, 0.19999999999999996);
}

.json-string {
    color: #6caedd;
}

.json-key {
    color: #ec5f67;
}

.json-boolean {
    color: #99c794;
}

.json-number {
    color: #99c794;
}
