body {
	line-height: 1;	
	overflow-y: scroll;
}

td.details-control {
    background-image: url('../../../class/Editor-PHP/examples/resources/details_open.png');
	background-repeat:	no-repeat;
	background-position: center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background-image: url('../../../class/Editor-PHP/examples/resources/details_close.png');
}

tr.shown+tr, 
tr.shown+tr div th,
tr.shown+tr div td 
{
	background-color: #03a9f426!important;
}




body.sb-sidenav-toggled div.DTED_Lightbox_Wrapper {
	left: 1em!important;
}

h5 {
    display: inline;
}

.symbol {
	width: 4em;
	height: 4em;
}

.card.mb-4 {
    border: 2px solid blue;
}

table#image img,
.table_image img {
    max-width: 4em;
	max-height: 4em;
    height: auto;
	width: auto;
}

.datatable tr td {
	height: 5em;
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trasparent {
	display: none;
}

.nobr { 
	white-space: nowrap 
}


/* Datatables */
table.dataTable thead th, table.dataTable thead td {
	padding: 10px 10px!important;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after, 
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    content: ""!important;
}

.table-responsive {
    overflow-x: hidden!important;
}

td.warning {
        font-weight: bold;
        background-color: yellow;
}
td.error {
        font-weight: bold;
        background-color: red;
}

.login-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.8)!important;
}

table.dataTable tbody tr td p {
	
	margin-block-start: 0em;
	margin-block-end: 0em;

}

div.dt-datetime {
	z-index: 555555!important;
}


.top0 {
	top: 0px!important;
}

div.DTE_Inline_Field input {
  min-width: 200px;
}

/* Large editor Layout */
/*@media (min-width: 768px) and (min-width : 1200px) {
	div.DTED_Lightbox_Wrapper {
		left: calc(225px + 1em)!important;
		right: 1em!important;
		top: 3em!important;
		margin: 1em;
		padding: 1em;
		width: auto!important;
		z-index: 99999!important;
	}
}
@media (max-width : 768px) {
	div.DTED_Lightbox_Wrapper {
		left: 1em;
		right: 1em;
		top: 3em!important;
		margin: 1em;
		padding: 1em;
		width: auto!important;
		z-index: 99999!important;
	}
}*/

/*div.DTED_Lightbox_Wrapper {
    left: 1em;
    right: 1em;
    margin-left: 0;
    width: auto;
}*/


div.DTED_Lightbox_Close {
	margin-right: 1em;
}

div.dataTables_processing{
	z-index: 999;
	background-color: beige;
	
}

/*WYSIWYG*/
div.ck-content {
    border: 1px solid #aaa!important;
    background-color: white;
	border-radius: 3px;
}

/* SEARCH BUILDER */
.dtsb-searchBuilder > div.dtsb-titleRow {
	display: none;
}

/* GENERIC */
@media only screen and (max-width: 640px) {
	.card-body {
		padding: 0.25rem!important;
	}
}

.no-thead > thead, .no-thead > thead th, 
table.tbody.tr.td:first-child
{
	display: none;
}

table.personalnotes, table.personalnotes td{
    max-height: 100%;
    height: calc( 60vh - 3em);
    vertical-align: baseline;
	border-radius: 5px;
	padding: 0px;
	background-color: #eaeaea!important;
}

table.dataTable.display tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    /* background-color: #a6b4cd; */
}


table.personalnotes{
	border: groove;
}

table.personalnotes div.DTE_Inline, 
table.personalnotes div.DTE_Inline div.DTE_Field, 
table.personalnotes div.DTE_Inline div.DTE_Field div.DTE_Field_Input, 
table.personalnotes div.DTE_Inline div.DTE_Field div.DTE_Field_Input div.DTE_Field_InputControl,
table.personalnotes div.DTE_Inline div.DTE_Field div.DTE_Field_Input div.DTE_Field_InputControl textarea {
	height: 100%;
}
table.personalnotes div.DTE_Inline div.DTE_Field div.DTE_Field_Input div.DTE_Field_personalnotes textarea {
	margin: 0;
	padding: 0;
}

/* Pretty Print */
.prettyprint {
    background-color: #fff9e2fa;
    border-radius: 0.5em;
}

/* Scroll Effect */
html {
  scroll-behavior: smooth;
}

/* Datatables selected*/

table.dataTable tbody tr.selected a {
    color: white;
}
table.dataTable tbody tr.selected svg {
    /*font-size: 1.1em;*/
	color: midnightblue;
}

/* Correzzione errori grafici*/
div.DTED_Lightbox_Wrapper {
	z-index: 1111!important;
}

div.DTE_Field select {
    padding: 5px 4px;
    width: 100%;
}


/*
<div class="tooltip">Hover over me
  <span class="tooltiptext">Tooltip text</span>
</div>
*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#divstory p {
	    margin-bottom: 0rem;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
    padding-top: 0.0em;
    padding-bottom: 0.5em;
}	  
@media print {
	tr    { page-break-inside:avoid; page-break-after:auto }
    .pagebreakafter { page-break-after: always; } /* page-break-after works, as well */
	.pagebreak 		{ page-break-before: always; } /* page-break-after works, as well */
}										 

.dataTables_wrapper .dataTables_paginate .paginate_button
{
	padding: revert!important;
}

.new{
	width:94px;
	height:30px;
	float:right;
	margin:0 5px;
	background-image: url("https://sng482638.ch/admin/dist/img/new.png");
}

.dt-search {
    float: right;
}
.dt-buttons {
    float: left;
}

a.page-link {
	margin: 1px;
}

div.dt-container .dt-paging .dt-paging-button{
	padding: unset!important;
}

div.dt-container .dt-paging .ellipsis {
	line-height: 2.25em!important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left!important;
}

.row-remove, .row-edit {
	padding: 0!important;
	
}

 .verticaltext_content {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	transform-origin: center;
}