﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* OVERRIDE BOOTSTRAP */

.badge {
    border-radius: 0px;
}


/*STILI PERSONALIZZATI*/

.metro .span100,
.metro .size100 {
  width: 100% !important;
}
.metro .height1
{
    height:30px;
}

.metro .height2
{
    height:60px;
}

.metro .table.supplier th,
.metro .table.supplier tfoot,
.metro .table.supplier th a,
.metro .table.supplier tfoot a,
.metro .panel .panel-header.supplier {
    background-color:#60a917;
    color:white;
}

.metro .table.supplier-light th,
.metro .table.supplier-light tfoot,
.metro .table.supplier-light a
{
    color:#60a917;
}

.metro .table.certificate th,
.metro .table.certificate tfoot,
.metro .table.certificate th a,
.metro .table.certificate tfoot a,
.metro .panel .panel-header.certificate {
    background-color: #1ba1e2;
    color: white;
}

.metro .table.certificate-light th,
.metro .table.certificate-light tfoot,
.metro .table.certificate-light a {
    color: #1ba1e2;
}

.metro .table.other th,
.metro .table.other tfoot,
.metro .table.other th a,
.metro .table.other tfoot a,
.metro .panel .panel-header.other {
    background-color:#fa6800;
    color:white;
}

.metro .table.other-light th,
.metro .table.other-light tfoot,
.metro .table.other-light a
{
    color:#fa6800;
}

.green_colors
{
    background-color: #60a917 !important;
    color:white;
}

.green_colors a
{
    color:white;
}
.green_colors a:visited
{
    color:white;
}
.green_colors a:hover
{
    color:white;
}
.green_colors a:active
{
    color:white;
}

.metro .span3x2,
.metro .size3x2 {
  width: 440px !important;
}

.metro .table tfoot a
{
    padding:2px 6px 2px 6px;
    border: 1px solid #F0F0F0;
}

.default_ente {
    font-weight:bold;
}

.customClass {
    width: 1100px;
}

.buttonslv {
    /*background: url(img/save.svg) no-repeat;*/
    background: url(img/savewhite.png) no-repeat;
    float: left;
    background-color: #4CAF50 !important;
    background-position-x:6px;
    background-position-y:2px;
    /*border: none;*/
    border: 1px solid;
    border-radius: 4px !important;
    color: white !important;
    /*padding: 20px;*/
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 14x;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 4px 2px;
    height: 32px;
    width: 100px;
}

.buttonslv:hover { background-color: #3e8e41 !important}


.buttonlgn {
    /*background: url(img/save.svg) no-repeat;*/
    background: url(img/lockwhite.png) no-repeat;
    float: left;
    background-color: #4CAF50 !important;
    background-position-x: 6px;
    background-position-y: 2px;
    /*border: none;*/
    border: 1px solid;
    border-radius: 4px !important;
    color: white !important;
    /*padding: 20px;*/
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*font-size: 14x;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 4px 2px;
    height: 32px;
    width: 100px;
}

.buttonlgn:hover {
    background-color: #3e8e41 !important
}

.plusMinusSize {
    width: 60px !important;
    min-width: 40px !important;   
}

/*questo è il contenitore dei checks*/
.disableContainer {
    pointer-events: none;
    opacity: 0.6;    
    /*disabled = "disabled";
    readonly = "readonly";*/
    /*background-color: #f0ad4e;
    border-color: #eea236*/
}


.divlightgray {
    background-color: #EBEBEB !important;
}

.metro .icon-lawcourt:before {
    content: url(img/LawCourtWhite.png);
}
.metro .icon-bankruptcylawcourt:before {
    content: url(img/BankruptcyLawCourtWhite.png);
}

.metro .icon-disability:before {
    content: url(img/disabilitywhite.png);
}
.metro .icon-disability32:before {
    content: url(img/disability32.png);
}
.metro .icon-disability24:before {
    content: url(img/disabilityblu24.png);
}
.metro .icon-taxagency:before {
    content: url(img/taxagencywhite.png);
}
.metro .icon-taxagency32:before {
    content: url(img/taxagency32.png);
}
.metro .icon-taxagency24:before {
    content: url(img/taxagencyblu24.png);
}

