/** GENERICI **/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  	/*font-family: 'Lato',''Helvetica Neue';*/
  	font-family: robotoregular, Arial;
}
body {
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	font-family: robotoregular, Arial;
  	padding: 0px;
  	margin: 0px;
}
.text-green {
  	color: #00a65a !important;
}
.borderBottom {
  	border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.lead {
  		font-size: 21px;
	}
}
.lead {
  	margin-bottom: 20px;
  	font-size: 16px;
  	font-weight: 300;
  	line-height: 1.4;
}
.btn {
   margin-right: 0; 
}
/** IMPAGINAZIONE **/
.frameworkGlobalDiv {
	display: table; 
	width: 100%;  
	height:100vh;
}
.frameworkGlobalDivEdit {
	display: table; 
	width: 100%;  
}
.frameworkRow {
	display: table-row;
}
.frameworkLogoCell {
	width: 90px;
	display: table-cell;
	visibility: visible;
	height: 35px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: white;
	cursor: pointer;
}
.frameworkHeaderLeftCell {
	width: 120px;
	display: table-cell;
	border-bottom: 1px solid #eee;
	background-color: white;
	height: 35px;
	vertical-align: middle;
}
.frameworkHeaderRightCell {
	vertical-align: top;
	display: table-cell;
	border-bottom: 1px solid #eee;
	background-color: white;
	height: 35px;
	line-height: 1;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.frameworkLeftMenuCell {
	width: 90px;
	display: table-cell;
	/* background-color: #0A7C41; */
	background-color: #1e282c;
	vertical-align: top;
}
.frameworkProjectMenuCell {
	display: table-cell;
	background-color: #1e282c;
	vertical-align: top;
	padding-top: 20px;
}
.frameworkMainCell {
	display: table-cell;
	background-color: #ecf0f5;
	padding: 20px;
}
.frameworkMainCellEdit {
	display: table-cell;
	background-color: #ffffff;
	padding: 0px;
}
.frameworkFooterFirstCell{
	width: 90px;
	display: table-cell;
	visibility: visible;
	height: 30px;
	/* background-color: #0A7C41; */
	background-color: #1e282c;
}
.frameworkFooterSecondCell {
	display: table-cell;
	background-color: #1e282c;
}
.frameworkFooterThirdCell {
	border-top: 1px solid #d2d6de;
	display: table-cell;
	height: 30px;
	background-color: white;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}
/** HEADER CLASS **/
.frameworkHeaderRightCellUserDiv {
	border-left: 1px solid #eee;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
	height: 37px;
	font-size: 14px;
} 
.user-dropdown-menu {
	width: 350px;
  	top: 35px;
  	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
  	border-top-right-radius: 0;
  	border-top-left-radius: 0;
  	padding: 0;
}
.user-menu-link {
	text-decoration: none;
	color: #666666;
}
.user-menu-link:hover {
	text-decoration: none;
	color: #666666;
}
.user-menu-link:link {
	text-decoration: none;
	color: #666666;
}
.user-menu-link:active {
	text-decoration: none;
	color: #666666;
}
.user-menu-link:visited {
	text-decoration: none;
	color: #666666;
}
.user-header {
  	height: 220px;
  	padding: 10px;
  	text-align: center;
  	background-color: #222;
  	color: #fff;
  	color: rgba(255,255,255,0.8);
}
.img-circle {
 	height: 90px;
  	width: 90px;
  	margin-top: 10px;
}
.user-header-p {	
	margin-top: 10px;
}
.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
  height: 34px;
}
.user-footer .btn-default {
  color: #666666;
}
/** MENU DI SINISTRA **/
.framework-sidebar-menu {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	width: 91px;
}
.framework-sidebar-menu-element {
  	position: relative;
  	margin: 0;
  	padding: 0;
  	text-align:center;
}
.framework-sidebar-menu-element-link {
  padding: 10px 5px 10px 5px;
  display: block;
  color: white;
}
.framework-sidebar-menu-element-link:hover {
	text-decoration: none;
	color: white;
}
.framework-sidebar-menu-element-link:link {
	text-decoration: none;
	color: white;
}
.framework-sidebar-menu-element-link:active {
	text-decoration: none;
	color: white;
}
.framework-sidebar-menu-element-link:visited {
	text-decoration: none;
	color: white;
}
.framework-sidebar-menu-element-active {
	background-color: #1e282c;
}

/** MODIFICHE PER MENU LATERALE IN MOBILE **/
.frameworkBottoneMenu {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 0px 20px;
  font-family: fontAwesome;
  display: none;
  height: 15px;
  color: #eee;
  text-decoration: none; 
  padding-top: 10px;
}
.frameworkBottoneMenu:hover {
	color: #ddd;
	text-decoration: none; 
}
.frameworkBottoneMenu:active {
	color: #eee;
	text-decoration: none; 
}
.frameworkBottoneMenu:link {
	color: #eee;
	text-decoration: none; 
}
.frameworkBottoneMenu:visited {
	color: #eee;
	text-decoration: none; 
}
.frameworkBottoneMenu:before {
  content: "\f0c9";
}

@media (max-width: 767px) {
	.frameworkBottoneMenu {
		display: block;
	}
	.frameworkLeftMenuCell {
		display: none;
		visibility: hidden;
	}
	.frameworkLogoCell {
		background-color: #0A7C41;
		border: 0px;
		display: none;
		visibility: hidden;
	}
	.frameworkLogoCell img {
		display: none;
		visibility: hidden;
	}
	.frameworkFooterFirstCell{
		border: 0px;
		display: none;
		visibility: hidden;
	}
	.activeLeftMenu {
		display: table-cell;
		visibility: visible;
	}
}
/** STILI LTE */
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
  color: #fff !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-framework {
	background-color: #1e282c !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}

.text-white{
	color: #fff !important;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-shadow {
  box-shadow: none!important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  color: #fff !important;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0 !important;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}

/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-framework {
  border-top-color: #1e282c;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  padding-bottom: 0px;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none!important;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool:active {
  outline: none!important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0px 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}


.form-animation{
	opacity:100;
	 position: relative;
	-webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 1s;
    animation-delay: 0s;
}

.form-animation.ng-hide{
	opacity:0;
	 position: relative;
	-webkit-animation-name: example2; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
    animation-name: example2;
    animation-duration: 1s;
    animation-delay: 0s;
}

@-webkit-keyframes example {
    0%   { opacity:0; -webkit-transform: translateX(2000px);
           -ms-transform: translateX(2000px);
           transform: translateX(2000px);}
    
}

/* Standard syntax */
@keyframes example {
     0% { opacity:100; -webkit-transform: translateX(2000px);
          -ms-transform: translateX(2000px);
          transform: translateX(2000px);}
    
}
@-webkit-keyframes example2 {
	0%   { opacity:100; -webkit-transform: translateX(0px);
           -ms-transform: translateX(0px);
           transform: translateX(0px);}
    100%   { opacity:0; -webkit-transform: translateX(-2000px);
           -ms-transform: translateX(-2000px);
           transform: translateX(-2000px);}
    
}

/* Standard syntax */
@keyframes example2 {
	0%   { opacity:100; -webkit-transform: translateX(0px);
           -ms-transform: translateX(0px);
           transform: translateX(0px);}
      100%   { opacity:0; -webkit-transform: translateX(-2000px);
           -ms-transform: translateX(-2000px);
           transform: translateX(-2000px);}
    
}


/** ANIMAZIONE TAB EDIT DATAVIEW **/
.prev-style{
	/*background: #1d864a url('../../images/admin/arrow-left-icon.png') no-repeat right top; */
	background: #1d864a url('../../images/admin/arrow-left-icon.png') no-repeat left top;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right:5px;
	max-width:100px;
	min-height:50px;
	max-height: 50px;
	position: relative;
	color: white;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	width:100px;
	min-height:50px;
	min-width:80px;
	max-height:50px;
	border: 1px solid #27ae60;
	overflow: hidden;
}
.next-style{
	/*background: #1d864a url('../../images/admin/arrow-right-icon.png') no-repeat right top; */
	background: #1d864a url('../../images/admin/arrow-right-icon.png') no-repeat right top;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right:5px;
	max-width:100px;
	min-height:50px;
	max-height: 50px;
	position: relative;
	color: white;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	width:100px;
	min-height:50px;
	min-width:80px;
	max-height:50px;
	border: 1px solid #27ae60;
	overflow: hidden;
}
.step-style {
	background: #27ae60 url('../../images/admin/sfondo_arrow_step.png') no-repeat left top;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right:5px;
	max-width:150px;
	min-height:50px;
	max-height: 50px;
	position: relative;
	color: white;
	font-size: 18px;
	font-weight: normal;
	cursor: pointer;
	width:150px;
	border: 1px solid #27ae60;
	overflow: hidden;
}
.step-style:HOVER{
	background: #1e282c url('../../images/admin/sfondo_arrow_step.png') no-repeat left top;
}

.step-style-hover{
	background: #1e282c url('../../images/admin/sfondo_arrow_step.png') no-repeat left top;
	border: 1px solid #1e282c;
}
.step-align{
	margin-top:12px;
	text-align: left;
    padding-left: 20px;
}
.arrow-step-down{
	width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 14px solid #27ae60;
    border-bottom: 0px solid transparent;
    padding-right:0px; 
    padding-left:0px;
    /*margin: auto;
    margin-left: 100px;
    margin-right: 25px;*/
}

.arrow-style-hover{
	border-top: 15px solid #1e282c;
}

.slide-frame {
    position: relative;
    min-height: 500px;
    overflow: hidden; 
}
.slide-frame > div {
    width: 100%;
}
.wave.ng-enter,
.wave.ng-leave {
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
}
.wave.ng-enter {
	left: 100%;
	position:absolute;
	overflow: hidden;
}
.wave.ng-enter.ng-enter-active {
 	left: 0;
} 
.wave.ng-leave {
  	left: 0;
}
.wave.ng-leave.ng-leave-active {
  	left: -100%;
  	position:absolute;
  	overflow: hidden;
}
.arrow-style, .step-style, .arrow-step-down, .arrow-step-down-div {
    transition: 1s linear all;
    opacity: 1;
}
.arrow-style.ng-hide, .arrow-style.ng-hide {
    opacity: 0;
}
.arrow-step-div {
	display: inline-block;
	min-width:105px;
}
.stepContainer {
	min-width: 870px;
}
.arrow-step-space {
	display: inline-block;
	min-width:10px;
}
.arrow-step-down-div {
	padding-left: 100px;
	height: 15px;
}
.frameworkDataViewEditBoxBody {
	margin-left: 30px;
	margin-right: 30px;
}
.arrow-step-text2 {
	padding-left: 30px;
}
@media (max-width: 1100px) { 
	.arrow-step-div {
		display: inline-block;
		min-width:50px;
	}
	.prev-style, .next-style{
		max-width:53px;
		width:53px;
		min-width:53px;
	}
	.stepContainer {
		min-width: 600px;
	}
	.arrow-step-text {
		display: none;
	}
	.arrow-step-space {
		display: inline-block;
		min-width:2px;
	}
}
@media (max-width: 1065px) { 
	.arrow-step-text2 {
		display: none;
	}
	.step-style {
		max-width:78px;
		width:78px;
		min-width:78px;
	}
	.arrow-step-down-div {
		padding-left: 40px;
	}
	.stepContainer {
		min-width: 475px;
	}
}
@media (max-width: 582px) { 
	.frameworkMainCell {
		padding: 5px;
	}
	.stepContainer {
		min-width: 307px;
	}
	.frameworkDataViewEditBoxBody {
		margin-left: 10px;
		margin-right: 10px;
	}
	.step-style {
		background: #27ae60;
		max-width:53px;
		width:53px;
		min-width:53px;
	}
	.step-style:HOVER{
		background: #1e282c;
	}
	.step-style-hover{
		background: #1e282c;
		border: 1px solid #1e282c;
	}
	.arrow-step-down-div {
		padding-left: 12px;
	}
	.step-align{
		text-align: center;
	    padding-left: 0px;
	}
}

/** SETTINGS **/
.framework-alert-box {
	padding: 10px;
	border-bottom-right-radius: 4px;
  	border-bottom-left-radius: 4px;
  	border-top-right-radius: 4px;
  	border-top-left-radius: 4px;
}




/** ALTRO **/
	.line{
		border-left: 0px;
		background: #fff;
		
	}
	
	.cursor{
	cursor: pointer;
	}
	
	.cursor-default{
		cursor: default;
	}
	.grey-black {
		color: #1e282c;
	}
	
	.help-alert{
	line-height:20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 20px;
	border-radius:10px;
	background-color: #f1f9f7;
    border: 0px;
    color: #1d9d74;
    font-size: 14px;
}

.green-framework{
	background-color:#27ae60 ;
	color:white;
}

.green-framework:HOVER{
	background-color:#1d864a ;
	color:white;
}

.outputfield-style {
	border: #57a87b 2px solid;
	min-height: 40px;
	border-radius:10px;
	margin-top: 5px;
	/* 
	display:inline-block; 
	min-width:1500px;
	padding-top:15px;
	padding-bottom:10px;
	*/
	display: block;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom:5px;
}

.action-style{
	border: #488ca6 2px solid;
	min-height:40px;
	border-radius:10px;
	margin-top: 5px;
	/* 
	display:inline-block; 
	min-width:1500px;
	padding-top:20px;
	padding-bottom:10px;
	*/
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.action-row-style{
	border: #cea435 2px solid;
	min-height:40px;
	border-radius:10px;
	margin-top: 5px;
	/* 
	display:inline-block; 
	min-width:1500px;
	padding-top:10px;
	padding-bottom:10px;
	*/
	display: block;
	margin-bottom: 2px;
	padding-top:5px;
	padding-bottom:5px;
}

.bg-yellow{
	border-color: #f39c12;
}

.bg-yellow:HOVER{
	border-color: #f39c12;
}

.cm-s-mdn-like .CodeMirror-gutters{
	border-left: 6px solid #00a65a;
}

.frameworkProjectAdd-btn{
	margin-left:25%;
	background-color: #1e282c;
	color:#808080;
}

.frameworkProjectAdd-btn:HOVER {
	font-weight: bold;
	color:#808080;
}

table thead {
    background-color: transparent;
}

.blu-aqua{
	background-color: #00c0ef ;
	border-color: #00c0ef;
	color: white;
}

.blu-aqua:HOVER {
	background-color: #0899BD ;
	border-color: #0899BD;
	color: white;
}

.btn-size{
	min-height:30px;
	min-width:100px;
	max-height:30px;
}

a.editable{
	color:#0088cc;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus{
	color:#a94442;
	font-style: italic;
}

.output-item{
	background-color: #57a87b;
	border-bottom-right-radius: 5px;
	border-top-right-radius:5px;
	margin-top:0px;
	padding-left: 10px;
    padding-right: 0px;
    /*
      margin-left: 15px;
      width: 3.5%;
    */
}

.input-item{
	background-color: #57a87b;
	border-bottom-right-radius: 5px;
	border-top-right-radius:5px;
	margin-top:0px;
	padding-left: 10px;
    padding-right: 0px;
    /*
      margin-left: 15px;
      width: 3.5%;
    */
}

.action-row{
	background-color: #cea435;
	border-bottom-right-radius: 5px;
	border-top-right-radius:5px;
	margin-top:0px;
	padding-left: 10px;
    padding-right: 0px;
    /*
      margin-left: 15px;
      width: 3.5%;
    */
}

.action-item{
	background-color: #488ca6;
	border-bottom-right-radius: 5px;
	border-top-right-radius:5px;
	margin-top:0px;
	padding-left: 10px;
    padding-right: 0px;
    /*
      margin-left: 15px;
      width: 3.5%;
    */
  
}

.framework-item-padding {
	padding-bottom: 5px;
}

.firstcolumn-span{
	/*
	width: 4.4%;
	*/
}


.hidden-item{
	background-color: #D2D2D2;
}

.inputparameter-box{
	border: #57a87b 2px solid;
	max-width:1500px;
	min-height: 40px;
	border-radius:10px; 
	/* 
	display:inline-block; 
	min-width:1500px;
	padding-top:10px;
	padding-bottom:10px;
	*/
	display: block;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ams .ams_items_container ul{
	height: 100px;
}

.editable-unsaved{
font-weight: normal;	
}

.javascript-field{
	line-height:20px;
	margin-left:0px;
	padding-left: 10px;
	padding-right: 15px;
	border-radius:10px;
	background-color: #f1f9f7;
    border: 0px;
    color: #1d9d74;
    font-size: 14px;
}

a:-webkit-any-link{
	text-decoration: none;
}

.small-box{
	border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding-top: 5px;
}


.small-box>.inner {
    padding: 10px;
}

.small-box>.icon {
   -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -15px;
    right: 10px;
    z-index: 0;
    font-size: 100px;
    color: rgba(0,0,0,0.15);
    padding-right: 1px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.small-box>.icon:HOVER {
  font-size: 120px;
  top: -35px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.small-box-header{
	color:white; 
	margin-top:0px;
	font-size:40px
}

.fileUpload {
	    position: relative;
	    overflow: hidden;
	    margin: 10px;
	}
	
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.divider{    
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.toast-success{
    background: rgba(0,0,0,0.6);
}

#toast-container > div {
 	width: 400px;
}
	
.margin-left{
	margin-left: 110px;	
}

.margin-popup{
	margin:10px 10px 10px 15px;
}

.no-margin-bottom{
	margin-bottom:0px;
}

.margin-left-form{
	margin-left:30px;
}

.padding-top-column{
	padding-top:2.5%;
}

.margin-top-bottom-15{
	margin-top:15px;
	margin-bottom:15px;
}

.margin-top-bottom-5{
	margin-top:5px;
	margin-bottom:5px;
}

.chart-label-style{
	font-size: 120%;
	color:black;
	padding-top: 11px;
	font-weight: normal;
}

.btn-framework{
	min-height:30px;
	min-width:100px;
	max-height:30px;
}

.text-white{
	color:white;
}

.text-alert{
	color:#a94442;
}

.picture-style{
	width: 35px;
	text-align: center;
	border-radius: 5px;
}

.icon-warning{
	color: rgba(255, 127, 0, 0.94);
}

.text-warning{
	color: rgb(255, 103, 0);
}

.text-grey{
	color:grey;
}

.popover{
	width: 135px;
	margin-top: 3px;
	
}

.popover-content{
	padding-right:0px;
	padding-left:5px;
}


.form-control
,  .col-xs-1
,  .col-sm-1
,  .col-md-1
,  .col-lg-1
,  .col-xs-2
,  .col-sm-2
,  .col-md-2
,  .col-lg-2
,  .col-xs-3
,  .col-sm-3
,  .col-md-3
,  .col-lg-3
,  .col-xs-4
,  .col-sm-4
,  .col-md-4
,  .col-lg-4
,  .col-xs-5
,  .col-sm-5
,  .col-md-5
,  .col-lg-5
,  .col-xs-6
,  .col-sm-6
,  .col-md-6
,  .col-lg-6
,  .col-xs-7
,  .col-sm-7
,  .col-md-7
,  .col-lg-7
,  .col-xs-8
,  .col-sm-8
,  .col-md-8
,  .col-lg-8
,  .col-xs-9
,  .col-sm-9
,  .col-md-9
,  .col-lg-9
,  .col-xs-10
,  .col-sm-10
,  .col-md-10
,  .col-lg-10
,  .col-xs-11
,  .col-sm-11
,  .col-md-11
,  .col-lg-11
,  .col-xs-12
,  .col-sm-12
,  .col-md-12
,  .col-lg-12
{
	box-sizing: border-box;
}

.col-xs-1
,  .col-sm-1
,  .col-md-1
,  .col-lg-1
,  .col-xs-2
,  .col-sm-2
,  .col-md-2
,  .col-lg-2
,  .col-xs-3
,  .col-sm-3
,  .col-md-3
,  .col-lg-3
,  .col-xs-4
,  .col-sm-4
,  .col-md-4
,  .col-lg-4
,  .col-xs-5
,  .col-sm-5
,  .col-md-5
,  .col-lg-5
,  .col-xs-6
,  .col-sm-6
,  .col-md-6
,  .col-lg-6
,  .col-xs-7
,  .col-sm-7
,  .col-md-7
,  .col-lg-7
,  .col-xs-8
,  .col-sm-8
,  .col-md-8
,  .col-lg-8
,  .col-xs-9
,  .col-sm-9
,  .col-md-9
,  .col-lg-9
,  .col-xs-10
,  .col-sm-10
,  .col-md-10
,  .col-lg-10
,  .col-xs-11
,  .col-sm-11
,  .col-md-11
,  .col-lg-11
,  .col-xs-12
,  .col-sm-12
,  .col-md-12
,  .col-lg-12
{
	font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8
{
	color: rgb(51, 51, 51);
}
.table {
    border-spacing: 0;
    border-collapse: collapse;
}
.tablecal {
	border-spacing: 0;
    border-collapse: collapse;
}
.btn-group, .btn-group-vertical {
    display: inline-flex;
}
@media (max-width: 767px) {
    .qtable-responsive .qdropdown-menu,
    .qtable-responsive .qdropdown-toggle {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .qtable-responsive {
        overflow: visible;
    }
}
.table thead {
	background-color: #eee;
	font-size: small;
	font-weight: bold;	
}

.table tfoot {
	font-size: small;
	font-weight: bold;	
}

.table tbody {
	border-bottom: solid 2px #eee;
	font-size: small;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #eee;
}

.table>thead>tr>th {
	border-bottom: 1px solid #eee;
}

.pagination-sm {
	margin: 0px 0;
	font-size: small;
}

.pagination>li>a, .pagination>li>span .pagination>li>a>span {
	color: #333;
	font-size: small;
}
	
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #1e282c;
	border-color: #1e282c;
}

.btn-framework-color {
    background-color: #1e282c;
    border-color: #1e282c;
    color: white;
}
.btn-framework-color:HOVER {
	color: white;
}
.text-framework {
	color: #1e282c;
	font-weight: bold;
}
.form-control-number {
	text-align: right;
}
.active-order-icon {
	color: #1e282c;
}
.filterDiv {
	border: 2px solid #1e282c;
	border-radius: 10px;
	padding: 2px 10px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.fade
{
  opacity: 1;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.ng-hide
{
  opacity: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.help-style {
    font-style: italic;
    margin-top: 5px;
    background-color: #f3f3f3;
    border-radius: 0px 20px 0px 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.has-error {
	color: #a94442;
}

.quix-popup-search-field {
    position: relative;
}
.quix-popup-search-field-container {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-image: none;
    min-height: 34px!important;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    outline: 0;
    border: 1px solid #c6c6c6;
    padding: 1px 8px 1px 8px;
    font-size: 14px;
    min-height: 34px!important;
    border-radius: 4px;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: normal;
    background-color: #fff;
}

.quix-popup-search-field-label {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    float: left!important;
    text-align: left;
}
.quix-popup-search-field-icon {
    padding-top: 5px;
    font-weight: bold;
    float: right!important;
}
