@font-face 
{
    font-family: "Raleway";
    src: url('/m2/ilgrigio/app/media/raleway_regular.ttf');
}

body, table, th, td, div, p, span, a, input, select
{
    font-family:"Raleway";
    font-size: 15px;
    color: #323232;
}

.intestazione
{
    background-color: #ececec;
    padding: 4px 10px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.intestazione_user
{
    background-color: #ececec;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    text-align: right;
    padding-right: 8px;
    padding-top: 3px;
    position: relative;
}

input 
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b1b0b0;
    padding: 4px;
    font-size: 13px;
}

select 
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b1b0b0;
    padding: 4px;
    font-size: 13px;
}

a
{
    color:#39658e;
}

th, td
{
    text-align:left;
    padding: 4px;
}

.blocchi_home
{
    width: 360px;
    text-align: center;
    height: 265px;
    display: inline-block;
    color: white;
    padding-top: 40px;
    margin: 2px;
    cursor:pointer;
}

#stacco_home {
    padding: 30px 15px;
    text-align: center;
    font-size: 20px;
    background-color: rgb(250, 250, 250);
}

#stacco_home .grande {
    font-size: 30px;
    font-weight: bold;
}

#elenco_eventi th
{
    background-color: #41750e;
    color: white;
}

#elenco_eventi td
{
    /* white-space: nowrap; */
}

#elenco_lavorazioni th
{
    background-color: #39658e;
}

#elenco_risorse th
{
    background-color: #70b82a;
}

td.grigio
{
    background-color:#e6e6e6;
}

.hrLine
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hasDatepicker
{
    z-index: 100 !important;
}

.modalWindow
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    background: rgb(250, 250, 250); /* Fallback for older browsers without RGBA-support */
    background: rgba(250, 250, 250, 0.5);
}

.modalWindowContent
{
	display: inline-block;
    padding: 40px;
    font-size: 17px;
    /* font-weight: bold; */
    letter-spacing: 3px;
    background: white;
    margin-top: 10%;
    
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 23px -10px rgba(0,0,0,0.75);
}

.toolbarsButton 
{
    background: #fafafa;
    display: inline-block;
    background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
    background-image: -moz-linear-gradient(top, #fafafa, #ececec);
    background-image: -ms-linear-gradient(top, #fafafa, #ececec);
    background-image: -o-linear-gradient(top, #fafafa, #ececec);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #666666;
    -moz-box-shadow: 3px 3px 5px #666666;
    box-shadow: 3px 3px 5px #666666;
    color: #000000;
    font-size: 15px;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #cbcbcb;
}

.toolbarsButton img 
{
    height: 15px;
    border: 0px;
}

#menu_elenco_eventi
{
    display:none;
    
    position: absolute;
    top: -1px;
    right: 46px;
    border: 1px solid #cbcbcb;
    border-radius: 7px;
    background-color: #ececec;
    padding: 10px;
    
    -webkit-box-shadow: -5px 5px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: -5px 5px 5px 0px rgba(158,158,158,1);
    box-shadow: -5px 5px 5px 0px rgba(158,158,158,1);
}

#menu_elenco_eventi .option
{
    cursor:pointer;
    line-height: 25px;
}