﻿body {
    font-family: Verdana;
    top: 0px;
    margin: 0px;
}

div.header {
    background: -webkit-linear-gradient(top, #8CAEE2, #FFF);
    _background: -webkit-linear-gradient(top, #FF893A, #FFD800);
    background: -moz-linear-gradient(top, #C0C0C0, #878787);
    background: -ms-linear-gradient(top, #C0C0C0, #878787);
    height: 60px;
}

#logo {
    float: left;
    margin-right: 40px;
}

    #logo img {
        height: 56px;
    }

#menu {
    float: left;
    margin-top: 16px;
}

#info {
    float: right;
    margin-top: 16px;
    margin-right: 10px;
}

    #info a {
        color: #000;
    }

div#info a {
    padding-right: 5px;
    border-right: 3px solid red;
}

div#info span {
    padding-right: 5px;
    border-right: 3px solid red;
}

div.content {
    margin: 4px;
}

div.filecontrol {
    float: left;
    margin-right: 6px;
}

div.googlecontrol {
    float: left;
    margin-right: 6px;
}

div.googlefilecontrol {
    float: left;
    margin-right: 6px;
}

.hidden {
    visibility: hidden;
}

div.clear {
    clear: both;
}

fieldset {
    width: 400px;
}

div.editor-label {
    float: left;
    margin-right: 6px;
    width: 150px;
    margin: 10px;
}

div.editor-field {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.uppercase {
    text-transform: uppercase;
}

.sviluppi {
    padding: 4px;
    font-weight: bold;
    background-color: #EE712E;
    padding-left: 30px;
    background-image: url(/admin/images/dev.png);
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid navy;
}

    .sviluppi:hover {
        background-color: #FFD800;
        text-decoration: none;
    }

    .sviluppi.dxgvControl_Office2010Blue a {
        color: black;
    }

.bold {
    font-weight: bold;
    text-align: left;
}

.cliente {
    color: blue;
}

.tmp {
    color:plum;
}

div#agenda {
    font-size: 12px;
    margin-top: 40px;
}

    div#agenda > ul > li {
        font-size: 14px;
        font-weight: bold;
        color: red;
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid black;
        border-radius: 10px;
        padding: 10px;
        max-width: 1000px;
        list-style-type: none;
        background-color: #eee;
    }

        div#agenda > ul > li h1 {
            font-size: 12px;
            font-weight: bold;
            color: black;
        }

    div#agenda div {
        font-size: 12px;
        font-weight: normal;
        color: black;
        margin-top: 4px;
    }

    div#agenda a {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

        div#agenda a:hover {
            text-decoration: underline;
        }

div#plus {
    font-size: 12px;
    margin-top: 40px;
}

div.label {
    float: left;
    width: 150px;
    margin: 10px;
}

div.field {
    float: left;
    margin: 8px;
}

div.clear {
    clear: both;
}

div.chat {
    border: 1px solid gray;
    border-radius: 5px;
    margin: 4px;
    padding: 4px;
    background-color: #ddd;
}

    div.chat > span {
        color: #2f84c2;
        display: block;
    }

    div.chat img {
        max-width: 800px;
    }

table#plus {
    margin: 20px;
    border-collapse: collapse;
}

    table#plus td {
        font-size: 12px;
        text-align: right;
        padding: 8px;
        border: 1px solid lightgray;
    }

    table#plus tr:first-child {
        background-color: #ffd800;
    }

    table#plus td:first-child {
        font-weight: bold;
        text-align: left;
    }

.status input {
    font-size: 13px;
    font-weight: bold;
}

table#agendaTicket {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid gray;
    color: black;
    font-weight: normal;
    font-size: 11px;
}

    table#agendaTicket tr:first-child {
        background-color: #B7CCED;
    }

    table#agendaTicket td {
        padding: 5px;
        border: 1px solid gray;
    }

        table#agendaTicket td:nth-child(1) {
            font-weight: bold;
        }

        table#agendaTicket td:nth-child(5), table#agendaTicket td:nth-child(6), table#agendaTicket td:nth-child(7) {
            text-align: right;
        }

td.dx-borderBox {
    padding: 6px !important;
    font-weight: bold;
    color: navy !important;
}

em[class^="dxflRequired"] {
    color: red;
}

tr.dxgvEditForm_Office2010Blue table.tableEditForm {
    width: 1000px !important;
}

    tr.dxgvEditForm_Office2010Blue table.tableEditForm + div {
        float: left !important;
        margin-left: 800px;
    }

tr.dxgvEditForm_Office2010Blue {
    background-color: lightyellow;
}

.transition {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

img.zoomable {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

    img.zoomable:hover {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

div#valutazione {
    _width: 1000px;
    margin: 0 auto;
    border: 3px solid black;
    margin-top: 20px;
}

div#valutazione-header {
    height: 60px;
    width: 100%;
    background-image: url('/Admin/images/RegestaNegativo.jpg');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 280px;
    padding-top: 10px;
    font-size: 36px;
}

div#valutazione-body {
    border-top: 1px solid black;
    padding: 5px;
}

div#valutazione-rating {
    background-color: black;
    padding: 5px;
    color: white;
}

div#valutazione-footer {
    padding: 5px;
    color: red;
    min-height: 40px;
}

.allocazione1 {
    text-align: center;
    background-color: aliceblue;
}

.allocazione2 {
    text-align: center;
    background-color: cornsilk;
}

dxgvFooter_Office2010Blue{
    text-align: center !important;
}
