/*---------------------------------
        IMPORTS
-----------------------------------*/

/*---------------------------------
        OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
    font-family: arial, verdana, sans-serif;
    font-weight:normal;
}

li{color:#fff !important}

h1{font-size: 2em;}
h2{font-size: 1.5em}

ul, ol {
    margin: 0 0 8px 13px;
}
li ul {
    margin-bottom: 0;
}

strong {color:inherit !important;}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
ul.menu, blockquote, textarea
{
    margin:0;border:0;
    font-family: arial, verdana, sans-serif;
}
a.button.small{font-size:1.3em;}

input.file, input[type="file"] {
    background-color: transparent
}

.menu [class^="fa-"],
.menu [class*=" fa-"] {
    padding-right: 5px;
}

.notice{
    width: 500px;
    margin: 13px;
    position: absolute;
    top: auto;
    left: 50%;
    margin-left:-250px;
    /*    background-color: transparent;*/
}
.notice.loading{
    background-color: transparent;
    border-color:transparent;
    color: #666;
}
h6.notice{text-align: center;}

.xdebug-var-dump pre {background-color: #000 !important;}

/*************
STILI RESNOVAE
**************/
a{cursor: pointer !important;text-decoration:none;}
a.button, a.button:link{color: #000 !important}
li{padding: 3px 0;}

/*tr{background-color: #eee}*/
tr.active{background-color: #004eb6 !important;color:#fff;}

.floatleft{float:left;}
.floatright{float:right;}

/*.inline, .inline * {display:inline !important;}
.inline button{
    margin-left: -190px;
    width: 190px;
}*/
.pulsanti a{
    display:block;
    float:none;
    margin:8px 0;
}

legend{
    font-weight: bold;
}
legend+div{
    margin-top: 21px;
}

table td:last-child {min-width: 300px}

table tr{
    width: 100%;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    border: 0;
    margin-top: 3px;
    background-color: #555;
    height: 33px;
    border-radius: 4px 0px 0px 4px;

}
table tr:hover{background-color: #666 !important;}

thead th,
tbody th{
    padding-left: 5px;
    font-size: 14px;
    background-color: #004eb6;
    color: #f2f2f2;
}

/*tr.alt{background-color: #fff;}*/

input, select{
    padding:3px 0;
    margin: 2px 0;
    /*    border: 0 none;*/
}
label{
    margin: 0 0 0 1em;
}

fieldset label {
    width: 8em;
}
span label {
    width: auto;
}
label span{
    display: inline-block;
    width: 23px;
    text-align: center;
}
select, option{
    font-size: 1em;
    background-color: #fff;
}
textarea{height: auto}

address{font-style: normal;}

#preview .img-wrap {margin: 30px 0 0 13px}
#preview img{height: 150px;}

.quantita span{margin:0 5px;}

.gestione{width:10%;}
/*.tight td > a.button {color:pink !important;padding: 3px !important;}*/
.tight tr td:nth-child(-n+6) {
    padding: 3px;
}

.grid\.flex > div {
    margin-bottom: 40px;
}

#edit_bar{  
    background-color: rgba(10, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    padding: 5px 21px;
    position: fixed;
    width: 100%;
    z-index:999;
}

.loading {float: left;}
#ajax_response {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.imposto{
    color:red;
}

.elimina_file {
    color: red;
    margin-left: -26px;
    position: relative;
    right: 3px;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: FontAwesome;

}
[class^="fa-"] span,
[class*=" fa-"] span {
    padding-left: 5px;
}