@charset "UTF-8";

.ponteiro {
    cursor:pointer;
}

.trix-content {
    line-height: 1.5;
}

    .trix-content * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .trix-content h1 {
        font-size: 1.2em;
        line-height: 1.2;
    }

    .trix-content blockquote {
        border: 0 solid #ccc;
        border-left-width: 0.3em;
        margin-left: 0.3em;
        padding-left: 0.6em;
    }

        .trix-content [dir=rtl] blockquote,
        .trix-content blockquote[dir=rtl] {
            border-width: 0;
            border-right-width: 0.3em;
            margin-right: 0.3em;
            padding-right: 0.6em;
        }

    .trix-content li {
        margin-left: 1em;
        list-style: disc;
    }

    .trix-content [dir=rtl] li {
        margin-right: 1em;
    }

    .trix-content pre {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        font-family: monospace;
        font-size: 0.9em;
        padding: 0.5em;
        white-space: pre;
        background-color: #eee;
        overflow-x: auto;
    }

    .trix-content img {
        max-width: 100%;
        height: auto;
    }

    .trix-content .attachment {
        display: inline-block;
        position: relative;
        max-width: 100%;
    }

        .trix-content .attachment a {
            color: inherit;
            text-decoration: none;
        }

            .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
                color: inherit;
            }

    .trix-content .attachment__caption {
        text-align: center;
    }

        .trix-content .attachment__caption .attachment__name + .attachment__size::before {
            content: ' B7 ';
        }

    .trix-content .attachment--preview {
        width: 100%;
        text-align: center;
    }

        .trix-content .attachment--preview .attachment__caption {
            color: #666;
            font-size: 0.9em;
            line-height: 1.2;
        }

    .trix-content .attachment--file {
        color: #333;
        line-height: 1;
        margin: 0 2px 2px 2px;
        padding: 0.4em 1em;
        border: 1px solid #bbb;
        border-radius: 5px;
    }

    .trix-content .attachment-gallery {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

        .trix-content .attachment-gallery .attachment {
            flex: 1 0 33%;
            padding: 0 0.5em;
            max-width: 33%;
        }

        .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
            flex-basis: 50%;
            max-width: 50%;
        }



/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 19px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
    text-align:center;
    color:red;
}


.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/* Custom page footer */
.footer {
  padding-top: 19px;
  border-top: 1px solid #e5e5e5;
  background:url(../images/fbg_bg.jpg) repeat-y center;
  color:white;
  text-align:center;
}


.login_canto {
   text-align:right;
}

 
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1030px;
  }

  .login_central {
   margin-left: 25% !important;
  }
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */

.jumbotron {    
   margin-bottom: 10px !important;   
   border-bottom: 1px solid #e5e5e5;
   padding: 10px 10px 10px 10px !important;
   
}

.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.gerencia {
    text-align:center;
}

.form-group > span,
.form-group .row div > span
{
  float: left;
  font-weight: bold;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

h4 {
    width:50%!important;
    margin-left:25%;  
    margin-right:25%;  
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 10px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}


.titulo {
    background-color:#78bbe6;
    margin-top:10px;
    margin-bottom:10px;    
    text-align:center;        
    color:#fff;    
}

.titulo2 {
    background-color: darkgrey;
    text-align: center;
    color: #fff;
}

.botao {
    margin-top:20px;
}

.pendente
{
	display:block;
	margin:0;
	padding:11px 25px;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
    color:#fff;
	background:green;
}

.autorizada{
	display:block;
	margin:0;
	padding:11px 25px;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
    color:#fff;
	background:blue;
}

.naoautorizada
{
	display:block;
	margin:0;
	padding:11px 25px;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
    color:#fff;
	background:red;
}

.concluida
{
	display:block;
	margin:0;
	padding:11px 25px;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
    color:#fff;
	background:green;
}

.mostra_usuario {
    margin-right:10px;
    padding-left:10px;
}

.label-large {    
    font-size:24px;
}

.divisao
{
	display:block;
	height:5px;
	margin-bottom:5%;
    margin-top:5%;
    margin-right:10%;
    margin-left:10%;
	width:80%;    
}

.email {
    color:black;
    font-size:14px;
    text-align:justify;
    margin-bottom:15px;
}

h2.central {
    text-align:center;
}


.direita {
    text-align:right;
}


h2.aprova {
    text-align:center;
    color:blue;
}

h2.nega {
    text-align:center;
    color:red;
}

h3.aprova {
    text-align:center;
    color:blue;
}

h3.nega {
    text-align:center;
    color:red;
}

.alerta {
    background-color:  #f5f5f5;
    border-color:   #f5f5f5;
}

.just {
    text-align:justify;
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
