﻿/** css reset */
*
{
    margin:0px;
    padding:0px;
}
/**
 * Here are this portail main styles 
 * Those which are used in the whole project
 */
button,input,textarea,select
{
    font-family:Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
    font-size:small !important;
    padding:0.2em;
}

input:hover, select:hover
{
    cursor:pointer;
}

.center
{
    text-align:center;
}

label:hover
{
    cursor:pointer;
}

h1
{
    margin:0px;
    font-size:1.5em;
}

legend.title
{
    margin:0px;
    font-size:1.3em;
    font-style:italic;
}

#headerPass
{
    height:110px;
    width:98%;
    background:#336699;
    color:#fff;
    border:0.1em solid #2F4A6C;
    margin:0.5%;
    padding:0.5%;
    text-align:center;
}

#formTable
{
	margin-left: 6px;
	margin-right: 6px;	
}
.BootStrapDatePicker {

}

.modalBackground
{
    background-color:Gray;
    opacity:0.7;
}