@import url("giarvis_icons.css");

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    color: #222;
	font-size: 12px;
	background-color: #fbfbfb;
	margin-top: 52px;
}

a, a:hover, a:active, a:visited, a:focus {
    color: #222;
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: inherit !important;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

th {
	font-weight: normal;
}

input, textarea, select, button {
    background-color: #ffffff;
    padding: 1px 1px 1px 2px;
    border: 1px solid #cdcdcd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


select.xxsmallsize, .list select.xxsmallsize {
  max-width: 80px;
}

select.xsmallsize, .list select.xsmallsize {
  max-width: 100px;
}

select.smallsize, .list select.smallsize {
  max-width: 150px;
}

select.mediumsize {
  max-width: 350px;
}

input:focus, textarea:focus, select:focus, button:focus {
	/*border-color: #7bcfff;*/
}

input.error, textarea.error, select.error, button.error {
	border-color: #E54824;
}

/*
regola per far apparire sempre il cursore al passagio con
il tab nel campo di input
*/
input[type=text]:focus {
  display: inline-block;
  content: '';
}

/*
input[type=text]:-moz-focusring {
  display: inline-block;
  content: '';
}
*/

.form-control {
	font-size: 12px;
}

.form-control:focus {
  border-color: #ccc;
  box-shadow: inset 0 0 0 #ccc, 0 0 0 #ccc;
}

input.g-input-small {width: 70px}
input.g-input-xsmall {width: 35px}

input.small {width: 70px; font-size: 100%}
input.xsmall {width: 35px}

.small td {
	font-size: 10px;
}

#pagemenubar {
	background: none;
	border: none;
	margin-bottom: 0;
}

#pageMenu h1 {
	/*float: right;*/
	margin-top: 7px;
}

#pageMenu ul {
	margin-top: 4px;
}

#pageMenu h1 span {
    font-size: 12px;
}

#fieldUserPreferences, #filterFieldUserPreferences {
	clear: both;
	float: left;
	width: 100%;
}

#menubar a#toUp {
	font-size: 15px;
    margin-right: 20px;
    text-decoration: none;
    visibility: visible;
    display: inline-block;
    width: 40px;
    background-color: #d3ff7a;
    color: #6866e7 !important;
    padding: 2px 5px 2px 5px;
    text-align: center;
	font-weight: bold;
	border-radius: 2px;
} 


.sale-items-edit input, .sale-items-edit select {
	max-width: 100px;
}

.sale-items-edit input.autowidth, .sale-items-edit select.autowidth {
	max-width: 100%;
}

.sale-items-edit textarea {
	/*max-width: 200px;*/
	width: 100%;
}


.btn {
	font-size: 12px;
}



.btn:hover, .btn:active:focus {
	/*background: #ffffff;*/
	box-shadow:none;
}


.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus {
	background-color: #E9801E;
	border-color: #E9801E;
  color: #fff !important;
	/*
	background-color: #3FBB68;
	border-color: #3FBB68;
	*/
}
/*
.btn-primary:hover, .btn-primary:active:focus {
	background-color: #343434;
	border-color: #343434;
}
*/
.btn i + span {
	margin-left: 4px;
}

.giarvis-color {
	color: #E54824 !important;
}

.giarvis-bgcolor, .giarvis-bgcolor:hover, #menubar .giarvis-bgcolor, #menubar .giarvis-bgcolor:hover, #menubar #alertLicense a.giarvis-bgcolor {
  border-color: #E54824 !important;
	background-color: #E54824 !important;;
  color: #fff !important;
}

.bold {
  font-weight: bold;
}

.clear {
	clear: both;
}

#header {
	background-color: #343434;
	color: #fff;
	width: 100%;
	height: 50px;
	padding: 7px 15px;
}

#header input, #header select {
	color: black;
}
#header a {
	color: #fff;
}

#menubar .btn, #menubar  .btn:hover, #menubar  .btn:active:focus, #menubar button {
    background-color: #343434 !important;
    box-shadow: none;
    color: #fff;
    width: 100%;
}

#header-dropdown {
  background-color: #343434;
}

#header-dropdown a {
  color: #fff !important;
}
#menubar #alertLicense h4 {
	color: #222;
}

#menubar #alertLicense a {
	color: inherit !important;
}

.appChoice {
	text-align: center;
	margin: 7px auto;
}

.appChoice .alert a {
	color: inherit;
}

.appChoice a.btn {
	width: 250px;
	font-size: 16px;
	background-color: #E54824;
	border-color: #E54824;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.appChoice a.btn:hover, .appChoice a.btn:active, .appChoice a.btn:focus  {
	background-color: #343434 !important;
	border-color: #343434 !important;
	color: #fff !important;
}

.homeNotification {
	background-color: #343434;
	color: #fff;
	padding-bottom: 15px;
}

.homeNotification a, .homeNotification a:hover {
	color: #fff;
}

.homeNotification .moduleBox {
	padding-bottom: 7px;
	padding-top: 7px;
}

.homeNotification .noticeModule h4 span {
	font-size: 12px;

}

.badge {
	/*background-color: #E54824;*/
}

.badge-error {
	background-color: #b94a48;
}
.badge-error:hover {
	background-color: #953b39;
}
.badge-warning {
	background-color: #f89406;
}
.badge-warning:hover {
	background-color: #c67605;
}
.badge-success {
	background-color: #5cc45e;
}
.badge-success:hover {
	background-color: #356635;
}
.badge-info {
	background-color: #3a87ad;
}
.badge-info:hover {
	background-color: #2d6987;
}
.badge-inverse {
	background-color: #333333;
}
.badge-inverse:hover {
	background-color: #1a1a1a;
}


.traffic_light_box {
	background-color: #343434;
	display: inline-block;
	padding: 1px 3px 0px 3px;
	border: 1px solid #000;
    border-radius: 3px;
}

.traffic_light {
	border: 1px solid #000;
    border-radius: 50%;
    width: 7px;
    height: 7px;
	display: inline-block;

}


.btn.btn-planning-message {
	padding: 20px 10px 20px 10px ;
	width: 100%;
	font-weight: bold;
	border: 1px solid rgb(214, 111, 248);
	border-radius: 10px !important;
	background-color:rgb(214, 111, 248);
	margin-top: 7px;
	margin-bottom: 0px;
	color: rgb(239, 248, 158);
	font-size: 20px;
	/*
	-webkit-animation: tl_blink_pink 1s infinite;  
	-moz-animation: tl_blink_pink 1s infinite; 
	-o-animation: tl_blink_pink 1s infinite;  
	animation: tl_blink_pink 1s infinite; 
	 */
}

.planning-message-alert {
	background-color:rgb(214, 111, 248);
	color: rgb(239, 248, 158);
	-webkit-animation: tl_blink_pink 1s infinite;  
	-moz-animation: tl_blink_pink 1s infinite; 
	-o-animation: tl_blink_pink 1s infinite;  
	animation: tl_blink_pink 1s infinite; 
}

.table-responsive table .dropdown{
	position:static;
}
.table-responsive table .dropdown>.dropdown-menu{
	top:auto !important;
}

@-webkit-keyframes tl_blink_pink {

	0%,
	49% {
		background-color: rgb(214, 111, 248);
	}

	50%,
	100% {
		background-color: rgba(207, 248, 111, 0.747);
		border-color: rgba(207, 248, 111, 0.747);
		color: rgb(214, 111, 248);
	}
}

@-webkit-keyframes tl_blink_red {

	0%,
	49% {
		background-color: rgb(255, 0, 0);
	}

	50%,
	100% {
		background-color: rgba(255, 0, 0, 0.699);
	}
}

@-webkit-keyframes tl_blink_yellow {

	0%,
	49% {
		background-color: rgb(255, 250, 0);
	}

	50%,
	100% {
		background-color: rgba(255, 250, 0, 0.3);
	}
}

@-webkit-keyframes tl_blink_green {

	0%,
	49% {
		background-color: rgb(0, 255, 34);
	}

	50%,
	100% {
		background-color: rgba(0, 255, 34, 0.699);
	}
}


.traffic_light.red {
    background: rgb(255, 0, 0);
	
}
.traffic_light.red.blink {
	-webkit-animation: tl_blink_red 1s infinite;  /* Safari 4+ */
	-moz-animation: tl_blink_red 1s infinite;  /* Fx 5+ */
	-o-animation: tl_blink_red 1s infinite;  /* Opera 12+ */
	animation: tl_blink_red 1s infinite; 
}

.traffic_light.yellow {
    background: rgb(255, 250, 0);
}
.traffic_light.yellow.blink {
	-webkit-animation: tl_blink_yellow 1s infinite;  /* Safari 4+ */
	-moz-animation: tl_blink_yellow 1s infinite;  /* Fx 5+ */
	-o-animation: tl_blink_yellow 1s infinite;  /* Opera 12+ */
	animation: tl_blink_yellow 1s infinite; 
}

.traffic_light.green {
    background: rgb(0, 255, 34);
}

.traffic_light.green.blink {
	-webkit-animation: tl_blink_green 1s infinite;  /* Safari 4+ */
	-moz-animation: tl_blink_green 1s infinite;  /* Fx 5+ */
	-o-animation: tl_blink_green 1s infinite;  /* Opera 12+ */
	animation: tl_blink_green 1s infinite; 
}


.traffic_light.red.inactive, .traffic_light.yellow.inactive, .traffic_light.green.inactive {
	opacity: 0.3;
}


.formFieldTitle {
	background-color: #deecf9;
	padding-top: 8px;
	padding-bottom: 8px;
}

.formField {
	background-color: #fbfbfb;
	padding-top: 8px;
	padding-bottom: 8px;
}

.formInputField {
	background-color: #fbfbfb;
	padding-top: 7px;
	padding-bottom: 0px;
}

.formFieldRow {
	background-color: #fbfbfb;
	border-bottom: 1px solid #fff;
}

.formFieldRow.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:  flex;
  margin-left: 0px;
  margin-right: 0px;
}

.formFieldRow.row > .formFieldTitle {
	 display: flex;
	 flex-direction: column;
}

.btn {
	margin-bottom: 7px;
	margin-right: 5px;
}

#pageMenu, #pageMenuVerical {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

#pageMenu ul, #pageMenuVerical ul {
	padding-left: 0;
}

#pageMenu ul li, #pageMenuVerical ul li {
	float: left;
	list-style: none;
}

#pageMenu a, #pageMenuVerical a {
	color: #222;
}

#pageMenu .dropdown-menu .btn, #pageMenuVerical .dropdown-menu .btn {
	border: 0px solid !important;
	width: 100%;
}

#formMenu_xxx, #formMenu.fixedMenu {
	padding: 12px;
	padding-bottom: 10px;
	padding-top: 12px;
	position: fixed;
	bottom: 0px;
	background-color: #343434;
	width: 100%;
	left: 0px;
	z-index: 9997;
	opacity: 0.9
}


.nodisplay {
	display: none;
}

#logo {
 	background: url("../images/logo.png") no-repeat scroll left center transparent;
    float: left;
    height: 34px;
    width: 145px;
}

.userImage {
	position: relative;
	width: 60px;
	height: 10px;
	display: inline-block;
}

.userImage a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-top: 0px;
	margin-left: 7px;
	position: absolute;
	top: -15px;
	left: 0px;
	border-radius: 50%;
}

.userIcon {
	display: block;
	background-color: #999;
	width:18px;
	height:18px;
	border-radius: 50%;
	margin-right: 7px;
	float: left;
	color: #fff;
	font-size: 9px;
	text-align: center;
	line-height: 18px;
}

.dotColor {
	display: block;
	background-color: #999;
	width:14px;
	height:14px;
	border-radius: 50%;
	margin-right: 0px;
	float: left;
	color: #fff;
	font-size: 9px;
	text-align: center;
	line-height: 18px;
}


.clearleft {
	clear: left;
}

.left { float: left;}


ul.tabbernav li a:link {
	color: #222 !important;
}

ul.tabbernav {
	font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

ul.tabbernav li a {background:none repeat scroll 0 0 #E0E0E0 !important}
ul.tabbernav li.tabberactive a {background-color: #fff !important}

.tabberlive .tabbertab {
	overflow: hidden !important;
	min-height: 15px !important;
}


#formMenu {
	padding-top: 15px;
}

#form {
	margin-top: 7px;
}

#menubar {
	position: fixed;
	width: 100%;
	z-index: 1049;
	top: 0;
	left: 0;
}

/*
#sidebar {
    width: 268px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar #moduleMenu > ul {
	padding-left: 0px;
}

#sidebar #moduleMenu > ul li {
	padding-left: 15px;
}

#sidebar #moduleMenu > ul li > ul {
	padding-left: 0px;
}

#sidebar li.moduleGroup {
 padding-top: 7px;
 padding-bottom: 7px;
}

#sidebar li.moduleGroup li.moduleGroup {
	border-bottom: none;
}

#sidebar ul li ul {
	padding-left: 15px;
}

.sidebar {
    position: fixed;
    background: #fff;
    height: calc(100% - 70px);
    top: 72px;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index: 10;
    overflow-y: auto;
	background-color: #343434;
	color: #fff;
}


.sidebar a {
	color: #fff;
}

*/

#menubar {
	background-color: #343434;
	margin-bottom: 0px;
}

#menubar a, #menubar a:hover, #menubar a:active, #menubar a:visited, #menubar a:focus {
	color: #fff !important;
}

/* #menubar a.btn:hover, .closehomeNotificationView:hover {
	background-color: #E54824;
} */

#menubar .open a, #menubar .open a:hover, #menubar .open a:active, #menubar .open a:visited, #menubar .open a:focus {
	 color: #222 !important;
}

#menubar .navbar-right .open a, #menubar .navbar-right .open a:hover, #menubar .navbar-right .open a:active, #menubar .navbar-right .open a:visited, #menubar .navbar-right .open a:focus {
	 color: #fff !important;
}


#menubar .open > a, #menubar .open > a:hover, #menubar .open > a:active, #menubar .open > a:visited, #menubar .open > a:focus {
	 color: #fff !important;
}

#menubar .navbar-right {
	margin-right: 10px;
}


/*
#sidebar ul > li.moduleGroup:hover {
	background-color: #fff;
	color: #222;
}
*/

#menubar ul {
	font-size: 12px;
	padding-left: 5px;
}

#menubar ul > li.moduleGroup ul {
	list-style: none;
	padding-left: 5px;
	font-size: 12px;
}

.line-wrap,.line-wrap .line{width:18px;-o-transition:all}

.actions>a>i,.actions>li>a>i{color:#adadad;font-size:20px}

.line-wrap{height:12px;-webkit-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;margin:12px 20px}

.line-wrap .line{height:2px;-webkit-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;background-color:#fff}

.line-wrap .line.center{margin:3px 0}

.toggled .line-wrap{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}

.toggled .line-wrap .line.top{width:12px;transform:translateX(8px) translateY(1px) rotate(45deg);-webkit-transform:translateX(8px) translateY(1px) rotate(45deg)}

.toggled .line-wrap .line.bottom{width:12px;transform:translateX(8px) translateY(-1px) rotate(-45deg);-webkit-transform:translateX(8px) translateY(-1px) rotate(-45deg)}

.hi-trigger {
    cursor: pointer;
}


.fieldName {
    background-color: #deecf9;
}

.fieldName.minWidth90 {
    min-width: 90px;
}

.fieldButtonName {
    background-color: #deecf9;
    width: 10px !important;
}

.fieldButton {
    text-align: center;
}

.fieldButton a:hover, .fieldButton a:active, .fieldButton a:focus{
	text-decoration: none;
}


.fieldButtonColumn {
    background-color: #deecf9;
	min-width: 255px;
	width: auto;
    padding-left: 7px;
    padding-right: 7px;
}

.fieldButtonColumn.small {
	width: 100px;
  min-width: 100px;
}

.fieldButtonColumn.medium {
	width: 170px;
	min-width: 135px;
}


.qq-upload-button {
	text-transform: uppercase !important;
    background-color: #ccc !important;
    cursor: pointer !important;
    color: #222 !important;
	line-height: 25px !important;
	height: 25px !important;
	padding-top: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
    border: 1px solid #ccc !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    max-width: 350px !important;
	margin-right: 10px !important;
	margin-right: 7px !important;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
	margin-left: 0 !important;
	width:120px !important;
}

.qq-upload-button-hover {
    background-position: bottom !important;
    background-color: #999 !important;
    border: 1px solid #999 !important;
}
.qq-upload-button-focus {outline:0px dotted black !important;}




#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 50px;
}

#login {
	padding-top: 0px;
}

.table-login {
	border-radius: 5px;
    width: 25%;
	margin: auto;
    float: none;
}

.table-login input {
	width: 100%
}
.table-login td {
	padding-top: 15px;
}

.list td hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.list select {
	/*max-width: 100px;*/
	max-width: 100%;
}


.button {
	background: #deecf9;
	color: #343434 !important;
	outline: none;
    border: 1px solid #cdcdcd;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.button:focus {
	border: 0;
}

.button::-moz-focus-inner {
  border: 0;
}

.button:hover {
	background: #B7BEE8;
}

.loading {
    display: none;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    position: absolute;
    top:30%;
    left: 50%;
    z-index: 99999;
    text-align: center;
}

.loadingView {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    top:30%;
    left: 50%;
    z-index: 99999;
    text-align: center;
}


.loading img, loadingView img {
    position: relative;
}

.alert {
	padding: 5px;
}

.navbar {
	border-radius: 0px;
}

.navbar-default .navbar-text {
	color: #fff;
	margin-bottom: 0px;
	margin-top: 15px;
}

.navbar-default .navbar-text .btn{
	margin-bottom: 4px;
}

.navbar-default {
    background-color: #343434 !important;
    border-color: #343434;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #343434;
}


.navbar-default .navbar-text input, .navbar-default .navbar-text select {
	color: #222;
}

.navbar-brand {
	margin-top: -9px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #E54824;
}

#newpasswordText {display: none;}
#newpassword {display: none;}
#request_newpassword {display: none;}
#alert_email {display: none;}
#resendPasswordResponseFailed {display: none;}
#resendPasswordResponse {display: none;}
#responseRequest {position: relative;}

#filter .advancedSearchFilter, #filterL .advancedSearchFilter {
    display:none;
    background-color: #dddddd !important;
    border: 1px solid #cccccc !important;
}

#filterL table.advancedSearchFilter {
	width: 100%;
}

#filterL {
	padding-top: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
}

#filterL h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#filterL table {
    width: 100%
}

#filterL .filterSubmit td {
	padding-bottom: 7px;
}


#filterL table  tr {
	float: left;
	/*
	height: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	*/
	margin-top: -4px;
	min-height: 30px;
	width: 440px;
}

#filterL table tr.only {
	/*width: auto !important;*/
	width: 100% !important;
	clear: both;
}

#filterL table tr.only + tr {
	clear: left !important;
}

#filterL table tr.half  {
	width: 45% !important;
}
#filterL table tr.half + tr {
	clear: none !important;
}


#filterL table tr.heightAuto {
	height: auto;
	width: 100% !important;
}

#filterL  tr.filerTitle, #filterL tr.filterSubmit, #filterL tr.filerUserSaved, #filterL tr.filerUserSaved  {
	clear: both;
	width: 100%;
	padding-bottom: 7px;
}


#filterL  tr.filerTitle td, #filterL tr.filterSubmit td {
	border: none !important;
	padding-left: 3px !important;
	min-width: 700px
}

#filterL  tr.filerUserSaved td, #filterL tr.filerUserSaved td {
	border: none !important;
	padding-left: 0px !important;
	min-width: 700px;
	padding-bottom: 7px;
}


#filterL table tr > td {
	padding-left: 2px;
	padding-right: 10px;
}

#filterL table tr > td:first-child {
	width: 80px;
	border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius:2px;
	padding-left: 7px;
	padding-right: 7px;
}

#filterL table tr > td:first-child {
	border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    display: block;
    float: left;
    min-height: 23px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    width: 170px;
}

#filterL table tr.filerUserSaved > td:first-child {
	width: 100%;
}



#filterL table tr > td.big {
	width: 170px
}

#paging, .paging {
    margin: 0 auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}


.fieldNameSorter {
	background-image: url(../images/arrow_ad.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
    width: 100% !important;
    min-height: 10px;
    position: relative;
    padding-left: 0px;
    padding-top: 2px;
    padding-right: 0px;
    margin-left: 0px;
}

.fieldNameSortAsc {
	background-image: url(../images/arrow_asc.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
    width: 100% !important;
    min-height: 10px;
    position: relative;
    padding-left: 0px;
    padding-top: 2px;
    padding-right: 0px;
    margin-left: 0px;
}

.fieldNameSortDesc {
	background-image: url(../images/arrow_desc.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
    width: 100% !important;
    min-height: 10px;
    position: relative;
    padding-left: 0px;
    padding-top: 2px;
    padding-right: 0px;
    margin-left: 0px;
}


#filterL #filterBody tr {
}

#filterL #filterBody td {
}

#filterL td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#filterL td.isFilter {
	background-color: #FCE399;
}

div#filterL select {
	max-width: 214px;
}

.formlist{
	position: relative;
	clear: both;
}

.filter_field_close {
	text-decoration: none;
	font-size: 11px;
}

.filter_field_close:hover, .filter_field_close:active, .filter_field_close:focus {
	text-decoration: none;
}

.loading {
    display: none;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    position: absolute;
    top:30%;
    left: 50%;
    z-index: 99999;
    text-align: center;
}


.cancelThisValue {
    text-decoration: line-through;
    color: #ff0000;
}

.textLeft {
    text-align: left !important;
}
.textLeft input {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}
.textRight input {
    text-align: right !important;
}

.textCenter {
    text-align: center !important;
}
.textCenter input {
    text-align: center !important;
}

.total {
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 2px;
    /*border: 1px dotted #dddddd;    */
}

.total td {
	padding: 1px 0px !important;
	border-top: 0px solid !important;
	border-left: 0px solid !important;
	border-right: 0px solid !important;

}

.total td.total {
    font-weight: bold;

}

.list, .listReport {
    margin: 0 auto;
	margin-top: 7px;
    width: 100%;
    z-index: 1;
    clear: both;
}

.listReport .list-group-item {
	padding: 3px 15px;
}

.list-group-item .btn {
	margin-bottom: 0px;
}

#pageMenu .fa {
	font-size: 14px;
}


.buttonIcon {
	font-size: 14px;
	padding: 0px;
	cursor: pointer;
  float: left;
}

.buttonIcon:focus {
	outline: 1px dotted #000;
}


.table .btn {
  margin-right: 2px;
  margin-bottom: 0px;
  margin-top: 2px;
}

.fieldButtonIcon a:focus {
	outline: 1px dotted #000;
}

.fieldButtonIcon a:hover {
	text-decoration: none;
}


.buttonIcon .fa {
	padding: 3px;
}


.buttonIcon:focus, .buttonIcon:hover {
	text-decoration: none;
}


.red {
	color: red;
}

.orange {
	color: orange;
}

.blue {
	color: navy;
}


/*
.list th:nth-child(13), .list td:nth-child(13) {
   display: none
}

.list th:nth-child(14), .list td:nth-child(14) {
   display: none
}

.list th:nth-child(15), .list td:nth-child(15) {
   display: none
}

.list th:nth-child(16), .list td:nth-child(16) {
   display: none
}
*/

table.list_fixed {
	table-layout: fixed;
}

.list_fixed td  {
    max-width: 150px;
	/*
  overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1%;
    */
    word-wrap: break-word;
}

.list_fixed th  {
    max-width: 150px;
	overflow: hidden;
	/*
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 1%;
    */
    word-wrap: break-word;
}

td.td_customerName, td.td_companyName, .ff_customerName > td, .ff_companyName > td {
    font-weight: bold;
}


#TB_window {
	top: 100px !important;
	z-index: 9999 !important;
}

#TB_overlay {
	z-index: 9998 !important;
}

div.result {
	display: none;
}

div.resultBg {
	position: absolute;
	width: 100%;
	background-color: #222;
	opacity:0.4;
	filter:alpha(opacity=40);
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	height:100%;
	min-height: 200%;
	overflow:hidden;
	display: block;
}

div#resultMessage {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 500px;
	max-height: 450px;
	min-height: 150px;
	/*height: 150px;*/
	background-color: #fff;
	/*color: #fff;*/
    border: 2px solid #222;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 101;
 	vertical-align:middle;
}

div.resultMessage .loading {
    width: 35px;
    height: 35px;
    margin: auto;
    position: absolute;
    z-index: 99999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

div.resultMessage ul {
	padding-left: 0;
}

div.resultMessage ul li {
	list-style: none;
}
div.resultMessage a {
	cursor: pointer;
}

div.resultMessage div {
	clear: both;
}

.dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
}


.dropdown-submenu {
    position: relative;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px;
    border-radius: 0 4px 6px 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #222;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #E54824;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #888;
}

.ufp li {
	padding-left: 17px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right: 10px;
	list-style: none;
}

#menubar .ufp .dropdown-menu > li > a{
	padding:2px !important;
}

#menubar .ufp .dropdown-submenu > a::after{
	margin-right: 0px;
}

/* Media Gallery */
.mediaFiles {
    margin-left: 3px;
    position: relative;
    float: left;
}

.mediaFileMenu {
    margin: 7px;
    clear: both;
    float: left;
    display: block;
}

ul.mediaFilesList {
    list-style: none;
    display: inline;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

li.mediaFileLiPrev {
    float: left;
    width:110px;
    position: relative;
	background-color: #cccccc;
	margin-bottom: 7px;
	margin-right: 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

li.mediaFileLiPrevEdit {
    float: left;
    width:110px;
	height: 130px;
    position: relative;
	background-color: #cccccc;
	margin-bottom: 7px;
	margin-right: 7px;
	border: 1px solid #DDDDDD;
	cursor: move;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


.formField .galleryPreview ul li {
	list-style: none !important;
}

.formField .galleryPreview .photo a {width: 50px; height: 50px}

.editPhotoThumb {
	width: 105px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.editPhotoThumb .buttonIcon {
	width: 16px;
	height: 16px;
	float: left;
}

.filetree {
	padding-left: 0px;
}

.filetree  a {
	float: left;
	clear: both;
	font-weight: bold;
}
.filetree .buttonIcon {
	margin-right: 1px;
	float: left;
	padding: 1px;
}

.filetree li {
	list-style: none;
	clear: both;
}

.filetree li li span {
	margin-right: 4px;
	float: left;
	padding: 3px;
}
.filetree li li span span {
	padding: 0px;
	float: none;
}

ul.tree_child {
	padding-left: 7px;
}



li.mediaFileLi {
    float: left;
    width:330px;
    position: relative;
	background-color: #cccccc;
	margin-bottom: 7px;
	margin-right: 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

li.mediaFileLiEdit {
    float: left;
    width:330px;
    position: relative;
	cursor: move;
	background-color: #cccccc;
	margin-bottom: 7px;
	margin-right: 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.photo {
    float: left;
    padding: 7px;
    border: 1px solid #cccccc;
    margin: 7px;
    background-color: #ffffff !important;
	width:300px;
	height:270px;
}

.galleryPreview .photo {
	width:80px;
	height:80px;
}


.photo  a {
	width:600px;
	height:270px;
	display: block;
}

.inputMediaFile {
    clear: both;
    float: left;
    margin:7px;
    width:310px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

.inputMediaFile:focus {
    border: 2px solid #D8EB9A;
    margin: 6px;
}


.inputMediaFile a {
	float: left;
    margin:2px;
}

/* Report */
.isToday {background-color: #FFF1AF !important}
.trSelected td {background-color: #E5FFBF}
.trSelected td.isToday {background-color: #FFE87F !important}
.btnIcon {position:absolute; right:2px; top:-2px}
.isHoliday {background-color: #f4f4f4 !important; color:#999}

.taskForReport {
	margin-bottom: 5px;
}

.taskForReport td {
    background-color: #fff !important;
}

.progress-bar-giarvis {
	/*background-color: #E54824 !important;*/
	/*background-color: #343434 !important;*/
	/*background-color: orange !important;*/
	background-color: #E7A248 !important;
	/*background-color: #ee8d66 !important;*/

}

#printHeader {
	display: none;
}

#printFooter {
	display: none;
}

.customerName {
	font-weight: bold;
	/*color: #3B5C00;*/
}

.productSupplierName {
	font-weight: bold;
	/*color: #DF6300;*/
}

span.alert.alert-warning, span.alert.alert-info, span.alert.alert-danger, span.alert.alert-success {margin-right: 7px; clear: both; display: inline-block; margin-top: 7px; margin-bottom: 0}
span.alert {color: #ff0000; padding: 0}
span.alert.info {color: #31708f;}

.green {color: green;}

.highlight {color: #E64C10; font-weight: normal;}
.mandatory {color: #E64C10; font-weight: normal;}
.mandatoryOpt {color: #AC710A; font-weight: normal;}
.mandatoryCheck {color: #F2001E; font-weight: bold;}

.ui-autocomplete {
    z-index: 1079 !important;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-standard {
	z-index: 1081;
}

.modal-backdrop {
	z-index: 1080;

}

.modal-backdrop.modal-backdrop-fullscreen {
	z-index: 1030;
}

.modalwaiting {
	z-index: 2000;
}


.ui-tooltip{
    max-width: 500px !important;
    width: 400px !important;
}

.taskForReport {
	min-height: 30px;
	min-width: 250px;
}


.popover {
    max-width: 100%;
}

.backupBox1, .backupBox2  {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 0px solid;
}

.backupBox1 p, .backupBox2 p {font-size: 120%; margin-bottom: 15px;}

.backupType {
	background-color: #FAFAFA;
	border: 1px solid #E0E0E0;
	float: left;
	padding: 10px;
	margin-right: 0 auto;
	margin-top: 15px;
}

/*
BACKUP
*/

.backupType1 {margin-right: 15px;}

.backupType h2 {font-size: 14px}

.backupType .button {
	background-color: #61BA2C;
	border-color: #999  !important;
	color: #FFF  !important;
	font-size: 12px  !important;
	padding: 5px 5px  !important;
	height: 30px  !important;
	font-weight: bold !important;
	float:none  !important;
	outline: 0  !important;
    border-radius: 2px 2px 2px 2px  !important;
    cursor: pointer  !important;
    line-height: 20px !important;
    margin: 4px !important;
    max-width: 350px !important;
    overflow: hidden !important;
    text-transform: uppercase !important;
	font-family: Arial, sans-serif !important;
}

.backupType .button:focus {
    outline: none;
}

.backupType .button::-moz-focus-inner {
  border: 0;
}


.backupType .button:hover {
	background-color: #539B26;
	border-color: #999;
}

.buttonLoader {
	background:url('../images/progressbar.gif') repeat-x left !important;
}

.buttonDownload {
	background-color: #00BEFA !important;
}
.buttonDownload:hover {
	background-color: #00ACE5 !important;
}


.backupType img {margin-bottom: 15px}


/****************************/
/*  Full calendar           */
/****************************/
#fullcalendarmain {z-index: 1; margin-top: 15px}
.fullcalendar {z-index: 1; font-size: 14px !important;}
.waitcalendar, .taskclosed, .alldaylongtime {opacity: 0.4; filter: alpha(opacity=40);}
.fc-scroller {overflow-y: hidden !important;}

#calendarNav {}
#calendarNav ul {padding-left: 0}
#calendarNav  li { white-space: nowrap; list-style: none; width: 100%; display:inline-block; margin:0 1% 0 0;}
#calendarNav  .production-types-list li{  width: 25%;}
.taskscroll, .lotscroll { overflow-y: auto; }
.taskscroll .fc-event, .lotscroll .fc-event {
	padding: 7px;
	padding-right: 7px;
	margin-top: 2px;
	cursor: pointer;
	white-space: normal;
	font-size: 1em;
	z-index: 1;
	background: #deecf9 none repeat scroll 0% 0%;
	border-color: #deecf9;
	color: #222;
}
.taskscroll .fc-event:hover, .lotscroll .fc-event:hover  {color: #222}
.taskscroll .fc-event button, .lotscroll .fc-event button { background-color: transparent; }
.taskscroll .fc-event button.btn, .lotscroll .fc-event button.btn { margin-bottom:0px; }
.taskscroll .fc-other-infos .text-small {font-size: inherit;}
.taskscroll-in-calendar .fc-other-infos .text-small {font-size: inherit;}

.taskscroll-in-calendar, .lotscroll-in-calendar { overflow-y: auto; }
.taskscroll-in-calendar .fc-event, .lotscroll-in-calendar .fc-event {
	padding: 7px;
	padding-right: 7px;
	margin-top: 2px;
	cursor: pointer;
	white-space: normal;
	font-size: 1em;
	z-index: 1;
	background: #deecf9 none repeat scroll 0% 0%;
	border-color: #deecf9;
	color: #222;
}
.taskscroll-in-calendar .fc-event:hover, .lotscroll-in-calendar .fc-event:hover {color: #222}
.taskscroll-in-calendar .fc-event button, .lotscroll-in-calendar .fc-event button{ background-color: transparent; }
.taskscroll-in-calendar .fc-event button.btn, .lotscroll-in-calendar .fc-event button.btn{ margin-bottom:0px; }
.lotscroll .fc-event, .lotscroll-in-calendar .fc-event { width:19%; display:inline-block; }

.fc-other-infos .text-small{
 	font-size: 0.8em;
}

.popover-title .text-small{
	display:none;
}

.fc-event .fc-title .fc-other-infos{
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    padding: 4px;
    /*margin-top: 5px;*/
    border-radius: 3px;
}

.fc-event .fc-title .fc-other-infos.transparent{
    background-color: transparent;
    color: #222;
    margin-top:0px;
}

.task-calendar-event-button{
	position: absolute;
	top:5px;
	right:0px;
}

.userAppColor, .productionTypeColor { display: block; float: left; width: 12px; height: 12px; background-color: #ccc; clear: left; margin-top: 7px; border: 1px solid #fff;}
.userAppName, .productionTypeName {float: left; margin-left: 7px; ; margin-top: 7px}
.disabled  {
	background: #ccc;
	opacity: 0.4; filter: alpha(opacity=40);
    color: #FFFFFF;
    cursor: default;
}

.ue_selected {background: #deecf9; width: 100%; float: left; margin-bottom: 1px; padding: 0px 5px 5px 7px; cursor: pointer;}
.ue_disabled {background: transparent;}
.tooltipevent {min-width: 246px;  font-size: 12px}
.tooltipevent .subject {font-weight: bold;}
.tooltipevent .infotask {margin-bottom: 2px;}
.tooltipevent .infotitle {font-weight: bold;}
.tooltipevent hr {margin-bottom: 2px; margin-top: 2px}
#calendarLoading {position: absolute; width: 500px;  height: 100px;  overflow: auto;  margin: auto;  position: absolute;  top: 0; left: 0; bottom: 0; right: 0; background: transparent url(../images/loading_big.gif) no-repeat center center; border: 0px solid #000; z-index: 90000;}
.event-loading {position: absolute; width: 500px;  height: 100px;  overflow: auto;  margin: auto;  position: absolute;  top: 0; left: 0; bottom: 0; right: 0; background: transparent url(../images/loading_big.gif) no-repeat center center; border: 0px solid #000; z-index: 90000;}
.fc-day-grid-event {padding: 3px 3px !important;}
.fc-time-grid-event{padding: 3px 3px !important;}



.modal-fullscreen {
  background: transparent;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.modal-backdrop {
    z-index: 1040;
}

.planningEdit label.left {
	line-height: 36px;
	padding-right: 7px;
	padding-left: 7px;
}

.planningEdit .like-label
{
	line-height: 36px;
	padding-right: 7px;
	padding-left: 7px;
}
table.listWidthAuto {
    width: auto;
}

tr.quoteItemGroupRow, tr.orderItemGroupRow, tr.deliveryNoteItemGroupRow, tr.invoiceItemGroupRow {
    background-color: #fcfbca;
}

tr.quoteItemGroupRow td, tr.orderItemGroupRow td, tr.deliveryNoteItemGroupRow td, tr.invoiceItemGroupRow td {
	/*opacity: 0.6;*/
}

tr.quoteItemGroupRow .td_itemName, tr.orderItemGroupRow .td_itemName, tr.deliveryNoteItemGroupRow .td_itemName, tr.invoiceItemGroupRow .td_itemName {
	padding-left: 15px !important;
}

/*
tr.quoteItemGroupRow .td_itemName:before, tr.orderItemGroupRow .td_itemName:before, tr.deliveryNoteItemGroupRow .td_itemName:before, tr.invoiceItemGroupRow .td_itemName:before {
	content: ' - ';
}
*/

tr.cartPackage, tr.itemPackage {
    background-color: #f4f3c3;
}

.originPrice {
	font-size: 90%;
	color: #555;
}

table.no-thead td {padding-left: 7px !important;}

.selectRowsBox {
	min-width: 68px;
	height: 45px;
	padding: 7px ;
	float: left;
	background-color: #deecf9;
	text-align: center;
}

.selectRowsBox input[type=checkbox] {
	margin-top: 4px;
}

.selectAllRowsBox {
	width: 50px;
	float: left;
}

.selectedRowsBoxCmd {
	width: auto;
	float: left;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #E1E9EB;
	color: #222 !important;
}

.table.borderless, .table .borderless td, .table .borderless th {
    border: none;
}

.table .btn {
	margin-bottom: 3px;
}

ul.treeviewcheck, ul.treeviewcheck li, ul.treeviewcheck ul{
	list-style:none;
 	padding:0px 10px;
}

ul.treeviewcheck li input{
	margin-right: 6px;
}

#searchTaskBy input, .search-for-calendar { width:100%; padding:10px;}

/* CSS3 */

/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.custom-menu .hideMenuElement{
	height: 0px;
	width: 0px;
	border: 0px;
	position: absolute;
	left:-9000px;
}

.contextmenuClicked{
	position: relative;
}

.contextmenuClicked:hover:after{
	background: url("../images/click.png") no-repeat scroll left center transparent;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 8px;
	content: " ";
	top: 5px;
}

/*Reports*/
.reportRow {background-image: none; border-bottom: none; }
.reportRow .formInputField {margin-left: 510px}
.reportRow span {line-height: 42px;padding: 5px;}
.reportblock {
	-webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 2px 2px 2px #CCCCCC;
    box-shadow: 2px 2px 2px #CCCCCC;
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 2px 2px 2px #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: left;
    line-height: 31px;
    margin-right: 3px;
    min-width: 37px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 150%;
    text-align: center;
    padding: 5px;
	margin-bottom: 7px;
}

#sent.reportblock {background: none repeat scroll 0 0 #7FADFF;}
#sent.reportblock:hover {background: none repeat scroll 0 0 #3F85FF; text-decoration: none;}
#opened.reportblock {background: none repeat scroll 0 0 #85CF4D;}
#opened.reportblock:hover {background: none repeat scroll 0 0 #74BF3B; text-decoration: none;}
#unopened.reportblock {background: none repeat scroll 0 0 #FFB93F;}
#unopened.reportblock:hover {background: none repeat scroll 0 0 #FF953F; text-decoration: none;}

.marketingCampaignMailingMessage {position:relative; float: left; width: 80%; display: none;}

#to-do-list-container {display: flex; display: -webkit-flex; /* Safari */ width: 100%;}
#to-do-list {width: 280px;}
#to-do-list .btn {font-size: 14px}
#to-do-list ul {cursor: pointer;}
#to-do-list ul li {overflow: hidden; text-overflow: ellipsis; padding-bottom: 1px; border: 0; background-color: #fbfbfb}
#to-do-list ul li:hover {background-color: #E1E9EB; }
#to-do-list ul li span:first-child {width: 175px; height:18px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;  display: inline-block;}
#to-do-list ul li span + span {float: right; font-size: 11px; line-height: 20px; color: gray; width: auto;}
#to-do-list ul li span + span i {font-size: 16px; }
#to-do-list ul li .btn {background-color: transparent;}
#to-do-list-items {-webkit-flex: 1;  /* Safari 6.1+ */ -ms-flex: 1;  /* IE 10 */ flex: 1; background-color: #e7e3d3; margin-top: -7px}
#to-do-list ul li.selected {background-color: #b6eda1;}
#to-do-list ul.inbox {margin-bottom: 1px}
#to-do-list-items h1 {margin-top: 7px;}
.to-do-list-menu {}
.to-do-list-scroll {overflow-y: auto; overflow-x: hidden; }
input.toDoListItemDueDate {width: 100px !important; float: left; margin-right: 7px;}
.divToDoListItemDueDate {float: left; width: 100px}
.toDoListItemCmd {float: left; }
.toDoListItemForm table {width: 100%}
.toDoListItemForm table td:first-child {min-width: 200px}
.toDoListItemForm  input {border: 0; height: 34px; padding: 6px 12px; width: 100%; background-color: transparent;}
.toDoListItemForm .btn {background-color: transparent;font-size: 14px}
.toDoListItemsList #filterL {border-color: #fbfbfb; padding-bottom: 7px}
.toDoListItemsList li {font-size: 14px; border-radius: 4px; margin-bottom: 1px; border:0;}
.toDoListItemsList li:hover {background-color: #E1E9EB;}
.toDoListItemsList li button, .toDoListItemsList li button:hover {font-size: 14px;}
.toDoListItemsList h2 {text-align: center;}
.toDoListItemFromArea li, .toDoListItemFromArea li:hover {background-color: rgba(137, 121, 100, 0.8); color: #fff;}
.toDoListItemFromArea li .btn, .toDoListItemFromArea li .btn:hover, .toDoListItemFromArea li .btn:focus, .toDoListItemFromArea li .btn:visited, .toDoListItemFromArea li .bnt:active {font-size: 14px; color: #fff; background-color: transparent;}

.time-h {display: inline-block;
width: 76px;
border: none;
font-size: 14px;}

.time-hm {display: inline-block;
width: 20px;
border: none;
font-size: 14px;}

.form-control.order-by, .form-control.search {
	width: auto;
	float: right;
	margin-right: 2px;
}

.message-for-empty-fields {
	display: none;
}

.variant-select-value {
	width: 100%;
}

.variant-value-input{
	width: 100%;
	max-width: 100% !important;
	margin-bottom: 4px;
}

.list-variant-item {
	padding: 3px 3px;
	margin-left: 4px;
	margin-right: 4px;
}
.variant-insert {
	margin-left: 4px;
	margin-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sessionPriceList {
  width: 100px;
}

/*
Pagina selezione attivazioni
*/
#subscription-page {
  width: 960px;
}

.list-modules {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 150px;
    height: 675px;
    color: rgb(45, 62, 80);
    font-size: 14px;
    max-height: 100%;
    width: 100%;
}
.list-modules i {
  margin-right: 0.5em;
  color: rgb(206, 210, 214);
}

.list-modules i.is-in {
  color: #E54824;
}


.module {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 33.33%;
    padding-right: 2em;
    padding-bottom: 1em;
    /*border: 1px solid #ccc;*/
}

.module-list, .module-list-view {
    display: block;
    width: 100%;
    padding-right: 0em;
    padding-bottom: 1em;
    /*border: 1px solid #ccc;*/
}

.module-list-view .module-list {
  padding-left: 2em;
  padding-bottom: 1em;
}
.module-list-view .module-list:first-child {
  padding-left: 0.5em;
  padding-right: 2em;
  padding-bottom: 1em;
  font-weight: bold;
}


.subscriptions li {
  cursor: pointer;
}

.radio-btn {
    position: relative;
    height: 16px;
    width: 16px;
    min-width: 16px;
    min-height: 16px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(206, 210, 214);
    border-image: initial;
    transition: border-color 0.3s ease;
    margin-right: 12px;
    margin-left: -30px;
}

.radio-btn-selected {
    position: relative;
    height: 16px;
    width: 16px;
    min-width: 16px;
    min-height: 16px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #E54824;
    border-image: initial;
    transition: border-color 0.3s ease;
    margin-right: 12px;
    margin-left: -30px;
}

.radio-btn-selected::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    height: 8px;
    width: 8px;
    background-color: #E54824;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.plan h2, .plan-selected h2,  .plan h3, .plan-selected h3  {
  font-weight: bold;
  margin-left: 30px;
}
.plan h2, .plan-selected h2 {
  margin-top: 10px;
}

.plan h3, .plan-selected h3 {
  margin-top: 10px;
}


.plan h3 span, .plan-selected h3 span {
  font-size: 12px;
  color: #888;
}

.plan-selected {
  background-color: #e5482405;
}

#terms .term {
  display: none;
}

h1.giarvis-version {
  position: relative;
}
h1.giarvis-version, h1.giarvis-version span  {
  font-size: 30px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 30px;
}

h1.giarvis-version span  {
  color: #E54824;
}

h1.giarvis-version .btn {
  position: absolute;
  right: 20px;
  background-color: #E54824;
  border-color: #E54824;
  color: #fff;
  font-size: 16px;
}

td span.saleItemStockQty,
td span.saleItemStockLotCodeQty,
td span.saleItemStockLotQty {
	clear: both;
	float: left;
	margin: 0;
}


/* fine pagina selezione attivazioni */


.button-checkbox {
	border: 1px solid #ccc; 
	border-radius: 4px; 
	line-height: 1.5; 
	margin-bottom: 7px; 
	margin-right: 5px; 
	display: inline-block; 
	white-space: nowrap; 
	padding: 6px 12px;
}


@media only screen and (max-width: 768px) {
	
	#menubar .navbar-right {
		zoom: 0.8;
	}

}


@media (min-width: 768px) {

  .modal-fullscreen .modal-dialog {
    width: 750px;
  }

}

@media (min-width: 1181px) {

	.modal-fullscreen .modal-dialog {
	  width: 970px;
	}

	table.sale-items tr td {
		padding: 4px 1px 1px 1px !important;
	}

	table.sale-items .sale-items-production-lots tr td {
		padding: 4px !important;
	}


}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

@media only screen and (max-width: 1181px) {
	
	#menubar .navbar-right {
		margin-right: 10px;
		position: absolute;
		top: 0;
		left: 60px;
	}

	.form-filter-group {
		clear: both;
		float: left;
		padding-bottom: 7px;
	}

	.filter_field_close {
		float: right;
	}

	#filterL table tr > td {
		width: 180px;
	}

	div#filterL select, div#filter select, div#filterL input, div#filter input {
		width: 150px;
	}	

	div#filterL input[type=checkbox], div#filter input[type=checkbox] {
		width: 20px !important;
		margin-bottom: 4px;
	}

	div#filterL .form-filter-group input, div#filter .form-filter-group input {
		width: 130px;
	}

	div#filterL .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 150px !important;
	}

	#ItemsTotals {
		width: 100%;
		float: left;
		clear: both;
	}

	#ItemsTotals td {
		min-height: 35px;
	}


	#ItemsTotals button {
		float: right !important;
		min-width: 50px !important;
		height: 30px !important;
	}

	#no-more-tables .docTotals tr {
		margin-bottom: 0;
		border: 0px;
		border-bottom: 1px solid rgb(238, 238, 238);
	}

	#no-more-tables .docTotals td {
		padding: 7px !important;
		text-align: right !important;
		border: 0px !important;
	}


	table.list_fixed {
		table-layout: auto;
	}
	
	.list_fixed td  {
		max-width: 100%;
		word-wrap: normal;
	}
	
	.list_fixed th  {
		max-width: 100%;
		overflow:unset;
		word-wrap: normal;
	}
	

	.dropdown-submenu>.dropdown-menu {
		left: 0px;
		display: block;
	}


	#pageMenu {
		background: none;
	}

	#pageMenu h1 {
		float: none;
	}


	.table-login {
	    width: 50%;
	}
	.formFieldRow.row {
	  margin-left: -15px;
	  margin-right: -15px;
	}

    .navbar-header {
        float: none;
    }

    .navbar-header button {
      width: auto !important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

	.navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }

    .navbar-default {
        background-color: #343434 !important;
        border-color: #343434;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: #343434;
    }

	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	    color: #222;
	    text-decoration: none;
	    background-color: #343434;
	}

	#sessionPriceList {
		width: 100px;
	}

	.formFieldRow.row {
	  display: block;
	}

	.formFieldRow.row > .formFieldTitle {
		 display: block;
	}

	#menubar .open a, #menubar .open a:hover, #menubar .open a:active, #menubar .open a:visited, #menubar .open a:focus {
	    color: #fff !important;
	}

	.formFieldTitle {
		background-color: #fbfbfb;
		padding-bottom: 0;
		padding-top: 8px;
		font-weight: bold;
	}

	.formInputField {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#filterL table tr {
		width: 360px;

	}

	#filterL table tr > td:first-child {
		width: 120px;
		border: 0px solid;
	}

	input, textarea, select, button {
		max-width: 100%;
	}


	#filterL input, #filterL textarea, #filterL select, #filterL button {
		max-width: 150px;
	}


    #sidebar {
		/*display: none;*/
    }

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

  #no-more-tables .table-bordered {
    border: none;
  }


	#no-more-tables tr {
     border: 1px solid #ccc;
     margin-bottom: 14px;
  }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
		width: auto !important;
		text-align: left !important;
	}



	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	#no-more-tables	.nodisplay {display: none !important;}


	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	#no-more-tables td:after{ content: '\00a0'; }


	#no-more-tables .fieldButtonIcon {
		padding-left: 15px;
		text-align: center !important;
	}


	.tabbernav {
		display: none !important;
	}
	.tabbertabhide {
		display: block !important;
		clear: both;
	}

	.tabbertab {
      border: 1px solid #dddddd !important;
      padding: 15px !important;
      margin-bottom: 7px;
  }

	.tabbertab h2 {
		display: block !important;
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
	}

	.tabbertab .tabbertab h2 {
		font-size: 16px;
		margin-top: 0px;
	}

	.tabbertab .tabbertab  {
      border: 1px solid #eee !important;
      padding: 15px !important;
      margin-bottom: 7px;
  }

	.ui-tooltip{
	    max-width: 320px !important;
	    width: 320px !important;
	}

	.taskForReport {
		min-height: 30px;
		min-width: 230px;
		max-width: 300px !important;
		width: 300px !important;
	}

  td span.saleItemStockQty,
	td span.saleItemStockLotCodeQty,
	td span.saleItemStockLotQty {
		float: none;
	}
}

@media only screen and (max-width: 360px) {
	.table-login {
	    width: 100%;
	}
}

@media print {

	body {
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
		background-color: #ffffff;
		font-family:Arial,sans-serif;
		line-height: 1.4em;
		letter-spacing:0.2pt;
		word-spacing:1.1pt;
		font-size: 11px !important;
	}

	a[href]:after {
	    content: none
	}

	/*Headings */
	h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif !important; }
	h1{font-size:12pt;}
	h2{font-size:11pt;}
	h3{font-size:10pt;}
	h4,h5,h6{font-size:9pt;}

	code { font: 10pt Courier, monospace; }
	blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
	hr { background-color: #ccc; }

	/* Images */
	/*img { float: left; margin: 1em 1.5em 1.5em 0; }*/
	a img, img { border: none; }

	/* Links */
	/*
	a:link, a:visited { background: transparent; font-weight: 700; text-decoration: none;color:#222; }
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
	a[href^="http://"] {color:#000; }
	*/

	/* Table */
	table { margin: 1px; text-align:left; border-collapse: collapse; border: 1px solid #CCC;}
	th { border-bottom: 1px solid #CCC; font-weight: bold;  font-size: 6pt  !important;}
	td { border: 1px solid #CCC !important; font-size: 6pt  !important;}
	th,td { padding: 4px 4px 4px 4px; }
	tfoot { font-style: italic; }
	caption { background: #fff; margin-bottom:2em; text-align:left; }
	thead {display: table-header-group;}
	tr {page-break-inside: avoid;}

	#main {
	    width: auto;
	    border-width: 0;
	}

	.btn {
	    display: none;
	}


	#header {
	    display: none;
	}

	#menu {
	    display: none;
	}

	#pageMenu ul {
	    display: none;
	}

	#pageMenu h1 {
	    margin: 0px;
	    padding: 0px;
	    float: none;
	}


	#pageMenuVerical {
	    display: none;
	}

	#menuGroup {
		display: none;
	}

	#filter, #filterL, #paging, .paging {
		display: none;
	}

	#footer {
	    display: none;
	}

	.fieldButtonColumn, .fieldButtonIcon, .fieldButtonName, .fieldButton {
		display: none;
	}

	.fieldNameSorter {
		background: none;
	}

	.list th {
	    font-weight: bold;
	    border-bottom: 1px solid #cccccc;
	}

	.list td {
	    border-bottom: 1px solid #cccccc;
	}

	.formFieldRow {
	    border-bottom: 1px solid #cccccc;
	    background: none !important;
	}

	.formFieldTitle {
	    border-width: 0;
	    height: auto !important;
	    font-weight: bold;
	    background: none;
	    min-height: 12px !important;
	}

	.formField {
	    border: 0px !important;
	    border-width: 0;
	    height: auto !important;
	    background: none !important;
	    background-color: #ffffff;
	    height: auto !important;
	    min-height: 10px !important;
	}


	.tabber, .tabbernav, tabbertab {
	    border: 0px !important;
	    clear: both;
	}

	div.tabbertab > h2 {
	    padding-top: 10px;
	    background: none;
	    clear: both;
		page-break-before: left;
	}

	#form > div.tabber > div.tabbertab > div.tabber > div.tabbertab > h2
	{
		page-break-before: avoid;
	}

	#printHeader {
		display: block;
		top: 0;
		left: 0px;
		padding-bottom: 10px;
		position: fixed;
		margin:0 auto;
	}

	#printFooter {
		padding-top: 10px;
		top: 1200px;
		bottom: 0;
		left: 0;
		display: block;
		position: fixed;
		margin:0 auto;
		width: 900px;
	}

	.newPage {
		padding-top: 200px;
		page-break-before: always;
	}

}

.modulePageGuideBox{
	width:100%;
	position: relative;
}

.modulePageGuideBox.open{
	border-bottom: 2px dashed #E54824;
}

.modulePageGuideBox form{
	padding: 15px;
}

.modulePageGuideBox .trigger{
	position: absolute;
	right: 15px;
	display: block;
	background-color: #E54824;
	width: 50px;
	text-align: center;
	color: white;
	border-radius: 0% 0% 50% 50%;
	cursor: pointer;
	bottom: -25px;
	height: 25px;
	z-index: 5;
	line-height: 1.75rem;
}

.modulePageGuideBox .trigger i{
	font-size: 1.75rem;
}

.modulePageGuideBox .trigger i{
	transition: transform 1s;
}

.modulePageGuideBox.open .trigger i{
	transform: rotate(180deg);
}

#modulePageDescription{
	width: 100%;
	padding: 15px;
}