@charset "utf-8";

/* CSS Document */
* {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    /* font-size: 11px; */
    /* color: #333333; */
    /* font-size: 1rem; */
}

@media (min-width: 992px) {
    table.table {
        font-size: 1rem;
    }
}

@media (min-width: 576px) {

    body h2,
    body .h2 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    nav.navbar.it-navscroll-wrapper .link-list-wrapper ul li a {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1rem;
        padding-top: 0;
        padding-bottom: 0;
    }
}

h1 {
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 14px;
}

h2 {
    margin: 0px 0 5px 0;
    padding: 5px 0;
    font-size: 13px;
    background-color: #F1F1F1;
    border: 1px dotted #CCCCCC;
}

a {
    text-decoration: none;
}

a:focus,
a:link {
    outline: none;
}

th {
    border-bottom: 2px solid gray;
    line-height: 25px;
}

td {
    padding: 5px 2px;
    line-height: 18px;
}

#layout {
    position: relative;
    margin: 10px auto 0 auto;
    /* width: 1050px; */
    /*margin: 10px 10px 0 10px;*/
    /*width: auto;*/
    /* min-width: 1200px; */
    border: 0px solid gray;
}

#layout-popup {
    position: relative;
    margin: 0 auto;
    width: 700px;
    border: 0px solid gray;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: 0px solid red;
}

#header {
    position: relative;
    width: 100%;
    height: 80px;
    border: 0px solid green;
    z-index: 1;
}

#logo {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 192px;
    height: 66px;
    border: 0px solid yellow;
}

#welcome {
    position: absolute;
    bottom: -3px;
    right: 10px;
    font-weight: bold;
    border: 0px solid yellow;
    z-index: 1000;
}

#systemdate {
    position: absolute;
    bottom: -64px;
    right: 10px;
    font-weight: bold;
    border: 0px solid yellow;
    z-index: 1000;
}

#mainbar {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: auto;
    height: 70px;
    background: white url(../immagini/bg-mainbar.gif) repeat-x top left;
    border: 0px solid red;
}

#mainbar .title {
    position: absolute;
    top: 15px;
    left: 75px;
    font-size: 20px;
    color: white;
}

#mainbar .icon {
    position: absolute;
    top: 0;
    left: 0;
}

#content {
    /* margin: 0 0 5px 0; padding: 0 0 15px 0; */
    height: auto !important;
    height: 420px;
    min-height: 420px;
    border-bottom: 2px solid #2f86bc;
}

#layout #maincontent {
    float: left;
    margin: 0 0 0 0;
    width: 840px;
    width: 79%;
    min-width: 840px;
    border: 0px solid red;
}

#layout-popup #maincontent {
    float: left;
    margin: 0;
    width: 700px;
    border: 0px solid green;
}

#leftcontent {
    float: left;
    width: 170px;
}

#rightcontent {
    float: right;
    width: 170px;
    width: 19%;
    min-width: 170px;
}

#footer {
    /* position: relative;
    clear: both;
    padding: 0 0 0 10px;
    line-height: 18px; */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid hsl(210, 4%, 78%);
    text-align: center;
    padding: 1.5rem;
    background: white;
    z-index: 9;
}

.quickmenu {
    position: absolute;
    top: 46px;
    left: 75px;
    margin: 0;
}

.quickmenu ul {
    margin: 2px;
    padding: 0;
    list-style: none;
}

.quickmenu ul li {
    display: inline;
    padding-right: 15px;
    line-height: 20px;
}

.quickmenu ul li.active a {
    font-weight: bold;
    color: #BD0D0D;
}

.quickmenu ul li a {
    text-decoration: none;
}

.block {
    margin: 0 0 15px 0;
    border: 1px solid #CCCCCC;
}

.block ul {
    margin: 2px;
    padding: 0;
    list-style: none;
}

.block ul li {
    padding: 0 0 0 5px;
    line-height: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.block ul li.active a {
    font-weight: bold;
    color: #BD0D0D;
}

.block ul li a {
    text-decoration: none;
}

.block ul li.title {
    padding: 0 0 0 3px;
    font-weight: bold;
    line-height: 22px;
    background-color: #CCCCCC;
    border: 0;
}

.document-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.document-list ul li {
    margin: 0;
    padding: 0;
    line-height: 25px;
    border-bottom: 1px solid #E7E7E7;
}

.document-list ul li .icon {
    float: left;
    border: 0;
    margin: 2px 5px 0 0;
}

.document-list ul li a {
    line-height: 25px;
    text-decoration: none;
}

.document-list ul li.year {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

#login-form label {
    float: left;
    margin-bottom: 5px;
    width: 80px;
    font-weight: bold;
    line-height: 22px;
}

#login-form br {
    clear: left;
}

/* tr.elenco td {
    padding: 5px 2px;
    cursor: pointer;
    border-bottom: 1px solid white;
}

tr.elenco td img {
    margin-top: 2px;
}

tr.elenco:hover td {
    border-bottom: 1px solid gray;
    background-color: #F1F1F1;
}

tr.elencoNocolor td {
    cursor: pointer;
    border-bottom: 1px solid white;
}

tr.elencoNocolor:hover td {
    border-bottom: 1px solid gray;
}

tr.elenco.disabled td,
tr.elenco.disabled:hover td {
    font-weight: bold;
    background-color: #f9e0e0;
    color: black;
    cursor: auto;
    border-bottom: 1px solid white;
} */

.green td.scadenza {
    color: green;
}

.yellow td.scadenza {
    color: orange;
}

.red td.scadenza {
    color: red;
}

.green_text {
    font-weight: bold;
    color: green;
}

.yellow_text {
    font-weight: bold;
    color: orange;
}

.red_text {
    font-weight: bold;
    color: red;
}

.spacer20 {
    clear: both;
    height: 20px;
}

.clear {
    clear: both;
}

tr.disabled td {
    color: #CCC;
}

.paginazione {
    margin: 10px 0;
    background: #F1F1F1;
    border: 1px dotted #CCC;
}

.paginazione a {
    margin: 0 3px;
    padding: 2px;
    line-height: 20px;
}

.paginazione a.active {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

input,
textarea,
select {
    margin: 5px;
    padding: 5px;
    border: 1px solid #CCC;
}

input[type="image"] {
    margin: 0;
    padding: 0;
    border: 0;
}

input[type="checkbox"] {
    margin: 0 0 0 5px;
    padding: 0;
    border: 0;
}

input[type="radio"] {
    margin: 0 0 0 5px;
    padding: 0;
    border: 0;
}

.form-disabled input {
    border: 1px solid white;
}

.tb-form tr.block td hr.spacer {
    margin: 6px 0;
    padding: 0;
    height: 0px;
    border: 0;
    border-bottom: 1px solid #F0F0F0;
}

.tb-form tr td {
    padding: 5px 1px 0 1px;
    vertical-align: top;
}

.tb-form tr td.label {
    width: 250px;
}

.hide {
    display: none;
}

.tb-form td.block-title {
    margin-top: 10px;
    padding: 10px 5px 5px 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid #CCC;
    color: #C00000;
    background-color: #f9f9f9;
}

.tb-form td.block-subtitle {
    padding: 5px 0;
    font-weight: bold;
    color: #444;
}

.tb-form td.block-description {
    padding: 0 0 5px 0;
    font-weight: normal;
    font-style: italic;
    color: #666;
}

.tb-form tr.required td {
    /*background-color: #F4F4F4;*/
}

button {
    margin: 0 2px;
    padding: 2px 3px;
    background-color: #8e1332;
    color: white;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid black;
    cursor: pointer;
    /* height: 20px;  */
    min-height: 20px;
}

button:hover {
    background-color: #8e3f53;
}

.task-menu {
    position: absolute;
    top: 5px;
    right: 5px;
}

.task-menu button {}

td .task-menu-inline,
.task-menu-inline {}

td .task-menu-inline button,
.task-menu-inline button {
    background-color: #0550a3;
}

.mainmenu-ul-hide .item {
    display: none;
}

.tb-form img {
    margin-top: 4px;
}

tr.title-incarico th {
    font-size: 12px;
    color: #0550a3;
    border-bottom-color: #0550a3;
    cursor: pointer;
}

tr.title-incarico-nopointer th {
    font-size: 12px;
    color: #0550a3;
    border-bottom-color: #0550a3;
    cursor: default;
}

.button_hp {
    margin: 0 auto;
    padding: 5px;
    width: 300px;
    background-color: #0550a3;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid black;
    cursor: pointer;
    color: white;
}

.button_hp a,
.button_hp a strong {
    color: white;
    font-size: 13px;
}

.removerow {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*margin-top: 8px;*/
}

.addrow i,
.removerow i {
    color: white;
}

.success {
    color: #28a745;
    font-weight: 600;
}

.warning {
    color: #ffcb00;
    font-weight: 600;
}

.warning2 {
    color: #ffa500;
    font-weight: 600;
}

.danger {
    color: #dc3545;
    font-weight: 600;
}

.dpiagraf,
.dpiagraf_cartaceo {
    font-weight: 600;
}

.dpiagraf span.barra,
.dpiagraf_cartaceo span.barra {
    display: inline-block;
    margin-right: 5px;
    height: 18px;
}

.dpiagraf.success span.barra,
.dpiagraf_cartaceo.success span.barra {
    background-color: #28a745;
}

.dpiagraf.warning span.barra,
.dpiagraf_cartaceo.warning span.barra {
    background-color: #ffcb00;
}

.dpiagraf.warning2 span.barra,
.dpiagraf_cartaceo.warning2 span.barra {
    background-color: #ffa500;
}

.dpiagraf.danger span.barra,
.dpiagraf_cartaceo.danger span.barra {
    background-color: #dc3545;
}

div.select-wrapper select,
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
    background-color: #f5f5f5;
}

.btn.btn-sm {
    padding: 6px 12px;
}

@media screen and (min-width: 992px) {
    .custom-mb {
        margin-bottom: 100px;
    }
}

select.hg-d-inline-block {
    display: inline-block;
}
input.hg-d-inline-block {
    display: inline-block;
}


ul li {
    font-size: 16px;
}