/* CSS file */
body {
    font-family: 'Roboto', sans-serif !important;
    line-height: 24px;
}

p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #212121 !important;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 24px;
}

h1 {
    font-size: 34px !important;
    font-weight: 300 !important;
    color: #757575 !important;
}

h3 {
    font-size: 28px !important;
    font-weight: 100 !important;
    color: #757575 !important;
}


input, select, textarea{

    border-radius: 1px !important;
    border: 1px solid #eee !important;
    padding-left:8px !important;

}

.modal-header{

background: #337AB7 !important;
color:#fff !important;

}


.fundoForm{
    background: #eee;
}

label{
    font-weight: bold;
    color: #337AB7;
    text-transform: uppercase;
    font-size: 11px;
}

.panel-heading{
    border-bottom: 0px !important;
    background: #337AB7 !important;
    height: 60px !important;
    max-height: 60px !important;
    padding-right:8px !important; 
    padding-left:8px !important; 
}

.panel-title{
    color:#fff !important;
}

button{
    border-radius: 1px !important;
    border: 0px !important;
}


/*SCROLL BAR*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cccccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


.tr:hover{

    background: #c3daec !important;

}