@media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .content-wrapper {
  margin-left: 0px !important;
  z-index: 840;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform:none;
  transform: none;
  width: 0px!important;
  z-index: 850;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
  width: 230px;
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
  margin-left: 230px;
}
}

.overHidden {
overflow: hidden;
}

.maxmenuwidth {

display: inline-block;
vertical-align: middle;
}

.text-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}



.center {
float: none; margin-left: auto; margin-right: auto;
}

.center_align {
text-align:center;
}

table.dataTable {
    table-layout: fixed;
}

table.dataTable thead > tr > th:not(:last-child) {
    padding-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    max-width: 100%;
}

#resizable >  .box > .box-body > .box >.box-body > dl > dd {
text-align:left;
z-index:10000 !important;
}

.product-box {
display:inline-block;
position:relative;
float:left;
margin:5px;
}

.urun-text {
position: absolute;
background-color: #fff;
color: #000;
bottom: 0px;
text-align: left;
padding: 5px 5px 5px 5px;
width:100%;
border:1px solid #ccc;
}

#content {
overflow:hidden;
overflow-y:auto;
padding-top:0px;
}

.search-result-content {
height: calc(100% - 150px);
height: -o-calc(100% - 150px);
height: -webkit-calc(100% - 150px);
height: -moz-calc(100% - 150px);
padding-left:0px !important;
}

.search-result-content-dms {
height: calc(100% - 135px);
height: -o-calc(100% - 135px);
height: -webkit-calc(100% - 135px);
height: -moz-calc(100% - 135px);
padding-left:0px !important;
}

.fullprodotto-content {
height: calc(100% - 144px);
height: -o-calc(100% - 144px);
height: -webkit-calc(100% - 144px);
height: -moz-calc(100% - 144px);
}

.fullprodotto-content-windowed {
height: calc(100% - 92px);
height: -o-calc(100% - 92px);
height: -webkit-calc(100% - 92px);
height: -moz-calc(100% - 92px);
}

.fullprodotto-content-prod {
height: calc(100% - 40px);
height: -o-calc(100% - 40px);
height: -webkit-calc(100% - 40px);
height: -moz-calc(100% - 40px);
}

.nomargin {
margin:0px !important;
}
.nopadding {
padding:0px;
}

.occhiovisibile {
	width:300px !important;
	overflow:hidden;
	overflow-y:auto;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
-moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
height:auto !important;
}

.occhionascosto {
	width:1px !important;
	overflow:hidden;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
-moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  /*text-align: center;*/
}

div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_filter {
  text-align: right;
  float: right;
}

div.dataTables_length {
	float: left;
		text-align: left;
}

.noselect {
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    outline: none;
}

.noselect:focus {
	outline:none !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table>tbody>tr>td:not(:last-child), .table>tbody>tr>th:not(:last-child), .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th:not(:last-child) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-ellipsis {
    table-layout: fixed;
    width: 100%;
}

.table-ellipsis td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
  min-height: 250px;
  padding: 3px;
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 3px;
  padding-right: 3px;*/
  padding-left: 3px;
  padding-right: 3px;
}

#fastpreview .content {
	padding-left: 3px;
}

.windowPlugHeader {
   font-size: 16px;
   font-style: oblique;
   font-weight: bold;
   letter-spacing: 2px;
   color:white;
   background: #3c8dbc;
   padding:0px;
   margin:0px;
   top:0px;
}

.windowPlugFrame {
	padding:5px;
}

.window_title_text {
	top:0px !important;
}

.window_function_bar {
	top:0px !important;
}

.box-header {
  /*padding: 3px !important;*/
	min-height:33px;
}

.box-header>.box-tools {

  top: -1px !important;
}

.btn-box-tool {
  padding: 5px !important;
}

.dragme {
	cursor:move;
}

.resizable_inside {
	/*position:fixed;*/
	overflow:hidden;
	border-left:3px solid #FF851B;
}

.resizable_inside_menu {
	width:100%;
	height:30px;
	padding-right:3px;
	padding-left:3px
}

.resizable_inside_content {
	height: calc(100% - 80px);
	height: -o-calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
	height: -moz-calc(100% - 80px);
	overflow: auto;
	/*overflow-y:auto;*/
	padding-left:15px;
	padding-right:15px;
}

.resizable_inside dl dt {
    width: 125px;
}

.resizable_inside dl dd {
    margin-left: 135px;
}


.resizable_inside .has-feedback .form-control {
    padding-right: 12px;
}

#product_header > div.col-sm-2.text-right.nopadding.nomargin.bottoni_op {
  width: 100%;
}


.bottoni_op {
	display:flex;
}

.hide-in-edit>.bottoni_op:nth-child(2) {
	justify-content: flex-end;
}

.bottoni_op button {
	overflow: hidden;
	text-overflow: ellipsis;
}

.linea_generale {
    line-height: 22px !important;
}

.row-fluid > div {
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}

.row-fluid > .col-sm-0 {
    width: 0%;
}

.row-fluid > .col-sm-12 {
    margin-left: 0;
}

.jstree-anchor {
    display: inline-table;
}

.jstree {
	margin-top:10px;
}

/* Vista oggetti a griglia */
ul.rig {
	list-style: none;
	/*font-size: 0px;*/
	/*margin-left: -2%;*/
	padding:0px;
	margin-top:10px;
}
ul.rig > li {
	display: none;
	table-layout:fixed;
	padding: 10px;
	margin: 0 0 15px 15px;
	background: #fff;
	border: 1px solid #ddd;
	/*font-size: 16px;
	font-size: 1rem;*/
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	/*position:relative;*/
}

ul.rig > li p {
	/*font-size: .9em;
	line-height: 1.5em;
	color: #999;*/
	padding:0px;
	margin:0px;
	font-size: .9em;
	padding-left:3px;
}

ul.rig.grande > li {
	width: 400px;
	height: 430px;
}

ul.rig.medio > li {
	width: 250px;
	height: 280px;
}

ul.rig.piccolo > li {
	width: 130px;
	height:160px;
}

ul.rig .containerimage {
	height:100%; width:100%;display:table-cell;  background-repeat: no-repeat; background-position: center center;background-size: contain;
	cursor:pointer;
	/*border: 1px solid #ededed;*/

}

ul.rig .containername {
	width:100%;display:table-row; height:20px; line-height:20px;
}

.selectedblock {
	background-color: #ABB9D3 !important;
}

.simpleblock:hover {
	background-color: #E5E5E5 !important;
}

.selectedblock:hover  {
	background-color: #A9B7D1 !important;
}

.sidebar-menu .treeview-menu > li > a > div > div > .fa, .sidebar-menu .treeview-menu > li > a > div > div > .glyphicon, .sidebar-menu .treeview-menu > li > a > div > div > .ion {
    width: 20px;
    padding-bottom:4px;
}

.navbar-custom-menu>ul>li,.navbar-custom-menu>ul>li>a {
    height: 50px;
}

.navbar-custom-menu>.navbar-nav>.active {
  /*  background-color: #32779F;*/
    background-color: #444443;
}

.buttonmenuslide > .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.buttonmenuslide.closed > .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pointer {
	cursor:pointer;
}

.sorting, .sorting_asc, .sorting_desc {
	padding-right: 22px !important;
}

.fa-stack.fa-fw {
	font-size:0.65em;
}

.fancybox-overlay {
	overflow: hidden !important;
}

#fancybox-thumbs.bottom {
    overflow-x: auto;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:not([href]) {
	cursor:pointer;
}
/*
td.details-control {
    background: url('/assets4f/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/assets4f/img/details_close.png') no-repeat center center;
}

*/
td.details-control {cursor:pointer;}
.table td.details-control > button.plus_button.btn.btn-box-tool {display:inline-block !important;}
.table td.details-control > button.minus_button.btn.btn-box-tool {display:none !important;}

.table .shown td.details-control > button.plus_button.btn.btn-box-tool {display:none !important;}
.table .shown td.details-control > button.minus_button.btn.btn-box-tool {display:inline-block !important;}

.jWindow-content {
	overflow:hidden !important;
}


#producteye dt {
	width:100%;
	text-align:left;
	margin-right:5px;
}

#producteye dd {
	margin-left:0px;
	width:100%;
	float:left;
}

#producteye div.dataTables_filter {
    float: left;
}

#producteye .col-sm-6 {
    width: 100%;
}

#producteye .col-sm-5 {
    width: 100%;
}

#producteye .col-sm-7 {
    width: 100%;
}

#producteye div.dataTables_paginate {
    text-align: left;
}

.err404 {
    background-color: #f0f0f0;
    text-align:center;
    width:100%;
    padding: 20px 0px;
    height: 100vh;
}

.bg-white{
    background:#ffffff !important;
}

.link_entity_header {
	background:#ffffff;
	padding:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.no-sort{
	cursor:default !important;
	padding-right: 8px !important;
}

.no-sort::after {
	content:"" !important;
}

.lh-20{
	line-height:20px;
}


.btn-box-tool-color {
    color: #97A0B3;
}
.ui-dialog {
	z-index: 10000 !important ;
	position: absolute !important ;
}


.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:         linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
	linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
	box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:         linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:         linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

.black_text {
	color:black;
}

.white_text {
	color:white;
}

.lock_icon_ro {
	margin-right:-7px;
	margin-left:-2px;
	color: #999;
}

.DDmargin3 {
	margin: 3px;
}

.character {
    position: relative;
    display: block;
    overflow: visible;
    background: #f0f0f0;
    border-radius: 4px;
    box-shadow: 0 1px 3px #aaa;
    text-decoration: none;
}
.character__header {
    padding: 0.5em;
    background: white;
}
.character__avatar {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.2em;
}
.character__avatar > img {
    width: 70px;
    height: 70px;
    background: #f0f0f0;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 50%;
}
.character__id {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.2em;
    line-height: 1.2;
}
.character__name {
    color: #333;
    font-family: 'MedievalSharp', cursive;
    font-weight: bold;
    text-decoration: none;
}
.character__house {
    color: #aaa;
    display: block;
    font-weight: normal;
    font-style: italic;
}
.character__infos {
    padding: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    color: #777;
    list-style: none;
}
.character__infos > li {
   /* padding: 0.5em;*/
}
.character__infos > li + li {
    border-top: 1px solid #ccc;
}
.lannister .character__house {
    color: #C8A700;
}
.lannister .character__avatar > img {
    background: #FFD600;
}
.targaryen .character__house {
    color: #D1371B;
}
.targaryen .character__avatar > img {
    background: #D1371B;
}
.chew-cell {
    /*flex: 0 !important;*/
    margin-right: 10px;
    float:left !important;
    display:inline-block !important
}

.chew-row {
	display:block !important;
}

.selected_box {
	/*color: #ccc !important;*/
	background-color: #abb9d3 !important;
}

.character__infos>li>input[type=checkbox]{
	margin:3px;
	/*margin-right:3px;*/
}

.character__infos>li>a{
	float:right;
}


.character__infos>li>input[type=checkbox]{
	margin: 0px;
    margin-top: 3px;
    margin-left: 3px;
	float:left;
}

.character__infos>li>.btn-group{
	float:right;
	margin:0px;
}

.dataTable th{
	text-transform: uppercase;
}

.dataTable th .dropdown-menu {
    text-transform: initial;
    font-family: "ProximaNovaRegular",Helvetica,Arial,sans-serif;
}

.nav.navbar-nav.navmenu-fixed-left  .dropdown-menu {
	width:200px;
}

.custom_help_tooltip {
	border:1px solid #ccc;
	width:250px;
	padding:5px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10000;
	background-color:#fff;
	display:none;
	overflow: hidden;
	overflow-y: auto;
	text-align:left;
	white-space: normal !important;
}

.exportch dt {
	width: 50%;
}

.single_widget_container-1rows .box-body{
	height:200px;
	overflow-x: hidden;
	overflow-y:auto;
}

.single_widget_container-2rows .box-body{
    height:489px;
    overflow-x: hidden;
	overflow-y:auto;
}

.single_widget_container-1rows .box-header, .single_widget_container-2rows .box-header {
    height: 38px;
}
.single_widget_container-1rows .box-header > .box-title, .single_widget_container-2rows .box-header > .box-title {
     overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%;
}


.single_widget_placeholder {
    background-color:#e0e0e0;
    height: 233px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-clip:content-box;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0px;
    background-image: none;
}

.ui-dialog {
    font-family: inherit;
}
.ui-dialog .ui-dialog-title {
    font-weight: initial;
}

#widget_container .dataTables_scrollBody {
	overflow-x:hidden !important;
}

#widget_container .dataTable td {
	overflow-x:hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

#widget_container .dataTable th {
	overflow-x:hidden;
	white-space: nowrap;
  	text-overflow: ellipsis;
}

.query_container .info-box {
	min-height:45px;
}

.query_container .info-box-icon {
    height: 45px;
	font-size: 30px;
    line-height: 45px;
    width: 20%;
}

.query_container .info-box-content {
    margin-left: 20%;
    line-height: 33px;
}

.loadingiconbig {
    font-size: 56px;
}

.loadingicon {
    font-size: 32px;
}

.coggray {
    color: #555555;
}

.min-1 {  min-width: 100px; }
.min-2 {  min-width: 200px; }
.min-3 {  min-width: 300px; }
.min-4 {  min-width: 400px; }
.min-5 {  min-width: 500px; }
.min-6 {  min-width: 600px; }
.min-7 {  min-width: 700px; }
.min-8 {  min-width: 800px; }
.min-9 {  min-width: 900px; }
.min-10 {  min-width: 1000px; }

.max-1 { max-width:100px;}
.max-15 { max-width:150px;}
.max-2 { max-width:200px;}

.labelfullview {
    font-weight: normal;
    color: #89898B;
    line-height: 1.42857143;
    text-align: right;
    /*white-space: nowrap;*/
}

.grouplabel {
    color: #232323;
    text-decoration: underline;
}

.radioalign {
    margin-top: -1px !important;
    vertical-align: middle;
}

.pt-file-height {
    height: 50px;
    overflow: hidden;
}
.pt-file-height * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnaio_solo_border {
    background-color: #fff;
    border: 1px solid #ddd;
}

.td_ellipsis {
	max-width:0;
	overflow: hidden;
	text-overflow: ellipsis;
	 white-space: nowrap;
}

.path {
	font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif;
}

.mtop3px {
	margin-top:3px;
}

.product_details_box_container {
	/*padding-top: 10px !important;*/
	margin-top: 10px !important;
}

#search_title {
    vertical-align: middle !important;
}

.title_full_page {
    font-size: 22px;
}

.content-header {
	padding-left:3px !important;
}

.btn14 {
    line-height: 1.3;
}

#fastpreview div.title_full_page {
  font-size: 15px;
}

.nowrap {
	white-space: nowrap;
}

.text-primary {
	color: #ff851b;
}

.childrow_note_pteam {
	padding-left:20px;
}

/*jPicker*/
.jPicker.Container {
	z-index: 9999 !important;
}

#select_operations {
	float: left;
	padding-right:30px;
	display:inline-block;
	visibility:hidden;
}

#select_operations button {
	height: 30px;
	float: left;
}

#select_operations button:not(#gestione_lista){
	border-right: 0px;
}

.button_dummy_pos {
	border-bottom: 2px solid #ff851b !important;
}

.color_comb_label {
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

.navbar-custom-menu .dropdown-menu {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.top_header_line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:bold;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.top_body_line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_body_line_expanded {
	white-space: normal;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
}

.note_idmng_menu li {
    padding: 0 5px;
}
.note_idmng_menu li.active {
    background-color: #E5E5E5;
}
.note_idmng_menu .table {
   margin-bottom: 0px;
}

.note_idmng_menu .table>tbody>tr>td:nth-child(3) {
    width:60px;
}

.disabled_by_edit {
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
}

.nobgimg {
	background-image:none !important;
}


.nlitemlist {
	padding-bottom:20px;
}

.nlplacehold {
	background-color:#ababab;
}

.nlitem {
	padding:5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed;
	background-color:#e0e0e0;
	text-align: center;
	position: relative;
}

.nlitem:hover{
	background-color:#c0c0c0;
	border: 2px dashed;
}

.draggable .nlitem {
	cursor:move;
}

.nladditem_menu {
	/*margin: -15px 0 0;*/
	padding: 5px;
}

.nladditem_menu li {
    padding: 5px ;
	cursor: pointer;
}

.nladditem_menu li:hover {
	background-color:#c0c0c0;
}


.nladditem_menu li:not(:last-child) {
	margin-bottom: 10px ;
}

.nlitem.newitem {
	background-color:#E2C15A;
}

.trashnlitem {
	position: absolute;
	right:3px;
	top:3px;
}

.box-header-sticky {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: #ffffff;
}