/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/07/2020, 12:56:30
    Author     : josenaldo
*/

/******************* Radio *******************/

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/07/2020, 12:56:30
    Author     : josenaldo
*/

/******************* Radio *******************/

.btnLink
{
    position: fixed;
    right: 16px;
    top: 65px;
    width: 6em;
    z-index: 30;
}

.div_iframe
{
    position: fixed;
    right: 13px;
    top: 5px;
    width: 120px;
}

.iframe_radio
{
    float: right;
    margin-top: 2px;
    height: 35px;
    width: 100%;
}

@media only screen and (max-width: 120px)
{
    .iframe_radio
    {
        float: right;
        margin-top: 2px;
        height: 35px;
        width: 100%;
    }
}

@media only screen and (min-width: 121px) and (max-width: 600px)
{
    .iframe_radio
    {
        float: right;
        margin-top: 2px;
        height: 35px;
        width: 100%;
    }
}

/******************* Fim Radio *******************/

.btnLinkRadio {
 /*Required for IE 5, 6, 7*/ 
zoom: 1;

/* Theoretically for IE 8 & 9 (more valid)    
 ...but not required as filter works too 
 should come BEFORE filter */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

/* This works in IE 8 & 9 too 
 ... but also 5, 6, 7 */
filter: alpha(opacity=50);

/* Older than Firefox 0.9 */
-moz-opacity:0.8;

 /*Safari 1.x (pre WebKit!)*/ 
-khtml-opacity: 0.8;

 /*Modern!*/
/* Firefox 0.9+, Safari 2?, Chrome any?
/* Opera 9+, IE 9+ */
opacity: 0.8;
background-color: blue;
}


/******************* Fim Radio *******************/