<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

/*
 * Base structure
 */

 html { height: 100% }

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding-top: 50px;
}
a,
a:hover { color:#428bca }

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #F5F5F5;
    border-right: 1px solid #DDD;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 5px;
  margin-left: -20px;
}
.nav-sidebar &gt; li &gt; a {
  color: #333;
  font-weight: 700;
  padding: 3px 20px;
}
.nav-sidebar &gt; li &gt; a:hover { background: #E5E5E5 }

.nav-sidebar &gt; .active &gt; a,
.nav-sidebar &gt; .active &gt; a:hover {
  color: #fff;
  background-color: #428bca;
}

.dropdown-menu .divider,
.nav .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/*
 * Main content
 */


.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-header .btn { margin-top: -10px }
}

.home .jumbotron h1 {
  letter-spacing: -2px;
  font-size: 40px }

.home .jumbotron p { font-size: 20px }

.modal-body { background-color: #EEE }

.modal-footer { 
  margin:0;
  background-color: #222 }

.page-header button { margin-left: 5px }
.page-header .search  { padding: 0 }

@media (max-width: 767px) { 
    h1.page-header { 
      border:0;
      margin-bottom: 0;
      font-size: 20px }

    #filter .nav.navbar-nav {
      margin-top: 0;
      margin-bottom: 0 }

    #filter .nav.navbar-nav.pull-right { float:none !important }

    #filter .search &gt; * { padding: 10px 10px 0 10px } 

    #filter .nav .dropdown .active a { 
      color:#FFF;
      background: #428bca }

    .filter {
      margin-bottom: 0 !important;
      border-radius: 5px }

    .table { border:0  }

    .del.btn { margin-bottom: 10px  }

    th { font-size: 11px }

    .navbar-brand { font-size: 14px }

    .modulos .btn-group { 
      clear: both;
      width: 100%;
      margin:0 }

    .modulos .btn-group .btn { 
      clear: both;
      width: 100%;
      margin:-1px 0 0 0;
      border-radius: 0 }

    .home .jumbotron h1 { 
      letter-spacing: -1px;
      font-size: 20px }

    .home .jumbotron p  { font-size: 14px }

    .home .jumbotron { padding: 10px }

    .jumbotron .container .glyphicon-remove {
      top: 15px !important; 
      right: 15px !important }

    .home .table-responsive {
      padding: 0;
    }

  .navbar-collapse.navbar-top ul.nav ul.dropdown-menu { background-color: #111 }
  .navbar-collapse.navbar-top ul.nav ul.dropdown-menu li.dropdown-header { color: #333 }
  .navbar-collapse.navbar-top ul.nav ul.dropdown-menu li.divider { background-color: #222 !important }

}

.link-edit .glyphicon,
.link-edit .btn { 
  margin-right: 3px;
  display: none }

.link-edit .glyphicon.glyphicon-trash { 
  color: #CC0000;
  float: right  }

tr td.link-edit:hover { box-shadow: inset  0 0 30px rgba(0,0,0,0.15) }

tr:hover td.link-edit .glyphicon,
tr:hover td.link-edit .btn,
li.link-edit:hover .glyphicon,
li.link-edit:hover .btn { display: inline-block }

.navbar-nav li .del { margin: 4px 5px 0 5px }

.del { display:none }

.navbar-nav li.paging { margin: 4px -11px 0 5px  }
  
.navbar.filter { 
  margin-bottom: 10px;
  min-height: 30px !important }

.slideshow .filter { margin-top: 10px }

.filter .navbar-nav &gt; li &gt; a {
  padding: 5px 12px;
  line-height: auto }

.filter .navbar-brand {
  float: left;
  height: auto;
  color: #333;
  font-size: 14px;
  padding: 7px 15px;
  line-height: auto }

.pub,
.dpub { font-size: 17px }

.pub  { color: #66CC00 }
.dpub { color: #CCC }

@media (min-width: 768px) {
  nav.filter .navbar-collapse { margin: 0 -15px !important }
}

.filter .navbar-toggle {
  position: relative;
  float: right;
  padding: 6px 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.filter .navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
}
.filter .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

.filter .filterChange {
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 2px 5px;
  background-color: #428bca }

.nav-sidebar .dropdown-header { 
  font-size: 10px;
  text-transform: uppercase }

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEE;
  border-radius: 0;
  background: none;
}

.dropdown-menu.paging { 
  min-width: 100%  !important }

textarea { resize: none }

.imgPreview {
  padding: 10px;
  line-height: 250px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: center;
}

img.imgPreviewList {
  max-height: 40px;
  max-width: 100px;
}

.imgPreview img {
  max-height: 250px;
  max-width: 100%;
}

.btn-group .btn:active,
.btn-group .btn.active {
  color: #FFF;
  background-color: #428bca }

.period { display: none }

.imgInfo { 
  font-weight: normal; 
  color: #FFF;
  background-color: #AAA;
  border-radius: 50px;
  padding: 2px 0 2px 7px  }

.imgInfo span {
  font-weight: bold; 
  border-radius: 50px;
  padding: 2px 7px;
  margin-left: 3px;
  background-color: #428bca;
  text-transform: none  }

.imgInfo span.incompatible { background-color: #CC0000  }

.statsHost {
  margin: 15px 0 0 0;
}

.progress { border: 1px solid #DDD }

.progress-lg { 
  margin-bottom:0;
  height: 35px }

.progress-lg .progress-bar { line-height: 35px }

.progress-bar.remaining { 
  color:#666;
  background: #D9D9D9 }

.progress.usoEmail { margin: 0 0 0 -30px }

.sample { 
  font-style:italic;
  color: #AAA }

.required &gt; label:after {
  position: relative;
  margin-left: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
}
.required &gt; label:after {
  content: " \2a";
  color: #428bca;
}

.home label,
.inner label { 
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 11px;
}

small.rule { 
  font-size: 10px;
  font-weight: normal;
  color: #666;
  text-transform: none   }

.modulos label.btn { text-transform: none }

.modulos .btn-group { 
  margin-top: -1px;
  padding: 0 !important }

.home .jumbotron { 
  color:#FFF;
  border-radius: 5px;

  background: #428bca; /* Old browsers */
  background: -moz-linear-gradient(top,  #428bca 29%, #72b8ff 84%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#428bca), color-stop(84%,#72b8ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #428bca 29%,#72b8ff 84%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #428bca 29%,#72b8ff 84%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #428bca 29%,#72b8ff 84%); /* IE10+ */
  background: linear-gradient(to bottom,  #428bca 29%,#72b8ff 84%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bca', endColorstr='#72b8ff',GradientType=0 ); /* IE6-9 */ 
}

a.btn-start {
  margin-bottom: 20px;
  display: block;
  border-radius: 10px;
  padding: 35px 0;
  text-align: center;
  border: 1px solid #CCC;

  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #ffffff 29%, #dddddd 85%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(29%,#ffffff), color-stop(85%,#dddddd)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 29%,#dddddd 85%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #ffffff 29%,#dddddd 85%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #ffffff 29%,#dddddd 85%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #ffffff 29%,#dddddd 85%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.btn-start:hover { 
  background: #72b8ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #72b8ff 29%, #428bca 85%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(29%,#72b8ff), color-stop(85%,#428bca)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #72b8ff 29%,#428bca 85%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #72b8ff 29%,#428bca 85%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #72b8ff 29%,#428bca 85%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #72b8ff 29%,#428bca 85%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b8ff', endColorstr='#428bca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-color:#428bca;
  color: #FFF;
  text-decoration: none }

a.btn-start &gt; span {
  font-size: 16px;
  display:block }

a.btn-start .glyphicon { 
  margin-bottom: 10px;
  font-size: 50px }

 .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
} 

#footer, 
.push-footer {
    min-height: 30px; 
    line-height: 30px; 
}

#footer {
  color:#999;
  font-size:10px;
  text-transform: uppercase;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #CCC;
  filter: alpha(opacity=95);
  opacity: .9;
}

#footer a { color:#999 }

#addcat { z-index: 1051 }

.jumbotron .container { position: relative }

.jumbotron .container .glyphicon-remove {
  position:absolute;
  color: #FFF;
  top:-20px; 
  right: -15px }

.chart { height: 200px }

.chart img {
  max-width: 100%;
  height: 100% }


/*
 * LOGIN
 */
 body.login {
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center
 }

.login img.brand { 
  position:relative;
  z-index: 10;}

.login .box {
  overflow: hidden;
  margin: -50px auto 0 auto !important;
  float: none !important;
  padding: 30px;
  border-radius: 10px;
  background: rgba(0,0,0,0.5) }

.login form.entrar { 
  margin-right: 30px }

.login form.cadastrar { 
  padding: 30px;
  margin: -30px;
  background: rgba(0,0,0,0.3) }

.login form img.brand { padding: 15px }

.login form .form-signin-heading { 
  letter-spacing: -1px;
  font-size: 24px }

.login form .form-signin-heading,
.login form .checkbox {
  color: rgba(255,255,255, 0.8);
  margin-bottom: 10px }

.login form .checkbox { 
  margin-top: 0;
  cursor: pointer;
  font-weight: normal }

.login form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px }

.login form .form-control:focus { z-index: 2 }

.login form input.user {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0 }

.login form input.pw {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0 }

.login form.cadastrar input.cpf,
.login form.cadastrar input.ckEmail { 
  margin-bottom: -1px;
  border-radius: 0 } 

.login form input.user-remember { margin-bottom: 10px }

.login .dev {
  font-size: 11px;
  padding: 10px;
  color: rgba(255,255,255,0.8);
}

.thumbs &gt; div { margin-bottom: 15px }

.thumbs &gt; div img { margin-bottom: 5px }

.thumbs &gt; div .glyphicon-info-sign { 
  font-size: 18px;
  color: rgba(255,255,255,0,8);
  float: right  }

.thumbs .row { padding: 0 15px }

.form-group .btn-xs.addcat {
  position: absolute;
  bottom: 6px;
  right: 55px; }


#showMessage {
    position: fixed; 
    top: 30px; 
    width: 300px;
    left: 50%;
    margin-left: -150px;
    z-index: 99999 }

#loading {
    background:#cc3300;
    width: 100px;
    position: fixed;
    top: 0px;
    height: 20px;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: none;
    left: 45% }

input.error,
textarea.error,
select.error { background: #FFDFDF url(../img/ico-required.png) no-repeat right 13px }


.tab-pane { 
  background: #FFF;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 20px }

.tab-pane h4 { color: #999 }

.tab-pane table { margin:0  }

.placeholder {
    border: 1px solid 999;
    background: #FFF;
    box-shadow: 0px 0px 10px #428bca }

.tile { 
  cursor: pointer;
  height: 80px }

.grid { margin-top: 15px }

#imagem_atual .btn {
  position: absolute;
  top: 40px; right: 30px }

 ul.list-group li.list-group-item { padding: 20px; }
 #configs ul.list-group li.list-group-item { padding: 10px 15px }

 ul.list-group li.list-group-item:hover { background-color: #F9F9F9 }

 ul.list-group li.list-group-item h3,
 dl.event-detail h3 { 
 	margin: 0 0 15px;
 	font-size: 18px;
 	color: #666 }

 ul.list-group li.list-group-item dl { margin: 0 }

 dl.event-detail {
 	padding: 20px;
 	border-radius: 5px;
 }

.modal .modal-body .bootstrap-dialog-message { padding: 0 15px !important }

.nav-tabs li a { background: #DDD; color: #16304B }
.nav-tabs li a:hover { background: #DDD }</pre></body></html>