/*
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 : 10/12/2018, 19:30:49
    Author     : Matheus
*/

/*ESTILOS PARA OS BALÕES DE ERROS EM CAMPOS DE FORMULÁRIOS*/

label.error {
    display: block;
    float: none;
    color: red; 
    vertical-align: top;
    font-weight: inherit;
    font-size: small;
    margin-bottom: -8px;
    z-index: 5;
}

label.dtSearch {
    display: block;
    float: none;
    color: black; 
    vertical-align: top;
    font-weight: inherit;
    font-size: small;
    margin-bottom: -8px;
    z-index: 5;
}

/*Estilo para a barra de rolagem*/
::-webkit-scrollbar-track {
    background-color: rgb(230,231,232);
}
::-webkit-scrollbar {
    width: 10px; /*alterar aqui a largura da barra de rolagem*/
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #c3d900;
}
::-webkit-scrollbar-corner {
    background: #c3d900;
}

#mycalendar {
    width: 100%;
    /*margin: 2em auto 0 auto;*/
    margin: 0 0 0 0;
    /*max-width: 80em;*/
    max-width: 100%;
    border: 10px solid #2b2b2b;
}

.dataTables_scrollHeadInner, .dataTables_scrollFootInner, .table{
    width:100%!important
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}