/***
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@font-face{font-family:Glyphicons Halflings;src:url(.//fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);src:url(.//fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"),url(.//fonts/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"),url(.//fonts/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"),url(.//fonts/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"),url(.//fonts/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg")}
***/

.media-box{
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0.5em;
    margin: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT

***/

body {
  background: #F1F3FA;
  font-family:Raleway,sans-serif;
  line-height:1.6;
  color:#636b6f;
  background-color:#f5f8fa
}
button,input,select,textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
a{
  color:#3097d1;
  text-decoration:none
}
a:focus,a:hover{
  color:#216a94;
  text-decoration:underline
}
a:focus{
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px
}
figure{
  margin:0
}
img{
  vertical-align:middle
}
.img-responsive{
  display:block;
  max-width:100%;
  height:auto
}
.img-rounded{
  border-radius:6px
}
.img-thumbnail{
  padding:4px;
  line-height:1.6;
  background-color:#f5f8fa;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  display:inline-block;
  max-width:100%;
  height:auto
}
.img-circle{
  border-radius:50%
}
hr{
  margin-top:22px;
  margin-bottom:22px;
  border:0;
  border-top:1px solid #eee
}

/* Profile container */
.profile {
  margin: 10px 0;
  border: 1px solid #D3E0E9;
  background: #fff;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-padding{
    padding: 0px;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */

.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
  border-left: 1px solid #D3E0E9;
}

@media screen and (max-width: 970px) {
	.profile-content {
    border-left: 0px;
    border-top: 5px double #D3E0E9;
  }
}

.navbar-brand{
  padding-top:5px;
}

.profile-content h4{
  color:#c4c4c4;
  font-weight: bold;
  text-transform: uppercase;
  font-stretch: condensed;
  margin-top:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.message-app{
  margin: 0px auto;
  padding-top: 70px;
  width: 80%;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}

.bootstrap-tagsinput {
    width: 100%;
}

.linhaBotao{
  padding: 5px;
}

.myLabel{
  font-weight: bold;
  text-align: right;
}

.myLabelJob{
  font-weight: bold;
}

@media screen and (max-width: 970px) {
	.myLabel{
    font-weight: bold;
    text-align: left;
  }
}

.coautores{
  font-size: 10px;
  text-transform: uppercase;
}

.coautoresTitulo {
  font-size: 10px;
  margin-top: 10px;
}

.protocolo{
  font-size: 12px;
}

.botoes-trabalho {
  text-align: right;
}

.results {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.results b{
  color:#4474e0;
  text-decoration: underline;
}