﻿/*
    Forms
    CSS 2.1 / 3
*/

.ui-dialog 
{
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border-image: initial;
    margin-top: 20px;
    box-shadow: 0px 0px 5px 3px #c0dbff;
}

.ui-dialog-titlebar
{
    display: block;
    margin: 2%;
    padding: 7px;
    margin-top: -20px;
    margin-bottom: 5px;
    
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 

    border: none;
    border-image: initial;

    background: #c0dbff url(../../../Web/common/css/wizard-theme/images/ui-bg_gloss-wave_100_afd1ff_500x100.png) repeat-x scroll 50% 50%;
    color: #727272;

    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
}

/* Common Forms */
a:link, a:visited {
    color: #004080;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
    cursor: pointer;
}

#dialogWnd .wform fieldset 
{
    border: 0px !important;
}

#dialogWnd .wform fieldset dd 
{
    background-color: transparent !important;
}

#dialogWnd .wform fieldset dd.warning, #dialogWnd .wform fieldset dd.parsingwarning
{
    background: #FFE8E8 url(../../../Web/common/img/common-error.png) no-repeat scroll 5px 9px !important;
    color: #797979;
    font-weight: bold;
    box-shadow: 0px 0px 4px 1px #DD7070;
    margin-top: 7px;
    margin-bottom: 7px;
}

.successMessage
{
    background: url(../../../Web/common/img/common-success.png) no-repeat scroll 5px 5px !important;
    color: #7A991A;
}

.warningMessage
{
    background: url(../../../Web/common/img/common-error.png) no-repeat scroll 5px 5px !important;
    color: #800000;
}

.warningMessage, .successMessage
{
	width: 60% !important;
	font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top:10px;
}

.warningMessage span, .successMessage span
{
	margin-left: 30px;
    display: block;
    text-align: left;
}

/* DataGrid */
.form_datagrid_selected
{
	font-weight:bolder;
}

/* Bottoni Back */

.backButton
{
    position: fixed;

    cursor: pointer;
    padding: 4px 4px 4px 20px !important;
    font-size: 14px;
    color: #000000;

    cursor: pointer;
    text-align: center;
    
    float: left;
    z-index: 10000;
    
    margin-top: 88px;
    margin-left: -50px;
    
    width: 25px;
    height: 40px;
    
    border-top: 1px solid rgb(202, 202, 202);
    border-bottom: 1px solid rgb(202, 202, 202);
    border-left: 1px solid rgb(202, 202, 202);
    
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    
    background: #f0f5fc url(../../../Web/common/img/common-list-removefrom.png) no-repeat center center;
    
    text-indent: -9999px;
}

.backButton:hover
{
    background: #f9f9f9 url(../../../Web/common/img/common-list-removefrom.png ) no-repeat center center;
}

.treeButton
{
    position: fixed;

    cursor: pointer;
    padding: 4px 4px 4px 20px !important;
    font-size: 14px;
    color: #000000;

    cursor: pointer;
    text-align: center;
    
    float: left;
    z-index: 10000;
    
    margin-top: 145px;
    margin-left: -50px;
    
    width: 25px;
    height: 40px;
    
    border-top: 1px solid rgb(202, 202, 202);
    border-bottom: 1px solid rgb(202, 202, 202);
    border-left: 1px solid rgb(202, 202, 202);
    
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    
    background: #f0f5fc url(../../../Web/common/img/common-cms-subcontent.png) no-repeat center center;
    
    text-indent: -9999px;
}

/****/
.wform 
{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.wform fieldset {
    width: 96% !important;
    padding: 2% !important;
    padding-top: 0% !important;
    float: left;
    font-family: Tahoma, Verdana, Arial !important;
    font-size: 11px;
    letter-spacing: 0px;
}

#dialogWnd fieldset, #dialogWndRes fieldset 
{
    color: #707070;
    background-color: #f5f5f5;
    margin: 1% !important;
    padding: 1% !important;
    box-shadow: 0px 0px 5px 3px #c0dbff;    
}

#pagesEditor .wform fieldset 
{
    background-color: #f5f5f5
}

.wform legend 
{
    width: 94%;
    margin: 2%;
    padding: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    background: #c0dbff url(../../../Web/common/css/wizard-theme/images/ui-bg_gloss-wave_100_afd1ff_500x100.png) repeat-x scroll 50% 50%;
    color: #727272;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wform .tabsul 
{
    font-size: 13px;
    letter-spacing: 0px;
    border-bottom: 1px solid #ebeaea;
}

.divLoader 
{
    color: #707070;
    background-color: #f5f5f5;
    margin: 1% !important;
    padding: 1% !important;
    width: 96%;
	box-shadow: 0px 0px 5px 3px #c0dbff;
	text-align: center;
	height: 200px;
	line-height: 200px;
	float: left;
}

.divForm fieldset 
{
    color: #707070;
    background-color: #f5f5f5;
    margin: 1% !important;
    padding: 1% !important;
	box-shadow: 0px 0px 5px 3px #c0dbff;
}

.wform fieldset fieldset {
    margin: 1%;
    padding: 1%;
    box-shadow: 0px 0px 5px 3px #c0dbff;
}

.divForm legend 
{
    font-size: 16px;
}

.wform fieldset h1, .wform fieldset h2, .wform fieldset h3, .wform fieldset h4, .wform fieldset h5 {
    float: left;
    width: 98%;
    margin: 0px;
    padding-left: 1%;
    padding-right: 1%;
} 

.wform fieldset h3.header {
    color: #606060;
    font-size: 13px;
    line-height: 26px;
    width: 98%;
    padding: 0px;
    margin: 0px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    background-color: transparent;
    border-bottom: 1px solid #c0dbff;
}

.wform fieldset h4.partition {
    font-size: 11px;
    font-weight: bold;
    width: 69%;
    padding: 0px;
    margin: 0px;
    margin-left: 30%;
    margin-right: 1%;
    background-color: #F0F5FC;
    text-align: center;
    border: 1px solid #c0dbff;
    border-radius: 5px;
}

.wform fieldset h3.headerhelper {
    background-color: transparent;
    border-bottom: 1px solid #c0dbff;
    color: #606060;
    font-size: 13px;
    line-height: 20px;
    width: 98%;
    padding: 0px;
    margin: 0px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.wform fieldset h3.headerhelper .showmore {
    display: inline-block;
    width: 20px;
    padding: 1px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    width: 20px;   
}

    .wform fieldset h3.headerhelper .showmore::before {
        content: '\f129'; /* icon fa-info*/
        font: normal normal 900 20px/1 "Font Awesome 5 Free" !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.wform fieldset h3.headerhelper .showmore.opened-showmore {
    background-color: #606060 !important;
}

    .wform fieldset h3.headerhelper .showmore.opened-showmore::before {
        content: '\f129'; /* icon fa-info*/
        font: normal normal 900 20px/1 "Font Awesome 5 Free" !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
    }

.wform fieldset h3.headerhelper .more {
    display: none;
    padding-left: 24px;
}

.wform fieldset h3.headerhelper .helpform {
    color: #fff !important;
    border: 1px solid #fff;
    background:  #606060;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 20px;
}

    .wform fieldset h3.headerhelper .helpform::before {
        content: '\f128'; /* icon fa-question*/
        font: normal normal 900 26px/1 "Font Awesome 5 Free" !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.wform fieldset .infohelper {
    color: #606060;
    font-size: 11px;
    font-style:italic;
    border-top: 1px solid #c0dbff;
}

.wform fieldset h3.headerhelper .showmore 
{
    position: absolute;
    top: -5px; 
    right: 0px;
    cursor: pointer;
}

.wform fieldset h3.headerhelper .more 
{
    display: none;
}

.wform fieldset h3 strong
{
    font-weight: bold !important;
    letter-spacing: 1px;
    background-color: #FEEAC6;
}

.wform fieldset dt, .wform fieldset dd {
    position: relative;
    float: left;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}

.wform fieldset dt {  
    display: block;
    clear: left;
    width: 30% !important;
    line-height: 24px;
    text-align: right;
    font-weight: normal;
}

.wform fieldset dt img {
    vertical-align: middle;
    
}

.wform fieldset dt label 
{
    line-height: 24px;
    padding-right: 5px;
    display: block;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.wform fieldset dd {
    display: block;
    position: relative;  
    width: 70% !important;
    min-height: 3px; /* altezza minima per le righe */
    line-height: 24px;
}

.wform input, .wform fieldset input, .wform fieldset textarea, .wform fieldset select, .wform fieldset .tagsinput, .wform fieldset .tagit, .wform button[type=button] {
    font-family: Tahoma, Verdana, Arial !important;
    border: 1px solid #cecece;
    background-color: #ffffff !important;
    font-size: 11px;
    min-height: 14px;
    padding: 4px;
    margin-left: 3px;
    width: 97%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #747474 !important;
    box-shadow: 0px 0px 2px #c9c9c9;
}

.wform button[type=button]{
    position:relative;
}

.wform fieldset select option
{
    color: #747474 !important;
}

.wform input[type=checkbox], .wform input[type=radio]
{
    box-shadow: none;
}

.wform fieldset .tagsinput, .wform fieldset .tagit 
{
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 2%;
    padding-right: 2%;
    width: 94% !important;
    border: 1px solid #b2e2e9 !important;
}

.wform input:focus, .wform fieldset input:focus, .wform fieldset textarea:focus, .wform fieldset select:focus, .wform fieldset .tagsinput:focus, .wform fieldset .tagit:focus
{
    border: 1px solid #c0dbff;
}

.wform input[type=radio], .wform input[type=checkbox]
{
    width: auto !important;
}

.wform input, .wform fieldset input:focus, 
.wform fieldset textarea:focus, 
.wform fieldset select:focus {            
 
}

.wform optgroup {
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	color: #122950;
}

.wform fieldset input[type="checkbox"]  {
    border: 0px !important;
    width: 20px !important;
    vertical-align: middle;
    padding: 4px;
    background-color: transparent;
}

.wform fieldset input[type="radio"]  {
    border: 0px !important;
}

.wform fieldset textarea, .wform fieldset .mceEditor {
    width: 98%;
    min-height: 80px;
}

.wform fieldset input[type="password"] {
    color: #d20000;

}

.wform fieldset input.disabled, .wform fieldset select.disabled  {
    background-color: #eee;
}

.wform fieldset input.disabled:hover, .wform fieldset select.disabled:hover  {
    background-color: #eee;
}

.wform fieldset .textshort {
    width: 100px !important;
}

.wform fieldset dd.wslink .tree_field 
{
    position: relative !important;
    width: 85%;
}

.wform fieldset dd.wslink .radio 
{
    float: left;
    margin: 5px 8px 20px;
    width: 16px;
}

.wform fieldset dt .tf_manager_tree 
{
    position: relative;
    float: left;
    min-height: 200px;
    width: 265px;
}

.wform fieldset dt .tf_manager_tree .wsTree 
{
    width: 90%;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar li 
{
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #addItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #addItem,
.wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #addItem 
{
    background: transparent url(../../../Web/common/img/common-add.png ) no-repeat center center;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #addItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #addFolder 
{
    background: transparent url(../../../Web/common/img/common-folder-add.png ) no-repeat center center;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #editItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #editItem,
.wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #editItem 
{
    background: transparent url( ../../../Web/common/img/common-edit.png ) no-repeat center center;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #deleteItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #deleteItem,
.wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #deleteItem  
{
    background: transparent url( ../../../Web/common/img/common-delete.png ) no-repeat center center;
}

.wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #exportItem, .wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #exportItem  
{
    background: transparent url( ../../../Web/common/img/download.png ) no-repeat center center;
}

.wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #importItem  
{
    background: transparent url(../../../Web/common/img/common-upload.png ) no-repeat center center;
}

.wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #generateItem  
{
    background: transparent url( ../../../Web/common/img/common-execute.png ) no-repeat center center;
}

.wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #emptyItem  
{
    background: transparent url( ../../../Web/common/img/common-clean.png ) no-repeat center center;
}

.wform fieldset dd .df_extra_entity_datagrid .wsDatagridToolbar #verifyItem 
{
    background: transparent url( ../../../Web/common/img/common-select.png ) no-repeat center center;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #moveItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #moveItem
{
    background: transparent url( ../../../Web/common/img/common-components-move.png ) no-repeat center center;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #moveUpItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #moveUpItem
{
    background: transparent url( ../../../Web/common/img/common-up.png ) no-repeat center center;
}

.wform fieldset dt .tf_manager_tree .wsTreeToolbar #moveDownItem, .wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #moveDownItem
{
    background: transparent url( ../../../Web/common/img/common-down.png ) no-repeat center center;
}

.wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #lightCopyItem,
.wform fieldset dt .df_manager_datagrid .wsDatagridToolbar #copyItem {
    background: transparent url( ../../../Web/common/img/common-page-copy.png ) no-repeat center center;
}

.wform fieldset dd.wslink div 
{
    width: 100%;
    float: left;
    position: relative;
}

.wform fieldset dd.wslink .tree_field 
{
    float: left;
    overflow: visible;
    width: 87%; 
    min-height: 250px; 
    border:1px solid #C1C1C1;
}

.wform fieldset dd.wslink .tree_field .wsTree 
{
    float: left;
    width: 100%;
    background-color: transparent !important;
}

.wform fieldset dd.wslink .tree_field ul li 
{
    line-height: 20px;
}

.wform fieldset dd ul li {
    line-height: 25px;
}

.wform fieldset dd ul li input {
    margin-top: -1px;  
    vertical-align: middle;
    margin-right: 10px;
    
}

.wform dd.warning, .wform dd.parsingwarning {
    width: 100% !important;
    background: #c0dbff url(../../../Web/common/img/common-error.png) no-repeat scroll 5px center !important;
    color: #800000;
    font-weight: normal;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wform .executeButton{
    cursor:pointer;
    letter-spacing: 2px;
    background-color: #f0f0f0 !important;
    border: 1px solid #c0c0c0;
    box-shadow: none;
}

dd.parsingwarning {
    background: #eff6ff url(../../../Web/common/img/common-error.png) no-repeat scroll 5px center;
    color: #000000;
}

dd.warning span, dd.parsingwarning span {
    margin-left: 30%;
    display: block;
    text-align: left;
}

dd.warning strong, dd.parsingwarning strong {
	font-weight: bold;
}

.wform dd input.image-button 
{
    float: left; 
    width: 160px !important; 
    padding: 5px;
    padding-left: 20px; 
    cursor: pointer;
    background: url( ../../../Web/common/img/common-image.png ) left center no-repeat, url(wizard-theme/images/ui-bg_glass_75_e4e2e2_1x400.png) center center repeat-x !important;  
}

.wform dd input.image-button:hover 
{
    outline: 0px !important;
    background: #ffffff url( ../../../Web/common/img/common-image.png ) no-repeat center left !important;   
}

.wform dd button.del-image-button 
{
    float: left; 
    width: 30px;
    padding: 5px; 
    cursor: pointer;
    background: transparent url( ../../../Web/common/img/common-delete.png ) no-repeat center;   
}

.wform dd button.del-image-button:hover 
{
    outline: 0px !important;
    background: #c0dbff url( ../../../Web/common/img/common-delete.png ) no-repeat center;   
}

.wform .langgroup, .wform .langgroup > div, 
.wform .variantgroup, .wform .variantgroup > div 
{   
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #ebeaea;
}

.wform .ui-widget-content
{
    border: 0px;
    background: transparent;
}

.wform .ui-widget 
{
    font-size: 11px;
    color: #707070;
}

.wform .ui-widget-header 
{
    background: transparent !important;
}

.wform .ui-tabs-nav 
{
    float: right !important;
    padding: 0px;
}

.wform .ui-tabs .ui-tabs-nav li a 
{
    padding: 5px 12px;
    line-height: 16px !important;
}

.wform .ui-tabs, .wform .ui-tabs-panel {
    padding: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.wform .mess_process_long {
    padding: 5px;
    margin-top: 20px;
    color: #B50606;
    font-size: 14px;
    float: left;
}

.wform .datetime-remove
{
    vertical-align: top;
}

dd img.handle {
    position: absolute;
    top: 6px;    
    right: 10px;
    text-align: middle;
    cursor: pointer;
}

dd p {
    float: left;
    clear: left;
    width: 250px;
    margin: 0px;
    padding: 3px;
}

dd .date-pick {
	float: left;
}

dd .tree_field 
{
    width: 100%;
}

dd .color 
{
    background:url("../../../Web/site-editor/img/site-editor-color-select.png") repeat scroll 0 0 red;
    height:20px;
    margin:2px;
    width:20px;
}

dd .column-a, dd .column-b {
	width: 40%;
	float: left;
	text-align: center;	
}   

dd .column-buttons {
	width: 20%;
	float: left;
	text-align: center;
}

dd .column-buttons a {
	display: block;
	width: 100px;
	margin: 12px;
	background-color: #fff;
	border: 2px solid #c0dbff;
	color: #000;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

dd span.alt { /* label for collapsable textarea(s)/editor(s) */
    position: relative;
    float: left;
    width: 80%;
    left: 3px;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
    cursor: pointer;
    text-align: middle;
    border-radius         : 6px; 
    -moz-border-radius    : 6px; 
    -webkit-border-radius : 6px;
}

dd span.mceEditor { /* tinyMCE editor container */
    position: relative;
    left: 3px;
}

dd ul { /* checkbox/radio list */
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

dd ul li img { /* checkbox/radio image */
    vertical-align: middle;

}

span.tagMatches {
    position: relative;
    float: left;
    width: 100%;
}

span.tagMatches span {
    position: relative;
    float: left;
    left: 3px;
    background-color: #ece09f;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 3px;
    font-weight: bold;
    cursor: pointer;
    text-align: middle;
    border-radius         : 6px; 
    -moz-border-radius    : 6px; 
    -webkit-border-radius : 6px;
}

span.tagMatches span:first-child {
    background-color: #ff0000;
    color: #fff;
}

.captcha { /* captcha image */
    border: 1px solid black;
    position: relative;
    float: left !important;
}

.tags {
    width: 95%;
}

.hint { /* field hint */
    display: none;
   	position: absolute;
    top: 25px;
    right: 5px;
    z-index: 1000;
    padding: 5px;
    width: 400px;
    min-height: 20px;
    line-height: 20px !important;
    background-color: #f9f9f9;
	border: 1px solid #c9c9c9;
	-moz-box-shadow: 0px 0px 5px 1px #c0dbff;
	-webkit-box-shadow: 0px 0px 5px 1px #c0dbff;
	box-shadow: 0px 0px 5px 1px #c0dbff;
    border-radius         : 6px; 
    -moz-border-radius    : 6px; 
    -webkit-border-radius : 6px;
}

.hint ul {
    list-style-type: disc;
}
.hint li{
    line-height: 1rem !important;
    list-style-type: disc;
    margin-left: 20px;
}


.hint em{
    text-shadow: 0px 0px 5px yellow;
    -webkit-text-shadow: 0px 0px 5px yellow;
    
}


.msia-loader {
	position: absolute;
	top: 12px;
	left: 5px;
	display: none;
}

.sia-loader {
	position: absolute;
	top: 130px;
	left: 120px;
	display: none;
}

span.highlight {
    background-color: #fff;
    color: #000;
    padding: 3px;
    border: 1px solid #95beef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

span.highlight-notset {
    background-color: #E65213;
    color: #ffffff;

}


input.submit:hover, #usercp .submit:hover, #usercp .submit-logout:hover, #usercp .submit-anteprima:hover  {
    border: 1px solid #999999; 
    background: #dadada url(../img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; 
    font-weight: normal; 
    color: #212121; 
    outline: none;
}

.selected 
{
	background-color: #e0e0e0;
}

.form550
{
    width: 530px;
    min-height: 300px; 
    margin: 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9; 
    padding: 10px;
    border-radius         : 3px; 
    -moz-border-radius    : 3px; 
    -webkit-border-radius : 3px;  
}

.editorlitelinksmall + .cke_skin_chris 
{
    width: 430px !important;
}

.select-themes-option{
    max-width: 161px;
}

.select-themes-option> option[data-default]
{
    font-style:italic !important;
    color: silver !important;
    display: none;
}

.published_file 
{
    max-width: 240px;
    float: right;
    margin: 1px;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.published_selectfile{
    float: left;
    max-width: 330px;
    margin-bottom: 3px;
}

.published_selectfile button.del-image-button
{
    float: right !important;
    position: relative;
}

.published_file .theme-attribute{
    display: none;
}

.published_file img
{
    max-width: 100%;
    float: none !important;
    margin: 0px;
}

.published_file input
{
    width: 98%;
    padding: 1%;
    text-align: left;
}

.form550 input, .form550 fieldset input, .form550 fieldset textarea, .form550 fieldset select
{
    width: 96% !important;
}

.form550 fieldset
{

    border: 1px solid #e9e9e9;
}

.form550 legend
{
    width: 482px;
    margin-left: 15px;
    padding: 9px !important;
    
}

.form550 dl 
{
    margin-top: 10px;
}

.form550 .wsTree .treecheckbox {
    top: -1px !important;
}

.form908
{
    width: 908px;
    min-height: 300px; 
    margin: 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9; 
    padding: 10px;
    border-radius         : 3px; 
    -moz-border-radius    : 3px; 
    -webkit-border-radius : 3px;
    float: left;
}

.formOpenBottom, .formOpenBottomMinimal
{
    width: 890px;
    min-height: 300px; 
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e9e9e9; 
    padding: 10px;
    border-radius         : 3px; 
    -moz-border-radius    : 3px; 
    -webkit-border-radius : 3px;
    float: left;
}

.form908 fieldset h3.headerhelper, 
.formOpenBottom fieldset h3.headerhelper
{
    background-color: #F7F5F5;
    border-bottom: 2px solid #c0dbff;
    color: #707070;
    font-size: 15px;
    line-height: 18px;
    padding: 9px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.form908 fieldset dt, .form908 fieldset dd, 
.formOpenBottom fieldset dt, .formOpenBottom fieldset dd
{
    width: 100% !important;
}

.form908 dt, 
.formOpenBottom dt
{
    text-indent: 15px;
    text-align: left !important;
}

.form908 input, .form908 fieldset input, .form908 fieldset textarea, .form908 fieldset select,
.formOpenBottom input, .formOpenBottom fieldset input, .formOpenBottom fieldset textarea, .formOpenBottom fieldset select
{
    width: 98% !important;
    font-size: 15px !important;
}

.form908 fieldset .tagsinput,
.formOpenBottom fieldset .tagsinput  
{
    width: 98% !important;
    font-size: 11px !important;
}

.form908 .datetime,
.formOpenBottom .datetime 
{
    width: 94% !important;
}

.form908 .datetime-remove,
.formOpenBottom .datetime-remove
{
    margin: -2px 4px;
}

.form908 fieldset,
.formOpenBottom fieldset
{
    border: 1px solid #e9e9e9;
    font-size: 15px !important;
}

.form908 legend,
.formOpenBottom legend
{
    width: 800px;
    margin-left: 15px;
    padding: 9px !important; 
}

.form908 dl,
.formOpenBottom dl 
{
    margin-top: 10px;
}

.form908 fieldset dt label,
.formOpenBottom fieldset dt label 
{
    background-position: 850px center;
}

.form908 .wsTree .treecheckbox,
.formOpenBottom .wsTree .treecheckbox
{
    top: -1px !important;
}

.form908 .wform .ui-widget,
.formOpenBottom .wform .ui-widget 
{
    font-size: 15px;
    color: #707070;
}

.form908 .wform .langgroup, .form908 .wform .wform .langgroup > div,
.formOpenBottom .wform .langgroup, .formOpenBottom .wform .wform .langgroup > div,
.form908 .wform .variantgroup, .form908 .wform .wform .variantgroup > div,
.formOpenBottom .wform .variantgroup, .formOpenBottom .wform .wform .variantgroup > div
{
    width: 98.5%;
}

.form580 
{
    width: 550px;
    min-height: 300px; 
    margin: 10px;
    background-color: #fff;
    border: 1px solid #b2e2e9; 
    padding: 10px;
    border-radius         : 3px; 
    -moz-border-radius    : 3px; 
    -webkit-border-radius : 3px;
    float: left;
}


.form580 fieldset h3.header {
    background-color: #c0dbff;
    color: #707070;
    font-size: 15px;
    line-height: 26px;
    width: 96%;
    margin-left: 1%;
    margin-right: 1%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #c0dbff;
}

.form580 .tabsform > .ui-tabs-nav
{
    margin-left: 20px !important;
}

.form580 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    color: #707070;
}

.form580 fieldset h3.headerhelper
{
    background-color: white;
    border-bottom: 2px solid #c0dbff;
    color: #707070;
    font-size: 15px;
    line-height: 18px;
    padding: 9px;
    width: 554px;
}

.form580 fieldset dt, .form580 fieldset dd
{
    width: 100% !important;
}

.form580 dt
{
    text-indent: 6px;
    text-align: left !important;
}

.form580 input, .form580 fieldset input, .form580 fieldset textarea, .form580 fieldset select
{
    font-size: 15px !important;
}

.form580 fieldset .tagsinput 
{
    width: 550px !important;
    font-size: 11px !important;
}

.form580 .datetime 
{
    width: 530px !important;
    float: left;
    margin: 3px 2px;
}

.form580 .datetime + a 
{
    display: block;
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #e9e9e9;
    margin: 3px 0px;
    border-radius         : 3px; 
    -moz-border-radius    : 3px; 
    -webkit-border-radius : 3px;
}

.form580 .datetime-remove
{
    margin: -2px 4px;
}

.form580 fieldset
{
    border: 1px solid #e9e9e9;
    font-size: 15px !important;
}

.form580 legend
{
    padding: 9px !important; 
}

.form580 dl 
{
    margin-top: 10px;
}

.form580 fieldset dt label 
{
    background-position: 850px center;
}

.form580 .wsTree .treecheckbox {
    top: -1px !important;
}

.form580 .wform .ui-widget 
{
    font-size: 15px;
    color: #707070;
}

.form580 .wform .langgroup, .form580 .wform .wform .langgroup > div,
.form580 .wform .variantgroup, .form580 .wform .wform .variantgroup > div
{
    width: 98.5%;
}

.ui-datepicker, .ui-datetimepicker
{
    width: 250px !important;
    font-size: 12px !important;
}

.ui-timepicker-div 
{
    font-size: 11px !important;
}

.datetime + a, .date + a {
    position: absolute;
    margin-top: 4px;
    right: 9px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

/* tagsInput */

/* https://github.com/xoxco/jQuery-Tags-Input */
/* inizio */
div.tagsinput { background: #fff; width:300px; height:100px; overflow-y: auto; font-size: 11px;}
div.tagsinput span.tag  
{
    border: 1px solid #e9e9e9; 
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url( ../../../Web/common/img/common-cms-tag.png );
    background-position: 5px center;
    background-repeat: no-repeat;
    display: block; 
    float: left;
    padding: 2px 10px 3px 10px;
    text-indent: 24px;
    margin: 3px 3px;
}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px; } 
div.tagsinput input { width:150px !important; margin: 6px 3px; font-family: Tahoma; font-size: 11px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}
.ui-autocomplete {z-index: 10000 !important;}
/* fine */

/* http://aehlke.github.com/tag-it/ */
/* inizio */
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}
/* fine */

.aliasGridToolbar 
{
    width: 351px;
}

.aliasGridToolbar ul 
{
    border: 1px solid #bbb !important;
    margin-bottom: 0px !important;
}

.aliasGridForm 
{
    background-color: #E6E6E6;
    border: 0px !important;
    width: 351px;
    padding: 3px 0px;
    display: none;
}

.aliasGridForm .notavailable
{
    background-color: #ffeded;
    border: 1px solid red !important;
}

.aliasGridForm input,  .aliasGridForm select
{
    border: 1px solid #bbb !important;
}

/* 
    Search
*/

.divMenu
{
    float: left;
    line-height: 32px;
    position:relative;
    margin: auto;
    border: 1px solid #b2e2e9;
    background-color: #ffffff;
    width: 100%;
}

.divMenu .wsTreeToolbar, .divMenu .wsDatagridToolbar 
{
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.divContainer 
{
    float: left;
    line-height: 32px;
    position:relative;
    margin: auto;
    border: 1px solid #b2e2e9;
    background-color: #ffffff;
    width: 100%;
    margin-top: 5px;
}

.divContainer .wsTreeUl, .divContainer .wsDatagrid
{
    width: 100%;
    border: 0px;
}

.divContainer .wsDatagrid 
{
    margin: 0px !important;
}

.divSearch
{
    float: left;
    line-height: 32px;
    position:relative;
    margin: auto;
    border: 1px solid #b2e2e9;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 5px;
}

.panelSearch
{
    position:absolute!important;
    background: none repeat scroll 0 0 rgba(242, 242, 242, 1);
    display:none;
    top: 30px;
    left:-1px;
    height:160px;
    overflow: auto;
    width: 100%;
    border-bottom:1px solid #c0dbff;
    border-right:1px solid #c0dbff;
    border-left:1px solid #c0dbff;
    z-index: 5000;
    margin: auto;
}

.divSearch .reduceSearch {
    background: url("../../../Web/common/img/common-editor-show.png") no-repeat;
    cursor: pointer;
    float:right;
    height: 16px;
    width: 16px;
    margin: 8px 8px 0px 0px;
}

.toolbarSearch > div 
{
    float: left;
}

.toolbarSearch .toolbarSearch-desc
{
    width: 100px;
    padding: 0px 10px;
    font-weight: bold;
}

.toolbarSearch .toolbarSearch-fields 
{
    width: 600px;
}

.toolbarSearch .toolbarSearch-fields dl
{
    line-height: 32px !important;
    padding: 0px !important;
    float: left;
}

.toolbarSearch .toolbarSearch-fields dt 
{
    display: block;
    width: 150px !important;
    float: left;
    line-height: 32px !important;
    padding: 0px !important;
    text-align: left;
}

.toolbarSearch .toolbarSearch-fields dt label 
{
    display: inline-block;
    line-height: 32px !important;
}

.toolbarSearch .toolbarSearch-fields dd 
{
    width: 400px !important;
    float: left;
}

.toolbarSearch .toolbarSearch-fields dd input 
{
    margin-top: 1px;
}

.toolbarSearch .toolbarSearch-submit 
{
    width: 150px;
}

#categoryIdPicker 
{
    font-family: Tahoma, Verdana, Arial !important;
    border: 1px solid #E3E3E3;
    background-color: white;
    font-size: 11px;
    letter-spacing: 1px;
    min-height: 14px;
    padding: 0px 2px;
    margin-left: 3px;
    line-height: 22px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

#categoryIdPicker img
{
    vertical-align: middle;
}

/*
    #region Controllo con CodeMirror
*/

.CodeMirror-fullscreen {
    z-index: 10000;
    top: 0px;
    left: 0px;
    position: fixed !important;
   
}

.CodeMirror
{
    max-width: 605px;

    width: 100%;
    font-size: 14px;
    border: 1px solid #b2e2e9;
}

#layoutCss .CodeMirror, #layoutJs .CodeMirror{
    max-width: 892px;
}

.CodeMirror-fullscreen .CodeMirror
{
    max-width: 100% !important;
}

.CodeMirror-search-field {
    display: inline-flex !important;
    background-color: #fff !important;
    border: 1px solid rgb(189, 189, 189);
    padding: 0 !important;
    line-height: normal !important;
    min-height: 21px !important;
    margin-bottom: 5px;
    color: #000 !important;
}

/*
    #endregion
*/

.searchresult
{
    padding-left:5px;
}

.tabsform
{
    width:99%;
}

.tabsul
{
    padding:0px !important;
}

.tabsul, .tabsdiv
{
    padding:0px !important;
    width:100%;
}

.formInterna
{
    width: 96%;
    margin: 10px 8px;
    background-color: #fff;
    border: 1px solid #e9e9e9; 
    padding: 10px;
    border-radius         : 3px; 
    -moz-border-radius    : 3px; 
    -webkit-border-radius : 3px;
    float: left;
}

.opensimplemenu, .opensimplemenu:hover
{
	color:#000000;
	border:0px;
	background-color:#EEEEEE;
	background: url('../../../Web/common/img/common-add.png') no-repeat left center;
	vertical-align:middle;
	padding-left:20px;
	display: inline-block;
}

.theme-placeholder{
    display:block;
   
}

.fullscreen .theme-placeholder{
     position: fixed;
    display: inline-block;
    top: 20px;
    background-color: white;
    right: 45px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    cursor:pointer;
    z-index: 2000;
}

.sqlsimplemenu {
	position: absolute;
	width: 200px;
	z-index: 10100;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
	font-family: Tahoma,Verdana,Arial !important;
	font-size: 11px;
	white-space:nowrap;
	min-height: 50px;
	max-height: 300px;
	overflow-y: auto;
	padding:5px;
}

.sqlsimplemenu ul.clickmenu          
{ 
    list-style: none;
    width: auto; 
    background: #f6f6f6;
}

.sqlsimplemenu ul.clickmenu li a                    
{ 
    display: block;  
    color: #222; 
    padding:2px;
    text-decoration: none;
}

.sqlsimplemenu ul.clickmenu li:hover                
{ 
    background: #d6e7ff; 
    color: black; 
}

.sqlsimplemenu ul.clickmenu li input                
{ 
    margin-left:5px !important; 
    margin-right:5px !important; 
    vertical-align:middle;
}

.sqlsimplemenu ul.selectmenu li                     
{
    line-height:21px;
}

.wsTree 
{
    color: #707070;
}	

.ui-autocomplete {
    font-family: Tahoma,Verdana,Arial !important;
    font-size: 11px !important;
    border: solid 1px #CCC !important;
    background: #eeeeee !important;
    border-radius:0px !important;
}

.ui-autocomplete a.ui-state-focus
{
    background: #ffffff !important;
    border-radius:0px !important;
    border: solid 1px #CCC !important;
}

/* HELP IN LINEA */
.helpform
{
    color:#ffffff !important;
    border:1px solid #ffffff;
    background: rgba(0,0,0,0.86);
    padding:2px 5px 2px 5px;
    text-decoration:none;
}

#cboxClose
{
    text-indent:0px;
    width: 60px;
    background: rgba(0,0,0,0.86);
    color: #ffffff;
}

#colorbox
{
    z-index:11000;
}

/* DATETIME RANGE */
.ui-slider-horizontal
{
    background:#999999 !important;
}

.ui-slider-handle
{
    border: 1px solid #999999 !important;
}

#layoutMetatag_segnaposto_attributi{
    margin: 5px;
    
}


.wform .doublelist .column-buttons a {
    width: 40px !important;
}

.pwb-spin:before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    right: 1rem;
    top: 50%;
    position: absolute;
    border-style: solid;
    border-width: .1em;
    border-color: #747476 #747476 #747476 transparent;
    animation: rotate360 .5s infinite linear;
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}
