@charset "UTF-8";
/**
 * CSS's específicos da aplicação.
 *
 * Copyright (c) 2018 IFAP. Todos os direitos reservados.
 * @author joao.melo@ifap.pt
 */
 
@import "checkbox-switch.css";
@import "paginator.css";

.jumbotron {
	margin: 80px 40px;
	text-align: center;
}

.jumbotron h1 {
    /* font-size: 72px;
    font-weight: bold; */
    line-height: 1.2;
}

.jumbotron h2 {
    /* font-size: 42px;
    font-weight: bold; */
    line-height: 1;
}

.jumbotron .lead {
    /* font-size: 21px;
    line-height: 1.25; */
    font-stretch: condensed;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .jumbotron {
        margin: 50px 20px;
    }

    .jumbotron h1 {
        font-size: 50px;
    }

    .jumbotron h2 {
        font-size: 32px;
    }

    .jumbotron .lead {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .jumbotron {
        margin: 20px 20px;
    }

    .jumbotron h1 {
        font-size: 32px;
    }

    .jumbotron h2 {
        font-size: 28px;
    }

    .jumbotron .lead {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.delimited {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Menu items */
.menu-header .jumbotron {
    margin: 40px 20px;
    text-align: center;
}

.menu-header .jumbotron .lead {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.menu-item  {
    margin-bottom: 20px;
}

.menu-arvore .menu-item  {
    margin-bottom: 0px;
}

.menu-arvore .media-body  {
    margin: 0px;
}

.menu-item p, .menu-label, .menu-descricao, menu-status {
    line-height: 20px;
    margin: 0;
}

.menu-label {
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  text-rendering: optimizelegibility;
}

.menu-status {
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.menu-label,
.menu-item  h1,
.menu-item  h2,
.menu-item  h3 {
    line-height: 25px;
}


.menu-item  h4,
.menu-item  h5,
.menu-item  h6 {
    line-height: 20px;
}
/*
.menu-link-menus, .menu-link-externo {
    color: #333;
}
*/
.menu-arvore .media {
    margin-top: 10px;
}
/*
.menu-arvore .menu-leaf .menu-label {
  font-size: 15px;
  line-height: 1;
}
*/

.menu-lista .menu-item {
    margin-bottom: 0px;
}

.menu-lista .menu-label,
.menu-lista .menu-label .breadcrumb li{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

/* Side Navigation */
.app-sidenav {
margin: 0px 0 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.app-sidenav > li {
display: block;
width: 190px \9;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #e5e5e5;
}

.app-sidenav > li:hover,
.app-sidenav > li > a:hover  {
	background-color: #f5f5f5;
}

.app-sidenav > li > a:hover  {
    /* border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5; */
    background-color: transparent;
}

.app-sidenav > li:first-child {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}

.app-sidenav > li:last-child {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}

.app-sidenav .icon-chevron-right {
float: right;
margin-top: 2px;
margin-right: -6px;
opacity: .25;
}

.img-avatar {
    border: 1px solid #ccc;
}
.parallax .img-avatar {
    border: 1px solid #fff;
}

.parallax {
    /*background-image: url('/idigital-oauth2/resources/images/ponte25abril_por_joao_melo.jpg');*/
    /*background-image: url('/idigital-oauth2/resources/images/burro_por_joao_melo.jpg');*/
    background-image: none;
}

.parallax .add-on, .parallax .add-on i {
    color: #333333;
}

.highlight{
  display: inline-block;
  padding: 0px 1px;
  /* font-weight: bold; */
  /* color: #ffffff; */
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #efefef;
  border: 1px solid #999;
}

.highlight {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.filter-source {
    cursor: pointer;    
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.delimited {
    padding: 5px 5px 5px 5px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 0px;
}

.delimited.fixed-top {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.bordered h1, .bordered h2, .bordered h3, .bordered h4, .bordered h5, .bordered h6 {
    margin: 0;
}

.muted a {
    color: #999999;
}

.clickable {
    cursor: pointer;
}

.clickable:hover, .clickable:hover a {
    color: #267897;
}

.input-insert{
    display: inline-block;
    white-space: nowrap;
}

.input-insert > input {
    padding-right: 40px;
}

.input-insert > input~a, 
.input-insert > input~.btn, 
.input-insert > input~button,
.input-insert > input~i, 
.input-insert > input~img,
.input-insert > input~svg,
.input-insert > input~span
 {
    margin-left: -40px;
}

/* retirar a sombra do texto nas labels e badges */
.label, .badge {
    text-shadow: none;
}

.frosty {
    background-color: rgba(255, 255, 255, .25);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(5px);
    padding: 20px 20px 4px 20px;
    margin-bottom: 18px;
    border: 1px solid  rgba(221, 221, 221, .15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.frosty textarea, 
.frosty input[type="text"], 
.frosty input[type="password"],
.frosty input[type="datetime"],
.frosty input[type="datetime-local"],
.frosty input[type="date"],
.frosty input[type="month"],
.frosty input[type="time"],
.frosty input[type="week"],
.frosty input[type="number"],
.frosty input[type="email"],
.frosty input[type="url"],
.frosty input[type="search"],
.frosty input[type="tel"],
.frosty input[type="color"],
.frosty .uneditable-input,
.frosty .add-on {
    background: transparent;
    border-color: #fff;
    text-shadow: none;
    color: #fff;
}

.frosty .add-on, .frosty .add-on i {
    color: #fff;
}

/* IE9  - Also picked up by most modern browsers */
::selection {
    background: transparent;
    color: #fff;
    text-shadow: none;
}

/* Safari & Chrome - Webkit Rendering */
::-webkit-selection {
    background: transparent;
    color: #fff;
    text-shadow: none;
}

/* Mozilla based - Gecko Rendering */ 
::-moz-selection {
    background: transparent;
    color: #fff;
    text-shadow: none;
}

input:-webkit-autofill {
    background: transparent !important;
}

input:focus {
    background-position: 0 0;
}
