﻿
.titolo {
    color: #00A5C5;
    height: 30px;
    margin-bottom: 5px;
    font-size: 27px;
}
.floatLeft {
    float:left;
}

.divRow {
    margin-bottom: 20px;
    clear: both;
    height: auto;
    overflow: auto;
    min-height: 50px;
}

.divLine {
    clear: both;
    min-height: 35px;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
}

.divLabelLeft {
    float: left;
    width: 100px;
    height: 33px;
    line-height: 33px;
    padding-right: 10px;
    text-align: right;
}

.tbValue {
    float: left;
    width: 420px;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
    border: 1px solid #E2E2E2;
}

.body-bold {
    font-weight:bold;
}

.divTooltip {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.tooltipRight {
    float: left;
    margin-left: 4px;
}
 .tooltipRight a {
    float: left;
    margin-left: 5px;
}

.resKo
{
    color:red;
}


.btnGrayRight, .btnOrangeRight
{
    float: right;
    width: 250px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    color: white;
    background-color: #45555F;
    margin-left: 5px;
}

.btnOrangeRight {
    background-color: #F48132;
}