.mt40{
    margin-top:40px;
}
.mt20{
    margin-top:20px;
}
a {
    color:#3B59A8;
}
    a:focus, a:hover {
        color: #0088cc;
    }
.panel-primary a {
    color: #337ab7;
}
    .panel-primary a:focus, .panel-primary a:hover {
        color: #23527c;
    }
.btnRosa {
    background-color: #3B59A8;
    color:white;
}
    .btnRosa:hover, .btnRosa:focus {
        background-color: #0088cc;
        color:white;
    }
.colorRosa {
    color: #3B59A8;
}
.mt50{
    margin-top:50px;
}
.mb50{
    margin-bottom:50px;
}
.login-panel {
    margin-top: 25%;
}
.panel-default > .panel-heading {
    background-color: #91D5DC;
    color: dimgray;
}
input[type="date"].form-control {
    line-height: 1.42857143;
    cursor:pointer;
}
.table.tableElenco tr:first-child {
    background-color: #91D5DC !important;
}
.pagination td {
    padding: 5px;
    background-color: white;
}
    .pagination td span {
        background-color: aliceblue;
        padding: 8px;
        border: 1px solid #ddd;
    }
    .pagination td a {
        padding: 8px;
        border: 1px solid #ddd;
    }
div#copyright {
    padding-top: 27px;
}
.postion-relative {
    position: relative;
}
div.MadeByColor {
    width: 100%;
    color: #000;
    background-color: #ddd;
    font-size: 10px;
    padding: 3px 10px 0px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
    div.madeBy > p, div.MadeByColor > p {
        margin-bottom: 3px;
        line-height: 20px;
    }
    div.MadeByColor .btn {
        font-size: 10px;
    padding: 2px;
}
.TxtArea{
    resize:vertical;
}
#page-wrapper{
    padding-bottom:50px;
}
tr.Eliminato td{
    background-color:orangered;
}
.panel-default > .panel-heading {
    background-color: #5C8B93;
    color: #fff;
}
.btn100{
    width:100%;
}
.sidebar-nav .fas {
    margin-right: 10px;
}
.mr20{
    margin-right:20px;
}
.lh60{
    line-height:60px;
}
.mb20{
    margin-bottom:20px;
}
label{
    margin-top:5px;
    margin-bottom:1px;
}
.mt25{
    margin-top:25px;
}
.mb10{
    margin-bottom:10px;
}
.mt30{
    margin-top:30px;
}
.colorRed{
    color:red;
}
.form-control.bgGiallo{
    background-color:yellow;
    font-weight:600;
    color:black;
}
.featured-box {
    background: #F5F5F5;
    background: -webkit-linear-gradient( top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #bbb;
    border-left: 2px solid #bbb;
    border-radius: 8px;
    border-right: 2px solid #bbb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
html .featured-box-primary .box-content {
    border-top-color: #3B59A8;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-top-width: 4px;
    padding: 10px 30px 30px 30px;
    position: relative;
    top: -1px;
}
.align-left {
    text-align: left !important;
}
html .heading-primary {
    color: #3B59A8 !important;
}
.featured-box h4 {
    font-size:24px;
    margin-bottom:20px;
}
.text-uppercase {
    text-transform: uppercase;
}
ul.messagebox  {
    padding: 5px 20%;
    text-align: center;
}
ul.messagebox > li {
 font-weight:bold;
  list-style-type: none;
  padding:12px 0px;
  border: 2px solid #bbb;
  border-top:0;
}
ul.messagebox > li:first-child {
    border-top: 2px solid #bbb;
}

ul.messagebox > li.new {
    background-color: darksalmon;
}
.notifyMessage {
    padding: 25px 25px;
    text-align:center;
}
span.bold {
    font-weight: bold;
}
span.font2x {
    font-size: 1.3em;
}
div.mt10 {
    margin-top: 10px;
}
.panel-title > a:hover, .panel-title > a:visited, .panel-title > a:active,.panel-title > a:focus  {
    color:#fff;
    text-decoration: underline;
}