
/* - ++resource++collective.upload/main.css - */
@media screen {
/* http://www.brasil2016.gov.br/pt-br/portal_css/++resource++collective.upload/main.css?original=1 */
.btn
{
font-size: 14px;
line-height: 20px;
display: inline-block;
margin-bottom: 0;
padding: 4px 12px;
cursor: pointer;
text-align: center;
vertical-align: middle;
color: #333;
border: 1px solid #bbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #f5f5f5;
background-image:    -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image:      -o-linear-gradient(top, #fff, #e6e6e6);
background-image:         linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
}
.btn-success
{
color: #fff;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
background-color: #5bb75b;
background-image:    -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image:      -o-linear-gradient(top, #62c462, #51a351);
background-image:         linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.btn-primary
{
color: #fff;
border-color: #04c #04c #002a80;
border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
background-color: #006dcc;
background-image:    -moz-linear-gradient(top, #08c, #04c);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
background-image: -webkit-linear-gradient(top, #08c, #04c);
background-image:      -o-linear-gradient(top, #08c, #04c);
background-image:         linear-gradient(to bottom, #08c, #04c);
background-repeat: repeat-x;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.btn-warning
{
color: #fff;
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
background-color: #faa732;
background-image:    -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image:      -o-linear-gradient(top, #fbb450, #f89406);
background-image:         linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.btn-danger
{
color: #fff;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
background-color: #da4f49;
background-image:    -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image:      -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image:         linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
[class^='icon-'],
[class*=' icon-']
{
line-height: 14px;
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
vertical-align: text-top;
background-image: url('img/glyphicons-halflings.png');
background-repeat: no-repeat;
background-position: 14px 14px;
}
.icon-white,
.nav-pills > .active > a > [class^='icon-'],
.nav-pills > .active > a > [class*=' icon-'],
.nav-list > .active > a > [class^='icon-'],
.nav-list > .active > a > [class*=' icon-'],
.navbar-inverse .nav > .active > a > [class^='icon-'],
.navbar-inverse .nav > .active > a > [class*=' icon-'],
.dropdown-menu > li > a:hover > [class^='icon-'],
.dropdown-menu > li > a:hover > [class*=' icon-'],
.dropdown-menu > .active > a > [class^='icon-'],
.dropdown-menu > .active > a > [class*=' icon-'],
.dropdown-submenu:hover > a > [class^='icon-'],
.dropdown-submenu:hover > a > [class*=' icon-']
{
background-image: url('img/glyphicons-halflings-white.png');
}
.icon-plus
{
background-position: -408px -96px;
}
.icon-upload
{
background-position: -144px -24px;
}
.icon-ban-circle
{
background-position: -216px -96px;
}
.icon-trash
{
background-position: -456px 0;
}
.progress
{
overflow: hidden;
height: 20px;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #f7f7f7;
background-image:    -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:      -o-linear-gradient(top,#f5f5f5,#f9f9f9);
background-image:         linear-gradient(to bottom,#f5f5f5,#f9f9f9);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success
{
background-color: #62c462;
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image:    -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress.active .bar
{
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-striped .bar
{
background-color: #149bdf;
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image:    -moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress .bar
{
font-size: 12px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 0;
height: 100%;
-webkit-transition: width .6s ease;
-moz-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
text-align: center;
color: #fff;
background-color: #0e90d2;
background-image:    -moz-linear-gradient(top,#149bdf,#0480be);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
background-image:      -o-linear-gradient(top,#149bdf,#0480be);
background-image:         linear-gradient(to bottom,#149bdf,#0480be);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
/* */
#fileupload .controls
{
display: -webkit-box;
display:    -moz-box;
display: -webkit-flex;
display:    -moz-flex;
display: -ms-flexbox;
display:         flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
}
#fileupload .controls > *
{
margin-right: 10px;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
#fileupload .template-upload
{
display: -webkit-box;
display:    -moz-box;
display: -webkit-flex;
display:    -moz-flex;
display: -ms-flexbox;
display:         flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
-ms-flex-align: center;
}
#fileupload .template-upload > *
{
margin-right: 10px;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
#fileupload .template-upload .preview
{
min-width: 80px;
min-height: 60px;
}
#fileupload .template-upload .name input
{
width: 100%;
}
#fileupload .template-upload .size
{
min-width: 80px;
}
#fileupload .template-upload .progress
{
width: auto;
min-width: 100px;
}
#fileupload .results,
#fileupload .results .files
{
width: 100%;
}

}


/* - ++resource++collective.liveblog/styles.css - */
@media screen {
/* http://www.brasil2016.gov.br/pt-br/portal_css/++resource++collective.liveblog/styles.css?original=1 */
#liveblog-header img {
height: auto;
max-width: 100%;
}
.portaltype-liveblog article .field input[type="text"] {
width: 100%;
font-size: 2em;
font-weight: bold;
}
.portaltype-liveblog form {
padding-bottom: 1em;
}
.portaltype-liveblog textarea {
height: 100px;
}
.portaltype-liveblog #content header {
margin-bottom: 1em;
}
#spinner {
background: url('++resource++collective.liveblog/spinner.gif') no-repeat center right;
float: right;
padding-right: 20px;
}
.microupdate-helpers {
float: right;
}
.microupdate-helpers a {
border-bottom: none !important;
}
#micro-updates article {
border-top: 1px solid #ccc;
clear: both;
margin-bottom: 1em;
padding: 1em 0 0 0;
position: relative;
}
.template-microupdate.portaltype-liveblog #micro-updates article {
border-top: none;
}
.microupdate-byline time {
background: #f1f1f1;
padding: 1em 0;
position: absolute;
text-align: center;
top: 0;
width: 90px;
}
.microupdate-text img {
max-width: 100%;
height: auto;
}
.microupdate-date {
color: #666;
display: block;
margin-bottom: 0.2em;
}
.microupdate-time {
color: #c9c9c9;
display: block;
font-size: 1.8em;
font-weight: bold;
}
.microupdate-title, .microupdate-text, .microupdate-byline p {
margin-left: 110px;
}
.template-microupdate.portaltype-liveblog .microupdate-text {
margin-left: auto;
}
.microupdate-byline {
color: #666;
}
.microupdate-text p:last-child {
margin-bottom: 0 !important;
}
/* */
@media all and (max-width: 680px) {
.microupdate-title, .microupdate-text, .microupdate-byline p {
margin-left: 0;
}
.microupdate-byline p, .microupdate-date, .microupdate-time {
display: inline;
font-size: 90%;
}
.microupdate-byline time {
background: transparent;
padding: 0.5em 0;
width: auto;
position: relative;
text-align: left;
}
.microupdate-time {
color: #666;
font-weight: normal;
}
#micro-updates article {
padding-top: 0.3em;
}
}

}

