﻿/*      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           #
############################
*/

/* DEFAULTS
----------------------------------------------------------*/

@import url("D3.css");

html
{
    /*background: #3281ac;*/
}

body.master_body
{
    font-size: 12px; /*font-size: normal; line-height: 12px;*/
    font-family: arial, sans-serif; /*font-family: Arial, Verdana, Sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background: #29010a;
	position: relative;
}

/***********************************************************/
/* 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: whitesmoke;
    /*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;*/
	min-height:98vh;
	max-height:400vh;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}



/**************************************************/
/* definição dos links                            */
/**************************************************/
/* .RadToolTip.RadToolTip_SkinDaTelerik.rtVisibleCallout.rtShadow */
/* { */
	/* width: 215px!important; */
    /* height: 150px!important; */
/* } */

span#ctl00_MainContent_Activities1_TreeProjs_ctl03_LblMaisInfo
{
	
    text-decoration: underline !important;
    cursor: pointer !important;
}

a:link, a:visited
{
    color: #c1c7ca;
}

a:hover
{
    color: #c1c7ca;
    text-decoration: none;
}

a:active
{
    color: #c1c7ca;
}


/**************************************************/
/* Definição do paragrafo                         */
/**************************************************/
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/**************************************************/
/* Definição dos estilos dos headings             */
/**************************************************/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: whitesmoke;
    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;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
}

h5, h6
{
    font-size: 1em;
}

/**************************************************/
/* Aplica so nos headings que estiverem direta-   */
/* mente abaixo, e não dentro de outro container  */
/**************************************************/
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/**************************************************/
/* Definição dos estilos das áreas principais     */
/* da pagina                                      */
/**************************************************/
.master_page
{
    width: 960px;
    background-color: transparent;
    margin: 0px auto 0px auto;
    border: 0px; /*border: 1px solid #496077;*/
}

/**************************************************/
/* ET 027 027 - ponto 1 da imagem                 */
/**************************************************/
.master_header
{
    position: relative;
    /*margin: 0px;*/
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 960px;
    height: 160px;
}

    .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: right;
    text-align: right;
    width: 750px;
    height: 100%;
    margin: 0px 5px 0 0 !important;
    background: transparent url(Images/banner.jpg) no-repeat;
    -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;
}

.master_menu_top_logo_picture
{
    width: 195px; 
    height: 180px;
    border: 0px;
    border-radius: 5px;
}

.master_menu_top_logo {
    display: inline-block;
    /* width: 164px; */
    height: 24px;
    border: 0px;
    position: absolute;
    top: -181px;
    left: 11px;
}



/**************************************************/
/* 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: rgba(152,27,31,0.5);
}

.master_main
{
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}


/**************************************************/
/* ET 027 027 - ponto 2 da imagem                 */
/**************************************************/
/* Menu de topo */
.fixedMenu
{
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div.master_menu_top_div
{
    background-color: transparent;
    width: 960px;
    position: relative;
    margin: 0px auto 0px auto;
}




div.master_menu_top
{
    padding: 0px; /*padding: 4px 0px 4px 8px;*/
    background-color: #29010a;
    position: relative;
    margin: 0px auto 0px auto;
	left:7px;
}

    div.master_menu_top ul li ul
    {
        display: none;
    }

    div.master_menu_top ul
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.master_menu_top ul li a, div.master_menu_top ul li a:visited
        {
            background-color: #981b1f!important;
            border-right: 5px white solid;
            color: #ffffff;
            display: block;
            /*line-height: 22px;*/
            padding-left: 0px;
            text-decoration: none;
            white-space: nowrap;
            width: 152px;
            height: 30px;
            font: normal 12px/23px Tahoma, Arial, sans-serif;
            text-align: center;
            padding-top: 5px;
        }

            /*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;
            }
/* Fim do Menu de topo */

/**************************************************/
/* ET 027 027 - ponto 5 da imagem                 */
/**************************************************/
td.master_left_td
{
	display: initial;
    vertical-align: top;
    background-color: transparent;
    width: 165px; /*width: 20%;*/ /*width: 960px;*/
    position: relative;
    margin: 0px auto 0px auto;
}

td#TdMasterLeft ul li a, td#TdMasterLeft ul li a:visited, td#TdMasterRight ul li a, td#TdMasterRight ul li a:visited, .PortalTitulosMain
{
    /*float: left;
    clear: both;
    width: 186px;
    height: 37px;
    padding-left: 30px;
    line-height: 37px;
    font-size: 14px;*/
    display: block;
    margin-bottom: 2px;
    padding-left: 30px; /*padding-left: 0px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    width: 133px; /*width: 163px; width: 155px;*/
    height: 35px; /*height: 37px; height: 30px;*/
    /*line-height: 37px; line-height: 22px;*/
    color: white;
    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: none;
}

#master_left_menu_titulo
{
    display: block;
	border-top: 75px transparent solid;
}

ul.master_left_menu_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 14px;    
    -webkit-padding-after: 0px !important; /*Para Google Chrome e Opera!*/
    width: auto;
}

ul li a.master_left_menu_titulo, ul li a.master_left_menu_titulo:visited
{ /* GREEN */
    cursor: default;
    background-color: #b3b3b3;
   /* 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); gradiente verde nos botões*/
    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: #981b1f;
            background: -moz-linear-gradient(top, #ad1f23 0%, #981b1f 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad1f23), color-stop(100%,#981b1f));
            background: linear-gradient(to bottom,#ad1f23, #981b1f);
            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: none;
}

#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: #b3b3b3;
   /* 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);   gradiente verde nos botões*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.master_left_parceiros_rotator
{
    width: 163px !important;
    height: 450px !important;
    background-color: #46535c;
}

.master_left_parceiros_rotator_img
{
    width: 140px;
    margin: 5px 11px;
    vertical-align: middle;
}
/* Fim dos Parceiros */


/**************************************************/
/* ET 027 027 - ponto 7 da imagem                 */
/**************************************************/
td.master_right_td
{
    vertical-align: top;
    background-color: transparent;
    width: 200px;
    position: relative;
    margin: 0px auto 0px auto;
}

/* Newsletter */
.master_right_newsletter
{
    display: none;
}

ul.master_right_newsletter_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_right_newsletter_titulo, ul li a.master_right_newsletter_titulo:visited
{ /* GREEN */
    width: 190px !important;
    padding-left: 10px !important;
    border: none !important;
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_newsletter_div
{
    background-color: #a40952;
    height: 20px;
    padding: 10px;
    margin-bottom: 2px;
}

.newsletter_mail_txt
{
    width: 140px;
}

.newsletter_btn
{
    width: 50px;
    /*background-image: url('..\Images\proximo.png');*/
}
/* Fim da Newsletter */

/* Agenda */
.master_right_agenda
{
    display: block;
}

ul.master_right_agenda_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_right_agenda_titulo, ul li a.master_right_agenda_titulo:visited
{ /* GREEN */
    width: 190px !important;
    padding-left: 10px !important;
    border: none !important;
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_agenda_div
{
    background-color: #a40952;
    height: 100%;
    padding: 5px;
    margin-bottom: 2px;
}

.grid_header_style
{
    background-color: transparent !important;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: -2.1pt !important;
    color: #ffffff !important;
    height: 22px !important;
}

.grid_item_style
{
    border-bottom: 1px dotted #888888 !important;
}

.agenda_pesquisar_txt
{
    width: 140px;
    /*background-color: #ffffff !important;
    color: Black !important;
    width: 140px !important;
    height: 20px !important;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: -2.1pt !important;
    border: solid 1px RGB(0,204,255) !important;*/
}

.agenda_resumo_div
{
}

.agenda_resumo_lbl
{
}

.agenda_saberMais
{
    float: right;
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 11px !important;
    text-decoration: none;
    color: #aaaaaa !important;
}

.AgendaMais
{
}

.rgPager .RadComboBox
{
    width: 50px !important;
}
/* Fim da Agenda */

/* Sondagem */
.master_right_sondagem
{
    display: block;
}

ul.master_right_sondagem_titulo
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

ul li a.master_right_sondagem_titulo, ul li a.master_right_sondagem_titulo:visited
{ /* GREEN */
    width: 190px !important;
    padding-left: 10px !important;
    border: none !important;
    cursor: default;
    background-color: #8fbf00;
    background: -moz-linear-gradient(top, #edf2aa 0%, #8fbf00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf2aa), color-stop(100%,#8fbf00));
    background: linear-gradient(to bottom, #edf2aa, #8fbf00);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2aa',endColorstr='#8fbf00',GradientType=0 );
}

.master_right_sondagem_div
{
    background-color: #3d2300;
    height: 100%;
    /*padding: 10px;*/
    margin-bottom: 2px;
    text-align: center;
}

.sondagem_pergunta_pnl
{
    padding: 5px;
    text-align: left;
}

.sondagem_pergunta_lbl
{
    color: #c6e122 !important;
}

.sondagem_pergunta_respostas
{
    text-align: left;
    padding: 5px 0px;
}

.sondagem_pergunta_btn
{
    margin: 5px 0px;
    width: 190px;
}

.sondagem_votos_pnl
{
}

.sondagem_votos_voto_lbl
{
    color: #c6e122;
    font-weight: normal;
    line-height: 18px;
}
/* Fim da Sondagem */

/**************************************************/
/* ET 027 027 - ponto 8, 9 e 10 da imagem         */
/**************************************************/
.master_footer_politica
{
}

.master_footer_powered_div
{
    margin-bottom: 10px;
}

.master_footer_powered_logo_picture
{
    width: auto;
    max-width: 102px;
    height: auto;
    max-height: 24px;
    border: 0px;
    vertical-align: middle;
}

.choose_culture_div
{
    display: none !important;
    margin-bottom: 10px;
}

.choose_css_schema_div
{
    display: none !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: 763px !important;
    /*height: 100%; /*height: 388px;*/
    overflow: hidden;
    margin: 0;
    /*padding-top: 10px;*/
}

    div.contentbox.full
    {
        min-height: 589px !important;
    }

    div.contentbox.notice
    {
        overflow: auto !important;
    }

h3
{
    clear: both;
    float: left;
    /* width: 530px; -> JVC: News da Intranet ficavam com scroll-x */
    width: 100%;
    /*color: #c6e122;*/
	color:white;
    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;
    }

/* FORM ELEMENTS
----------------------------------------------------------*/
img
{
    border: 0 none;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    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: lightgrey;
    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: rgba(152,27,31,0.5);
    border-radius: 10px;
    margin: 0 auto;
    max-width: 946px;
    overflow: auto !important;
    position: relative;
    vertical-align: top;
    width: 100%;
    /* margin-top: -4vh; */
    margin-left: 13.5%;
}

/* td.master_menu_top_logo { */
    /* display: none; */
/* } */

.portal_pagamento_submit .portal_botoes 
{
    padding-top: 10px;
    padding-left: 10px;
}

.portal_pagamento_submit .portal_botoes .rbLinkButton
{
    font-size: 20px;
    line-height: 90px;
    margin-bottom: 25px;
    margin-right: 5px;
    width: 200px !important;
}

.portal_pagamento_submit .portal_botoes > div:nth-child(1)
{
    height: 85px !important;
}

.portal_pagamento_submit .portal_botoes > div:nth-child(1) > span:nth-child(2)
{
    position: relative;        
    top: 50%;
    margin-left: 5px;
    line-height: 25px;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.portal_pagamento_submit .portal_botoes > div:nth-child(3) > span:nth-child(2)
{
    position: relative;        
    top: 30px !important;
    margin-left: 5px;
    line-height: 60px;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.portal_pagamento_submit .portal_botoes div .RadButton
{        
    float: left;
}  

.portal_pagamento_submit .portal_botoes div:nth-child(3)
{
    clear:both;        
}

.portal_pagamento_submit .portal_botoes > div > span
{
    font-size: 17px;
}

.DockTitleLeft
{
    display: inline-block;
    width: 50%;
}

.DockTitleRight
{
    display: inline-block;
    width: 40%;
    text-align: right;
}

.DockTitleRight a
{
    color: darkslategrey;
}
.portal_botoes_top
{
	width:1px;
}

.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;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #ffffff;
}

    .loginDisplay a:link
    {
        color: #ffffff;
    }

    .loginDisplay a:visited
    {
        color: #ffffff;
    }

    .loginDisplay a:hover
    {
        color: #ffffff;
    }

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.successNotification
{
    font-size: 1.2em;
    color: Green;
}


/*RadScheduler*/
.rsAppointment3000
{
    background-color: Red !important;
    border-color: Red !important;
    color: White !important;
    font-size: 10px !important;
    line-height: normal !important;
}

.rsAppointment4000
{
    background-color: Green !important;
    border-color: Green !important;
    font-size: 10px !important;
    color: White !important;
    line-height: normal !important;
}

.rsAppointment5000
{
    background-color: Blue !important;
    border-color: Blue !important;
    font-size: 10px !important;
    color: White !important;
    line-height: normal !important;
}

.rsMyAppointment, .rsTransparent
{
    background-color: #0066FF !important;
    border-color: #0066FF !important;
    color: White !important;
    font-size: 10px !important;
    line-height: normal !important;
}

.AppointmentLegenda
{
    font-weight: bold;
    font-size: medium;
}

    .AppointmentLegenda + div
    {
        vertical-align: middle;
    }

.LegendaAppointment3000
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.LegendaAppointment4000
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.LegendaAppointment5000
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.LegendaMyAppointment
{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.rsTax1
{
    background-color: #FFFFFF;
    font-size: 10px !important;
    color: Black !important;
}

.rsTax2
{
    background-color: #D1E0E0;
    font-size: 10px !important;
    color: Black !important;
}

.rsTax3
{
    background-color: #E0EBEB;
    font-size: 10px !important;
    color: Black !important;
}

.rsTax4
{
    background-color: #F0F5F5;
    font-size: 10px !important;
    color: Black !important;
}

.rsNonWorkHour
{
    background-color: #A0A0A0 !important;
}

.rsVerticalHeaderTable tr
{
    font-size: 10px !important;
}

#MainContent_Entrar1_ImgBtnLoginCC 
{
	background-color: #fdf2f2 !important;
	height: 18px;
	margin-top: 10px;
	display:none;
}

/*/RadScheduler*/



.middle
{
    vertical-align: middle !important;
}

.portal_botoes_area_reservada .middle
{
    display: block;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.CursorNormal
{
    cursor: default !important;
}

.CursorHand
{
    cursor: pointer !important;
}

.ImgTextWrap
{
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.Img16
{
    width: auto !important;
    height: auto !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

.Img24
{
    width: auto !important;
    height: auto !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

.Img32
{
    width: auto !important;
    height: auto !important;
    max-width: 32px !important;
    max-height: 32px !important;
}

.Img96
{
    width: auto !important;
    height: auto !important;
    max-width: 96px !important;
    max-height: 96px !important;
}

.Img64
{
    width: auto !important;
    height: auto !important;
    max-width: 43px !important;
    max-height: 51px !important;
    /* reparo, centrar imagens nos quadrados (lista de clientes)*/
    position: absolute;
    margin: auto;
    min-height: 80%;
    min-width: 80%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.roundtop10
{
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.roundbottom10
{
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

/*scheduler tooltip*/

/*space projects*/

.RbiSPImg_Css
{
    width: auto !important;
    height: auto !important;
    max-height: 180px !important;
    max-width: 180px !important;
}

.TblSP_Css
{
    border-width: 0px;
    border-collapse: collapse;
}

.TdSPImgArea
{
    width: 40% !important;
}

.TdSPSpacer
{
    width: 10% !important;
}

.TdSPMainArea
{
    width: 30% !important;
}

.LblSPShortName_Css
{
    font-size: 18px;
}

.TdSPLink
{
    vertical-align: super !important;
    width: 10% !important;
}

.ImgBtnSPLink_Css
{
    cursor: pointer;
}

.DvSPInitialEndDate_Css
{
    float: left;
}

.DvSPPresences_Css
{
    float: right;
}

/*//Space Projects*/

/*Space Services*/
.RbiSSImg_Css
{
    width: auto !important;
    height: auto !important;
    max-height: 180px !important;
    max-width: 180px !important;
}

.TblSS_Css
{
    border-width: 0px;
    border-collapse: collapse;
}

.TdSSImgArea
{
    width: 30% !important;
}

.TdSSSpacer
{
    width: 10% !important;
}

.TdSSMainArea
{
    text-align: center;
    width: 60% !important;
}

.LblSSTypeHor_Css
{
    font-size: 11px;
}

.LblSSColaboratorCardNumber_Css
{
    font-size: 11px;
}
/*//Space Services*/
/*//scheduler tooltip*/


/**************************************************/
/* Sliders                                        */
/**************************************************/
/**************************************************/
/* ET 027 027 - ponto 1 da imagem                 */
/**************************************************/
.master_slider1
{
    display: none; /* comentar para ativar Slider 1 - descomentar para desativar o slider 2 */
}

.master_slider2
{
    display: none; /* comentar para ativar slider 2 - descomentar para desativar o slider 2 */
}

/**************************************************/
/* Propriedade comuns a ambos os sliders          */
/**************************************************/
.slider_container
{
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 200px;
    overflow: hidden;
}
/*Loading screen*/
.loading_screen
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading_subdiv1
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading_subdiv2
{
    position: absolute;
    display: block;
    background: url(Images/slider_loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*/Loading screen*/

/*Slides container*/
.slides_container
{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 960px;
    height: 200px;
    overflow: hidden;
}
/*/Slides container*/

.jssorb21
{
    position: absolute;
    bottom: 26px;
    left: 6px;
}

    .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
    {
        background: url(Images/slider_buttons.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb21 div
    {
        background-position: -5px -5px;
        position: absolute;
        width: 19px;
        height: 19px;
        text-align: center;
        line-height: 19px;
        color: White;
        font-size: 12px;
    }

        .jssorb21 div:hover, .jssorb21 .av:hover
        {
            background-position: -35px -5px;
        }

    .jssorb21 .av
    {
        background-position: -65px -5px;
    }

    .jssorb21 .dn, .jssorb21 .dn:hover
    {
        background-position: -95px -5px;
    }


.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(Images/slider_arrows.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l
{
    background-position: -3px -33px;
}

.jssora21r
{
    background-position: -63px -33px;
}

.jssora21l:hover
{
    background-position: -123px -33px;
}

.jssora21r:hover
{
    background-position: -183px -33px;
}

.jssora21ldn
{
    background-position: -243px -33px;
}

.jssora21rdn
{
    background-position: -303px -33px;
}
/* Fim dos Sliders*/


/**************************************************/
/* ET 027 027                                     */
/* configurações das paginas com funcionalidade   */
/**************************************************/
.TdTitleIcon
{
    width: 100px;
}

.TableTitle
{
    width: 100%;
}

.grid_item_style .TableTitle td
{
    margin: 0px !important;
    height: 10px !important;
    max-height: 10px !important;
    line-height: 10px !important;
}

.grid_item_style .grid_item_col1
{
    width: 80% !important;
}

.grid_item_style .grid_item_col2
{
    width: 20% !important;
}

.BtnLoginVoltar
{
    float: right;
    margin-right: 20px;
}

/**************************************************/
/* Rotator dos familiares apos login              */
/**************************************************/
.entrada_grupo_rotator
{
    width: 540px !important; /*width: 545px !important;*/
    height: 140px !important;
    /*margin: 5px;*/
}

.entrada_grupo_rotator_img
{
    width: 180px;
    margin: 5px 11px;
    vertical-align: middle;
}
/* Fim Rotator dos familiares apos login           */


/**************************************************/
/* Botões de +Info, Marcar, Inscrever, Horarios   */
/* da Lista de Atividades e da Lista de Recintos  */
/**************************************************/





.Link
{
    color: 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: 13%;
}

.portal_entrada_marcacoes_col_horafim
{
    width: 13%;
}

.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: 26% !important;
    }


    .portal_entrada_financeiro_col_desc
    {
        width: 8em;
    }
	
	th.portal_entrada_financeiro_col_data 
	{
		width: 6em;
	}
	
    td.portal_entrada_financeiro_col_data
    {
        width: 6em;
		text-align: center;
    }

    .portal_entrada_financeiro_col_mp
    {
        width: 1px;
    }

    .portal_entrada_financeiro_col_qt
    {
        width: 3%;
    }

    .portal_entrada_financeiro_col_desconto
    {
        width: 5%;
    }

    .portal_entrada_financeiro_col_iva
    {
        width: 5%;
    }

    .portal_entrada_financeiro_col_iliq
    {
        width: 7%;
    }

    .portal_entrada_financeiro_col_saldo
    {
        width: 5%;
    }

    .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
{
}

.portal_entrada_acessos_col_grupo
{
    width: 20%;
}

.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;
}


.center
{
	vertical-align:super;
}

.DadosInsc_Estado > div
{
    text-align: left;
}

.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: inherit;
    height: inherit;
}

.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#TdMasterRight
    {
        display: none !important;
    }
}

@media only screen and (max-width:750px)
{
    td#TdMasterLeft,
    td.master_menu_top_logo
    {
        display: none !important;
    }

    div.master_page
    {
        /*background-color: Red !important;*/
        width: 100% !important;
    }

    div.master_menu_top_div
    {
        /*background-color: Blue !important;*/
        width: 100% !important;
    }
    /*td.master_main_td
    {
        max-width: 100% !important;
    }
    div.contentbox
    {
        max-width: 100% !important;
    }*/
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/**************************************************/
/* Avaliações                                     */
/**************************************************/
.AvaliacoesBody
{
}

.AvaliacoesForm
{
}

.Avaliacoes_main
{
    width: 95%;
    background-color: rgba(70, 83, 92, 1);
    color: White;
    margin: 0 auto;
    padding: 5px 20px;
}

.Avaliacoes_Botoes_footer
{
    width: 100%;
    margin: 0 auto;
    background-color: rgba(70, 83, 92, 1);
    color: White;
    padding: 15px 20px;
    text-align: center;
}

.Avaliacoes_Botoes_footer_disabled
{
    color: Gray !important;
}

.Avaliacoes_Botoes_footer_div span
{
    width: 80px;
    height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.Avaliacoes_Botoes_footer_div > span:not(.Avaliacoes_Botoes_footer_disabled):not(.AlertBColorGreen):hover
{
    background-color: #888888 !important;
}

.Avaliacoes_Botoes_footer_div .rbLinkButton
{
    border: 1px solid !important;
}

.Avaliacoes_Botoes_footer_div span .middle
{
    margin: 0 auto;
}

.Avaliacoes_Botoes_footer_div
{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.AlertBColorGreen
{
    background-color: #59c110 !important;
    background-image: none !important;
}

    .AlertBColorGreen:hover
    {
        background-color: #59c110 !important;
        background-image: none !important;
    }

.Avaliacoes_footer
{
    width: 95%;
    background-color: rgba(70, 83, 92, 1);
    margin: 0 auto;
    color: White;
    padding: 15px 20px 25px 20px;
}

.Avaliacoes_footer_Prof
{
    border: 1px solid White;
    width: 83%;
    display: inline-block;
    font-weight: lighter;
    font-size: 12px;
    padding: 10px 5px;
}

.Avaliacoes_footer_Dt
{
    border: 1px solid White;
    width: 13%;
    display: inline-block;
    font-weight: lighter;
    font-size: 12px;
    padding: 10px 5px;
}

.Avaliacoes_footer_Dt
{
    margin: 0 auto;
}

.Avaliacoes
{
    width: 100%;
}

.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: 97% !important;
    border: 2px solid White !important;
    font-size: medium;
    font-weight: normal;
}

.Avaliacoes_botoes48_NoBorder .rbLinkButton
{
    padding: 10px !important;
    height: auto !important; /*width:48px% !important;     /*width: 97% !important;     border: 2px solid White !important;*/
    border: 0px none White !important;
    font-size: medium;
    font-weight: normal;
}

.img96
{
    max-width: 96px;
    max-height: 96px;
    height: auto;
    width: auto;
}

.img150
{
    max-width: 150px;
    max-height: 150px;
    height: auto;
    width: auto;
}

.Avaliacoes_Titulo
{
    color: #c6e122;
    font-size: large !important;
    font-weight: bold;
}

.Avaliacoes_Titulo_Header
{
    font-size: large !important;
    font-weight: bold;
}

.Avaliacoes_Texto
{
    font-size: medium !important;
    font-weight: normal;
}

.Avaliacoes_Tabela_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: Grey;
}

.Avaliacoes_TRUnselected
{
    background-color: Transparent;
}

.Avaliacoes_Objectivos_Table
{
    width: 100%;
}

    .Avaliacoes_Objectivos_Table td:nth-child(odd)
    {
        border: 2px solid White;
        height: 170px;
        width: 170px;
		text-align: center;
    }

    .Avaliacoes_Objectivos_Table td:nth-child(even)
    {
        padding-left: 30px;
    }

    .Avaliacoes_Objectivos_Table td span:nth-of-type(odd)
    {
        font-weight: bold;
    }

    .Avaliacoes_Objectivos_Table td span:nth-of-type(even)
    {
        font-weight: normal;
    }

.Avaliacoes_Flex_Result
{
    width: 50%;
    text-align: center;
    height: 20px;
    color: Black;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -10px;
    padding-bottom: 5px;
}

.Avaliacoes_Calendario_Table
{
    width: 100%;
}

.Avaliacoes_Calendario_Table_tdBtn
{
    width: 128px;
    height: 128px;
    vertical-align: middle;
}

.Avaliacoes_Calendario_Table_PadLeft30
{
    padding-left: 30px;
}

.Avaliacoes_Calendario_Table .tr32
{
    height: 38px !important;
}

.Avaliacoes_Calendario_Table .tr96
{
    height: 96px !important;
}

.Avaliacoes_Calendario_Table .tr128
{
    height: 128px !important;
}

.AvaliacoesPrescricaoLabels
{
    color: white !important;
    font-size: 15px !important;
}

.Avaliacoes_div_noticias .RadGrid_SkinDaTelerik
{
    background-color: #343f45;
}

.div_lista_templates_treino div:nth-child(3) .RadComboBox:nth-child(2)
{
    width: 210px !important;
}

    .div_adicionar_exercicios .Avaliacoes div:nth-child(3) .RadComboBox table, .div_sumario_programa div:nth-child(3) .RadComboBox table
    {
        width: 750px !important;
    }

    .div_adicionar_exercicios .Avaliacoes div:nth-child(5) .RadComboBox table, .div_sumario_programa div:nth-child(5) .RadComboBox table
    {
        padding-left: 5px !important;
        -webkit-padding-start: 3px !important;
        width: 755px !important;
    }

    .div_adicionar_exercicios .Avaliacoes div:nth-child(7) .RadComboBox table, .div_sumario_programa div:nth-child(7) .RadComboBox table
    {
        padding-left: 35px !important;
        -webkit-padding-start: 4px !important;
        width: 785px !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) { 

        .div_adicionar_exercicios .Avaliacoes div:nth-child(3) .RadComboBox table, .div_sumario_programa div:nth-child(3) .RadComboBox table
        {
            width: 700px !important;
        }

        .div_adicionar_exercicios .Avaliacoes div:nth-child(5) .RadComboBox table, .div_sumario_programa div:nth-child(5) .RadComboBox table
        {           
            -webkit-padding-start: 7px !important;
            width: 700px !important;
        }

        .div_adicionar_exercicios .Avaliacoes div:nth-child(7) .RadComboBox table, .div_sumario_programa div:nth-child(7) .RadComboBox table
        {
            width: 700px !important;
            -webkit-padding-start: 37px !important;
        } 
    }

    .div_adicionar_exercicios .Avaliacoes .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(2) input, .div_sumario_programa .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(2) input
    {
        padding-left: 2px !important;
        -webkit-padding-start: 2px !important;
        display: inline-block;        
    }

    .div_adicionar_exercicios .Avaliacoes .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(3) a, .div_sumario_programa .SpecialGrey div:nth-child(3) .RadInput .riTable td:nth-child(3) a
    {
        margin-right: -4px !important;
        -webkit-margin-end: -4px !important;
    }

    .div_adicionar_exercicios .Avaliacoes .SpecialGrey div:nth-child(4) .RadInput .riTable td:nth-child(2) input, .div_sumario_programa .SpecialGrey div:nth-child(4) .RadInput .riTable td:nth-child(2) input
    {                
        margin-left: 31px !important;
        -webkit-margin-start: 30px !important;
        width: 86% !important;        
    }
/* Fim das avaliações                           */


/**************************************************/
/* Exercícios                                     */
/**************************************************/
.ImgExercicio
{
    padding: 5px 0;
    width: auto !important;
    height: auto !important;
    max-width: 106px;
    max-height: 106px;
}

video
{
    width: 100px;
    height: 100px;
    display: block;
    z-index: 99;
}

.rotator_item
{
    border: solid 1px #dff3ff;
    margin: 4px;
}

.TooltipAvaliacoesGridTreinos
{
    height: auto !important;
    width: 50% !important;
    left: 20% !important;
}

    .TooltipAvaliacoesGridTreinos table.rtWrapper
    {
        width: 100% !important;
    }
/* Fim dos Exercicios                             */

/**************************************************/
/* Templates                                      */
/**************************************************/
.RadInput textarea.RadTextBoxMultiLine
{
    /*Porque existe um bug da Telerik em que as Textbox não estão a fazer wrap*/
    white-space: normal;
}

.AccessStats
{ /*tal como vindo da ficha do utilizador*/
    color: #c6e122 !important;     
}

.UserFileNormalRow
{ /*tal como vindo da ficha do utilizador*/
    border-bottom: 2px !important;
    border-bottom-style: solid !important;
    width: 100% !important;
    border-color: #46535c !important;
    height: 25px !important;
    padding-top: 5px !important;
}

.UserFilePadded
{ /*tal como vindo da ficha do utilizador*/
    padding-left: 5px !important;
}

.SpecialGrey
{ /*tal como vindo da ficha do utilizador*/
    background-color: #343f45;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.TituloNaLinhaDaGrid
{
    padding-bottom: 8px;
	width: 80%;
	display: inline-block;
}

.TituloNaLinhaDaGrid_botoes
{
    padding-bottom: 8px;
	width: 19%;
	text-align: right;
	display: inline-block;
}

.FieldsetNaGrid
{
    padding: 0px 0px 0px 10px;
    border-color: #8a9297;
}

.TemplatesFieldsetDificuldade
{
    padding: 0px 0px 0px 10px;
    margin-top: 7px;
    height: 113px;
    border-color: #8a9297;
}

.TemplatesFieldsetLeft
{
    margin: 0px 10px 0px 0px !important;
    padding: 0px 0px 0px 10px;
    width: 15%;
    height: 110px;
    float: left;
    border-color: #8a9297;
}

.TemplatesFieldsetRight
{
    margin: -14px 0px 0px 0px !important;
    padding: 0px 10px 10px;
    width: 45%;
    height: 100px;
    float: right;
    border-color: #8a9297;
}

.TemplatesdvLeft
{
    width: 79%;
    float: left;
}

.TemplatesdvRight
{
    width: 20%;
    float: right;
}

.TemplatesNExercicios
{
    width: 15%;
    text-align: right;
    float: right;
}
/* Fim dos Templates                            */



/************************************************/
/* Telerik                                      */
/************************************************/

.mapa_canvas 
{
    width: 500px!important;
    height: 250px!important;
}

.RadUpload_SkinDaTelerik .ruButton 
{
    color: black!important;
    background: linear-gradient(#e6e6e6 , #b3b3b3)!important;
}

.RadComboBox_SkinDaTelerik .rcbReadOnly .rcbInput 
{
    color: white!important;
}

	.RadCalendarPopup.RadCalendarPopupShadows td:nth-child(8) 
	{
		background: lightgrey;
	}

	.RadCalendarPopup.RadCalendarPopupShadows td:nth-child(7) 
	{
		background: lightgrey;
	}

.RadCalendar_SkinDaTelerik .rcMain .rcWeekend a 
{
	background: lightgrey!important;
}

.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;
}

th#ctl00_MainContent_Sched1_RdtpData_calendar_Top_cs_6 
{
    color: red;
}

th#ctl00_MainContent_Sched1_RdtpData_calendar_Top_cs_7 
{
    color: red;
}

span#ctl00_MainContent_ucDadosPessoais1_RbtnBack 
{
    content: "\007c";
    margin-left: 0.65ch;
}

#MainContent_div_entidade 
{
    display: none;
}

span#ctl00_MainContent_ucDadosPessoais1_BtnEdicaoOKNext 
{
    width: 150px;
}

span#ctl00_MainContent_Entrar1_DckExtFinanceiro_C_RbtnFinanceiro 
{
    width: 80px;
}

span#ctl00_MainContent_Entrar1_BtnLoginNIF 
{
	width:auto!important;
}
span#ctl00_MainContent_Entrar1_BtnLoginFacebook 
{
	width:auto!important;
}
span#ctl00_MainContent_Entrar1_BtnRegistoIntro 
{
	width:auto!important;
}
span#ctl00_MainContent_Entrar1_BtnRegistoIntroNew 
{
	width:auto!important;
}

#ctl00_MainContent_ucDadosPessoais1_RbtnInscrever
{
	width:358px!important;
}

#ctl00_MainContent_ucDadosPessoais1_RbtnServicos
{
	width:358px!important;
}

#ctl00_MainContent_ucDadosPessoais1_RbtnBackNovo
{
	width:358px!important;
}

#ctl00_MainContent_ucDadosPessoais1_RbtnCancelar
{
	width:358px!important;
}

.RadTreeList_SkinDaTelerik .rtlCollapse
{
	margin-left:64%!important;
	background-color: grey!important;
	box-sizing: border-box;
	padding: 0;
}

.RadTreeList_SkinDaTelerik .rtlExpand
{
	margin-left:64%!important;
	background-color: grey!important;
	box-sizing: border-box;
}

.RadComboBox_SkinDaTelerik .rcbArrowCell
{
	border-color: #ad1f23!important;
    color: black;
    background-color: #ad1f23!important;
	background-image: none;
}

.RadComboBox_SkinDaTelerik 
{
	border-color: #ad1f23!important;
    color: black;
}

.RadComboBox_SkinDaTelerik .rcbFocused .rcbReadOnly .rcbInputCell
{
	border-color:#ad1f23!important;
	background-color:#b3b3b3!important;
	background-image:none!important;
}

.RadComboBox_SkinDaTelerik .rcbReadOnly .rcbInput
{
	color:white;
}

.RadComboBox_SkinDaTelerik .rcbReadOnly .rcbInputCell
{
	background-color:#b3b3b3!important;
}

.riTextBox.riHover, .riTextbox.riFocused
{
	color:white!important;
	border-color:#ad1f23!important;
}

html body .RadInput .riTextBox:disabled, html body .RadInputMgr:disabled 
{
    opacity: 0;
	background-color:#981b1f!important;
}



.riTextBox.riEmpty
{
	color:white!important;
}
html body .RadInput_SkinDaTelerik .riEmpty, html body .RadInput_Empty_SkinDaTelerik 
{
	color: white;
}

a#ctl00_MainContent_RmypDataPagamento_popupButton
{
	border: 1px solid whitesmoke;
    height: 24px;
}

span#ctl00_MainContent_Sched1_RbtnMarcar 
{
    /* width: 90px!important; */
	height: 32px;
}

.portal_dados_pessoais_escolha .rbLinkButton
{
    width: 360px !important;
    vertical-align: middle;
}

.portal_pagamentos_horario_botoes .rbLinkButton
{
    width: 353px !important;
    vertical-align: middle;
}
/*span#ctl00_MainContent_RbtnBack 
{
    width: 353px; 
}

span#ctl00_MainContent_RbtnPagarTotalPaypal 
{
    width: 353px; 
}*/

.RadTreeList .rtlR, .RadTreeList .rtlA, .RadTreeList .rtlREdit, .RadTreeList .rtlRFooter
{
	background: linear-gradient(#e6e6e6 , #b3b3b3)!important;
}

html body .RadInput_SkinDaTelerik .riHover, html body .RadInput_Hover_SkinDaTelerik 
{
	border-color: #ad1f23;
    color: white;
}

html body .RadInput_SkinDaTelerik .riTextBox, html body .RadInputMgr_SkinDaTelerik
{
	background:#b3b3b3!important;
}

.RadComboBox_SkinDaTelerik .rcbDisabled .rcbReadOnly .rcbInputCell
{
	background-color:#981b1f!important;
}

.RadRotator_SkinDaTelerik div.rrClipRegion
{
	background-color:transparent!important;
}

ul#ctl00_MainContent_ucDadosPessoais1_AupFotoIndividuoListContainer 
{
	padding-left: 6px;
	width: 100%;
}

input#MainContent_ucDadosPessoais1_IbtnScheduleVoltar
{
	margin-top: -40px!important;
    padding-left: 102vh!important;
}

/* .rtlR, .rtlA */
/* { */
	/* background-color:whitesmoke!important; */
/* } */


span#ctl00_MainContent_ucDadosPessoais1_BtnConfirmarDados 
{
    width: 220px;
}

span#ctl00_MainContent_ucDadosPessoais1_BtnAlterarDados 
{
    width: 238px;
}

span#ctl00_MainContent_ucDadosPessoais1_RbtnBack 
{
    width: 150px;
}

.RadTreeList_SkinDaTelerik a, .RadTreeList_SkinDaTelerik input
{
	color:black;
}

.RadTreeList_SkinDaTelerik .rtlVBorders td.rtlL, .RadTreeList_SkinDaTelerik .rtlLines td.rtlL
{
	background-color:transparent!important;
}

.RadTreeList_SkinDaTelerik, .rtlCEdit div.RadTreeList_SkinDaTelerik
{
	border-color: #828282!important;
    /* border-color: #232e33; */
    background: transparent!important;
    color: initial!important;
}

.RadDock_SkinDaTelerik .rdMiddle .rdCenter, .RadDock_SkinDaTelerik .rdBottom .rdCenter,
.RadDock_SkinDaTelerik .rdBottom .rdLeft, .RadDock_SkinDaTelerik .rdBottom .rdRight
{
	background-color:transparent!important;
}

.RadDock_SkinDaTelerik .rdTable .rdMiddle .rdLeft, .RadDock_SkinDaTelerik .rdTable .rdMiddle .rdRight
{
	background-color:transparent!important;
}

.RadDock_SkinDaTelerik div.rdContent
{
	color: black!important;
	background-color:transparent!important;
}

.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, #e6e6e6 , #b3b3b3 )!important;
	background: -o-linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* Standard syntax */
}

.RadDock .rdTable, .RadDock .rdTable .rdLeft, .RadDock .rdTable .rdCenter, .RadDock .rdTable .rdRight
{
	background-image: -webkit-linear-gradient(top, #e6e6e6 , #b3b3b3 )!important;	
	background: -o-linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* Standard syntax */
}



html .RadButton_SkinDaTelerik.rbSkinnedButton, html .RadButton_SkinDaTelerik.rbLinkButton, 
html .RadButton_SkinDaTelerik.rbVerticalButton
{
	color:black!important;
	background-image: -webkit-linear-gradient(top, #e6e6e6 , #b3b3b3 )!important;
    background: -o-linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #e6e6e6 , #b3b3b3)!important; /* Standard syntax */
}




html .RadButton_SkinDaTelerik.rbLinkButton
{
	border-color: white!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;*/
}

.RadGrid_SkinDaTelerik input
{
	background-color:#cccccc!important;
}


.RadGrid_SkinDaTelerik .rgRow a, .RadGrid_SkinDaTelerik .rgRow input, .RadGrid_SkinDaTelerik .rgAltRow a, 
.RadGrid_SkinDaTelerik .rgAltRow input, .RadGrid_SkinDaTelerik .rgEditRow a, .RadGrid_SkinDaTelerik .rgEditRow input, 
.RadGrid_SkinDaTelerik .rgFooter a, .RadGrid_SkinDaTelerik .rgFooter input, .RadGrid_SkinDaTelerik .rgEditForm a, 
.RadGrid_SkinDaTelerik .rgEditForm input
{
	color:#444444!important;
}


.RadGrid_SkinDaTelerik
{
	background-image: -webkit-linear-gradient(top, #b3b3b3 , #b3b3b3 )!important;
	background: -o-linear-gradient(top, #b3b3b3 , #b3b3b3)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #b3b3b3 , #b3b3b3)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #b3b3b3 , #b3b3b3)!important; /* Standard syntax */
	color:#444444!important;
}

.RadTreeList_SkinDaTelerik .rtlTable
{
    font-size: 12px !important;
}

.RadAjax_SkinDaTelerik .raDiv
{
    display: table !important;
}

    .RadAjax_SkinDaTelerik .raDiv span
    {
        display: table-cell !important;
        vertical-align: middle !important;
        font-size: 32px !important;
        padding-bottom: 80px;
        color: #000000;
    }

.portal_dados_pessoais .portal_botoes .RadButton
{
    margin-bottom: 3px;
}

.portal_dados_pessoais .portal_botoes .RadButton
{
    font-size: 11px !important;
}

.portal_dados_pessoais .portal_botoes .RadButton:nth-child(1)
{
    width: 38%;
    height: 69px !important;
}

.portal_dados_pessoais .portal_botoes .RadButton:nth-child(1) span
{
    position: relative;        
    bottom: 90%;
    margin-left: 5px;
    line-height: 21px;
    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: 45px;
}

.portal_inscricoes .portal_botoes .RadButton
{
    margin: 3px 0;
}

.portal_inscricoes_inscrever .portal_botoes .RadButton
{
    margin: 3px 0;
}

.portal_inscricoes_horario_botoes .rbLinkButton
{
    width: 300px !important;
    vertical-align: middle;
}

/*.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("http://www.esport.pt/Dev/ESportDocs/Portal/App_Themes/Estudante/Images/info16.png") no-repeat;
    }

    #aToolTip 
    {
        display: none;
        position: absolute;
        z-index: 50000;
    }
    #aToolTip .aToolTipContent 
    {
        background: #fefcd3 none repeat scroll 0 0;
        border: 1px solid #33322a;
        margin: 0;
        padding: 3px;
        position: relative;
        width: 170px;
        color: #33322a;
        font-family: Arial;
        font-size: 10px;
        line-height: 13px;
    }

    /*Fim VISA - CGD                              */
.portal_mapa_aulas h2
{
    font-size: 16px !important;
}

.padding_rep
{
    padding-bottom: 20px;
}

.Avaliacao_ParamTree
{
	overflow: hidden !important;
}

.Avaliacao_ParamTree .rtIn
{
	width: 100% !important;
}

.Avaliacao_ParamNodeTable
{
	width: 100% !important;
	table-layout: fixed !important;
}

.Avaliacao_ParamNodeTable .Avaliacao_ParamNodeTable_CellDesc
{
	text-align: left;
	width: 100%;
}

.Avaliacao_ParamNodeTable .Avaliacao_ParamNodeTable_CellDesc span:nth-child(2), .div_avalcompetencias_passo .Avaliacoes_Titulo, .div_programa_passo .Avaliacoes_Titulo
{
	vertical-align: super;
}

.Avaliacao_ParamNodeTable .Avaliacao_ParamNodeTable_CellButtons
{
	width: 100px !important;
}
.TreeViewOddRow
{
    background-color: #3e4851;
}

.TreeViewEvenRow
{
    background-color: #343f45;
}

.Avaliacoes_Obj_TextArea
{
	height: 80px !important;
}

.Avaliacoes_Param_Tooltip .rtWrapperContent div
{
	font-size: 32px !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;
}

.div_adicionarprojecto .Avaliacoes_Titulo
{
	line-height: 50px;
}

.div_adicionarprojecto_opcoes
{
	padding: 10px !important;
}

.div_avalcompetencias_mainleft_desc
{
	width: 85px;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
	color: #c6e122;
}

.div_avalcompetencias_mainleft_value
{
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
}

.div_avalcompetencias_mainright_desc
{
	width: 85px;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
	color: #c6e122;
}

.div_avalcompetencias_mainright_value
{
	width: 120px;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
}

.div_avalcompetencias_mainleft_value .RadInput_SkinDaTelerik, .div_programa_mainleft_desc .RadEditor
{
	width: 100% !important;
}

.reModule
{
	display: none;
}

.adicionartopico_botoes, .div_avalcompetencias_modelo_biblio, .div_avalcompetencias_modelo_autor, .div_avalcompetencias_modelo_data
{
	color: #c6e122;
	vertical-align: top;
}

.div_avalcompetencias_modelo
{
	padding: 10px !important;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.div_avalcompetencias_modelo_biblio
{
	width: 40%;
}

.div_avalcompetencias_modelo_autor
{
	width: 40%;
}

.div_avalcompetencias_modelo_data
{
	width: 20%;
}

.gridColumnMargin10
{
	margin: 10px !important;
	background-color: #35434b !important;
}

.adicionartopico_linhagrupo, .adicionarsumario_linhagrupo
{
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

.div_avalcompetencias_grid .RadGrid_SkinDaTelerik, .div_programa_grid .RadGrid_SkinDaTelerik
{
	background-color: transparent !important;
}

.div_avalcompetencias_grid .RadGrid_SkinDaTelerik table, .div_programa_grid .RadGrid_SkinDaTelerik table
{
	border-collapse: separate !important;
	border-spacing: 2px 0 !important;
}

.adicionartopico_botoesbottom
{
	margin: 10px 0;
}

.table_adicionartopico_opcoes
{
	width: 100%;
}

.tr_adicionartopico_desc, .td_adicionartopico_exerciciostitle, .td_adicionartopico_horx
{
	color: #c6e122;
	width: 15%;
	padding: 10px;
}

.tr_adicionartopico_value
{
	width: 85%;
	padding: 10px;
}

.AlertBColorRed
{
	background-color: #c11b17 !important;
	color: black !important;
}

.img_param_icon
{
	width: 24px;
	height: 24px;
}

.avalcompetencias_icontitle
{	
	width: 32px;
	height: 32px;
}

.div_avalcompetencias_passo, .div_programa_passo
{
	margin-bottom: 10px;
}

.table_opcoes_aval_comp
{
	width: 100%;
}

.table_opcoes_aval_comp_td1titulo, .table_opcoes_aval_comp_td2titulo
{
	width: 15%;
	text-align: right;
	padding: 5px;
}

.table_opcoes_aval_comp_td1ctr, .table_opcoes_aval_comp_td2ctr
{
	width: 35%;
	padding: 5px;
}

.table_opcoes_aval_comp .ComboAvalComp
{
	width: 100% !important;
}

.RadDock .rdBottom .rdCenter
{
	background-color: transparent !important;
}

.gridAvalCompNum
{
	width: 70px !important;
}

.gridAvalCompNome
{
	width: 250px !important;
}

.gridAvalCompTopicoTXT
{
	width: 200px !important;
}

 .gridAvalCompTopicoDDL .ComboAvalTopico
{
	width: 60px !important;
	float: left !important;
	background-color: #808080;
}

.gridAvalCompTopicoTXT .TextAvalTopico
{
	width: 150px !important;
	float: left !important;
}

.gridAvalCompTopicoDDL .LabelAvalTopico, .gridAvalCompTopicoTXT .ImgAvalTopico
{
	float: right !important;
}

.dvGrid .rgHeader
{
	text-transform: none !important;
	font-size: 16px !important;
    font-family: arial, sans-serif;
	margin: 25px auto;
}

.gridAvalTituloSpanLeft
{
	width: 50%;
	text-align: left;
	float: left;
}

.gridAvalTituloSpanRight
{
	width: 50%;
	text-align: right;
	float: right;
}

.gridAvalCompTopicoDDL
{
	width: 120px !important;
}

.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;
}

.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;
	float: right;
}

.img64
{
	max-width: 64px;
	max-height: 64px;
	width: auto;
	height: auto;
}

.SearchDialogDvSearch
{
	margin-bottom: 10px;
	width: 100%;
	table-layout: fixed;
}

	.SearchDialogDvSearch .SearchDialogCriteriaLabel
	{
		width: 15%;
	}

	.SearchDialogDvSearch .SearchDialogCriteriaChk
	{
		width: 5%;
		text-align: center;
	}

	.SearchDialogDvSearch .SearchDialogCriteriaInput
	{
		width: 80%;
	}
	
	.SearchDialogDvSearch .SearchDialogCriteriaCtrLarge
	{
		width: 97% !important;
	}
	
	.SearchDialogDvSearch .SearchDialogCriteriaCtrLargeHalf
	{
		width: 53% !important;
	}
	
	.SearchDialogDvSearch .SearchDialogCriteriaCtrPais
	{
		width: 5% !important;
	}
	
	.SearchDialogDvSearch .SearchDialogCriteriaCtrNIF, .SearchDialogDvSearch .SearchDialogCriteriaCtrNCartao, .SearchDialogDvSearch .SearchDialogCriteriaCtrTxtDoc, .SearchDialogDvSearch .SearchDialogCriteriaCtrTlmv,
	.SearchDialogDvSearch .SearchDialogCriteriaCtrDtNasc, .SearchDialogDvSearch .SearchDialogCriteriaCtrSocioN, .SearchDialogDvSearch .SearchDialogCriteriaCtrSocioL
	{
		width: 20% !important;
	}
	
	.SearchDialogDvSearch .SearchDialogCriteriaCtrCmbDoc
	{
		width: 25% !important;
	}

.AlertBColorYellow
{
  background-color: #f88017 !important;
}

.ListaClienteTopNav
{
	table-layout: fixed;
	width: 100%;
	margin: 15px auto;
}

.ListaClienteTopNavBtn
{
	height: 30px !important;
	background-color: gray !important;
	background-image: none !important;
}

.ListaClienteTopNavBtn:hover, .ListaClienteTopNavBtnActive
{
	background-color: #35434b !important;
	background-image: none !important;
}

.rgPager .RadComboBox
{
	width: 70px !important;
}

.UserBColorState1
{
    background-color: #59C110 !important;
}

.UserBColorState2
{
    background-color: #F88017 !important;
}

.UserBColorState3
{
    background-color: #C11B17 !important; /*#a40952*/
}

.RadGridImages_Css
{
	text-align: center;
}

.TransferConfirmDiv
{
	position: fixed;
	width: 100vw;
	left: 0vw;
	height: 100vh;
	bottom: 0vh;
	background-color: transparent;
}

.TransferConfirmDivMain
{
	position: fixed;
	width: 30vw;
	left: 33vw;
	height: 50vh;
	bottom: 25vh;
	background-color: dimGray;
	padding: 1vh 3vh;
	border: groove gray;
}

	.TransferConfirmDivMain h2
	{
		margin-bottom: 3vh;
	}

	.TransferConfirmDivMain .div_warn
	{
		color: red;
		margin: 2vh 0;
		font-size: large;
	}
	
	.TransferConfirmDivMain .div_auth
	{
		margin-bottom: 3vh;
	}

.div_programa_mainleft_desc
{
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
	width: 100%;
}

.avalcompetencias_table, .avalcompetencias_tableinfo, .table_adicionartopico_hor, .table_adicionartopico_opcoes, .table_adicionartopico_exercicios
{
	table-layout: fixed;
	width: 100%;
}

.avalcompetencias_div
{
	display: inline-block;
	width: 70%;
}

.avalcompetencias_divinfo
{
	display: inline-block;
	width: 29%;
	vertical-align: top;
}

.div_programa_mainright_desc
{
	width: 45%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
	color: #c6e122;
}

.div_programa_mainright_value
{
	width: 55%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 10px !important;
}

.avalcompetencias_tablever
{
	margin-top: 20px;
}

.avalcompetencias_ver
{
	vertical-align: middle;
}

.avalcompetencias_ver_titulo
{
	color: #c6e122;
	width: 50px;
}

.avalcompetencias_ver_check
{
	vertical-align: middle;
}

.avalcompetencias_ver_gravar
{
	text-align: right;
	width: 62px;
}

.avalcompetencias_aulas_left
{
	width: 40%;
	color: #c6e122;
}

.avalcompetencias_aulas_right
{
	width: 60%;
}

body.radEditorContentClass
{
	background: #29343b !important;
}/*COLOCAR COM A MESMA COR DO RadTextBox e/ou RadTooltip*/

.div_programa_descricoesgrid
{
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.div_programa_descricoesgrid *
{
    margin: 0 !important;
    padding: 0 !important;
}

.td_adicionartopico_horini
{
	width: 40%;
}

.td_adicionartopico_horfim
{
	width: 45%;
}

.avalcompetencias_ver_check
{
	padding-left: 3px;
	vertical-align: middle;
}

.programacurso_warn
{
	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_tabletreeheader td
{
	text-align: left;
	margin: 0;
	padding: 0.5rem;
}

.programacurso_tabletree td > span, .td_sumario_desc > span
{
    height: 25px;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    margin: 0;
	width: 100%;
}

.programacurso_tdfulldesc > span
{
	height: 100% !important;
}

.td_programacurso_seq, .td_sumario_seq
{
	width: 60px;
	padding-left: 2px;
}

.td_programacurso_seq0, .td_sumario_seq0
{
	width: 36px;
	padding-left: 2px;
}

.td_programacurso_seq1, .td_sumario_seq1
{
	width: 15px;
	padding-left: 2px;
}

.td_sumario_seq_edit
{
	width: 66px;
}

.td_programacurso_1x, .td_programacurso_2x, .td_programacurso_3x, .td_programacurso_4x, .td_programacurso_5x
{
	width: 30px;
}

.td_programacurso_op, .td_sumario_op
{
	width: 90px;
}

.td_programacurso_data, .td_sumario_data
{
	width: 100px;
}

.td_sumario_data_edit
{
	width: 140px;
}

.td_sumario_desc
{
	width: 100%;
}

.td_sumario_NUtentes
{
	width: 0px;
}

.td_sumario_assid
{
	width: 0px;
}

.td_programacurso_edit, .td_programacurso_del, .td_sumario_edit, .td_sumario_del
{
	width: 20px;
}

.td_sumario_edit_buttons
{
	width: 25px;
	text-align: center;
}

.div_programa_grid .Avaliacao_ParamTree .rtIn, .div_sumario_gridscroll .Avaliacao_ParamTree .rtIn
{
	margin: 0 !important;
	padding: 0 !important;
}

.rbToggleButton
{
	vertical-align: middle !important;
	line-height: 20px !important;
}

.rbToggleButton .rbPrimary
{
	padding-left: 5px !important;
}

.rbToggleButton .rbPrimaryIcon, .rbToggleButton .rbSecondaryIcon
{
	vertical-align: middle !important;
	left: 0 !important;
	top: 0 !important;
	position: relative;
	display: inline-block;
}

.Chk_Context
{
	width: 140px !important;
}

.avaliacaoextracto_marcarlegenda
{
	text-align: left;
}

.disabled_calendar_day a, .disabled_calendar_day span
{
	color: #677277 !important;
}

.enabled_calendar_day a, .enabled_calendar_day span
{
	color: #c1c7ca !important;
}

.div_sumario_presencas
{
	height: 55vh;
	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;
}

.grid_presencas
{
	height: 80% !important;
	margin-top: 20px !important;
}

/* NPS */


.portal_NPS .divButton
{
    width: 50px;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 2px inset transparent;
}

    .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;
}

.RadRotator .rrButton
{
	display: none !important;
}

