body {
    padding-right: 0 !important
}

    body.cnf {
        background-color: #ffffff;
    }

    body.cnflogin {
        background-color: #09699c;
        margin: 2px 2px 100px 2px;
    }


label.cnf {
    color: white;
}

h4.cnf {
    color: royalblue;
    background-color: transparent;
    margin: 12px 12px 12px;
}

a.cnf {
    margin: 12px 12px 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

div.cnfshadow {
    background-color: #fff;
    margin: 12px 0px 12px 0px;
}


div.cnfcardbody {
    background-color: #fff;
    margin: 12px 0px 12px 0px;
}

div.cnfedit {
    font-size: 14px;
    font-weight: normal;
}

th.cnf {
    width: 12px;
    max-width: 16px;
}


p.cnf {
    background-color: transparent;
    color: royalblue;
    font-size: 20px;
    margin: 12px 12px 12px;
}

tr.cnftitolo {
    text-align: center;
    color: #fff;
    background-color: #396c9c;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
}

tr.cnfrighe {
    text-align: left;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
}

tr.cnftitolo_12 {
    text-align: center;
    color: #fff;
    background-color: #396c9c;
    height: 12px;
    font-size: 12px;
    font-weight: bold;
}

tr.cnfrighe_12 {
    text-align: left;
    height: 12px;
    font-size: 12px;
    font-weight: normal;
}

tr.cnftitolo_10 {
    text-align: center;
    color: #fff;
    background-color: #396c9c;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
}

tr.cnfrighe_10 {
    text-align: left;
    height: 10px;
    font-size: 10px;
    font-weight: normal;
}

/*label*/

.font20_label {
    font-size: 20px;
    padding: 2px 10px 2px 2px !important;
}

.font14_label {
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 2px !important;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/page-loader.gif') 50% 50% no-repeat #FFF;
}


/*input*/

.mylabel {
    color: gray;
    background-color: transparent !important;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
    padding: 4px 4px 4px 0 !important;
    margin-bottom: 0.2rem !important;
}

.mylabeltext {
    color: blue;
    background-color: transparent;
    width: 100%;
    height: 90%;
    min-height: 28px;
    max-height: 28px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
    padding: 4px 4px 4px 4px !important;
}

.font20_input {
    font-size: 20px;
    font-weight: bold;
    border: solid 1px #e0e0e0;
    border-radius: 4px;
    height: 2.0rem !important;
}

.font14_input {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #e0e0e0;
    border-radius: 4px;
    height: 1.6rem !important;
}

.mycheckbox {
    height: 25px;
    width: 25px;
}

.myselect {
    color: blue;
    width: 100%;
    min-height: 28px;
    max-height: 28px;
    height: 100%;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}


.mytext {
    color: blue;
    width: 100%;
    height: 50%;
    min-height: 28px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}

.mytextitalic {
    color: blue;
    width: 100%;
    height: 50%;
    min-height: 28px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    font-stretch: expanded;
}

.mytextcenter {
    color: blue;
    width: 100%;
    height: 50%;
    min-height: 28px;
    max-height: 28px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
    text-align: center;
}

.mytextarea {
    color: blue;
    width: 100%;
    min-height: 28px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}

.mydatetime {
    color: blue;
    width: 100%;
    height: 50%;
    min-height: 28px;
    max-height: 28px;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
    text-align: center;
}

.myreadonly {
    background-color: lightgray;
}


.myclosebtn {
    margin: 2px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
}

    .myclosebtn:hover {
        color: #000;
    }


/*table*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.table th {
    font-size: 14px;
    color: white;
}

.table td {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid;
    color: darkblue;
}

.edit {
    width: 100%;
    height: 25px;
}

.editMode {
    border: 1px solid black;
}

.txtedit {
    display: none;
    width: 99%;
    height: 30px;
}

.btn-white {
    color: black;
    background-color: #fff;
    border-color: #808080;
}



.edit_aborto {
    width: 100%;
    height: 25px;
    color: blue;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}

.editMode_aborto {
    border: 1px solid black;
    color: blue;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}

.txtedit_aborto {
    display: none;
    width: 99%;
    height: 30px;
    color: blue;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}

.myrighetabella {
    color: blue;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-stretch: expanded;
}


.div-grigio {
    background-color: #dedbdb;
}

.div-verdechiaro {
    background-color: #e9f7e6;
}

.div-giallo {
    background-color: #f1ecb5;
}

.div-verde {
    background-color: #d8f3d1;
}

.div-blu {
    background-color: #d1daf5;
}

.div-bluchiaro {
    background-color: #e5e9f5;
}



