﻿/* jCal */
#main .jCalMo {
    width: 188px !important;
    margin-left: 24px !important;
    height: 190px !important;
}

    #main .jCalMo:first-child {
        margin-left: 0 !important;
    }

    #main .jCalMo .dow {
        background-color: transparent !important;
        font-weight: bold !important;
        width: 20px !important;
        border: 1px solid transparent !important;
        margin: 1px !important;
    }

    #main .jCalMo .pday, #main .jCalMo .day, #main .jCalMo .aday {
        padding-top: 3px !important;
    }

    #main .jCalMo .day, #main .jCalMo .pday, #main .jCalMo .aday, #main .jCalMo .overDay, #main .jCalMo .invday, #main .jCalMo .selectedDay {
        width: 20px !important;
        height: 17px !important;
        border: 1px solid #A19689 !important;
        font-family: arial !important;
        font-size: 10px !important;
        margin: 1px !important;
    }

#main .jCal .monthName, #main .jCal .monthYear {
    padding-left: 2px;
    padding-right: 2px;
    text-align: right;
    text-transform: uppercase;
}

#main .jCal .right, #main .jCal .left {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

#main .jCalMo .currDay {
    background-color: #A19689;
    color: #FFFFFF;
    font-size: 11px !important;
    font-weight: bold !important;
}

#main .jCalMo .evtDay {
    background-color: #EE2429;
    color: #FFFFFF;
    font-size: 1.1em !important;
    font-weight: bold;
}
/*
#main .jCalMo .evtDay .event {
    background-color: #EE2429;
    border: 1px solid #FFFFFF;
    display: none;
    left: 20px;
    overflow: hidden !important;
    padding: 12px;
    position: relative;
    text-align: left;
    top: -20px;
    width: 120px;
    height:auto;
}

    #main .jCalMo .evtDay .event a {
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        display:inline-block;
        list-style:disc inside;
    }
*/
#calendar .event, #calendar2 .event {
    background-color: #EE2429;
    border: 1px solid #FFFFFF !important;
    display: none;
    height: auto;
    left: 20px;
    padding: 12px !important;
    position: relative;
    text-align: left;
    top: -20px;
    width: 250px;
}

    #calendar .event a, #calendar2 .event a {
        color: #FFFFFF !important;
        display: list-item;
        list-style: disc outside none;
        margin-left: 10px;
        white-space: normal !important;
    }
/* /jCal */
/* GERAL */
@font-face {
    font-family: AzoSans-Medium;
    src: url('fonts/AzoSans-Medium.eot');
    src: local('?'), url('fonts/AzoSans-Medium.woff') format('woff'), url('fonts/AzoSans-Medium.ttf') format('truetype'), url('fonts/AzoSans-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#main {
    color: #000;
    background-color: #FFF;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: arial, trebuchet ms, sans-serif, tahoma;
    font-size: 8pt;
}
    /*#main #header ::selection, #main #content ::selection, #main #footer ::selection {
color: #FFF;
background-color: #000;
}
#main #header ::-moz-selection, #main #content ::-moz-selection, #main #footer ::-moz-selection {
color: #FFF;
background-color: #000;
}*/
    #main a, #main a:link, #main a:active, #main a:visited {
        text-decoration: none;
        color: #000000;
    }

        #main a:hover {
            text-decoration: underline;
        }
    /*
#main #header div, #main #content div, #main #footer div {
	margin: 0;
	padding: 0;
	border: 0;
}
*/
    #main #header ul, #main #content ul, #main #footer ul {
        margin: 0;
        padding: 0;
    }

    #main #header a img, #main #content a img, #main #footer a img {
        /* override Sharepoint */
        border: 0;
    }

    #main #header ul li, #main #footer ul li {
        display: inline-block;
    }

    #main button {
    }

    #main #header, #main #footer {
        width: 100%;
    }

    #main #totalOverlay {
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        width: 100%;
        z-index: 200;
    }

    #main .placeholder {
        color: #AAA;
    }

    #main .menu {
        display: table !important;
        height: 43px;
        position: relative;
        width: 100%;
        z-index: 2 !important;
    }

    #main .ribbonBg {
        background: url("/Style%20Library/GDC/Images/galhardete1.png") no-repeat 0 0;
    }

    #main .boxIcon {
        position: relative;
    }

    #main .boxHeader {
        display: table-cell;
        float: right;
        height: 43px;
        overflow: hidden !important;
        text-align: left;
        text-transform: uppercase;
    }


    #main .boxHeaderTitle {
        color: #000000;
        display: table-cell;
        font-size: 11px;
        font-weight: bold;
        height: inherit;
        padding-left: 12px;
        text-transform: uppercase;
        vertical-align: middle;
    }

    #main .navLeft, #main .navRight {
        width: 36px;
        float: left;
        text-align: right;
        position: relative;
    }

    #main .navRight {
        float: right;
        text-align: left;
    }

    #main .navLeft div {
        position: absolute;
        right: 6px;
    }

    #main .navRight div {
        position: absolute;
        left: 6px;
    }
/* /GERAL */
/* HEADER */
#header {
    height: 160px;
    background: #FFF url("/Style%20Library/GDC/Images/headerBgPattern.png") repeat 0 0;
}

#wrapper {
    height: 117px;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
    width: 1000px;
}


#wrapperBg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#logoGDC {
    height: 116px;
    left: 33px;
    position: absolute;
    top: 0;
}

/*
#main #header {
	height: 259px;
	background: #FFF url("/Style%20Library/GDC/Images/headerBgPattern.png") repeat 0 0;
}
#main #header #wrapper {
	width: 1000px;
	height: 216px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#main #header #wrapper #wrapperBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main #header #wrapper a #logoGDC {
	width: 156px;
	height: 184px;
	position: absolute;
	top: 18px;
	left: 33px;
}

*/
#main #header #wrapper ul {
    position: absolute;
    bottom: 6px;
    right: 12px;
}

#searchInput {
    height: 32px;
    line-height: 32px;
    border: 0;
    padding: 0;
    width: 0;
    color: #000;
    display: none;
    float: left;
    margin-right: -3px; /* "cola" ao ícone */
}

#main #header .menu {
    /* <div> fundo do menu (barra) */
    background-color: #A19689;
}

    #main #header .menu #menuItems {
        /* <ul> menu 1º nível */
        width: 1000px;
        margin: 0 auto;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        z-index: 1;
    }

#menuItems > li {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 198px;
}



#main #header .menu #menuItems > li:first-child {
    border-left: 1px solid #FFF;
    margin-left: 0;
}

#main #header .menu #menuItems .menuItemHover {
    background: url('/Style%20Library/GDC/Images/menuHoverTitleBg.png') no-repeat 0 0;
    width: 200px;
    height: 59px;
    position: absolute;
    top: -11px;
    padding-top: 21px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: default;
}

#main #header .menu #menuItems > li > .subMenuItems {
    /* <ul> menu 2º nível */
    width: 200px !important;
    background: url("/Style%20Library/GDC/Images/menuHoverOptionsBg.png") no-repeat bottom center;
    position: relative;
    top: 14px;
    padding: 0px 0px 53px 0px;
    display: none;
    text-align: left;
    border-top: 5px solid #FFFFFF;
    overflow: hidden;
    z-index: 10;
}

    #main #header .menu #menuItems > li > .subMenuItems li {
        display: list-item;
        margin-top: 0px;
    }

        #main #header .menu #menuItems > li > .subMenuItems li:first-child {
            margin-top: -1px;
        }

        #main #header .menu #menuItems > li > .subMenuItems li a {
            color: #FFFFFF;
            display: table;
            font-size: 12px;
            font-weight: bold;
            height: auto;
            line-height: 1em;
            margin: 1px -9px 0;
            padding: 7px 10px 7px !important;
            vertical-align: middle;
            width: 168px;
        }

            #main #header .menu #menuItems > li > .subMenuItems li a:hover {
                color: #000;
                background-color: #FFF;
                text-decoration: none;
            }

ul.subMenuItems {
    display: none;
}
/* /HEADER */
/* CONTEÚDO */
#main #content {
    display: table;
    margin: 0 auto;
    width: 1000px;
}

    #main #content #carousel, #main #content #calendar {
        width: 750px;
        min-width: 750px;
        height: 250px;
        max-height: 250px;
        float: left;
        /*overflow: hidden;*/
    }

    #main #content #calendar {
        max-width: 750px;
    }

    #main #content #quickLinks, #main #content #documents, #main #content #stats, #main #content #magazine {
        float: right;
        height: 250px;
        overflow: hidden;
        width: 250px;
    }
    /* Slideshow */
    #main #content #slideshow {
        float: left;
        height: 250px;
        width: 750px;
    }

        #main #content #slideshow #controls {
            bottom: 18px;
        }

            #main #content #slideshow #controls li {
                margin: 0;
            }
    /* /Slideshow */
    /* Quick Links */
    /*#main #content #quickLinks{
position: relative;
}*/
    #main #content #quickLinks #ribbonsList {
        background: url("/Style%20Library/GDC/Images/ribbonsList_fundo.png") repeat-x scroll left top transparent;
        display: inline-block;
        float: left;
        height: 84px;
        width: 250px;
    }

        #main #content #quickLinks #ribbonsList li {
            background: url('/Style%20Library/GDC/Images/galhardete3.png') no-repeat scroll 0 bottom transparent;
            display: inline;
            float: left;
            margin-left: 6px;
            text-align: center;
            width: 58px;
            min-height: 68px;
        }

            #main #content #quickLinks #ribbonsList li:first-child {
                margin-left: 0;
            }


            #main #content #quickLinks #ribbonsList li a {
                color: #FFFFFF;
                display: table-cell;
                font-weight: normal;
                height: 30px;
                padding: 12px 4px 26px 4px;
                text-transform: uppercase;
                vertical-align: middle;
                width: 50px !important;
                text-align: center;
            }

.ajustador {
    display: block;
    font-weight: bold;
    width: 50px;
}
/*

#main #content #quickLinks #ribbonsList li a {
    color: #FFFFFF;
    display: block;
    font-size: 100%;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    padding: 12px 4px 26px 4px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px !important;
    text-align:center;
}

*/

#main #content #quickLinks #ribbonsList li a:hover {
    text-decoration: none;
}
/*#main #content #quickLinks #partnersList {
	display: inline-block;
	float: left;
	height: 166px;
	width: inherit;
}
#main #content #quickLinks #partnersList li {
	display: inline-block;
	float: left;
	height: 83px;
	width: 250px;
}
#main #content #quickLinks #partnersList li a {
	display: inline-block;
	height: inherit;
	width: inherit;
}
#main #content #quickLinks #partnersList li a:hover {
	display: inline-block;
	height: inherit;
	width: inherit;
	text-decoration: none;
	background-position: 10px center !important;
}*/
/* Carousel */
#main #content #carousel {
}

    #main #content #carousel .navLeft, #main #content #carousel .navRight {
        height: 221px;
    }

        #main #content #carousel .navLeft div, #main #content #carousel .navRight div {
            top: 95.5px;
            width: 17px;
            height: 30px;
        }

        #main #content #carousel .navLeft div {
            background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat scroll 0px 0px transparent;
            cursor: pointer;
        }

        #main #content #carousel .navLeft.inactive div {
            background-position: 0px -31px;
            cursor: default;
            right: 6px;
        }

        #main #content #carousel .navRight div {
            /*background: ;*/
            background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat scroll -18px 0px transparent;
            cursor: pointer;
        }

        #main #content #carousel .navRight.inactive div {
            background-position: -18px -31px;
            cursor: default;
            left: 6px;
        }

    #main #content #carousel #boxes {
        width: 678px;
        height: 221px;
        float: left;
        position: relative;
        overflow: hidden;
    }

        #main #content #carousel #boxes ul {
            width: 20000em;
            list-style: none;
            position: relative;
            margin: 0;
            padding: 0;
        }

            #main #content #carousel #boxes ul > li {
                margin-right: 6px;
                float: left;
                display: inline-block !important;
            }

                #main #content #carousel #boxes ul > li .carouselBox {
                    width: 222px;
                    height: 221px;
                    float: left;
                    position: relative;
                }

                    #main #content #carousel #boxes ul > li .carouselBox a .boxIcon {
                        display: block;
                        margin-bottom: 20%;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 20%;
                    }

                    #main #content #carousel #boxes ul > li .carouselBox .boxHeader {
                        width: 175px;
                        background-color: #A19689;
                    }

                        #main #content #carousel #boxes ul > li .carouselBox .boxHeader .boxHeaderTitle {
                            padding-left: 8px;
                        }




#boxes .boxHeaderTitle {
    display: block;
    height: 33px;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
}



#main #content #carousel #boxes ul > li .carouselBox .boxHeader .boxHeaderTitle a {
    color: #000000;
    display: table-cell;
    height: 43px;
    line-height: 1em;
    overflow: hidden;
    vertical-align: middle;
    width: 167px;
}

#boxes .boxHeaderTitle a {
    height: 34px !important;
}


#main #content #carousel #boxes ul > li .carouselBox .boxHeader span a {
    color: #FFF;
    text-transform: none;
    font-size: 12px;
}

    #main #content #carousel #boxes ul > li .carouselBox .boxHeader span a:hover {
        text-decoration: none;
    }

#main #content #carousel #boxes ul > li .carouselImg {
    width: 222px;
    height: 178px;
    margin-top: 43px;
}

.carouselImg > a {
    display: block;
    height: inherit;
    width: inherit;
}

.carouselImg img {
    float: left;
    margin-top: -178px;
    width: 222px;
    min-height: 178px;
}

#main #content #carousel #boxes ul > li .carouselBox .overlay, #main #content #carousel #boxes ul > li .carouselBox .carouselText {
    width: 222px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#main #content #carousel #boxes ul > li .carouselBox .overlay {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#main #content #carousel #boxes ul > li .carouselBox .carouselText {
    display: table;
}

    #main #content #carousel #boxes ul > li .carouselBox .carouselText > span {
        display: inline-block;
        height: 178px;
        overflow: hidden;
        padding: 0;
        vertical-align: middle;
        width: 222px;
    }

        #main #content #carousel #boxes ul > li .carouselBox .carouselText > span a {
            color: #FFFFFF;
            display: inline-block;
            height: 26px;
            line-height: 13px;
            overflow: hidden;
            padding: 127px 10px 0;
            text-align: justify;
            width: 202px;
        }

            #main #content #carousel #boxes ul > li .carouselBox .carouselText > span a:hover {
                text-decoration: none;
            }

            #main #content #carousel #boxes ul > li .carouselBox .carouselText > span a .highlightDate {
                bottom: 8px;
                clear: both;
                display: inline-block;
                float: left;
                font-size: 1.1em;
                font-weight: bold !important;
                left: 10px;
                position: absolute;
                width: 200px;
            }
/* /Carousel */
/* Documents */
#main #content #documents .boxIcon {
    top: 12px;
    left: 15px;
}

#main #content #documents .boxHeader {
    width: 203px !important;
    background-color: #D3CFC9;
    display: table;
    color: #000;
}

#main #content #documents > ul {
    margin-top: 36px;
}

    #main #content #documents > ul > li {
        display: list-item;
        display: table;
        width: 250px !important;
    }

        #main #content #documents > ul > li > ul > li {
            text-align: left;
            display: table-cell;
            vertical-align: middle;
        }

            #main #content #documents > ul > li > ul > li:first-child {
                width: 47px !important;
                min-width: 47px;
                max-width: 47px;
                text-align: center;
            }

            #main #content #documents > ul > li > ul > li[class~="docTitle"] {
                width: 149px !important;
                text-align: left;
            }

            #main #content #documents > ul > li > ul > li > a {
                color: #000;
                font-size: 11px;
            }

            #main #content #documents > ul > li > ul > li[class~="docDate"] {
                width: 54px !important;
                text-align: right;
                font-size: 9px;
                color: #A19689;
            }

#documents .docTitle a {
    text-decoration: none !important;
}

#documents a {
    text-decoration: none !important;
}

    #documents a:hover {
        text-decoration: underline !important;
    }

    #documents a:visited {
        text-decoration: none !important;
        color: #A19689 !important;
    }


/* /Documents */
/* Stats */
#main #content #stats {
    background-color: #D3D0C9;
}

    #main #content #stats .boxIcon {
        top: 12px;
        left: 15px;
    }

    #main #content #stats .boxHeader {
        width: 203px !important;
        background-color: #A19689;
    }

        #main #content #stats .boxHeader .boxHeaderTitle {
            color: #FFF;
        }

    #main #content #stats > ul {
        margin-top: 42px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #main #content #stats ul li {
        display: list-item;
    }

    #main #content #stats > ul > li > ul {
        height: 36px;
    }

        #main #content #stats > ul > li > ul > li {
            display: inline-block;
            text-align: right;
            width: 72px;
            color: #EE2429;
        }

            #main #content #stats > ul > li > ul > li:first-child {
                text-align: left;
                color: #000;
                margin-left: 48px;
            }
/* /Stats */
/* Protocolos 
#main #content #protocolos {
	width: 250px;
	height: 250px;
	float: left;
}
#main #content #protocolos .boxIcon {
	top: 12px;
	left: 12px;
	width: 24px;
	height: 24px;
}
#main #content #protocolos .boxHeader {
	width: 203px;
	display: table;
	background-color: #A19689;
	text-align: left;
}
#main #content #protocolos .boxHeader .boxHeaderTitle {
	color: #FFF;
}
#main #content #protocolos > ul {
	margin: 36px 0px 0px 0px;
}
#main #content #protocolos > ul > li {
	display: table;
	height: 28px;
	margin: 0 0 3px 47px;
}
#main #content #protocolos > ul > li > ul {
	height: inherit;
}
#protocolos > ul > li > ul > li {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 149px;
}
*/
#main #content #documents > ul > li > ul > li > a {
    color: #000000;
    font-size: 11px;
}

    #main #content #documents > ul > li > ul > li > a:link {
        text-decoration: underline;
    }

    #main #content #documents > ul > li > ul > li > a:hover {
        text-decoration: none;
    }

#main #content #protocolos > ul > li span a {
    color: #EE2429;
    font-weight: bold;
}

#main #content #protocolos .protDate {
    width: 54px;
    text-align: right;
    font-size: 9px;
    color: #A19689;
}

#protocolos .protTitle a {
    color: #000000;
    display: inherit;
    font-size: 11px;
    height: inherit;
    vertical-align: inherit;
    width: inherit;
}
/* /Protocolos */
/* Calendar */
#main #content #calendar .navLeft, #main #content #calendar .navRight {
    height: 207px;
}

#main #content #calendar .navLeft {
    margin-top: 43px;
}

    #main #content #calendar .navLeft div, #main #content #calendar .navRight div {
        top: 88.5px;
        width: 17px;
        height: 30px;
        cursor: pointer;
    }

    #main #content #calendar .navLeft div {
        background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat 0px 0px;
    }

#main #content #calendar .navRight div {
    background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat -18px 0;
}

#main #content #calendar .boxIcon {
    top: 10px;
    left: -28px;
}

#main #content #calendar .boxHeader {
    background-color: #D3CFC9;
    margin-top: -31px;
    width: 703px;
}

#main #content #calendar #months {
    float: left;
    position: relative;
    top: 9px;
    left: 6%;
    height: 190px !important;
}
/* Magazine */
#main #content #magazine {
    position: relative;
}

    #main #content #magazine img:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }

    #main #content #magazine .boxIcon {
        top: 10px;
        left: 14px;
    }

    #main #content #magazine .boxHeader {
        width: 203px !important;
        background-color: #A19689;
    }

        #main #content #magazine .boxHeader .boxHeaderTitle {
            color: #FFF;
        }

    #main #content #magazine #magazineImg {
        width: 250px;
        height: 207px;
    }

    #main #content #magazine .overlay, #main #content #magazine .magazineText {
        width: 250px;
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #main #content #magazine .overlay {
        background-color: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    #main #content #magazine .magazineText {
        display: table;
    }

        #main #content #magazine .magazineText span {
            padding-left: 18px;
            display: table-cell;
            vertical-align: middle;
        }

            #main #content #magazine .magazineText span a {
                color: #FFF;
                font-size: 10px;
            }

                #main #content #magazine .magazineText span a:hover {
                    text-decoration: none;
                }
/* MENU ESQUERDA */
#menuLeft {
    float: left;
    width: 250px;
    padding: 15px 0px 0px 0px !important;
}

    #menuLeft > ul {
        display: inline-block;
        padding: 15px 25px 0 !important;
        width: 200px;
    }

    #menuLeft a.corrente {
        color: #EE2429 !important;
        display: block;
    }

a.current > a.current {
    color: #000 !important;
}

#menuLeft li {
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
    width: inherit;
}

    #menuLeft li a {
        display: block;
        padding: 0 0 15px;
    }

ul.subMenuItems > li {
    padding-left: 15px !important;
    width: 100% !important;
}

.galhardete {
    background: url("/Style%20Library/GDC/Images/galhardete4.png") no-repeat scroll 0 2px transparent;
    display: inline-block;
    float: right;
    height: 20px;
    left: -102%;
    position: relative;
    width: 15px;
    z-index: auto;
}

.expansora.galhardete {
    color: #FFFFFF;
    cursor: pointer;
    display: table-cell;
    font-family: sans-serif;
    font-size: 1.4em;
    font-weight: 900;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 15px;
}

.expansor {
    border-radius: 10px 10px 0px 0px;
    color: #000000;
    float: left;
    text-align: justify;
    z-index: 1;
}

.expandida.exibida {
    border-radius: 0 0 10px 10px;
    margin: 0 0 10px !important;
    position: relative;
    float: left;
    width: 97.6%;
}

.acordeao tbody tr:nth-child(1) {
    position: relative !important;
    z-index: 1;
}

.acordeao tbody tr:nth-child(2) {
    position: relative !important;
    z-index: 0;
}

/* TAMANHOS DE TELA*/
#main #content #innerContent {
    background-color: #FFFFFF;
    float: left;
    min-height: 750px;
    padding: 25px;
    width: 450px;
}

#main #content #bigInnerContent {
    background-color: #FFFFFF;
    float: left;
    padding: 25px;
    width: 700px;
}

#main #content #breadcrumb {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #9F9687;
    cursor: default;
}

    #main #content #breadcrumb a {
        color: #9F9687;
        cursor: pointer;
    }

    #main #content #breadcrumb .nodeseparator {
        margin: 0 3px;
    }

    #main #content #breadcrumb .currentnode {
        font-weight: normal;
    }

#main #content .contentTitle {
    color: #EE2429;
    cursor: default;
    display: block;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: left;
}

#main #content .contentDate {
    color: #A19689;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
}

#content .initialText {
    color: #564F45;
    display: block;
    font-size: 1.7em;
    font-style: oblique;
    font-weight: normal;
    margin: 0 0 18px;
    text-align: left;
    clear: right;
}

#main #content .richContent {
    color: #000;
    background-color: #FFF;
    font-size: 12px;
    font-family: arial !important;
}

    #main #content .richContent ul {
        padding-left: 30px;
    }

        #main #content .richContent ul li {
            display: list-item;
        }

    #main #content .richContent a:link {
        text-decoration: underline;
    }

    #main #content .richContent a:hover {
        text-decoration: none;
    }

#main #content .ms-formfieldvaluecontainer:first-child {
    margin-top: -2px;
}

#main #content .ms-formfieldvaluecontainer input[type="text"] {
    border: 1px solid #7F9DB9;
    float: left;
    margin: 2px 3px 10px 0;
    min-height: 25px;
    width: 100%;
}
/*#main #content .ms-formfieldvaluecontainer input[type=text]:first-child{
margin-top: -2px;
}*/
#main #content .ms-dtinput input[type="text"] {
    width: 100%;
}

#main #content .ms-dtinput img {
    margin-left: 2px;
}

#main #content .ms-formfieldvaluecontainer input[type="checkbox"] {
    margin: 3px 0 6px 0;
}

#main #content .rightimage .ms-formfieldvaluecontainer,
#main #content .centralimage .ms-formfieldvaluecontainer,
#main #content .fichainscricao .ms-formfieldvaluecontainer,
#main #content .observacoes .ms-formfieldvaluecontainer {
    border: 1px solid #7F9DB9;
    margin-bottom: 10px;
}

#main #content .richContent .ms-formfieldvaluecontainer,
#main #content .leftrichContent .ms-formfieldvaluecontainer {
    border: 1px solid #7F9DB9;
    overflow: auto;
}

    #main #content .richContent .ms-formfieldvaluecontainer .ms-rtestate-field,
    #main #content .leftrichContent .ms-formfieldvaluecontainer .ms-rtestate-field {
        display: inline-block;
    }

        #main #content .richContent p,
        #main #content .leftrichContent p,
        #main #content .richContent .ms-formfieldvaluecontainer .ms-rtestate-field p,
        #main #content .leftrichContent .ms-formfieldvaluecontainer .ms-rtestate-field p {
            margin: 0;
        }

#main #content .richContent .ms-rte-border,
#main #content .leftrichContent .ms-rte-border {
    border: 1px solid #7F9DB9;
    margin-top: 2px;
    width: 100%;
}

#main #content .ms-formfieldlabel {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #CCC;
}

#main #content .ms-formfieldlabelcontainer, #main #content .panelmeta .MetaRobots {
    font-size: 10px;
    color: #999;
}

#main #content .panelmeta .MetaRobots {
    margin-bottom: 6px;
}

#main #content .panelevento .ms-formfieldcontainer, #main #content .panelmeta .ms-formfieldcontainer {
    margin-top: 6px;
}

    #main #content .panelmeta .ms-formfieldcontainer:first-child {
        margin-top: 0;
    }

#main #content .paneldestaque img {
    margin: 3px 0 0 -4px;
}

#main #content .paneldestaque, #main #content .panelevento, #main #content .panelmeta {
    border: 2px dotted #999999;
    display: inline-block;
    float: left;
    margin-top: 18px;
    padding: 6px;
    width: auto;
}
/* /Generic */
/* List */
#main #content #innerContent .listContent {
    margin-top: 18px;
}

    #main #content #innerContent .listContent .listBox {
        width: 452px;
        margin-bottom: 12px;
        border: 1px solid #ECEAE8;
        position: relative;
    }

        #main #content #innerContent .listContent .listBox img {
            position: absolute;
            top: -1px;
            left: -1px;
            display: block;
        }

        #main #content #innerContent .listContent .listBox .boxDate {
            width: 44px;
            position: relative;
            top: 6px;
            color: #FFF;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            float: left;
        }

        #main #content #innerContent .listContent .listBox .boxHeader {
            width: 406px;
            display: table;
            background-color: #ECEAE8;
            text-align: left;
            position: relative;
        }

            #main #content #innerContent .listContent .listBox .boxHeader .boxHeaderTitle a {
                color: #000;
                font-size: 12px;
                text-transform: none;
            }

        #main #content #innerContent .listContent .listBox .boxContent {
            font-size: 12px;
            color: #000;
            position: relative;
            margin-top: 60px;
            margin-left: 12px;
        }

            #main #content #innerContent .listContent .listBox .boxContent a {
                color: #000000;
            }

        #main #content #innerContent .listContent .listBox .boxLink {
            font-size: 12px;
            color: #000;
            position: relative;
            margin-top: 10px;
            margin-bottom: 5px;
            margin-left: 12px;
        }

            #main #content #innerContent .listContent .listBox .boxLink a {
                color: #000000;
            }

    #main #content #innerContent .listContent .listHistory {
        width: 452px;
        height: auto;
        position: relative;
    }

        #main #content #innerContent .listContent .listHistory img:first-child {
            position: absolute;
            top: 0;
            left: 0;
        }

        #main #content #innerContent .listContent .listHistory .boxIcon {
            top: 6px;
            left: 9px;
        }

        #main #content #innerContent .listContent .listHistory .boxHeader {
            width: 405px;
            display: table;
            background-color: #D3CFC9;
            text-align: left;
        }

        #main #content #innerContent .listContent .listHistory table {
            width: 100%;
            border-collapse: collapse;
        }

            #main #content #innerContent .listContent .listHistory table thead {
                background-color: #ECEAE8;
            }

                #main #content #innerContent .listContent .listHistory table thead tr th {
                    width: 50%;
                    text-align: right;
                    padding: 0 12px 6px 0;
                    height: 37px;
                    color: #000;
                    text-transform: uppercase;
                    font-size: 11px;
                    font-weight: bold;
                    vertical-align: bottom;
                }

                    #main #content #innerContent .listContent .listHistory table thead tr th:first-child {
                        text-align: left;
                        padding: 0 0 6px 12px;
                    }

            #main #content #innerContent .listContent .listHistory table tbody {
                color: #000;
            }

                #main #content #innerContent .listContent .listHistory table tbody .oddLine {
                    background-color: #FFF;
                }

                #main #content #innerContent .listContent .listHistory table tbody .evenLine {
                    background-color: #ECEAE8;
                }

                #main #content #innerContent .listContent .listHistory table tbody > tr > td {
                    width: 20%;
                    height: 30px;
                    font-size: 10px;
                    color: #A09688;
                    text-align: right;
                    padding: 0 12px 6px 0;
                    text-transform: uppercase;
                }

                    #main #content #innerContent .listContent .listHistory table tbody > tr > td:first-child {
                        width: 80%;
                        text-align: left;
                        color: #000;
                        font-size: 12px;
                        padding: 0 0 0 12px;
                        text-transform: none;
                    }

            #main #content #innerContent .listContent .listHistory table tfoot tr td {
                text-align: right;
                color: #000;
                height: 30px;
                background-color: #D3CFC9;
                padding: 0 12px 0 0;
                font-size: 12px;
                font-weight: bold;
            }

                #main #content #innerContent .listContent .listHistory table tfoot tr td div, #main #content #innerContent .listContent .listHistory table tfoot tr td span {
                    float: right;
                }

                #main #content #innerContent .listContent .listHistory table tfoot tr td span {
                    margin: 0 6px;
                }

                #main #content #innerContent .listContent .listHistory table tfoot tr td div {
                    width: 11px;
                    height: 18px;
                    background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat -36px -68px;
                }

                    #main #content #innerContent .listContent .listHistory table tfoot tr td div:first-child {
                        background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat -48px -6px;
                    }

#main #content .listContent .listNav {
    width: 738px;
    padding-left: 12px;
    height: 30px;
    color: #000;
    background-color: #D3CFC9;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

    #main #content .listContent .listNav div {
        width: 11px;
        height: 18px;
        background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat -48px -6px;
        float: left;
    }

        #main #content .listContent .listNav div:first-child {
            background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat -36px -68px;
        }

    #main #content .listContent .listNav span {
        float: left;
        margin: 0 6px;
    }

        #main #content .listContent .listNav span a {
            margin-right: 5px;
        }
/* /List */
/* /CONTEÚDO */
/* RODAPÉ */
#main #footer {
    float: right;
}

    #main #footer .menu {
        background-color: #D3CFC9;
    }

        #main #footer .menu > div {
            width: 1000px;
            margin: 0 auto;
            display: table;
            text-transform: uppercase;
            font-size: 12px;
        }

            #main #footer .menu > div > span {
                text-align: left;
                color: #000;
                display: table-cell;
                vertical-align: middle;
                font-family: AzoSans-Medium;
                padding-left: 24px;
            }

            #main #footer .menu > div > ul {
                float: right;
                width: 250px !important;
                background-color: #A19689;
            }

                #main #footer .menu > div > ul > li {
                    display: table-cell;
                    font-weight: bold;
                    height: 43px;
                    padding: 0;
                    text-align: center;
                    vertical-align: middle;
                    width: 50%;
                }

        #main #footer .menu ul li a {
            color: #FFF;
        }

    #main #footer #logoLinks {
        text-align: center;
        padding-bottom: 30px;
    }
/* /RODAPÉ */
/* TUNNING */
#content.fundo {
    background: url("/Style%20Library/GDC/Images/fundo_content.png") repeat-y scroll 0 0 transparent;
}
/* CALENDAR */
#calendar .month, #calendar2 .month {
    clear: both;
    display: block;
    float: left;
    width: 120px !important;
}

#calendar .monthYear, #calendar .monthName, #calendar2 .monthYear, #calendar2 .monthName {
    float: right;
    font-size: 1.1em;
    font-weight: bold;
    width: auto !important;
    color: #EE2429;
}
/* CALENDAR 2 */
#calendar2 {
    float: right;
    height: 250px;
    width: 250px;
}

    #calendar2 #month .jCalMo {
        margin: 6px 0 0 5px !important;
    }

    #calendar2 #month #jCalMo {
        margin-left: 0px !important;
    }

    #calendar2 .navLeft {
        float: left;
        height: 150px;
        width: 36px;
    }

        #calendar2 .navLeft div {
            background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat scroll 0 0 transparent;
            height: 30px;
            left: 10px;
            top: 100px;
            width: 17px;
            cursor: pointer;
            position: relative;
        }

    #calendar2 .navRight {
        float: left;
        height: 150px;
        width: 36px;
    }

        #calendar2 .navRight div {
            background: url("/Style%20Library/GDC/Images/sp_arrows.png") no-repeat scroll -18px 0 transparent;
            height: 30px;
            left: 8px;
            top: 88px;
            width: 17px;
            cursor: pointer;
            position: relative;
        }

    #calendar2 .boxIcon {
        top: 10px;
        left: 7px;
    }

    #calendar2 .boxHeader {
        width: 203px;
        display: table;
        background-color: #A19689;
        text-align: left;
    }

        #calendar2 .boxHeader .boxHeaderTitle {
            color: #FFF;
        }

    #calendar2 #month {
        float: left;
        width: 178px;
    }


/* SEARCH */
.srch-Icon {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0 !important;
    width: 20px;
}


/* EVENTOS PAGELAYOUT INDIVIDUAL */

.evento {
    background: url("/Style%20Library/GDC/Images/galhardete1.png") repeat-x scroll center top transparent;
    float: left;
    height: 55px;
    margin: 0 10px 10px 0 !important;
    width: 47px;
}

    .evento .boxDate {
        width: 44px;
        position: relative;
        top: 6px;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        float: left;
    }

.contactForm {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.infoContactForm {
    margin: 5px 0px 5px 0px;
}

/*Search*/
.srch-WPBody *, .srch-Page * {
    font-family: Arial !important;
    font-size: 12px !important;
    max-width: 460px;
}

.srch-results .srch-Icon {
    display: none;
}

.srch-results .srch-Title2 a:link, .srch-Title2 a:visited {
    color: #000000 !important;
}

.srch-results .srch-Title2 a:hover {
    color: #EE2429 !important;
}

.srch-results .srch-URL2 {
    color: #9F9687 !important;
}

.srch-results .srch-Metadata1 {
    margin-bottom: 10px !important;
}

.srch-advancedtable {
    background: transparent;
    border: 0 none;
    font-family: arial;
    width: 100%;
}

    .srch-advancedtable .ms-advsrchtips {
        display: none;
    }

    .srch-advancedtable .ms-advsrchbutton {
        padding-top: 20px;
        padding-right: 60px;
    }

.srch-Page STRONG {
    background: #EE2429;
    color: #ffffff;
    border: 0;
}

.srch-Page a:link, .srch-Page a:visited {
    color: #000000 !important;
    font-family: Arial !important;
    font-size: 12px !important;
}

.srch-Page a:hover {
    color: #EE2429 !important;
    border: 0;
    font-family: Arial !important;
    font-size: 12px !important;
}

.srch-wperror {
    display: none;
}

.contactForm {
    width: 300px;
}

.labelContactForm {
    width: 110px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.inpuntContactForm input {
    width: 170px;
}

.inpuntContactForm textarea {
    width: 170px;
}

.btnContact {
    background-color: #A19689;
}

#main #content .contactForm .actionContactForm a, #main #content .contactForm .actionContactForm a:hover, #main #content .contactForm .actionContactForm a:visited {
    background-color: #A19689;
    padding: 3px 6px 3px 6px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 237px;
}

.imgLoader {
    margin: 0px 0px 0px 107px;
}

.msgs {
    background-color: #F2F2F2;
    margin-top: 10px;
    text-align: center;
}


/* CAIXA LISTAGEM */

.elementos {
    display: block;
    margin: 25px 0px 0px 0px !important;
    width: 100%;
}

    .elementos .elemento {
        background: url("/Style Library/GDC/Images/fundo_cinzamedio.png") repeat-x transparent scroll left top;
        display: block;
        float: left;
        width: 100%;
        border: solid 1px #D3CFC9 !important;
        border-top: none !important;
        margin-bottom: 20px !important;
    }

        .elementos .elemento .elementogalhardete {
            background: url("/Style Library/GDC/Images/galhardete1.png") repeat-x transparent scroll left top;
            display: block;
            float: left;
            height: 55px;
            position: relative;
            left: -1px;
            top: 0px;
            width: 47px;
            z-index: 1;
        }

            .elementos .elemento .elementogalhardete .icon {
                background-position: center top;
                display: block;
                height: inherit;
                width: inherit;
                background-repeat: no-repeat;
            }


            .elementos .elemento .elementogalhardete .data {
                color: #FFFFFF;
                font-size: 1.1em;
                font-weight: 900;
                margin: 0 !important;
                text-align: center;
                text-transform: uppercase;
            }

            .elementos .elemento .elementogalhardete .evento {
                color: #FFFFFF;
                font-size: 0.8em;
                height: auto !important;
                margin: 2px 0px 2px 0px !important;
                padding: 0 !important;
                text-align: center;
                text-transform: uppercase;
            }

        .elementos .elemento .data {
            display: block;
            margin: 10px 10px 10px 50px !important;
            width: auto;
            color: #ECEAE8 !important;
            font-weight: bolder !important;
            text-align: right;
            text-transform: uppercase;
        }

.datacontent {
    display: block;
    margin: 10px 0px 0px 0px !important;
    width: 100%;
    color: #D3CFC9 !important;
    font-weight: bolder !important;
    text-align: right;
    text-transform: uppercase;
    float: left;
}


.elementos .elemento .elementogalhardete .icon:hover {
    margin-top: 4px !important;
}

.elementos .elemento .titulo {
    clear: right;
    display: table-cell !important;
    font-size: 11px;
    font-weight: bold;
    height: 44px;
    padding: 0px 0px 0px 10px !important;
    vertical-align: middle;
}

    .elementos .elemento .titulo a {
        display: block;
        max-height: 44px !important;
        overflow-x: hidden;
        overflow-y: hidden;
    }

.elementos .elemento .imagem {
    background: url("/Style%20Library/GDC/Images/headerBgPattern.png") left top repeat;
    height: auto;
    text-align: center !important;
    clear: both;
    display: block;
    position: relative;
    top: -11px;
    width: 450px;
    margin: 0px !important;
    padding: 0px !important;
    max-height: 120px;
    overflow: hidden;
}

    .elementos .elemento .imagem img {
        margin-bottom: 0;
        max-width: 100%;
        max-height: 120px;
        /*width: 100%;*/
    }

.elementos .elemento .texto {
    display: block;
    margin: 10px 10px 10px 58px !important;
    width: auto;
}

.elementos .elemento .ficheiro a {
    display: block;
    margin: 10px 10px 10px 50px !important;
    width: auto;
    color: #EE2429 !important;
    font-weight: bolder !important;
    text-align: right;
    text-transform: uppercase;
}

/* CAIXAS LATERAIS */
#protocolos {
    width: 250px;
    height: 250px;
    float: left;
}

    #protocolos .elemento {
        background: url("/Style Library/GDC/Images/fundo_cinzaclaro.png") repeat-x transparent scroll left top;
        display: block;
        float: left;
        width: 100%;
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        #protocolos .elemento li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: inline-block;
            height: 29px;
            width: inherit;
        }

            #protocolos .elemento li:hover {
                background-color: #ECEAE8;
            }

            #protocolos .elemento li.cabecalho:hover {
                background-color: transparent;
            }

        #protocolos .elemento .cabecalho {
            display: block;
            float: left;
            height: 55px;
            margin: 0px;
        }

            #protocolos .elemento .cabecalho .titulo {
                display: table-cell;
                font-size: 11px;
                font-weight: bold;
                height: 22px !important;
                margin: 0px !important;
                padding: 0px 0px 11px 12px !important;
                text-transform: uppercase;
            }

            #protocolos .elemento .cabecalho .elementogalhardete {
                background: url("/Style Library/GDC/Images/galhardete1.png") repeat-x transparent scroll left top;
                display: table-cell;
                text-align: center;
                height: 55px;
                position: relative;
                left: 0px;
                top: 0px;
                width: 47px;
                z-index: 1;
                vertical-align: middle;
            }

                #protocolos .elemento .cabecalho .elementogalhardete a img {
                    max-height: 22px;
                    max-width: 22px;
                }

        #protocolos .elemento .elementogalhardete img:hover {
            margin-top: 4px !important;
        }

        #protocolos .elemento .titulo {
            display: table-cell !important;
            font-size: 11px;
            vertical-align: middle;
            width: 203px;
        }

        #protocolos .elemento .icon {
            background-position: 50% 100px;
            display: table-cell !important;
            font-size: 11px;
            height: 35px;
            vertical-align: middle;
            width: 47px;
            background-repeat: no-repeat;
        }
/* DOCUMENTOS */
#documentos {
    width: 250px;
    height: 250px;
    float: left;
}

    #documentos .elemento {
        background: url("/Style Library/GDC/Images/fundo_cinzaclaro.png") repeat-x transparent scroll left top;
        display: block;
        float: left;
        width: 100%;
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        #documentos .elemento li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: inline-block;
            height: 29px;
            width: inherit;
        }

            #documentos .elemento li:hover {
                background-color: #ECEAE8;
            }

            #documentos .elemento li.cabecalho:hover {
                background-color: transparent;
            }

        #documentos .elemento .cabecalho {
            display: block;
            float: left;
            height: 55px;
            margin: 0px;
        }

            #documentos .elemento .cabecalho .titulo {
                display: table-cell;
                font-size: 11px;
                font-weight: bold;
                height: 22px !important;
                margin: 0px !important;
                padding: 0px 0px 11px 12px !important;
                text-transform: uppercase;
                width: 191px;
                overflow: hidden;
            }

            #documentos .elemento .cabecalho .elementogalhardete {
                background: url("/Style Library/GDC/Images/galhardete1.png") repeat-x transparent scroll left top;
                display: table-cell;
                text-align: center;
                height: 55px;
                position: relative;
                left: 0px;
                top: 0px;
                width: 47px;
                z-index: 1;
                vertical-align: middle;
            }

                #documentos .elemento .cabecalho .elementogalhardete a img {
                    max-height: 22px;
                    max-width: 22px;
                }

        #documentos .elemento .elementogalhardete img:hover {
            margin-top: 4px !important;
        }

        #documentos .elemento .titulo {
            display: table-cell !important;
            font-size: 11px;
            vertical-align: middle;
            width: 140px;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        #documentos .elemento .icon {
            background-position: 50% 50%;
            background-repeat: no-repeat;
            display: table-cell !important;
            font-size: 11px;
            height: 29px;
            vertical-align: middle;
            width: 47px;
        }

        #documentos .elemento .data {
            display: table-cell !important;
            vertical-align: middle;
            width: 60px;
            color: #A19689;
            font-size: 9px;
        }


/* HISTÓRICO */
#historico {
    width: 100%;
    height: auto;
    float: left;
}

    #historico .elemento {
        background: url("/Style Library/GDC/Images/fundo_cinzaclaro.png") repeat-x transparent scroll left top;
        display: block;
        float: left;
        width: 100%;
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        #historico .elemento li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: inline-block;
            height: 29px;
            width: inherit;
        }

            #historico .elemento li:not(.cabecalho):hover {
                background-color: #ECEAE8;
            }

            #historico .elemento li:not(.cabecalho) a {
                display: block;
                position: relative;
                text-decoration: none;
                width: 100%;
            }

            #historico .elemento li.cabecalho:hover {
                background-color: transparent;
            }

        #historico .elemento .cabecalho {
            display: block;
            float: left;
            height: 60px;
            margin: 0px;
        }

            #historico .elemento .cabecalho .titulo {
                display: table-cell;
                font-size: 11px;
                font-weight: bold;
                height: 22px !important;
                margin: 0px !important;
                padding: 0px 0px 11px 12px !important;
                text-transform: uppercase;
                width: 191px;
                overflow: hidden;
            }

            #historico .elemento .cabecalho .elementogalhardete {
                background: url("/Style Library/GDC/Images/galhardete1_grey.png") repeat-x transparent scroll left top;
                display: table-cell;
                text-align: center;
                height: 55px;
                position: relative;
                left: 0px;
                top: 0px;
                width: 47px;
                z-index: 1;
                vertical-align: middle;
            }

                #historico .elemento .cabecalho .elementogalhardete a img {
                    max-height: 33px;
                    max-width: 30px;
                }

        #historico .elemento .elementogalhardete img:hover {
            margin-top: 4px !important;
        }

        #historico .elemento .titulo {
            display: table-cell !important;
            font-size: 11px;
            height: 30px;
            padding: 0 10px;
            vertical-align: middle;
            width: 70% !important;
        }

        #historico .elemento .icon {
            background-position: 50% 100px;
            display: table-cell !important;
            font-size: 11px;
            height: 35px;
            vertical-align: middle;
            width: 47px;
            background-repeat: no-repeat;
        }

        #historico .elemento .data {
            color: #A19689;
            display: table-cell !important;
            font-size: 10px;
            vertical-align: middle;
            width: 10%;
        }

.elemento li a div.titulo {
    display: inline-block !important;
    font-size: 11px;
    height: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    white-space: nowrap;
    width: 135px;
}

.elemento li:not(.cabecalho) a {
    display: inline;
    height: 35px !important;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 250px;
}

.elemento .icon {
    padding: 0px !important;
}




/* *** */


.elementogalhardete > a {
    display: table-cell;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    width: inherit;
}


.elementogalhardetevazio {
    background-image: none !important;
    display: block;
    float: left;
    height: 55px;
    position: relative;
    left: -1px;
    top: -1px;
    width: 47px;
    z-index: 1;
}



.emptydoc {
    display: table-cell !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 70% !important;
    font-weight: bold;
}

#protocolos ul.elemento li a div, #documentos ul.elemento li a div {
    float: left;
    padding-top: 10px;
}

#boxes ul li div.carouselBox > a {
    display: block;
    float: left;
    height: 42px;
    width: 47px;
}

/* Parceiros */

ul#partnersList {
    display: block !important;
    height: 166px !important;
    width: 250px !important;
}

    ul#partnersList li {
        display: block;
        width: 50%;
        height: 83px;
        float: left;
        overflow: hidden;
    }

        ul#partnersList li:nth-child(3) {
            display: block;
            width: 250px;
            height: 83px;
        }

        ul#partnersList li a {
            display: block;
            width: 100%;
            height: 100%;
        }

            ul#partnersList li a:hover {
                margin-left: 5px;
            }

.carafitas {
    display: block;
    left: 903px;
    position: relative;
    top: 6px;
    z-index: 14;
}

    .carafitas img {
        max-width: 68px;
    }

/*atividade fechada*/
#innerContent .rightimage img {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
}

#innerContent .leftrichContent {
    clear: none !important;
}

#innerContent .lbl_horario,
#innerContent .lbl_local,
#innerContent .lbl_preco,
#innerContent .lbl_fichainscricao,
#innerContent .lbl_limiteinscricao,
#innerContent .lbl_ {
    font-size: 12px;
    font-weight: bold;
}

#innerContent .fichainscricao p {
    margin: 0;
    padding: 0;
}

#innerContent .leftrichContent,
#innerContent .horario,
#innerContent .local,
#innerContent .preco,
#innerContent .fichainscricao,
#innerContent .limiteinscricao,
#innerContent .observacoes {
    font-size: 12px;
    padding-bottom: 10px !important;
}

    #innerContent .fichainscricao p {
        margin: 0;
        padding: 0;
    }

.richContent div > p {
    float: left;
}


.ms-rteElement-H1B {
    color: #A19689 !important;
}

