.green{
color:green;
}
.red{
color:red;
}
div.stream-list{
    text-align: left;
    margin:0 auto 20px auto;
    width:90%;
}
div.addsurl span{
    display: inline-block;
}
div.addsurl div.msg{
    min-height:20px;
}
div.listitem{
    /*text-align: left;*/
    margin: 4px auto 0 auto;
}
.listitem-ctrl {
    margin: 0 10px 22px 73px;
    background-color: #dff2f3;
}
span.list-pin {
    color: #6a6a6a;
}
div.listitem span.surl:hover {
    background-color: #c1dede;
    cursor: pointer;
}
div.listitem-descr {
    margin: 0 0 10px 12px;
    font-family: sans-serif;
    font-size: 0.9em;
    word-break:break-all;
    max-width:574px;
}
.listitem-ctrl button.scbtn:hover {
    background-color: #638987;
}
.pending {
    display: inline-block;
    background-color:#e5c8c8;
    animation: 0.7s infinite alternate fadeInOut;
    animation-name: fadein;
    border-radius:14px
} 


@keyframes fadein {
  from {
    background-color:#d0e5de;
  }

  to {
    background-color:#8cc1b0;
  }
}
div.listhead{
    border-bottom:1px solid #a0a0a0;
    display: inline-block;
}
div.listitem span {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
    width:12px;
    text-align:center;
}
div.listitem span.surl {
    
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
div.listitem span.state {
    font-style: italic;
    width:45px;
    text-align: left;
}
div.listitem span.timings {
    width:85px;
    text-align: right;
    font-family: monospace;
}
input[name=addurl]{
    font-size: 18px;
    border: 2px solid #d2e8e8;
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    color: #808080;
    width: 350px;
}
button.scbtn,button.srbtn,button.addbtn{
    vertical-align: middle;
    background-color: #77bdbb;
    color: white;
    font-family: 'Din',Tahoma;
    border: 0;
    margin: 0 0 0 12px;
    cursor: pointer;
    border-radius: 2px;
    width:auto;
}
button:disabled {
    background-color: #cccccc;
    cursor: default;
}
button.addbtn{
    font-size: 18px;
}
div.red{
    color:red;
}
.darkred{
    background-color: #ad5151;
}

div.url-show{
    height:30px;
    text-align: center;
}

div.stream-show {
    margin: 14px 0;
    position:relative;
    overflow: hidden;
    min-height: 300px;
}


div.result-meta,div.result-cover{
    display:inline-block;
    margin: 0 4px;
    vertical-align: top;
}
div.result-cover img{
    width:85px;
}
div.result-cover{
    max-width: 200px;
    height:90px;
}
div.result-meta{
    width: 195px;
    text-align: left;
    /*width:100%;*/
    height:90px;
}

div.result-meta span{
    display:block;
 
}
div.stream-result {
    /*width: 340px;*/
    margin-right: 12px;
    display:inline-block;
    vertical-align: top;
    white-space: normal;
}

div.timeblock {
    display: flex;
    position: relative;
    text-align: left;
    width: 375px;
    border-bottom: 1px dotted #a0a0a0;
}
div.t-period span{
    display: block;
    text-align: center;
    font-size: 80%;
}
div.t-period {
    display: flex;
    
    position: relative;
    vertical-align: top;
    flex-direction: column;
    align-items: center;
    width:57px;
}
div.t-period span.right{
    margin:0 0 0 5px;
}
div.t-period span.left{
    margin:0 5px 0 0;
}

div.result {
    /*border: 1px solid #a0a0a0;*/
    /*margin-left: 10px;*/
    display: inline-block;
    text-align: left;
    position: relative;
    width: 312px;
    height:135px;
    overflow: hidden;
}
div.result-fulltext {
   display:block;
   margin: 5px 0 5px 0;
   overflow:hidden;
}
.result-footer {
    display: block;
}
.yt-link{
    display: inline-block;
    font-size: 80%;
    vertical-align: top;
}
.mini-player {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
audio.audio{
    width:100%;
    zoom:0.6;
}
.abs-bottom{
 position:absolute;
 bottom: 0;   
}

div.mini-player span{
    vertical-align: middle;
    font-size: 80%;
}
div.mini-player img{
    height:26px;
    cursor: pointer;
    margin-left:131px;
    vertical-align: middle;
}

div.headblock {
    display: block;
    border-bottom: 1px solid #a0a0a0;
    
    margin: 2px 0 12px 2px;
}


.moreblock:hover {
    background-color: #e6e6e6;
    color:#262aa2;
    cursor:pointer;
}
td.meta {
    overflow: hidden;
    height: 1.2em;
    display: inline-block;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    white-space: nowrap;
    width: 165px;
}
table.result-table td {
    vertical-align: top;
}
table.result-table{
    font-size:80%;
}
table.result-table td:nth-child(1) {
color:#a0a0a0;
width:40px;
}
.sctrlbtn {
    display: inline-block;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding: 0 2px;
    margin: 0 2px;
    cursor: pointer;
}
.sctrlbtn:hover {
    background-color: antiquewhite;
}
.sctrl-a-btn {
    display: inline-block;
    border: 1px solid #a0a0a0;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    background-color: #77bdbb;
    color: white;
    margin: 0 2px 0 10px;
}
.urlbox {
    display: inline-block;
    width: 390px;
    text-align: left;
    color: #000000;
    overflow: hidden;
    vertical-align: middle;
}

.cbox {
    display: inline-block;
    /* float: right; */
}

.stream-control {
    padding-left:57px ;
}
.g-recaptcha{
    margin: 0px auto;
    width: 37%;
}
div.stream {
    position:absolute;
    vertical-align: top;
    display: inline-block;
    max-width: 375px;
    transition: 1s all;
}
div.stream[position="1"] div.result{
    background-color:#cae5f7;
}
div.stream[position="1"] div.result:hover{
    background-color:#bcd9ec;
}
div.stream[position="1"] div[name=streamurl] {
    background-color:#98caea;;
}
div.stream[position="2"] div.result{
    background-color:#faefe1;
}
div.stream[position="2"] div.result:hover{
    background-color:#e8e5d1;
}
div.stream[position="2"] div[name=streamurl]{
    background-color:#e8ceac;
}
/*div.stream[position="2"] div.t-period{
    border-left: 1px dashed #3333ff;
}*/
div.stream[position] div.t-period{
    border-right: 1px dashed #3333ff;
}
div[name=streamurl] {
    width: 313px;
    overflow: hidden;
    /* overflow-wrap: anywhere; */
    height: 1.2em;
}
div.loading-g{
    opacity:0.8;
}
.stream-thumbs {
     width: 80%;
    /* height: 24px; */
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.arrowscroll{
    /*z-index:202;
    height:120px;*/
}
.arrowscroll {
    visibility: hidden;
    cursor:pointer;
    /*opacity:0.5;*/
    display: flex;
    align-items: center;
}
.arrowscroll span{
    display:block;
    background-color: #4472c4;
    color:white;
    padding: 0 4px;
}
.arrowscroll.left {
    margin:0 10px 0 0;
}
.arrowscroll:hover{
   opacity:1.0;
}
.arrowscroll.right {
    margin:0 0 0 10px;
}
.stream-more {
    visibility: hidden;
    display: inline-block;
}
.stream-more .more-btn{
       display: inline-block;
    /* border: 1px solid #a0a0a0; */
    margin: 0 4px;
    /* border-radius: 4px; */
    padding: 0 7px;
    color: white;
    cursor: pointer;
    background-color: #4472c4;
}

.stream-more .more-btn:hover {
    background-color: #4270c2;
}
div.void{
    height:280px;
    width:375px;
}
.getdata-block span {
    display: inline-block;
    margin: 3px 5px;
}
.getdata-block button{
    display: inline-block;
    margin: 3px 5px;
}
.getdata-block select {
    border: 1px solid #a0a0a0;
    background-color: aliceblue;
}
.select-fields-wrap {
    display: inline-block;
    width: 100px;
    border: 1px solid #a0a0a0;
    font-size:80%;
    position: relative;
    margin: 0 0 0 7px;
    cursor:pointer;
    background-color:white;
}
.select-fields-wrap:hover{
    background-color:#f0f0f0;
}
.select-fields-wrap span.title {
    display: block;
    white-space: nowrap;
    margin: 0;
}
.select-fields {
    position: absolute;
    background-color: white;
    border: 1px solid #a0a0a0;
    top: 18px;
    width: 140px;
    display:none;
    z-index:2;
}

.select-fields label {
    display: block;
}
.select-fields label:hover{
    background-color:#f0f0ff;
}
