html, body {
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	font-family: 'Aeonik', sans-serif;
	font-weight:400;
}
body {
	background: #242d3e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjQyZDNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjNTc1NjYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdhNzI3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #242d3e 0%, #575660 51%, #7a7277 100%) fixed;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #242d3e), color-stop(51%, #575660), color-stop(100%, #7a7277)) fixed;
	background: -webkit-linear-gradient(-45deg, #242d3e 0%, #575660 51%, #7a7277 100%) fixed;
	background: -o-linear-gradient(-45deg, #242d3e 0%, #575660 51%, #7a7277 100%) fixed;
	background: -ms-linear-gradient(-45deg, #242d3e 0%, #575660 51%, #7a7277 100%) fixed;
	background: linear-gradient(135deg, #242d3e 0%, #575660 51%, #7a7277 100%) fixed;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242d3e', endColorstr='#7a7277', GradientType=1 );
}
a:active, a:focus {
	border:none;
	outline:none;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
img {
	border:none;
}
img {
}
.clear {
	clear:both;
}
.slim {
	font-weight:300;
}
.normal {
	font-weight:400;
}
.strong {
	font-weight:700;
}
.bold {
	font-weight:700;
}
input[type=button], input[type=submit], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.warn {
	color:#dc241a;
}
#logo{
	position: fixed;
}
#logo img {
	margin:2%;
	width:100%;
	max-width:255px;
	z-index: 100;
}
#logo i {
	font-size: 48px;
}
.row {
	/*width:470px;*/
	margin:10px auto;
	position: relative;
	text-align:center;
}
.button {
	border-radius: 50%;
	padding:25px;
	border:15px solid #c5c2c2;
	color:#FFF;
}
.button div {
	width:16px;
	height:16px;
	line-height:0;
}
.button:hover {
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
#txt {
	background-color:#1f407e;
	position:absolute;
	top:157px;
	left:293px;
	z-index:1;
	cursor:pointer;
}
.textContainer_expand {
	width:calc(100% - 110px) !important;
}
#log {
	background-color:#26154f;
	position:absolute;
	top:157px;
	left:374px;
	z-index:0;
	cursor:pointer;
}
.login {
	width:500px;
	display:none;
}
.login div {
	padding:1.5% 0px;
}
.login .divTableRow span {
	width:440px;
}
.login .divTableRow span:first-child, .login .divTableRow span:last-child {
	width:100px;
	vertical-align:bottom;
}
.login div.go {
	text-align:right;
}
.login div.go .material-icons {
	background-color:#333;
	color:#77a1b6;
	border-radius:5px;
}
.login div.gorestore {
	text-align:right;
}
.login div.gorestore .material-icons {
	background-color:#333;
	color:#ffbc1c;
}
#warning, #error, #success{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	font-size:16px;
	z-index:100;
	color: #a94442;
	background-color: #f2dede;
	border-bottom:1px solid #f2dede;
	padding:1% 0px;
	font-weight:300;
}
.status_error{
  color: #ff5757;
}
.status_loading{
  color: #99ffff;
}
.status_ready{
  color: #33ff33;
}

#success{
	color: #000;
	background-color: #def2de;
	border-bottom:1px solid #def2de;
}
.login div input {
	width:92%;
	border:1px solid #68686a;
	background-color:#68686a;
	color:#FFF;
	padding:0 4%;
	height:40px;
	border-radius:5px;
	font-size:14px;
}
#loading {
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#333;
	top:0;
	opacity: 0.95;
	filter: alpha(opacity=95); /* For IE8 and earlier */
	display:none;
	text-align:center;
	color:#FFF;
	line-height:0;
}
#loading .fa {
	margin-top:20%;
}
#loading .Downpdf {
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#202123;
	display:none;
}
#loading .koDown {
	padding:20px 1px;
	width:120px;
	background-color:#FFF;
	color:#F00;
	float:right;
	margin:20px;
	cursor:pointer;
	border-radius:5px;
}
#loading .okDown {
	padding:20px 1px;
	width:120px;
	background-color:#FFF;
	color:#090;
	float:right;
	margin:20px;
	cursor:pointer;
	border-radius:5px;
}
#loading .icoDown {
	float:left;
	color:#333;
	margin:5px 0px 0px 20px;
	display:none;
}
#loading a {
	color:#FFF;
}
.inactive {
	color:#c2c2c2 !important;
}
.ready {
	color:#33cc00 !important;
}
.mano, .micsp {
	cursor: pointer;
}
.micsp {
	opacity: 0.4;/*color:#dc241a;*/
}
.fa-usb {
	border:3px solid #c5c2c2;
	border-radius: 50%;
	padding:13px 10px;
	position:absolute;
	right:30px;
	background-color:#26a0da;
	cursor:pointer;
	color:#FFF;
}
.ui-tooltip {
	line-height:26px !important;
	padding:20px !important;
}
.recupera {
	text-align:right;
}
.recupera a {
	color:#ccc;
}
#modal {
	display:none;
}
#modal div {
	float:left;
	width:250px;
}
#modal div:first-child {
	margin-right:10px;
}
#modal input {
	width:94%;
	padding:2% 3%;
	/*border-radius: 10px;*/
	border:1px solid #c5c2c2;
}
#modal select {
	width:100%;
	padding:2% 3%;
	/*border-radius: 10px;*/
	border:1px solid #c5c2c2;
}
#modal label {
	font-size:10px;
	margin-left:1%;
}
.highlighted {
	background-color:#FF0;
}
#text span {
	cursor:pointer;
}
.formTitle {
	font-weight:700;
	color:#FFF;
	font-size:24px;
}
.txtButton {
	padding-left:10px;
	margin-bottom:18px;
	padding-right:10px;
}
.divTable {
	display: table;
	border-collapse:collapse;
	position: relative;
	width:50%;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
}
@media only screen and (max-width : 1024px) {
 body {
 background:#5f5c65;
}
 #actions_text, #usb_space, #licenzeTitle {
 transform: scale(0.7);
}
 .ui-tooltip {
 transform: scale(0.5);
}
 #actions_text {
 right:60px !important;
}
 .divTable {
 transform: scale(0.9);
}
 .Todo .StartRec, .Todo .UploadNewFile {
 width:100% !important;
 margin: 20px 0 !important;
}
.textContainer_expand {
 width:100% !important;
}
 .login .divTableRow span.divTableCell:first-child, .login .divTableRow span:last-child {
 display:none;
}
.login .divTableRow .categList span:last-child, .login .divTableRow .categSelect span:last-child, .login .divTableRow span.categList:last-child, .login .divTableRow span.categSelect:last-child {
	display: inline-flex;
}

 .login {
 width:300px;
}
 #nav {
 display:none;
}
 #nav .close {
 display:none;
}
 #mbytes {
 margin-left:0 !important;
}
 .odg input, .odg textarea {
 width:180px;
}
 #total_asize, #deck {
 margin-left:0 !important;
}
 #usb_space {
 margin-left:5px !important;
}
 #usb_space i {
 font-size:16px !important;
}
 .title {
 margin-left:5px !important;
 font-size:16px !important;
 max-width:50%;
}
 .loadContent {
 left:5px !important;
 font-size:16px !important;
 width:calc(50% - 5px) !important;
}
 #progressbar {
 width:100% !important;
 margin-left:0px !important;
}
}
#nav {
	position:fixed;
	background-color:#272b36;
	height:100% !important;
	box-shadow: 1px 0px 5px #242d3e;
	z-index:101;
	text-align:center;
	font-size:12px;
	top:0px;
}
#nav img {
	padding:20px;
}
#nav i {
	font-size:40px;
	color:#868d97;
	margin-bottom:8px;
	/*
	font-size:48px;
	color:#868d97;
	margin-bottom:10px;
	*/
}
#nav i.exit {
	font-size:40px;
}
#nav .close {
	color:#77a1b6;
	background-color:#272b36;
	position: fixed;
	bottom:0px;
	left:0px;
	width:108px;
	height:99px;
	margin-bottom: 0px;
}

#nav ul.main-navbar{
	margin:0;
	padding:0;
}
#nav ul.main-navbar li {
	list-style: none;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	mmin-width: 110px;
}
#nav ul.main-navbar li a {
	color:#868d97;
	display: inline-block;
}
#nav ul.main-navbar li span{
	display: block;
}
#nav ul.main-navbar li a:hover, #nav ul.main-navbar li a:hover i {
	color:#ccc;
}
#nav ul.main-navbar li.menu-active a, #nav ul.main-navbar li.menu-active a i, #nav ul.main-navbar li.menu-active a:hover i {
	color:#3366CC;
}

#subnav {
	position:fixed;
	background-color:#fff;
	height:100%;
	box-shadow: 1px 0px 5px #ccc;
	z-index:100;
	font-size:14px;
	margin-left:108px;
	display:none;
	top:0px;
}
#subnav ul {
	list-style:none;
	text-align:left;
	width:162px;
	margin-top:80px;
	padding:15px;
}
#subnav ul li {
	margin:0;
	padding: 10px 0px;
}
#subnav i {
	color:#666;
}
#subnav .close {
	margin-left:5px;
}
#subnav ul li a {
	color:#666;
}
#subnav ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#usb_space {
	text-align:left;
	margin-left:150px;
	position:fixed;
	bottom: 24px;
	font-size:12px;
}
#usb_space span {
	font-size:30px;
	font-weight:700;
}
#total_asize {
	width:100%;
	text-align:center;
	height:12px;
	position:fixed;
	bottom:0;
	background-color:#333;
}
#total_msize {
	width:100%;
	text-align:center;
	height:12px;
	position:fixed;
	bottom:0;
	background-color:#868d97;
}
#mbytes {
	background: #3366cc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #3366cc 0%, #66ffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3366cc), color-stop(100%, #66ffff));
	background: -webkit-linear-gradient(left, #3366cc 0%, #66ffff 100%);
	background: -o-linear-gradient(left, #3366cc 0%, #66ffff 100%);
	background: -ms-linear-gradient(left, #3366cc 0%, #66ffff 100%);
	background: linear-gradient(to right, #3366cc 0%, #66ffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#66ffff', GradientType=1 );
	height:12px;
	float:left;
	margin-left:108px;
}
.odg .divTableCell {
	text-align:left;
	padding:10px 5px;
	vertical-align:middle;
}
.odg input, .odg textarea {
	font-size:14px;
	border:1px solid #68686a;
	background-color:#68686a;
	color:#FFF;
	padding:0 4%;
	height:40px;
	border-radius:5px;
}
.odg select {
	font-size:14px;
	border:1px solid #68686a;
	background-color:#68686a;
	color:#FFF;
	padding:0 4%;
	height:40px;
	border-radius:5px;
	min-width: 120px;
}
.odg .divTableRow {
	border-bottom:1px solid #d7d7d7;
	height:60px;
}
.odg .divTableRowPlay {
	border-bottom:2px solid #fff !important;
}
.odg div.go .material-icons {
	background-color:#333;
	color:#ffffff;
}
.odg span.data {
	font-size:12px;
}
.pagetitle {
	font-size:24px;
	font-weight:300;
}
#progressbar {
	width:calc(100% - 108px);
	margin-left:108px;
	border:0 !important;
	background-color:#868d97;
	height:12px;
}
#progressbar .ui-widget-header {
	border:none !important;
}
#deck {
	background:url(../img/deck_bg.png);
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	bottom: 0;
	max-height:87px;
}
#mic {
	margin-top:20px;
	margin-bottom:20px;
	margin-left: calc(50% - 78px);
	width:156px;
	text-align:center;
}
#mic div {
	margin: 0 5px;
}
#pause {
	color:#ffcb2b;
	z-index:0;
	float:left;
	margin-top:14px !important;
}
#stop {
	color:#128fe6;
	z-index:1;
	float:left;
	margin-top:14px !important;
}
#pause:hover {
	color:#ffcb2b !important;
}
#stop:hover {
	color:#128fe6 !important;
}
#rec {
	border-radius: 50%;
	padding:10px;
	border:3px solid #c2c2c2;
	color:#333;
	float:left;
	z-index:0;
	color: red;
}
#rec i {
	width:30px;
	height:30px;
	padding:0 2px;
}
#rec i:hover {
	color: red !important;
}
.connect {
	color:#dc241a;
}
.connect:hover {
	color:#dc241a !important;
}
#textContainer {
	position:absolute;
	right:0;
	top:0;
	height:calc(100% - 99px) !important;
	width:50%;
	background-color:#FFF;
	overflow-y:scroll;
}
#text {
	font-size:14px;
	line-height:24px;
	color:#333;
	text-align:left;
	padding:15px 20px 40px 20px;
}
#textContainer, .login {
	font-size:12px;
	color:#333;
	text-align:left;
}
.title {
	margin-left:182px;
	font-size:22px;
	max-width:36%;
}
.loadContent {
	left:182px;
	width:calc(75% - 182px);
	text-align:left;
	height:calc(100% - 173px);
	overflow-y:auto;
	position:absolute;
	bottom:99px;
}
.insideContent {
	font-size:12px;
	line-height:22px;
	color:#fff;
	text-align:left;
	padding:10px 1px 2px 2px;
}
.hourglass {
	margin-top:150px;
}
.md-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
/*
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px !important;
}
*/
.ui-progressbar .ui-progressbar-value {
	margin: 0px !important;
}
#text .notes {
	border:2px solid #999;
	padding:5px;
	background-color:#f4f4f4;
	position: relative;
	display: block;
	width: calc(100% - 4px);
	margin-top:10px;
}
#text .notes:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #999;
	border-bottom: 0;
	border-left: 0;
	margin-left: -4px;
	margin-bottom: -8px;
}
.pulse {
	animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
}
 70% {
 -webkit-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
}
}
@keyframes pulse {
 0% {
 -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
 box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
}
 70% {
 -moz-box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
 box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
}
 100% {
 -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
 box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
}
}
#status {
	white-space:nowrap;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ccc;
	font-size:13px;
	border:2px solid #ccc;
	padding:5px;
}
#status a {
	color:#ccc;
}
#licenzeHome {
	white-space:nowrap;
	position:absolute;
	bottom:10px;
	left:10px;
	color:#ccc;
	font-size:16px;
	padding:5px;
}
.ui-tooltip, .arrow:after {
	background: #333;
	border: 1px solid #333;
}
.ui-tooltip {
	color: white !important;
	box-shadow: none !important;
	background: #333 !important;
	border: 1px solid #333 !important;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
#licenzeTitle {
	text-align:left;
	right:10px;
	position:fixed;
	bottom: 24px;
	font-size:12px;
}
#licenzeTitle span {
	font-size:20px;
}
#licenzeTitle span:nth-child(2) {
 font-weight:700;
}
.fileinput-button {
	border-radius:5px;
}
#actions_text {
	position: absolute;
	right:80px;
	bottom: 110px;
	color:#1f1f1f;
}
#actions_text i {
	color:#1f1f1f;
}
#actions_text span {
	color:#1f1f1f;
	font-size:15px;
	font-weight:300;
}
.Todo .StartRec {
	padding:15px 1px;
	width:175px;
	background-color:#333;
	color:#77a1b6;
	float:left;
	margin:20px;
	cursor:pointer;
	border-radius:5px;
	text-align:center;
	font-size:16px;
}
.Todo .UploadNewFile {
	padding:15px 1px;
	width:175px;
	background-color:#333;
	color:#77a1b6;
	float:right;
	margin:20px;
	cursor:pointer;
	border-radius:5px;
	text-align:center;
	font-size:16px;
}
#modello, #device, #playtype, #playdate {
	font-size:14px;
	border:1px solid #68686a;
	background-color:#68686a;
	color:#FFF;
	padding:0 4%;
	height:40px;
	border-radius:5px;
	float:right;
}
#playdate {
	width:98px;
}
#Memo {
	width:100%;
	border:1px solid #333;
}
.key {
	color:#ccc;
	font-size:11px;
}
#lang {
	position:absolute;
	top:20px;
	right:20px;
}






#category {
	font-size:14px;
	border:1px solid #68686a;
	background-color:#68686a;
	color:#FFF;
	padding:0 4%;
	border-radius:5px;
	height: 38px;
	vertical-align: top;
	margin-top: 10px;
}
.categSelect{
	vertical-align: top !important;
}
.categSelect select{
	vertical-align: top;
	display: inline-block;
}
.categList{
	padding:4px 0px;
	color:#ccc;
	font-size:1.4em;
}
/*  */
.categList span, .categList a, .categSelect span{
	color:#fff;
	white-space: nowrap;
	background-color: #68686a;
	padding:9px 8px;
	border-radius: 3px !important;
	margin-bottom:10px;
	display: inline-block;
	width: auto;
	margin-top:10px;
}
.categList > :last-child {
	background-color: #3366CC;
}
.categList a:hover{
	background-color: #ffaaaa;
}
.categList em, .categSelect em{
	font-style: normal;
	color:#999;
}
.categSelect em{
	font-size:1.4em;
	padding:4px 0px;
	vertical-align: top;
	margin-top: 16px;
	display: inline-block;
}

a.acategory i{
	width:18px;
	display: inline-block;
}

.tagList{
	display: block;
}
a.tag, span.tag {
	color:#fff;
	white-space: nowrap;
	background-color: #68686a;
	padding:6px 10px;
	border-radius: 3px !important;
	margin-bottom:10px;
	display: inline-block;
	width: auto;
	margin-top:4px;
	margin-right: 6px;
}
a.tag-selected{
	background-color: #3366CC;
}

.context-menu ul li.context-tree-li{
	position: relative;
}
.context-menu ul.dropdown-menu li a{
	color:#333;
	display: block;
}
.context-menu ul li.context-tree-li > ul.content-submenu{
	font-size:14px;
}
.context-menu ul li.context-tree-li ul.content-submenu{
	background-color: #aaa;
	position:absolute;
	top:0px;
	left:100%;
	margin:0px;
	padding:0px;
}
.context-menu ul li.context-tree-li ul.content-submenu li{
	list-style: none;
	padding:2px 8px;
	padding-top:6px;
	margin:0px;
	background-color: #eee;
	color:#333;
}
.context-menu ul li.context-tree-li ul.content-submenu li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 140px;
	width: 100%;
	display: inline-block;
}
.context-menu ul li.context-tree-li ul.content-submenu li:hover{
	background-color: #fff;
	color:#000;
}

.context-menu ul li.context-tree-li ul.content-submenu{
	display: none;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	margin-left:0px;
	padding-left:2px;
}

.context-menu ul li.context-tree-li:hover > ul.content-submenu{
	display: block;
}

.context-menu ul li.context-tree-li ul.content-submenu li:hover > ul.content-submenu{
	display: block;
}

.evo-cp-wrap{
	width: 100% !important;
	display: inline-block;
}

.notSelectable{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

textarea.license-code{
	color:#fff;
	background-color: transparent;
	padding-top:10px;
	display: inline-block;
	width: 90%;
	min-height: 64px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	height: auto;
	overflow-y: visible;
}

@media (max-height: 680px) {

	#nav ul.main-navbar li a span{
		display: none;
	}
	#nav ul.main-navbar li a span{
		display: none;
	}
	#nav ul.main-navbar li i {
		font-size: 30px;
	}
	#nav .close {
		height:44px;
		font-size:40px;
	}
	
	#subnav ul li {
		margin: 0;
		padding: 6px 0px;
	}
}


@media (max-height: 480px) {
	#nav img {
		padding: 10px 20px;
	}
	#nav ul.main-navbar li{
		padding: 5px 0px;
	}
	#nav ul.main-navbar li a i{
		display: none;
	}
	#nav ul.main-navbar li a span{
		display: block;
	}
	#nav .close {
		height:32px;
		font-size:30px;
	}
	#subnav ul{
		margin-top: 10px;
	}
	#subnav ul li{
		padding: 5px 0px;
		font-size: 12px;
	}
}


@media only screen and (max-width : 1279px) {
	.Todo .StartRec, .Todo .UploadNewFile {
		width:100% !important;
		margin: 20px 0 !important;
	}

	#modello, #device, #playtype, #playdate, .divTableCell small {
		margin: 6px 0 !important;
		margin-bottom:12px;
		float: none;
		width: auto;
		display: block !important;
	}
}

@media only screen and (max-width : 1023px) {
	.divTableCellDesktop{
		display:none;
	}
	.divTable {
		transform:unset;
		transform: none;
		width: 70%;
	}
	.main-content{
		width: 70% !important;
	}

	#search-control .divTableCell, .responsiveTable .divTableCell{
		display:block;
		padding:6px;
	}

	.odg .divTableCell {
		text-align: left !important;
	}

	.ui-dialog{
		width: 90% !important;
		margin-left:auto;
		margin-right: auto;
	}


}

@media only screen and (max-width : 767px) {
	textarea.license-code {
		min-height: 98px;
	}
}