﻿@charset "UTF-8";
/* GLOBAL ------------------------------------------------------------------------------------*/
body {
    color: #657D88;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
h1 {
    font-size: 2.462em;
}
h2 {
    font-size: 1.846em;
}
h3 {
    font-size: 1.538em;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.923em;
}
p {
    font-size: 14px;
    line-height: 1.231em;
    margin-bottom: 15px;
}

/* FIX LAYOUT ------------------------------------------------------------------------------------*/
.clearfix {
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}


/* AGRUPADOR DE CONTEÚDO POR DATA -----------------------------------------------------------------*/
fieldset.cef-grouping-item {
    border-top: 1px dotted #C9C9C9;
}
fieldset.cef-grouping-item legend {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #39A9DB;
    font-size: 1.231em;
    font-weight: 700;
    padding-right: 20px;
}
.cef-grouping-item ul li {
    border-bottom: 1px dotted #C9C9C9;
    padding: 15px 0;
}
.cef-grouping-item ul li:last-child {
    border: medium none;
}
.cef-grouping-item .editorial {
    color: #7D95A1;
    font-size: 0.923em;
}


/* CAIXA DE MENSAGENS DO SISTEMA -----------------------------------------------------------------*/
.cef-messagebox {
    background-position: 25px center;
    background-repeat: no-repeat;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1em;
    margin: 10px 0;
    padding: 25px 25px 25px 75px;
}
.cef-messagebox.information {
    background-color: #1BA1E2;
    background-image: url("/style library/images/icons/icon-information.png");
}
.cef-messagebox.success {
    background-color: #00B25A;
    background-image: url("/style library/images/icons/icon-success.png");
}
.cef-messagebox.warning {
    background-color: #FFD008;
    background-image: url("/style library/images/icons/icon-warning.png");
}
.cef-messagebox.error {
    background-color: #E51400;
    background-image: url("/style library/images/icons/icon-error.png");
}

/* BOTOES ---------------------------------------------------------------------------------------*/
.btn {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: none;
    color: #888888;
    display: inline-block;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    padding: 12px 19px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}
.btn:active, .btn:hover, .btn:focus {
    background-color: #FFFFFF;
    border-color: #E1E1E1;
    color: #888888;
}
a.btn, span.btn {
    padding: 9px 10px 7px !important;
}
span.btn, span.btn:hover {
    background-color: #FFFFFF;
    color: #D0D3D8;
}
input.btn.btn-first {
    background-color: #71858F;
    border-color: #71858F;
    color: #FFFFFF;
    font-size: 12px;
    height: auto;
    line-height: 16px !important;
    padding: 8px 19px;
}
.btn.btn-second {
    background-color: #E5661A;
    border-color: #E5661A;
    color: #FFFFFF;
    font-weight: bold;
}
.btn.btn-second:active, .btn.btn-second:hover, .btn.btn-second:focus {
    background-color: #E5661A;
    border-color: #E5661A;
    color: #FFFFFF;
}
.btn.btn-third {
    background-color: #2F69A9;
    border-color: #2F69A9;
    color: #FFFFFF;
    font-weight: bold;
}
.btn.btn-third:active, .btn.btn-third:hover, .btn.btn-third:focus {
    background-color: #2F69A9;
    border-color: #2F69A9;
    color: #FFFFFF;
}
.btn.arrow-left-orange {
    background-image: url("/style library/images/arrow/arrow-left-orange.png");
    background-position: 92% center;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
.btn.arrow-right-orange {
    background-image: url("/style library/images/arrow/arrow-right-orange.png");
    background-position: 8% center;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}
.btn.arrow-left-white {
    background-image: url("/style library/images/arrow/arrow-left-white.png");
    background-position: 92% center;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
.btn.arrow-right-white {
    background-image: url("/style library/images/arrow/arrow-right-white.png");
    background-position: 8% center;
    background-repeat: no-repeat;
    padding-left: 30px !important;
}

/* BOTOES ---------------------------------------------------------------------------------------*/
#cef-doc {
    font-size: 1em;
    min-width: 1000px;
}
#cef-header, #cef-body, #cef-footer {
    clear: both;
    width: 100%;
}
#cef-header .cef-wrapper, #cef-body, #cef-body .cef-wrapper, #cef-footer .cef-wrapper {
    margin: 0 auto;
    width: 980px;
}
/* LINKS CABEÇALHO E RODAPÉ ---------------------------------------------------------------------*/
ul.cef-header-and-footer-links {
    float: right;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 0.846em;
    font-weight: bold;
    letter-spacing: 0;
    overflow: auto;
}
.cef-header-and-footer-links li {
    border-right: 1px solid #FFFFFF;
    float: left;
    padding: 0 7px;
}
.cef-header-and-footer-links li:last-child {
    border-right: medium none;
    padding-right: 0;
}
.cef-header-and-footer-links a, .cef-header-and-footer-links a:link, .cef-header-and-footer-links a:hover, .cef-header-and-footer-links a:visited, .cef-header-and-footer-links a:active {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
/* CONTEÚDO DO CABEÇALHO ---------------------------------------------------------------------*/
#cef-header .cef-header-content {
    background: url("/style library/images/bg-trace.png") repeat scroll 0 0 #1F3879;
    border-bottom: 13px solid #182750;
    color: #FFFFFF;
    height: 172px;
    margin: 5px 0 0;
}
#cef-header .cef-header-nav {
    background: url("/style library/images/sprint-marca.png") no-repeat scroll 50% -12px transparent;
    height: 18px;
    padding-top: 10px;
    width: 100%;
}
#cef-header .cef-header-logo-and-search {
    height: 58px;
    margin: 32px 0 22px;
    padding: 2px;
}
.cef-header-logo-and-search .cef-header-logo {
    float: left;
}
.cef-header-logo-and-search .cef-header-search {
    float: right;
}
/* MENU EDITORIAL --------------------------------------------------------------------------*/
#cef-header .cef-header-menu-editorial {
    background: url("/style library/images/sprint-menu.png") no-repeat scroll 50% 0 transparent;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 1em;
    font-weight: bold;
    height: 29px;
    letter-spacing: -1px;
}
.cef-header-menu-editorial ul {
    float: left;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.cef-header-menu-editorial ul li {
    float: left;
    padding: 0 4px;
}
.cef-header-menu-editorial a:link, .cef-header-menu-editorial a:visited, .cef-header-menu-editorial a:active, .cef-header-menu-editorial a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/* MENU PRINCIPAL --------------------------------------------------------------------------*/
#cef-header .cef-header-menu-main {
    background: url("/style library/images/sprint-menu.png") no-repeat scroll 50% -50px transparent;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 1em;
    font-weight: bold;
    height: 33px;
    letter-spacing: 0;
    margin: 0 auto;
}
.cef-header-menu-main ul {
    float: left;
    margin: 10px 0 0 30px;
    text-transform: uppercase;
}
.cef-header-menu-main ul li {
    float: left;
    padding: 0 5px;
}
.cef-header-menu-main ul li a, .cef-header-menu-main ul li a:link, cef-header-menu-main ul li a:visited, cef-header-menu-main ul li a:active, .cef-header-menu-main ul li a:hover {
    color: #1E3975;
    text-decoration: none;
}
#cef-header .cef-breadcrumb {
    background: url("/style library/images/sprint-menu.png") no-repeat scroll 50% -94px transparent;
    height: 29px;
}
/* BREADCRUMB --------------------------------------------------------------------------------*/
.cef-breadcrumb ul {
    margin-left: 80px;
}
.cef-breadcrumb ul li {
    float: left;
    padding: 5px 5px 0;
}
.cef-breadcrumb ul li a {
    color: #4B5E66;
    text-decoration: none;
}
#cef-body {
    margin: 30px auto;
    min-height: 400px;
}
#cef-body .cef-wrapper .cef-column-left {
    float: left;
    margin-right: 14px;
    width: 708px;
}
#cef-body .cef-wrapper .cef-column-right {
    float: right;
    width: 258px;
}
/* CAIXA DE PAGINAÇÃO DO CONTEÚDO -------------------------------------------------------------*/
#cef-body .ics-box-pagination {
    background: none repeat scroll 0 0 #E4EDF1;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    width: auto;
}
.ics-box-pagination .btn {
    border: medium none;
    margin-left: 1px;
    margin-right: 1px;
}
.ics-box-pagination .btn.arrow-left-orange {
    margin-left: 1px;
}
.ics-box-pagination .btn.arrow-right-orange {
    margin-right: 1px;
}
/* CONTEÚDO DO RODAPÉ ------------------------------------------------------------------------*/
#cef-footer .cef-footer-socialnetwork {
    background: url("/style library/images/sprint-bg.png") repeat-x scroll 0 0 #48A8E1;
    height: 41px;
}
.cef-footer-socialnetwork .cef-footer-socialnetwork-content {
    background: url("/style library/images/sprint-marca.png") no-repeat scroll 50% -92px transparent;
    height: 41px;
}
.cef-footer-socialnetwork-content ul {
    float: right;
    margin-left: 250px;
}
.cef-footer-socialnetwork-content ul li {
    float: left;
    padding: 8px 10px 5px 4px;
}
#cef-footer .cef-footer-menu {
    background: url("/style library/images/bg-trace.png") repeat scroll 0 0 #1F3879;
    color: #FFFFFF;
    margin: 12px 0 0;
}
.cef-footer-menu .cef-footer-menu-marca {
    background: url("/style library/images/sprint-marca.png") no-repeat scroll 50% -52px transparent;
    height: 26px;
    text-indent: -9999px;
}
.cef-footer-menu .cef-footer-menu-content {
    float: left;
    margin: 30px 0;
}
.cef-footer-menu-content a:link, .cef-footer-menu-content a:visited, .cef-footer-menu-content a:active, .cef-footer-menu-content a:hover {
    color: #A2C6E6;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.cef-footer-menu-content a b, .cef-footer-menu-content a:visited b, .cef-footer-menu-content a:active b, .cef-footer-menu-content a:hover b {
    color: #FFFFFF;
}
.cef-footer-menu-content ul li {
    float: left;
    margin-right: 50px;
    width: 180px;
}
.cef-footer-menu-content ul li span {
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 1.154em;
    text-transform: uppercase;
}
.cef-footer-menu-content ul li ul {
    float: none;
    margin: 10px 0 0;
}
.cef-footer-menu-content ul li ul li {
    clear: both;
    float: none;
    margin: 2px 0;
}
.cef-footer-menu-content ul li ul li.Featured {
    font-weight: bold !important;
}
.cef-footer-menu .cef-footer-menu-information {
    float: right;
    height: 271px;
    overflow: hidden;
    width: 276px;
}
#cef-footer .cef-footer-nav {
    background: url("/style library/images/sprint-bg.png") repeat-x scroll 0 -45px #DE6900;
    height: 38px;
    margin: 1px 0 0;
    padding-top: 15px;
    width: 100%;
}
/* SOBRESCREVER ESTILO DO SHAREPOINT---------------------------------------------------------------*/
#cef-body .ms-webpart-titleText {
    color: #39A9DB;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 1.538em;
    margin: 0 0 20px;
    padding: 10px 0;
    width: 100%;
}
.cef-header-search #SearchBox {
    background: url("/style library/images/bg-search.png") no-repeat scroll 0 0 transparent;
    height: 42px;
    width: 390px;
}
.cef-header-search #SearchBox input {
    border: medium none !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: 16px !important;
    padding: 14px 10px !important;
    width: 390px !important;
}
.cef-header-search .ms-srch-sb-border, .cef-header-search .ms-srch-sb-borderFocused {
    border: 0 none !important;
}
.cef-header-search .ms-srch-sb > .ms-srch-sb-searchLink {
    background: url("/style library/images/icons/icon-search.png") no-repeat scroll center center transparent !important;
    height: 20px;
    margin-left: -70px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}
.cef-header-search .ms-srch-sb > .ms-srch-sb-searchLink img {
    display: none;
}
#cef-body .ms-siteSettings-root ul li {
    padding: 3px;
}
#cef-body .ms-inlineSearch-searchImgSpanBase {
    margin: -2px 0 0 -5px;
}
#cef-header .ms-srch-sb > .ms-srch-sb-navLink {
    height: 20px;
    margin-left: -100px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}
#cef-header .ms-qSuggest-container {
    background-color: #1F3879;
}
#DeltaPlaceHolderPageTitleInTitleArea {
    display: none;
}

/* Custom classes */
.cef-link {
    color: #0072c6;
    text-decoration: none;
}

    .cef-link:hover {
        cursor: pointer;
    }

.cef-thumbnail-container {
    overflow-y: hidden;
    overflow-x: hidden;
}

.cef-image-thumbnail {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

    .cef-image-thumbnail img {
        height: 150px;
        width: 150px;
    }

    .cef-image-thumbnail:hover {
        cursor: pointer;
    }

    .cef-image-thumbnail input[type="checkbox"] {
        position: relative;
        top: -130px;
        left: -20px;
        z-index: 1000;
        display: inline-block;
    }

/* AUX */
#printer-action {
    display: inline-block; 
    cursor: pointer; 
    /*float: right;*/
}

#font-action {
    display: inline-block; 
    cursor: pointer; 
    /*float: right;*/
    margin-right: 20px;
}

.icon-print {
    display: inline-block;
    position:relative;
    top: 3px;
    width: 22px; 
    height: 20px; 
    background: url('/style library/images/icons/icon-printer.png') 0px 0px no-repeat;
}

.icon-a-plus {
    display: inline-block;
    position:relative;
    top: 3px;
    width: 22px; 
    height: 16px; 
    background: url('/style library/images/icons/icon-a-plus.png') 0px 0px no-repeat;
}

.icon-a-minus {
    display: inline-block;
    position:relative;
    top: 3px;
    width: 22px; 
    height: 16px; 
    background: url('/style library/images/icons/icon-a-minus.png') 0px 0px no-repeat;
}

/* Imagem com Caption */

div.news-image{
		float:left;
		position:relative;
		font-family: 'tahoma';
		width: 700px;
		height: auto;
	}
	
	div.news-image img{
		width: 700px;
        height: 680px;
	}
	
	div.news-image div.author_content{		
		font-size: 10.5pt;
		font-weight: bolder;
		position: relative;
		bottom: 56px;
		width: 683px;
		text-align: right;
	}
	
	div.news-image div.description{
		position: relative;
		bottom: 120px;
		left: 0px;
		width: 100%;
		background-color: black;
		font-size: 15px;
		color: white;
		height: 62px;
		
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
		background: -moz-linear-gradient(top,  rgba(209,209,209,0.38) 0%, rgba(125,125,125,0.38) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,0.38)), color-stop(40%,rgba(125,125,125,0.38)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(209,209,209,0.38) 0%,rgba(125,125,125,0.38) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(209,209,209,0.38) 0%,rgba(125,125,125,0.38) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(209,209,209,0.38) 0%,rgba(125,125,125,0.38) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(209,209,209,0.38) 0%,rgba(125,125,125,0.38) 40%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d1d1d1', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

		
	}
	div.news-image p.description_content{
		padding: 21px 6px 0px 6px;
		margin: 0px;
		font-size: 15pt;
	}

/* Imagem com Caption */