.commercials-panel { background-color: rgb(70, 70, 70); border-top: 1px solid #daa104; border-left-color: #daa104; border-right-color: #daa104; color: white } .plex-panel { margin: 0; padding: 0; overflow-y: scroll; } .flex-container { display: flex; align-items: center; } .flex-pull-right { margin-left: auto; padding-right: 0.2em } .list-group-item-video { background-color: rgb(70, 70, 70); border-top: 1px solid #daa104; border-left-color: #daa104; border-right-color: #daa104; color: white } .list-group-item-video .fa-plus-circle { color: #daa104; } .list-group-item-video:hover .fa-plus-circle { color: #000; } .list-group-item-video:hover { background-color: #daa104; color: #000 !important; } .list-group.list-group-root .list-group-item { border-radius: 0; border-width: 1px 0 0 0; padding: 0; margin: 0; cursor: pointer; } .list-group.list-group-root .list-group-item img { height: 45px; } .list-group.list-group-root .list-group-item { border-radius: 0; border-width: 1px 0 0 0; padding: 0; margin: 0; } .list-group.list-group-root .list-group-item div .tab { width: 25px; display: inline-block; text-align: center; cursor: pointer; } .program-start { margin-right: 2.5em; display: inline-block; vertical-align: top; /*color: rgb(96,96,96);*/ color: #0c5c68; font-size: 80%; font-weight: 400; font-family: monospace; white-space: nowrap; } .program-row { align-items: start; } .programming-counter { white-space: nowrap; margin-right: 1em; font-size: 80%; } .programming-counter > span { font-weight: 300; } .programming-counter > b { font-weight: 400; } .btn-programming-tools { padding: .25rem .5rem; font-size: .875rem; line-height: 1.0; margin-right: 0.5rem; } .loader { width: 1em; height: 1em; border: 0.3em solid #f3f3f3; border-radius: 50%; display: inline-block; border-top: 0.25em solid #3498db; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }