html{
    position: relative;
    min-height: 100%;
}
.container-fluid{
    background-color: #fff;
}
h4  {
    color:#f27d01;
    margin-bottom: 16px;
    margin-left: 0;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 8px;
}
form {
    float: left;
    display: block;
}

ul.itens {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    float: left;
    width: 100%;
}

ul.itens li {
    width: 100%;
    display: block;
    float: left;
}
ul.itens-lab {
    padding: 0;
    list-style: none;
}


ul.itens-lab li {

}

ul.itens li span.box {
    float: left;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

ul.itens li span.box-icone {
    float: left;
    margin: 5px;
    margin-left: 2px;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
}
ul.itens li span.box-status {
    display: block;
    text-align: center;
    float: left;
    font-size: 14px;
    margin: 5px auto;

}
span.people {
    background: url(../img/ico_people.png);
}
span.clock {
    background: url(../img/ico_clock.png);
}
span.calendar {
    background: url(../img/ico_calendar.png);
}
span.sun {
    background: url(../img/ico_sun.png);
}

span.people, span.clock, span.calendar, span.sun {
    background-size: 25px 25px; 
}
.red {color:red;}
.orange {color:orange;}
.green {color:green;}
.red, .orange, .green {
    font-size: 12px;
    font-weight: bold;
}
.user {
    cursor: pointer;
}
.adm {
    cursor: default;
    position: relative;
}
.ico_del {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: red;
    display: block;
    border: 1px solid #666;
    text-align: center;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
label {
    font-weight: bold;
    color:#004c81;
}

table.tbLista {
    width: 100%;
    float: left;
    font-size: 13px;
    
}
table.tbLista thead tr th {
    background: #004c81;
    color: #fff;
    padding:5px;
    border: 1px solid #999;
}

table.tbLista tbody tr td {
    padding: 5px;
    border:1px solid #999;
}
.conteudo header{
    width: 100%;
}
nav{
    margin-bottom: 18px;
}    
.top-header .col-md-6{
    padding: 20px 0;
}
.navbar-light .navbar-nav .nav-link{
    color:#007bff!important;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#333333!important;
}
.conteudo div.row{
    width: 100%;
    margin:0;
}
.conteudo div.top-header{
    background: #024c81;
    border-bottom: 4px solid #f27d01;
}
.conteudo div.container{
    height: auto;
}
.conteudo figure{
    display: block;
    width: 40%;
    margin:10px auto;
}
.conteudo figure img{
    width: 200px;
    margin: 0 auto;
}
.conteudo div.col-md-6 h3{
    font-size:large;
    display: block;
    color: #fff;
    text-align: center;
    margin: 10px auto;
}
.conteudo div.col-md-4{
    margin: 0 auto!important;
}
.conteudo main{
    min-height:100%;
    position:relative;
    padding: 0;
    margin-bottom: 120px;
}
.conteudo footer{
    width: 100%;
    margin-top: 50px;
    background: #024c81;
    border-top: 4px solid #f27d01;
    color: #dcdcdc;
    padding: 20px;
    position:absolute;
    bottom:0;
    left:0;
}
.conteudo footer h6{
    text-align: center;
}  

@media only screen and (min-width : 768px) {
    .top-header .col-md-6 .conteudo figure{
        width:50%!important;
    }
}