﻿*
{
    font-family: "Segoe UI" , Verdana, Serif;
    font-size: 1em;
}

h1
{
    font-size: 2.0em;
}
h2
{
    font-size: 1.875em;
}
h3
{
    font-size: 1.75em;
}
h4
{
    font-size: 1.5em;
}
h5
{
    font-size: 1.375em;
}
h6
{
    font-size: 1.25em;
}
p
{
    font-size: 0.875em;
}

#wrapper
{
    width: 100%;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 95%; /*min-width:600px; */
    min-height: 620px;
    height: 92%;
    border: 2px #dadada solid;
    border-radius: 10px;
    box-shadow: 0px 7px 12px #dadada;
    background-color: #ffffff;
}

.clear
{
    clear: both;
}

.toolbar-button
{
    height: 32px !important;
    width: 32px !important;
    background-repeat: no-repeat;
    margin: 0px 0px 10px 10px;
    border: 0px !important;
    background-color: transparent !important;
}

.button_config
{
    float: right;
    margin-right: 50px;
    margin-top: 50px;
}

.search-lavoratore-button
{
    margin-bottom: 10px;
}

.footerbar-button
{
    height: 32px !important;
    width: 32px !important;
    background-repeat: repeat;
    margin: 10px 10px 0px 0px;
    border: 0px !important;
    background-color: transparent !important;
}

.search-button
{
    width: 35px !important;
    height: 34px !important;
    background-repeat: no-repeat; /*margin:10px 10px 0px 0px;*/
    border: 0px !important;
    background-color: transparent !important;
}

.field-title
{
    line-height: 25px;
    font-size: 1.3em;
    color: #25a0da;
}

.field-caption
{
    line-height: 25px;
    color: Black;
}

.field-caption-mini 
{
    color: black;
    font-size: 10px;
    float: left;
}

.field-caption-bold
{
    line-height: 25px;
    color: Black;
    font-weight: bold;
}

.field-caption_small
{
    line-height: 25px;
    font-size: 11pt;
    color: Black;
}

.note-caption
{
    /*line-height:25px;*/
    font-size: 8pt;
    color: Black;
}

.note-caption-bold
{
    /*line-height:25px;*/
    color: Black;
    font-size: 8pt;
    font-weight: bold;
}

.field-caption-red
{
    /*line-height:25px;*/
    color: Red;
    font-size: 10px;
    float: left;
}

.field-caption-blue
{
    /*line-height:25px;*/
    color: Blue;
    font-size: 10px;
    float: left;
}

.field-value
{
    /*margin-bottom:10px !important;*/
    width: 100px !important;
}

.field-value-mini
{
    width: 70px !important;
}

.field-value-sacca
{
    width: 110px !important;
}

.field-value-red
{
    /*margin-bottom:10px !important;*/
    width: 100px !important;
    background-color: Red;
}


.field-value-long
{
    width: 120px !important;
}

.field-value-data
{
    width: 172px !important;
}

.field-value-shortdate
{
    width: 110px !important;
}

.field-value-emocomp
{
    width: 250px !important;
}

.field-value-password
{
    width: 200px !important;
}

.field-caption-tooltip
{
    line-height: 10px;
    font-size: 0.9em;
    line-height: 20px;
    color: #000 /*text-transform:uppercase;*/;
}

.field-value-tooltip
{
    /*margin-top :5px !important;*/
    font-weight: bold;
    font-size: 0.9em;
    line-height: 20px;
    color: #000;
}

.field-caption-properties
{
    font-variant: small-caps;
}

.field-value-properties
{
}

.bold
{
    font-weight: bold;
}

label.error
{
    font-size: 1.25em;
    padding-left: 25px;
    margin-left: 10px;
    background-image: url('../images/warning.png');
    background-repeat: no-repeat;
    background-position: left center;
}

#MansioniList
{
    float: left;
    width: 20%;
    height: 100%; /*margin-left:10px;*/
}

#MansioneDetail
{
    float: right;
    width: 60%;
    height: 100%;
    margin-right: 60px;
}

/*.description {width: 500px;}*/
.description
{
    width: 300px;
}
.description .RadInput
{
    width: calc(100% - 50px) !important;
}

.code
{
    width: 300px;
}
.code .RadInput
{
    width: calc(100% - 50px) !important;
}

/* DIV TABLE */
.table, .row, .column
{
    margin: 0;
    padding: 0;
    border: 0;
}
.table
{
    display: table;
    width: 100%;
}
.row
{
    clear: both;
    display: block;
    display: table-row;
    width: 100%;
    height: 30px;
}

.rowsmall
{
    clear: both;
    display: block;
    display: table-row;
    width: 100%;
    height: 20px;
}
.column
{
    float: left;
    min-width: 25%;
    display: table-column;
}
.column-search
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 200px;
    display: table-column;
}
.column-label
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 150px;
    display: table-column;
}
.column-field
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 100px;
    display: table-column;
}
.column-field-long
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 120px;
    display: table-column;
}
.column-field-short
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 50px;
    display: table-column;
}
.column-field-date
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 172px;
    display: table-column;
}
.column-labelUM
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 80px;
    display: table-column;
}
.column-OOR
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 10px;
    padding: 5px;
    display: table-column;
}
.column-validator
{
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    width: 30px;
    display: table-column;
}
/* END DIV TABLE */

.Multiline
{
    margin-bottom: 10px !important;
}

.rowAnnouncement
{
    background-color: #e6e6e6;
    width: 600px;
}


.rowAnnouncementTitle
{
    background-color: #cccccc;
    color: #3c92db;
    display: block;
    height: 25px;
    padding-left: 10px;
    border-bottom: 1px solid white;
    font-weight: bold;
}

.importTitle
{
    font-weight: bold !important;
    font-size: large;
}

.importSubTitle
{
    font-weight: bold !important;
    font-style: italic;
    font-size: medium;
    text-align: right;
    height: 80px;
}

.importContainer
{
    vertical-align: middle;
}

.DivBorder
{
    background-color: transparent; /*border: 1px #cccccc solid;*/
    border-bottom: 1px #cccccc solid;
    margin-right: 10px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-left: 5px;
}

.DivSeparator
{
    margin-right: 10px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-left: 5px;
}


#table-emoedit column
{
    background-color: Red;
}

div.growlUI
{
    background: url(../images/check48.png) no-repeat 10px 10px;
}
div.growlUI h1, div.growlUI h2
{
    color: white;
    padding: 5px 5px 5px 75px;
    text-align: left;
}
div.growlUI h2
{
    font-size: medium;
}
div.growlUI h1
{
    font-size: large;
}

/* DIV TABLE TOOLTIP */
.tooltip-table, .tooltip-row, .tooltip-first-column, .tooltip-second-column
{
    margin: 0;
    border: 0;
}
.tooltip-table
{
    padding: 0;
    display: table;
    width: 100%;
    background-color: #f1e8e6;
}
.tooltip-row
{
    padding: 0;
    clear: both;
    display: block;
    display: table-row;
    width: 100%;
    height: 20px;
}
.tooltip-first-column
{
    padding: 0;
    float: left;
    display: table-column;
}
.tooltip-second-column
{
    padding-left: 10px;
    float: left;
    display: table-column;
}

/* growlUI
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h2 { color: #800; padding-left:0; font-size: large; font-weight: normal; }
*/

#grid-toolbar
{
    width: 100%;
    height: 30px;
    padding-top: 10px; /* background-color:Red; */
}

#grid-buttons-area
{
    float: right;
    width: 40%;
    height: 25px;
    text-align: right; /* background-color:Green;  */
}

.grid-toolbar-tab
{
    width: 100%;
    height: 30px;
    padding-top: 10px; /* background-color:Red; */
}

.grid-buttons-area-tab
{
    float: right;
    width: 40%;
    height: 25px;
    text-align: right; /* background-color:Green;  */
}
.grid-button
{
    height: 24px !important;
    width: 24px !important;
    background-repeat: no-repeat;
    margin: 0px 0px 10px 10px;
    border: 0px !important;
    background-color: transparent !important;
}

.add-button-text
{
    margin-top: 10px; /*background-color:#25a0da;    color:White;*/
}

.range-title
{
    font-size: 1.30em;
    color: #008299; /* text-transform:uppercase;      padding-bottom:10px;*/
}

.group-grid-button
{
    height: 16px !important;
    width: 16px !important;
    background-repeat: no-repeat;
    margin: 3px 5px -3px 5px;
    border: 0px !important;
    background-color: transparent !important;
}

.leftside-grid
{
    margin: 3px 0px -3px -10px;
}

/* SAMPLE DETAILS */
.detail-box
{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dadada;
}

.last-box
{
    margin-bottom: 10px;
    border-bottom: none !important;
}

#DetailContainer .column
{
    width: 200px;
}

#DetailContainer .row
{
    height: 20px;
}

.box-title
{
    font-size: 1.30em;
    color: #008299;
}

.box-field-caption
{
    font-variant: small-caps;
}

.box-field-value
{
    font-weight: bold;
}

.tile-protocollo
{
    float: right;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    cursor: pointer;
    background-color: #25a0da;
    color: White;
}

.selectedProtocollo
{
    background-color: #94BD4A;
    color: White;
}

.unselectedProtocollo
{
    background-color: #25a0da;
    color: White;
}

.underline
{
    text-decoration: underline;
}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}


#form-title
{
    float: left;
    font-size: 1.30em;
    color: #008299;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

#form-title-popup
{
    float: left;
    font-size: 1.30em;
    color: #008299;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
}


.image-title
{
    float: left;
}

.text-title-chart
{
    float: left;
    margin-top: 10px;
}

.text-title
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.text-title-small
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    font-size:medium;
}

.text-reminder
{
    margin-left: 10px;
    margin-top: 10px;
}

.umExp
{
    padding-left: 5px;
    margin-top: -10px;
}

.um
{
    padding-left: 5px;
    margin-top: -3px;
}

.tooltip-exp
{
    margin-top: -5px;
}

.tooltip-header
{
    background-color: #c64934;
    color: #fff;
}



#RadGridEmocomponentiDivContainer
{
    width: 100%;
    height: 100%;
    border: 0px;
}

.filter-area
{
    margin: auto;
    margin-top: 30px;
    width: 330px; /*height:400px;*/
    border: 1px #cccccc solid;
}

.title-area
{
    width: 100%;
    height: 30px;
    background-color: #575757;
    color: white;
    font-size: 1.2em;
    text-indent: 5px;
    padding-top: 0px;
    border-bottom: 2px #a5cbf0 solid;
}

.filter-box
{
    /*min-height:100px;*/
    display: inline;
    width: 300px;
}

.filter-params-area
{
    padding-top: 20px;
    padding-bottom: 20px;
}


.RadInput
{
    width: auto !important;
}


.emocomp-note
{
    width: 250px !important;
    height: 240px !important;
}

.reminder-label
{
    text-align: right;
    margin-right: 12px;
    font-size: 12px;
    color: #008299;
    font-variant: small-caps;
    font-weight: lighter;
    text-align: right;
}

.search-area
{
    text-align: left;
    margin-right: 12px;
    font-size: 12px;
    color: #008299;
    font-variant: small-caps;
    font-weight: lighter;
}

.in_emo
{
    width: 100% !important;
}

#DataPrelievoSpan .riSingle
{
    width: 80px !important;
}

.RadTabStrip .rtsUL
{    
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: left !important;
    display: inline !important;
    overflow: hidden !important;
    font-size: 0.7em !important;
}