body {
    padding-top: 160px;
}

.header-container {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 163px;
    z-index: 1000;
    background-color: #ffffff;
}

.header {
    position: relative;
    width: auto;
    height: 60px;
    background-color: #87b9e7;
    color: #32366d;
    border-bottom: 1px solid #32366d;
    margin-bottom: 5px;
}

.header .logo {
    position: absolute;
    width: 152px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #32366d;
    background-image: url("images/logo_min.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 8px;
    left: 8px;
}

.header .title {
    position: absolute;
    left: 190px;
    top: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.header .title.bold {
    position: absolute;
    left: 190px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.header .username {
    position: absolute;
    left: auto;
    right: 16px;
    top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.header .logout {
    position: absolute;
    left: auto;
    right: 16px;
    top: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.header .logout,
.header .logout:visited,
.header .logout:active,
.header .logout:hover {
    color: #32366d;
}

.container {
    border: 1px solid #32366d;
    background-color: #dff0ff;
}

.container .title {
    font-size: 18px;
    font-weight: bold;
}

.container .rev {
    text-align: right;
    font-size: 10px;
    font-weight: normal;
}

.container.rows {
    margin-top: 5px;
    font-size: 10px;
}

.container.rows .intestazione {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #32366d;*/
    margin-bottom: 2px;
    background-color: #cee8ff;
}

.container.rows .row.single {
    border-bottom: 1px solid #d5d7e1;
    padding-bottom: 2px;
    margin-bottom: 4px;
    padding-top: 4px;
}

.container.rows .row.single .notes {
    font-size: 9px;
}

.txtbold {
    font-weight: bold;
}

.t1 {
    font-size: 16px;
}

.t2 {
    font-size: 14px;
}

.t3 {
    font-size: 12px;
}

.fa-cloud-upload-alt {
    font-size: 15px;
    color: #65a3e8;
    cursor: pointer;
}

.fa-cloud-upload-alt:hover {
    -webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
    filter: brightness(120%);
}

.fa-paperclip{
    font-size: 15px;
    color: #323fe8;
}

.fa-question-circle {
    font-size: 15px;
    color: #b18517;
    cursor: pointer;
}

.fa-question-circle:hover {
    -webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
    filter: brightness(120%);
}

.breakrow {
    background-color: #f79393;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breakrow.bottom {
    margin-bottom: 24px;
    border-bottom: 2px solid #32366d;
}

.ckedit {
    position: absolute;
    width: 7px;
    height: 100%;
}

.ckedit.left {
    left: 0px;
}

.ckedit.right {
    left: auto;
    right: 0px;
}

.ckedit.ok {
    background-color: #00c600;
}

.ckedit.ko {
    background-color: #e40404;
}

.ckedit.orange {
    background-color: #e4e100;
}

.upload {
    display: none;
    border-bottom: 2px solid #000000;
}

.trigupload {
    font-size: 30px;
    color: #4fb166;
    cursor: pointer;
}

.trigupload:hover {
    -webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
    filter: brightness(120%);
}

.fa-trash-alt {
    font-size: 15px;
    color: #b10026;
    cursor: pointer;
    margin-right: 10px;
}

.fa-trash-alt:hover {
    -webkit-filter: brightness(120%); /* Safari 6.0 - 9.0 */
    filter: brightness(120%);
}