/*
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 : 25/07/2014, 11:02:33
    Author     : pdoria
*/

body{
    margin:0px;
    padding: 10px;
    font-family : "Roboto", "Calibri", "Tahoma", sans-serif;
    color:#000;
    font-size:14px;
    background: #FFF;
    color:#10242a;
    text-align: center;
}
body a:not(link-tabela){
    margin:0px;
    padding: 0px;
    font-family : "Roboto", "Calibri", "Tahoma", sans-serif;
    font-size: 14px;
    /*background: #6d7aba;
    border-radius: 5px;
    border:   1px solid #544848;
    color:#eee;
    padding: 3px;*/
    color:red;
    text-decoration: none;
}

.link-tabela{
    cursor: pointer;
    color: black!important;
}

.titulo {
    font-family:  "Roboto", "Calibri", "Tahoma", sans-serif;
    color: #696969;
    text-align: left;
    padding: 3px;
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}
.adicionar {
    font-family:  "Roboto", "Calibri", "Tahoma", sans-serif;
    color: #359538;
    text-align: center;
    padding: 3px;
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}
.c1 {
    border:none 0px black; background: #526d95; font-weight: normal;
    color: white;
    font-size: 12px;
    
}
.c2 {
    border:none 0px black;
    font-size: 12px;
    
}

.label{
    font-weight: bold;
    font-style: italic;
}


.img-button{
    border: 0px;
    background: none;
}

#div_conteudo {
    display: flex;    
}


#div_calendario {
    float: left;
}

#div_formulario {
    float: left;
}    

#div_conteudo1 {
    display: flex; 
    background-color: orange;
}


#div_calendario1 {
    float: left;
    background-color: #fff;
}

#div_formulario1 {
    float: left;
    background-color: green;
}    
.formulario
{
    font-family: arial, sans-serif;
    font-size: 12px;
    color:#4d4a4a;
}

div table{
    font-family:  "Helvetica", "Calibri", "Tahoma", sans-serif;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track{
   border-radius:10px;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track{
   border-radius:10px;
}

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}