/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/01/2018, 09:56:17
    Author     : jardel.costa
*/

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
* CSS - TELA DE LOGIN
**/
.atd-tela-login{
    max-width: 320px;
    margin: auto;
    height: auto;
    background: #ffffff;
    padding: 30px 30px;
    margin-top: 5%;
    box-shadow: 0px 5px 5px #d0cfcf;
    border: 1px solid #bebdbd;
}

.atd-tela-login > img{padding-bottom: 20px;}

.atd-tela-login h1{
    text-align: center;
    position: relative;
    margin-bottom: 18px;
}

.p-footer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 85%;
    text-align: center;
}

.atd-bloco-login{
    width: 100%;
    height: 40px;
    background: #0b91ea;
    margin-bottom: 20px;
}

.atd-tela-login p{
    text-align: center;
}

.atd-icone-login{
    float: left;
    width: 15%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 12px;
}


.atd-input-text{
    float: left;
    width: 100%;
}

.atd-tela-login input[type="text"],
.atd-tela-login input[type="password"]{
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 8px;
    border: 1px solid gray;
    border-radius: 0px;
}

.atd-tela-login .btn-login{
    width: 100%;
    border: none;
    background: #0d4079;
    color: #ffffff;
    height: 40px;
}

.atd-icone-login{
    background-color: gray;
}

.atd-icone-login span{
    padding-top: 6px;
    background-color: gray;
    font-size: 110%;
}

.glyphicon-login{
    top: -5px !important;
}

/*TELA DE LOGIN*/

/*MENU-TOP*/
.menu-topo{
    background: #0d4c82;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-brand{
    color:white !important;
}

.dropdown-menu{
    background: #3c6d98;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fff;
    background-color: #3c6d98;
}

.navbar-default .navbar-nav>li>a{
    color:white;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background-color: #3c6d98;
}
.navbar-default {
    border-color: #0f3a5f;
}
.well{
    min-height: 40px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #9d9d9d;
    border-color: #ddd;
}

.panel-default>.panel-heading a{
    color: #fff;
}

.divider{
    border-top: 1px solid white;
    margin: 10px 0px; 
}
.dropdown-menu>li>a{
    color:white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:#3c6d98;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:white;
}
.nav>li>a{
    color:#fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #0d4c82;
}
.input-group-addon{
    border: 0px !important;
    background:transparent !important;
}

.input-group-addon input[type=checkbox]{
    width: 20px;
    height:  20px;
}
.box-painel-opcoes{
    border:1px solid #ddd;
    height: 250px;
    margin-bottom: 10px;
}

.conteudo{
    margin-top: 100px;
    background-color: #fff;
    min-height: 500px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.center{
    text-align: center !important;
}

.table-bordered a{
    padding: 5px !important;
}
.table-bordered a:hover{
    background: #efefef;
}

.main {
    padding: 20px;
    margin-top: 40px;
}

.resizable-vertical{
    resize: vertical;
}

hr {   
    border-top: 1px solid #ddd !important;
}

.opcoes-small{
    width: 10%;
}

.logo img{
    max-width: 100%;
    height: 40px;
    margin-top: -10px;

}

.fotoPatrimonio .box-imagem a img{
    max-width: 100%;

}

.fotoPatrimonio .box-imagem{
    max-height: 200px;
    margin: 5px;
}
.fotoPatrimonio .box-imagem:hover{
    background: #efefef;
}

.box-imagem .btn-remover-foto span{
    margin: 10px 0px;
}

@media(min-width:767px){
    .icon-grande{
        font-size: 40px;
    }
    .font-big{
        font-size: 40px;
    }
    .sidebar {
        position: fixed;
        top: 40px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #337ab7;
        border-right: 1px solid #0d4c82;

    }
    .celular{
        display: none;
    }
}
@media(max-width:767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:white;
    }
    .sidebar{
        display: none;
        margin-top: 50px;
        background-color: #337ab7;
        border-right: 1px solid #0d4c82;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
    .margin-cell{
        margin-bottom: 5px;
    }


}
