/*
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 : 20 de fev. de 2021, 21:19:09
    Author     : Thalles
*/
.btn-toolbar .btn{
    margin-top:-3px;
}
.custom-progress {
    background-color: #449D44;
    color: white; /* Cor do texto na barra, opcional */
}
.print-only{
    
    display: none;
}
.cabecalho img{
    
    max-height: 100px;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
.cabecalho .company-info{
    
    font-size: 12px;
}
.cabecalho{
    margin-bottom: 10px;
}

.selectize-dropdown {
  .selectize-dropdown-content {
    .create {
      display: none;
    }
  }
}

body{

    line-height: 1.5;
}

td, td *{

    font-size:12px !important;
}
.huge{

    font-size: 30px !important;
}

label.required::after {
    content: " *";
    color: red;
}

.req_info{

    line-height: 150%;
}


.user-menu > li > a {

    padding:5px 2px 4px 2px;

}

.breadcrumb-green .breadcrumb-item a {
    color: #449D44; /* Cor verde desejada */
}
.panel{

    /*background-color: #f5f5f5;*/
}
.subheader{

    border-radius: 5px;
    padding:5px;
    padding-top:7px;
    color:#449D44;
    background-color:#F8F8FF;
    border-bottom:2px solid #449D44;
    margin-bottom:10px;
    font-weight: bold;
    margin-top:7px
}
.recebida{

    font-weight: bold;
    color:blue;


}
.ematendimento{

    font-weight: bold;
    color:#F0AD4E;
}

.emanlise{

    font-weight: bold;
    color:purple;

}

.height{
    height: 35vh;
}

.height *{
    line-height: 150%;
}

.height .panel-heading{
    background-color: #449D44;
    color:white;
    font-weight: 700;
}

.panel-custom > .panel-heading,.panel-default> .panel-heading{
    background-color: #449D44;
    color:white;
    font-weight: 700;
    min-height: 50px !important;
}

.panel-heading .panel-title{
    margin-top: 2px;

}

.panel-heading .btn-success{

    border:1px solid white !important;
}
.panel-heading .btn-default{

    border:1px solid gray !important;
}
.requerimento .panel-heading{
    min-height: 35px !important;
    max-height: 35px !important;
    padding: 3px !important;
}

.nav li a{

    padding-left: 5px !important;
}

.side-nav {

    background-color:#F8F9FA !important;
}

.sidebar-header {
    padding: 1.75rem 1rem 0.75rem;

    font-weight: bold;
    text-transform: uppercase;
    color:#adb5bd;
}

.side-nav li{

}
.side-nav li a{

    color:#449d44 !important;
}
.side-nav li a:hover,
.side-nav li a:focus {
    color:white !important;
    background-color: #449d44 !important;
}

.navbar-green {
    background-color:#449d44;
    border-color: #e7e7e7;
    color:white;
}

.navbar-green a,.navbar-green li a{

    color:white;
}
.navbar-green a:hover{
    background-color:#F8F9FA !important;
    color:#449d44 !important;
}

.navbar-green .dropdown-menu{

    background-color:#F8F9FA !important;
    color:#449d44 !important;

}
.navbar-green .dropdown-menu li a{

    color:#449d44 !important;


}
.navbar-green .dropdown a:hover{
    background-color:#F8F9FA !important;
    color:#449d44 !important;

}
.navbar-green .open a:hover,
.navbar-green .open a:focus{
    background-color:#F8F9FA !important;
    color:#449d44 !important;

}
.navbar-green .dropdown-menu li a:hover,
.navbar-green .dropdown-menu li a:focus {
    color:#007bff !important;
    background-color: #cecece !important;
}

.navbar-green .navbar-toggle {
    border-color: white;
}
.navbar-green .navbar-toggle:hover,
.navbar-green .navbar-toggle:focus {
    background-color: #F8F9FA;

}

.navbar-green .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-green .navbar-toggle:hover  .icon-bar,
.navbar-green .navbar-toggle:focus  .icon-bar{

    background-color:#449d44 !important;
}

.navbar-brand-img{
    float:left;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 5px 0px 0px !important;
}
.navbar-brand-img img{
    height: 50px;

}

.footer-custom{

    background-color:#449d44;
    position: fixed;
    bottom: 0;
    width:100%;
    color:white;
    height:50px;
    z-index: 1000000;
}
.footer-custom .container{

    margin:0px;
    padding:0px;
    float:right;
}
.footer-custom .container p{
    margin-top:7px;
    margin-right:15px;
    color:white;
    float:right;
    font-size:small;
    font-weight:bold;
}

.login-form {

    /*    margin: 100px auto;*/
    font-size: 15px;
}
.login-form form {
    margin-bottom: 15px;
    background-color: #F8F9FA;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h3 {
    margin: 0 0 10px;
}

.form-control, .btn {
    border-radius: 2px;
}
.login-forgot{

    float:right;
    margin-top:-10px;
}

.btn {
    font-size: 15px;
    font-weight: bold;

}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.spacer{

    height:100px;
}

.color-default{

    color:#449d44;
}

.custom-file-label{

    margin-bottom: 0px !important;

}
.file-label{

    margin-bottom: 5px !important;

}
.form-control-file{

    margin-bottom: 3px;

}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-requerimento-small{

    font-size: small !important;
    min-height: 0px !important;
}

.anexos-container{

    padding: 3px !important;
    padding-bottom: 5px;
    background-color: #fcf8e3;
    font-size:small!important;
    min-height: 1px !important;
}

.anexos-container .glyphicon-trash{

    cursor: pointer;
}

.documentos-container{

    padding: 3px !important;
    padding-bottom: 5px;
    /*background-color: #d9edf7;*/
    font-size:small!important;
    min-height: 1px !important;

}

.documentos-container .glyphicon-trash{

    cursor: pointer;
}
