/*
	*******************************************
	 Generic Stylesheet for NextIP 
	*******************************************
*/
.yui-nav li a em {
	font-size: 12px;
}

/* stili per pannelli */
.cti-container {
	height: auto;
	overflow: hidden;
	margin: 5px 0 0 0;
	background-color: #F6F6F6;
	padding: 0px;
}

/* stili per contenitore esterno */
.base-container {
	height: 100%;
	width: 100%;
}

.script-container {
	width: 70%;
	float: left;
}

/* stili per ALBERO */
.tree-container {
	float: left;
	height: 100%;
	padding: 10px;
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}

.tree-container ul {
	padding: 0;
	margin: 0;
}

.tree-container ul li {
	list-style-type: disc;
	margin: 0;
	width: 200px;
	background-color: #DFDFDF;
	list-style-type: none;
	padding: 2px 5px;
	margin: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #999;
	border-width: 1px 2px 2px 1px;
}

.tree-container ul li:hover,.tree-container ul li.current:hover {
	background-color: #F1F1F1;
}

.tree-container ul li a {
	font-size: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, Times New Roman;
	color: #00688B;
}

.tree-container ul li.current {
	background-color: #CCC;
}

/* stili per SCRIPT */
.panels-container {
	padding: 0 210px;
	position: absolute;
	left: 0;
}

.panels {
	height: 100%;
}

.script {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	padding: 10px;
	line-height: 22px;
}

select.script_select, input.script_text {
	width: 300px;
	font-size: 14px;
}

input.script_datetime_date {
	width:100px;
	font-size: 14px;
}

.script_datetime_time > span {
	top: 0px !important;
	position: static !important;
}

div.script_datetime_time select {
	width:50px;
	font-size: 14px;
}

.script_textarea {
	width: 300px;
	height: 50px;
	font-size: 14px;
}

.choices {
	padding: 10px;
}

.choices ul {
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px auto 0px auto;
}

.choices ul li {
	display: inline;
	margin: 10px;
}

.choices ul li input[type=button] {
	font-size: 14px;
	height: 30px;
	padding: 0 5px;
	border: 2px solid #ABC3D7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px;
}

/* stili per NAVIGATORE AVANTI-INDIETRO */
.tree-nav {
	margin: 10px;
	overflow: hidden;
}

.back-nav,.next-nav {
	text-align: center;
	width: 50%;
	height: 40px;
	float: left;
}

/* stili per SCARTI IMPORT */
.error_import_div_title {
	font-size: 18px;
	font-family: Arial, Verdana;
	padding: 10px 20px;
}

.error_import_div {
	padding: 5px 0 10px 15px;
}

.error_import_div h1 {
	font-size: 14px;
	font-family: Arial, Verdana;
	color: #333;
	background-color: #DDD;
	padding: 5px;
}

.error_import_div h2 {
	padding: 5px;
	border-bottom: 1px #999 solid;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333;
}

.error_import_div h2 a {
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
}

.errorNextIP {
	color: red;
	font-size: larger;
}

.active_list {
	color: red !important;
	font-size: larger !important;
}

li.tree_with_error a {
	color: red !important;
}

.multiselect-selected {
	background-color: Highlight;
	color: HighlightText;
}

/* ACTIONS, CALLS menu settings */
.ddmenu,
.ddmenu_call  {
	display: inline-table;
	text-align: center;
	vertical-align:middle;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	border-right: 2px solid #808080;
	font-size: 1.00em;
	color: #ffffff;
	font-weight: normal;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	float: right;
	margin-right: 7px;
	bottom: 3px;
	width: 52px;
	height: 13px;
	padding: 4px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

#profile_menu {
	background: url('../img/menu.png') no-repeat;
}

.ddmenu {
	background: url('../img/menu.png') no-repeat;
	background-position: center;	
	background-color: #F0F0F0;
}

.ddmenu_call {
	background: url('../img/phoneset.png') no-repeat;
	background-size: 16px 16px;
	background-position: center;
	background-color: #F0F0F0;
}

.ddmenu:hover {
	color: #ffffff;
	background: url('../img/menu_hover.png') no-repeat;
	background-position: center;	
	background-color: #4F8E28;
}

.ddmenu_call:hover {
	color: #ffffff;
	background: url('../img/phoneset_hover.png') no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-color: #5a90e0;
}

.ddmenu.open,
.ddmenu_call.open {
	background: #85B965;
	color: #fff;
	border-right-color: #6c6d70;
}

.ddmenu.open {
	background: url('../img/menu_hover.png') no-repeat;
	background-position: center;	
	background-color: #4F8E28;
}

.ddmenu_call.open {
	background: url('../img/phoneset_hover.png') no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-color: #5a90e0;
}
.ddmenu ul,
.ddmenu_call ul {
	z-index: 999;
	position: absolute;
	top: 100%;
	width: auto;
	padding: 5px 0px;
	display: none;
	border-right: 2px solid #8e9196;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	right: -2px;
}

.ddmenu ul li,
.ddmenu_call ul li {
	font-size: 0.7em;
	font-weight: bolder;
	 white-space: nowrap;
}

.ddmenu ul li a,
.ddmenu_call ul li a {
	text-decoration: none;
	display: block;
	color: #7A9769;
	padding: 7px 15px;
	font-size: 12px;
}

.ddmenu ul li a {
	color: #7A9769;
}

.ddmenu_call ul li a {
	color: #447dd3;
}

.ddmenu ul li a:hover {
	color: #7A9769;
	background: #EAF0E7;
}

.ddmenu_call ul li a:hover {
	color: #447dd3;
	background: #e7f0f7;
}

.ddmenu_call ul li span {
	text-decoration: none;
	display: block;
	color: #BEBEBE;
	cursor: not-allowed;
	padding: 7px 15px;
	font-size: 12px;
}

/* fine ACTIONS, CALLS menu settings */


/* selettore lista in ricerca */
.sel-box {
    position:relative;
	z-index: 999;
	overflow: visible;
}

#select_for_search {
    display:block;
    width:235px;
    height:20px;
    border:1px solid #999;
    padding:3px;
}
.toc-odd {
	position:absolute;
    top:32px;
    background:#f1f1f1;
    width:250px;
    display:none;
}
.toc-odd li {
    padding:2px 4px;
    border-bottom:1px solid #999;
}
/* fine selettore lista in ricerca */

/* selettore lista in ricerca */
.sel-box-edit {
    position:relative;
	z-index: 999;
	overflow: visible;
}

#select_for_search-edit {
    display:block;
    width:235px;
    height:20px;
    border:0px solid #999;
    padding:3px;
}
.toc-odd-edit {
	position:absolute;
    top:32px;
    background:#f1f1f1;
    /*width:350px;*/
}
.toc-odd-edit li {
	margin-left:0px;
	padding:0px;
	margin-right:10px;
	margin-bottom:2px;
	margin-top:2px;
    /*padding:2px 2px;*/
    border-bottom:1px solid #999;
}
.toc-odd-edit li ul{
	padding:0px;
	margin-left: 5px;
	margin-right:10px;
}
.toc-odd-edit li ul li{
	padding:0px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom:2px;
	margin-top:2px;
}
/* fine selettore lista in ricerca */

.nip_unselectable{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

a.nip-tooltip {
	cursor: help;
	text-decoration: none
}

a.nip-tooltip > span {
	width: 300px;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	display: none;
	right: 235px;
	margin-top: 6px;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 5px;
	box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 5px 5px 5px #333333;
	background: #FCFCFC;
	background: -moz-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(230,230,230,1) 3%, rgba(240,240,240,1) 64%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252,252,252,1)), color-stop(3%, rgba(230,230,230,1)), color-stop(64%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(45deg, #FCFCFC 0%, #E6E6E6 3%, #F0F0F0 64%, #FFF 100%);
	background: -o-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(230,230,230,1) 3%, rgba(240,240,240,1) 64%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(252,252,252,1) 0%, rgba(230,230,230,1) 3%, rgba(240,240,240,1) 64%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg, #FCFCFC 0%, #F5F5F3 3%, #F0F0F0 64%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=1 );
}

a.nip-tooltip:hover span{ 
	display: inline; 
} 

a.nip-tooltip:hover > span{ 
	opacity: 1; 
	visibility: visible; 
	overflow: visible; 
}

.setcaller{
	padding: 5px 5px 5px 25px !important;
	border: 1px solid #008000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url('../img/setcaller.png') no-repeat;
	background-size: 16px 16px !important;
	background-position: 4px 3px !important;
}

.setcaller:hover{
	background: url('../img/setcaller_hover.png') no-repeat !important;
	background-size: 16px 16px !important;
	background-color:#4F8E28 !important;
	background-position: 4px 3px !important;
}
tr#scarti_smsbulk:hover{cursor:pointer;}

#active-taskbo-panel{
	background-color: #90DA63;
	border: 1px solid #3b6c46; 
	margin: 2px 2px 2px 2px;
	text-align: -webkit-center; 
	text-align: -moz-center; 
	color: #3a593d;
	font-size: 15px;
	padding: 5px;
}

.script_btn_container{
	text-align: center;	
}

.exit-button {
	font-size: 14px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ABC3D7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px;
}

.script input[type=checkbox] {
	vertical-align: baseline;
	margin: 0 5px;
}

#rel_list_id_1 + ul {
	min-width:550px !important;
}