﻿input[type=text], input[type=password], textarea
{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    outline: none;
    border: solid 1px white;
    padding: 2px;
}

input[type="text"]:enabled, input[type="password"]:enabled, textarea:enabled {
    background-color: White;
    border: solid 1px White;
    color: Black;
    margin-right: 2px;
    padding-bottom: 2px;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
    background-color: White;
    border: solid 1px White;
    color: Black;
    margin-right: 2px;
    padding-bottom: 2px;
}

select:disabled {
    background-color: White;
    border: solid 1px White;
    color: Black;
    margin-right: 2px;
    padding-bottom: 1px;
}

input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -moz-box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"]:-moz-autofill, input[type="password"]:-moz-autofill, select:-moz-autofill, textarea:-moz-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -moz-box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: 0 3px 0 #b2b2b2;
    -moz-box-shadow: 0 3px 0 #b2b2b2;
    -webkit-box-shadow: 0 3px 0 #b2b2b2, 0 0 0px 1000px white inset;
}

select:focus {
    box-shadow: 0 1px 0 #b2b2b2;
    -moz-box-shadow: 0 1px 0 #b2b2b2;
    -webkit-box-shadow: 0 1px 0 #b2b2b2;
}

li {
    padding: 6px;
    font-weight: bold;
}

ul {
    padding-left: 20px;
}

.title {
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
}

.oper {
    font-size: 14px;
    color: #ffffff;
    background-color: #fbbd1e;
    padding: 3px;
}


.title_content_filtro {
    font-size: 22px;
    color: #212121;
    text-decoration: none;
}

.title_content_section {
    font-size: 22px;
    color: #212121;
    text-decoration: none;
}

.title_content_port {
    font-size: 18px;
    color: #3f3f3f;
    text-decoration: none;
}

a:hover.title_content_filtro {
    color: #3f3f3f;
}

.text_box_info {
    /*color: White;*/
    color: #212121;
    /*font-size: 11px;*/
    font-weight: bold;
}

.title_box_info {
    /*color: White;*/
    color: #212121;
    font-size: 24px;
    font-weight: bold;
}

.title_box_info_mini {
    /*color: White;*/
    color: #212121;
    font-size: 18px;
    font-weight: bold;
}

.title_msg_login {
    font-size: 16px;
    font-weight: bold;
}

.msg_login {
    font-size: 18px;
}

.note {
    position: absolute;
    background-color: #000;
    margin-top: 250px;
    padding: 10px;
    color: #fff;
    font-size: 30px;
    float: left;
}

.nascosto {
    display: none;
}

.text_link_filtro {
    /*font-size: 12px;*/
    font-weight: bold;
    color: #fbbd1e;
    text-decoration: none;
}

a:hover.text_link_filtro {
    color: #000;
}

.ajax__calendar_body, .ajax__calendar_container {
    min-height: 250px;
    min-width: 250px;
}

table {
    
}

.btn {
    display: inline-block;
    background-color: #b2b2b2;
    color: #000c05;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    /*margin-left: 10px;*/
}

.btn:hover {
    background-color: #085f34;
    color: white !Important;
}

.btn2 {
    display: inline-block;
    background-color: #b2b2b2;
    color: #000c05;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    outline: 0;
}

.btn2:hover, .select {
    background-color: #085f34;
    color: white !Important;
}

.btn2:active, .btn2:focus {
  background-color: #085f34;
  color: #000 !Important;
}

.btn2_d {
    display: inline-block;
    background-color: grey;
    color: #000c05;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    outline: 0;
}

.btn2_disattivato {
    display: inline-block;
    background-color: silver;
    color: #808080;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    outline: 0;
    cursor: default;
}

.btn2_disattivato:hover {
    background-color: silver;
    color: #808080 !Important;
    cursor: default;
}

.btn2_disattivato:active, .btn2_disattivato:focus {
    background-color: silver;
    color: #808080 !Important;
    cursor: default;
}

.btn_bacheca {
    display: inline-block;
    background-color: #b2b2b2;
    color: #000c05;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    /*margin-left: 10px;*/
}

.btn_bacheca:hover {
    background-color: #085f34;
    color: #000 !Important;
}

a {
    color: #212121;
    font-size: 13px;
}

a:hover {
    color: #085f34;
}