﻿/*      e@sport v0 CSS STYLESHEET        */
/*
Cores Principais:
#29010a     Bourdeaux       Fundo 1
#46535c     Cinza           Fundo 2
#c6e122     Verde Lima      Título
#8fbf00     Verde           Destaque 1
#a40952     Rosa Fuchsia    Destaque 2 / Menu / Lista
#2b7cb3     Azul Céu        Destaque 3
#3d2300     Castanho        Area Modulos / Sondagem

#3e4851     Cinza Normal
#343f45     Cinza Especial

#000000     Preto           Texto
#ffffff     Branco          Fundo Texto

Status:
status ON-#7FE817 OLD:#90bf01/#abdc20/#9EDA29
status OFF-#C11B17 OLD:#a40952/#a50952

## PPinheiro: 2011/11/16 ###
# Vermelho: #C11B17        #
# Amarelo/Laranja: #F88017 #
# Verde: #7FE817           #
############################
*/

@import url("D3.css");


/* DEFAULTS
----------------------------------------------------------*/


html
{
    /*background: #3281ac;*/
}

body.master_body
{
    font-size: 12px; /*font-size: normal; line-height: 12px;*/
    font-family: arial, sans-serif; /*font-family: Arial, Verdana, Sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background: #29010a;
}

/***********************************************************/
/* Dimensões e caracteristicas gerais da pagina            */
/***********************************************************/
form
{
    /*width: 960px;*/ /* tamanho maximo da área de trabalho; tirar para aproveitar full-scree */
    /*margin: 0px auto 0px auto;*/
    /*box-shadow: 0px 0px 20px 5px #222222;*/ /* colocar sombreado à volta da caixa */
    /*color: #000;*/
    /* background-color: #dddddd;*/
    /*background-color: #CBFC68;*/
    /*background: -webkit-linear-gradient(#ffffff 30%, #dddddd 70%);*/ /* For Safari */
    /*background: -o-linear-gradient(#ffffff 30%, #dddddd 70%);*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#ffffff 30%, #dddddd 70%);*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#ffffff 30%, #dddddd 70%);*/ /* Standard syntax */
    /*border-style: none;*/
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/**************************************************/
/* definição dos links                            */
/**************************************************/

a:link, a:visited
{
    color: #c1c7ca;
}

a:hover
{
    color: #c1c7ca;
    text-decoration: none;
}

a:active
{
    color: #c1c7ca;
}


/**************************************************/
/* Definição do paragrafo                         */
/**************************************************/
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/**************************************************/
/* Definição dos estilos dos headings             */
/**************************************************/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #c6e122;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
}

h5, h6
{
    font-size: 1em;
}

/**************************************************/
/* Aplica so nos headings que estiverem direta-   */
/* mente abaixo, e não dentro de outro container  */
/**************************************************/
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/**************************************************/
/* Definição dos estilos das áreas principais     */
/* da pagina                                      */
/**************************************************/
.master_page
{
    width: 960px;
    background-color: transparent;
    margin: 0px auto 0px auto;
    border: 0px; /*border: 1px solid #496077;*/
}

/**************************************************/
/* ET 027 027 - ponto 1 da imagem                 */
/**************************************************/
.master_header
{
    position: relative;
    /*margin: 0px;*/
    margin: 0px auto 0px auto;
    padding: 0px;
    background: #29010a;
    width: 100%;
    height: 80px;
}

    .master_header h1
    {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

/*.master_title_left
{
    float: left;
    width: 20%;
    background-color: Green;
}*/
.master_title
{
    display: none;
    /*float: left;*/
    text-align: left;
    /*width: auto;*/ /*margin-left: 10%;*/
    width: 953px;
    height: 100%;
    position: relative;
    margin: 0px auto 0px auto;
    background: transparent url('Images/banner_esport.png') no-repeat center bottom;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

#LtMasterTitle
{
    display: none !important;
}
/*.master_title_right
{
    float: right;
    width: 30%;
    background-color: Maroon;
}*/

.fb-like
{
    float: right;
    margin-top: 140px;
    margin-right: 20px;
    text-align: left;
    overflow: hidden;
}


/**************************************************/
/* ET 027 027 - ponto 6 da imagem                 */
/**************************************************/
td.master_main_td
{
    vertical-align: top;
    min-height: 700px;
    width: 100%;
    max-width: 650px; /*width: 575px;*/
    /* overflow: auto !important; reparo 1*/
    position: relative;
    margin: 0px auto 0px auto;
    background-color: #46535c;
}

.master_main
{
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}


/**************************************************/
/* ET 027 027 - ponto 2 da imagem                 */
/**************************************************/
/* Menu de topo */
.fixedMenu
{
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.master_menu_top_table
{
	width: 100%;
}

div.master_menu_top_div
{
    background-color: transparent;
    width: 960px;
    position: relative;
    margin: 0px auto 0px auto;
}

.master_menu_top_logo
{
    display: inline-block;
    width: 0px;
    height: 24px;
    border: 0px;
}

.master_menu_top_logo_picture
{
    width: 160px;
    height: 25px;
    border: 0px;
    position: absolute;
	top: -50px;
	left: 20px;
}

div.master_menu_top
{
    padding: 0px;
    background-color: #29010a;
    position: relative;
    margin: 0px auto 0px auto;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

    div.master_menu_top ul li ul
    {
        display: none;
    }

.AvaliacoesBody div.master_menu_top > ul > li
{
    width: 158.3px !important;
}

.AvaliacoesBody div.master_menu_top ul li
{
	height: 35px;
}

.AvaliacoesBody div.master_menu_top ul li > ul li
{
    color: red;
    z-index:90000000000000000000000000000000000;
}

div.master_menu_top ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    display: -webkit-inline-box;
	background-color: #a40952;
}

    div.master_menu_top ul li a, div.master_menu_top ul li a:visited
    {
        color: #ffffff;
        display: block;
        /*line-height: 22px;*/
        padding-left: 0px;
        text-decoration: none;
        white-space: nowrap;
        width: 155px;
		margin: 0 auto;
        height: 30px;
        font: normal 12px/23px Tahoma, Arial, sans-serif;
        text-align: center;
        padding-top: 5px;
    }

        div.master_menu_top ul li a img
        {
            vertical-align: middle;
            margin-right: 5px !important;
        }
	
	div.master_menu_top ul.level2 li:nth-child(3)
	{
		height: 15px;
	}
	
	div.master_menu_top ul.level2 li:nth-child(3) a
	{
		height: 15px;
		padding-top: 0;
	}
	
	div.master_menu_top ul.level2 li:nth-child(3) a hr
	{
		padding-top: 0;
	}
	
	div.master_menu_top ul li a.highlighted
	{
		background-color: #da0b6c;
	}
	
	div.master_menu_top ul.level2 li:nth-child(3) a.highlighted
	{
		background-color: #a40952;
	}
	
	div.master_menu_top li.has-popup
	{
		text-decoration: underline;
	}
	
	div.master_menu_top li.has-popup > a::before
	{
		content: "";
		position: absolute;
		right: 5px;
		top: 13px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px;
		border-color: white transparent transparent transparent;
		z-index: 9999;
	}
/* Fim do Menu de topo */

/**************************************************/
/* ET 027 027 - ponto 5 da imagem                 */
/**************************************************/
td.master_left_td
{
    vertical-align: top;
    background-color: #29010a;
    width: 165px; /*width: 20%;*/ /*width: 960px;*/
    position: relative;
    margin: 0px auto 0px auto;
}

td.master_left_td ul li a, td.master_left_td ul li a:visited, td.master_right_td ul li a, td.master_right_td ul li a:visited, .PortalTitulosMain
{
    /*float: left;
    clear: both;
    width: 186px;
    height: 37px;
    padding-left: 30px;
    line-height: 37px;
    font-size: 14px;*/
    display: block;
    margin-bottom: 2px;
    padding-left: 30px; /*padding-left: 0px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    width: 133px; /*width: 163px; width: 155px;*/
    height: 35px; /*height: 37px; height: 30px;*/
    /*line-height: 37px; line-height: 22px;*/
    color: #000000;
    font: normal 14px/30px Tahoma, Arial, sans-serif; /*font: normal 12px/23px Tahoma, Arial, sans-serif;*/
    text-align: left; /*text-align: center;*/
    text-decoration: none;
    text-transform: uppercase;
    border-right: 0px; /*5px #29010a solid;*/
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

/* Menu da Esquerda */

.master_left_menu
{
    display: block;
}

#master_left_menu_titulo
{
    display: block;
}

ul.master_left_menu_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 14px;
    -webkit-padding-after: 0px !important; /*Para Google Chrome e Opera!*/
    width: auto;
}

ul li a.master_left_menu_titulo, ul li a.master_left_menu_titulo:visited
{ /* GREEN */
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

div.master_left_menu_menu
{
    padding: 0px; /*padding: 4px 0px 4px 8px;*/
    background-color: #29010a;
    position: relative;
    margin: -14px auto 0px auto;
}

    div.master_left_menu_menu ul li ul
    {
        display: none;
    }

    div.master_left_menu_menu ul
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.master_left_menu_menu ul li a, div.master_left_menu_menu ul li a:visited
        { /* BLUE */
            background-color: #2b7cb3;
            background: -moz-linear-gradient(top, #99ccff 0%, #2b7cb3 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99ccff), color-stop(100%,#2b7cb3));
            background: linear-gradient(to bottom, #99ccff, #2b7cb3);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff',endColorstr='#2b7cb3',GradientType=0 );
        }

            div.master_left_menu_menu ul li a img
            {
                vertical-align: middle;
                margin-right: 5px !important;
            }

/* Parceiros */
.master_left_parceiros
{
    display: block;
}

#master_left_parceiros_titulo
{
    display: block;
}

ul.master_left_parceiros_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_left_parceiros_titulo, ul li a.master_left_parceiros_titulo:visited
{ /* GREEN */
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.master_left_parceiros_rotator
{
    width: 163px !important;
    height: 450px !important;
    background-color: #46535c;
}

.master_left_parceiros_rotator_img
{
    width: 140px;
    margin: 5px 11px;
    vertical-align: middle;
}
/* Fim dos Parceiros */


/**************************************************/
/* ET 027 027 - ponto 7 da imagem                 */
/**************************************************/
td.master_right_td
{
    vertical-align: top;
    background-color: transparent;
    width: 200px;
    position: relative;
    margin: 0px auto 0px auto;
}

/* Newsletter */
.master_right_newsletter
{
    display: none;
}

ul.master_right_newsletter_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_right_newsletter_titulo, ul li a.master_right_newsletter_titulo:visited
{ /* GREEN */
    width: 190px !important;
    padding-left: 10px !important;
    border: none !important;
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_newsletter_div
{
    background-color: #a40952;
    height: 20px;
    padding: 10px;
    margin-bottom: 2px;
}

.newsletter_mail_txt
{
    width: 140px;
}

.newsletter_btn
{
    width: 50px;
    /*background-image: url('..\Images\proximo.png');*/
}
/* Fim da Newsletter */

/* Agenda */
.master_right_agenda
{
    display: block;
}

ul.master_right_agenda_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_right_agenda_titulo, ul li a.master_right_agenda_titulo:visited
{ /* GREEN */
    width: 190px !important;
    padding-left: 10px !important;
    border: none !important;
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_agenda_div
{
    background-color: #a40952;
    height: 100%;
    padding: 5px;
    margin-bottom: 2px;
}

.grid_header_style
{
    background-color: transparent !important;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: -2.1pt !important;
    color: #ffffff !important;
    height: 22px !important;
}

.grid_item_style
{
    border-bottom: 1px dotted #888888 !important;
}

.agenda_pesquisar_txt
{
    width: 140px;
    /*background-color: #ffffff !important;
    color: Black !important;
    width: 140px !important;
    height: 20px !important;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: -2.1pt !important;
    border: solid 1px RGB(0,204,255) !important;*/
}

.agenda_resumo_div
{
}

.agenda_resumo_lbl
{
}

.agenda_saberMais
{
    float: right;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 11px !important;
    text-decoration: none;
    color: #aaaaaa !important;
}

.AgendaMais
{
}

.rgPager .RadComboBox
{
    width: 50px !important;
}
/* Fim da Agenda */

/* Sondagem */
.master_right_sondagem
{
    display: block;
}

ul.master_right_sondagem_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_right_sondagem_titulo, ul li a.master_right_sondagem_titulo:visited
{ /* GREEN */
    width: 190px !important;
    padding-left: 10px !important;
    border: none !important;
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_sondagem_div
{
    background-color: #3d2300;
    height: 100%;
    /*padding: 10px;*/
    margin-bottom: 2px;
    text-align: center;
}

.sondagem_pergunta_pnl
{
    padding: 5px;
    text-align: left;
}

.sondagem_pergunta_lbl
{
    color: #c6e122 !important;
}

.sondagem_pergunta_respostas
{
    text-align: left;
    padding: 5px 0px;
}

.sondagem_pergunta_btn
{
    margin: 5px 0px;
    width: 190px;
}

.sondagem_votos_pnl
{
}

.sondagem_votos_voto_lbl
{
    color: #c6e122;
    font-weight: normal;
    line-height: 18px;
}
/* Fim da Sondagem */

/**************************************************/
/* ET 027 027 - ponto 8, 9 e 10 da imagem         */
/**************************************************/
.master_footer_politica
{
}

.master_footer_powered_div
{
    margin-bottom: 10px;
}

.master_footer_powered_logo_picture
{
    width: auto;
    max-width: 102px;
    height: auto;
    max-height: 24px;
    border: 0px;
    vertical-align: middle;
}

.choose_culture_div
{
    margin-bottom: 10px;
}

.choose_css_schema_div
{
    display: inline-block !important;
    margin-bottom: 10px;
}


/**************************************************/
/* ET 027 027 - ponto 8, 9 e 10 da imagem         */
/**************************************************/
.noticias_lista_img
{
    width: auto !important;
    height: auto !important;
    max-width: 120px !important;
    max-height: 55px !important;
}

.noticias_big_img
{
    width: auto;
    height: auto;
}

div.contentbox
{
    clear: both;
    float: left;
    background: transparent;
    max-width: 559px !important;
    /*height: 100%; /*height: 388px;*/
    overflow: hidden;
    margin: 0;
    /*padding-top: 10px;*/
}

    div.contentbox.full
    {
        min-height: 589px !important;
        min-width: 759px !important;
    }

    div.contentbox.notice
    {
        overflow: auto !important;
    }

h3
{
    clear: both;
    float: left;
    /* width: 530px; -> JVC: News da Intranet ficavam com scroll-x */
    width: 100%;
    color: #c6e122;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}

div.contentbox p
{
    clear: both;
    float: left;
    margin-bottom: 25px;
}

    div.contentbox p img
    {
        float: left;
        margin: 0 10px 5px 0;
    }

div.contentbox a.more
{
    margin-left: 10px;
}

    div.contentbox a.more img
    {
        clear: none;
        float: none;
        margin: 0;
    }

div#content h2.heading_green
{
    padding-left: 20px;
    width: 510px;
    cursor: default;
}
/* fim Noticias */

/* Pagamentos */

.portal_pagamentos_botoes
{
    height: 50px;
    width: auto;
    max-height: 80px;
    max-width: 120px;
}

.portal_pagamentos_cgd
{
    height: 35px;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    position: absolute;
}

.portal_pagamentos .PagamentosWait
{
    width: 100%;
    text-align: center;
    padding-top: 100px;
    margin-top: 10vh;
}

    .portal_pagamentos .PagamentosWait span
    {
        display: block;
        font-size: 30px;
        color: black;
    }

.portal_pagamentos .PagamentosWait
{
    background-color: rgba(255,255,255,0.7);
    min-height: 300px;
    position: absolute;
    width: 98%;
    top: -60px; /*apply to all skins  / CGS */
}

/* FORM ELEMENTS
----------------------------------------------------------*/
img
{
    border: 0 none;
}

fieldset
{
    margin: 1em 0px;
    padding: 2em;
    border: 1px solid #ccc;
}

    fieldset p
    {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label
    {
        display: block;
    }

    fieldset label.inline
    {
        display: inline;
    }

legend
{
    color: #aaaaaa;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* BOTOES */
.portal_botoes .rbLinkButton
{
    padding: 10px !important;
    height: auto !important;
    margin-top: 10px;
}

fieldset .portal_botoes .RadButton .middle
{
    padding-bottom: 8px !important;
}

.portal_pagamentos_botoes_VISA, .portal_pagamentos_botoes_MasterCard
{
    display: inline-block;
    height: 100px !important;
    width: auto !important;
}

.portal_pagamentos_botoes_VISA
{
    padding-bottom: 0;
}

.portal_pagamentos_visa > span > img
{
    width: auto !important;
    height: 100px !important;
}

.portal_pagamentos_horario_botoes .rbLinkButton
{
    text-align: left;
}

.portal_pagamentos_cgd
{
    height: 100px;
    display: inline-block;
    padding: 10px;
    margin: 10px;
	position: absolute;
}

.portal_pagamento_submit
{
    background-color: #46535c;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 952px;
    overflow: auto !important;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}

    .portal_pagamento_submit .portal_botoes
    {
        padding-top: 10px;
        padding-left: 10px;
    }

        .portal_pagamento_submit .portal_botoes .rbLinkButton
        {
            font-size: 20px;
            line-height: 90px;
            margin-bottom: 25px;
            margin-right: 5px;
            width: 200px !important;
        }

        .portal_pagamento_submit .portal_botoes > div:nth-child(1)
        {
            height: 85px !important;
        }

            .portal_pagamento_submit .portal_botoes > div:nth-child(1) > span:nth-child(2)
            {
                position: relative;
                top: 50%;
                margin-left: 5px;
                line-height: 25px;
                display: -moz-box;
                -moz-box-align: center;
                display: -webkit-box;
                -webkit-box-align: center;
                display: -ms-flexbox;
                -ms-flex-align: center;
                display: -webkit-flex;
                -webkit-align-items: center;
                display: flex;
                align-items: center;
                padding-left: 5px;
            }

        .portal_pagamento_submit .portal_botoes > div:nth-child(3) > span:nth-child(2)
        {
            position: relative;
            top: 30px !important;
            margin-left: 5px;
            line-height: 60px;
            display: -moz-box;
            -moz-box-align: center;
            display: -webkit-box;
            -webkit-box-align: center;
            display: -ms-flexbox;
            -ms-flex-align: center;
            display: -webkit-flex;
            -webkit-align-items: center;
            display: flex;
            align-items: center;
            padding-left: 5px;
        }

        .portal_pagamento_submit .portal_botoes div .RadButton
        {
            float: left;
        }

        .portal_pagamento_submit .portal_botoes div:nth-child(3)
        {
            clear: both;
        }

        .portal_pagamento_submit .portal_botoes > div > span
        {
            font-size: 17px;
        }

.DockTitleLeft
{
    display: inline-block;
    width: 50%;
}

.DockTitleRight
{
    display: inline-block;
    width: 40%;
    text-align: right;
}

    .DockTitleRight a
    {
        color: lightblue;
    }

.portal_botoes_top
{
    float: right;
}

    .portal_botoes_top .RadButton_SkinDaTelerik
    {
        margin-top: -5px !important;
    }

.portal_botoes_area_reservada
{
}

.SpecialGrey .portal_botoes .RadButton
{
    padding-top: 19px !important;
    -webkit-padding-before: 19px !important; /*Para Google Chrome e Opera!*/
}

.RadPicker table.rcTable td
{
    padding-top: 2px !important;
}

/* /BOTOES */

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.portal_inscricoes_inscrever .rgNoRecords td::after
{
    content: "Não é possível efectuar a sua inscrição" !important;
}

.portal_inscricoes_horario .rgNoRecords td::after
{
    content: "Não existem horários disponíveis" !important;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #ffffff;
}

    .loginDisplay a:link
    {
        color: #ffffff;
    }

    .loginDisplay a:visited
    {
        color: #ffffff;
    }

    .loginDisplay a:hover
    {
        color: #ffffff;
    }

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.successNotification
{
    font-size: 1.2em;
    color: Green;
}


/*RadScheduler*/
.rsAppointment3000
{
    background-color: Red !important;
    border-color: Red !important;
    color: White !important;
    font-size: 10px !important;
    line-height: normal !important;
}

.rsAppointment4000
{
    background-color: Green !important;
    border-color: Green !important;
    font-size: 10px !important;
    color: White !important;
    line-height: normal !important;
}

.rsAppointment5000
{
    background-color: Blue !important;
    border-color: Blue !important;
    font-size: 10px !important;
    color: White !important;
    line-height: normal !important;
}

.rsMyAppointment, .rsTransparent
{
    background-color: #0066FF !important;
    border-color: #0066FF !important;
    color: White !important;
    font-size: 10px !important;
    line-height: normal !important;
}

.AppointmentLegenda
{
    font-weight: bold;
    font-size: medium;
}

    .AppointmentLegenda + div
    {
        vertical-align: middle;
    }

.LegendaAppointment3000
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.LegendaAppointment4000
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.LegendaAppointment5000
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.LegendaMyAppointment
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.rsTax1
{
    background-color: #FFFFFF;
    font-size: 10px !important;
    color: Black !important;
}

.rsTax2
{
    background-color: #D1E0E0;
    font-size: 10px !important;
    color: Black !important;
}

.rsTax3
{
    background-color: #E0EBEB;
    font-size: 10px !important;
    color: Black !important;
}

.rsTax4
{
    background-color: #F0F5F5;
    font-size: 10px !important;
    color: Black !important;
}

.rsNonWorkHour
{
    background-color: #A0A0A0 !important;
}

.rsVerticalHeaderTable tr
{
    font-size: 10px !important;
}
/*/RadScheduler*/

.middle
{
    vertical-align: middle !important;
}

.portal_botoes_area_reservada .middle
{
    display: block;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.CursorNormal
{
    cursor: default !important;
}

.CursorHand
{
    cursor: pointer !important;
}

.ImgTextWrap
{
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.Img16
{
    width: auto !important;
    height: auto !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

.Img24
{
    width: auto !important;
    height: auto !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

.Img32
{
    width: auto !important;
    height: auto !important;
    max-width: 32px !important;
    max-height: 32px !important;
}

.Img96
{
    width: auto !important;
    height: auto !important;
    max-width: 96px !important;
    max-height: 96px !important;
}

.Img64
{
    width: auto !important;
    height: auto !important;
    max-width: 43px !important;
    max-height: 51px !important;
    /* reparo, centrar imagens nos quadrados (lista de clientes)*/
    position: absolute;
    margin: auto;
    min-height: 80%;
    min-width: 80%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.roundtop10
{
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.roundbottom10
{
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

/*scheduler tooltip*/

/*space projects*/

.RbiSPImg_Css
{
    width: auto !important;
    height: auto !important;
    max-height: 180px !important;
    max-width: 180px !important;
}

.TblSP_Css
{
    border-width: 0px;
    border-collapse: collapse;
}

.TdSPImgArea
{
    width: 40% !important;
}

.TdSPSpacer
{
    width: 10% !important;
}

.TdSPMainArea
{
    width: 30% !important;
}

.LblSPShortName_Css
{
    font-size: 18px;
}

.TdSPLink
{
    vertical-align: super !important;
    width: 10% !important;
}

.ImgBtnSPLink_Css
{
    cursor: pointer;
}

.DvSPInitialEndDate_Css
{
    float: left;
}

.DvSPPresences_Css
{
    float: right;
}

/*//Space Projects*/

/*Space Services*/
.RbiSSImg_Css
{
    width: auto !important;
    height: auto !important;
    max-height: 180px !important;
    max-width: 180px !important;
}

.TblSS_Css
{
    border-width: 0px;
    border-collapse: collapse;
}

.TdSSImgArea
{
    width: 30% !important;
}

.TdSSSpacer
{
    width: 10% !important;
}

.TdSSMainArea
{
    text-align: center;
    width: 60% !important;
}

.LblSSTypeHor_Css
{
    font-size: 11px;
}

.LblSSColaboratorCardNumber_Css
{
    font-size: 11px;
}
/*//Space Services*/
/*//scheduler tooltip*/


/**************************************************/
/* Sliders                                        */
/**************************************************/
/**************************************************/
/* ET 027 027 - ponto 1 da imagem                 */
/**************************************************/
.master_slider1
{
    display: none; /* comentar para ativar Slider 1 - descomentar para desativar o slider 2 */
}

.master_slider2
{
    display: none; /* comentar para ativar slider 2 - descomentar para desativar o slider 2 */
}

/**************************************************/
/* Propriedade comuns a ambos os sliders          */
/**************************************************/
.slider_container
{
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 200px;
    overflow: hidden;
}
/*Loading screen*/
.loading_screen
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading_subdiv1
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading_subdiv2
{
    position: absolute;
    display: block;
    background: url(Images/slider_loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*/Loading screen*/

/*Slides container*/
.slides_container
{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 960px;
    height: 200px;
    overflow: hidden;
}
/*/Slides container*/

.jssorb21
{
    position: absolute;
    bottom: 26px;
    left: 6px;
}

    .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
    {
        background: url(Images/slider_buttons.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb21 div
    {
        background-position: -5px -5px;
        position: absolute;
        width: 19px;
        height: 19px;
        text-align: center;
        line-height: 19px;
        color: White;
        font-size: 12px;
    }

        .jssorb21 div:hover, .jssorb21 .av:hover
        {
            background-position: -35px -5px;
        }

    .jssorb21 .av
    {
        background-position: -65px -5px;
    }

    .jssorb21 .dn, .jssorb21 .dn:hover
    {
        background-position: -95px -5px;
    }


.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(Images/slider_arrows.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l
{
    background-position: -3px -33px;
}

.jssora21r
{
    background-position: -63px -33px;
}

.jssora21l:hover
{
    background-position: -123px -33px;
}

.jssora21r:hover
{
    background-position: -183px -33px;
}

.jssora21ldn
{
    background-position: -243px -33px;
}

.jssora21rdn
{
    background-position: -303px -33px;
}
/* Fim dos Sliders*/


/**************************************************/
/* ET 027 027                                     */
/* configurações das paginas com funcionalidade   */
/**************************************************/
.TdTitleIcon
{
    width: 100px;
}

.TableTitle
{
    width: 100%;
}

.grid_item_style .TableTitle td
{
    margin: 0px !important;
    height: 10px !important;
    max-height: 10px !important;
    line-height: 10px !important;
}

.grid_item_style .grid_item_col1
{
    width: 80% !important;
}

.grid_item_style .grid_item_col2
{
    width: 20% !important;
}

.BtnLoginVoltar
{
    float: right;
    margin-right: 20px;
}

/**************************************************/
/* Rotator dos familiares apos login              */
/**************************************************/
.entrada_grupo_rotator
{
    width: 540px !important; /*width: 545px !important;*/
    height: 140px !important;
    /*margin: 5px;*/
}

.entrada_grupo_rotator_img
{
    width: 180px;
    margin: 5px 11px;
    vertical-align: middle;
}
/* Fim Rotator dos familiares apos login           */


/**************************************************/
/* Botões de +Info, Marcar, Inscrever, Horarios   */
/* da Lista de Atividades e da Lista de Recintos  */
/**************************************************/
.Link
{
    color: #c1c7ca !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

    .Link:hover
    {
        text-decoration: none !important;
    }

    .Link:active
    {
        background-color: #dddddd !important;
    }


/**************************************************/
/* Lista de Projetos                              */
/**************************************************/
.inscricoes_col_nome
{
}

.inscricoes_col_info
{
    width: 8%;
    min-width: 40px;
    margin: 0 auto;
}

.inscricoes_col_horarios
{
    width: 10%;
    min-width: 60px;
    margin: 0 auto;
}

.inscricoes_col_inscrever
{
    width: 12%;
    min-width: 80px;
    margin: 0 auto;
}

.portal_entrada_inscricoes_col_nome
{
    width: 83% !important;
}

.portal_entrada_inscricoes_col_data
{
    width: 29% !important;
    padding-left: 1px !important;
}

.portal_entrada_inscricoes_col_consultar
{
    width: 70px !important;
}
/* Fim da lista dos projectos                     */


/**************************************************/
/* Lista de Recintos                              */
/**************************************************/
.marcacoes_col_nome
{
}

.marcacoes_col_info
{
    width: 10%;
    min-width: 40px;
    margin: 0 auto;
}

.marcacoes_col_marcar
{
    width: 10%;
    min-width: 80px;
    margin: 0 auto;
}

.portal_entrada_marcacoes_col_dia
{
    width: 16%;
}

.portal_entrada_marcacoes_col_horaini
{
    width: 10%;
}

.portal_entrada_marcacoes_col_horafim
{
    width: 10%;
}

.portal_entrada_marcacoes_col_nome
{
    width: 64%;
}

.portal_entrada_marcacoes_cancelar
{
    width: 70px !important;
}

.portal_entrada_marcacoes_consultar
{
    width: 70px !important;
}
/* Fim da lista dos recintos                      */


/**************************************************/
/* Lista de Serviços                              */
/**************************************************/
.servicos_col_nome
{
}

.servicos_col_info
{
    width: 10%;
    min-width: 40px;
    margin: 0 auto;
}

.servicos_col_marcar
{
    width: 10%;
    min-width: 80px;
    margin: 0 auto;
}

.portal_entrada_servicos_col_dia
{
    width: 16%;
}

.portal_entrada_servicos_col_horaini
{
    width: 10%;
}

.portal_entrada_servicos_col_horafim
{
    width: 10%;
}

.portal_entrada_servicos_col_tax
{
    width: 30%;
}

.portal_entrada_servicos_col_nome
{
    width: 34%;
}

.portal_entrada_servicos_cancelar
{
    width: 70px !important;
}

.portal_entrada_servicos_consultar
{
    width: 70px !important;
}

.portal_area_reservada .RadDock_SkinDaTelerik .RadGrid_SkinDaTelerik table
{
    table-layout: fixed !important;
}
/* Fim da lista dos Serviços                      */


/**************************************************/
/* Dados do Extrato Financeiro                    */
/**************************************************/
.rdMiddle .rdCenter .rdContent .RadTreeList .rtlHeader .rtlScroller .rtlTable .rtlHeader .portal_entrada_financeiro_col_desc
{
    width: 25.4% !important;
}


.portal_entrada_financeiro_col_desc
{
    width: 17%;
}

.portal_entrada_financeiro_col_data
{
    width: 13%;
}

.portal_entrada_financeiro_col_mp
{
    width: 4%;
}

th.portal_entrada_financeiro_col_qt
{
    text-align: right !important;
}

.portal_entrada_financeiro_col_qt
{
    width: 4%;
}

th.portal_entrada_financeiro_col_desconto
{
    text-align: right !important;
}

.portal_entrada_financeiro_col_desconto
{
    width: 8%;
    text-align: right;
}

th.portal_entrada_financeiro_col_iva
{
    text-align: right !important;
}

.portal_entrada_financeiro_col_iva
{
    width: 7%;
    text-align: right;
}

th.portal_entrada_financeiro_col_iliq
{
    text-align: center !important;
}

th.portal_entrada_financeiro_col_iliq
{
    text-align: right !important;
}

.portal_entrada_financeiro_col_iliq
{
    width: 11%;
    text-align: right;
}

th.portal_entrada_financeiro_col_saldo
{
    text-align: right !important;
}

.portal_entrada_financeiro_col_saldo
{
    width: 11%;
    text-align: right;
}

.portal_entrada_extrato_financeiro
{
    padding: 3px 0;
}

/* Fim do Extrato Financeiro                      */


/**************************************************/
/* Dados do Extrato de Acessos                    */
/**************************************************/
.portal_entrada_acessos_col_data
{
    width: 21%;
}

.portal_entrada_acessos_col_sentido
{
    width: 12%;
}

.portal_entrada_acessos_col_descricao
{
    text-align: right;
}

.portal_entrada_acessos_col_grupo
{
    width: 25%;
}

.portal_entrada_frequencia_combo
{
    height: 35px;
}

.portal_entrada_extrato_acessos1, .portal_entrada_extrato_acessos2
{
    display: inline-block;
    padding: 3px 0;
    text-align: left;
}

/*.portal_entrada_extrato_acessos1 > span::after
    {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    }*/

/* Fim do Extrato de Acessos                      */

/**************************************************/
/* Dados da Inscrição                             */
/**************************************************/
.DadosInsc
{
    max-width: 800px;
}

    .DadosInsc hr
    {
        clear: both;
        color: #CCCCFF;
    }

.DadosInsc_Header
{
    font-weight: bold;
}

    .DadosInsc_Header div table tr td:nth-child(2)
    {
        padding-left: 10px;
    }

.DadosInsc_Datas
{
    font-weight: bold;
}

    .DadosInsc_Datas span
    {
        font-weight: normal;
        margin-bottom: 10px;
    }

    .DadosInsc_Datas div:nth-child(1)
    {
        float: left;
        margin-bottom: 10px;
    }

    .DadosInsc_Datas div:nth-child(2)
    {
        float: right;
    }

.DadosInsc_Horarios_Header
{
    font-weight: bold;
    text-transform: uppercase;
}

.DadosInsc_Horarios
{
}

.DadosInsc_Utilizacoes_Header
{
    font-weight: bold;
    text-transform: uppercase;
}

.DadosInsc_Utilizacoes
{
}

.DadosInsc_Estado_Header
{
    font-weight: bold;
    text-transform: uppercase;
}

.DadosInsc_Estado
{
}

    .DadosInsc_Estado .div_legenda .div_legenda_wrap3
    {
        display: inline-block;
        white-space: nowrap;
    }

        .DadosInsc_Estado .div_legenda .div_legenda_wrap3 div
        {
            display: inline-block;
        }

.DadosInsc_EstadoMes
{
    font-weight: bold;
    text-transform: capitalize;
}

.DadosInscMesHelper
{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.DadosInsc_Estado table tr td div
{
    height: 50px;
    text-align: center;
}

    .DadosInsc_Estado table tr td div img
    {
        vertical-align: middle;
    }

.DadosInsc_Estado table tr th
{
    height: 20px;
    width: 50px;
    border-style: solid;
    border-width: thin;
    border-color: DarkGray;
}

/* .DadosInsc_Estado > div */
/* { */
/* text-align: center; */
/* } */

.DadosInsc_Estado table tr td span
{
    font-weight: bold;
    text-transform: capitalize;
}

.DadosInsc_Estado_OK, .DadosInscLegenda_Estado_OK
{
    background-color: LightGreen;
}

.DadosInsc_Estado_Warn, .DadosInscLegenda_Estado_Warn
{
    background-color: Yellow;
}

.DadosInsc_Estado_NOK, .DadosInscLegenda_Estado_NOK
{
    background-color: Red;
}

.DadosInsc_Estado_NoCancel, .DadosInscLegenda_NoCancel
{
    background-color: LightGray;
}

.DadosInsc_Estado_Cancel
{
    background-color: Gray;
}

.DadosInscLegenda_Estado_OK, .DadosInscLegenda_Estado_Warn, .DadosInscLegenda_Estado_NOK, .DadosInscLegenda_NoCancel
{
    height: 20px;
    width: 20px;
    display: inline-block;
    /*margin-right: 13px;*/
}

.DadosInsc_Tooltip
{
    width: 500px;
    height: 250px;
}

.DadosInsc_TooltipInfo
{
    height: 100%;
    overflow: auto;
    width: 100%;
}

.DadosInscricao_ConfirmCancel
{
    max-width: 800px;
    font-weight: bold;
}

    .DadosInscricao_ConfirmCancel table
    {
        width: 100%;
    }

        .DadosInscricao_ConfirmCancel table tr:nth-child(1) td:nth-child(1)
        {
            width: 50%;
        }

        .DadosInscricao_ConfirmCancel table tr:nth-child(1) td:nth-child(2)
        {
            width: 50%;
        }

        .DadosInscricao_ConfirmCancel table tr:nth-child(2)
        {
        }

            .DadosInscricao_ConfirmCancel table tr:nth-child(2) textarea
            {
                width: 100% !important;
                height: 80px !important;
            }

.DadosInscricao_CancelSuccess
{
    max-width: 800px;
    font-weight: bold;
    text-align: center;
}
/* Fim dos Dados da Inscrição                     */

/* Mapa de Aulas									*/

.div_expand div
{
    display: inline-block;
    vertical-align: middle;
}

.MapaAulasListaDetalheImg
{
    height: 250px;
    padding: 5px;
}

    .MapaAulasListaDetalheImg img
    {
        max-height: 240px !important;
        max-width: 240px !important;
        vertical-align: middle;
    }

.MapaAulasListaDetalheDesc, .MapaAulasListaDetalheAula, .MapaAulasListaDetalheProf
{
    margin: 10px;
    display: block !important;
}

.MapaAulasListaDetalheMarcar
{
    text-align: center;
    padding-left: 15px;
}

/* Mapa de Aulas									*/


/**************************************************/
/* Efeitos de redimensionamento da pagina         */
/**************************************************/
@media only screen and (max-width:953px)
{
    div.master_header,
    div.master_title
    {
        display: none !important;
    }

    td.master_right_td
    {
        display: none !important;
    }
}

@media only screen and (max-width:750px)
{
    td.master_left_td,
    td.master_menu_top_logo
    {
        display: none !important;
    }

    div.master_page
    {
        /*background-color: Red !important;*/
        width: 100% !important;
    }

    div.master_menu_top_div
    {
        /*background-color: Blue !important;*/
        width: 100% !important;
    }
    /*td.master_main_td
    {
        max-width: 100% !important;
    }
    div.contentbox
    {
        max-width: 100% !important;
    }*/
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/**************************************************/
/* Avaliações                                     */
/**************************************************/
.AvaliacoesBody
{
}

.AvaliacoesForm
{
}

.Avaliacoes_main
{
    width: 95%;
    background-color: rgba(70, 83, 92, 1);
    color: White;
    margin: 0 auto;
    padding: 5px 20px;
}

.Avaliacoes_Botoes_footer
{
    width: 100%;
    margin: 0 auto;
    background-color: rgba(70, 83, 92, 1);
    color: White;
    padding: 15px 20px;
    text-align: center;
}

.Avaliacoes_Botoes_footer_disabled
{
    color: Gray !important;
}

.Avaliacoes_Botoes_footer_div span
{
    width: 80px;
    height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.Avaliacoes_Botoes_footer_div > span:not(.Avaliacoes_Botoes_footer_disabled):not(.AlertBColorGreen):hover
{
    background-color: #888888 !important;
}

.Avaliacoes_Botoes_footer_div .rbLinkButton
{
    border: 1px solid !important;
}

.Avaliacoes_Botoes_footer_div span .middle
{
    margin: 0 auto;
}

.Avaliacoes_Botoes_footer_div
{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.AlertBColorGreen
{
    background-color: #59c110 !important;
    background-image: none !important;
}

    .AlertBColorGreen:hover
    {
        background-color: #59c110 !important;
        background-image: none !important;
    }

.Avaliacoes_footer
{
    width: 95%;
    background-color: rgba(70, 83, 92, 1);
    margin: 0 auto;
    color: White;
    padding: 15px 20px 25px 20px;
}

.Avaliacoes_footer_Prof
{
    border: 1px solid White;
    width: 83%;
    display: inline-block;
    font-weight: lighter;
    font-size: 12px;
    padding: 10px 5px;
}

.Avaliacoes_footer_Dt
{
    border: 1px solid White;
    width: 13%;
    display: inline-block;
    font-weight: lighter;
    font-size: 12px;
    padding: 10px 5px;
}

.Avaliacoes_footer_Dt
{
    margin: 0 auto;
}

.Avaliacoes
{
    width: 100%;
}

.div_competencias .dvGrid td:nth-child(n+2):nth-child(odd)
{
    /* background-color: #3e4851!important; */
    color: white !important;
}

.div_competencias .dvGrid tr:nth-child(2) th:nth-child(even)
{
    background-color: #3e4851 !important;
    color: white !important;
}

.div_competencias .dvGrid .gridAvalCompNome
{
    background-color: transparent !important;
    color: black !important;
}

th.rgHeader.gridAvalCompGroup
{
    background-color: #3e4851 !important;
    color: white !important;
    /*background: linear-gradient( #f3f9d2 ,#c6e122)!important;
    color: black;*/
}


.Avaliacoes_DadosPessoais hr
{
    width: 98%;
    float: left;
}

.Avaliacoes_DadosPessoais div
{
    clear: both;
}

.Avaliacoes_DadosPessoais_Data > div
{
    display: inline-block !important;
}

.Avaliacoes_botoes .rbLinkButton
{
    padding: 10px !important;
    height: auto !important;
    width: 33% !important;
    border: 2px solid White !important;
    font-size: medium;
    font-weight: normal;
}

.Avaliacoes_botoes48_NoBorder .rbLinkButton
{
    padding: 10px !important;
    height: auto !important; /*width:48px% !important;     /*width: 97% !important;     border: 2px solid White !important;*/
    border: 0px none White !important;
    font-size: medium;
    font-weight: normal;
}

.img96
{
    max-width: 96px;
    max-height: 96px;
    height: auto;
    width: auto;
}

.img150
{
    max-width: 150px;
    max-height: 150px;
    height: auto;
    width: auto;
}

.Avaliacoes_Titulo
{
    color: #c6e122;
    font-size: large !important;
    font-weight: bold;
}

.Avaliacoes_Titulo_Header
{
    font-size: large !important;
    font-weight: bold;
}

.Avaliacoes_Texto
{
    font-size: medium !important;
    font-weight: normal;
}

.Avaliacoes_Tabela
{
	table-layout: fixed;
}

.div_anamnese .Avaliacoes_Tabela > tbody > tr:nth-child(1)
{
	visibility: hidden;
}

.Avaliacoes_Tabela_td1
{
	width: 60%;
}

.Avaliacoes_Tabela_td2
{
	width: 5%;
}

.Avaliacoes_Tabela_td3
{
	width: 25%;
}

.Avaliacoes_Tabela_td4
{
	width: 10%;
}

.Avaliacoes_Tabela_NoBorder
{
    border: 0px none White !important;
}

    .Avaliacoes_Tabela_NoBorder tr td
    {
        border: 0px none White !important;
    }

.Avaliacoes_main .rbLinkButton
{
	border: 0px none White !important;
}

.Avaliacoes_Tabela td
{
    border: 1px solid White !important;
    padding: 10px 5px;
}

.div_composicao_corporal .Avaliacoes_Tabela .RadComboBox
{
    width: 50% !important;
}

.Avaliacoes_TRSelected
{
    background-color: Grey;
}

.Avaliacoes_TRUnselected
{
    background-color: Transparent;
}

.Avaliacoes_Objectivos_Table
{
    width: 100%;
}

    .Avaliacoes_Objectivos_Table td:nth-child(odd)
    {
        border: 2px solid White;
        height: 170px;
        width: 170px;
        text-align: center;
    }

    .Avaliacoes_Objectivos_Table td:nth-child(even)
    {
        padding-left: 30px;
    }

    .Avaliacoes_Objectivos_Table td span:nth-of-type(odd)
    {
        font-weight: bold;
    }

    .Avaliacoes_Objectivos_Table td span:nth-of-type(even)
    {
        font-weight: normal;
    }

.Avaliacoes_Flex_Result
{
    width: 50%;
    text-align: center;
    height: 20px;
    color: Black;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -10px;
    padding-bottom: 5px;
}

.Avaliacoes_Calendario_Table
{
    width: 100%;
}

.Avaliacoes_Calendario_Table_tdBtn
{
    width: 128px;
    height: 128px;
    vertical-align: middle;
}

.Avaliacoes_Calendario_Table_PadLeft30
{
    padding-left: 30px;
}

.Avaliacoes_Calendario_Table .tr32
{
    height: 38px !important;
}

.Avaliacoes_Calendario_Table .tr96
{
    height: 96px !important;
}

.Avaliacoes_Calendario_Table .tr128
{
    height: 128px !important;
}

.AvaliacoesPrescricaoLabels
{
    color: white !important;
    font-size: 15px !important;
}

.Avaliacoes_div_noticias .RadGrid_SkinDaTelerik
{
    background-color: #343f45;
}

.div_lista_templates_treino div:nth-child(3) .RadComboBox:nth-child(2)
{
    width: 210px !important;
}

.div_adicionar_exercicios .Avaliacoes div:nth-child(3) .RadComboBox table, .div_sumario_programa div:nth-child(3) .RadComboBox table
{
    width: 750px !important;
}

.div_adicionar_exercicios .Avaliacoes div:nth-child(5) .RadComboBox table, .div_sumario_programa div:nth-child(5) .RadComboBox table
{
    padding-left: 5px !important;
    -webkit-padding-start: 3px !important;
    width: 755px !important;
}

.div_adicionar_exercicios .Avaliacoes div:nth-child(7) .RadComboBox table, .div_sumario_programa div:nth-child(7) .RadComboBox table
{
    padding-left: 35px !important;
    -webkit-padding-start: 4px !important;
    width: 785px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{

    .div_adicionar_exercicios .Avaliacoes div:nth-child(3) .RadComboBox table, .div_sumario_programa div:nth-child(3) .RadComboBox table
    {
        width: 700px !important;
    }

    .div_adicionar_exercicios .Avaliacoes div:nth-child(5) .RadComboBox table, .div_sumario_programa div:nth-child(5) .RadComboBox table
    {
        -webkit-padding-start: 7px !important;
        width: 700px !important;
    }

    .div_adicionar_exercicios .Avaliacoes div:nth-child(7) .RadComboBox table, .div_sumario_programa div:nth-child(7) .RadComboBox table
    {
        width: 700px !important;
        -webkit-padding-start: 37px !important;
    }
}

.div_adicionar_exercicios .Avaliacoes .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(2) input, .div_sumario_programa .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(2) input
{
    padding-left: 2px !important;
    -webkit-padding-start: 2px !important;
    display: inline-block;
}

.div_adicionar_exercicios .Avaliacoes .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(3) a, .div_sumario_programa .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(3) a
{
    margin-right: -4px !important;
    -webkit-margin-end: -4px !important;
}

.div_adicionar_exercicios .Avaliacoes .SpecialGrey div:nth-child(4) .RadInput .riTable td:nth-child(2) input, .div_sumario_programa .SpecialGrey div:nth-child(4) .RadInput .riTable td:nth-child(2) input
{
    margin-left: 31px !important;
    -webkit-margin-start: 30px !important;
    width: 86% !important;
}
/* Fim das avaliações                           */


/**************************************************/
/* Exercícios                                     */
/**************************************************/
.ImgExercicio
{
    padding: 5px 0;
    width: auto !important;
    height: auto !important;
    max-width: 106px;
    max-height: 106px;
}

video
{
    width: 100px;
    height: 100px;
    display: block;
    z-index: 99;
}

.rotator_item
{
    border: solid 1px #dff3ff;
    margin: 4px;
}

.TooltipAvaliacoesGridTreinos
{
    height: auto !important;
    width: 50% !important;
    left: 20% !important;
}

    .TooltipAvaliacoesGridTreinos table.rtWrapper
    {
        width: 100% !important;
    }
/* Fim dos Exercicios                             */

/**************************************************/
/* Templates                                      */
/**************************************************/

#MainContent_div_entidade
{
    display: none;
}

.center
{
    vertical-align: super;
}

.portal_pagamentos_horario_botoes .rbLinkButton
{
    width: 353px !important;
    vertical-align: middle;
}

/*span#ctl00_MainContent_ucDadosPessoais1_RbtnBack 
{
    content: "\007c";
    margin-left: 0.65ch;
}*/

.RadRotator_SkinDaTelerik div.rrClipRegion
{
    background-color: transparent !important;
}

.RadInput textarea.RadTextBoxMultiLine
{
    /*Porque existe um bug da Telerik em que as Textbox não estão a fazer wrap*/
    white-space: normal;
}

.AccessStats
{ /*tal como vindo da ficha do utilizador*/
    color: #c6e122 !important;
    width: 15;
}

.RadComboBoxWithLabel table
{
    max-width: 600px;
}

.UserFileNormalRow
{ /*tal como vindo da ficha do utilizador*/
    border-bottom: 2px !important;
    border-bottom-style: solid !important;
    width: 100% !important;
    border-color: #46535c !important;
    height: 25px !important;
    padding-top: 5px !important;
}

.UserFilePadded
{ /*tal como vindo da ficha do utilizador*/
    padding-left: 5px !important;
}

.SpecialGrey
{ /*tal como vindo da ficha do utilizador*/
    background-color: #343f45;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.TituloNaLinhaDaGrid
{
    padding-bottom: 8px;
    width: 80%;
    display: inline-block;
}

.TituloNaLinhaDaGrid_botoes
{
    padding-bottom: 8px;
    width: 19%;
    text-align: right;
    display: inline-block;
}

.FieldsetNaGrid
{
    padding: 0px 0px 0px 10px;
    border-color: #8a9297;
}

.TemplatesFieldsetDificuldade
{
    padding: 0px 0px 0px 10px;
    margin-top: 7px;
    height: 113px;
    border-color: #8a9297;
}

.TemplatesFieldsetLeft
{
    margin: 0px 10px 0px 0px !important;
    padding: 0px 0px 0px 10px;
    width: 15%;
    height: 110px;
    float: left;
    border-color: #8a9297;
}

.TemplatesFieldsetRight
{
    margin: -14px 0px 0px 0px !important;
    padding: 0px 10px 10px;
    width: 45%;
    height: 100px;
    float: right;
    border-color: #8a9297;
}

.TemplatesdvLeft
{
    width: 79%;
    float: left;
}

.TemplatesdvRight
{
    width: 20%;
    float: right;
}

.TemplatesNExercicios
{
    width: 15%;
    text-align: right;
    float: right;
}


.RadTreeList .rtlHeader th
{
    /* text-align: right!important; */
}
/* Fim dos Templates                            */

/* MOSAICO */

.MosaicoContainer
{
    width:890px !important;
    height:550px !important;
}

/*PROFESSORES*/
.PnlMosaicoProfLeft
{
    width:10% !important;
    height:100% !important;
    float: left !important;
    display: none !important;
}

.PnlMosaicoProfRight {
    width: 10% !important;
    height: 100% !important;
    float: left !important;
    display:inline-block;
}

.FieldsetMosaicoProfGroup
{
    height:100% !important;
    margin-left:5px !important;
    margin-right:5px  !important;
	
	margin: 0px;/*HM*/
	padding: 0px;/*HM*/
	border: 0px;/*HM*/
}



.FieldsetMosaico1Prof
{
    background-color: white !important;
    height:99% !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}
.FieldsetMosaico2Prof
{
    background-color: white !important;
    height:49.5% !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}
.FieldsetMosaico3Prof
{
    background-color: white !important;
    height:33% !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.dvMosaicoPhotoProf {
    max-height: 100% !important;
    max-width: 100% !important;
    display: inline;
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
}

.MosaicoPhoto1Prof {
    max-height: 100% !important;
    max-width: 100% !important;
    top: 40% !important;
    position: relative !important;
    display: block !important;
    margin: 0 2% 0 2% !important;
    width: 96%;
}

.MosaicoPhoto2Prof {
    max-height: 100% !important;
    max-width: 100% !important;
    top: 30% !important;
    position: relative !important;
    display: block !important;
    margin: 0 2% 0 2% !important;
    width: 96%;
}

.MosaicoPhoto3Prof {
    max-height: 100% !important;
    max-width: 100% !important;
    top: 20% !important;
    position: relative !important;
    display: block !important;
    margin: 0 2% 0 2% !important;
    width: 96%;
}

/*UTENTES*/
.PnlMosaicoUtentes {
    width: 90% !important;
    height: 100% !important;
    float: left !important;
}

.FieldsetMosaicoGroup{
    /*height:100% !important;*/
	height:492px !important;
	margin: 0px;/*HM*/
	padding: 0px;/*HM*/
	border: 0px;/*HM*/
}

.MosaicoUtentesDataPager
{
	clear: both;
	height:55px !important;
}

.FieldsetMosaico_Lotacao20
{
    background-color: white !important;
    height:24.6% !important;
    width:19.74% !important;
    padding:0 !important;
    float:left !important;
    margin:0 !important;
    position:relative !important;
}

.FieldsetMosaico_Lotacao40
{
    background-color: white !important;
    height:19.5% !important;
    width:12.25% !important;
    padding:0 !important;
    float:left !important;
    margin:0 !important;
    position:relative !important;
}

.FieldsetMosaico_Lotacao60
{
    background-color: white !important;
    height:16.3% !important;
    width:9.75% !important;
    padding:0 !important;
    float:left !important;
    margin:0 !important;
    position:relative !important;
}


.lblMosaicoUserName {
    width: 75% !important;
    margin-top: 4px !important;
    vertical-align: top !important;
}


.ListViewMosaico
{
    height:100% !important;
}

.MosaicoUserPhoto {
    max-width: 59% !important;
    max-height: 70% !important;
    height: 100%;
    width: 100%;
    margin: 6px !important;
}


.divMosaicoUserStatus
{
    height:20% !important;
    width:100% !important;
    position:absolute !important;
}

.FieldsetMosaico span:first-of-type
{
    vertical-align: top !important;border: 1px solid rgb(215, 213, 203);
            left: 0px;/*HM*/
            top: 0px;/*HM*/
            text-align: center;/*HM*/
            float: left;/*HM*/
            position: relative;/*HM*/
            cursor: pointer;/*HM*/
            margin: 0px;/*HM*/
            padding: 0px;/*HM*/
            background-color: white;/*HM*/
}


.FieldsetMosaico div:nth-child(even)
{
    color: white;
}

.FieldsetMosaico div
{
	width: 100% !important;
}

.FieldsetMosaico > div:nth-child(1)
{
	height: 100%;
}


/* FIM DO MOSAICO										*/


/* Telerik                                      */
/************************************************/
/* IE Edge 12+ CSS  specific styles go here     */
/************************************************/
@supports (-ms-ime-align:auto)
{
    .rtlTable
    {
        width: auto !important;
    }

    .portal_entrada_financeiro_col_desc
    {
        max-width: 17% !important;
    }

    .portal_entrada_financeiro_col_iva
    {
        width: 9% !important;
    }

    .portal_entrada_financeiro_col_desconto
    {
        width: 12% !important;
    }

    .RadTreeList_SkinDaTelerik .rtlExpand, .RadTreeList_SkinDaTelerik .rtlCollapse
    {
        margin: 0px 0 0 30px !important;
    }

    .portal_entrada_financeiro_col_saldo
    {
        width: 14% !important;
    }

    .portal_entrada_financeiro_col_iliq
    {
        width: 14% !important;
        text-align: right !important;
    }

    .portal_entrada_financeiro_col_qt
    {
        width: 4% !important;
    }

    .portal_entrada_financeiro_col_data
    {
        width: 15% !important;
        min-width: 93px;
    }

    .portal_entrada_financeiro_col_mp
    {
        width: 6% !important;
    }
}
/************************************************/
/* IE Edge +12 css specific styles end here     */
/************************************************/

/************************************************/
/* Firefox 26+ CSS specific styles end here     */
/************************************************/
@-moz-document url-prefix()
{
    .RadTreeList_SkinDaTelerik .rtlExpand, .RadTreeList_SkinDaTelerik .rtlCollapse
    {
        margin: 0px 0 0 25px !important;
    }

    .portal_entrada_financeiro_col_iva
    {
        width: 7%;
    }

    .portal_entrada_financeiro_col_iliq
    {
        width: 10%;
    }

    .portal_entrada_financeiro_col_desconto
    {
        width: 10%;
    }

    .portal_entrada_financeiro_col_saldo
    {
        width: 10%;
    }

    .gridAvalCompTopicoDDL
    {
        min-width: 180px !important;
        position: relative;
    }

    .gridAvalTituloSpanRight
    {
        width: 0% !important;
        text-align: right;
        float: right;
    }
}
/************************************************/
/* Firefox 26+ CSS specific styles end here     */
/************************************************/


/* IE10+ CSS styles go here */
_:-ms-fullscreen,
:root .master_menu_top .div.master_menu_top > ul > li
{
    width: 20% !important;
}

.rtlCaption
{
    display: none;
}

.portal_pagamento_submit > div:not(.portal_botoes) > .portal_pagamentos_botoes_VISA
{
    height: 150px !important;
    width: auto !important;
}

.portal_pagamento_submit > div:not(.portal_botoes)
{
    margin: 30px auto;
    width: 100%;
    text-align: center;
}

.RadTreeList_SkinDaTelerik .rtlExpand, .RadTreeList_SkinDaTelerik .rtlCollapse
{
    margin: 0px 0 0 auto !important;
    background: transparent;
}

.RadInput_SkinDaTelerik.riSingle .riTextBox,
.RadForm_SkinDaTelerik.RadForm.rfdTextbox input.riTextBox.rfdDecorated
{
    /* width: 102px; */
}

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup
{
    /* margin-left: 30px; */
}

td.rcInputCell
{
    /* max-width: 24px; */
    /* width: 75px!important; */
}

.portal_pagamentos_cgd
{
    height: 46px;
    display: inline-block;
    padding: 10px;
    margin: 10px;
}

.portal_pagamentos_botoes_VISA, .portal_pagamentos_botoes_MasterCard
{
    border-radius: 4px;
}

html body .RadInput .riTextBox:disabled
{
    opacity: 0.5 !important;
}

.RadComboBox_SkinDaTelerik .rcbReadOnly .rcbInputCell
{
    min-width: 121px;
}

.RadComboBox, .RadComboBox_SkinDaTelerik .RadComboBoxWithLabel
{
    width: 500px;
}

.RadComboBox, .RadComboBox_SkinDaTelerik .portal_entrada_frequencia_combo
{
    min-width: 195px;
}

.RadComboBox, .RadComboBox_SkinDaTelerik .SearchDialogCriteriaCtrLargeHalf
{
    width: 350px;
}

.RadDock_SkinDaTelerik td.rdCenter .rdCommands a
{
    border-radius: 45px !important;
    border: 1px solid white !important;
}


img#ctl00_MainContent_GridLista_ctl00_ctl04_201_Img
{
    float: initial !important;
}

#RadToolTipWrapper_ctl00_MainContent_RttErro
{
    top: 5vh !important;
    height: auto !important;
    min-height: 300px;
}

.td_Buttons
{
    min-width: 26px !important;
}


.RadScheduler_SkinDaTelerik .rsApt
{
    background-color: lightblue;
}

.RadCalendar .rcTitlebar .rcPrev,
.RadCalendar .rcTitlebar .rcNext,
.RadCalendar .rcTitlebar .rcFastPrev,
.RadCalendar .rcTitlebar .rcFastNext
{
    width: 23px !important;
    height: 16px !important;
}

.RadCalendar .rcWeek th
{
    text-align: center !important;
}

.RadGrid_SkinDaTelerik .rgMasterTable, .RadGrid_SkinDaTelerik .rgDetailTable, .RadGrid_SkinDaTelerik .rgGroupPanel table, .RadGrid_SkinDaTelerik .rgCommandRow table,
.RadGrid_SkinDaTelerik .rgEditForm table, .RadGrid_SkinDaTelerik .rgPager table, .RadTreeList_SkinDaTelerik table.rtlHBorders .rtlR > td,
.RadTreeList_SkinDaTelerik table.rtlHBorders .rtlA > td, .RadTreeList_SkinDaTelerik table.rtlHBorders .rtlREdit > td,
.RadTreeList_SkinDaTelerik table.rtlHBorders .rtlRFooter > td, .RadTreeList_SkinDaTelerik table .rtlHeader th
{
    font-size: 13px/22px Arial,Helvetica,sans-serif; /*font-size: normal; line-height: 12px;
    font-family: arial, sans-serif; /*font-family: Arial, Verdana, Sans-serif;*/
}

.RadTreeList_SkinDaTelerik .rtlTable
{
    font-size: 12px !important;
}

.RadAjax_SkinDaTelerik .raDiv
{
    display: table !important;
}

    .RadAjax_SkinDaTelerik .raDiv span
    {
        display: table-cell !important;
        vertical-align: middle !important;
        font-size: 32px !important;
        padding-bottom: 80px;
        color: #000000;
    }

.portal_dados_pessoais .portal_botoes .RadButton
{
    margin-bottom: 3px;
}

.portal_dados_pessoais .portal_botoes .RadButton
{
    font-size: 11px !important;
}

    .portal_dados_pessoais .portal_botoes .RadButton:nth-child(1)
    {
        width: 38%;
        height: 69px !important;
    }

.portal_inscricoes .portal_botoes .RadButton
{
    margin: 3px 0;
}

.portal_inscricoes_inscrever .portal_botoes .RadButton
{
    margin: 3px 0;
}

.Avaliacoes_main .div_limites_clientes .rbToggleButton
{
	margin-left: 10px !important;
}

.div_agenda .RadDockZone
{
	margin-bottom: 10px !important;
}

.portal_inscricoes_horario_botoes .rbLinkButton
{
    width: 362px !important;
    vertical-align: middle;
	text-align: left;
}

.Avaliacoes_main .RadGrid, .Avaliacoes_main .portal_botoes_top .rbLinkButton
{
	border: 0 !important;
}

/**************************************************/
/* VISA - CGD                                     */
/**************************************************/

.purchasedata
{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

    .purchasedata table
    {
        border-color: #939393;
        border-style: solid;
        border-radius: 25px;
        background: white;
        height: 407px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 15px 15px 20px;
        width: 405px;
    }

    .purchasedata p
    {
        padding: 5px;
        background: #fff none repeat scroll 0 0;
        color: #3d3d3d;
        font-family: Arial;
        font-size: 13px;
    }

.mchData
{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #939393;
    color: #939393;
    font-family: Arial;
    font-size: 13px;
}

.titleCardData
{
    font-weight: bold;
    padding: 5px 20px;
}

.titleCardData
{
    background: #f2f2f2 none repeat scroll 0 0;
    color: #3d3d3d;
    font-family: Arial;
    font-size: 13px;
}

.purchasedata, small
{
    padding: 8px;
    color: #939393;
    font-family: Arial;
    font-size: 13px;
}

    .purchasedata .field
    {
        padding: 5px;
        background: #fff none repeat scroll 0 0;
        border: 1px solid #939393;
        border-radius: 5px;
        color: #939393;
        font-family: Arial;
        font-size: 11px;
    }

    .purchasedata .small
    {
        color: #939393;
        font-family: Arial;
        font-size: 10px;
    }

    .purchasedata a.btn
    {
        background: rgba(0, 0, 0, 0) url("https://teste.mbnet.pt/tpavirtual/images/button.png") no-repeat scroll 0 0;
        border: 0 none;
        display: block;
        height: 22px;
        padding-top: 6px;
        text-align: center;
        text-decoration: none;
        width: 76px;
        color: #3d3d3d;
        font-family: Arial;
        font-size: 11px;
    }

.normalTip
{
    display: inline-block;
    background-image: url("https://www.esport.pt/Dev/ESportDocs/Portal/App_Themes/Estudante/Images/info16.png") no-repeat;
}

#aToolTip
{
    display: none;
    position: absolute;
    z-index: 50000;
}

    #aToolTip .aToolTipContent
    {
        background: #fefcd3 none repeat scroll 0 0;
        border: 1px solid #33322a;
        margin: 0;
        padding: 3px;
        position: relative;
        width: 170px;
        color: #33322a;
        font-family: Arial;
        font-size: 10px;
        line-height: 13px;
    }

/*Fim VISA - CGD                              */
.portal_mapa_aulas h2
{
    font-size: 16px !important;
}

.padding_rep
{
    padding-bottom: 20px;
}

.Avaliacao_ParamTree
{
    overflow: hidden !important;
}

    .Avaliacao_ParamTree .rtIn
    {
        width: 100% !important;
    }

.Avaliacao_ParamNodeTable
{
    width: 100% !important;
    table-layout: fixed !important;
}

    .Avaliacao_ParamNodeTable .Avaliacao_ParamNodeTable_CellDesc
    {
        text-align: left;
        width: 100%;
    }

        .Avaliacao_ParamNodeTable .Avaliacao_ParamNodeTable_CellDesc span:nth-child(2), .div_avalcompetencias_passo .Avaliacoes_Titulo, .div_programa_passo .Avaliacoes_Titulo
        {
            vertical-align: super;
        }

    .Avaliacao_ParamNodeTable .Avaliacao_ParamNodeTable_CellButtons
    {
        width: 100px !important;
    }

.TreeViewOddRow
{
    background-color: #3e4851;
}

.TreeViewEvenRow
{
    background-color: #343f45;
}

.Avaliacoes_Obj_TextArea
{
    height: 80px !important;
}

.Avaliacoes_Tooltip_Modal
{
	z-index: 99999 !important;
}

.Avaliacoes_Param_Tooltip .rtWrapperContent div
{
    font-size: 20px !important;
}

.Avaliacoes_Param_TooltipRed .rtWrapperContent div
{
    color: red;
}

.Avaliacoes_Param_TooltipGreen .rtWrapperContent div
{
    color: green;
}

.div_parametrizacao
{
    padding-bottom: 10px;
}

.div_parametrizacao .dvGrid
{
	min-height: 500px;
}

.Avaliacoes_Param_Botoes
{
    width: 100%;
}

    .Avaliacoes_Param_Botoes td
    {
        width: 33%;
    }

.adicionarprojecto_opcoes_tipo
{
    padding: 20px 0 15px 0 !important;
}

.div_adicionarprojecto .Avaliacoes_botoes48_NoBorder
{
    padding-top: 15px;
}

.div_adicionarprojecto .div_adicionarprojecto_passo
{
    padding-bottom: 20px;
}

.div_adicionarprojecto .Avaliacoes_Titulo
{
    line-height: 50px;
}

.div_adicionarprojecto_opcoes
{
    padding: 10px !important;
}

.div_avalcompetencias_mainleft_desc
{
    width: 85px;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
    color: #c6e122;
}

.div_avalcompetencias_mainleft_value
{
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
}

.div_avalcompetencias_mainright_desc
{
    width: 85px;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
    color: #c6e122;
}

.div_avalcompetencias_mainright_value
{
    width: 120px;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
}

.div_avalcompetencias_mainleft_value .RadInput_SkinDaTelerik, .div_programa_mainleft_desc .RadEditor
{
    width: 100% !important;
}

.reModule
{
    display: none;
}

.adicionartopico_botoes, .div_avalcompetencias_modelo_biblio, .div_avalcompetencias_modelo_autor, .div_avalcompetencias_modelo_data
{
    color: #c6e122;
    vertical-align: top;
}

.div_avalcompetencias_modelo
{
    padding: 10px !important;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div_avalcompetencias_modelo_biblio
{
    width: 40%;
}

.div_avalcompetencias_modelo_autor
{
    width: 40%;
}

.div_avalcompetencias_modelo_data
{
    width: 20%;
}

.gridColumnMargin10
{
    margin: 10px !important;
    background-color: #35434b !important;
}

.adicionartopico_linhagrupo, .adicionarsumario_linhagrupo
{
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.div_avalcompetencias_grid .RadGrid_SkinDaTelerik, .div_programa_grid .RadGrid_SkinDaTelerik
{
    background-color: transparent !important;
}

    .div_avalcompetencias_grid .RadGrid_SkinDaTelerik table, .div_programa_grid .RadGrid_SkinDaTelerik table
    {
        border-collapse: separate !important;
        border-spacing: 2px 0 !important;
    }

.adicionartopico_botoesbottom
{
    margin: 10px 0;
}

.table_adicionartopico_opcoes
{
    width: 100%;
}

.table_adicionartopico_opcoes .tr_Sumario, .table_adicionartopico_opcoes .tr_Sumario > td
{
    height: 300px;
}

.tr_adicionartopico_desc, .td_adicionartopico_exerciciostitle, .td_adicionartopico_horx
{
    color: #c6e122;
    width: 15%;
    padding: 10px;
}

.tr_adicionartopico_value
{
    width: 85%;
    padding: 10px;
}

span.AlertBColorRed
{
    margin-right: 375px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 2;
}

.AlertBColorRed
{
    background-color: rgba(193, 27, 23,1) !important;
    color: white !important;
}

.img_param_icon
{
    width: 24px;
    height: 24px;
}

.avalcompetencias_icontitle
{
    width: 32px;
    height: 32px;
}

.div_avalcompetencias_passo, .div_programa_passo
{
    margin-bottom: 10px;
}

.table_opcoes_aval_comp
{
    width: 100%;
}

.table_opcoes_aval_comp_td1titulo, .table_opcoes_aval_comp_td2titulo
{
    width: 15%;
    text-align: right;
    padding: 5px;
}

.table_opcoes_aval_comp_td1ctr, .table_opcoes_aval_comp_td2ctr
{
    width: 35%;
    padding: 5px;
}

.table_opcoes_aval_comp .ComboAvalComp
{
    width: 100% !important;
}

.RadDock .rdBottom .rdCenter
{
    background-color: #35434b !important;
}

.gridAvalCompNum
{
    width: 70px !important;
}

.gridAvalCompNome
{
    width: 250px !important;
}

.gridAvalCompTopicoTXT
{
    width: 200px !important;
}

.gridAvalCompTopicoDDL .ComboAvalTopico
{
    width: 47px !important;
    float: left !important;
    /* background-color: #808080; */
}

.gridAvalCompTopicoTXT .TextAvalTopico
{
    width: 150px !important;
    float: left !important;
}

.gridAvalCompTopicoDDL .LabelAvalTopico, .gridAvalCompTopicoTXT .ImgAvalTopico
{
    /* float: right !important; */
}

.dvGrid .rgHeader
{
    text-transform: none !important;
    font-size: 14px !important;
    font-family: arial, sans-serif;
    margin: 25px auto;
}

.gridAvalTituloSpanLeft
{
    width: 45%;
    text-align: left;
    float: left;
}

.gridAvalTituloSpanRight
{
    width: 50%;
    text-align: right;
    float: right;
}


.gridAvalCompHeaderTopicoBottom
{
    position: absolute;
    bottom: 0;
    width: 108px;
}

    .gridAvalCompHeaderTopicoBottom br
    {
        display: none !important;
    }


.gridAvalCompHeaderTopico
{
    overflow: hidden;
    white-space: normal;
    vertical-align: middle;
    padding-bottom: 30px;
}

th.gridAvalCompTopicoDDL
{
    height: 160px !important;
}

.gridAvalCompTopicoDDL
{
    width: 120px !important;
    position: relative;
}

.aval_comp_gravar .aval_comp_chk
{
    vertical-align: bottom !important;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}

.RadGrid_SkinDaTelerik .rgExpXLS, .RadGrid_SkinDaTelerik .rgExpDOC, .RadGrid_SkinDaTelerik .rgExpPDF, .RadGrid_SkinDaTelerik .rgExpCSV
{
    background-image: url('http://www.esport.pt/Dev/ESportDocs/Portal/App_Themes/e@sport/SkinDaTelerik/Grid/export.gif') !important;
}

.gridAvalCompNome .LabelAvalNome
{
    float: left;
    width: 80%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.gridAvalCompNome .ImgBtnAvalNome, .gridAvalCompNome .ImgBtnAvalNomeMail
{
    float: right;
    border: 0 !important;
}

.gridAvalCompNome .ImgBtnAvalNome
{
    margin-left: 3px;
}

.aval_comp_gravar, .aval_comp_FichaMail
{
    display: inline-block;
    width: 49%;
}

.aval_comp_FichaMail
{
    text-align: right;
}

.avalcomp_iconAgenda, .avalcomp_iconPrescricao, .avalcomp_iconAvaliacao
{
    width: 24px;
    height: 24px;
    border: transparent !important;
    background-color: transparent !important;
}

.img64
{
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
}

.SearchDialogDvSearch
{
    margin-bottom: 10px;
    width: 100%;
    table-layout: fixed;
}

    .SearchDialogDvSearch .SearchDialogCriteriaLabel
    {
        width: 15%;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaChk
    {
        width: 5%;
        text-align: center;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaInput
    {
        width: 80%;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaCtrLarge
    {
        width: 97% !important;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaCtrLargeHalf
    {
        width: 53% !important;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaCtrPais
    {
        width: 5% !important;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaCtrNIF, .SearchDialogDvSearch .SearchDialogCriteriaCtrNCartao, .SearchDialogDvSearch .SearchDialogCriteriaCtrTxtDoc, .SearchDialogDvSearch .SearchDialogCriteriaCtrTlmv,
    .SearchDialogDvSearch .SearchDialogCriteriaCtrDtNasc, .SearchDialogDvSearch .SearchDialogCriteriaCtrSocioN, .SearchDialogDvSearch .SearchDialogCriteriaCtrSocioL
    {
        width: 20% !important;
    }

    .SearchDialogDvSearch .SearchDialogCriteriaCtrCmbDoc
    {
        width: 25% !important;
    }

.AlertBColorYellow
{
    background-color: #f88017 !important;
}

.ListaClienteTopNav
{
    table-layout: fixed;
    width: 100%;
    margin: 15px auto;
}

.ListaClienteTopNavBtn
{
    height: 30px !important;
    background-color: gray !important;
    background-image: none !important;
}

    .ListaClienteTopNavBtn:hover, .ListaClienteTopNavBtnActive
    {
        background-color: #35434b !important;
        background-image: none !important;
    }

.rgPager .RadComboBox
{
    width: 70px !important;
}

.UserBColorState1
{
    background-color: #59C110 !important;
}

.UserBColorState2
{
    background-color: #F88017 !important;
}

.UserBColorState3
{
    background-color: #C11B17 !important; /*#a40952*/
}

.RadGridImages_Css
{
    text-align: center;
}

.TransferConfirmDiv
{
    position: fixed;
    width: 100vw;
    left: 0vw;
    height: 100vh;
    bottom: 0vh;
    background-color: transparent;
}

.TransferConfirmDivMain
{
    position: fixed;
    width: 30vw;
    left: 33vw;
    height: 50vh;
    bottom: 25vh;
    background-color: dimGray;
    padding: 1vh 3vh;
    border: groove gray;
}

    .TransferConfirmDivMain h2
    {
        margin-bottom: 3vh;
    }

    .TransferConfirmDivMain .div_warn
    {
        color: red;
        margin: 2vh 0;
        font-size: large;
    }

    .TransferConfirmDivMain .div_auth
    {
        margin-bottom: 3vh;
    }

.div_programa_mainleft_desc
{
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
    width: 100%;
}

.avalcompetencias_table, .avalcompetencias_tableinfo, .table_adicionartopico_hor, .table_adicionartopico_opcoes, .table_adicionartopico_exercicios
{
    table-layout: fixed;
    width: 100%;
}

.avalcompetencias_div
{
    display: inline-block;
    width: 70%;
}

.avalcompetencias_divinfo
{
    display: inline-block;
    width: 29%;
    vertical-align: top;
}

.div_programa_mainright_desc
{
    width: 45%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
    color: #c6e122;
}

.div_programa_mainright_value
{
    width: 55%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px !important;
}

.avalcompetencias_tablever
{
    margin-top: 20px;
}

.avalcompetencias_ver
{
    vertical-align: middle;
}

.avalcompetencias_ver_titulo
{
    color: #c6e122;
    width: 50px;
}

.avalcompetencias_ver_check
{
    vertical-align: middle;
}

.avalcompetencias_ver_gravar
{
    text-align: right;
    width: 62px;
}

.avalcompetencias_aulas_left
{
    width: 40%;
    color: #c6e122;
}

.avalcompetencias_aulas_right
{
    width: 60%;
}

body.radEditorContentClass
{
    background: #29343b !important;
}
/*COLOCAR COM A MESMA COR DO RadTextBox e/ou RadTooltip*/

.div_programa_descricoesgrid
{
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

    .div_programa_descricoesgrid *
    {
        margin: 0 !important;
        padding: 0 !important;
    }

.td_adicionartopico_horini
{
    width: 40%;
}

.td_adicionartopico_horfim
{
    width: 45%;
}

.avalcompetencias_ver_check
{
    padding-left: 3px;
    vertical-align: middle;
}

.programacurso_warn, .agenda_alerta
{
    color: red !important;
}

.div_programa_grid, .div_sumario_grid
{
    margin-top: 10px;
}

.div_programa_gridscroll, .div_sumario_gridscroll
{
    max-height: 500px;
    overflow: auto;
}

.programacurso_tableheader, .programacurso_tabletree, .sumario_tabletreeheader, .sumario_tabletree
{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.programacurso_tableheader
{
    width: 98% !important;
}

    .programacurso_tableheader th, .programacurso_tabletree td, .sumario_tabletreeheader th, .sumario_tabletree td
    {
        text-align: left;
        margin: 0;
        padding: 0.5rem;
    }

        .programacurso_tabletree td > span, .sumario_tabletree td > span
        {
            height: 25px;
            overflow: hidden;
            display: inline-block;
            padding: 0;
            margin: 0;
            width: 100%;
        }

.sumario_tr_display > td, .programa_tr_display > td
{
    border-style: solid;
    border-bottom: 1px solid #515a61;
    border-width: 0 0 1px;
}

.programacurso_tdfulldesc > span, .sumario_tdfulldesc > span
{
    height: 100% !important;
}

.td_programacurso_seq, .td_sumario_seq
{
    width: 60px;
    padding-left: 2px;
}

.td_programacurso_seq0, .td_sumario_seq0
{
    width: 36px;
    padding-left: 2px;
}

.td_programacurso_seq1, .td_sumario_seq1
{
    width: 15px;
    padding-left: 2px;
}

.td_sumario_seq_edit
{
    width: 66px;
}

.td_programacurso_1x, .td_programacurso_2x, .td_programacurso_3x, .td_programacurso_4x, .td_programacurso_5x
{
    width: 30px;
}

.td_programacurso_op, .td_sumario_op
{
    width: 90px;
}

.td_programacurso_data, .td_sumario_data
{
    width: 100px;
}

.td_sumario_data_edit
{
    width: 140px;
}

.td_sumario_desc
{
    width: 100%;
}

.td_sumario_NUtentes
{
    width: 70px;
}

.td_sumario_assid
{
    width: 70px;
}

.td_programacurso_edit, .td_programacurso_del, .td_sumario_edit, .td_sumario_del
{
    width: 20px;
}

.td_sumario_edit_buttons
{
    width: 25px;
    text-align: center;
}

.div_programa_grid .Avaliacao_ParamTree .rtIn, .div_sumario_gridscroll .Avaliacao_ParamTree .rtIn
{
    margin: 0 !important;
    padding: 0 !important;
}

.rbToggleButton
{
    vertical-align: middle !important;
    line-height: 20px !important;
}

span#ctl00_MainContent_Entrar1_ChkCookie
{
    position: absolute; /*Alinha o registo com cartão*/
}

.rbToggleButton .rbPrimary
{
    padding-left: 5px !important;
}

.rbToggleButton .rbPrimaryIcon, .rbToggleButton .rbSecondaryIcon
{
    vertical-align: middle !important;
    left: 0 !important;
    top: 0 !important;
    position: relative;
    display: inline-block;
}

.Chk_Context
{
    width: 140px !important;
}

.avaliacaoextracto_marcarlegenda
{
    text-align: left;
}

.disabled_calendar_day a, .disabled_calendar_day span
{
    color: #677277 !important;
}

.enabled_calendar_day a, .enabled_calendar_day span
{
    color: #c1c7ca !important;
}

.div_avaliacoes_modal
{
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(57, 65, 69, 0.8);
    z-index: 9999;
	top: 0;
    left: 0vw;
}

.outer_div_noscroll_fade
{
    height: 60vh;
    width: 40vw;
	top: 20vh;
	left: 30vw;
	position: absolute;
    padding: 10px 10px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #67777e;
	min-height: 500px;
	overflow: auto;
}

.div_avaliacoes_alterar_senha .outer_div_noscroll_fade
{
	height: 200px;
	top: 35vh;
	width: 550px;
	left: 35vw;
	min-height: 200px;
}

.table_email, .avaliacoes_alterar_senha
{
	table-layout: fixed;
	width: 100%;
}

.avaliacoes_alterar_senha
{
	margin-bottom: 20px;
}

.avaliacoes_alterar_senha_texto
{
	width: 35%;
}

.avaliacoes_alterar_senha_valor
{
	width: 65%;
}

.div_editor
{
	height: 450px;
}

.div_uploads
{
	padding: 10px 0;
}

.div_uploads .Avaliacoes_Titulo
{
	vertical-align: top;
}

.div_uploads .RadUpload .ruFileWrap, .div_uploads .RadUpload .ruFileWrap .ruButton
{
	width: 100%;
}

.div_uploads .RadUpload .ruFileWrap, .div_uploads .RadUpload li
{
	display: inline-block !important;
	width: auto !important;
}

.div_uploads .RadUpload .ruRemove
{
	margin-right: 7px !important;
}

.div_uploads .RadUpload .ruBrowse
{
   background-position: 0 -46px !important;
   width: 150px !important;
}

.div_uploads .RadUpload .ruInputs
{
   width: 100% !important;
}

.div_uploads .RadUpload *
{
    margin-left: 0px !important;
}

body.NoScroll
{
    overflow: hidden;
}

.sumario_presenca_chk
{
    width: 30px;
}

.sumario_presenca_num
{
    width: 50px;
}

.sumario_presenca_nome
{
    width: 90%;
}

.sumario_presenca_nasc
{
    width: 80px;
}

.sumario_presenca_idade
{
    width: 50px;
}

.sumario_presenca_foto
{
    width: 70px;
}

.div_sumario_presencas_scroll
{
    height: 80% !important;
    overflow-y: auto !important;
    margin-top: 20px !important;
}

.div_assiduidade_media
{
    right: 0px;
    width: 17%;
	height: 100px;
	text-align: left;
	padding-top: 10px !important;
    background-color: #80ff00;
    vertical-align: top;
    margin-top: 40px;
    padding: 20px;
    font-size: 32px;
    text-align: center;
	float: right;
}

	.div_assiduidade_media > span
	{
		font-size: 18px;
		color: black !important;
	}

	.div_assiduidade_media > div
	{
		font-size: 50px;
		line-height: 90px;
		width: 95%;
		text-align: right;
	}

.div_grafico
{
    width: 100%;
    text-align: right;
    height: 300px;
}

/* NPS */
.portal_NPS .divButton
{
    width: 50px;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 2px inset transparent;
}

.portal_NPS td
{
    text-align: center;
    width: 100% !important;
}

.portal_NPS .divButton:hover
{
    border: 2px inset black;
}

.portal_NPS_selected
{
    border: 2px inset black !important;
}


.portal_NPS table
{
    width: 100%;
}

.portal_NPS td
{
    text-align: center;
}

.portal_NPS .nps_td1
{
    width: 50%;
    padding-left: 15px;
    text-align: left !important;
    font-weight: bolder;
}

.portal_NPS .nps_td2
{
    width: 50%;
    padding-right: 15px;
    text-align: right !important;
    font-weight: bolder;
}

.portal_NPS .nps_tr2_div1
{
    padding-top: 30px;
}

.portal_NPS .nps_tr2_div2
{
    padding-top: 10px;
}

    .portal_NPS .nps_tr2_div2 h2
    {
        font-size: 2em;
    }

/*____________________________*/
/*							  */
/* OS MEUS RESULTADOS 		  */
/*____________________________*/

.avaliacao_stats_top
{
    width: 100%;
    margin-bottom: 10px;
}

    .avaliacao_stats_top > div
    {
        width: 21%;
        margin: 0 22px;
        height: 100px;
        display: inline-block;
        text-align: left;
        padding-top: 10px !important;
		vertical-align: top;
    }

	.avaliacao_stats_top > div > span
	{
		font-size: 18px;
		margin-left: 10px;
		color: black !important;
	}

	.avaliacao_stats_top > div > div
	{
		font-size: 50px;
		line-height: 90px;
		width: 95%;
		text-align: right;
	}

.avaliacao_stats_topGest > div
{
	width: 19% !important;
	margin: 0 3.1px !important;
}

.avaliacao_stats_topGest > div > div
{
	font-size: 42px;
}

.div_avaliacao_aulas_total
{
    margin-left: 0 !important;
}

.div_avaliacao_avals_total
{
    margin-right: 0 !important;
}

.div_avaliacao_aulas_total
{
    background-color: #00bfff;
}

.div_avaliacao_horas_total
{
    background-color: #33cc33;
}

.div_avaliacao_presencas_total
{
    background-color: #8000ff;
}

.div_avaliacao_avals_total
{
    background-color: #ff8000;
}

.div_avaliacao_nps_total
{
    background-color: #ff471a;
}

.avaliacao_treemap_escolhas_selected:nth-child(1), .avaliacao_treemap_escolha:not(.nocursor):nth-child(1):hover
{
    background-color: #4dd2ff;
}

.avaliacao_treemap_escolhas_selected:nth-child(2), .avaliacao_treemap_escolha:not(.nocursor):nth-child(2):hover
{
    background-color: #5cd65c;
}

.avaliacao_treemap_escolhas_selected:nth-child(3), .avaliacao_treemap_escolha:not(.nocursor):nth-child(3):hover
{
    background-color: #a64dff;
}

.avaliacao_treemap_escolhas_selected:nth-child(4), .avaliacao_treemap_escolha:not(.nocursor):nth-child(4):hover
{
    background-color: #cccc00;
}

.avaliacao_treemap_escolhas_selected, .nocursor, .div_avaliacao_nps_total
{
    cursor: auto !important;
}

.avaliacao_treemap
{
    width: 100%;
}

.avaliacao_treemap_escolha
{
    cursor: pointer;
}

.avaliacao_resultados_treemap_padding
{
    height: 320px;
    width: 100%;
    display: inline-block;
}

.avaliacao_presencas_linegraph_padding
{
    width: 60%;
    height: 250px;
    padding: 30px !important;
    display: inline-block;
    vertical-align: top;
}

.avaliacao_presencas_donutgraph_padding
{
    height: 308px;
    width: 32%;
    display: inline-block;
    text-align: center;
	margin-left: 8px;
}

.avaliacao_stats_graphs, .avaliacao_stats_graphs2
{
    margin-bottom: 20px;
}

.avaliacao_stats_minititle
{
    margin: 10px;
    display: inline-block;
}

.div_avaliacao_periodo
{
    width: 100%;
}

.div_resultados_empty
{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 320px;
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.avaliacao_resultados_treemap_padding_gest
{
    height: 320px;
    width: 100%;
    display: inline-block;
}

.avaliacao_resultados_NPS
{
    height: 320px;
    width: 49%;
    display: inline-block;
	position: relative;
}

.MeusResultadosTopNav
{
    table-layout: fixed;
    width: 100%;
    margin: 15px auto;
}

.MeusResultadosNavBtn
{
    height: 30px !important;
    background-color: gray !important;
    background-image: none !important;
}

    .MeusResultadosTopNavBtn:hover, .MeusResultadosTopNavBtnActive
    {
        background-color: #35434b !important;
        background-image: none !important;
    }

.div_graph_title
{
    float: left;
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 16px;
}

.div_graph_titleGest
{
	top: 10px !important;
	left: 50px;
}

.table_sumarios_addexercicios
{
	table-layout: fixed;
	width: 100%;
}

.table_sumarios_addexercicios .table_sumarios_addexercicios_desc
{
	width: 20%;
    color: #c6e122 !important;
}

.table_sumarios_addexercicios .table_sumarios_addexercicios_value
{
	width: 80%;
}

.div_atividades_grid
{
	margin-top:10px;
}

.div_limites_clientes
{
	padding: 10px;
	display: inline-block;
	width: 95%;
}

.div_limites_clientes .div_alerta
{
	height: 35px;
}

.div_limites_clientes .div_alerta .RadButton
{
	float: right;
}

.div_os_meus_dados .RadButton
{
	float: right;
	bottom: 5px;
}

.div_os_meus_dados hr
{
	width: 100%;
}

.btnProcurarListaClientes
{
	float: right;
}

.RadRotator .rrButton
{
	display: none !important;
}

/*TEMP FIX*/
.div_os_meus_dados > p:nth-child(2)
{
	display: none;
}

.div_avaliacoes_contacto .outer_div_noscroll_fade, .div_avaliacoes_param_anamnese .outer_div_noscroll_fade
{
	height: 75vh;
	top: 10vh;
}

.Anamnese_Image
{
	margin-right: 5px;
}

.tbl_param_anamnese
{
	margin-bottom: 20px;
}

.tbl_param_anamnese_titulo
{
	text-align: center;
}

.avaliacoes_param_anamnese_left
{
	width: 35%;
}

.avaliacoes_param_anamnese_right
{
	width: 65%;
}

.div_param_anamnese_chk_left
{
	margin-right: 20px;
	display: inline-block;
}

.div_param_anamnese_chk_right
{
	display: inline-block;
}

.portal_easypay_MB_refence
{
	margin: 0 auto;
	font-size: 18px;
	margin-top: 20px;
}

.portal_easypay_MB_left
{
	width: 150px;
	color: #c6e122;
}

.portal_easypay_MB_right
{
	font-weight: bold;
}

.outer_div_contacto
{
	width: 785px;
	margin: 0 auto;
}

.rcbSlide
{
	z-index: 10000 !important;
}

.TdEditContact1
{
	width: 220px;
}

.TdEditContact3 .RadComboBox
{
	min-width: auto;
}

.table_avaliacoes_5
{
	width: 5%;
}

.agenda_treinos_header
{
	margin: 5px;
}

.table_agenda_treinos
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.table_agenda_treinos tbody tr:nth-child(odd)
{
	height: 26px;
}

.table_agenda_treinos td
{
	padding-left: 2px;
	padding-right: 5px;
}

.table_agenda_treinos tr td:last-child
{
	text-align: right;
}

.div_agenda_dias
{
	display: inline-block;
	width: 13%;
	text-align: center;
	padding: 5px 2px;
}

.avaliacao_nova_agenda
{
	margin: 20px 0;
}

.avaliacao_nova_agenda div
{
	display: inline;
}

.avaliacao_titulo_nova_agenda
{
	color: red;
	font-size: large !important;
	font-weight: bold;
	margin-bottom: 20px;
	vertical-align: bottom;
}

textarea.riTextBox
{
	white-space: pre-wrap !important;
}

.div_avaliacoes_print .outer_div_noscroll_fade
{
	height: 180px;
	top: 45vh;
	width: 400px;
	left: 40vw;
	min-height: 0;
}