
.horizontal-list {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin:0;
    padding:0;
}
.horizontal-list li {
    display: inline-block;
    vertical-align: middle;
    margin:0;
    padding:0;
}

.application-link {
    display: inline-block;
    white-space: nowrap;
    color: #AC4D5F;
    text-decoration: none;
}

.application-link:hover {
    color: #5F0012;
}

.application-button {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 1.5em;
    line-height: 2.3em;
    overflow: visible;
    text-decoration: none;
    color: #eee;
    background-color: #88001A;
    border-radius: 4px;
}

.application-button:hover {
    background-color: #5F0012;
}

.outcome-box {
    font-size: 0.9em;
    margin-bottom: 1em;
    padding: 1em;
    background-color: #eee;
    border-radius: 4px;
}
.outcome-box .text {
    display: block;
    margin-left: 40px;
}
.outcome-box .icon {
    display: block;
    float: left;
    width: 26px;
}
.outcome-box .text-full {
    font-size: 0.8em;
}

.outcome-box .success {
    color: #8AC007;
}
.outcome-box .fail {
    color: #AC4D5F;
}

.field {}
.field-table {
    display: table;
}
.field-row {
    display: table-row;
}
.field-label {
    display: table-cell;
    padding: 5px 15px 5px 0;
    font-size: 0.8em;
}
.field-label .label {
    font-weight: bold;

}
.field-value {
    display: table-cell;
    font-size: 0.8em;
    padding: 5px 0;
}


.input-row {
    padding: 0 0 10px 0;
}
.input-row label {
    display: block;
}
.input-row input[type="text"],
.input-row input[type="password"] {
    display: block;
    padding: 5px;
    width: 98%;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.input-row textarea {
    display: block;
    padding: 5px;
    width: 98%;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.input-row.validation input[type="text"],
.input-row.validation input[type="password"],
.input-row.validation textarea {
    border: 1px solid #88001A;
}
.input-row img {
    float: right;
    margin-bottom: 10px;
    margin-top: -20px;
}
.input-row.validation label {
    color: #88001A;
}

.form-validation {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #AC4D5F;
    border: 1px solid #88001A;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8em;
}

.privacy-row {
    margin-bottom: 25px;
}
.privacy-row .checkbox {
    position: relative;
}
.privacy-row .download {
    float: right;
}
.privacy-row .caption {
    display: block;
    margin-bottom: 10px;
}
.privacy-row input[type="checkbox"] {
    display: block;
    float: left;
    position: absolute;
    top: 2px;
}
.privacy-row label {
    display: block;
    float: left;
    font-size: 0.8em;
    margin-left: 20px;
}
.privacy-row a {
    font-size: 0.8em;
}
.privacy-row.validation label,
.privacy-row.validation .caption {
    color: #88001A;
}

.action-row {
    padding: 10px 0 0 0;
}
.action-row a.primary {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 1.5em;
    line-height: 2.3em;
    overflow: visible;
    text-decoration: none !important;
    color: #eee !important;
    background-color: #88001A;
    border-radius: 4px;
}
.action-row a.primary:hover {
    background-color: #5F0012;
}

.action-row a.secondary {
    display: inline-block;
    line-height: 2.3em;
    text-decoration: none;
    color: #88001A;
}
.action-row a.secondary:hover {
    color: #5F0012;
    text-decoration: underline;
}
.action-row .left {}
.action-row .right {
    float: right;
}

.action-row .split {
    display: inline-block;
    margin: 0 10px;
    border-right: 1px solid #eee;
    height: 2.3em;
}
.text-row {
    font-size: 0.9em;
    margin-bottom: 25px;
}
.caption-row {
    display: block;
    font-size: 0.8em;
    margin-bottom: 25px;
    font-weight: bold;
}

/*--------------------- ACCESSO ---------------------*/

.form-panel {
    margin: 0 25%;
}

/*--------------------- CONTATTI ---------------------*/

.card {
    background: #eee;
    border-radius: 4px;
    padding: 20px 20px 15px 20px;
    margin-bottom: 25px;
}
.card .company {
    font-weight: bold;
    font-size: 0.8em;
    padding-bottom: 5px;
    display: block;
}
.card .row {
    font-size: 0.8em;
    padding-bottom: 5px;
    display: block;
}
.card .row a {
    color: inherit;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}
.card .row a:hover {
    text-decoration: underline;
}

/*--------------------- AREA PERSONALE ---------------------*/

.private-area {}

.private-area .table-default {
    width: 98%;
    margin-bottom: 50px;
}
.private-area .ym-gl .table-default {
    margin-right: 2%;
}
.private-area .ym-gr .table-default {
    margin-left: 2%;
}

.private-area th {
    font-size: 0.8em;
}

.private-area .data {
    font-size: 0.8em;
}

.private-area .data.stato {
    min-width: 80px;
    font-weight: bold;
}

.private-area .action {
    text-align: right;
    min-width: 55px;
}
.private-area .action .application-link {
    margin-left: 0.5em;
}

/*--------------------- DOVE SIAMO ---------------------*/

.map-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color: #222;
    font-weight: bold;
}