﻿html, body
{
    font-size: 9pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: White;
    color: Black;
    /* se descomentar isto cria problemas no mobile
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;*/
    
    /*-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;*/

}

input.inputbigtext, textarea.inputbigtext, select.inputbigtext {
    padding: 6px 6px;
    text-align: left;
    font-size: 12pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.textlogo
{
    font-size: 28pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    letter-spacing: -6px;
    font-style: italic;
    font-weight: bold;
    color: Silver;
    width: 200px;
}

.toolbarsearch {
    background-color: #F0F0F0;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: Silver;
    /*position: fixed;*/
    z-index: 10;
}

.menubar
{
    background-color: white;
    position: fixed;
    z-index: 8;
    top: -2px;
    left: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 8px 2px black;
    -webkit-box-shadow: 0px 0px 8px 2px black;
    box-shadow: 0px 0px 8px 2px black;
}

.menubaritem
{
    background-color: #F0F0F0;
    padding: 10px;
    border-top: 0px;
    border-top-style: solid;
    border-top-color: Silver;
    color: gray;
    height: 32px;
}
.menubaritem:hover
{
    background-color: #E0E0E0;
}

.menubaritemuser
{
    background-color: #F0F0F0;
    padding: 10px;
    border-bottom: 0px;
    border-bottom-style: solid;
    border-bottom-color: Silver;
    vertical-align: bottom;
    color: gray;
    height: 138px;
}
.menubaritemuser:hover
{
    background-color: #E0E0E0;
}

.menuoptions
{
    background-color: white;
    position: fixed;
    z-index: 9;
    top: 50px;
    right: 42px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 8px 2px black;
    -webkit-box-shadow: 0px 0px 8px 2px black;
    box-shadow: 0px 0px 8px 2px black;
}

.menuoptionsitem
{
    background-color: #F0F0F0;
    padding: 10px;
    border-top: 0px;
    border-top-style: solid;
    border-top-color: Silver;
    color: black;
    height: 32px;
    font-weight: bold;
    font-size: 15px;
}
.menuoptionsitem:hover
{
    background-color: #E0E0E0;
}

.textclock
{
    font-size: 14pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
}

.title
{
    font-size: 14pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
}

.bigtitle
{
    font-size: 20pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
}

.textdate
{
    font-size: 9pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
}

.menuoption
{
    -moz-box-shadow: 0px 1px 0px 0px #ffffff !important;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff !important;
    box-shadow: 0px 1px 0px 0px #ffffff !important;
    background-color: #ededed !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    border: 2px solid #dcdcdc !important;
    display: inline-block !important;
    color: #777777 !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 32px 32px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #ffffff !important;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
.menuoption:hover
{
    background-color: #dfdfdf !important;


}
.menuoption:active
{
    position: relative !important;
    top: 1px !important;
}

.localmap
{
    font-size: 15pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 5;
}
.localmap:visited
{
    font-size: 15pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
    text-decoration: none;
}

.backlink
{
    background-image: url('../Images/back.png');
    height: 50px;
    width: 50px;
}

/*
.backlink:hover
{
    background: url('../Images/back_over.png');
}
*/

.favoriteicon
{
    background: url('../Images/bookmark.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.favoriteicon:hover
{
    background: url('../Images/bookmark_over.png');
}
*/

.homeicon
{
    background: url('../Images/home.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.homeicon:hover
{
    background: url('../Images/home_over.png');
}
*/

.appsicon
{
    background: url('../Images/apps.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.appsicon:hover
{
    background: url('../Images/apps_over.png');
}
*/

.openscreenicon
{
    background: url('../Images/screenshot.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.openscreenicon:hover
{
    background: url('../Images/screenshot_over.png');
}
*/

.remotecontrolicon
{
    background: url('../Images/remote_control.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*.remotecontrolicon:hover
{
    background: url('../Images/remote_control_over.png');
}
*/

.shareicon
{
    background: url('../Images/share.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.shareicon:hover
{
    background: url('../Images/share_over.png');
}
*/

.downloadicon
{
    background: url('../Images/download.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.downloadicon:hover
{
    background: url('../Images/download_over.png');
}
*/

.favoriteoptionicon
{
    background: url('../Images/bookmark.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.favoriteoptionicon:hover
{
    background-image: url('../Images/bookmark_over.png');
}
*/

.shareoptionicon
{
    background: url('../Images/share.png');
    background-repeat: no-repeat;
    border-style: none;
    width: 32px;
    height: 32px;
    content: "";
}

/*
.shareoptionicon:hover
{
    background-image: url('../Images/share_over.png');
}
*/

.resultoption
{
    text-indent: 30px;
    display: block;
    display: block;
    color: #555555;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 191px;
}
.resultoption:hover
{
    color: #0066CC;
}

.imageresultoption
{
    width: 100px;
    height: auto;
    border: 5px solid White;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.favoriteoption
{
    -moz-box-shadow: 0px 1px 0px 0px #ffffff !important;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff !important;
    box-shadow: 0px 1px 0px 0px #ffffff !important;
    background-color: #ededed !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    border: 2px solid #dcdcdc !important;
    display: inline-block !important;
    color: #777777 !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 9px !important;
    font-weight: bold !important;
    padding: 5px 5px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #ffffff !important;
}
.favoriteoption:hover
{
    background-color: #dfdfdf !important;
}
.favoriteoption:active
{
    position: relative !important;
    top: 1px !important;
}

.textusername
{
    font-size: 9pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: Silver;
}

.link
{
    font-size: 9pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: #D95C5C;
    text-decoration: none;
}
.link:visited
{
    font-size: 9pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    color: #D95C5C;
    text-decoration: none;
}

.link_white
{
    color: white;
    text-decoration: underline;
}
.link_white:visited 
{
    color: white;
    text-decoration: underline;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    /*filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;*/
    z-index: 10000;
    text-align: center;
    font-weight: bold;
}

#panel_apps 
{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    text-align: center;
    vertical-align: middle;
}

#overlay_wait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: White;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    z-index: 10000;
    text-align: center;
    font-weight: bold;
}

#message_wait {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 320px;
    background-color: White;
    color: Gray;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    z-index: 10000;
    text-align: left;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
    vertical-align: middle;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 14px !important;
    -webkit-box-shadow: 2px 2px 50px 0px #616161;
    -moz-box-shadow: 2px 2px 50px 0px #616161;
    box-shadow: 2px 2px 50px 0px #616161;
}


#remoteScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    z-index: 1000;
}

.remotecontroloption
{
    background-color: #ffffff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    border: 2px solid #dcdcdc !important;
    display: inline-block !important;
    color: #777777 !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 16px 16px !important;
    text-decoration: none !important;
}
.remotecontroloption:hover
{
    background-color: #777777 !important;
    color: #ffffff !important;
}
.remotecontroloption:active
{
    position: relative !important;
    top: 1px !important;
}


.remotecontroloptiondisabled
{
    background-color: #ffffff !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    border: 2px solid #dcdcdc !important;
    display: inline-block !important;
    color: #777777 !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 16px 16px !important;
    text-decoration: none !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    zoom: 1;
}

.paging
{
    font-size: 28pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    letter-spacing: 20px;
    color: Silver;
}

.mainiframe
{
    width: 100%;
    height: 100%;
    position: fixed;
}

.animation_fadein_fast {
    animation: fadein 0.3s;
    -moz-animation: fadein 0.3s; /* Firefox */
    -webkit-animation: fadein 0.3s; /* Safari and Chrome */
    -o-animation: fadein 0.3s; /* Opera */
}

.animation_fadein {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.image256px
{
    width: 256px;
    height: auto;
    border: 5px solid White;
}


.schedule_title
{
    font-size: 18pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.schedule_background_day
{
    background-image: url('/Images/background_day.png');
    background-repeat:no-repeat;
}

.schedule_day
{
    font-size: 14pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.schedule_event
{
    font-size: 14pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.schedule_background_event
{
    background-image: url('/Images/background_event_v2.png');
    background-repeat:no-repeat;
}

.main_title
{
    font-size: 18pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}





/*******/
/*Grids*/
/*******/
.listitem td
{
    padding: 10px;
    font-size: 11px;
}

.listmenuitem td
{
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

.listrowitem
{
    padding: 10px;
    border-left: 5px;
    border-left-style: solid;
    border-left-color: transparent;
    color: black;
}
.listrowitem:hover
{
    background-color: #E0E0E0;
    border-left: 5px;
    border-left-style: solid;
    border-left-color: black;
}

.listcolitem td
{
    padding: 10px;
    border-left: 5px;
    border-left-style: solid;
    border-left-color: transparent;
    color: black;
}
.listcolitem td:hover
{
    background-color: #E0E0E0;
    border-left: 5px;
    border-left-style: solid;
    border-left-color: black;
}

.listheader
{
    padding: 10px;
    border-left: 5px;
    /*
    border-left-style: solid;
    border-left-color: black;*/
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    color: black;
}

.listheader th
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing: 1px;
}
/*******/
/*Grids*/
/*******/











.imagepreview
{
    -moz-box-shadow: 0px 1px 0px 0px #ffffff !important;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff !important;
    box-shadow: 0px 1px 0px 0px #ffffff !important;
    background-color: #ededed !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    border: 2px solid #dcdcdc !important;
    display: inline-block !important;
    color: #777777 !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 32px 32px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #ffffff !important;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}


.usertypeoption
{
    -moz-box-shadow: 0px 0px 20px 0px black;
    -webkit-box-shadow: 0px 0px 20px 0px black;
    box-shadow: 0px 0px 20px 0px black;
    
    background-color: White !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    border: 8px solid #ffffff !important;
    display: inline-block !important;
    color: Black !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 16px 16px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #ffffff !important;
    /*animation: fadein 1s;
    -moz-animation: fadein 1s; *//* Firefox */
    /*-webkit-animation: fadein 1s; *//* Safari and Chrome */
    /*-o-animation: fadein 1s; *//* Opera */
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
.usertypeoption:hover, .usertypeoption_hover
{
    -moz-box-shadow: 0px 0px 20px 0px #FFFD8C;
    -webkit-box-shadow: 0px 0px 20px 0px #FFFD8C;
    box-shadow: 0px 0px 20px 0px #FFFD8C;
    
    border: 8px solid #ffffff !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.usertypeoption:active
{
    position: relative !important;
    top: 1px !important;
}

.formlabelfirst
{
    font-size: 14px;
    color: Gray;
    font-weight: bold;
}

.formlabel
{
    font-size: 14px;
    color: Gray;
    margin-top: 10px;
    font-weight: bold;
}

.formselect
{
    padding: 5px 5px 5px 5px;
    font-size: 12px;
}


.grid_white_dots{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url('/images/grid_white_dots.png') repeat left top;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.grid_black_dots{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url('/images/grid_black_dots.png') repeat left top;
}

.main_tabs
{
    padding:  0px 30px 30px 0px;
}

.main_tab_selected
{
    background-color: Black !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 2px solid Black !important;
    display: inline-block;
    color: White !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 18pt;
    padding: 5px 10px 5px 5px !important;
    text-decoration: none !important;
}

.main_tab
{
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 2px solid Black !important;
    display: inline-block !important;
    color: Black !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 18pt;
    padding: 5px 10px 5px 5px !important;
    text-decoration: none !important;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
}

.main_tab:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}











.menuoption_special
{
    -moz-box-shadow: 0px 1px 0px 0px #ffffff !important;
    /*-webkit-box-shadow: 0px 1px 0px 0px #ffffff !important;*/
    /*box-shadow: 0px 1px 0px 0px #ffffff !important;*/
    /*background-color: #ededed !important;*/
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    border: 2px solid #dcdcdc !important;
    display: inline-block !important;
    color: Black !important;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 36px !important;
    font-weight: bold !important;
    padding: 32px 32px !important;
    text-decoration: none !important;
    /*text-shadow: 1px 1px 0px #ffffff !important;*/
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
.menuoption_special:hover
{
    background-color: #dfdfdf !important;


}
.menuoption_special:active
{
    position: relative !important;
    top: 1px !important;
}




.menuoption_special div
{
   font-size: 14px !important;
}









.checkbox input[type=checkbox] {
 position: absolute; 
 overflow: hidden; 
 clip: rect(0 0 0 0); 
 height:1px; 
 width:1px; 
 margin:-1px; 
 padding:0;
 border:0;
 }

 .checkbox input[type=checkbox] + label {
 padding-left:25px;
 height:20px; 
 /* display: inline-block;*/
 display: inherit;
 line-height:20px;
 background-repeat:no-repeat;
 background-position: 0 0;
 vertical-align: top;
 cursor:pointer;
 
 /*font-weight: bold;*/
 /*text-transform: uppercase;*/
 background-image:url('../Images/checkbox-normal.png');
 }

 .checkbox input[type=checkbox]:checked + label {
 /*background-position:  0 -20px;*/
 background-image:url('../Images/checkbox-checked.png');
 }











.radio input[type=radio] {
 position: absolute; 
 overflow: hidden; 
 clip: rect(0 0 0 0); 
 height:1px; 
 width:1px; 
 margin:-1px; 
 padding:0;
 border:0;
 }

.radio input[type=radio] + label {
 padding-left:25px;
 height:20px; 
 /*display:inline-block;*/
 display: inherit;
 line-height:20px;
 background-repeat:no-repeat;
 background-position: 0 0;
 vertical-align:middle;
 cursor:pointer;
 
 /*font-weight: bold;*/
 /*text-transform: uppercase;*/
 background-image:url('../Images/radio-normal.png');
 }

.radio input[type=radio]:checked + label {
 /*background-position: 0 -20px;*/
 background-image:url('../Images/radio-checked.png');
 }

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.tooloptionsitem
{
    background-color: #F0F0F0;
    padding: 5px;
    border: 2px solid white;
    color: black;
    font-weight: bold;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    font-size: 20pt;
    font-family: 'Roboto', Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    text-align: center;
}
.tooloptionsitem:hover
{
    background-color: white;
    border: 2px solid #F0F0F0;
}




.loginleftarea
{
    width: 400px;
    padding: 0px;
    border: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    background-image: url('/images/light_left.png');
    background-repeat: no-repeat !important;
    background-position: right !important;
}



.sociallinks
{
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
    -moz-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
    -o-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
    -ms-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
}


.new_recover_user_title
{
    /*
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    */
}





/*************
*** LOADER ***
*************/

.loader_text {
text-align: center;
position: absolute;
width: 100%;
top: 50%;
margin-top: 50px;
display: block;
font-size: 20px;
z-index: 1024;
text-shadow: 0px 0px 10px #000000, 0px 0px 10px #000000;
}

.loader_image {
text-align: center;
position: absolute;
width: 100%;
top: 50%;
margin-top: -178px;
display: block;
z-index: 1024;
}
        
.loader {
text-align: center;
width:160px;
height:100px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -80px;
margin-top: -50px;
display: block;
z-index: 1024;
}

.loader span {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
margin: 50px auto;
background: #000000;
-moz-border-radius: 100px;
-moz-animation: loader 0.5s infinite alternate;
-webkit-border-radius: 100px;
-webkit-animation: loader 0.5s infinite alternate;
-ms-border-radius: 100px;
-ms-animation: loader 0.5s infinite alternate;
-o-border-radius: 100px;
-o-animation: loader 0.5s infinite alternate;
border-radius: 100px;
animation: loader 0.5s infinite alternate;
z-index: 1024;
}

#loader_1 {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}

#loader_2 {
-moz-animation-delay: 0.15s;
-webkit-animation-delay: 0.15s;
-ms-animation-delay: 0.15s;
-o-animation-delay: 0.15s;
animation-delay: 0.15s;
}

#loader_3 {
-moz-animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
-ms-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;
}

@-moz-keyframes loader {
    0% {
    width: 20px;
    height: 20px;
    background-color:#000000;
    -moz-transform: translateY(0);
    }

    100% {
    width: 48px;
    height: 48px;
    background-color:#FFFFFF;
    -moz-transform: translateY(-42px);
    }

}

@-webkit-keyframes loader {
    0% {
    width: 20px;
    height: 20px;
    background-color:#000000;
    -webkit-transform: translateY(0);
    }

    100% {
    width: 48px;
    height: 48px;
    background-color:#FFFFFF;
    -webkit-transform: translateY(-42px);
    }
}

@-ms-keyframes loader {
    0% {
    width: 20px;
    height: 20px;
    background-color:#000000;
    -ms-transform: translateY(0);
    }

    100% {
    width: 48px;
    height: 48px;
    background-color:#FFFFFF;
    -ms-transform: translateY(-42px);
    }
}

@-o-keyframes loader {
    0% {
    width: 20px;
    height: 20px;
    background-color:#000000;
    -o-transform: translateY(0);
    }

    100% {
    width: 48px;
    height: 48px;
    background-color:#FFFFFF;
    -o-transform: translateY(-42px);
    }
}

@keyframes loader {
    0% {
    width: 20px;
    height: 20px;
    background-color:#000000;
    transform: translateY(0);
    }

    100% {
    width: 48px;
    height: 48px;
    background-color:#FFFFFF;
    transform: translateY(-42px);
    }
}

/********************
*** FIM DO LOADER ***
********************/



.menuappsitem
{
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.menuappsitem:hover
{
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

.element_disabled
{
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}

.stats_init_page {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 0px 2px 2px 2px;
    z-index: 1;
    width: 250px;
    color: black;
    text-shadow: 0px 0px 10px #000000;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}
