﻿@import url("css/jquery.ui.theme.css");
@import url("css/jquery.ui.core.css");
@import url("css/jquery.ui.datepicker.css");

.context-menu-theme-vista {
    background: url("css/cmenu-vista-bg.gif") repeat-y left top rgb(250, 250, 250);
    border: 1px solid rgb(134, 134, 134);
}

    .context-menu-theme-vista .context-menu-item {
        text-align: left;
        color: black;
        font-family: Verdana;
        font-size: 10.5px;
        cursor: pointer;
    }

    .context-menu-theme-vista .context-menu-separator {
        margin: 0px 0px 0px 32px;
        font-size: 0px;
        border-top-color: rgb(197, 197, 197);
        border-bottom-color: rgb(245, 245, 245);
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
    }

    .context-menu-theme-vista .context-menu-item-hover {
        background: url("css/cmenu-vista-menu-item-hover.gif") repeat-x left;
        border: 1px solid rgb(215, 208, 179);
    }

    .context-menu-theme-vista .context-menu-item .context-menu-item-inner {
        background-position: 3px;
        padding: 4px 16px 4px 35px;
        margin-left: 1px;
        background-image: none;
        background-repeat: no-repeat;
    }

    .context-menu-theme-vista .context-menu-item-hover .context-menu-item-inner {
        padding: 3px 15px 3px 35px;
        margin-left: 0px;
    }

    .context-menu-theme-vista .context-menu-item-disabled {
        color: rgb(167, 167, 167);
    }

.autocomplete-w1 {
    background: url(css/autocomplete_shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 8px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

    .autocomplete .selected {
        background: #F0F0F0;
    }

    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
        font-family: Arial;
        font-size: small;
    }

    .autocomplete strong {
        font-weight: normal;
        color: #3399FF;
    }

#handlerTable th {
    cursor: default;
}

.some-handle {
    cursor: move;
}

#constrainTable th {
    cursor: default;
}

    #constrainTable th.accept {
        cursor: move;
    }

.some-handle {
    background-image: url("/js/3SLib/img/handle.png");
    background-repeat: repeat-x;
    height: 18px;
    margin: 0 1px;
}

.dragtable-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -moz-user-select: none;
}

    .dragtable-sortable li {
        margin: 0;
        padding: 0;
        float: left;
        font-size: 1em;
        background: white;
    }

    .dragtable-sortable th, .dragtable-sortable td {
        border-left: 0px;
    }

    .dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
        border-left: 1px solid #CCC;
    }

.ui-sortable-helper {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
    -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
    -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
    box-shadow: 4px 5px 4px #C6C6C6 inset;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    visibility: visible !important;
    background: #EFEFEF !important;
    visibility: visible !important;
}

    .ui-sortable-placeholder * {
        opacity: 0.0;
        visibility: hidden;
    }

.gtabella {
    font-family: Verdana;
    font-size: small;
    color: black;
    border-top: 1px #C5C5C5 solid;
    border-right: 1px #C5C5C5 solid;
    table-layout: fixed;
}

.gbarra {
    height: 22px;
    background-image: url('/js/3SLib/img/gbarra.png');
    color: black;
}

.gboxtop {
    height: 22px;
    color: #6B6B6B;
    border-left: 1px #C5C5C5 solid;
    border-bottom: 1px #C5C5C5 solid;
    text-align: left;
    padding-left: 5px;
    font-family: Verdana;
    font-size: small;
    text-indent: 5px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.gbox {
    height: 22px;
    color: black;
    background-color: white;
    border-left: 1px #C5C5C5 solid;
    border-bottom: 1px #C5C5C5 solid;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.gboxg {
    height: 22px;
    color: black;
    background-color: #FAFAFA;
    border-left: 1px #C5C5C5 solid;
    border-bottom: 1px #C5C5C5 solid;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.gboxs {
    height: 22px;
    color: black;
    background-color: #EFEFEF;
    border-left: 1px #C5C5C5 solid;
    border-bottom: 1px #C5C5C5 solid;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 5px;
}

.gbchiusura {
    height: 22px;
    background-color: #EFEFEF;
    color: black;
    border-left: 1px #C5C5C5 solid;
    border-right: 1px #C5C5C5 solid;
    border-bottom: 1px #C5C5C5 solid;
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
    font-family: Verdana;
    font-size: 8pt;
}

.grigliainputb {
    width: 100%;
    height: 20px;
    background-color: #FFFFFF;
    color: black;
    border: 0px;
    text-align: left;
    padding-left: 3px;
    font-family: Verdana;
    font-size: 9pt;
}

.grigliainputg {
    width: 100%;
    height: 20px;
    background-color: #EFEFEF;
    color: black;
    border: 0px;
    text-align: left;
    padding-left: 3px;
    font-family: Verdana;
    font-size: 9pt;
}

.wdiv {
    width: 100%;
}

.activation {
    text-decoration: none;
    color: white;
}

tr.selected a {
    color: blue;
}

.c3Slib-barra {
    border-top: 1px #ABADB3 solid;
    border-left: 1px #ABADB3 solid;
    font-family: Arial;
    color: #000000;
    width: 100%;
    table-layout: fixed;
}

.c3Slib-barratop {
    text-align: left;
    background-image: url('img/bsfondo.png');
    border-right: 1px silver solid;
    border-bottom: 1px #d5d5d5 solid;
    font-size: 10pt;
    padding-left: 5px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
}

.c3Slib-barraag {
    background-image: url('img/bsfondo.png');
    border-right: 1px silver solid;
    border-bottom: 1px #d5d5d5 solid;
    width: 31px;
    height: 25px;
}

.c3Slib-barrasx {
    background-image: url('img/bsfondosxv.gif');
    /*background-size: cover;*/
    border-right: 1px silver solid;
    border-bottom: 1px #d5d5d5 solid;
    width: 31px;
    height: 18px;
}

.c3Slib-barrasxins {
    background-image: url('img/bsfondosxv.gif');
    /*background-size: cover;*/
    border-right: 1px silver solid;
    border-bottom: 1px #d5d5d5 solid;
    width: 31px;
    height: 18px;
    vertical-align: top;
}

    .c3Slib-barrasxins:before {
        font-size: 14pt;
        content: "\25b8";
    }

.c3Slib-barracella {
    text-align: left;
    border-right: 1px silver solid;
    border-bottom: 1px silver solid;
    font-size: 10pt;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 18px;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
}

.c3Slib-barracella-datatable {
    text-align: left;
    border-right: 1px silver solid;
    border-bottom: 1px silver solid;
    font-size: 10pt;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 18px;
    overflow: hidden;
    vertical-align: top;
    white-space: pre-wrap;
}

#popupsegna {
    width: 700px;
    height: 50px;
    background: #000000;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -350px;
    border: 1px #515151 solid;
    opacity: 0.8;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
}

.activation:focus {
    color: Blue;
}

#popupsegna2 {
    width: 700px;
    /*height: 150px;*/
    background: #000000;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -350px;
    border: 1px #515151 solid;
    opacity: 0.8;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    text-align: justify;
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.prechiudi {
    position: relative;
    text-align: right;
    right: -28px;
    top: 5px;
}

.chiudi {
    cursor: pointer;
    opacity: 0.3;
}

    .chiudi:hover {
        opacity: 1;
    }
