/* Stili globali */

/* ------------------------------- */

html, body {
	height: 100%;
	margin: 0;
}

body {
    /* padding-top: 100px; */
    background-color: #f8f8f8;
}

/* xs, sm */
@media(min-width: 768px) {
    body {
        /* padding-top: 50px; */
    }
}
/* md, lg */
@media(max-width: 1025px) {
	body {
		/* font-size: 18px; */
	}
}

/* Wrapper */

/* ------------------------------- */

* html #wrapper {
	min-height: 100%;
}
#preloader {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#preloader > div {
	background-image: url('../img/ajax-loader-blue.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	width: 200px;
	top: 50%;
}
#wrapper {
	min-height: 100%;
}
#page-wrapper {
	padding-top: 101px;
    background-color: #fff;
}
#side-wrapper {
	bottom: 0;
	left: 0;
	position: fixed;
	top: 101px;
	width: 250px;
}

.minified #page-wrapper {
	padding-left: 40px;
}
.minified #side-wrapper {
	width: 40px;
}

.expanded #side-wrapper {
	box-shadow: 5px 0 5px 0 rgba(196, 196, 196, 0.75);
	z-index: 90;
}

/* xs, sm */
@media(min-width: 768px) {
	#side-wrapper {
		top: 51px;
	}
    #page-wrapper {
        min-height: 1300px;
		padding-left: 40px;
		padding-top: 51px;
    }
}

/* md, lg */
@media(min-width:992px) {
	#side-wrapper {
		top: 51px;
	}
	.expanded #side-wrapper {
		box-shadow: none;
		z-index: 1;
	}
	#page-wrapper {
		min-height: 1000px;
		padding-left: 250px;
		padding-top: 51px;
	}
}

/* Globale */
.arrow {
    float: right;
}
textarea.resize-vertical {
	resize: vertical;
}
textarea.resize-horizontal {
	resize: horizontal;
}
textarea.resize-both {
	resize: both;
}
textarea.resize-none {
	resize: none;
}
.scrollable {
	max-height: 340px;
	overflow-y: auto;
}
img.imgloader {
	color:transparent!important;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
img.imgloader.loaded {
	background: none;
}
img.imgloader.not-found {
	background-image: url('../img/noimage.png');
	background-size: cover;
}


/* Contenuti */
.content,
.content-header {
	margin: 15px;
}

/* Logo */
.logo {
	padding-left: 40px;position: relative;
}
.logo a {
	display: block;
}
.logo img {
	height: 50px;
}

/* Navigazione */

/* ------------------------------- */

/* Dropdown intestazione */

.navbar {
	margin-bottom: 0;
}
.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li: last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px 15px 15px 0;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li: last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li div a {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}


/* Menù laterale */
.nav .fa.arrow:before {
    content: "\f104";
}
.nav .active > a > .fa.arrow:before {
    content: "\f107";
}

.menu-toggle {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 40px;
	border: 0;
	margin: 0;
	padding: 0;
	color: #666;
}
.menu {
	z-index: 91;
}
.menu ul:first-child > li {
	border-bottom: 1px solid #e7e7e7;
}
.menu ul:first-child > li > ul > li {
	padding-left: 30px;
}
.menu li li {
    border-bottom: none !important;
	padding-left: 15px;
}
.menu li li i {
	display: inline-block;
	text-align: left;
	width: 10px;
}
.menu-search {
	padding: 15px;
}
.menu .nav .icon {
	display: inline-block;
	width: 40px;
	text-align: center;
}

.menu .nav > li > a {
	padding-left: 0;
}

.minified #side-wrapper .menu {
	width:40px;
}
.minified #side-wrapper .menu-search {
	display: none;
}
.minified #side-wrapper .menu .nav > li {
	width: 40px;
	text-align: center;
}
.minified #side-wrapper .menu .nav > li > a {
	padding-right: 0;
}
.minified #side-wrapper .menu .nav > li span.icon {
	display: inline-block!important;
}
.minified #side-wrapper .menu .nav > li > a span,
.minified #side-wrapper .menu .collapse,
.minified #side-wrapper .menu .badge {
	display: none!important;
}

@media(min-width: 768px) {
    .menu {
		background-color: #f8f8f8;
		bottom: 50px;
        position: absolute;
		top: 0;
        width: 250px;
        z-index: 92;
    }
	.info {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 91;
	}
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Info */
.info {
	font-size: 12px;
	line-height: 1em;
	padding: 0 15px;
}
.minified #side-wrapper .info {
	display: none;
}

/* Pulsanti */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Badge */
.badge-success {
	background-color: #5cb85c;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-danger {
	background-color: #d9534f;
}


/* Sezioni */
section.section {
    margin: 15px;
    padding: 15px;
}
.section h2 {
	font-size: 24px;
	margin-top: 0;
/*
#page-wrapper > .section {
	background-color: #f8f8f8;
    margin: 15px;
    padding: 15px;
}
#page-wrapper > h2 {
	margin-left: 15px;
}
*/
.section h2 span.has-tooltip > span {
	display: none;
}
.section h2 > a {
	cursor: default;
}
.section h2 > a:hover {
	text-decoration: none;
}
.section h2[data-toggle="collapse"] > a {
	cursor: pointer;
}
.section .fa.arrow:before {
    content: "\f107";
}
.section .collapsed > a > .fa.arrow:before {
    content: "\f104";
}
.section.section-collapsable {
}
.section.section-navi {
}
.section.section-navi a {
	border-radius: 4px;
	border:1px solid #e7e7e7;
}
.section.section-navi a.active {
	color: #fff;
	background-color: #428bca;
}
.section-container:not(.section-tab) {
	background-color: #f8f8f8;
}

/* Form */
form > section.section {
	margin: 0;
	padding: 0;
}
form > .section h2 {
	margin-top: inherit;
}
.form-panel {
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 5px 15px;
}
.form-panel h3 {
	border-bottom: 1px solid #e7e7e7;
	color: #909090;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.form-panel label {
	font-weight: normal;
	margin: 0;
}

.form-panel .row {
	margin-top: 10px;
}
.form-panel .divider {
	border-bottom: 1px solid #e7e7e7;
	height: 1px;
	margin: 10px 0;
}
.form-panel .table-responsive > div {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e7e7e7;
	padding: 15px;
}
.form-panel .table {
	margin: 0;
}
.form-panel .form-section-container {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-top: 15px;
}
.form-panel .form-section h4 {
	margin-top: 30px;
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.form-panel .form-section h4 > a {
	cursor: default;
}
.form-panel .form-section h4 > a:hover {
	text-decoration: none;
}
.form-panel .form-section h4[data-toggle="collapse"] > a {
	cursor: pointer;
}
.form-panel .form-section .fa.arrow:before {
    content: "\f107";
}
.form-panel .form-section .collapsed > a > .fa.arrow:before {
    content: "\f104";
}
.form-panel .form-section h4 span.has-tooltip > span {
    display: none;
}
.form-element {
	padding: 0!important;
}
.form-element label {
	font-weight:normal;
	margin: 0;
}
.form-element .table-responsive > div {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e7e7e7;
	padding: 15px;
}
.form-element .table {
	margin: 0;
}

.elem-label label {
	color: #909090;
}
.elem-label label.help {
	color: #428bca;
	cursor: help;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.elem-label label.required:before {
	content: "\f069";
	display: inline-block;
    font-family: fontawesome;
	font-size: 0.8em;
	margin-right: 6px;
	text-decoration: none!important;
}

.elem-control {
}
.elem-control label {
	color: #000;
}

.elem-control-ml {
}

.elem-ml {
	width: 100%;
}
.elem-ml-container {
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.elem-ml-container + .buttonlist {
	margin-top: 8px;
}
.elem-ml-block {
	display: block;
}
.elem-ml-block input,
.elem-ml-block textarea {
	width: auto;
	float: left;
}
.elem-ml .input-group-addon.buttonlist-minimal {
	background-color: #fff;
	padding: 0;
}
.elem-ml .input-group-addon.buttonlist-minimal:hover {
	background-color: #ebebeb;
}
.elem-ml .input-group-addon.buttonlist-minimal button.btn {
	height: 100%;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}
.elem-ml .buttonlist-minimal .btn > span {
	display: none;
}
.elem-ml textarea {
	min-height: 100px;
}

.elem-ml-main {
	/* display: inline-block; */
	z-index: 2;
}
.elem-ml-sub > span:not(.charcounter),
.elem-ml-main > span:not(.charcounter) {
	display: none;
}
.elem-ml-sub {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 1;
}
.elem-ml .checkbox {
	content: "\f011";
	font-family: fontawesome;
}
.elem-ml .checkbox:checked {
	content: "\f011";
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
	font-size: 1em;
	height: 1.5em;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 1.5em;
}
input[type=checkbox]:not(old) + div label,
input[type=radio]:not(old) + div label {
	display: inline-block;
	line-height: 1.5em;
	margin-left: -2em;
}
input[type=checkbox]:not(old) + span.input-icon,
input[type=radio]:not(old) + span.input-icon {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	height: 1.20em;
	margin: 0.05em 0.5em 0.05em 0.05em;
	vertical-align: bottom;
	width: 1.20em;
}
input[type=checkbox]:not(old) + span.input-icon {
	border-radius: 4px;
}
input[type=radio]:not(old) + span.input-icon {
	border-radius: 50%;
}
input[type=checkbox]:not(old):checked + span.input-icon,
input[type=radio]:not(old):checked + span.input-icon {
	background-color: #428bca;
	border-color: #357ebd;
}
input[type=checkbox]:not(old):disabled + span.input-icon,
input[type=radio]:not(old):disabled + span.input-icon {
	cursor: not-allowed;
	background-color: #eee;
	border-color: #ccc;
}
input[type=radio]:not(old):checked + span.input-icon > span:before,
input[type=checkbox]:not(old):checked + span.input-icon > span:before {
	color: #fff;
	display: block;
	font-family: fontawesome;
	line-height: 1.2em;
	text-align: center;
	width: 1.2em;
}
/*
input[type=radio]:not(old):checked + span.input-icon > span:before {
	content: "\f111";
	font-size: 0.65em;
	margin: 0.225em;
}
*/
input[type=radio]:not(old):checked + span.input-icon > span:before,
input[type=checkbox]:not(old):checked + span.input-icon > span:before {
	content: "\f00c";
	font-size: 0.85em;
}
input[type=radio]:not(old):checked:disabled + span.input-icon > span:before,
input[type=checkbox]:not(old):checked:disabled + span.input-icon > span:before {
	color: #555;
}

.elem-control .charcounter {
	border-left: 0;
}
.elem-control .charcounter.warning {
	background-color: #fcf8e3;
}

/* Azioni */
.buttonlist-container {
	margin-bottom: 15px;
}
.buttonlist .nav-elem {
    border: 0 none;
    border-radius: 0;
	box-shadow: none;
    display: inline-block;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: auto;
}
.buttonlist .nav-elem input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 3em;
	text-align: center;
	/* margin: -1px; */
}
.buttonlist .btn-group li + li {
    margin-left: -1px;
}
.buttonlist .nav-pills.btn-group > li:not(:first-child):not(:last-child):not(.dropdown-toggle) .btn {
	border-radius: 0;
}
.buttonlist .nav-pills.btn-group > li:first-child  .btn {
	margin-left: 0;
}
.buttonlist .nav-pills.btn-group > li:first-child:not(:last-child) .btn:not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.buttonlist .nav-pills.btn-group > li:last-child:not(:first-child) .btn,
.buttonlist .nav-pills.btn-group > li:not(:first-child) .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.buttonlist .nav-pills.btn-group > li:not(:first-child):not(:last-child)  .btn > li  .btn {
	border-radius: 0;
}
.buttonlist .nav-pills.btn-group > li :first-child > li:last-child .btn,
.buttonlist .nav-pills.btn-group > li :first-child > li .btn.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.buttonlist .nav-pills.btn-group > li:last-child  .btn > li:first-child  .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.form-group .btn *,
.buttonlist .btn *,
.buttonlist a * {
	display: none;
}
.form-group .btn > i,
.form-group .btn > b,
.form-group .btn > strong,
.buttonlist .btn > i,
.buttonlist .btn > b,
.buttonlist .btn .caret,
.buttonlist a > i,
.buttonlist a > b,
/* .buttonlist .caret, */
.buttonlist .nav-elem {
	display: inline-block;
}
.buttonlist .nav-elem * {
	display: inline;
}
.buttonlist .dropdown-menu {
    min-width: 100%;
}
.buttonlist .dropdown-menu > li > a {
	cursor: pointer;
}
.buttonlist .dropdown-menu {
	padding: 0;
}
.buttonlist .dropdown-menu > li.divider {
	margin: 0;
}
.buttonlist .dropdown-menu > li > a {
	padding: 6px 12px;
	text-align: center;
}
.buttonlist .dropdown-menu > li > a * {
	display: none;
}
.buttonlist .dropdown-menu > li > a > i {
	display: inline-block;
}

@media (min-width:992px) {
	.buttonlist .buttonlist-inline .btn > i,
	.buttonlist .buttonlist-inline .btn > span {
		display: inline;
	}
	.buttonlist .buttonlist-inline .btn > span:before {
		content: " ";
	}
	.buttonlist .buttonlist-inline .btn > .caret {
		display: inline-block;
	}
	.buttonlist .buttonlist-inline i.flag-icon.flag-icon {
		display: inline-block;
	}

	.buttonlist .buttonlist-block .btn > i {
		display: block;
		text-align: center;
		width: 100%!important;
	}
	.buttonlist .buttonlist-block .button > span {
		display: inline-block;
	}
	.buttonlist .buttonlist-block > span + .caret {
	}
	.buttonlist .buttonlist-block .btn i + span,
	.buttonlist .buttonlist-block .nav-elem + span {
		display: inline-block;
		margin-top: 5px;
	}
	.buttonlist .buttonlist-block .nav-elem {
		display: block;
		margin: -1px 0;
	}
	.buttonlist .buttonlist-block {
	}
	.buttonlist .buttonlist-block .btn {
		height: 3.42857em;
	}

	.buttonlist .buttonlist-inline .dropdown-menu > li > a,
	.buttonlist .buttonlist-block .dropdown-menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.buttonlist .buttonlist-inline .dropdown-menu > li > a > i,
	.buttonlist .buttonlist-block .dropdown-menu > li > a > i,
	.buttonlist .buttonlist-inline .dropdown-menu > li > a > span,
	.buttonlist .buttonlist-block .dropdown-menu > li > a > span {
		display: inline;
	}
	.buttonlist .buttonlist-inline .dropdown-menu > li > a > span:before,
	.buttonlist .buttonlist-block .dropdown-menu > li > a > span:before {
		content: " ";
	}
}
/*
@media (min-width: 768px) {
	.buttonlist-inline .btn *,
	.buttonlist-inline a * {
		display: none;
	}
	.buttonlist-inline .btn > i,
	.buttonlist-inline .btn > span:not(.caret) {
		display: none;
	}
	.buttonlist-inline .btn > span:not(.caret):before {
		content: "";
	}
	.buttonlist-inline .btn > i,
	.buttonlist-inline .btn > b,
	.buttonlist-inline .btn .caret,
	.buttonlist-inline a > i,
	.buttonlist-inline a > b,
	.buttonlist-inline a .caret,
	.buttonlist-inline .nav-elem {
		display: inline-block;
	}
	.buttonlist-inline .nav-elem * {
		display: inline;
	}
}
*/

/* tabelle */
.table-container {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px;
	overflow-x: auto;
}
.table-container .table-container {
	border-left-width: 8px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
}
.table-container  tbody > tr.row-striped > td,
.table-container  tbody > tr.row-striped > th {
	background-color: #f9f9f9;
}

.table-container .table-striped tbody > tr:nth-child(odd) > td,
.table-container .table-striped tbody > tr:nth-child(odd) > th {
	background-color: inherit;
}

.table-container h4 {
	margin-top: 0;
}
.table  {
	margin-bottom:0
}
.table tfoot th.table-total {
	font-weight: normal;
	font-style: italic;
}
.table-col-12 {
	width: 100%;
}
.table-col-11 {
	width: 91.66666666666666%;
}
.table-col-10 {
	width: 83.33333333333334%;
}
.table-col-9 {
	width: 75%;
}
.table-col-8 {
	width: 66.66666666666666%;
}
.table-col-7 {
	width: 58.333333333333336%;
}
.table-col-6 {
	width: 50%;
}
.table-col-5 {
	width: 41.66666666666667%;
}
.table-col-4 {
	width: 33.33333333333333%;
}
.table-col-3 {
	width: 25%;
}
.table-col-2 {
	width: 16.666666666666664%;
}
.table-col-1 {
	width: 8.333333333333332%;
}
.table-col-min {
	width: 1%;
}
.table .btn.has-tooltip > span {
	display: none;
}
.table a.btn {
	border: 0;
	border-radius: 0;
	float: right;
}
.table .fa.arrow:before {
    content: "\f107";
}
.table  a.collapsed > .fa.arrow:before {
    content: "\f104";
}
.table .form-control {
    height: auto;
	padding: 3px 8px;
    width: 100%;
}
.table .elem-control > label {
	margin: 0;
	font-weight: normal;
}
.table .orderable > span {
	display: none;
}
.table th i {
    margin-right: 5px;
}

.table-striped > tbody > tr:not(subtable):nth-child(odd) > td,
.table-striped > tbody > tr:not(subtable):nth-child(odd) > th {
	background-color: #f9f9f9;
}

/* Treeview e GridView */
.treeview .btn.has-tooltip > span:not(.caret),
.gridview .btn.has-tooltip > span:not(.caret) {
	display: none;
}

.treeview-control,
.gridview-control {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
.treeview-container,
.gridview-container {
	width: 100%;
}
.gridview-container {
	padding: 15px;
}
.gridview-item {
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
}
.gridview-action {
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
}
.gridview-item:hover .gridview-action {
	display: block;
	cursor: pointer;
}
.gridview-thumb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.gridview-thumb > img {
	width: 100%;
	height: 100%;
	display: block;
}
.gridview-thumb > i {
	height: auto;
	font-size: auto;
}
.gridview-title,
.gridview-info {
	margin: 0;
}

.gridview-large .gridview-item {
	width: 33.33%;
	float: left;
}
.gridview-large .gridview-thumb {
	width: 100%;
}
.gridview-large .gridview-caption {
	margin-top: 4px;
}

.gridview-small .gridview-item {
	width: 20%;
	float: left;
}
.gridview-small  .gridview-thumb {
	width: 100%;
}
.gridview-small .gridview-caption {
	margin-top: 4px;
}

.gridview-list {
}
.gridview-list .gridview-item {
	width: 100%;
	margin-bottom: 15px;
}
.gridview-list .gridview-item::after {
	clear: both;
}
.gridview-list .gridview-item::after,
.gridview-list .gridview-item::before {
    content: ' ';
    display: table;
}
.gridview-list .gridview-thumb {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0;
	margin-right: 4px;
}
.gridview-list .gridview-caption {
	text-align: left;
}
.gridview-list .gridview-action {
	right: 5px;
	left: auto;
}

/* Pagine */
.modal {
	background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 20%;
    bottom: 20%;
    width: 560px;
    z-index: 1050;
}

div.advise {
	color: #555555;
	font-weight: bold;
	background-color: #ffffca;
	padding: 10px;
}
div.advise img {
	float: left;
}
div.advise p {
  height: 10px;
  margin-left: 34px;
  padding: 0;
}
/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

/* helper per bootstrap */

.zero {
	margin: 0;
}
.no-gutter > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

/* ridefinizioni stili */

.fileinput-caption {
	padding-top:3px;
	padding-bottom:3px;
}
.file-caption-name {
	display:inline;
}
.select2-container--default .select2-selection--single ,
.select2-container--default .select2-selection--multiple {
	border-color:#ccc;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  top: 1px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 1px;
}
.tooltip.right .tooltip-arrow {
	left: 1px;
}
.tooltip.left .tooltip-arrow {
	right: 1px;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dropdown-menu > li > div > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.input-group-addon.first,
.input-group-btn.first,
.input-group .form-control.first {
    border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
}
.input-group-addon.last,
.input-group-btn.last,
.input-group .form-control.last {
    border-top-right-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}
.input-group-btn:not(.first):not(.last) > .btn {
	border-radius: 0;
	border-right: 0;
}
.input-group .form-control:not(.first):not(.last) {
	border-right: 0;
}
.dropdown-menu a:not(.disabled) {
	cursor:pointer;
}

.table > tbody > tr > td {
	vertical-align: middle;
}
.table td .btn {
	line-height: 1;
}

.icon-left {
	display: inline-block;
    padding-left: 1em;
    position: relative;
}
.icon-left > i {
	bottom: 0;
	display: block;
	left: 0;
    position: absolute;
	top: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index:90;
}

.list-group-item.linked-item {
	padding: 0;
}
.list-group-item.linked-item a {
	display: block;
	padding: 10px 15px;
}
.list-group-item.linked-item a:hover {
	background-color: #eee;
}


.section h3 {
	margin-top: 0;
}
.inline-list h3 {
	margin: 0;
}
.section .tab-content {
	margin: 15px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 0;
	/* font-family: 'Glyphicons Halflings'; */
}
.has-success .form-control-feedback::before {
	content: "\e084";
}
.has-error .form-control-feedback::before {
	content: "\e088";
}
.has-warning .form-control-feedback::before {
	content: "\e086";
}
.menu .nav.collapse {
	transform:none!important;
}