﻿/* SharePoint Names */
H1.fs-Element-H1 {
	-ms-name: "Heading 1";
}

H2.fs-Element-H2 {
    -ms-name: "Heading 2";
}

H3.fs-Element-H3 {
    -ms-name: "Heading 3";
}

strong.fs-Element-strong{
    -ms-name: "Bold";	
}

em.fs-Element-em{
	-ms-name: "Emphasis";
}

p.fs-Element-p{
	-ms-name: "Paragraph";
}

/* Styles */

H2.fs-Element-H2 {

}

H3.fs-Element-H3 {

}

strong.fs-Element-strong{

}

em.fs-Element-em{

}

p.fs-Element-p{

}


.fs-Style-bold_pink {
    -ms-name:"Negrito";
    color: #EE2429;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.fs-Style-normal_title_pink {
    -ms-name:"Título";
    color: #EE2429;
    font-size: 1.125em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.fs-Style-big_title_pink {
    -ms-name:"Título Grande";
    color: #EE2429;
    font-size: 1.25em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.fs-Style-normal_gray {
    -ms-name:"Cinzento";
    color: #909090;
}

.fs-Style-small_gray {
    -ms-name:"Cinzento Pequeno";
    color: #909090;
    font-size: 0.75em;
}

.fs-Style-normal_title_gray {
    -ms-name:"Título Cinzento";
    color: #4d4d4d;
    font-size: 1em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.fs-Style-big_title_gray {
    -ms-name:"Título Grande Cinzento";
    color: #4d4d4d;
    font-size: 1.25em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.fs-Style-section_title_pink {
    -ms-name:"Título de Secção";
    color: #EE2429;
    font-size: 2.375em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.fs-Style-section_title_gray {
    -ms-name:"Título de Secção Cinzento";
    color: #252C31;
    font-size: 2.375em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.fs-Style-subtitle_gray {
    -ms-name:"Sub-Título Cinzento";
    color: #252C31;
    font-size: 1.875em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.fs-Style-intro_paragraph {
    -ms-name:"Introdução de Parágrafo";
    color: #4d4d4d;
    font-size: 1.625em;
    line-height: 1.3em;
}

.fs-Style-module_title {
    -ms-name:"Título de Módulo";
    color: #252C31;
    font-size: 1.125em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.fs-Table-default,
TH.fs-Table-default,
TD.fs-Table-default,
TH.fs-TableFooterRow-default,
TD.fs-TableFooterRow-default {
    -ms-name:"Tabela Fidelidade";
    background: #FFFFFF;
    border-bottom: 1px solid #e8e8e9;
    padding: 10px 25px;
    color: #252c31;
    font-size: 0.875em;
}


/*Wrapper stuff*/
.wrapper_editor a {
    color: #EE2429;
    text-decoration: underline;
}

.wrapper_editor .bold_pink {
    color: #EE2429;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.wrapper_editor .normal_title_pink {
    color: #EE2429;
    font-size: 1.125em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.wrapper_editor .big_title_pink {
    color: #EE2429;
    font-size: 1.25em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.wrapper_editor .normal_gray {
    color: #909090;
}

.wrapper_editor .small_gray {
    color: #a8afb2;
    font-size: 0.75em;
}

.wrapper_editor .normal_title_gray {
    color: #4d4d4d;
    font-size: 1em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.wrapper_editor .big_title_gray {
    color: #4d4d4d;
    font-size: 1.25em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
}

.wrapper_editor .section_title_pink {
    color: #EE2429;
    font-size: 2.375em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.wrapper_editor .section_title_gray {
    color: #252C31;
    font-size: 2.375em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.wrapper_editor .subtitle_gray {
    color: #252C31;
    font-size: 1.875em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}

.wrapper_editor .intro_paragraph {
    color: #4d4d4d;
    font-size: 1.625em;
    line-height: 1.3em;
}

.wrapper_editor .module_title {
    color: #252C31;
    font-size: 1.125em;
    font-weight: 900;
    font-family: 'Lato','Trebuchet MS' sans-serif;
    text-transform: uppercase;
}


.wrapper_editor ul {
    list-style: none;
    list-style-image: url('../img/body/tick.png');
}


.wrapper_editor .fs-Table-default {
    background: #FFFFFF;
}

    .wrapper_editor .fs-Table-default th,
    .wrapper_editor .fs-Table-default td {
        border-bottom: 1px solid #e8e8e9;
        padding: 10px 25px;
        color: #252c31;
        font-size: 0.875em;
    }

    .wrapper_editor .fs-Table-default .fs-TableFooterRow-default th,
    .wrapper_editor .fs-Table-default .fs-TableFooterRow-default td {
        border: none;
    }
