﻿/*      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: #212121;
}

/***********************************************************/
/* 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: white !important;
}

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: #9E9E9E; */
    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: 1007px /*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: #212121 /*#29010a*/;
    width: 100%;
    height: 180px;
}

    .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: block;
    /*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: #757575;
}

.master_main
{
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}


/**************************************************/
/* ET 027 027 - ponto 2 da imagem                 */
/**************************************************/
/* Menu de topo */
.fixedMenu
{
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div.master_menu_top_div
{
    background-color: transparent;
    width: 960px;
    position: relative;
    margin: 0px auto 0px auto;
    height: 45px;
}

.master_menu_top_logo
{
    display: inline-block;
    width: 164px;
    height: 24px;
    border: 0px;
}

.master_menu_top_logo_picture
{
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 5px;
}

div.master_menu_top
{
    padding: 0px; /*padding: 4px 0px 4px 8px;*/
    /* background-color: #BDBDBD; */
    position: relative;
    margin: 0px auto 0px auto;
    z-index:1;

    background: #F44336; /*fallback for non-CSS3 browsers*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#F44336) to(#D32F2F)); /*old webkit*/
        background: -webkit-linear-gradient(#F44336, #D32F2F); /*new webkit*/
        background: -moz-linear-gradient(#F44336, #D32F2F); /*gecko*/
        background: -ms-linear-gradient(#F44336, #D32F2F); /*IE10*/
        background: -o-linear-gradient(#F44336, #D32F2F); /*opera 11.10+*/
        background: linear-gradient(#F44336, #D32F2F); /*future CSS3 browsers*/
        -pie-background: linear-gradient(#F44336, #D32F2F); /*PIE*/
}

a.level1.static:hover
{
    /* border: 1px solid #9E9E9E; */
    /* width: 131px!important; */
    /* height: 28px!important; */
}

div.master_menu_top ul li ul
{
    display: none;
}

.AvaliacoesBody div.master_menu_top > ul li
{
    width: 134.5px !important;
}

div.master_menu_top ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    display: -webkit-inline-box;
}

    div.master_menu_top > ul li a, div.master_menu_top > ul li a:visited
    {
        
        behavior: url(PIE.htc);
        color: #ffffff;
        display: block;
        /*line-height: 22px;*/
        padding-left: 0px;
        text-decoration: none;
        white-space: nowrap;
        width: 135px;
        height: 30px;
        font: normal 12px/23px Tahoma, Arial, sans-serif;
        text-align: center;
        padding-top: 5px;
    }

    div.master_menu_top ul.level2 > li a
    {
        background: #F44336; /*fallback for non-CSS3 browsers*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#F44336) to(#D32F2F)); /*old webkit*/
        background: -webkit-linear-gradient(#F44336, #D32F2F); /*new webkit*/
        background: -moz-linear-gradient(#F44336, #D32F2F); /*gecko*/
        background: -ms-linear-gradient(#F44336, #D32F2F); /*IE10*/
        background: -o-linear-gradient(#F44336, #D32F2F); /*opera 11.10+*/
        background: linear-gradient(#F44336, #D32F2F); /*future CSS3 browsers*/
        -pie-background: linear-gradient(#F44336, #D32F2F); /*PIE*/
    }

    div.master_menu_top ul.level2 li:nth-child(3)
	{
		height: 5px;
        background: transparent !important;
	}
	
	div.master_menu_top ul.level2 li:nth-child(3) a
	{
		height: 5px;
        background: transparent !important;
	}

        /*div.master_menu_top ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.master_menu_top ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

        div.master_menu_top ul li a img
        {
            vertical-align: middle;
            margin-right: 5px !important;
        }
	
	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: #757575; */
    width: 165px; /*width: 20%;*/ /*width: 960px;*/
    position: relative;
    margin: 0px auto 0px auto;
}

a.master_left_menu_titulo
{
    padding-bottom: 10px !important;
}

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: 130px; /*width: 163px; width: 155px;*/
    height: 30px; /*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  ---------      ORANGE*/
    cursor: default;
    background-color: #9E9E9E;
    background: -moz-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9E9E9E), color-stop(100%,#9E9E9E));
    background: linear-gradient(to bottom, #9E9E9E, #9E9E9E);
    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: #F44336;
            background: -moz-linear-gradient(top, #F44336 0%, #D32F2F 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F44336), color-stop(100%,#D32F2F));
            background: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff',endColorstr='#2b7cb3',GradientType=0 );
        }

            /*div.master_left_menu_menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.master_left_menu_menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

            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: #9E9E9E;
    background: -moz-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9E9E9E), color-stop(100%,#9E9E9E));
    background: linear-gradient(to bottom, #9E9E9E, #9E9E9E);
    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: #757575;
    /* border-bottom-left-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
}

.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_titulo.PortalTitulosMain.PortalTitulosLargeMain
{
    width: 98.5% !important;
}

.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: #D32F2F;
    background: -moz-linear-gradient(top, #F44336 0%, #D32F2F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F44336), color-stop(100%,#D32F2F));
    background: linear-gradient(to bottom, #F44336, #D32F2F);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_agenda_div
{
    background-color: #BDBDBD;
    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;
}

.RadGrid_SkinDaTelerik .rgRow td,
.RadGrid_SkinDaTelerik .rgAltRow td,
.RadGrid_SkinDaTelerik .rgEditRow td
{
    border-color: #9E9E9E !important;
}

td.grid_item_style
{
    border-bottom: 1px solid white !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
{
}


/* 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: 758px !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: #FFFFFF;
    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_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 > div:not(.portal_botoes)
{
    margin: 30px auto;
    width: 100%;
    text-align: center;
}

    .portal_pagamento_submit > div:not(.portal_botoes) img
    {
        vertical-align: top !important;
    }

    .portal_pagamento_submit > div:not(.portal_botoes) > .portal_pagamentos_botoes_VISA
    {
        height: 150px !important;
        width: auto !important;
    }

.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: orange;
    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_pagamento_submit
{
    background-color: #757575;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 952px;
    overflow: auto !important;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
    min-height: 220px;
}

    .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: 11%;
                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%;
    padding-top: 5px;
}

.DockTitleRight
{
    display: inline-block;
    width: 40%;
    text-align: right;
}

    .DockTitleRight a
    {
        color: white;
    }



.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: darkred;
}

.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: #BDBDBD !important;
}

html .RadScheduler_SkinDaTelerik .rsFooter
{
    background-color: #F44336 !important;
}

.rsVerticalHeaderTable tr
{
    font-size: 10px !important;
}
/*/RadScheduler*/

.middle
{
    vertical-align: middle !important;
}

.portal_botoes_area_reservada .middle
{
    display: block;
}

.RadScheduler .rsVerticalHeaderWrapper div div
{
    background-color: #F44336 !important;
}

.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: black !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%;
}

th.portal_entrada_financeiro_col_data
{
    text-align: center !important;
}

.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: 100%;*/
    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_calendario > table tr td 
    {
        /*border: 1px solid #ccc;*/
        background-color: rgba(70, 83, 92, 1);
    }
    .Avaliacoes_Calendario_Table .tr128 div table tr td
    {
        border: none !important;
    }

.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: #BDBDBD !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: 30% !important;
    border: 2px solid White !important;
    font-size: medium;
    font-weight: normal;
    margin: 1%;
}

.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: orange;
    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_Tabela_NoBorder .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: lightgrey;
    color: black;
}

.Avaliacoes_TRUnselected
{
    background-color: Transparent;
}

.Avaliacoes_Objectivos_Table
{
    width: 100%;
}

    .Avaliacoes_Objectivos_Table td:nth-child(odd)
    {
        border: 2px solid transparent;
        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;
    padding: 5px;
}

.Avaliacoes_Calendario_Table_PadLeft30
{
    padding-left: 30px;
}

.Avaliacoes_Calendario_Table .tr32
{
    height: 38px !important;
    padding-left: 1%;
}

.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
{
    width: 755px !important;
}

.div_adicionar_exercicios .Avaliacoes div:nth-child(7) .RadComboBox table, .div_sumario_programa div:nth-child(7) .RadComboBox table
{
    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
    {
        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;
    }
}

.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                                      */
/**************************************************/

.RadComboBoxDropDown .rcbScroll
{
    /* width: 370px; */
}

.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;
}

.RadComboBoxDropDown.rcbAutoWidth
{
    /* width: 193px; */
    text-overflow: ellipsis;
}

.AccessStats
{ /*tal como vindo da ficha do utilizador*/
    color: white !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;
}

.rdContent > div.SpecialGrey
{
    background-color: transparent !important;
}

.SpecialGrey
{ /*tal como vindo da ficha do utilizador*/
    background-color: #757575;
    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 */

.FieldsetMosaico
{
    min-height: 112px !important;
    min-width: 145px !important;
    background-color: initial !important;
}

.FieldsetMosaicoProf
{
    background-color: initial !important;
    min-width: 147px !important;
}

.FieldsetMosaico span:first-of-type
{
    /* vertical-align: top!important; */
}

.FieldsetMosaico input
{
    float: right;
}

.FieldsetMosaico div:nth-child(even)
{
    background-color: #a40952 !important;
    color: white;
    min-width: 145px;
}


/* FIM DO MOSAICO										*/


/* Telerik                                      */
/************************************************/
/* IE Edge 12+ CSS  specific styles go here     */
/************************************************/
@supports (-ms-ime-align:auto)
{
    .rtlTable
    {
        width: auto !important;
    }

    .rdMiddle .rdCenter .rdContent .RadTreeList .rtlHeader .rtlScroller .rtlTable .rtlHeader .portal_entrada_financeiro_col_desc
    {
        width: 20.4% !important;
    }

    .portal_entrada_financeiro_col_desc
    {
        width: 17% !important;
        max-width: 70px !important;
    }

    .portal_entrada_financeiro_col_iva
    {
        width: 10% !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;
        text-align: right;
    }

    .portal_entrada_financeiro_col_iliq
    {
        width: 15% !important;
        text-align: right;
    }

    .portal_entrada_financeiro_col_saldo
    {
        width: 14%;
        text-align: right;
    }

    .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: 9% !important;
    }
}
/************************************************/
/* IE Edge +12 css specific styles end here     */
/************************************************/

/************************************************/
/* Mozilla 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;
    }

    .gridAvalCompTopicoTXT
    {
        min-width: 220px !important;
    }

        .gridAvalCompTopicoTXT .TextAvalTopico
        {
            width: 115px !important;
        }

    .td_programacurso_edit, .td_programacurso_del, .td_sumario_edit, .td_sumario_del
    {
        width: 2% !important;
    }

    .td_programacurso_data, .td_sumario_data
    {
        width: 16% !important;
    }

    .td_programacurso_op, .td_sumario_op
    {
        width: 11% !important;
    }

    .td_sumario_desc
    {
        width: 200px;
    }
}

/************************************************/
/* Firefox 26+ CSS specific styles end here     */
/************************************************/



th.GridMainNormalColumn_Css.rgHeader
{
    text-align: center;
}

.RadGrid .rgRow > td,
.RadGrid .rgAltRow > td,
.RadGrid .rgEditRow > td,
.RadGrid .rgFooter > td,
.RadGrid .rgFilterRow > td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgGroupHeader td
{
    padding-left: 2px !important;
    padding-right: 2px !important;
}

td.rsWorkHour
{
    background-color: white;
}

.RadGrid_SkinDaTelerik tr.rgCommandRow
{
    background-image: -webkit-linear-gradient(top, #F44336, #F44336 ) !important;
    background-image: -moz-linear-gradient(top, #F44336 0%, #F44336 100%) !important;
    background-image: -ms-linear-gradient(top, #F44336 0%, #F44336 100%) !important;
    background-image: -o-linear-gradient(top, #F44336 0%, #F44336 100%) !important;
    background-image: linear-gradient(top, #F44336 0%, #F44336 100%) !important;
}

.RadCalendar_SkinDaTelerik .rcRow .rcHover a
{
    border-color: #9E9E9E !important;
    background-color: #9E9E9E !important;
    background-image: -webkit-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: -moz-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: -ms-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: -o-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    color: black;
}

.RadGrid_SkinDaTelerik .rgPager
{
    color: white !important;
}

.RadGrid_SkinDaTelerik .rgPager
{
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
}

.RadScheduler_SkinDaTelerik .rsAptCreate
{
    background: #9E9E9E !important;
}

.RadScheduler_SkinDaTelerik .rsHorizontalHeaderTable th
{
    background-color: #bdbdbd !important;
}

html .RadScheduler_SkinDaTelerik .rsHeader,
html .RadScheduler_SkinDaTelerik .rsModalWrapper .rsModalTitle,
html .RadScheduler_SkinDaTelerik .rsAdvancedEdit .rsAdvTitle .rsAdvInnerTitle,
html .RadScheduler_SkinDaTelerik .rsWeekView .rsHorizontalHeaderTable th,
html .RadScheduler_SkinDaTelerik .rsMonthView .rsHorizontalHeaderTable th,
html .RadScheduler_SkinDaTelerik .rsTimelineView .rsHorizontalHeaderTable th,
html .RadScheduler_SkinDaTelerik .rsFooter .rsFullTime, html .RadScheduler_SkinDaTelerik .rsArrowTop,
html .RadScheduler_SkinDaTelerik .rsArrowBottom,
html .RadScheduler_SkinDaTelerik .rsArrowLeft,
html .RadScheduler_SkinDaTelerik .rsArrowRight,
html .RadScheduler_SkinDaTelerik .rsAptDelete,
html .RadScheduler_SkinDaTelerik .rsAptResize,
html .RadScheduler_SkinDaTelerik .rsModalWrapper .rsModalIcon
{
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
}

.RadScheduler .rsHeader
{
    background-color: #F44336 !important;
}

.RadScheduler_SkinDaTelerik .rsSpacerCell
{
    background-color: #F44336 !important;
}

.RadToolTip_SkinDaTelerik table.rtWrapper td.rtWrapperContent
{
    color: black !important;
}

.RadDock_SkinDaTelerik .rdTop .rdLeft,
.RadDock_SkinDaTelerik .rdTop .rdRight
{
    border-radius: 0px !important;
}

.RadDock_SkinDaTelerik .rdTable tr.rdTop td.rdLeft,
.RadDock_SkinDaTelerik .rdTable tr.rdTop td.rdCenter,
.RadDock_SkinDaTelerik .rdTable tr.rdTop td.rdRight
{
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
    background-color: #F44336 !important;
}

.RadTreeView_SkinDaTelerik .rtUL
{
    color: white !important;
}



html .RadMenu_SkinDaTelerik .rmGroup .rmLink.rmExpanded,
html .RadMenu_SkinDaTelerik .rmGroup .rmLink:hover,
html .RadMenu_SkinDaTelerik .rmGroup .rmLink.rmFocused,
html .RadMenu_SkinDaTelerik .rmGroup .rmLink.rmSelected
{
    background: #F44336;
    background-image: -webkit-linear-gradient(top, #F44336 0%, #D32F2F 100%) !important;
    background-image: -moz-linear-gradient(top, #F44336 0%, #D32F2F 100%) !important;
    background-image: -ms-linear-gradient(top, #F44336 0%, #D32F2F 100%) !important;
    background-image: -o-linear-gradient(top, #F44336 0%, #D32F2F 100%) !important;
    background-image: linear-gradient(top, #F44336 0%, #D32F2F 100%) !important;
}

.RadDock_SkinDaTelerik div.rdTitleBar em
{
    color: white !important;
}

.RadDock .rdTop, .RadDock .rdTop *
{
    vertical-align: bottom;
}

.rdTitleBar > img
{
    padding-top: 5px;
}

.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-color: transparent !important;
}

.RadInput_SkinDaTelerik.riSingle .riTextBox,
.RadForm_SkinDaTelerik.RadForm.rfdTextbox input.riTextBox.rfdDecorated
{
    /* width: 102px; */
}

html body .RadInput_SkinDaTelerik .riEmpty, html body .RadInput_Empty_SkinDaTelerik
{
    color: white !important;
}

html .RadButton_SkinDaTelerik.rbLinkButton
{
    line-height: 24px !important;
}

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup
{
    /* margin-left: 30px; */
}

td.rcInputCell
{
    /* max-width: 24px; */
    /* width: 75px!important; */
}



.portal_pagamentos_botoes_VISA, .portal_pagamentos_botoes_MasterCard
{
    /* border-radius: 4px; */
}

html body .RadInput .riTextBox:disabled
{
    opacity: 0.5 !important;
    margin-top: -5px;
}



.RadComboBox_SkinDaTelerik .rcbHovered .rcbReadOnly .rcbInput
{
    color: white !important;
}

.RadComboBox_SkinDaTelerik .rcbHovered .rcbReadOnly .rcbInputCell
{
    color: white !important;
    background-color: #29343b !important;
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -moz-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -ms-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -o-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: linear-gradient(top, #F44336, #D32F2F100%) !important;
}

.RadComboBox_SkinDaTelerik .rcbReadOnly .rcbInputCell
{
    min-width: 121px;
    border-color: white !important;
}

    .RadComboBox_SkinDaTelerik .rcbReadOnly .rcbInputCell:hover
    {
        min-width: 121px;
        border-color: white !important;
    }



.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;
}

.td_Buttons
{
    min-width: 26px !important;
}

div.RadToolTip
{
    background: #BDBDBD !important;
}

.rtCloseButton
{
    background-color: #F44336;
}

.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: 50px !important;
    }

.portal_inscricoes .portal_botoes .RadButton
{
    margin: 3px 0;
}

.portal_inscricoes_inscrever .portal_botoes .RadButton
{
    margin: 3px 0;
}

.portal_inscricoes_horario_botoes .rbLinkButton
{
    width: 362px !important;
    vertical-align: middle;
	text-align: left;
}

/*.portal_marcacoes_horarios .RadPicker
{
    width: 130px !important;    
}*/

/*.portal_marcacoes_horarios .RadTimePicker
{
    width: 70px !important;
}

.portal_dados_pessoais_escolha .portal_botoes .rbLinkButton
{
    width: 400px !important;
    height: 80px !important;
}

.RadAjaxPanel .portal_botoes .RadButton
{
    padding-top: 19px !important;
    -webkit-padding-before: 19px !important; /*Para Google Chrome e Opera!*/
}
/**************************************************/
/* 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;
}

.RadTreeView_SkinDaTelerik .rtSelected .rtIn
{
    color: white !important;
    background-color: #D32F2F !important;
}

.RadTreeView_SkinDaTelerik .rtHover .rtIn
{
    color: white !important;
    border-color: #D32F2F !important;
    background-color: #D32F2F !important;
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
}

.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: #cccccc /*#3e4851*/;
}

.TreeViewEvenRow
{
    background-color: #999999 /*#343f45*/;
}

.Avaliacoes_Obj_TextArea
{
    height: 80px !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;
}

.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;
}

.RadTreeList .rtlR,
.RadTreeList .rtlA,
.RadTreeList .rtlREdit,
.RadTreeList .rtlRFooter
{
    color: black;
    /* background-color: #4CAF50!important; */
    /* background-image: -webkit-linear-gradient(top, #e6e6e6, #bebebe )!important; */
}

.RadTreeList_SkinDaTelerik .rtlVBorders td.rtlL,
.RadTreeList_SkinDaTelerik .rtlLines td.rtlL
{
    background-color: transparent !important;
}

html body .RadInput_SkinDaTelerik .riTextBox,
html body .RadInputMgr_SkinDaTelerik
{
    /* background:#4CAF50!important; */
}

.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: orange;
}

.RadTreeList_SkinDaTelerik, .rtlCEdit div.RadTreeList_SkinDaTelerik
{
    border-color: #828282 !important;
    /* border-color: #232e33; */
    background: #BDBDBD !important;
    color: #FFFFFF !important;
}

:focus
{
    outline-color: transparent /*#9E9E9E*/;
}

.RadGrid_SkinDaTelerik .rgMasterTable .rgSelectedCell,
.RadGrid_SkinDaTelerik .rgSelectedRow
{
    background: #9E9E9E !important;
}


.RadButton .rbPrimaryIcon,
.RadButton .rbSecondaryIcon
{
    cursor: default !important;
    margin-top: 15px;
}

html body .RadInput_SkinDaTelerik .riTextBox,
html body .RadInputMgr_SkinDaTelerik
{
    border-color: white !important;
}



.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: orange;
}

.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: orange;
    vertical-align: top;
}

.div_avalcompetencias_modelo
{
    padding: 10px !important;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .RadDock_SkinDaTelerik .rdTable .rdMiddle .rdLeft, .RadDock_SkinDaTelerik .rdTable .rdMiddle .rdRight */
/* .RadDock_SkinDaTelerik .rdTable .rdMiddle .rdLeft, .RadDock_SkinDaTelerik .rdTable .rdMiddle .rdRight */
/* { */
/* background-image: -webkit-linear-gradient(top, #F44336, #D32F2F)!important; */
/* background: -o-linear-gradient(top, #F44336, #D32F2F))!important; /* For Opera 11.1 to 12.0 */
/* background: -moz-linear-gradient(top, #F44336, #D32F2F))!important; /* For Firefox 3.6 to 15 */
/* background: linear-gradient(top, #F44336, #D32F2F)!important; /* Standard syntax */
/* } */

.RadDock .rdTable, .RadDock .rdTable .rdLeft, .RadDock .rdTable .rdCenter, .RadDock .rdTable .rdRight
{
    background-color: #BDBDBD;
}


.rdContent span:nth-of-type(1)
{
    margin-bottom: 10px !important;
}

html .RadButton_SkinDaTelerik.rbSkinnedButton,
html .RadButton_SkinDaTelerik.rbLinkButton,
html .RadButton_SkinDaTelerik.rbVerticalButton
{
    color: white !important;
    /* background-image:none!important; */
    /* background-color:#9E9E9E!important; */
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
    background: -o-linear-gradient(top, #F44336, #D32F2F) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #F44336, #D32F2F) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #F44336, #D32F2F) !important; /* Standard syntax */
    /* border-radius:initial!important; */
}

.RadUpload_SkinDaTelerik .ruButton
{
    color: black;
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F) !important;
    background-image: -moz-linear-gradient(top, #F44336, #D32F2F) !important;
    background-image: -ms-linear-gradient(top, #F44336, #D32F2F) !important;
    background-image: -o-linear-gradient(top, #F44336, #D32F2F) !important;
    background-image: linear-gradient(top, #F44336, #D32F2F) !important;
}

.RadGrid_SkinDaTelerik .rgNumPart a:hover
{
    color: #000;
    background-color: #9E9E9E !important;
    background-image: -webkit-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: -moz-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: -ms-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: -o-linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
    background-image: linear-gradient(top, #9E9E9E 0%, #9E9E9E 100%) !important;
}

.RadGrid_SkinDaTelerik .rgNumPart a.rgCurrentPage
{
    border-color: #9E9E9E !important;
}

.RadDock_SkinDaTelerik div.rdContent
{
    color: black !important;
    /* color:white; */
    /* color:orange!important; */
    background-color: transparent !important;
    margin-top: 10px;
}

.RadGrid_SkinDaTelerik input
{
    background-color: transparent !important;
    border-width: 0px !important;
}

.rgDataDiv
{
    height: auto !important;
}

.portal_botoes_top
{
    /* float:right; */
}

div.portal_botoes input
{
    margin-top: 40px;
    margin-left: 35%;
}

td.portal_botoes_top /*Upper area button */
{
    float: right;
}

.portal_botoes /*Lower area buttons01*/
{
    margin-top: 35px;
}

.RadGrid_SkinDaTelerik
{
    /* border: 1px solid white!important; */
    background: #BDBDBD !important;
    color: black !important;
    margin-top: 10px;
}

    .RadGrid_SkinDaTelerik .rgHeader
    {
        color: white !important;
    }

.RadDock_SkinDaTelerik .rdTable .rdMiddle .rdLeft,
.RadDock_SkinDaTelerik .rdTable .rdMiddle .rdRight
{
    background-color: transparent !important;
}

.RadDock_SkinDaTelerik .rdMiddle .rdCenter,
.RadDock_SkinDaTelerik .rdBottom .rdCenter,
.RadDock_SkinDaTelerik .rdBottom .rdLeft,
.RadDock_SkinDaTelerik .rdBottom .rdRight
{
    background-color: transparent !important;
}

.RadGrid_SkinDaTelerik .rgHeader,
.RadGrid_SkinDaTelerik th.rgResizeCol,
.RadGrid_SkinDaTelerik .rgHeaderWrapper, .RadGrid_SkinDaTelerik .rgFilterRow
{
    background: #F44336 !important;
}

.RadTreeList_SkinDaTelerik .rtlHeader
{
    background: #9E9E9E !important;
    color: white !important;
}

.RadComboBox_SkinDaTelerik .rcbFocused .rcbReadOnly .rcbInputCell
{
    border-color: white !important;
    color: black;
    background-color: #D32F2F !important;
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -moz-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -ms-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -o-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: linear-gradient(top, #F44336, #D32F2F100%) !important;
}


.RadComboBox_SkinDaTelerik .rcbArrowCell
{
    background-color: #D32F2F !important;
    border-color: white !important;
}

.RadComboBox_SkinDaTelerik .rcbArrowCellRight
{
    border-color: white !important;
}

.RadComboBox_SkinDaTelerik .rcbFocused .rcbArrowCell
{
    border-color: white !important;
    color: black;
    background-color: #D32F2F;
    background-image: -webkit-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -moz-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -ms-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: -o-linear-gradient(top, #F44336, #D32F2F100%) !important;
    background-image: linear-gradient(top, #F44336, #D32F2F100%) !important;
}




.RadComboBoxDropDown_SkinDaTelerik .rcbHovered
{
    color: white;
    background: #9E9E9E !important;
}

.RadComboBoxDropDown_SkinDaTelerik .rcbList
{
    color: white !important;
}


.div_avalcompetencias_modelo_biblio
{
    width: 40%;
}

.div_avalcompetencias_modelo_autor
{
    width: 40%;
}

.div_avalcompetencias_modelo_data
{
    width: 20%;
}

.gridColumnMargin10
{
    margin: 10px !important;
    background-color: #BDBDBD !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: #9E9E9E;
    width: 15%;
    padding: 10px;
}

.tr_adicionartopico_value
{
    width: 85%;
    /* padding: 10px; */
}

.AlertBColorRed
{
    background-color: rgba(193, 27, 23,1) !important;
    color: white !important;
}

span.AlertBColorRed
{
    margin-right: 425px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 2;
}

.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_td2ctr a:first-child
{
    margin-top: -10px;
}

.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: transparent !important;
}

.gridAvalCompNum
{
    width: 70px !important;
}

.gridAvalCompNome
{
    width: 250px !important;
}

.gridAvalCompTopicoTXT
{
    width: 200px;
}

.gridAvalCompTopicoDDL .ComboAvalTopico
{
    width: 47px !important;
    float: left !important;
    /* background-color: #808080; */
}

.gridAvalCompTopicoTXT .TextAvalTopico
{
    width: 150px;
    float: left !important;
    background-color: white !important;
    margin-left: 15px;
}

.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_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: 35% !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: auto;
    bottom: 25vh;
    background-color: #BDBDBD;
    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: #9E9E9E;
}

.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: #9E9E9E;
    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
{
    color: red !important;
}

.div_programa_grid, .div_sumario_grid
{
    margin-top: 10px;
    border: 2px solid rgba(28, 38, 44, 1);
}

.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, .sumario_tabletreeheader
{
    border-bottom: 2px solid rgba(28, 38, 44, 1);
}

    .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%;
        }

.programacurso_tdfulldesc, .sumario_tdfulldesc
{
	border-style: solid;
	border-width: 1px 0 0 0;
    border-color: black;
}

.programacurso_tdfulldesc > span, .sumario_tdfulldesc > span
{
    height: 100% !important;
}

.td_programacurso_seq, .td_sumario_seq
{
    width: 7.5%;
    padding-left: 2px;
}

.td_programacurso_desc
{
    width: 10%;
}

.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: 10%;
}

.td_programacurso_op, .td_sumario_op
{
    width: 10%;
}

th.td_programacurso_data
{
    text-align: right;
}

.td_programacurso_data, .td_sumario_data
{
    width: 10%;
}

th.td_programacurso_desc
{
    width: 15%;
}

.td_sumario_data_edit
{
    width: 140px;
}

.td_sumario_desc
{
    width: 300px;
}

.td_sumario_NUtentes
{
    width: 70px;
}

.td_sumario_assid
{
    width: 70px;
}

.td_programacurso_edit, .td_programacurso_del, .td_sumario_edit, .td_sumario_del
{
    width: 5%;
}

.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;
    padding-right: 5px;
}

.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_sumario_presencas
{
    height: 35vw;
    width: 40vw;
    opacity: 0.95;
    position: fixed;
    bottom: 20vh;
    background-color: gray;
    z-index: 99;
    left: 30vw;
    padding: 10px 10px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgba(70, 83, 92, 1);
}

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
{
    float: left;
    width: 20%;
    /* background-color: #35434b; */
    vertical-align: top;
    margin-top: 40px;
    padding: 20px;
    font-size: 32px;
    text-align: center;
}

.div_grafico
{
    width: 100%;
    text-align: right;
    height: 400px;
}

/* 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: #00ff99;
}

.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: 310px;
    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: 48%;
    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: #000 !important;
}

.table_sumarios_addexercicios .table_sumarios_addexercicios_value
{
	width: 80%;
}

.RadRotator .rrButton
{
	display: none !important;
}

/*TEMP FIX*/
.div_os_meus_dados > p:nth-child(2)
{
	display: none;
}

.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;
}

.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;
}

/* 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										*/


.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;
}