.dropdown-menu>li>a {
    overflow: hidden;
}
.panel-collapse .select .dropdown-menu{
    position:relative;
}
/* netedit-admin-panel ***********/
#netedit-admin-panel .navbar-brand {
    float: left;
    height: auto;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
#netedit-admin-panel .navbar-text{
	margin-top: 5px;
	margin-bottom: 5px;
}
#netedit-admin-panel{
	min-height: 0px;
	opacity:0.9;
}
#netedit-admin-panel p{
	margin:0;
}
#contImgs .modal-dialog{
	width:90%;
}
/* INPUT TEXTAREA ecc.. */
input[type="text"], input[type="password"], textarea, select{
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type="text"]::-moz-placeholder, 
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, 
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder, 
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"][disabled], input[type="password"][disabled], textarea[disabled],
input[type="text"][readonly], input[type="password"][readonly], textarea[readonly],
fieldset[disabled] input[type="text"] {
  background-color: #eee;
  opacity: 1;
}
input[type="text"][disabled], input[type="password"][disabled], textarea[disabled],
fieldset[disabled] input[type="text"] {
  cursor: not-allowed;
}
textarea {
    height: auto;
}
/*
select:not(.no-flat-select){
	display:inline-block;
	width:auto;
}
*/
button, input[type="submit"], input[type="reset"], input[type="button"]{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
button:focus, input[type="submit"]:focus,
button:active:focus, input[type="submit"]:active:focus,
button.active:focus, input[type="submit"].active:focus,
button.focus, input[type="submit"].active:focus,
button:active.focus, input[type="submit"].active:focus,
button.active.focus, input[type="submit"].active:focus{
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover,
button:focus, input[type="submit"]:focus, input[type="reset"]:focus,
button.focus, input[type="submit"].focus, input[type="reset"].focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
button:active, input[type="submit"]:active,
button.active, input[type="submit"].active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.datepicker_minimal .time .hour, .datepicker_minimal .time .minutes{
	font-size:1em;
}
/* .netedit ***********/
/* --- VALIDATION ---start */
.validation-failed { border: 1px solid #cc0000 }
.validation-passed { border: 1px solid #00cc00 }
.validation-advice {
    margin: 2px;
    padding: 2px;
    color: #fff;
    background-color: #cc0000;
}
.warning { border: 1px solid #c66 }
.warning-advice {
    margin: 2px;
    padding: 2px;
    color: #fff;
    background-color: #bbb;
}
/* --- VALIDATION ---end */
/* --- SEARCH ---start */
.liNeteditSearchClass {
    background: #FFFFFF none repeat scroll 0 0;
    color: #339900;
    font-size: 11px;
    margin: 0;
    padding: 2px 0px 0px 0px;
    width: 100%;
    cursor: pointer;
}
.liNeteditSearchClassHover {
    background: #CCFFCC none repeat scroll 0 0;
    color: blue;
    font-size: 11px;
    margin: 0;
    padding: 2px 0px 0px 0px;
    width: 100%;
    cursor: pointer;
}
.ulNeteditSearchClass {
    border: 1px solid #003300;
    list-style-type: none;
    margin: 0;
    max-height: 300px;
    max-width: 250px;
    overflow: auto;
    padding: 0px;
    width: 250px;
    position: absolute;
    z-index: 99;
    background: #fff;
}
/* --- SEARCH ---end */
/* --- MENU DDMX ---start */
.ddmx {
    height: auto;
    font-weight: normal;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    background: #333;
    border-bottom: 1px #222 solid;
    color: #FFFFFF;
}
.ddmx ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
}
/*
.ddmx > ul{
    position:absolute;
    float: left;
    width: 208px;
    z-index: 150;
    left: auto !important;
    height: 100%;
    background-color: #333;
    box-shadow: 2px 20px 20px rgba(0, 0, 0, 0.35);
    overflow:auto;
}
*/
.ddmx .item1 {
    float: none;
    width: 100%;
}
.ddmx .item1 a {
    border-bottom: 1px #212121 solid;
    color: #EFEDED;
    display: block;
    line-height: 25px;
    margin: 0;
    padding: 8px 10px 0;
    text-decoration: none;
    width: auto;
}
.ddmx ul ul {
    background: #212121;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
    border-bottom: 1px #212121 solid;
}
.ddmx #ddmx-menu {
    text-align: right;
    border-bottom: 1px #212121 solid;
}
.ddmx > div {
    float: none;
    line-height: 39px;
    color: #ffffff;
    background: #333;
    margin: 0px;
    padding: 8px 10px 0;
}
.ddmx>div>a { color: #EFEDED }
.ddmx li { position: relative }
.ddmx .item1 a:hover,
.ddmx .sel {
    color: #FFFFFF;
    background: #333333;
    /*background: #fff url(../../../imgs/background/menu/bgON.gif) no-repeat top left;*/
}
.ddmx ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    border-bottom: 1px #212121 solid;
}
.ddmx .item2 { clear: both }
.ddmx .item2 img {
    float: left;
    margin: 4px;
    z-index: 501;
}
.ddmx .item2 a {
    width: auto;
    display: block;
    float: none;
    margin: 0;
    position: relative;
    padding: 0px 10px 0px 28px;
    color: #333333;
    white-space: nowrap;
    z-index: 500;
}
.ddmx .item2 a:hover {
    color: #FFFFFF;
    background: #666666;
    text-decoration: none;
}
/* caret(arrow icon) */
.ddmx #ddmx-menu a { font-size: 1.5em }
/* DESKTOP */
@media only screen and (min-width: 768px) { 
    .ddmx {
        min-height: 39px;
        color: #FFFFFF;
    }
    .ddmx > ul {
        position: relative;
        float: none;
        width: auto;
        height: auto;
        background-color: none;
        box-shadow: none;
    }
    .ddmx > div {
        float: right;
        margin-right: 10px;
        padding: 0;
    }
    .ddmx ul ul {
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 500;
        width: auto;
        border-bottom: 1px #212121 solid;
        background: #FEFEFE;
    }
    .ddmx .item1 {
        float: left;
        width: auto;
        border: 0px;
    }
    .ddmx .item1 a {
        border: 0px;
        text-decoration: none;
        line-height: 25px;
        font-weight: bold;
        border-right: 1px #212121 solid;
    }
}
/* --- MENU DDMX ---end */
/* --- DIV netedit-form ---start */
div.netedit-form a,
form.netedit-form a { color: #000066 }
/* --- DIV netedit-form ---end */
/* --- TABLE netedit-form ---start */
.netedit-form {
    min-height: .01%;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    background-color: transparent;
}
table.netedit-form a { color: #000066 }
table.netedit-form td { padding: 5px }
/* --- TABLE netedit-form ---end */
/* --- TABLE netedit-list ---start */
.netedit-list .row, .netedit-form .row{
	margin-top:0px;
	margin-bottom:0px;
} 
table.netedit-list {
    min-height: .01%;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    background-color: transparent;
}
table.netedit-list td {
	line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px #ddd solid;
    padding: 5px;
}
.cell { border-left: 1px #dedede solid }
/* --- TABLE netedit-list ---end */
/* --- netedit-header tr ---start */
tr.netedit-header {
    background-color:#FFF;
    background-image:url('../../imgs/background/bar-light.jpg');
    background-repeat: repeat-x;
    background-position:  bottom left;
}
tr.netedit-header td {
	font-weight: bold;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
tr.netedit-header td a { color: #20486a }
tr.netedit-header a:hover { color: #000000 }
/* --- intestazione tr ---start */
/* --- netedit-header div ---start */
div.netedit-header {
    min-height: 39px;
    font-weight: bold;
    background-color:#f2f6f9;
    background-image:url('../../imgs/background/bar-light.jpg') repeat-x bottom left;
    background-repeat: repeat-x;
    background-position:  bottom left;
    white-space: nowrap;
    font-size: 1.1em;
    color: #20486a;
    padding: 0px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #a1c3df;
    display: block;
}
div.netedit-header p {
    display: table-cell;
    vertical-align: middle;
    height: 39px;
}
div.netedit-header a { color: #20486a }
div.netedit-header a:hover { color: #000000 }
div.netedit-list {
    background: #ffffff;
    padding: 0px;
    border-spacing: 0;
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    margin: 0px auto 5px;
    color: #666666;
    border-radius: 4px;
    box-shadow: 0 0 5px #ddd;
    clear: both;
}
.netedit-row {
    clear: both;
    overflow: hidden;
}
.netedit-col {
    float: left;
    margin: 5px;
    /*border: 1px solid;*/
}
.netedit-header .netedit-col > p { margin: 0px }
/* --- intestazione div ---start */
/* --- OVERTEXT --- */
label.overTxtLabel {
    font-weight: bold;
    font-family: arial, helvetica, verdana;
    font-size: 12px;
    color: #999;
}
/* --- tip --- */
.tip {
    width: 295px;
    font-family: tahoma,arial;
    background: #fff;
    border: 1px #ddd solid;
}
.tip-top {
    font-size: 11px;
    background: #eee;
    width: 295px;
}
.tip-title {
    font-size: 11px;
    color: #e95e25;
    font-weight: bold;
    background: #eee;
    padding: 8px 8px 4px;
    margin: 0;
}
.tip-text {
    color: #000;
    padding: 4px 8px 8px;
}
.tip-bottom {
    background: #eee;
    width: 295px;
}
/*--- AJAXIMGUPLOAD ---*/
.ajaximgupload-container {
    position: relative;
    width: 150px;
    height: 100px;
    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
.ajaximgupload-menu {
    padding: 5px;
    background: #FFFFFF;
    border: 1px #3B5998 solid;
    overflow: visible;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #3B5998;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    opacity: .8;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.ajaximgupload-menu > div {
    padding: 3px;
    float: right;
    clear: both;
}
.ajaximgupload-computer {
    padding-right: 15px;
    background: url(../../imgs/16x16/upload.gif) no-repeat center right #FFFFFF;
    height: 30px;
    position: relative;
}
.ajaximgupload-link {
    padding-right: 20px;
    background: url(../../imgs/16x16/rename.jpg) no-repeat center right #FFFFFF;
    height: 30px;
    position: relative;
}
.ajaximgupload-input { display: none }
.ajaximgupload-loading {
    margin: 0 auto;
    display: none;
    background: url(../../imgs/32x32/loading.gif) no-repeat center center;
    position: relative;
    height: 30px;
    width: 30px;
    right: 0;
    top: 0;
    overflow: visible;
}
#data-loading {
    overflow: hidden;
    margin: 0 auto;
    height: 20px;
    width: 90%;
}
/* --- intestazione tr ---start */
.menu-footer {
    margin: -6px auto -1px;
    overflow: hidden;
    font-size: 1.1em;
}
.menu-item-footer {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 5px;
    background: #20486A;
    border-bottom: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    font-weight: normal;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff;
}
.menu-header {
    margin: 0px auto -1px;
    overflow: hidden;
    font-size: 1.1em;
}
.menu-item-header {
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
    background: #20486A;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    font-weight: normal;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
}
.menu-item-header.sel {
    display: block;
    border-radius: 0px;
    background: #ffffff;
    overflow: hidden;
    border-bottom: 0px;
    font-weight: bold;
}
.menu-item-footer.sel {
    display: block;
    border-radius: 0px;
    background: #ffffff;
    overflow: hidden;
    border-top: 0px;
    font-weight: bold;
}
.menu-item-header.disable,
.menu-item-footer.disable {
    padding: 5px 10px;
    display: block;
    color: #CCCCCC;
    background: #666666;
}
.menu-item-header a,
.menu-item-footer a {
    padding: 5px 10px;
    display: block;
    color: #ffffff;
}
.menu-item-header:hover {
    text-decoration: none;
    background: #fff;
    color: #6b6b6b;
    border-top: 1px #333 solid;
    border-left: 1px #333 solid;
    border-right: 1px #333 solid;
}
.menu-item-footer:hover {
    text-decoration: none;
    background: #fff;
    color: #6b6b6b;
    border-bottom: 1px #333 solid;
    border-left: 1px #333 solid;
    border-right: 1px #333 solid;
}
.menu-item-header.sel a {
    padding: 5px 10px;
    display: block;
    color: #333333;
}
.menu-item-footer.sel a {
    padding: 5px 10px;
    display: block;
    color: #333333;
}
.menu-item-header a:hover,
.menu-item-header a:hover span {
    text-decoration: none;
    background: #ffffff;
    color: #6b6b6b;
}
.menu-item-header span,
.menu-item-header div {
    color: #ffffff;
    display: block;
    font-size: .8em;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
.menu-item-header.sel span,
.menu-item-header.sel div {
    display: block;
    color: #999999;
    font-size: .8em;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 600px) { 
    .menu-item-header {
        width: auto;
        margin-left: 5px;
        float: left;
    }
    .menu-item-header span,
    .menu-item-header div { display: block }
}
.box-glow {
    background: #eee;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    border: 5px #666 solid;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .65);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .65);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .65);
}
.netedit-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 5px #999999;
    border: 1px #333 solid;
    padding: 5px;
    border-radius: 5px;
    z-index: 999;
}
.netedit-HABTM {
    border-radius: 3px;
    border: 1px #ccc solid;
    padding: 5px;
    float: left;
    margin: 2px 10px;
    font-size: 10px;
}
.netedit-HABTM .not-editable {
    font-weight: bold;
    margin: 0px 8px 0px 0px;
}
.netedit-HABTM span { padding: 3px }
.netedit-HABTM input[type="text"] {
    font-size: 10px;
    padding: 2px;
    width: 100%;
}
.netedit-flashMessage-container{
	width:100%;
	position:absolute;
	z-index:999; 
	padding-top:30px;
	top:0px;
	left:0px;
	opacity:0.9;
}
.netedit-flashMessage{
	position:relative; 
	width:80%; 
	padding:20px;
	border:2px #eeeeee solid; 
	color:#ffffff; 
	background-color:#000000; 
	display:block; 
	cursor:pointer; 
	border-radius:5px;
	z-index:1000;
}
.netedit-error{
	background-color:#f2dede; 
	border-color:#f2dede;
	color:#a94442;
}
.help{
	font-size: 85%;
}