
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800);

/*
 * 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: 105px;
}

* { outline: none !important }

a,
a:hover { outline: none !important }

.main a { text-decoration: underline }

h2 { 
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 130%;
  letter-spacing: -1px;
  font-weight: 800;
  color: #0077BD } 

 @media (max-width:767px) {
    h3 {
      font-size: 110%
    }
 }

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * FIX
 */

.btn-group > .tooltip + .btn,
.btn-group > .popover + .btn{
margin-left:-1px;
}

.btn-group > .btn:last-of-type {
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}


/*
 * Navbar top
 */
.navbar { border: 0 }

.navbar-fixed-top { z-index: 1032 !important }

.navbar-header { background: #181E23 }

.navbar-header .navbar-brand { margin-left: 25px !important  }
.navbar-header .navbar-brand img { width: 100%  }

@media (max-width: 1023.98px){
  .navbar-header { height: 95px !important }

  .navbar-header .navbar-brand img {
    width: 70px !important;
  }
  .navbar-header {
    height: 80px;
    background-color: #0077BD;
  }

  .navbar-header .navbar-brand {
    margin: -5px 0 0 0 !important;
  }

  .navbar-header .navbar-brand img {
    width: 60px;
  }

  .navbar-header .navbar-toggle {
    z-index: 1000000;
    position: relative;
    float: right;
    padding: 10px;
    background: rgba(0,0,0,0.1);
    margin-top: 18px;
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 4px;
  }
  .navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #FFF;
    border-radius: 1px;
  }
  .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .navbar-collapse {
    margin: 0 !important;
  }

  .nav.navbar-nav { 
    background: #181E23;
    margin: -15px -20px;
    padding: 0 }

}

.navbar-top,
header .navbar-nav { 
  padding: 15px 20px;
  margin-left: 0;
  background: #0077BD;
  color: #FFF }

.navbar-top { padding: 15px 20px !important }

.navbar-top a {  color: #FFF }

.navbar-top .avisos { 
  display: inline-block;
  margin-right: 35px; }

.avisos-mobile { 
  z-index: 3000;
  position: absolute;
  top: 30px;
  right: 80px;}

.navbar-top .glyphicon {
  margin-right: 5px;
  font-size: 18px }

.navbar-top a .badge,
.avisos-mobile .badge {
  color: #FFF;
  background: #FF0000;
  padding: 2px 4px 4px 4px;
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -12px; left: -5px; }

.navbar-top .navbar-hello { 
  margin-top: 18px;
  font-size: 18px }

.navbar-top .navbar-profile i.fa,
.avisos-mobile i.fa { 
  display:inline-block;
  font-size: 150%;
  margin-bottom: 20px }

a.avisos-mobile { color: #FFF !important }

.navbar-top .navbar-profile .inbox-title {
  font-size: 13px;
  margin: -40px 0 0 40px }

.navbar-top .navbar-profile img { margin: -10px 0 }

.navbar-top .navbar-profile .icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #0077BD;
  border-radius: 10px;
}
.navbar-top .navbar-profile .icon-bar + .icon-bar {
  margin-top: 3px;
}


.navbar-top .navbar-profile a[data-toggle="dropdown"] {
  position: absolute;
  top: 25px; right: 90px;
  background: #FFF;
  padding: 13px 10px;
  border-radius: 100%;
  width: 40px; 
  height: 40px;
}

.navbar-top .navbar-profile a[data-toggle="dropdown"]:hover,
.navbar-top .navbar-profile a[data-toggle="dropdown"]:active,
.navbar-top .navbar-profile a[data-toggle="dropdown"]:focus { box-shadow: inset 0 0 20px #CCC }

.navbar-top .navbar-profile .dropdown-menu {
    width: 170px;
    position: absolute;
    top: 80px; right: 23px; }


.navbar-top .navbar-profile .dropdown-menu .glyphicon { font-size: 90%; }

.navbar-top .navbar-profile .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 11px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '' }

.navbar-top .navbar-profile .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 12px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '' }

.navbar-top .navbar-profile .dropdown-menu.dp-profile::before { left: 75px }

.navbar-top .navbar-profile .dropdown-menu.dp-profile::after { left: 76px }



/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
  position: fixed; 
  z-index: 1032;
  overflow: hidden;
  top: 180px;
  padding: 0;
  background-color: #181E23 }

.sidebar .scroll {
  border-bottom: 1px solid rgba(0,0,0,0.7);
  height: auto }
  
@media (max-width: 991.98px) {
  .sidebar,
  footer {
    display: none !important;
  }
}


/* Sidebar navigation */
.nav-sidebar {
  margin-bottom: 5px;
}

.nav-sidebar > li,
.navbar-nav > li {
  border-bottom: 1px solid rgba(0,0,0,0.7);
  border-top: 1px solid rgba(255,255,255,0.1);
}

.nav-sidebar > li:first-child,
.navbar-nav  > li:first-child { border-top: 0 }

.nav-sidebar > li:last-child,
.navbar-nav  > li:last-child { border-bottom: 0 }

.nav-sidebar > li > a,
.navbar-nav  > li > a {
  color: #FFF;
  font-size: 14px;
  padding: 8px 20px 8px 40px;
}

.nav-sidebar > li > a i.fa,
.navbar-nav > li > a i.fa { 
  width: 25px;
  text-align: center;
  font-size: 18px;
}

.nav-sidebar > li > a .badge,
.navbar-nav  > li > a .badge {
  color: #FFF;
  background: #FF0000;
  padding: 2px 4px 4px 4px;
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -12px; left: -5px;
  margin-right: -15px;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}

.nav-sidebar > li a:hover,
.nav-sidebar > li a:active,
.nav-sidebar > li a:focus,
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.navbar-nav > li a:hover,
.navbar-nav > li a:active,
.navbar-nav > li a:focus,
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover { 
  background: rgba(0,0,0,0.4) }

.nav-sidebar li ul,
.navbar-nav li ul { 
  background-color: rgba(0,0,0,0.2);
  margin-left: -40px }

.nav-sidebar li ul li a,
.navbar-nav li ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 20px 5px 67px }


@media (min-width: 992px) and (max-width: 1199px){
  .nav-sidebar > li > a {
    padding-left: 30px;
    font-size: 12px;
  }

  .nav-sidebar li ul li a {
    font-size: 12px;
    padding-left: 30px }

  .nav-sidebar > li > a i.fa { 
    display: none
  }
} 

.dropdown-menu .divider,
.nav .divider {
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}



.caret-up {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
}

/*
 * Main content
 */


.main {
  padding: 20px;
  z-index: 1031;
  position: relative;
}

@media (min-width: 768px) {
  .main {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.main .page-header {
  margin-top: 0;
}

@media (max-width: 767px) {


  .home .row,
  .inner .row,
  .main,
  .main .row > div {
    margin: 0;
    padding: 0;
  }
  .main { margin-top: -10px }

  .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: 15px }

.page-header .search { padding: 0 }

@media (max-width: 767px) { 
    h1.page-header { 
      margin-bottom: 0;
      font-weight: 800;
      letter-spacing: -1px;
      font-size: 150% }

    #filter .nav.navbar-nav {
      margin-top: 0;
      margin-bottom: 0 }

    #filter .nav.navbar-nav.pull-right { float:none !important }

    #filter .search > div { padding: 10px 10px 0 10px } 

    .del.btn { margin-bottom: 10px  }

    th { font-size: 11px }

    .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 }

  .filter .actions.affix { display:none !important}

}

tr td.link-edit .glyphicon-trash,
tr td.link-edit .btn { 
  margin-right: 3px;
  display: none }


tr td.link-edit .glyphicon.glyphicon-trash { float: right  }

tr td.link-edit:hover .glyphicon,
tr td.link-edit:hover .btn,
li.link-edit:hover .glyphicon,
li.link-edit:hover .btn { display: inline-block }

nav.filter .del,
.filter .actions { display:none }

.filter a { text-decoration: none !important }

.filter .actions {
  border: 1px solid #E6E6E6;
  padding-top: 10px;
  border-radius: 3px;
  background: #F6F6F6;
  margin: 0 0 10px 0 }

.filter .actions.affix {
  z-index: 1; 
  border-radius: 0;
  box-shadow: 0 1px 5px #CCC;
  background: rgba(255,255,255,0.95);
  top: 51px;
  left: 265px;
  padding: 10px 25px 5px 25px;
  margin: auto }

nav.filter .btn {  margin: 4px 5px 0 5px}
nav.filter .btn-group .btn {  margin:0 0 0 -1px }

nav.filter .del .glyphicon-trash { color: #FFF }

nav.filter li.actions > a,
nav.filter li.actions > a strong { color: #0077BD }

nav.filter .navbar-nav li.paging { margin: 4px -11px 0 5px  }

nav.filter .navbar-nav li.paging .btn { padding: 0 5px;  }

nav.navbar.filter { 
  margin-bottom: 10px;
  min-height: 30px !important }

nav.filter .navbar-nav > li > a {
  padding: 5px 12px;
  line-height: auto }

nav.filter .navbar-brand {
  float: left;
  height: auto;
  color: #333;
  font-size: 14px;
  padding: 7px 15px;
  line-height: auto }

nav.filter .navbar-toggle {
  position: relative;
  float: right;
  padding: 6px 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
}
nav.filter .navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
}
nav.filter .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

nav.filter .filterChange {
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 2px 5px;
  background-color: #0077BD }

.slideshow .filter { margin-top: 10px }
  
.link-edit .glyphicon-trash { color: #CC0000 } 

.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;
}


.aviso-date { font-size: 80% }

@media (min-width: 768px){
  #disciplinas td { font-size: 90% }
}

@media (max-width: 7687px){
 
  .table td,
  .table th { 
    word-wrap: normal !important;
    word-break: normal !important}

}

.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,
img.user {
  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: #0077BD }

.period,
.pago,
.description,
.reply-editor { display: none }

.period table tr > * { 
  padding-left: 15px !important;
  padding-right: 15px !important }

.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: #0077BD;
  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 > label:after {
  position: relative;
  margin-left: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
}
.required > label:after {
  content: " \2a";
  color: #B62A26;
}

.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: #B62A26; /* Old browsers */
  background: -moz-linear-gradient(top,  #B62A26 29%, #72b8ff 84%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#B62A26), color-stop(84%,#72b8ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #B62A26 29%,#72b8ff 84%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #B62A26 29%,#72b8ff 84%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #B62A26 29%,#72b8ff 84%); /* IE10+ */
  background: linear-gradient(to bottom,  #B62A26 29%,#72b8ff 84%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B62A26', 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%, #B62A26 85%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(29%,#72b8ff), color-stop(85%,#B62A26)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #72b8ff 29%,#B62A26 85%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #72b8ff 29%,#B62A26 85%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #72b8ff 29%,#B62A26 85%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #72b8ff 29%,#B62A26 85%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b8ff', endColorstr='#B62A26',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-color:#B62A26;
  color: #FFF;
  text-decoration: none }

a.btn-start > 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; /* the bottom margin is the negative value of the footer's height */
} 

footer  {
  position: relative
}

footer .footer-copy {
  background: #181E23;
  }

footer .footer-copy > div {
  z-index: 1035;
  padding: 20px 0;
  width: 100%;
  margin: 0 -15px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #999;
  line-height: normal;
  font-size: 10px;
  text-align: center;
}

@media (max-width:767px){

  .navbar-fixed-bottom { position: relative }

  footer .footer-copy > div {
    margin: 0
}

}

@media (min-width:768px){
  footer .footer-copy {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3000px;
  }
  
  footer .footer-copy > div {
    position: absolute;
    bottom: 0
  }
}

#footer a { color:#999 }

#addcat { z-index: 1051 }

.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
 }

.form-signin {
  max-width: 330px;
  padding: 30px;
  border-radius: 10px;
  border: 7px solid rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.8);
  margin: 0 auto }

.form-signin img.brand { padding: 15px }

.form-signin .form-signin-heading { 
  letter-spacing: -1px;
  font-size: 24px }

.form-signin .form-signin-heading,
.form-signin .checkbox {
  color: rgba(255,255,255, 0.8);
  margin-bottom: 10px }

.form-signin .checkbox { 
  margin-top: 0;
  cursor: pointer;
  font-weight: normal }

.form-signin .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 }

.form-signin .form-control:focus { z-index: 2 }

.form-signin input[type="user"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0 }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0 }



.form-remember {
  color: #FFF;
  max-width: 700px;
  padding: 30px;
  border-radius: 10px;
  border: 7px solid rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.8);
  margin: 0 auto }

.form-remember img.brand { padding: 15px }

.form-remember .form-remember-heading { 
  letter-spacing: -1px;
  font-size: 24px }

.form-remember .form-remember-heading {
  color: rgba(255,255,255, 0.8);
  margin-bottom: 10px }


.login .dev {
  font-size: 11px;
  padding: 10px;
  color: rgba(255,255,255,0.8);
}

.thumbs > div { margin-bottom: 15px }
.thumbs > div img { margin-bottom: 5px }
.thumbs > div .glyphicon-info-sign { 
  font-size: 18px;
  color: #FFF;
  margin: -35px 12px 0 0 }

.form-group a.btn-add {
  text-decoration: none;
  position: absolute;
  font-size: 11px;
  z-index: 10;
  top: 3px;
  right: 15px }

.form-group a.btn-add:hover { color: #999 }

.financeiro table tr td { line-height: normal }
.financeiro table tr.vencido td { background: #FFFFD5 }

.financeiro table tr.vencido td strong.valor,
.financeiro table tr.vencido td.dtVencimento  { color: #CC0000 }

.financeiro table tr td.dtPagamento   { color: #33CC00 }

.financeiro table tr td .glyphicon-time       { color: #FF9900 }
.financeiro table tr td .glyphicon-eye-open   { color: #0099FF }
.financeiro table tr td .glyphicon-eye-close  { color: #CCC }
.financeiro table tr td .glyphicon-ok         { color: #33CC00 }
.financeiro table tr td .glyphicon-remove     { color: #CC0000 }
.financeiro table tr td .glyphicon-wrench     { color: #996600 }

.financeiro table tr td small.info { 
  font-size: 11px;
  color: #888 }

.pub,
.dpub { font-size: 17px }

.pub  { color: #66CC00 }
.dpub { color: #CCC }

select option { padding: 2px 5px }

.tab-pane { 
  background: #FFF;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 20px }

.tab-pane .list-group { margin-top: 15px }

.tab-pane .list-group .date { 
  font-size: 10px;
  color: #999 }

#comments .log { 
  font-size: 12px;
  color: #999 }

#comments .comment { 
  box-shadow: inset 1px 1px 2px #DDD;
  background: #EEE }

#comments .comment .text {
  border-top: 1px solid #DDD; 
  padding-top: 10px;
  margin: 10px 0 0 50px }

#comments .comment .reply {
  background: #FFF;
  padding: 10px;
  border-radius: 7px;
  margin: 10px 0 0 50px }

#comments .reply-editor { margin: 10px 0 0 50px }
#comments .reply-editor .btn { margin-top: 5px }

.list-group-item a.glyphicon-remove-circle { 
  text-decoration:none;
  color: #CC0000;
  display: none }

.list-group-item:hover a.glyphicon-remove-circle { display: inline-block }

.projetos .link-edit .prazo-entrega,
.projetos .small {
  font-size: 11px;
  color: #999 }

.projetos .link-edit .prazo-entrega .glyphicon-warning-sign{ color: #FF6600 }

.projetos .label {
  border-radius: 2px;
  padding: 1px 5px; 
  box-shadow: 1px 1px 0 rgba(0,0,0,0.6);
  font-size: 11px }

.projetos img.user { max-height: 30px }

.projetos .progress { 
  height: 15px;
  border-radius: 10px;
  margin: 2px 0 0 0 }

.projetos .progress .progress-bar { 
  line-height: 12px;
  font-size: 10px }

.vcenter { vertical-align: middle !important }

.fnc-cob button.btn { width: 25% }

.btn-group.btn-group-justified .btn { height: 34px }

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > a:hover { 
  color: #000;
  background: #EEE }

.bootstrap-select.btn-group .dropdown-menu li.selected a { 
  color: #FFF;
  background: #B62A26 }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #B62A26;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input,
.bootstrap-select-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.tooltip { font-size: 13px }

#showMessage {
   position: fixed;
   top: 30%;
   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 }


tr.bggreen  td{ background-color: #DDFFDD }
tr.bgred  td{ background-color: #FFDDDD }
tr.bggold  td{ background-color: #ffe34c }
tr.bgsilver  td{ background-color: #f4f4f4 }

td.bggreen { text-align: center; background-color: #DDFFDD }
td.bgred { text-align: center; background-color: #FFDDDD }
td.bggreen em, td.bgred em { font-size: 12px }

tr.unread td { font-weight: bold }

.teste-progresso table { 
  margin-bottom: 50px }

.teste-progresso td.bg-info { line-height: 170% }

.teste-progresso td[rowspan="6"] { 
  font-size: 120%;
  font-weight: 700 }

.teste-progresso td.bg-info strong { 
  position: relative;
  margin-left: 5px;
  font-size: 130% }

.teste-progresso tr.header td{ 
  font-weight: 700;
  color: #999;
  background-color: #F6F6F6 }

.teste-progresso .formula { font-size: 150% }

.teste-progresso .btn-group .btn { padding: 30px 0 }

.form h4 {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #EEE;
}

.form .row {
  margin: 0 0 10px 0;
  padding: 15px 0;
  background-color: #F3F3F3;
  border-radius:5px
}

#situacao { margin-bottom: 30px }
#situacao a.btn { text-decoration: none }


.jumbotron.aviso { 
  position: relative;
}


.jumbotron.aviso h2 { 
  font-size: 18px;
}

.jumbotron.aviso p { 
  font-size: 12px;
}

.jumbotron.aviso .glyphicon-remove {
  cursor: pointer;
  position: absolute;
  top: 30px; right: 30px;
  font-size: 20px;
}

table.aulas tbody tr td { font-size: 80% }



/* AUTO COMPLETE*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.ui-helper-hidden-accessible{
    display:none;
}
.ui-menu {
    padding: 5px;
}
td.ui-state-highlight .ui-state-default{
  background: #ff3333 !important;
  box-shadow:none !important;
}
a.btn {text-decoration: none}

.item-reclama.well { margin-bottom: 7px !important }

.item-reclama .reclamacao-descricao { margin-bottom: 5px; font-weight: bold }

.item-reclama .reclamacao-autor { 
  font-size: 80%;
  color: rgba(0,0,0,0.6) }