@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
}


/*FONT*/


@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../font/AvenirNextLTPro-Regular.eot') format('embedded-opentype'),
  	   url('../font/AvenirNextLTPro-Regular.eot'),
 	   url('../font/AvenirNextLTPro-Regular.woff') format('woff'),
	   url('../font/AvenirNextLTPro-Regular.ttf') format('truetype'),
	   url('../font/AvenirNextLTPro-Regular.svg') format('svg')	;
  font-weight: normal;
  font-style: normal;
}





a{
	color: #337ab7;
	text-decoration: none;
	cursor:pointer;
}

label {
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Source Sans Pro",sans-serif;
	font-weight: 500;
	line-height: 1.1;
}
ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}
b, strong {
    font-weight: 700;
}
p.big{
	font-size:16px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.text-center {
    text-align: center;
}
.text-muted {
    color: #777;
}



.widget{
	float:left;
}

.list-group-unbordered{
	margin:0;
	padding:0;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-unbordered > .list-group-item {
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    padding-left: 0;
    padding-right: 0;
}

.form .row > [class|="col"]{
	padding-right:21px;
	padding-left:21px;
}
.form .row > [class|="col"] > [class|="col"]{
	padding-right:7px;
	padding-left:7px;
}

.form .row .box-body .internal-box > div{
	padding-right:7px;
	padding-left:7px;
}
.form .row .box-body .internal-box > div:first-child{
	padding-left:0;
}
.form .row .box-body .internal-box > div:last-child{
	padding-right:0;
}
.form .row .box-body .internal-box::after,
.form .row .box-body .internal-box::before {
    content: " ";
    display: table;
	clear: both;
}

@media (max-width: 767px) {
	.form .row .box-body .internal-box .col-xs-12{
		padding-left:0;
		padding-right:0;
	}
}

@media (max-width: 767px) {
	.form .row .box-body .internal-box .col-xs-6:nth-of-type(2n+1){
		padding-left:0;
		padding-right:0;
	}
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  background-color: #1E282C;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1E282C;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1E282C;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1E282C;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #1E282C;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #1E282C;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1E282C;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1E282C;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1E282C;
}

.break{
	padding:5px 0;
}

.dropdown-menu > li > a{
	font-size:15px;
}


.nav{
	list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.nav-stacked > li > a{
	color: #444;
	font-weight:normal;
	padding-left:13px;
}
.nav-stacked > li:hover{
	background-color:#F7F7F7;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent none repeat scroll 0 0;
    border-left: 3px solid #3c8dbc;
    border-top: 0 none;
	font-weight:600;
	padding-left:10px;
}

.no-padding {
    padding: 0 !important;
}



/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #FFF;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  display:inline-block;
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-color: #367fa9;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-white {
  background-color: #fff;
  color: #444;
  border-color: #ddd;
}
.btn-white:hover,
.btn-white:active,
.btn-white.hover {
  background-color: #fff;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

@media (max-width: 767px) {
	.btn-app {
		margin:0;
		padding:0;
		height:auto;
	}
	.menu-top .btn-app,
	.menu-top .btn-app:focus,
	.menu-top .btn-app:active {
		font-size:13px !important;
		white-space:normal;
		text-align:left;
	}
	.menu-top .item .fa {
		font-size:11px !important;
		padding:0 !important;
	}

	.menu-top .btn-app {
		height:39px;
		 display: table-cell;
  vertical-align: middle;
	}

}

.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.btn.btn-sm {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 3px 10px;
}

a.btn.btn-sm {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 10px;
}

.btn-box-tool {
	border: 1px solid transparent;
    background: transparent none repeat scroll 0 0;
    color: #97a0b3;
    font-size: 12px;
    padding: 0 5px 5px 5px;
}
.btn-box-tool:hover {
	color: #606c84;
}
.btn-box-tool:active {
	box-shadow:none;
}
.box-header .mobile-show .fa-check-circle{
	font-size:18px;
}


.btn.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.box-tools-icon{
	margin-top:5px;
}

.bg-green{
	background-color: #00a65a !important;
}
.bg-red{
	background-color: #dd4b39 !important;
}

.bg-light-blue{
	background-color: #3c8dbc !important;
}
.bg-yellow{
	background-color: #f39c12 !important;
}


.green{
	color: #00a65a;
}
.red{
	color: #dd4b39;
}

.light-blue{
	color: #3c8dbc;
}
.yellow{
	color: #f39c12;
}

.menu-top .btn-app,
.menu-top .btn-app:focus,
.menu-top .btn-app:active {
	border-color:transparent;
	background-color:transparent;
	font-size:18px;
	border-radius:0;
	box-shadow:none;
}

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/*HEADER*/
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

header ul.navbar-nav {
    content: " ";
    display: table;
	list-style: outside none none;
    margin:0;
    padding:0;
}
	header ul.navbar-nav > li {
		float: left;
		display: block;
		position: relative;
	}
	header ul.navbar-nav > li > a {
    	padding: 15px ;
		display:block;
		color:#000;
	}

	header ul.navbar-nav > li.user-menu .nome_user{
		padding:0 5px 0 0;
	}

.main-header {
    max-height: 100px;
    position: relative;
    z-index: 1030;
	background:#FFF;
}

	.main-header .navbar{
		padding:0;
		margin:0;
		height:50px;
		color:#fff;
	}
	.main-header .navbar > a{
		color:#fff;
	}

	.main-header .navbar .nav > li > a > .label {
	  position: absolute;
	  top: 9px;
	  right: 7px;
	  text-align: center;
	  font-size: 9px;
	  padding: 2px 3px;
	  line-height: .8;
	  background-color: #dd4b39 !important;
	  border-radius: 0.25em;
	}

	.main-header .logo {
		display: block;
		float: left;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 20px;
		font-weight: 300;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		text-align: center;
		width: 200px;
		padding:5px 0 0 0;
		margin:0;
		color:#000;
		background:#fff;
	}

	.main-header .sidebar-toggle {
		background-color: transparent;
		background-image: none;
		float: left;
		font-family: fontAwesome;
		padding: 15px 15px 12px 15px;
		font-size:18px;
	}

	.main-header .navbar-custom-menu {
    	float: right;
	}

	.main-header .navbar-custom-menu li.select_user{
		padding-top:10px;
	}

	.main-header .navbar-custom-menu .dropdown-menu{
		right:0;
		left:auto;
	}

	.main-header .navbar-custom-menu .dropdown-menu > li.header{
		background-color: #ffffff;
   		border-bottom: 1px solid #f4f4f4;
  	  	border-radius: 4px 4px 0 0;
		color: #444444;
		font-size: 14px;
    	padding: 7px 10px;
	}
	.main-header .navbar-custom-menu .dropdown-menu > li.footer a{
		text-align:center;
		font-size: 12px;
    	padding: 5px 10px;
	}


	@media (max-width: 767px) {
		.main-header .navbar-custom-menu .dropdown.notifiche > ul.dropdown-menu{
			right:-140px;
		}
	}

	.divScrollNotifiche ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	.divScrollNotifiche ul li{
		width:100%;
		border-bottom: 1px solid #f4f4f4;
		color:#000;
	}

	.main-header .navbar-custom-menu .dropdown-menu .divScroll ul li{
		width:300px;
		border-bottom: 1px solid #f4f4f4;
		color:#000;
	}

	.divScrollNotifiche ul li.notifica-eliminata p{
		padding:5px 0;
	}
	.divScrollNotifiche ul li.notifica-eliminata a{
		display:inline;
	}
	.divScrollNotifiche ul li.nuova{
		background-color:#D8E4FF;
	}
	.divScrollNotifiche ul li.loading{
		text-align:center;
		font-size:15px;
		color:#ADADAD;
		padding:15px ;
	}
	.divScrollNotifiche ul li.loading-sml{
		font-size:5px;
		padding:0 ;
	}

	.divScrollNotifiche ul li .icon_notifica{
		font-size:45px;
	}

	.divScrollNotifiche ul li img.azienda-image{
		border:0;
	}
	.divScrollNotifiche ul li img.user-image{
		border:0;
	}
	.divScrollNotifiche ul li a::after{
		content: " ";
    	display: table;
		clear: both;
	}
	.divScrollNotifiche ul li a::before{
		content: " ";
    	display: table;
	}

	.divScrollNotifiche ul li:hover{
		background-color:#F4F4F4;
	}
	.divScrollNotifiche ul li.nuova:hover{
		background-color:#E8EEFC;
	}

	.divScrollNotifiche ul li .action{
		width:10%;
	}
	.divScrollNotifiche ul li .action a{
		display:inline-block;
		width:100%;
		margin:0;
		padding:0;
		color:#FFF;
		text-align:left;
		font-size:14px;
	}

	.main-header .navbar-custom-menu .dropdown-menu .divScroll ul li .action{
		width:20px;
	}

	.divScrollNotifiche ul li .action .nascondi{
		color: #dd4b39;
		padding:5px 0;
	}
	.divScrollNotifiche ul li .action .letta,
	.divScrollNotifiche ul li .action .da_leggere{
		color: #367FA9;
	}

	.divScrollNotifiche ul li a{
		margin: 0;
    	padding: 10px 0 10px 5px;
		white-space: nowrap;
		display:inline-block;
		width:90%;
	}

	.search .divScrollNotifiche ul li a{
		width:70%;
	}
	.search .divScrollNotifiche ul li .action a{
		width:auto;
		padding-right:10px;
	}

	.search .divScrollNotifiche ul.menu li div.action{
		width: 30%;
		text-align: right;
	}

	.info-notifiche .divScrollNotifiche{
		padding-left:10px;
		padding-right:10px;
	}
	.info-notifiche .divScrollNotifiche ul > li{
		padding:0 10px;
	}


	.divScrollNotifiche ul li h4{
		color: #444444;
	    font-size: 15px;
    	margin: 0 0 0 60px;
	    padding: 0;
	    position: relative;
		white-space:normal;
		min-width:200px;
		padding-right:10px;
	}
	.divScrollNotifiche ul li p{
		color: #888888;
    	font-size: 12px;
	    margin: 0 0 0 60px;
		white-space:normal;
	}
	.divScrollNotifiche ul li p.standard{
		 margin: 0 0 0 15px;
	}
	.divScrollNotifiche ul li h4 small{
		color: #999999;
    	font-size: 10px;
	    position: absolute;
    	right: 5px;
	    top: 0;
	}

	.info-notifiche .divScrollNotifiche ul li .action a{
		font-size:18px;
		text-align:center;
	}

	#lista_notifiche .slimScrollDiv{
		min-width:300px;
	}


	.main-header .nav li.dropdown.open > a,
	.main-header .nav li.dropdown.open > a:focus,
	.main-header .nav li.dropdown.open > a:hover {

	}

	.main-header .nav li.dropdown a.dropdown-toggle:focus{
		background:none;
	}
	.main-header .nav li.dropdown.open a.dropdown-toggle,
	.main-header .nav li.dropdown:hover a.dropdown-toggle{
    	color: #666;
	}

	.main-header .mobile-mini-search{
		display:none;
	}

	@media (max-width: 991px) {
	  .navbar-custom-menu .navbar-nav > li {
		float: left;
	  }
	  .navbar-custom-menu .navbar-nav {
		margin: 0;
		float: left;
	  }
	  .navbar-custom-menu .navbar-nav > li > a {
		padding: 15px 10px;

		line-height: 20px;
	  }
	}
	@media (max-width: 767px) {
	  .main-header {
		position: relative;
	  }
	  .main-header .navbar {
		width: 100%;
		float: left;
	  }

	  .main-header .logo{
		width: 10%;
		float:left;
	  }
	  .main-header .mobile-mini-search{
		display:block;
		width:90%;
		float:left;
		height:50px;
	  }

	  .main-header .logo img{
		  display:none;
	  }
	  .main-header .logo img.logo_sml{
		  display:block;
		  padding:0 0 0 8px;
		  margin:6px 0 0 6px;
	  }

	  .main-header .mobile-mini-search .input-group{
		  width:100%;
	  }
	  .main-header .mobile-mini-search .input-group .form-control{
		   display: table-cell;
			float: left;
			margin-bottom: 0;
			position: relative;
			width: 100%;
			z-index: 2;
			height:35px;
			margin-top:8px;
			border-radius: 4px 0 0 4px;
	  }
	  .main-header .mobile-mini-search .input-group .input-group-btn{
			border-collapse: separate;
			display: table-cell;
			position: relative;
			vertical-align: middle;
			white-space: nowrap;
			width: 1%;
			padding:7px 20px 0 0;


	  }
	  .main-header .mobile-mini-search .input-group .input-group-btn button{
		  border:0;
		  height:35px;
		  background-color:#ECF0F5;
		  color:#3C8DBC;
		  border-radius: 0 4px 4px 0;
		  margin-top:1px;
	  }

	  .main-header .logo .nome{
		  display:none;
	  }
	  .main-header .navbar {
		margin: 0;
	  }
	  .main-header .navbar-custom-menu {
		float: right;
	  }

	  .main-header .select_user .select2-container{
		  width:150px !important;
	  }
	}

	@media (max-width: 395px) {
	  .main-header .select_user .select2-container{
		  width:90px !important;
	  }
	}

	.main-header .nav li.user-menu>a{

		display:block;
	}
	.main-header .nav li.user-menu img.user-image{
		border-radius: 50%;
	    height: 30px;
    	margin-right: 5px;
	    margin-top: -4px;
		width: 30px;
		float:left;
	}

	.main-header .nav li.user-menu li.user-header img.user-image{
		height:100px;
		width:100px;
		border-radius: 50%;
		float:none;
		border: 3px solid rgba(255, 255, 255, 0.2);
	}

	.main-header .nav li.user-menu .dropdown-menu {
		width:280px;
		padding:0;
	}
		.main-header .nav li.user-menu .dropdown-menu li.user-header{
			background-color: #000;
			text-align: center;
			padding:10px;
		}
		.main-header .nav li.user-menu .dropdown-menu li.user-header p{
			font-size:16px;
			margin:0;
			padding:0;
		}
		.main-header .nav li.user-menu .dropdown-menu li.user-footer{
			padding:10px;
			height:53px;
			background-color: #f9f9f9;

		}
		.main-header .nav li.user-menu .dropdown-menu li.user-footer .btn-default{
			 color: #666666;
		}

		.content-header{
			padding: 15px 0 0;
		    position: relative;
		}
		.content-header > h1 {
		    font-size: 24px;
		    margin: 0;
		}
		.jquery-modal.blocker{
			z-index:1030 !important;
			background-color: rgba(255, 255, 255, 0.6);
		}
		.modal .content-header{
			padding-top:0;
		}
		section.form{
			margin:15px -15px;
		}


.prodotti ul#lista_prodotti .row > .col-md-12{
	padding:0 14px;
}


/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 200px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.azienda-panel {
  position: relative;
  width: 100%;

}
.azienda-panel:before,
.azienda-panel:after {
  content: " ";
  display: table;
}
.azienda-panel:after {
  clear: both;
}
.azienda-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.azienda-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.azienda-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.azienda-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.azienda-panel > .info > a > .fa,
.azienda-panel > .info > a > .ion,
.azienda-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

.azienda-image{
	border-radius: 50%;
	width:50px;
	border:2px solid #666;
}

.user-image{
	border-radius: 50%;
	width:50px;
}


.sidebar-collapse .azienda-panel .azienda-image{
	width:30px;
}

.azienda-image-sml{
	border-radius: 50%;
	width:100%;
	max-width:40px;
	border:2px solid #666;
}

.azienda-panel .dropdown a{
	font-size:14px;
	list-style:none;
	font-weight:600;
	display:block;
	padding:10px 10px 0 10px;
	min-height:70px;
}
.azienda-panel .dropdown > a > p,
.azienda-panel .dropdown .dropdown-menu a p{
	padding:15px 0 0 65px;
	margin:0;
	word-wrap: break-word;
}

.azienda-panel .dropdown .dropdown-menu{
	position:relative;
	border:0;
	box-shadow:none;
	width:100%;
	border-radius:0;
	padding-top:0;
	padding-bottom:0;
}

.azienda-panel .input-group-btn {
    position: relative;
    white-space: nowrap;
	border-collapse: separate;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
.azienda-panel .input-group input.form-control{
	display: table-cell;
	float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

#list-mini-search{
	position:absolute;
	top:50px;
	left:203px;
	background-color:#FFF;
	z-index:1001;
}

#list-mini-search li.footer{
	padding-left:5px;
	padding-right:5px;
}
#list-mini-search li.footer i{
	font-size:18px;
}
#list-mini-search .slimScrollDiv{
	min-width:300px;
}

@media (max-width: 768px) {
	.azienda-panel > .sidebar-form{
		display:none;
	}
	#list-mini-search{
		z-index: 1040;
		width:82%;
		left:10%;
	}
}
@media (max-width: 568px) {
	#list-mini-search{
		width:86%;
	}
}

@media (max-width: 468px) {
	#list-mini-search{
		width:84%;
	}
}

.list-search ul.menu li.header{
	padding:4px 0 4px 10px;
	color:#1E282C;
}
.list-search ul.menu li.header small{
	vertical-align:top;
	display:inline-block;
	padding-top:2px;
}
.list-search ul.menu li.contatti i.fa{
	font-size:33px;
	padding-left:10px;
}
.list-search ul.menu li div.action{
	position:relative;
	text-align:center;
	padding:15px 5px 0 0;
}

.list-search ul.menu li div.action .fa{
	font-size:16px;
	padding:4px;
	color:#FFF;
}

.img-circle img{
	border-radius: 5%;
	width:100%;
	max-width:150px;

}

.sidebar-mini.sidebar-collapse .azienda-panel .dropdown .dropdown-menu{
	position:absolute;
	top:0;
	left:0;
}

.azienda-panel .dropdown .dropdown-menu a{
	padding:10px;
}

.azienda-panel .dropdown .dropdown-menu li.header{
	text-align:center;
}


.azienda-panel .dropdown-menu > li > a{
	padding-left:0px;
}

.azienda-panel .nav{
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-mini.sidebar-collapse .azienda-panel .nav > li{
	height:50px;
}
.sidebar-mini.sidebar-collapse .azienda-panel .nav > li:hover > a > p{
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
}
.sidebar-mini.sidebar-collapse .azienda-panel .nav > li:hover > a > p i{
	display:none;
}
.sidebar-mini.sidebar-collapse .azienda-panel .nav > li:hover > .dropdown-menu{
    display: block !important;
	top:40px;
	left:50px;
	width: 177px;
}
.sidebar-mini.sidebar-collapse .azienda-panel .nav > li:hover > .dropdown-menu .azienda-image{
	height:30px;
}

.sidebar-mini.sidebar-collapse .azienda-panel  .nav > li:hover > .dropdown-menu p{
	display:block;
	margin:0;
	padding:5px 0 0 38px;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding: 5px 25px 5px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}
.sidebar-menu li.active > a > .fa-angle-left > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;

}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 10px 5px 10px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px !important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    float: right;
    width: auto!important;
    left: 189px!important;
    top: 0px!important;
	height:45px;
	padding-top:15px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 42px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .azienda-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}


/*sidebar-collapse*/
.sidebar-collapse .azienda-panel .dropdown > a > p, .azienda-panel .dropdown .dropdown-menu > a > p{
	display:none;
}


/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 200px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #ecf0f5;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}



.row.menu-top{
	padding:0;
	margin:0;
}
/*MENU TOP*/
.menu-top .item{
	text-align:center;
	font-size:16px;
	/*padding:11px;*/
}
.menu-top .item .fa {
	display:block;
	font-size:18px;
}
@media (max-width: 1200px) {
	.menu-top .item{
		font-size:12px;
	}
}

@media (max-width: 768px) {
	.menu-top .item{
		text-align:left;

	}
	.menu-top .item .fa {
		display:inline;
		padding-right:5px;
	}
}



.dashboard .ui-sortable-placeholder{
	background: #f4f4f4 none repeat scroll 0 0;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
	visibility:visible !important;
}
.dashboard .connectedSortable .handle{
	cursor:move;
}


/*
 * Component: Social Widgets
 * -------------------------
 */
.box.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-image img{
	border-radius: 50%;
}
.widget-user .widget-user-header {
  padding: 20px ;
  height: 100px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color:#FFF;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
  margin-bottom: 4px;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > div > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}

.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
.widget-user-header {
    background-color: #00a7d0 !important;
}

.widget-user-header.widget-user-header-select {
    background-color: #f39c12 !important
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}


/* NAV TABS */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.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-clor: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs::after,
.nav-tabs-custom > .nav-tabs::before {
    content: " ";
    display: table;
}
.nav-tabs-custom > .nav-tabs::before {
	box-sizing: border-box;
}
.nav-tabs-custom > .nav-tabs::after{
	clear: both;
}

.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: 2px;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.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: #3c8dbc;
}
.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: #ddd;
  border-right-color: #ddd;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.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.pull-left{
	float:left;
}
.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: #ddd;
  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;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}


/*PAGINA*/
.content {
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
    padding: 15px;
}
.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.box.box-solid {
    border-top: 0 none;
}

.modal .box{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4)
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
	text-align:left;

	height:auto !important;
}
.box-header div.title_page{
	display:inline-block;
}

.box-header div.title_page .search{
	display:inline-block;
	border-left:1px solid #CCC;
	padding-left:20px;
	margin-left:20px;
}
.box-header div.title_page .search input{
	display:inline-block;
	width:90%;
	border:0;
	font-size:20px;
}

.box-header h1{
	padding:0;
	margin:0;
	font-size:18px;
	display:inline-block;
}
.box-header ul.TopButton{
	list-style:none;
	margin:0;
	padding:0;
}
.box-header ul.TopButton li{
	display:inline-block;
	padding-left:15px;
}

.box-header .box-title{
	font-weight:500;
}
.box-header .info_title{
	float:right;
	padding-right:10px;
	font-size:14px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header > .box-tools.pull-right .TopButton{
	text-align:right;
}

.box-header > .box-tools.pull-right .TopButton li{
	padding-bottom:5px;
}


.box-header.button-list-top{
	 min-height:50px;
}


.box-footer {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}

.box-action {
	padding: 0 10px;
}
.box-action .select_action{
	height: 30px;
    line-height: 30px;
	display: inline-block;
    vertical-align: middle;
    width: auto;
}

.box-action .header_form{
	padding-top:0px;
}
.box-action .header_form div.col-sm-6{
	padding-top:10px;
}

.box-action .header_form .record_found{
	padding-left:10px;
}

.box-body {
	padding: 10px;
	text-align:left;
}

.box-body h1,
.box-body h2,
.box-body h3,
.box-body h4,
.box-body h5{
	margin:0;
	padding:0;
}
.box-button .btn{
	margin:0 3px;

}
.box-body table{
	width:100%;
}


.box-body table td.empty{
	background-color:#EDEDED;
}

.box-body .easy-autocomplete{
	display:block;
}
.box-body .easy-autocomplete-container{
	width:100%;
  overflow-y: auto;
}
.box-body .easy-autocomplete-container ul{
  height: 250px;
  overflow-y: auto;
}
.box-body .select2-container{
	padding:0;
}

.box-body > .row{
	margin:0 -20px;
}
.box-tools-icon .fa.fa-bars{
	cursor:move;
}

.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}


.prodotti ul#lista_prodotti > li .row{
	margin:0 -20px;
}
.prodotti ul#lista_prodotti > li:last-child{
	border-bottom:0;
}
.prodotti ul#lista_prodotti > li{
	padding:15px 0;
	border-bottom:1px solid #ccc;
}

.intestatari ul#lista_intestatari > li .row{
	margin:0 -20px;
}
.intestatari ul#lista_intestatari > li:last-child{
	border-bottom:0;
}
.intestatari ul#lista_intestatari > li{
	padding:15px 0;
	border-bottom:1px solid #ccc;
}


.scadenze_pagamenti .Zebra_DatePicker_Icon_Wrapper{
	width:auto !important;
}
.scadenze_pagamenti td.elimina{
	text-align:center;
}
.scadenze_pagamenti .row{
	padding:0 10px;
}
.scadenze_pagamenti .row > div{
	margin:0;
	padding:0 2px !important;
}



.scadenze_pagamenti .scadenza_ritenuta_acconto{
	display:inline-block;
	width:100%;
	border-top:2px dashed #DD4B39;
}
.scadenze_pagamenti .info-scadenza{
	display:inline-block;
	font-weight:bold;
	width:100%;
	color:#DD4B39;
	border-bottom:2px dashed #DD4B39;
}
.file_upload_base .fileinput-button{
	width:100%;
}
.file_upload_base .fileinput-button .form-control{
	height:auto;
}
.file_upload_base .image{
	margin-top:10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}

.file_upload_base .image .file-attachment-icon.has-img {
    padding: 0;
}

.file_upload_base .image .file-attachment-icon {
    color: #666;
    font-size: 65px;
    padding: 20px 10px;
    text-align: center;
	display:inline-block;
	width:198px;
}
.file_upload_base .image .file-attachment-icon img{
	padding:0;
	height: auto;
    max-width: 100%;
	vertical-align: middle;
}
.file_upload_base .image .file-attachment-icon,
.file_upload_base .image .file-attachment-info,
.file_upload_base .image .file-attachment-size {
    display: block;
}

.file_upload_base .image .file-attachment-info {
    color: #999;
    font-size: 14px;
	text-align:left;
}

.file_upload_base .image .file-attachment-info {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 10px;
}

.settings_sincro .box.box-danger {
    border-color: #dd4b39 !important;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
}
.settings_sincro .box.box-danger .box-footer{
	border-color: #dd4b39 !important;
}

.settings_sincro .box.box-success {
    border-color: #00a65a !important;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
}
.settings_sincro .box.box-success .box-footer{
	border-color: #00a65a !important;
}

/*PAGINA FINE*/





/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
  color: #fff !important;
}
.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;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px; /*25m, cambiato per home*/
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box h1 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
  margin-bottom:0;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 0;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.15);
}

.bg-green {
    background-color: #00a65a !important;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}




.space-sml{
	padding:0 15px;
}



div.date-list table{
	width:100%;
}
div.date-list table thead td{
	text-align:center;
	color: #000;
	background:#FAFAFA;
	border:1px solid #DDDDDD;
}

div.date-list table tbody td{
	border:1px solid #CCC;
	padding:5px;
	text-align:center;
	vertical-align:bottom;
	cursor:pointer;
	background:#FFF;
	color:#000;
}

	div.date-list table tbody td span.importo_totale{
		text-align:left;
		display:block;

	}



	div.date-list table #selectable .ui-selecting {
		background:#01AF5E;
		color: #FFF;
	}
	div.date-list table #selectable .ui-selected {
		background:#03BF67;
	}
	div.date-list table #selectable .ui-selected .numero{
		color:#FFF;
	}



	table .action_group .btn-group .btn-bars{
		padding:6px;
	}


/*data table*/
.table.dataTable > thead > tr > th,
.table.dataTable > tbody > tr > th,
.table.dataTable > tfoot > tr > th,
.table.dataTable > thead > tr > td,
.table.dataTable > tbody > tr > td,
.table.dataTablee > tfoot > tr > td {
	vertical-align:middle;
}


.table.dataTable > thead > tr > th {
	vertical-align:top;
}
.table.dataTable > thead > tr > th.checkbox_set{
	vertical-align:middle;
}


table.table-bordered.dataTable {
    border-collapse: separate !important;
}
table.dataTable {
    clear: both;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
    max-width: none !important;
}

table.table-bordered.dataTable .thead_filter .group_check{
	width:25px;
	height:25px;
	float:left;
}
table.table-bordered.dataTable .thead_filter .group_check .checkbox {
	margin:2px 0 0 0;
	padding:0;
}

table.table-bordered .thead_name {
	background-color:#EDEDED;
}
table.table-bordered .pari{
	background-color:#f7f7f7;
}
tr.internal td:first-child{
	padding-left:30px;
}

tr.internal td{
	background-color:#f9e7cf;
}

@media (min-width: 991px) {
	table.table-bordered.dataTable td.action{
		min-width:91px;
		white-space:nowrap;
	}
}


.table-bordered {
    border: 1px solid #f4f4f4;
}
.table {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
table td{
	padding:1px;
}
table td:first-child{
	padding-left:0px;
}
table td:last-child{
	padding-right:0px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

table.dataTable .thead_filter th{
	vertical-align:middle;
}

table.dataTable .thead_filter th span.name{
	display:block;
}
table.dataTable .thead_filter th span.name a{
	white-space: nowrap;
}
table.dataTable .thead_filter th span.filter{
	display:block;
}
table.dataTable .thead_filter th span.filter input{
	height:25px;
	padding: 2px 6px;
}
table.dataTable .thead_filter th span.filter .select2-container{
	width:100% !important;
}
.select2-results__option{
	min-height:32px;
}
table.dataTable .thead_filter th span.filter .Zebra_DatePicker_Icon_Wrapper > input {
    width: 124px;
}


@media (max-width: 991px) {
}
@media (max-width: 767px) {
	.row .col-sm-12{
		overflow:auto;
		overflow-y: hidden;
	}
	table.dataTable .thead_filter th span.filter .Zebra_DatePicker_Icon_Wrapper > input {
   		width: 71px;
	}
}



table.dataTable  .checkbox_set{
	position:relative;
}

table.dataTable  .checkbox_set .checkbox{
	display:inline-block;
	margin:0;
}
	table.dataTable  .checkbox_set .checkbox label{
		margin:0;
	}
	table.dataTable  .checkbox_set .btn{
		padding:0 6px;
	}
table.dataTable  .checkbox_set .action_checkbox{
	display:none;
	position:absolute;
	top:48px;
	left:31px;
	background:#FFF;
	border: 1px solid #eee;
	border-radius: 5px;
	width:200px;
	z-index:100;
}
	table.dataTable  .checkbox_set .action_checkbox a{
		color:#7d8892;
		font-size:14px;
		padding:10px;
		display:block;
	}
	table.dataTable  .checkbox_set .action_checkbox a:hover{
		background:#e1e3e9;
		color:#333;
	}

	table.dataTable .action_group .btn-group-drowdown{
		position:relative;
		display:inline-block;
	}

	table.dataTable .action_group .actions{
		display:none;
		background:#FFF;
		border:1px solid #eee;
		border-radius: 5px 0 5px 5px;
		-moz-border-radius:5px 0 5px 5px;
		-webkit-border-radius:5px 0 5px 5px;
		position:absolute;
		top:36px;
		right:0px;
		width:200px;
		z-index:10;
		padding:5px 0;
	}
	table.dataTable .action_group .actions a{
		display:block;
		padding:5px 0 5px  15px;
		font-size:15px;
		color:#7D8892;
	}
	@media (max-width: 767px) {
		table.dataTable .action_group .actions a{
			font-size:18px;
		}
	}
	table.dataTable .action_group .actions a:hover{
		background:#e1e3e9;
		color:#333;
	}

	table.dataTable .action_group > .fa{
		padding:8px 20px 20px 10px;
	}

	table.dataTable td.clickable-row{
		cursor:pointer;
	}

	table.dataTable tr.green{
		background-color:#F4FFF5;

	}
	table.dataTable tr.pari.green{
		background-color:#DEFCE1;
	}
	table.dataTable tr.green td{

	}
	table.dataTable tr.green:hover{
		background-color:#A9FCB4;

	}


	table.dataTable tr.red{
		background-color:#FCDEDE;

	}
	table.dataTable tr.pari.red{
		background-color:#FFF2F2;
	}

	table.dataTable tr.red td{

	}
	table.dataTable tr.red:hover{
		background-color:#FFD1D1;

	}


/*Data Table*/


dl {
    margin-bottom: 20px;
    margin-top: 0;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
dt{
	font-weight: 700;
}

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}
dd {
    margin-left: 0;
}

.dl-horizontal::before{
	content: " ";
    display: table;
}
.dl-horizontal::after{
	clear: both;
	content: " ";
    display: table;
}


/*BTN GROUP*/
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}


/*Calendar*/
.box .fc-toolbar{
	padding:10px 10px 0 0;
}
.box .fc-view-container{
	padding:0 10px;
}


/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
/*  color: #dd4b39;*/
}
.form-group.has-error .form-control {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}


.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.Zebra_DatePicker_Icon_Wrapper .form-control[readonly]{
	background-color:#FFF;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
select.form-control{
	padding: 4px ;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  /*margin-bottom: 15px;*/
	margin-bottom: 12px;
}


.form-group .select2-container{
	width:100% !important;

}
.form-group .select2-container--default .select2-selection--single {
    border-radius:0px;
}

.form-group .checkbox{
	display:inline-block;
	margin-left:10px;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .input-group-addon {
    background-color: #fff;
    border: 1px solid #d2d6de;
	color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
	display: table-cell;
	vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group .input-group-addon:first-child {
    border-right: 0 none;
}
.input-group-addon:last-child {
    border-left: 0 none;
}

.input-group .input-group-addon.input-group-addon-select {
	padding:0;
}
.input-group .input-group-addon.input-group-addon-select select{
	border:0;
	height: 28px;
}

.form-group .Zebra_DatePicker_Icon_Wrapper,
.field_box .Zebra_DatePicker_Icon_Wrapper{
	width:auto !important;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: 0px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}



.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 0px;
	margin-right: 15px;
}
.radio label {
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
	margin: 0;
}
.radio label.first{
	padding:0px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}

.checkbox label:before {
	content:"";
	background: url(../images/blue.png) no-repeat 0 0;
	background-color:#FFF;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 0;
	bottom: 1px;
	float:left;
	margin-right:4px;
}
.checkbox:hover label:before {
	background-position:-20px 0;
}


.radio label:before {
	content:"";
	background: url(../images/blue.png) no-repeat -100px 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 0;
	float:left;
	margin-right:4px;
}
.radio label:hover:before {
	background-position:-120px 0;
}

input[type=radio]:checked + label:before {
	background-position:-140px 0;
	text-align: center;
	line-height: 18px;
}

input[type=checkbox]:checked + label:before {
	background-position:-40px 0;
	text-align: center;
	line-height:0;
}







input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;

  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple],
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}


/*PAGINATION */
.header_form .div_current_page{
	float:right;
}
.header_form .num_for_page{
	float:right;
	margin-right:15px;
}

@media (max-width: 767px) {
	.header_form .num_for_page{
		margin-right:2px;
	}
}


.header_form .num_for_page select{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: auto;
}
.header_form .num_for_page .for_page{
	display: inline-block;
	margin-left:10px;
}
.header_form .div_current_page input.current_page{
	background-color: #f4f4f4;
	border: 1px solid #ddd;
    color: #444;
	border-radius: 3px;
	height: 35px;
    padding-bottom: 4px;
	margin:0 12px 0 15px;
	width:40px;
	text-align:center;
}

@media (max-width: 767px) {
	.header_form .div_current_page input.current_page{
		margin:0 2px 0 2px;;
	}
}

.header_form .div_current_page .numero_pagina{
	display:inline-block;
	margin:0 15px 0 0;
}

/*PAGINATION */

/*PAGINATION BASE*/
.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor:pointer;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*PAGINATION*/

#calendar .fc-view-container{
	background:#FFF;
}

.fc-view-container .fc-basic-view .fc-body .fc-row {
	min-height: 6em; /* ensure that all rows are at least this tall */
}
.fc-view-container .fc-scroller{
	overflow:auto !important;
	height:auto !important;
}

.mobile-show{
	display:none;
}
.mobile-show .collapse{
	display:block;
}
.tablet-show{
	display:none;
}
@media (max-width: 991px) {
	.tablet-hide{
		display:none;
	}
	.tablet-show{
		display:inline-block;
	}
}
@media (max-width: 767px) {
	.mobile-hide{
		display:none !important;
	}
	.mobile-show{
		display:inline-block;
	}
}

@media (max-width: 991px) {
	.tablet-hide{
		display:none;
	}
	.tablet-show{
		display:inline-block;
	}
}



.anteprima_doc{
	width:770px;
	border:1px solid #666;
	box-shadow:  10px  10px 5px #dedede, -10px -10px 5px #dedede, 10px -10px 5px #dedede,-10px  10px 5px #dedede;
	background-color:#FFF;
	overflow:auto;
}


@media (max-width: 991px) {

	.anteprima_doc{
		width:136%;
		-ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	}
}

.show-invoice .btn.selected{
	background-color: #00a65a !important;
    border-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
}

.content .visualizza_pa{
	background:#00A7D0;
	display:inline-block;
	padding:10px 30px;
	margin:10px;
	color:#FFF;
}


/**/
.badge.ordine,
.btn-ordini.btn-primary,
li.ordine .btn{
	background-color:#FC9744 !important;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-ordini.btn-primary:hover,
li.ordine .btn:hover{
	background-color:#e08e0b !important;
}

.badge.preventivo,
.btn-preventivi.btn-primary,
li.preventivo .btn{
	background-color:#3d9970 !important;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-preventivi.btn-primary:hover,
li.preventivo .btn:hover{
	background-color:#398462 !important;
}

.badge.social{
	background-color:#2F6B8E !important;
	border-color: rgba(0, 0, 0, 0.2);
}

.badge.proforma,
.btn-proforma.btn-primary,
li.proforma .btn{
	background-color:#d81b60 !important;
	border-color: rgba(0, 0, 0, 0.2);

}
.btn-proforma.btn-primary:hover,
li.proforma .btn:hover{
	background-color:#B61751 !important;
}

.badge.ricevuta,
.btn-ricevuta.btn-primary,
li.ricevuta .btn{
	background-color:#605ca8 !important;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-ricevuta.btn-primary:hover,
li.ricevuta .btn:hover{
	background-color:#514E8E !important;
}

.badge.fatturapa,
.btn-fatturepa.btn-primary,
li.fatturepa .btn{
	background-color:#00274F !important;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-fatturepa.btn-primary:hover,
li.fatturepa .btn:hover{
	background-color:#001A34 !important;
}

.badge.fattura,
.btn-fattura.btn-primary,
li.fattura .btn,
.btn-fattura{
	background-color:#587ea3 !important;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-fattura.btn-primary:hover,
li.fattura .btn:hover,
.btn-fattura:hover{
	background-color:#466482 !important;
}



.badge.notadidebito,
.btn-notadidebito.btn-primary,
li.notadidebito .btn{
	background-color:#605ca8 !important;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-notadidebito.btn-primary:hover,
li.notadidebito .btn:hover{
	background-color:#514E8E !important;
}


.badge.accontoanticipofattura,
.btn-accontoanticipofattura.btn-primary,
li.accontoanticipofattura .btn{
	background-color:#605ca8 !important;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-accontoanticipofattura.btn-primary:hover,
li.accontoanticipofattura .btn:hover{
	background-color:#514E8E !important;
}


.badge.saldato{
	background-color:#00a65a;
}
.badge.non_saldato{
	background-color:#f39c12;
}
.badge.scaduto{
	background-color:#dd4b39;
}



.btn-accompagnatoria{
	background-color:#5D6166 !important;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-accompagnatoria:hover{
	background-color:#424649 !important;
}
/**/


.jquery-modal.blocker{
	z-index:5;
}
.select2-container{
/*	z-index:1400;*/
}




.form-group .minicolors-theme-default.minicolors{
	display:block;
}
.form-group  .minicolors-theme-default .minicolors-input{
	height: 30px;
	display:block;
	width:100%;
}

.form .row .box-body .internal-box > div.lista-input{
	padding-left:0;
}
.form .row .box-body .internal-box > div.lista-input:last-child {
	padding-right: 7px;
}
.form .row .box-body .internal-box > div.lista-input:nth-of-type(2n+1){
	padding-right: 0;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  text-align:left;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom:5px;
  font-weight: 600;
  color:#FFF;
  font-size: 18px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #c23321;
}
.callout.callout-warning {
  border-color: #c87f0a;
}
.callout.callout-info {
  border-color: #0097bc;
}
.callout.callout-success {
  border-color: #00733e;
  background-color: #00a65a !important;

}
/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  color:#FFF;
  text-align:left;
}

.alert h1 {
  font-weight: 600;
  font-size: 18px;
  margin:0;
  padding:0;
}

.alert h4 {
  font-weight: 600;
  font-size: 16px;
  margin:0;
  padding:0;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.alert .close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
  background-color:#00A65A;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
  background-color: #dd4b39 !important;
}
.alert-warning {
  border-color: #e08e0b;
  background-color: #F39C12 !important;
}
.alert-info {
  border-color: #00acd6;
  background-color: #00c0ef !important;
}

.alert-dismissable .close,
.alert-dismissible .close{
	position: relative;
	float:right;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
	font-size:22px;
	top:-5px;
	right:-5px;
}
.alert-dismissible h4{
	margin-bottom: 10px;
	font-size:18px;
}
.box-sincro .box-body{
	text-align:center;
}
.box-sincro .box-body i{
	position:absolute;
	top:0;
	richness:0;
	font-size:40px;
}



.products-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.products-list > .item::before, .products-list > .item::after {
    content: " ";
    display: table;
}
.products-list > .item::after {
    clear: both;
}
.products-list > .item::before, .products-list > .item::after {
    content: " ";
    display: table;
}

.products-list > .item {
    border-bottom: 1px solid #f4f4f4;
}
.products-list > .item:last-child{
	border:0;
}
.products-list .product-img {
    float: left;
}
.products-list .product-info {
    margin-left: 60px;
}


/*Import*/
.nav-steps{
	text-align:center;
	position:relative;
	display:inline-block;
}
.nav-steps .progress{
	position:absolute;
	top:16px;
	left:12px;
	height:4px;
	background:#367FA9;
	z-index:-1;
}
.nav-steps .progress.progress2{
	width:50px;
}
.nav-steps .progress.progress3{
	width:100px;
}
.nav-steps .progress.progress4,
.nav-steps .progress.progress5{
	width:150px;
}
.nav-steps .nav-tabs{
	border:0;
}

.nav-steps ul li.step{
	display:inline-block;
	border:3px solid #444444;
	border-radius: 50%;
	width:35px;
	height:35px;
	margin:0 5px;
	font-size:20px;
	padding:1px 0 0 0;
	background:#FFF;
}


.nav-steps ul li.step i{
	display:none;
}
.nav-steps ul li.step.active span.number{
	display:none;
}
.nav-steps ul li.step.active i{
	display:block;
	padding-top:3px;
	font-weight:0;
}
.nav-steps ul li.step.active,
.nav-steps ul li.step.current{
	border:3px solid #367FA9;
}



.import .nav-steps{
	z-index:10;
}

.import #div_step3 table {
    width: 585px; /* 140px * 5 column + 16px scrollbar width */
    border-spacing: 0;
}

.import #div_step3 tbody, .import #div_step3 thead tr { display: block; }

.import #div_step3 tbody {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.import #div_step3 tbody td, .import #div_step3 thead th {
    width: 190px;
}

.import #div_step3 thead th:last-child {
    width: 206px;
}

.import #div_step4 #result_import{
	overflow-y:scroll;
	height:250px;
	margin-bottom:10px;
	border:1px solid #999;
	border-radius: 10px;
	padding:10px;
	font-size:16px;
}


/*Import*/

/*Social*/
.social .info-profilo h1{
	font-size:24px;
	font-weight:600;
	margin:10px 0 0 0;
	padding:0;
}
.social .info-profilo h2{
	font-size:18px;
	margin:0 0 15px 0;
	padding:0;
}

.social .info-profilo p{
	margin:0;
}
.social .info-profilo .azienda-img{
	text-align:center;
}

.social .info-profilo .azienda-img img{
	margin:15px 0 0 0;
}

.users-list{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
	.users-list > li {
		float: left;
		padding: 10px;
		text-align: center;
		width: 25%;
	}
	.users-list > li img {
		border-radius: 50%;
		height: auto;
		max-width: 100%;
		max-height:80px;
		width:auto;
	}
	.users-list-name {
		color: #444;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		min-width:70px;
		display:inline-block;
		max-width:150px;
	}
/*SOCIAL*/



/*SOCIAL POST*/
.post{
	position:relative;
}
	.post .user-block .azienda-image{
		background:0;
		max-width:40px;
		border:0;
	}
	.post .text_post{
		min-height:50px;
		display:block;
		height:auto !important;
		margin-bottom:5px;
		margin-left:60px;
		padding-top:15px;
		width:auto;
		border:0;
		font-size:16px;
	}
	.post .text_post .placeholder{
		color:#999;
		font-size:16px;
	}

	.post .new_post{
		border-bottom:1px solid #ccc;
		padding-bottom:5px;
		margin-bottom:10px;
	}
	.post .new_post .text_post{
		outline: 0px solid transparent;
	}

	.post .comment {
		position:relative;
	}
	.post .comment .content-loading{
		font-size: 18px;
	}
	.post .comment .post-loading .content-loading{
		padding-top:5px;
	}
	.post .comment .new_post{
		margin:0;
		padding:5px 0;
		border:1px solid #ccc;
		background:#FFF;
	}



	.post .comment .comment_post .button{
		display:table-cell;
		width:10px;
	}

	.post .comment .comment_post .input-group-addon{
		padding:0;
		margin:0;
		background:#f4f4f4;
	}
	.post .comment .comment_post .input-group-addon button{
		border-radius: 0px;
		border:0;
		padding-top:2px;
		padding-bottom:2px;
	}

	.post .comment .reply .comment_post{
		background:none;
		padding:4px 0;
	}

	.comments .comment .item{
		border:0;
		padding-right:0;
	}

	.post .comment .reply .comment_post .input-group-addon .btn {
		padding:2px 10px;
	}
	.post .comment .reply .text_post .placeholder{
		font-size:12px;
	}

	.post .comment .text_post{
		min-height:16px;
		display:block;
		height:auto !important;
		padding:0;
		margin:0 0 0 10px;
		width:auto;
		border:0;
		font-size:12px;
	}
	.post .comment .text_post .placeholder{
		font-size:12px;
	}


	.post .list-contacts-mention{
		position:absolute;
	}
	.post .list-contacts-mention ul{
		display:block;
		position:relative;
	}

	.post .list-contacts-mention ul li a{
		display:inline-block;
		height:35px;
		padding-top:4px;
		padding-bottom:34px;
		padding-left:15px;
		width:100%;
	}

	.post .list-contacts-mention ul li img{
		height:30px;
		width:30px;
		float:left;
		border:0;
		margin-right:5px;
	}



	.post .list-contacts-mention ul li span{
		font-size:12px;
		display:inline-block;
		padding:6px 0 0 0;
		/*width:0px;*/
		height:0px;
	}

	.post .tags.form-group{
		margin:1px 0 5px 0;
	}


	.post .content_file_upload_base{
		margin-top:5px;
	}

	.post #div_tags_aziende{
		margin-top:5px;
	}

	.post .post-loading{
		position:absolute;
		background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
		height:100%;
		width:100%;
		top:0;
		left:0;
		text-align:center;
		font-size:24px;

	}

	.post .like.selected {
		background-color:#3c8dbc;
		border-color:#3c8dbc;
		color:#FFF;
	}
	.post .comment .social-action .selected a.like{
		background:none;
		font-weight:bold;
		color:#337ab7;
	}

	.post .post-loading .content-loading{
		width:100%;
		padding-top:15px;
	}

	.post .show_share_post .box{
		border: 1px solid #d2d6de;
		background:#f7f7f7 ;
	}

	.post .post-action .pull-right .dropdown-menu{
		left:auto;
		right:0;
	}

	.share_post .box-widget{
		border-top: 1px solid #d2d6de;
		overflow-y: scroll;
		overflow-x:hidden;
		height:200px;
	}



	.select2-result-repository__avatar{
		display:inline-block;
		float: left;
    	height: 30px;
	    padding-right: 5px;
	}

	.select2-result-repository__avatar img{
		height:30px;
		width:30px;
		border:0;
	}

	.select2-result-repository__meta{
		display: inline-block;
		font-size: 12px;
		height: 30px;
		padding: 6px 0 0;
	}


	.user-block .azienda-image{
		float:left;
		max-width:50px;
	}

	.user-block .username {
		font-size: 16px;
		font-weight: 600;
	}
	.user-block .username, .user-block .description, .user-block .comment {
		display: block;
		margin-left: 50px;
	}
	.user-block .description {
	    color: #999;
    	font-size: 13px;
	}

	.post .list-inline {
	    list-style: outside none none;
    	margin: 0 0 4px -5px;
	    padding-left: 0;
	}
	.post .list-inline > li {
		display: inline-block;
		padding-left: 5px;
	}

	.post small.number{
		color:#969696;
		padding-bottom:4px;
		display:inline-block;
	}


	.social_posts .box-header h3{
		margin:0;
		font-size:14px;
	}
	.social_posts .box-header{
		border-bottom:1px solid #E5E5E5;
	}

	.link-black {
   		color: #666;
	}

	.link-black:hover, .link-black:focus{
		color: #999;
	}

	.sml_profilo{
		width:500px;
	}
	.sml_profilo .box-widget{
		border:0;
		box-shadow:none;
	}


	.post .post-gallery img{
		width:100%;
		display:block;
	}
	.post .post-gallery a{
		position:relative;
		display:block;
		margin:5px 0;
	}
	.post .post-gallery a .num-photo{
		position:absolute;
		top:0;
		left:0;
		font-size:36px;
		color:#FFF;
		width:100%;
		height:100%;
		text-align:center;
	}
	.post .post-gallery a .num-photo>div{
		display:table;
		width:100%;
		height:100%;
	}
	.post .post-gallery a .num-photo>div>div{
		display:table-cell;
		vertical-align:middle;
		background: rgba(0, 0, 0, .5);
	}

	.box-comments {
		background: #f7f7f7 none repeat scroll 0 0;
		padding-top:0;
		padding-bottom:0;
	}
	.box-comments .comment{
		border-bottom: 1px solid #eee;
		padding:8px 0;
	}
	.comments{
		margin-top:2px;
		font-size:13px;
	}

	.comments .other_comment{
		padding:5px 0 0 10px;
	}
	.comments .item{
		min-height:50px;
	}

	.post .comment_new .azienda-image-sml,
	.comments .azienda-image-sml{
		max-width:30px;
		border:0;
		float:left;
	}

	.post .comment_new .comment_post{
		padding-left:10px;
	}


	.comments .item::before, .chat .item::after {
    	content: " ";
	    display: table;
	}

	.comments .item::after {
		clear: both;
	}
	.comments .item::before, .chat .item::after {
		content: " ";
		display: table;
	}

	.comments .item .message {
		margin-left: 40px;
		text-align:left;
	}

	.comments .item .message p{
		margin:0;
		padding:2px 0 0 0;
	}
	.comments .item .message a{
		font-weight: 600;
		border:0;
	}
	.comments .item .attachment {
		background: #f4f4f4 none repeat scroll 0 0;
		border-radius: 3px;
		margin-left: 65px;
		margin-right: 15px;
		padding: 10px;
	}
	.comments .item .social-action{
		padding:5px 0 0 0;
		margin:0;
	}
	.comments .item .social-action a{
		font-size:12px;
		font-weight:normal;
	}
	.comments .item .social-action li{
		padding:0 8px 0 0 ;
		margin:0;
	}

	.obj_show .gallery_image{
		position:relative;

	}

	.obj_show .gallery_image a{
		opacity:0.5;
	}
	.obj_show .gallery_image a:hover{
		opacity:1;
	}

	.obj_show .gallery_image a.pull-left,
	.obj_show .gallery_image a.pull-right{
		position:absolute;
		top:0;
		height:100%;
		color:#000;
		text-shadow: 0 0 4px #FFF;
		font-size:36px;
		width:25%;
	}

	.obj_show .gallery_image a.pull-left{
		left:0;
		padding-left:5px;
		text-align:left;
	}
	.obj_show .gallery_image a.pull-right{
		right:0;
		padding-right:5px;
		text-align:right;
	}

	.obj_show .gallery_image a.pull-left>div,
	.obj_show .gallery_image a.pull-right>div{
		display:table;
		height:100%;
		width:100%;

	}
	.obj_show .gallery_image a.pull-left>div>div,
	.obj_show .gallery_image a.pull-right>div>div{
		display:table-cell;
		vertical-align:middle;
	}


	.box-profile .profile-user-img {
		border: 3px solid #d2d6de;
		margin: 0 auto;
		padding: 3px;
		width: 100px;
		max-width: 100px;
		display:block;
	}
	.box-profile .profile-username {
		font-size: 21px;
		margin: 5px 0 0 0;
		text-align:center;
	}

/*SOCIAL POST*/

#owl-slide_info .item{
	text-align:center;
	font-size:18px;
	padding:25px 10px;
	color:#FFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#owl-slide_info .item a{
	color:#FFF;
}
#owl-slide_info span{
	display:block;
	color:#2B2B2B;

}
#owl-slide_info span{
	font-size:30px;
}
#owl-slide_info span i{
	display:block;
	font-size:40px;

}

/*Dashboard*/
.dashboard .widget .widget_post>.box-primary{
	margin:0;
}

.dashboard .widget .widget_post .lista_post > div > .post{
	border-top: 15px solid #ECF0F5;
    color: #666;
    margin-bottom: 0;
    padding: 0 10px 15px 10px;
	box-shadow: 0 0 0 0;
	border-radius: 0px;
}

.dashboard .widget .widget_post #box-new-post .box.box-primary{
	margin-bottom: 0px;
}
.dashboard .widget .widget_post .lista_post .post:nth-of-type(2n+1){

}


/*Modal*/
.modal-content{
	 margin: -15px -30px;
}
.modal-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
}
.modal-header h1{
    font-size: 18px;
	margin:0;
	padding:0;
}
.modal-body {
    padding: 15px;
    position: relative;
}
.modal-body p{
	margin:0;
	padding:0;
}
.modal-footer {
    padding:7px 15px 7px 15px;
    text-align: right;
}

.modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: #357ca5 !important;
	border-color: #307095;
	color:#FFF;
}
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
	border-color: #307095;
	color:#FFF;
}


.control-sidebar .box-title{
	margin:3px 0;
	padding:0;
	font-size:16px;
}

/*chat*/

#chat{
	position:fixed;
	bottom:5px;
	right:0;
	vertical-align:bottom;
	z-index:999999;
	  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

#chat > .box{
	margin:0;
}

#chat > div{
	display:inline-block;
	vertical-align:bottom;
	margin:0 5px;
}
#chat_contacts{

}
#chat_contacts > .box{
	margin:0;
}
#chat_user > div{
	display:inline-block;
	margin:0 5px;
}
#chat_user > div > .box{
	margin:0;
}

.users-chat-list{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
	.users-chat-list li{
		margin:0;
		padding:2px;
	}
	.users-chat-list li img{
		width:30px;
		float:left;
		border:0;
		border-radius: 50%;
	}
	.users-chat-list li .contact-list-name{
		display:inline-block;
		width:160px;
		padding:0 0 0 4px;
		font-size:14px;
		font-weight:normal;
	}
	.users-chat-list li .contact-list-stato.stato-0{ /*Attivo*/
		color:#00a65a;
	}
	.users-chat-list li .contact-list-stato.stato-1{ /*Occupato*/
		color:#f39c12;
	}
	.users-chat-list li .contact-list-stato.stato-9{ /*Offline*/
		color:#999;
	}
	.chat-conversation{
		width:400px;
	}
	@media (max-width: 430px) {
		.chat-conversation{
			width:300px;
		}
	}

	.new-chat .new_chat .text_chat{
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ccc;
		margin: 0;
		padding: 4px 0;
		min-height: 30px;
	}
	.new-chat .comment_chat .input-group-addon {
		background: #f4f4f4 none repeat scroll 0 0;
		margin: 0;
		padding: 0;
	}
	.new-chat .comment_chat .input-group-addon button {
		border: 0 none;
		border-radius: 0;
		padding-bottom: 2px;
		padding-top: 2px;
	}
	.new-chat.box-footer{
		margin:0;
		padding:0;
	}


	.users-chat-list .users-list-name {
		white-space:normal;
	}
		.users-chat-list .users-list-name small{
			display:block;
		}
		.users-chat-list .users-list-name .contact-list-stato{
			float:right;
			padding-top:4px;
		}

		.users-chat-list .users-list-name small img{
			width:15px;
		}



.direct-chat-messages, .direct-chat-contacts {
    transition: transform 0.5s ease-in-out 0s;
}
.direct-chat-messages {
    height: 250px;
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
}
.direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-msg img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}
.direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
}
.direct-chat-text::after, .direct-chat-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}
.direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    color: #444444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}
.direct-chat-attachment {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    color: #444444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}


.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-info::after,
.direct-chat-msg::after{
	content: " ";
	display: table;
	clear: both;
}
.direct-chat-info::before,
.direct-chat-msg::before{
	content: " ";
	display: table;
}


.direct-chat-msg.right > .direct-chat-text::after, .direct-chat-msg.right > .direct-chat-text::before {
    border-left-color: #f39c12;
}
.direct-chat-msg.right > .direct-chat-text {
    background: #f39c12 none repeat scroll 0 0;
    border-color: #f39c12;
    color: #ffffff;
}
.right .direct-chat-text::after, .right .direct-chat-text::before {
    border-left-color: #d2d6de;
    border-right-color: transparent;
    left: 100%;
    right: auto;
}
.right img {
    float: right;
}

.right .direct-chat-text {
    margin-left: 0;
    margin-right: 50px;
}
.direct-chat-attachment  h4{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.direct-chat-attachment .input-group .input-group-addon{
	padding:0;
	margin:0;
	background:none;
}

.direct-chat-attachment img{
	border-radius: 5px;
	height:100px;
	width:auto;
}

#div_user_chat_list{
	margin-top:10px;
}
#div_user_chat_list .users-list-name{
	max-width:none;
}

.box.box-success.chat-Azzurro{
	border-top-color:#009ad9;
}
.box.box-success.chat-Azzurro .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Azzurro .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #009ad9;
}
.box.box-success.chat-Azzurro .direct-chat-msg.right > .direct-chat-text {
	background-color: #009ad9;
	border-color: #009ad9;
}


.box.box-success.chat-Arancio{
	border-top-color:#ffa03c;
}
.box.box-success.chat-Arancio .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Arancio .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #ffa03c;
}
.box.box-success.chat-Arancio .direct-chat-msg.right > .direct-chat-text {
	background-color: #ffa03c;
	border-color: #ffa03c;
}


.box.box-success.chat-Grigio{
	border-top-color:#aaacaf;
}
.box.box-success.chat-Grigio .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Grigio .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #aaacaf;
}
.box.box-success.chat-Grigio .direct-chat-msg.right > .direct-chat-text {
	background-color: #aaacaf;
	border-color: #aaacaf;
}



.box.box-success.chat-Lilla{
	border-top-color:#927fba;
}
.box.box-success.chat-Lilla .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Lilla .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #927fba;
}
.box.box-success.chat-Lilla .direct-chat-msg.right > .direct-chat-text {
	background-color: #927fba;
	border-color: #927fba;
}


.box.box-success.chat-Rosso{
	border-top-color:#927fba;
}
.box.box-success.chat-Rosso .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Rosso .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #927fba;
}
.box.box-success.chat-Rosso .direct-chat-msg.right > .direct-chat-text {
	background-color: #927fba;
	border-color: #927fba;
}

.box.box-success.chat-Turchese{
	border-top-color:#00a99d;
}
.box.box-success.chat-Turchese .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Turchese .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #00a99d;
}
.box.box-success.chat-Turchese .direct-chat-msg.right > .direct-chat-text {
	background-color: #00a99d;
	border-color: #00a99d;
}



.box.box-success.chat-Verdino{
	border-top-color:#dff0d8;
}
.box.box-success.chat-Verdino .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Verdino .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #dff0d8;
}
.box.box-success.chat-Verdino .direct-chat-msg.right > .direct-chat-text {
	background-color: #dff0d8;
	border-color: #dff0d8;
	color:#000;
}




.box.box-success.chat-Verde{
	border-top-color:#4bb473;
}
.box.box-success.chat-Verde .direct-chat-msg.right > .direct-chat-text::after,
.box.box-success.chat-Verde .direct-chat-msg.right > .direct-chat-text::before{
	border-left-color: #4bb473;
}
.box.box-success.chat-Verde .direct-chat-msg.right > .direct-chat-text {
	background-color: #4bb473;
	border-color: #4bb473;
}


.valutazione a i{
	color:#CCC;
}
.valutazione a:hover i{
	color:#337ab7
}

.valutazione a.selected i{
	color:#F90;
}


/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.control-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .control-sidebar {
    padding-top: 100px;
  }
}
.control-sidebar > .tab-content {
  padding: 10px;
}
.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}
@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
  }
}
.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}
.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}
.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .nav-tabs.control-sidebar-tabs {
    display: table;
  }
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}
.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}
.control-sidebar-menu > li > a:after {
  clear: both;
}
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}
.control-sidebar-menu .progress {
  margin: 0;
}
.control-sidebar-dark {
  color: #b8c7ce;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #fff;
}
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #fff;
}
.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #fff;
}
.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}
.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}
.control-sidebar-light {
  color: #5e5e5e;
}
.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #444444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #111;
}
.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #111;
}
.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}
.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}
.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}


/*****/

.info-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;

    min-height: 90px;
    width: 100%;

}

.info-box-icon {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    font-size: 45px;
    height: 90px;
    line-height: 28px;
    text-align: center;
    width: 90px;
	color: #fff !important;

}
.info-box-icon-right {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: block;
    float: right;
    height: 90px;
    text-align: center;
    width: 90px;
	color: #000 !important;
}
.info-box-icon-right span{
	font-size:20px;

}
.info-box-content {
    margin-left: 90px;
    padding: 5px 10px;
}
.line-vertical{
	width:100%;
	height:20px;
}
.line-vertical .line{
	background:#ddd ;
	width:4px;
	height:20px;
}


.step ul{
	margin:0;
	padding:10px 0;
	list-style:none;
	border-top:1px solid #D9DCE0;
	border-bottom:1px solid #D9DCE0;
	font-size:25px;
}
.step ul li{
	margin:0 40px;
	display:inline-block;
	padding:0;
}
.step ul li .info_step{
	float:left;
	border:1px solid #999;
	width:36px;
	height:36px;
	border-radius: 50%;
	margin-right:5px;
}

.contest_step .box-title .number{
	border:1px solid;
	width:28px;
	height:28px;
	display:inline-block;
	border-radius: 50%;
}

.step ul{
	background:#FFF;
}

.step ul li{
	color:#999;
}
.step ul li .info_step{
	border-color:#999;
}


.step ul li.active{
	color:#00A65A;
}
.step ul li.active .info_step{
	border-color:#00A65A;
}


.step ul li.current{
	color:#f39c12;
}
.step ul li.current .info_step{
	border-color:#f39c12;
}




/*Commercialisti*/
.aziende_commercialista{
	padding:10px;
}

.aziende_commercialista .info-box{
	border:1px solid rgba(0, 0, 0, 0.1);
	color:#333;
	min-height:125px;
	margin-bottom:20px;
}
.aziende_commercialista .info-box:hover{
	background-color:#F2F2F2;
}
.aziende_commercialista .azienda-image{
	width:80px;
	height:80px;
	margin:5px 0 0 0;
}
.aziende_commercialista .info-box .info-box-icon{
	height:inherit;
	padding:4px 0 4px 0;
}
.aziende_commercialista .info-box.selected{
	background:#ffeabf;
	position:relative;
}

.aziende_commercialista .info-box.selected .fa-times{
	position:absolute;
	right:5px;
	top:30px;
	color:#F00;
	font-size:36px;
}





.azienda_progress .info-box-content{
	margin-right:90px;
}
.azienda_progress .info-box{
	color:#FFF;
	text-align:left;
}
.azienda_progress .info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;

}
.azienda_progress .info-box .progress,
.azienda_progress .info-box .progress .progress-bar {
  border-radius: 0;
  height:2px;
}

.azienda_progress .info-box .progress{
  border-radius: 0;
  height:2px;
  margin-top:5px;
  margin-bottom:13px;
}

.azienda_progress .info-box .progress .progress-bar {
  background: #fff;
  position:relative;
}
.azienda_progress .info-box .progress{
	height:5px;
	position:relative;
}
.azienda_progress .info-box .progress .progress-bar.limite_valore{
	height:5px;
}
.azienda_progress .info-box .progress .progress-bar.limite_valore span{
	top:-20px;
	white-space:nowrap;
	left:5px;
}

.azienda_progress .info-box .progress .progress-bar.limite_1{
	background:none;
	border-right:3px solid #C90;
	border-bottom:2px solid #C90;
	height:12px;
	margin:-5px 0 0 0;
	z-index:200;
	position:absolute;
	top:2px;
	left:0;
}
.azienda_progress .info-box .progress .progress-bar.limite_2{
	background:none;
	border-right:3px solid #C00;
	border-bottom:2px solid #C00;
	height:12px;
	margin:-12px 0 0 0;
	position:absolute;
	top:9px;
	left:0;
}
.azienda_progress .info-box .progress .progress-bar.limite_2 span{
	top:-20px;
}
.azienda_progress .info-box.alert-warning .progress .progress-bar.limite_1{
	border-right:3px solid #090;
	border-bottom:2px solid #090;
}

.azienda_progress .info-box .progress .progress-bar span{
	position:absolute;
	top:10px;
	right:-30px;;
}
.azienda_progress .info-box-icon{
	  background: rgba(0, 0, 0, 0.2);
}
.azienda_progress .info-box-icon{
	font-size:12px;
	line-height:normal;
}
.azienda_progress .info-box-icon span{
	font-size:18px;
	line-height:normal;
}
.azienda_progress .info-box-icon>i{
  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: 67px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 67px;

}

.info-box-icon-right {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 2px 0 0 2px;
    display: block;
    float: right;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    color: #fff !important;
}



/*
 * Component: Progress Bar
 * -----------------------
 */



 .progress{
	 background:#F0F0F0;
 }
 .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 1px;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 1px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}


.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 80px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}




.fc-event.tipo_1{
  background-color: #2CB200;
  border-color: #2CB200;
}
.fc-event.tipo_2{
  background-color: #FF4542;
  border-color: #FF4542;
}
.fc-event.tipo_4 {
  background-color: #4E4BFC;
  border-color: #4E4BFC;
}
.fc-event.tipo_5 {
  background-color: #9CC105;
  border-color: #9CC105;
}
.fc-event.tipo_6 {
  background-color: #05C16A;
  border-color: #05C16A;
}
.fc-event.tipo_3, .fc-event.tipo_7 {
  background-color: #CE7F00;
  border-color: #CE7F00;
}


/*SKIN*/
/*
 * Skin: Blue
 * ----------
 */
.skin-blue .main-header .navbar {
  background-color: #006d98;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #ffffff;
}

.skin-blue .main-header ul.navbar-nav > li > a {
	color:#FFF;
}
.skin-blue .main-header .sidebar-toggle a{
	color:#FFF;
}
.skin-blue .main-header .nav li.user-menu .dropdown-menu li.user-header{
	background-color: #006d98;
}
.skin-blue .main-header .nav li.dropdown.open a.dropdown-toggle,
.skin-blue .main-header .nav li.dropdown:hover a.dropdown-toggle{
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
   	color: #f6f6f6;
}

.skin-blue .main-header .logo_sml{
	display:none;
}
.sidebar-collapse.skin-blue .main-header img.logo_sml{
	display:block;
	margin: 8px 0 0 15px;
}
.sidebar-collapse.skin-blue .main-header img{
	display:none;
}
.skin-blue .main-header .logo {
  background-color: #006d98;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.main-header .mobile-mini-search{
	background-color: #006d98;
}


.skin-blue .main-header .logo:hover {
  background-color: #006d98;
}
.skin-blue .main-header li.user-header {
  background-color: #3c8dbc;
}
.skin-blue .content-header {
  background: transparent;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #222d32;
}
.skin-blue .azienda-panel > .info,
.skin-blue .azienda-panel > .info > a {
  color: #fff;
}
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}

.skin-blue .azienda-panel .sidebar-menu > li.header {
  color: #333;
  background:#CCC;
}

.skin-blue .azienda-panel .dropdown .dropdown-menu{
	background:#F9FAFC;
}
.skin-blue .sidebar .azienda-panel .dropdown li a{
	color: #000;
}
.skin-blue .azienda-panel .sidebar-menu > li:hover > a,
.skin-blue .azienda-panel .sidebar-menu > li.active > a {
	color: #000;
  	background: #EAEAEA;
  	border-left-color: #EAEAEA;
}

.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  border-left-color: #3c8dbc;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.skin-blue .sidebar a {
  color: #b8c7ce;
}
.skin-blue .sidebar .dropdown a{
	color:#FFF;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 0 10px 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}



/*
 * Skin: Blue
 * ----------
 */
.skin-blue-light .main-header .navbar {
  background-color: #3c8dbc;
}
.skin-blue-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
@media (max-width: 767px) {
  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.skin-blue-light .main-header .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue-light .main-header .logo:hover {
  background-color: #3b8ab8;
}
.skin-blue-light .main-header li.user-header {
  background-color: #3c8dbc;
}
.skin-blue-light .content-header {
  background: transparent;
}
.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #f9fafc;
}
.skin-blue-light .content-wrapper,
.skin-blue-light .main-footer {
  border-left: 1px solid #d2d6de;
}
.skin-blue-light .azienda-panel > .info,
.skin-blue-light .azienda-panel > .info > a {
  color: #444444;
}
.skin-blue-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-blue-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-blue-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li:hover > a,
.skin-blue-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-blue-light .sidebar-menu > li.active {
  border-left-color: #3c8dbc;
}
.skin-blue-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-blue-light .sidebar a {
  color: #444444;
}
.skin-blue-light .sidebar a:hover {
  text-decoration: none;
}
.skin-blue-light .treeview-menu > li > a {
  color: #777777;
}
.skin-blue-light .treeview-menu > li.active > a,
.skin-blue-light .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-blue-light .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-blue-light .sidebar-form input[type="text"],
.skin-blue-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue-light .sidebar-form input[type="text"]:focus,
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
.skin-blue-light .main-footer {
  border-top-color: #d2d6de;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}

/*ADATTAMENTI*/
.skin-blue.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > a{
	background-color:#222D32;
}
.skin-blue.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu {
	background-color:#2C3B41;
	color:#FFF;
}

.skin-blue.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu > li:hover > a  {
	background-color:#2C3B41;
	border-color:#2C3B41;
}
.skin-blue.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu > li:hover > a > p{
	color:#FFF;
}
.skin-blue.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu > li > a > p{
	color:#b8c7ce;
}

.skin-blue .menu-top .item{
	background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
}

.skin-blue .menu-top .item a{
	color: #666;
}
.skin-blue .menu-top .item:hover{
	border-color:#444;
}

.skin-blue .menu-top .item:hover a{
	color: #444;
}

.skin-blue .menu-top .item.active{
	background-color: #666;
	border-color:#666;
}

.skin-blue .menu-top .item.active a{
	color: #ddd;
}

.skin-blue .table.dataTable thead .thead_name{
	background-color:#3C8DBC;
	color:#FFF;
}
.skin-blue .table.dataTable thead .thead_name .name a{
	color:#FFF;
}
.skin-blue .table.dataTable thead tr th{
	border-color:#367FA9;
}


.skin-blue .dropdown-menu > li > a:hover,
.skin-blue .dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #3C8DBC;
}

.skin-blue .post .tags.form-group .input-group-addon{
	background-color:#3C8DBC;
	color:#FFF;
}

/*FINE SKIN BLUE*/
/*FINE SKIN*/






/*
 * Skin: Blue
 * ----------
 */
.skin-blue-light .main-header .navbar {
  background-color: #3c8dbc;
}
.skin-blue-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue-light .main-header .navbar .sidebar-toggle a{
  color: #ffffff;
  font-size: 14px;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
@media (max-width: 767px) {
  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.skin-blue-light .main-header .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue-light .main-header .logo:hover {
  background-color: #3b8ab8;
}
.skin-blue-light .main-header li.user-header {
  background-color: #3c8dbc;
}
.skin-blue-light .content-header {
  background: transparent;
}
.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #f9fafc;
}
.skin-blue-light .content-wrapper,
.skin-blue-light .main-footer {
  border-left: 1px solid #d2d6de;
}
.skin-blue-light .user-panel > .info,
.skin-blue-light .user-panel > .info > a {
  color: #444444;
}
.skin-blue-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-blue-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-blue-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li:hover > a,
.skin-blue-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-blue-light .sidebar-menu > li.active {
  border-left-color: #3c8dbc;
}
.skin-blue-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-blue-light .sidebar a {
  color: #444444;
}
.skin-blue-light .sidebar a:hover {
  text-decoration: none;
}
.skin-blue-light .treeview-menu > li > a {
  color: #777777;
}
.skin-blue-light .treeview-menu > li.active > a,
.skin-blue-light .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-blue-light .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-blue-light .sidebar-form input[type="text"],
.skin-blue-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue-light .sidebar-form input[type="text"]:focus,
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
.skin-blue-light .main-footer {
  border-top-color: #d2d6de;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}



/*ADATTAMENTI*/
.skin-blue-light.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > a{
	background-color:#222D32;
}
.skin-blue-light.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu {
	background-color:#2C3B41;
	color:#FFF;
}

.skin-blue-light.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu > li:hover > a  {
	background-color:#2C3B41;
	border-color:#2C3B41;
}
.skin-blue-light.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu > li:hover > a > p{
	color:#FFF;
}
.skin-blue-light.sidebar-mini.sidebar-collapse .azienda-panel .nav > li > .dropdown-menu > li > a > p{
	color:#b8c7ce;
}

.skin-blue-light .menu-top .item{
	background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
}

.skin-blue-light .menu-top .item a{
	color: #666;
}
.skin-blue-light .menu-top .item:hover{
	border-color:#444;
}

.skin-blue-light .menu-top .item:hover a{
	color: #444;
}

.skin-blue-light .menu-top .item.active{
	background-color: #666;
	border-color:#666;
}

.skin-blue-light .menu-top .item.active a{
	color: #ddd;
}

.skin-blue-light .table.dataTable thead .thead_name{
	background-color:#3C8DBC;
	color:#FFF;
}
.skin-blue-light .table.dataTable thead .thead_name .name a{
	color:#FFF;
}
.skin-blue-light .table.dataTable thead tr th{
	border-color:#367FA9;
}


.skin-blue-light .dropdown-menu > li > a:hover,
.skin-blue-light .dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #3C8DBC;
}

.skin-blue-light .post .tags.form-group .input-group-addon{
	background-color:#3C8DBC;
	color:#FFF;
}



/*
 * Skin: Red
 * ---------
 */
.skin-red-light .main-header .navbar {
  background-color: #A52C2C;
}

.skin-red-light .main-header .navbar .nav > li > a {
  color: #ffffff !important;
}
.skin-red-light .main-header .logo_sml {
    display: none;
}
.sidebar-collapse.skin-red-light .main-header img {
    display: none;
}
.sidebar-collapse.skin-red-light .main-header img.logo_sml {
    display: block;
    margin: 8px 0 0 15px;
}
.skin-red-light .main-header .navbar .nav > li > a:hover,
.skin-red-light .main-header .navbar .nav > li > a:active,
.skin-red-light .main-header .navbar .nav > li > a:focus,
.skin-red-light .main-header .navbar .nav .open > a,
.skin-red-light .main-header .navbar .nav .open > a:hover,
.skin-red-light .main-header .navbar .nav .open > a:focus,
.skin-red-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-red-light .main-header .navbar .sidebar-toggle {
	color: #ffffff;
}
.skin-red-light .main-header .navbar .sidebar-toggle a {
	color: #ffffff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #d73925;
}
@media (max-width: 767px) {
  .skin-red-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-red-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
    background: #d73925;
  }
}
.skin-red-light .main-header .logo {
  background-color: #A52C2C;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-red-light .main-header .logo:hover {
  background-color: #dc4735;
}
.skin-red-light .main-header li.user-header {
  background-color: #A52C2C;
}
.skin-red-light .content-header {
  background: transparent;
}
.skin-red-light .wrapper,
.skin-red-light .main-sidebar,
.skin-red-light .left-side {
  background-color: #f9fafc;
}
.skin-red-light .content-wrapper,
.skin-red-light .main-footer {
  border-left: 1px solid #d2d6de;
}
.skin-red-light .user-panel > .info,
.skin-red-light .user-panel > .info > a {
  color: #444444;
}
.skin-red-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.skin-red-light .sidebar-menu > li.header {
  color: #848484;
  background: #f9fafc;
}
.skin-red-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.skin-red-light .sidebar-menu > li:hover > a,
.skin-red-light .sidebar-menu > li.active > a {
  color: #000000;
  background: #f4f4f5;
}
.skin-red-light .sidebar-menu > li.active {
  border-left-color: #A52C2C;
}
.skin-red-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-red-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-red-light .sidebar a {
  color: #444444;
}
.skin-red-light .sidebar a:hover {
  text-decoration: none;
}
.skin-red-light .treeview-menu > li > a {
  color: #777777;
}
.skin-red-light .treeview-menu > li.active > a,
.skin-red-light .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-red-light .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-red-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-red-light .sidebar-form input[type="text"],
.skin-red-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-red-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-red-light .sidebar-form input[type="text"]:focus,
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}


.skin-red-light .table.dataTable thead tr th{
	border-color:#A52C2C;
}
.skin-red-light .table.dataTable thead .thead_name {
    background-color: #A52C2C;
    color: #FFF;
}
.skin-red-light .table.dataTable thead .thead_name .name a {
    color: #FFF;
}

.skin-red-light .menu-top .item.active {
    background-color: #666;
    border-color: #666;
}
.skin-red-light .menu-top .item {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}
.skin-red-light .menu-top .item.active a {
    color: #ddd;
}

.skin-red-light .main-header .mobile-mini-search{
	background-color: #A52C2C;
}
