select{
	text-align: left !important;
}
input{
	text-align: left !important;
	font-size: 13px;
}
.input-group-append {
    height: 33.5px;
}
.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
a{
	text-decoration: none !important;
}
.form-control{
	font-size: 13px !important;
}
button{
	font-size: 13px !important;
	font-weight: bold !important;
}
.modal-title{
	font-size: 15px !important;
}
@media screen and (min-width:769px) {
    #mobile { display:none }
    #pagina {
        background-color: white !important;    
        width: 100%;
        height: 100%;
        margin-top: 15px;
        border-radius: 10px; /* Adicionando borda arredondada */
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); /* Adicionando sombra */

    }
}
@media screen and (max-width:768px) {
    #desktop { display:none; } 
    #pagina {
        background-color: white !important;    
        width: 100%;
        height: 100%;
        margin-top: 15px;
        border-radius: 10px; /* Adicionando borda arredondada */
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); /* Adicionando sombra */
        margin-left: 9px;
    }      
}
@media (min-width: 768px) {
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -13.7rem !important;
    }
}
#wrapper{
	background-color: #f0f0f0;
}
.table td, .table th {
    padding: .5rem !important;
    vertical-align: inherit !important;
    border-top: 0px solid #727272 !important;
    color: #727272;
    font-size: 13px;
}
.botao_formulario{
	margin-top: 20px !important; 
	text-align: center !important;
	padding-bottom: 20px !important; 
}
.titulo{
	font-size: 25px;
	color: #717171;
	margin-bottom: 20px;
	margin-top: 20px;
	word-wrap: break-word;
	font-weight: bold;
}
/*css tabelas*/
#lista .pesquisa{
	border: 1px solid black;
	margin-bottom: 10px;
	border-radius: 5px;
	padding-bottom: 10px;
}
#lista .nome_tabela{
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: white;
	margin-top: -15px;
}
#lista .fa{
	font-size: 18px !important;
	opacity: 1.0;
	padding-left: 10px;
}
/*css home*/
#home .qtd {
    background-color: #5a74af;
    height: 110px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-right: 1px solid white;
    border-radius: 10px; /* Adicionando borda arredondada */
    position: relative; /* Adicionando posição relativa */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Adicionando sombra */
}
#home .icone {
    width: 80px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-bottom: 15px;
    font-size: 35px;
    color: white;
}
#home .detalhes {
    padding-left: 90px;
    margin-top: 17px;
}
#home .numero {
    font-size: 28px;
    line-height: 1; /* Removendo espaçamento entre linhas */
    font-weight: bold; 
    color: white;
    position: absolute; /* Adicionando posição absoluta */
    top: 60%; /* Movendo para o centro vertical */
    transform: translateY(-50%); /* Ajustando para o centro vertical */
}
#home .tabela {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.8;
    color: white;
}
.col-md-12 img {
    max-width: 100%; /* Ajustando a largura máxima */
}
/* css botoes adicionar todas as telas*/
.icon{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding-top: 16px;
}
.fa{
	color: _007bff;
	margin-right: 15px;
}
.tela{
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 300;
	color: white;
	text-align: right;
	font-weight: bold;
	padding-top: 8px;
}
.botao{
	height: 64px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #0f3d79!important;
	font-size: 24px;
	border-radius: 5px;
	margin-top: 20px;
}
/*css adicionar*/
.texto{
	font-size: 13px;
	margin-top: 3px;
	color: black;
	margin-bottom: 5px;
}
.item{
	margin-bottom: 5px;
}
.ico{
	font-size: 30px !important;
}
.tela {
    white-space: nowrap; 
}
/*css paginação*/
.paginacao {
        margin-top: 20px;
        text-align: center;
    }

    .paginacao a, .paginacao .controle {
        display: inline-block;
        padding: 8px 16px;
        text-decoration: none;
        color: black;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 5px;
        transition: background-color 0.3s;
    }

    .paginacao a:hover {
        background-color: #ddd;
    }

    .paginacao .controle {
        font-weight: bold;
        color: #555;
    }

    .paginacao .numero {
        display: inline-block;
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 5px;
    }
/*css extra*/
.radio{
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio p{
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.radio p input{
	position: absolute;
	margin-top: 4px;
	margin-left: -20px;
    height: 15px;
}
#checkbox{
	display: inline;
}
.form-check-input[type=checkbox], input[type=radio]{
	height: 15px !important;
	margin-top: 10px
}