You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1378 lines
157 KiB
1378 lines
157 KiB
7 years ago
|
|
||
|
/* - ++resource++plone.app.jquerytools.dateinput.css - */
|
||
|
@media screen {
|
||
|
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++plone.app.jquerytools.dateinput.css?original=1 */
|
||
|
/* */
|
||
|
/* */
|
||
|
.date {
|
||
|
border:1px solid #ccc;
|
||
|
font-size:18px;
|
||
|
padding:4px;
|
||
|
text-align:center;
|
||
|
width:194px;
|
||
|
-moz-box-shadow:0 0 10px #eee inset;
|
||
|
box-shadow:0 0 10px #eee inset;
|
||
|
}
|
||
|
/* */
|
||
|
#calroot {
|
||
|
margin-top:-1px;
|
||
|
width:198px;
|
||
|
padding:2px;
|
||
|
background-color:#fff;
|
||
|
font-size:11px;
|
||
|
border:1px solid #ccc;
|
||
|
z-index:1;
|
||
|
-moz-border-radius:5px;
|
||
|
border-radius:5px;
|
||
|
-webkit-border-radius:5px;
|
||
|
-moz-box-shadow: 0 0 15px #666;
|
||
|
-webkit-box-shadow: 0 0 15px #666;
|
||
|
box-shadow: 0 0 15px #666;
|
||
|
}
|
||
|
/* */
|
||
|
#calhead {
|
||
|
padding:2px 0;
|
||
|
height:22px;
|
||
|
}
|
||
|
#caltitle {
|
||
|
font-size:14px;
|
||
|
color:#0150D1;
|
||
|
float:left;
|
||
|
text-align:center;
|
||
|
width:155px;
|
||
|
line-height:20px;
|
||
|
text-shadow:0 1px 0 #ddd;
|
||
|
}
|
||
|
#calnext, #calprev {
|
||
|
display:block;
|
||
|
width:20px;
|
||
|
height:20px;
|
||
|
background:transparent url(prev.gif) no-repeat scroll center center;
|
||
|
float:left;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
#calnext {
|
||
|
background-image:url(next.gif);
|
||
|
float:right;
|
||
|
}
|
||
|
#calprev.caldisabled, #calnext.caldisabled {
|
||
|
visibility:hidden;
|
||
|
}
|
||
|
/* */
|
||
|
#caltitle select {
|
||
|
font-size:10px;
|
||
|
}
|
||
|
/* */
|
||
|
#caldays {
|
||
|
height:14px;
|
||
|
border-bottom:1px solid #ddd;
|
||
|
}
|
||
|
#caldays span {
|
||
|
display:block;
|
||
|
float:left;
|
||
|
width:28px;
|
||
|
text-align:center;
|
||
|
}
|
||
|
/* */
|
||
|
#calweeks {
|
||
|
background-color:#fff;
|
||
|
margin-top:4px;
|
||
|
}
|
||
|
/* */
|
||
|
.calweek {
|
||
|
clear:left;
|
||
|
height:22px;
|
||
|
}
|
||
|
/* */
|
||
|
.calweek a {
|
||
|
display:block;
|
||
|
float:left;
|
||
|
width:27px;
|
||
|
height:20px;
|
||
|
text-decoration:none;
|
||
|
font-size:11px;
|
||
|
margin-left:1px;
|
||
|
text-align:center;
|
||
|
line-height:20px;
|
||
|
color:#666;
|
||
|
-moz-border-radius:3px;
|
||
|
-webkit-border-radius:3px;
|
||
|
}
|
||
|
/* */
|
||
|
.calweek a:hover, .calfocus {
|
||
|
background-color:#ddd;
|
||
|
}
|
||
|
/* */
|
||
|
a.calsun {
|
||
|
color:red;
|
||
|
}
|
||
|
/* */
|
||
|
a.caloff {
|
||
|
color:#ccc;
|
||
|
}
|
||
|
a.caloff:hover {
|
||
|
background-color:rgb(245, 245, 250);
|
||
|
}
|
||
|
/* */
|
||
|
a.caldisabled {
|
||
|
background-color:#efefef !important;
|
||
|
color:#ccc !important;
|
||
|
cursor:default;
|
||
|
}
|
||
|
/* */
|
||
|
#calcurrent {
|
||
|
background-color:#498CE2;
|
||
|
color:#fff;
|
||
|
}
|
||
|
/* */
|
||
|
#caltoday {
|
||
|
background-color:#333;
|
||
|
color:#fff;
|
||
|
}
|
||
|
/* */
|
||
|
.caltrigger {
|
||
|
background:url('popup_calendar.png') no-repeat 0 0;
|
||
|
height: 16px;
|
||
|
width: 16px;
|
||
|
display: inline-block;
|
||
|
border-bottom: none !important;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
#calprev {
|
||
|
background-image:url(++resource++plone.app.jquerytools.prev.gif);
|
||
|
}
|
||
|
#calnext {
|
||
|
background-image:url(++resource++plone.app.jquerytools.next.gif);
|
||
|
}
|
||
|
#calroot {
|
||
|
z-index: 10000;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
/* - ++resource++senado.hpsenado/audiojs/audiojs.css - */
|
||
|
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++senado.hpsenado/audiojs/audiojs.css?original=1 */
|
||
|
/* */
|
||
|
.audiojs audio {
|
||
|
position: absolute;
|
||
|
left: -1px;
|
||
|
}
|
||
|
.audiojs {
|
||
|
max-width: 460px;
|
||
|
margin-top: 0.625em;
|
||
|
height: 19px;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
font-family: monospace;
|
||
|
font-size: 12px;
|
||
|
background-color: #999;
|
||
|
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
||
|
-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
||
|
-o-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
||
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
.audiojs .play-pause {
|
||
|
width: 8.043478%;
|
||
|
height: 19px;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
float: left;
|
||
|
overflow: hidden;
|
||
|
border-right: 1px solid #666;
|
||
|
background-color: #ccc;
|
||
|
}
|
||
|
.audiojs .play-pause p {
|
||
|
width: 14px;
|
||
|
height: 19px;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
cursor: pointer;
|
||
|
line-height: 16px;
|
||
|
}
|
||
|
.audiojs .play {
|
||
|
display: block;
|
||
|
}
|
||
|
.audiojs .scrubber {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
max-width: 280px;
|
||
|
width: 86%;
|
||
|
background: #5a5a5a;
|
||
|
height: 8px;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
margin-left: 2.173913%;
|
||
|
margin-right: 2.173913%;
|
||
|
border-top: 1px solid #333;
|
||
|
border-left: 0px;
|
||
|
border-bottom: 0px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.audiojs .progress {
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
height: 14px;
|
||
|
width: 0px;
|
||
|
background: #ccc;
|
||
|
z-index: 1;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
|
||
|
background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
|
||
|
}
|
||
|
.audiojs .loaded {
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
height: 14px;
|
||
|
width: 0px;
|
||
|
background: #000;
|
||
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
|
||
|
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
|
||
|
}
|
||
|
.audiojs .time {
|
||
|
display: none;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
height: 19px;
|
||
|
line-height: 19px;
|
||
|
max-width: 121px;
|
||
|
margin: 0px 0px 0px 6px;
|
||
|
padding: 0px 6px 0px 12px;
|
||
|
border-left: 1px solid #666;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.audiojs .time em {
|
||
|
padding: 0px 2px 0px 0px;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
.audiojs .time strong:before {
|
||
|
content: "/ ";
|
||
|
}
|
||
|
.audiojs .time strong {
|
||
|
padding: 0px 0px 0px 2px;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
.audiojs .error-message {
|
||
|
float: left;
|
||
|
display: none;
|
||
|
margin: 0px 10px;
|
||
|
height: 36px;
|
||
|
max-width: 400px;
|
||
|
width: 86.956%;
|
||
|
overflow: hidden;
|
||
|
line-height: 36px;
|
||
|
white-space: nowrap;
|
||
|
color: #fff;
|
||
|
text-overflow: ellipsis;
|
||
|
-o-text-overflow: ellipsis;
|
||
|
-icab-text-overflow: ellipsis;
|
||
|
-khtml-text-overflow: ellipsis;
|
||
|
-moz-text-overflow: ellipsis;
|
||
|
-webkit-text-overflow: ellipsis;
|
||
|
}
|
||
|
.audiojs .error-message a {
|
||
|
color: #eee;
|
||
|
text-decoration: none;
|
||
|
padding-bottom: 1px;
|
||
|
border-bottom: 1px solid #999;
|
||
|
white-space: normal;
|
||
|
}
|
||
|
/* */
|
||
|
.audiojs .play {
|
||
|
}
|
||
|
.audiojs .loading {
|
||
|
}
|
||
|
.audiojs .error {
|
||
|
}
|
||
|
.audiojs .pause {
|
||
|
}
|
||
|
.playing .play, .playing .loading, .playing .error {
|
||
|
display: none;
|
||
|
}
|
||
|
.playing .pause {
|
||
|
display: block;
|
||
|
}
|
||
|
.loading .play, .loading .pause, .loading .error {
|
||
|
display: none;
|
||
|
}
|
||
|
.loading .loading {
|
||
|
display: block;
|
||
|
}
|
||
|
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
|
||
|
display: none;
|
||
|
}
|
||
|
.error .error {
|
||
|
display: block;
|
||
|
}
|
||
|
.error .play-pause p {
|
||
|
cursor: auto;
|
||
|
}
|
||
|
.error .error-message {
|
||
|
display: block;
|
||
|
}
|
||
|
@media (min-width: 479px) {
|
||
|
.audiojs .scrubber {
|
||
|
width: 60.86956%;
|
||
|
}
|
||
|
.audiojs .time {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
/* */
|
||
|
.audioResize .duration{
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* - ++resource++senado.hpsenado/css/main.css - */
|
||
|
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++senado.hpsenado/css/main.css?original=1 */
|
||
|
.List,.temp-rob{font-family:Roboto,sans-serif}.u-verticalSeparator{border-left:1px solid #e0e0e0;padding-right:1px}.u-verticalSeparator::before{content:'\200B'}.u-textNoWrap{white-space:nowrap!important}.milli-h{line-height:calc(1.428571429 * 12px)}.dropdown-menu--mega{background-color:#f9fafb}@media (min-width:768px){.dropdown-menu--row{margin-left:-15px;margin-right:-15px}.open>.dropdown-toggle--arrow::before{content:''!important;position:absolute;height:14px;width:14px;left:calc(50% - 7px);bottom:-8px;border:1px solid #ccc;border-width:1px 0 0 1px;-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1020;background:linear-gradient(135deg,#f9fafb 51%,transparent 51%)}}.Acessibilidade{background:#f7f7f7}.Apex--portal{border-width:0 0 1px;border-color:#dfdfdf;border-style:solid}.label-brand{background:#7599bd;padding:1px 5px;position:relative;top:-1px;border-radius:0;margin-right:2px}.glyphicon--bullet{top:0;color:#bbb}.Flag{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.Flag-figure{margin-right:1em}.Flag-figure--compact{margin:0!important}.Flag-body{-ms-flex:1;flex:1;min-width:0}.Flag-body,.Flag-body :last-child{margin-bottom:0}.Flag-title{margin:0 0 .5em}.Flag--center{-ms-flex-align:center;align-items:center}.Flag--bottom{-ms-flex-align:end;align-items:flex-end}.Flag--reverse>.Flag-figure{-ms-flex-order:1;order:1;margin:0 0 0 1em}/**/.yamm .collapse,.yamm .dropdown,.yamm .dropup,.yamm .nav{position:static}.Az,.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .yamm-content{padding:20px 30px}.yamm .dropdown.yamm-fw .dropdown-menu{left:0;right:0}.u-circle{width:2em;height:2em;line-height:2em;border-radius:50%;text-align:center}.t-semi{color:#fff;background:#ccc}.t-absent{background:#fafafa}.Az-place,.Az-place::before{position:absolute;border:1px solid #ddd}.Az-place{display:none;z-index:1010;width:150%;max-width:540px;background:#fff;right:0;top:15px;box-shadow:0 3px 6px rgba(0,0,0,.1)}.Az.open .Az-place{display:block}.Az-place::before{content:'';height:14px;width:14px;right:10px;top:-7px;border-width:1px 0 0 1px;-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:1020;background:linear-gradient(135deg,#fff 51%,transparent 51%)}@media (max-width:768px){.Az-place{width:100%;top:5px}.Az-place::before{content:none}}.Az-results{border-bottom:1px solid #ddd}.Az-results:empty{display:none}.Az-place--wide{width:150%}.temp-rob{font-weight:300}.List{font-weight:300;display:-ms-flexbox;display:flex;width:100%}.List:not(:last-child){border-bottom:1px solid #eee}.List--stack{display:block}.List-cat{color:#888;line-height:2.2em}.List-item{color:#666;padding-left:5px;line-height:1.4em;margin-bottom:7px}.glyphicon--flow{line-height:inherit;top:auto}.ArrangeFlex{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.ArrangeFlex--middle{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ArrangeFlex-sizeFit{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.ArrangeFlex-sizeFill{-ms-flex:1 1 0!important;flex:1 1 0!important;-ms-flex-preferred-size:0!important;flex-basis:0!important}.Tecla{border:2px solid #fff;padding:10px;box-shadow:0 1px 1px 1px #ccc;background:#f6f6f6;font-size:12px;border-radius:4px;line-height:0;color:#666}
|
||
|
|
||
|
/* - home.css - */
|
||
|
/* http://www12.senado.leg.br/hpsenado/portal_css/home.css?original=1 */
|
||
|
/* */
|
||
|
#headingAgora {
|
||
|
background-color: #D9EDF7 !important;
|
||
|
border-color: #3E6892 !important;
|
||
|
border-top: none !important;
|
||
|
}
|
||
|
#headingAgora a ,
|
||
|
#headingAgora .accordion-toggle:after {
|
||
|
color: #3E6892 !important;
|
||
|
}
|
||
|
#headingAgora .painel-heading {
|
||
|
border-bottom: solid 1px #3E6892;
|
||
|
}
|
||
|
#collapseAgora {
|
||
|
background-color: #D9EDF7;
|
||
|
min-height: 203px;
|
||
|
}
|
||
|
#collapseAgora .label-default {
|
||
|
background-color: #CCC;
|
||
|
color: #666;
|
||
|
}
|
||
|
.label {
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-heading .accordion-toggle:after {
|
||
|
margin-top: 3px;
|
||
|
}
|
||
|
.thumbnail > img,
|
||
|
.thumbnail a > img,
|
||
|
.carousel-inner > .item > img,
|
||
|
.carousel-inner > .item > a > img {
|
||
|
display: block;
|
||
|
max-width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
.btn-group-lg > .btn {
|
||
|
padding: 10px 16px;
|
||
|
font-size: 18px;
|
||
|
line-height: 1.33;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
.btn-group-sm > .btn {
|
||
|
padding: 5px 10px;
|
||
|
font-size: 12px;
|
||
|
line-height: 1.5;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
.btn-group-xs > .btn {
|
||
|
padding: 1px 5px;
|
||
|
font-size: 12px;
|
||
|
line-height: 1.5;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
.dl-horizontal dd:before,
|
||
|
.dl-horizontal dd:after,
|
||
|
.container:before,
|
||
|
.container:after,
|
||
|
.container-fluid:before,
|
||
|
.container-fluid:after,
|
||
|
.row:before,
|
||
|
.row:after,
|
||
|
.form-horizontal .form-group:before,
|
||
|
.form-horizontal .form-group:after,
|
||
|
.btn-toolbar:before,
|
||
|
.btn-toolbar:after,
|
||
|
.btn-group-vertical > .btn-group:before,
|
||
|
.btn-group-vertical > .btn-group:after,
|
||
|
.nav:before,
|
||
|
.nav:after,
|
||
|
.navbar:before,
|
||
|
.navbar:after,
|
||
|
.navbar-header:before,
|
||
|
.navbar-header:after,
|
||
|
.navbar-collapse:before,
|
||
|
.navbar-collapse:after,
|
||
|
.pager:before,
|
||
|
.pager:after,
|
||
|
.panel-body:before,
|
||
|
.panel-body:after,
|
||
|
.modal-footer:before,
|
||
|
.modal-footer:after {
|
||
|
content: " ";
|
||
|
display: table;
|
||
|
}
|
||
|
.dl-horizontal dd:after,
|
||
|
.container:after,
|
||
|
.container-fluid:after,
|
||
|
.row:after,
|
||
|
.form-horizontal .form-group:after,
|
||
|
.btn-toolbar:after,
|
||
|
.btn-group-vertical > .btn-group:after,
|
||
|
.nav:after,
|
||
|
.navbar:after,
|
||
|
.navbar-header:after,
|
||
|
.navbar-collapse:after,
|
||
|
.pager:after,
|
||
|
.panel-body:after,
|
||
|
.modal-footer:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
/* */
|
||
|
/* */
|
||
|
/* */
|
||
|
.busca-principal,
|
||
|
.painel-cabecalho {
|
||
|
padding: 25px 0 0 0;
|
||
|
}
|
||
|
.painel-cabecalho {
|
||
|
text-align: right;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.painel-cabecalho a {
|
||
|
color: #999999;
|
||
|
}
|
||
|
.painel-cabecalho .dropdown-menu {
|
||
|
top: 156%;
|
||
|
}
|
||
|
.fixMargin {
|
||
|
margin-left: 0 !important;
|
||
|
}
|
||
|
.fixLink {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
/* */
|
||
|
.conteudoPrincipal .noticias .topo {
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carrossel-setas .left {
|
||
|
left: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carrossel-setas .right {
|
||
|
right: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-indicators {
|
||
|
top: 10px;
|
||
|
height: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias ul {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-caption {
|
||
|
color: #000000;
|
||
|
top: 0;
|
||
|
bottom: inherit;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .links {
|
||
|
text-align: right;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .timer {
|
||
|
position: absolute;
|
||
|
left: -87px;
|
||
|
top: -12px;
|
||
|
font-size: 40px;
|
||
|
color: #cccccc;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-inner {
|
||
|
min-height: 220px;
|
||
|
padding: 5px 80px 0 80px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-inner .next,
|
||
|
.conteudoPrincipal .noticias .dir .carousel-inner .prev {
|
||
|
width: 380px;
|
||
|
margin: 5px 80px 0 80px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .mais {
|
||
|
font-size: 12px;
|
||
|
float: right;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-control {
|
||
|
color: #666666;
|
||
|
font-size: 44px;
|
||
|
top: -35px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-control:hover,
|
||
|
.conteudoPrincipal .noticias .dir .carousel-control:focus {
|
||
|
color: #cccccc;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-control.right {
|
||
|
background-image: none;
|
||
|
filter: none;
|
||
|
right: -30px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-control.left {
|
||
|
background-image: none;
|
||
|
filter: none;
|
||
|
left: -30px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-caption {
|
||
|
padding-bottom: 0 !important;
|
||
|
bottom: 0;
|
||
|
padding: 0;
|
||
|
position: absolute;
|
||
|
background-color: transparent;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
text-align: left;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-caption span {
|
||
|
background-color: #999999;
|
||
|
padding: 5px 20px;
|
||
|
font-weight: bold;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-caption h2 {
|
||
|
margin: 0;
|
||
|
padding: 10px 20px;
|
||
|
background-image: url('bg_carousel.png');
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-caption h2 a {
|
||
|
font-size: 24px;
|
||
|
line-height: 1;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-group .panel-default {
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-group .panel-body {
|
||
|
padding: 15px 15px 0 15px;
|
||
|
border-top: 1px dotted #cccccc;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-heading {
|
||
|
border-top: 1px solid #cccccc;
|
||
|
border-bottom: 1px solid #cccccc;
|
||
|
padding: 7px 15px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-heading h3 {
|
||
|
font-size: 22px;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-heading .accordion-toggle:after {
|
||
|
font-family: 'Glyphicons Halflings';
|
||
|
content: "\2212";
|
||
|
float: right;
|
||
|
color: #cccccc;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-heading .accordion-toggle,
|
||
|
.conteudoPrincipal .noticias .panel-heading .accordion-toggle:hover {
|
||
|
display: block;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .panel-heading .accordion-toggle.collapsed:after {
|
||
|
content: "\2b";
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .changeBackground {
|
||
|
background-color: transparent !important;
|
||
|
border-top: none !important;
|
||
|
border-bottom: none !important;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos {
|
||
|
padding-top: 30px;
|
||
|
border-top: 1px solid #cccccc;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos ul {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos ul li {
|
||
|
list-style: none;
|
||
|
min-height: 100px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos ul a {
|
||
|
color: #666666;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos ul img {
|
||
|
float: left;
|
||
|
margin: 0 15px 15px 0;
|
||
|
border: 5px solid #eeeeee;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos h4 {
|
||
|
background-color: #aaaaaa;
|
||
|
display: inline-block;
|
||
|
padding: 5px;
|
||
|
color: #ffffff;
|
||
|
margin: 0 0 5px 0;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .artigos p {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade {
|
||
|
margin-top: 30px;
|
||
|
border-top: 5px solid #0095da;
|
||
|
border-bottom: 5px solid #0095da;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade h5 {
|
||
|
font-size: 24px;
|
||
|
display: inline-block;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade a {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .pesquisa {
|
||
|
background-color: #0095da;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .pesquisa fieldset legend {
|
||
|
color: #ffffff;
|
||
|
border-bottom: none;
|
||
|
font-size: 14px;
|
||
|
padding-top: 10px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .pesquisa label {
|
||
|
color: #ffffff;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .form-group input,
|
||
|
.conteudoPrincipal .atividade .form-group .btn {
|
||
|
margin-left: 5px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .produtos {
|
||
|
margin: 20px 0 0 0;
|
||
|
padding-bottom: 15px;
|
||
|
border-bottom: 1px solid #0095da;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .produtos ul {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .produtos ul li {
|
||
|
display: inline-block;
|
||
|
line-height: 15px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .produtos img {
|
||
|
float: left;
|
||
|
margin: 0 15px 15px 0;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .produtos p {
|
||
|
font-size: 13px;
|
||
|
margin: 0 0 5px 0;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .produtos a {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa {
|
||
|
margin: 10px 0 20px 0;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa .esq fieldset {
|
||
|
border-bottom: 5px solid #999999;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa .esq fieldset legend {
|
||
|
font-size: 16px;
|
||
|
color: #666666;
|
||
|
padding: 0 0 10px 0;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa .dir fieldset {
|
||
|
border: 1px solid #cccccc;
|
||
|
padding: 15px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa .dir fieldset label {
|
||
|
font-size: 16px;
|
||
|
font-weight: normal;
|
||
|
color: #666666;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa .dir fieldset p {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa ul {
|
||
|
margin-top: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa ul li {
|
||
|
display: inline-block;
|
||
|
line-height: 15px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .separador {
|
||
|
background-color: #fff;
|
||
|
width: 1px;
|
||
|
height: 72px;
|
||
|
position: absolute;
|
||
|
margin-left: 66%;
|
||
|
top: 7px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe {
|
||
|
margin-top: 40px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset {
|
||
|
border-bottom: 5px solid #999999;
|
||
|
padding-bottom: 10px;
|
||
|
min-height: 420px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset .form-group,
|
||
|
.conteudoPrincipal .participe fieldset .input-group {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset .form-group select,
|
||
|
.conteudoPrincipal .participe fieldset .input-group select {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset .form-control {
|
||
|
height: 29px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset ul {
|
||
|
padding: 10px 0 0 0;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset ul li {
|
||
|
list-style: none;
|
||
|
margin: 5px 0;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset form {
|
||
|
border-bottom: 1px dotted #cccccc;
|
||
|
padding-bottom: 10px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset .btn-block {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset input[type="radio"] {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
margin: 0 5px 0 0;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset label {
|
||
|
padding-left: 0;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset .btn-xs {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset form[name="opniao"] {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset .links {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques {
|
||
|
padding-bottom: 40px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques h5 {
|
||
|
font-size: 44px;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques ul {
|
||
|
margin-top: 45px;
|
||
|
text-align: center;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques ul li {
|
||
|
display: inline-block;
|
||
|
line-height: 15px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques ul li .title {
|
||
|
font-size: 24px;
|
||
|
padding: 15px 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques ul li p {
|
||
|
text-align: left;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques ul li a {
|
||
|
color: #666666;
|
||
|
line-height: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide {
|
||
|
padding: 0 45px 40px 45px;
|
||
|
border-bottom: 5px solid #cccccc;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-control {
|
||
|
width: 2%;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-indicators {
|
||
|
top: -1%;
|
||
|
bottom: none;
|
||
|
height: 22px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-indicators .active {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
background-color: #333;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-indicators li {
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
border: 1px solid #999;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .headerThumb {
|
||
|
min-height: 35px;
|
||
|
background-color: #f8f8f8;
|
||
|
color: #666666;
|
||
|
padding: 2px 0 0 20px;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .content {
|
||
|
position: relative;
|
||
|
border-right: 1px solid #e6e6e6;
|
||
|
border-bottom: 1px solid #e6e6e6;
|
||
|
float: left;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide img {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .destaqueHover {
|
||
|
opacity: 0;
|
||
|
position: absolute;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .seta {
|
||
|
background-color: #f8f8f8;
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
position: absolute;
|
||
|
left: 15px;
|
||
|
top: -10px;
|
||
|
border-top: 1px solid #ffffff;
|
||
|
border-right: 1px solid #ffffff;
|
||
|
opacity: 0;
|
||
|
-ms-transform: rotate(135deg);
|
||
|
/* */
|
||
|
-webkit-transform: rotate(135deg);
|
||
|
/* */
|
||
|
transform: rotate(135deg);
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-control {
|
||
|
color: #666666;
|
||
|
font-size: 44px;
|
||
|
top: -35px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-control:hover,
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-control:focus {
|
||
|
color: #cccccc;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-control.right {
|
||
|
background-image: none;
|
||
|
filter: none;
|
||
|
right: -15px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-control.left {
|
||
|
background-image: none;
|
||
|
filter: none;
|
||
|
left: -15px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover .headerThumb {
|
||
|
background-color: #666666;
|
||
|
color: #ffffff;
|
||
|
border-bottom: 1px solid #ffffff;
|
||
|
text-shadow: 1px 1px 2px #000000;
|
||
|
-webkit-transition: background-color 500ms linear;
|
||
|
-moz-transition: background-color 500ms linear;
|
||
|
-o-transition: background-color 500ms linear;
|
||
|
-ms-transition: background-color 500ms linear;
|
||
|
transition: background-color 500ms linear;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover .seta {
|
||
|
background-color: #666666;
|
||
|
opacity: 1;
|
||
|
-webkit-transition: background-color 500ms linear;
|
||
|
-moz-transition: background-color 500ms linear;
|
||
|
-o-transition: background-color 500ms linear;
|
||
|
-ms-transition: background-color 500ms linear;
|
||
|
transition: background-color 500ms linear;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover .destaqueHover {
|
||
|
background-image: url("bg_carousel.png");
|
||
|
height: 174px;
|
||
|
opacity: 1;
|
||
|
color: #ffffff;
|
||
|
text-shadow: 1px 1px 2px #000000;
|
||
|
-webkit-transition: opacity 500ms ease-in-out;
|
||
|
-moz-transition: opactiy 500ms ease-in-out;
|
||
|
-ms-transition: opacity 500ms ease-in-out;
|
||
|
-o-transition: opacity 500ms ease-in-out;
|
||
|
transition: opacity 500ms ease-in-out;
|
||
|
}
|
||
|
/* */
|
||
|
/* */
|
||
|
@-moz-document url-prefix() {
|
||
|
fieldset {
|
||
|
display: table-cell;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 992px) and (max-width: 1199px) {
|
||
|
.conteudoPrincipal .atividade .pesquisa form[name="projeto"] button {
|
||
|
margin: 45px 0 0 0;
|
||
|
display: block;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-control .icon-prev,
|
||
|
.conteudoPrincipal .noticias .carousel-control .icon-next,
|
||
|
.conteudoPrincipal .noticias .carousel-control .glyphicon-chevron-left,
|
||
|
.conteudoPrincipal .noticias .carousel-control .glyphicon-chevron-right {
|
||
|
top: 40%;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-caption {
|
||
|
position: inherit;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias span {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.conteudoPrincipal .destaquesPesquisa .esq fieldset {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset {
|
||
|
min-height: 520px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-indicators {
|
||
|
display: none !important;
|
||
|
}
|
||
|
.fixBorder {
|
||
|
border-left: none;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 769px) and (max-width: 991px) {
|
||
|
.conteudoPrincipal .noticias .carousel {
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
.conteudoPrincipal .destaquesPesquisa .esq fieldset {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset {
|
||
|
margin-bottom: 20px;
|
||
|
min-height: 340px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .form-group input,
|
||
|
.conteudoPrincipal .atividade .form-group .btn {
|
||
|
margin-left: 0;
|
||
|
margin-bottom: 0;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.fixBorder {
|
||
|
border-left: none;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .col-sm-3 {
|
||
|
padding: 0 !important;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-inner .content {
|
||
|
margin: 10px;
|
||
|
float: none;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover .destaqueHover {
|
||
|
height: auto;
|
||
|
width: 100%;
|
||
|
padding: 7px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 480px) and (max-width: 768px) {
|
||
|
.conteudoPrincipal .noticias .carousel {
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
.identificacao-site {
|
||
|
margin-top: -8px !important;
|
||
|
}
|
||
|
.conteudoPrincipal .destaquesPesquisa .esq fieldset {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset {
|
||
|
margin-bottom: 20px;
|
||
|
min-height: 340px;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .form-group input,
|
||
|
.conteudoPrincipal .atividade .form-group .btn {
|
||
|
margin-left: 0;
|
||
|
margin-bottom: 0;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.fixBorder {
|
||
|
border-left: none;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-inner {
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-inner .content {
|
||
|
margin: 10px;
|
||
|
float: none;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover .destaqueHover {
|
||
|
height: 93%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 320px) and (max-width: 479px) {
|
||
|
.conteudoPrincipal .noticias .dir .carousel-inner {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .carousel-inner .timer {
|
||
|
position: static;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .links {
|
||
|
padding: 0 !important;
|
||
|
display: inline;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-control .icon-prev,
|
||
|
.conteudoPrincipal .noticias .carousel-control .icon-next,
|
||
|
.conteudoPrincipal .noticias .carousel-control .glyphicon-chevron-left,
|
||
|
.conteudoPrincipal .noticias .carousel-control .glyphicon-chevron-right {
|
||
|
top: 40%;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel {
|
||
|
margin: 0 0 10px 0;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .carousel-caption {
|
||
|
position: inherit;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias span {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.identificacao-site {
|
||
|
margin-top: -8px !important;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade .form-group input,
|
||
|
.conteudoPrincipal .atividade .form-group .btn {
|
||
|
margin-left: 0;
|
||
|
margin-bottom: 0;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
.fixBorder {
|
||
|
border-left: none;
|
||
|
}
|
||
|
.conteudoPrincipal .participe fieldset {
|
||
|
margin-bottom: 20px;
|
||
|
min-height: 340px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-inner {
|
||
|
padding-top: 30px;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide .carousel-inner .content {
|
||
|
margin: 10px;
|
||
|
float: none;
|
||
|
}
|
||
|
.conteudoPrincipal .destaques #destaquesSlide a:hover .destaqueHover {
|
||
|
height: 205px;
|
||
|
}
|
||
|
}
|
||
|
.componente-estatistica {
|
||
|
margin-bottom: 20px;
|
||
|
margin-top: 10px;
|
||
|
float: left;
|
||
|
background-image: url('bg_sta-twb3.png');
|
||
|
width: 100%;
|
||
|
height: 133px;
|
||
|
position: relative;
|
||
|
}
|
||
|
.componente-estatistica .conteudo-estatisica {
|
||
|
padding: 5px 10px;
|
||
|
}
|
||
|
.componente-estatistica img {
|
||
|
float: right;
|
||
|
}
|
||
|
.componente-estatistica ul {
|
||
|
margin: 0;
|
||
|
padding: 0 0 0 10px;
|
||
|
float: left;
|
||
|
}
|
||
|
.componente-estatistica ul li {
|
||
|
list-style: none;
|
||
|
line-height: 1.2;
|
||
|
}
|
||
|
.componente-estatistica ul li a {
|
||
|
font-size: 14px;
|
||
|
font-weight: bold;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.componente-estatistica .botoes-jquery-color {
|
||
|
color: orange !important;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li a {
|
||
|
color: #196da2;
|
||
|
text-shadow: none;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pec {
|
||
|
position: absolute;
|
||
|
top: 25%;
|
||
|
right: 19%;
|
||
|
-webkit-transform: rotate(-20deg);
|
||
|
/* */
|
||
|
transform: rotate(-20deg);
|
||
|
/* */
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .prs {
|
||
|
position: absolute;
|
||
|
top: 54%;
|
||
|
right: 17%;
|
||
|
-webkit-transform: rotate(-20deg);
|
||
|
/* */
|
||
|
transform: rotate(-20deg);
|
||
|
/* */
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .mpv {
|
||
|
position: absolute;
|
||
|
top: 65.6%;
|
||
|
right: 30.7%;
|
||
|
-webkit-transform: rotate(-20deg);
|
||
|
/* */
|
||
|
transform: rotate(-20deg);
|
||
|
/* */
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pl {
|
||
|
position: absolute;
|
||
|
top: 35%;
|
||
|
right: 13%;
|
||
|
-webkit-transform: rotate(-20deg);
|
||
|
/* */
|
||
|
transform: rotate(-20deg);
|
||
|
/* */
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pds {
|
||
|
position: absolute;
|
||
|
top: 73%;
|
||
|
right: 23%;
|
||
|
-webkit-transform: rotate(-20deg);
|
||
|
/* */
|
||
|
transform: rotate(-20deg);
|
||
|
/* */
|
||
|
}
|
||
|
.componente-estatistica .title {
|
||
|
display: inline-block;
|
||
|
font-size: 16px;
|
||
|
text-transform: uppercase;
|
||
|
font-weight: bold;
|
||
|
color: #fff;
|
||
|
text-shadow: 2px 1px #666;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
@media (min-width: 980px) and (max-width: 1199px) {
|
||
|
.componente-estatistica {
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: -65px 0;
|
||
|
}
|
||
|
.componente-estatistica .title {
|
||
|
font-size: 14px;
|
||
|
display: block;
|
||
|
}
|
||
|
.componente-estatistica img {
|
||
|
width: 97%;
|
||
|
margin-top: 30px;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pec {
|
||
|
top: 25%;
|
||
|
right: 21%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .prs {
|
||
|
top: 54%;
|
||
|
right: 19%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .mpv {
|
||
|
top: 65.6%;
|
||
|
right: 33.7%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pl {
|
||
|
top: 35%;
|
||
|
right: 13%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pds {
|
||
|
top: 73%;
|
||
|
right: 25%;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 768px) and (max-width: 979px) {
|
||
|
.componente-estatistica {
|
||
|
background-image: url('bg_sta-twb3-1.png');
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: -35px 0;
|
||
|
}
|
||
|
.componente-estatistica .title {
|
||
|
font-size: 16px;
|
||
|
display: block;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
.componente-estatistica img {
|
||
|
width: 15%;
|
||
|
margin-top: -10px;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pec {
|
||
|
top: 73%;
|
||
|
right: 46%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .prs {
|
||
|
top: 129%;
|
||
|
right: 49.5%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .mpv {
|
||
|
top: 151.6%;
|
||
|
right: 44.7%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pl {
|
||
|
top: 207%;
|
||
|
right: 49%;
|
||
|
}
|
||
|
.componente-estatistica .botoes ul li .pds {
|
||
|
top: 184%;
|
||
|
right: 52.5%;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 320px) and (max-width: 767px) {
|
||
|
.componente-estatistica {
|
||
|
background-image: url('bg_sta-twb3-1.png');
|
||
|
background-repeat: no-repeat;
|
||
|
}
|
||
|
.componente-estatistica .title {
|
||
|
font-size: 14px;
|
||
|
display: block;
|
||
|
}
|
||
|
.componente-estatistica img {
|
||
|
display: none;
|
||
|
}
|
||
|
.componente-estatistica ul li a {
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
}
|
||
|
.componente-estatistica-ul {
|
||
|
line-height: 1.3;
|
||
|
}
|
||
|
.text-ghost {
|
||
|
color: #ccc;
|
||
|
}
|
||
|
|
||
|
/* - ++resource++senado.hpsenado/css/vendors.css - */
|
||
|
/* http://www12.senado.leg.br/hpsenado/portal_css/++resource++senado.hpsenado/css/vendors.css?original=1 */
|
||
|
/* */hr,img{border:0}body,figure{margin:0}.btn,.text-nowrap{white-space:nowrap}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.btn,.caret,.checkbox-inline,.radio-inline,img{vertical-align:middle}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}.glyphicon,.popover,address{font-style:normal}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/* */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning{background-image:none}.dropdown-menu,.modal-content,.popover{background-clip:padding-box}.img-thumbnail,body{background-color:#fff}@font-face{font-family:'Glyphicons Halflings';src:url(/hpsenado/++resource++senado.hpsenado/fonts/glyphicons-halflings-regular_f4769.eot);src:url(/hpsenado/++resource++senado.hpsenado/fonts/glyphicons-halflings-regular_f4769.eot?#iefix) format('embedded-opentype'),url(/hpsenado/++resource++senado.hpsenado/fonts/glyphicons-halflings-regular_448c3.woff2) format('woff2'),url(/hpsenado/++resource++senado.hpsenado/fonts/glyphicons-halflings-regular_fa277.woff) format('woff'),url(/hpsenado/++resource++senado.hpsenado/fonts/glyphicons-halflings-regular_e18bb.ttf) format('truetype'),url(/hpsenado/++resource++senado.hpsenado/fonts/glyphicons-halflings-regular_89889.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphico
|
||
|
|
||
|
/* - ploneCustom.css - */
|
||
|
/* http://www12.senado.leg.br/hpsenado/portal_css/ploneCustom.css?original=1 */
|
||
|
.conteudoPrincipal .atividade .destaquesPesquisa ul li {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.conteudoPrincipal .atividade a.private { color: red; }
|
||
|
#menuUsuarioLogado .navbar-nav > li > a {
|
||
|
padding-bottom: 10px;
|
||
|
padding-top: 10px;
|
||
|
color: white;
|
||
|
}
|
||
|
#menuUsuarioLogado.navbar{
|
||
|
min-height: 10px;
|
||
|
background-color: #1874CD;
|
||
|
border: None;
|
||
|
}
|
||
|
/* */
|
||
|
.edit-overlay {
|
||
|
text-align: right;
|
||
|
opacity: 0;
|
||
|
-o-transition-duration: 1s;
|
||
|
-moz-transition-duration: 1s;
|
||
|
-webkit-transition: -webkit-transform 1s;
|
||
|
height: auto;
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
z-index: 10;
|
||
|
}
|
||
|
.edit-overlay:hover {
|
||
|
opacity: 0.8;
|
||
|
-o-transition-duration: 1s;
|
||
|
-moz-transition-duration: 1s;
|
||
|
-webkit-transition: -webkit-transform 1s;
|
||
|
background-color: #B0C4DE;
|
||
|
}
|
||
|
.edit-overlay button {
|
||
|
margin: 0 5px 0 0;
|
||
|
}
|
||
|
/* */
|
||
|
/* */
|
||
|
.day {
|
||
|
position: absolute;
|
||
|
left: -80px;
|
||
|
top: -12px;
|
||
|
font-size: 22px;
|
||
|
color: #cccccc;
|
||
|
border-bottom: solid 1px #ccc;
|
||
|
}
|
||
|
.conteudoPrincipal .noticias .dir .timer {
|
||
|
position: absolute;
|
||
|
left: -80px;
|
||
|
top: 20px;
|
||
|
font-size: 21px;
|
||
|
color: #cccccc;
|
||
|
}
|
||
|
/* */
|
||
|
/* */
|
||
|
.nano {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 243px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.nano > .nano-content {
|
||
|
position: absolute;
|
||
|
overflow: scroll;
|
||
|
overflow-x: hidden;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
.nano > .nano-content:focus {
|
||
|
outline: thin dotted;
|
||
|
}
|
||
|
.nano > .nano-content::-webkit-scrollbar {
|
||
|
display: none;
|
||
|
}
|
||
|
.has-scrollbar > .nano-content::-webkit-scrollbar {
|
||
|
display: block;
|
||
|
}
|
||
|
.nano > .nano-pane {
|
||
|
background: rgba(0, 0, 0, 0.25);
|
||
|
position: absolute;
|
||
|
width: 7px;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
visibility: hidden\9;
|
||
|
/* */
|
||
|
opacity: .01;
|
||
|
-webkit-transition: .2s;
|
||
|
transition: .2s;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
.nano > .nano-pane > .nano-slider {
|
||
|
background: #444;
|
||
|
background: rgba(0, 0, 0, 0.5);
|
||
|
position: relative;
|
||
|
margin: 0 1px;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
.nano:hover > .nano-pane,
|
||
|
.nano-pane.active,
|
||
|
.nano-pane.flashed {
|
||
|
visibility: visible\9;
|
||
|
/* */
|
||
|
opacity: 0.99;
|
||
|
}
|
||
|
.nano .nano-content {
|
||
|
padding-right: 6px;
|
||
|
}
|
||
|
.nano-agenda {
|
||
|
height: 170px;
|
||
|
}
|
||
|
/* */
|
||
|
/* */
|
||
|
.agentxt > p {
|
||
|
margin: 0;
|
||
|
}
|