/* Stili globali */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext');

/* ------------------------------- */

html, body {
	height: 100%;
	margin: 0;
}

body {
    /* padding-top: 100px; */
    background-color: #eeeeee;
    color: #666666;
    /* font-family: "Open Sans",Helvetica,Arial,sans-serif; */
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.49;
}

/* 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: 61px;
	padding-left: 50px;
	padding-right: 0;
    background-color: #eeeeee;
	z-index: 1000;
}
#side-wrapper {
	bottom: 0;
	left: 0;
	position: fixed;
	top: 61px;
	width: 200px;
	background-color: #4c4a49;
	z-index: 1020;
}

.minified #page-wrapper {
	padding-left: 50px;
	padding-right: 0;
}
.minified #side-wrapper {
	width: 50px;
}

.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: 61px;
	}
    #page-wrapper {
        /* min-height: 1300px; */
		padding-left: 50px;
		padding-top: 61px;
    }

}
@media(max-width: 768px) {
	.logo a img {
		display:none;
	}
}

/* md, lg */
@media(min-width:992px) {
	#side-wrapper {
		top: 61px;
	}
	.expanded #side-wrapper {
		box-shadow: none;
		z-index: 1;
	}
	#page-wrapper {
		/* min-height: 1000px; */
		padding-left: 200px;
		padding-top: 61px;
	}
}

/* Globale */
.arrow {
    float: right;
	display: block;
}
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;
}
.sampleClass {display:none; float:left;}

@media only screen and (min-width: 1200px){
	.sampleClass {float:none;}
}
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-header {
	margin: 0 0 15px 0;
}
.content {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.content-footer {
    margin: 15px 15px 0 15px;
	background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
}
header + .content, /* form senza menù */
header + .container-fluid > section.section { /* sezione senza form */
	margin-top: 76px;
}
@media(min-width:1200px) {
	.content, .content-footer {
		/* margin-left: 25px; */
		margin-left: 15px;
		/* margin-right: 25px; */
		margin-right: 15px;
	}
}
.modal .content {
	margin-top: 0;
}

.text-bold {
	font-weight: bold;
}

.help {
	color: #428bca;
	cursor: help;
	/*text-decoration: underline;
	text-decoration-style: dotted;*/
}

.help:after{
	content: "\f05a";
	margin-left: 0.3em;
	font-family: FontAwesome;
}

/* Logo */
.logo {
	padding-left: 50px;
	position: relative;
}
.logo a {
	display: block;
}
.logo img {
	height: 30px;
	margin: 10px 0;
}

/* Navigazione */

/* ------------------------------- */

/* Dropdown intestazione */

.navbar {
	margin-bottom: 0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08), 0 2px 0 0 rgba(0, 0, 0, 0.02);
	background-color: #FFFFFF;
    border-color: #e7e7e7;
    border-width: 0;
	padding:5px 20px 5px 0;
}
.navbar-top-links li {
    display: inline-block;
	margin: 0;
}

.navbar-top-links li: last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    margin: 0;
	padding:14px 0 14px 14px;
    min-height: 50px;
	color: #909090;
	/* background: #fafafa none repeat scroll 0 0; */
    /* border: 1px solid #e2e2e2;	 */
}
.navbar-top-links li a:hover, .navbar-top-links li a:focus {
    background-color: #FFF!important;
	color: #4c4a49!important;
}
.label {
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 5px;
	min-width:18px;
    line-height: 1;
    padding: 0.4em 0.3em;
    position: absolute;
    text-align: center;
    top: 5px;
    vertical-align: baseline;
    white-space: nowrap;
    z-index: 100;
}
.fa-fw {
    font-size: 16px;
}

.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: 100%;
    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 */

.menu-toggle {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	border: 0;
	margin: 0;
	padding: 0;
	color: #666;
	background:transparent;
}
.menu {
	z-index: 91;
}
.menu ul:first-child > li {
    border-bottom: 1px solid #1a1817;
    border-top: 1px solid #525151;
}
.menu ul:first-child > li > ul > li {
	padding-left: 45px;
}
.menu li li {
    border-bottom: none !important;
	padding-left: 15px;
}
.menu li li i {
	display: inline-block;
	text-align: left;
	width: 10px;
}
.menu ul li > ul{
    background-color: #3c3938;
	color: #bbbbbb;
}
.menu ul li > ul::before {
    border-left: 1px dotted #FFF;
    bottom: 0;
    content: "";
    display: block;
    left: 24px;
    position: absolute;
    top: 42px;
	bottom: 18px;
    z-index: 1;
}
.menu ul li > ul li::before{
    border-top: 1px dotted #FFF;
    content: "";
    display: block;
    left: 25px;
    position: absolute;
    top: 20px;
    width: 10px;
    z-index: 1;
}

.menu ul li > ul ul::before{
	border-left: none;
}
.menu ul li > ul li li::before{
	border-top: 1px dotted #FFF;
	left: 0;
	width: 5px;
}
.menu-search {
	padding: 12px 0 13px 0;
}
.custom-search-form .input-group-btn .btn{
	background-color: #4c4a49;
	width: 50px;
	text-align: center;
	color: #ffffff;
	border: 0;
	line-height:1.42857!important;
}
.custom-search-form input {
	border-radius:0!important;
	border:0!important;
	width:90%!important;
	margin-left:5px!important;
}
.menu .nav .icon {
	display: inline-block;
	width: 50px;
	text-align: center;
	color: #ffffff;
	/* line-height:1.42857!important; */
}
.menu .nav .icon i.fa{
	/* line-height:1.42857!important; */
	font-size:19px;
}

.nav > li > a {
	z-index:5;
}
.menu .nav > li > a {
	padding-left: 0;
	color: #ffffff;
	font-weight: 500;
}
.menu ul  li li a {
    color: #bbbbbb;
}
.menu .nav > li > a:focus, .menu .nav > li > a:hover {
	color: #ffffff;
	background-color: transparent;
}
.menu > .nav > li > a:focus, .menu > .nav > li > a:hover{
	background-color: #454241;
}
.minified #side-wrapper .menu {
	width: 50px;
}
.minified #side-wrapper .menu-search {
	/* display: none; */
	width: 50px;
}
.minified #side-wrapper .menu .nav > li, .minified #side-wrapper .info > div {
	width: 50px;
	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;
}

.menu .nav > li ul > li.current > a {
	color: #337ab7;
}
.menu .nav .fa.arrow {
	margin: 4px 0;
}
.menu .nav .fa.arrow::before {
    content: "\f105";
}
.menu .nav .active > a > .fa.arrow::before {
    content: "\f107";
}
.menu > .nav > li.active > ul > li.active > a::before {
    display: none;
}
.minified .menu > .nav > li.current > a::before {
    color: #eee;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: normal;
    position: absolute;
	top: 4px;
    right: -18px;
    width: 26px;
	height: 30px;
}

.minified .menu .nav > li.active > a::before{
	right:-11px;
}

.menu .nav.collapse {
 	transform: none!important;
}

@media(min-width: 768px) {
    .menu {
		background-color: #4c4a49;
		bottom: 0;
        position: absolute;
		top: 0;
        width: 200px;
        z-index: 92;
	    /* border-bottom: 1px solid #1a1817; */
    }
    .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:320px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* Info */
.info {
	line-height: 25px;
	padding: 0;
}
.info p {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}
.info a {
	text-decoration: none;
	font-weight: 500;
}
.info i {
	width: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
}
.minified #side-wrapper .info span{
	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;
	/*border: 1px solid #ddd;*/
}
.section.bg-default {
	background-color: #fff;
}
#page-wrapper > section:not(.content-header) {
   /* margin-left: 25px;
    margin-right: 25px;*/
    margin-left: 15px;
    margin-right: 15px;
}
.section h2 {
	/* font-size: 22px; */
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 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 h2:not(.collapsed) {
	border-bottom: 1px dotted #ddd;
}

.section .fa.arrow::before {
    content: "\f107";
}
.section .collapsed > a > .fa.arrow::before {
    content: "\f105";
}
.section.section-navi {
	margin:0 25px;
}
.section.section-navi a {
	/* border-radius: 2px;
	border:1px solid #e7e7e7;
	padding: 5px 10px; */
	margin:0 0 0 10px;
}
.section.section-navi a.active {
	color: #fff;
	background-color: #428bca;
}
.section-container:not(.tablist) {
	padding: 15px;
}
.section-container.section-column > .row {
	border-bottom: 1px solid #ccc;
}
.section > .buttonlist {
	margin: 15px;
}
.section-container > .buttonlist {
	margin: 0 0 15px 0;
}
.section[data-behaviour="tabs"] .tab-content form > .buttonlist {
	margin: 0 0 15px 0;
}
.section-container .alert:last-child {
	margin-bottom: 0;
}

/* Form */
form > section.section {
	margin: 0 0 15px 0;
	padding: 0;
}
form > .section h2 {
	/* margin-top: inherit; */
}
.form-panel {
	/* background-color: #f8f8f8; */
	border-radius: 0;
	padding: 0;
}
.form-panel h3 {
    border-bottom: 1px solid #e2e2e2;
    color: #999999;
    letter-spacing: 0.2px;
    /* padding: 0 0 25px 0; */
    padding: 0 0 15px 0;
	/*margin: 25px 0 15px 0!important;*/
    position: relative;
}
.form-panel h3.help {
	color: #428bca;
}
.buttonlist + .form-panel h3 {
	margin-top: 0!important;
}
.buttonlist.fixed {
	min-height: 54px;
}
.buttonlist.fixed > .nav {
	position: fixed;
	z-index: 100;
	padding: 10px 15px 10px 16px;
	margin-left:-16px;
	background-color: #eee;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	/* box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); */
}
.buttonlist.fixed > .nav:hover {
	/* background-color: #e7e7e7; */
}
.buttonlist .btn.btn-toggle {
	color: #999;
	background-color: transparent;
	display: none;
}
.buttonlist .btn.btn-toggle.active {
	display: block;
	box-shadow: none;
}
.buttonlist .btn.btn-toggle.active:hover {
	color: inherit;
}

.form-panel + .table-container {
	/* margin-top: 20px; */
	margin: 20px 0;
}

.table-container  + .table-container {
	border-top: 0px;
}


.form-panel label {
	font-weight: 400;
	margin: 0;
}

.form-panel .row {
	/*margin-top: 10px;*/
	margin-top: 0;
}
.form-panel .divider {
	border-bottom: 1px solid #e7e7e7;
	height: 1px;
	margin: 15px 0;
}

.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}

.form-panel .table-responsive > div {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 15px;
}
.form-panel .table {
	margin: 0;
}
.form-section .form-section-container {
	border-bottom: 1px solid #e7e7e7;
	/*padding-bottom: 15px; modifica 20200218 ha già il margin, ma nelle sottosezioni si vede male*/
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.form-section:last-child .form-section-container {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.form-section h4 {
	/*margin-top: 30px; */
	/*margin-top: 0; modifica 20200218 per interno form*/
	margin-top: 15px;
	margin-bottom: 0;
	/*padding-bottom: 15px;modifica 20191123*/
	border-bottom: 1px solid transparent;
	font-size: 18px;
}
.form-section h4[aria-expanded="false"] {
    border-bottom-color: #e7e7e7;
}
.form-section h4 > a {
	cursor: default;
}
.form-section h4 > a:hover {
	text-decoration: none;
}
.form-section h4[data-toggle="collapse"] > a {
	cursor: pointer;
}
.form-section .fa.arrow::before {
    content: "\f107";
}
.form-section .collapsed > a > .fa.arrow::before {
    content: "\f105";
}
.form-section h4 span.has-tooltip > span {
    display: none;
}
.form-element {
	padding: 0;
}
/*
.form-element:before,
.form-element:after {
	display: table;
	content: " ";
}
.form-element:after {
	clear: both;
}
*/
/* xs, sm: ogni elemento su una riga, corregge le spaziature tra i figli dello stesso form-group */
@media(max-width: 991px) {
	.form-element::before,
	.form-element::after {
		display: table;
		content: " ";
	}
	.form-element::after {
		clear: both;
	}
	.form-element {
		padding-top: 15px;
	}
	.form-element:first-child {
		padding-top: 0;
	}
}
.form-element label {
	font-weight:normal;
	margin: 0;
}
.form-element .table-responsive > div {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 15px;
}
.form-element .table {
	margin: 0;
}
.form-element .alert {
	margin: 0;
	padding: 10px;
}
.form-control.jsloading {
	color: transparent;
	background-image: url('../img/waitjs.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.form-control.dummy {
	background-color: #eee;
    opacity: 1;
	cursor: not-allowed;
	height: auto;
	min-height: 34px;
	box-shadow: none;
	border-color: #ddd;
}
.elem-control > iframe {
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
}
.elem-list {
	margin: 15px 0;
	padding-left: 30px;
}

.elem-label {
	overflow: hidden;
	text-overflow: ellipsis;
}
/*
.elem-label::before {
	content: ' ';
	display: inline-block;
	height: 100%;
	width: 1%;
	vertical-align: middle;
}
*/
.elem-label > label {
	line-height: 17px;
	color: #909090;
	display: inline-block;
}
.elem-label > label.help {
	color: #428bca;
}
.elem-label > label.required::before {
	content: "\f069";
	display: inline-block;
    font-family: fontawesome;
	font-size: 0.5em;
	margin-right: 4px;
	text-decoration: none!important;
}

.elem-control.bg-default {
	background-color: #fff;
}
.elem-control label {
	color: #000;
}
.elem-control .input-group-addon[class*="buttonlist"] {
	border-left: 1px solid #ccc;
	padding: 0;
}
.elem-control .input-group-addon[class*="buttonlist"]:hover {
	background-color: #ebebeb;
}
.elem-control .input-group-addon[class*="buttonlist"] button.btn {
	height: 100%;
}
.elem-control .buttonlist-minimal .btn > span {
	display: none;
}
.elem-control.disabled .input-group-addon,
.elem-control.disabled .input-group-addon[class*="buttonlist"] {
	border-color: #ddd;
}

.elem-control > iframe {
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
}
.elem-control > meter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	margin: 0 auto;
	width: calc(100% - 30px);
	height: 0.5em;
	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0);
}
.elem-control > meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}
.elem-control > meter[data-behaviour="pwdmeter"][value="1"]::-webkit-meter-optimum-value { background: red; }
.elem-control > meter[data-behaviour="pwdmeter"][value="2"]::-webkit-meter-optimum-value { background: yellow; }
.elem-control > meter[data-behaviour="pwdmeter"][value="3"]::-webkit-meter-optimum-value { background: orange; }
.elem-control > meter[data-behaviour="pwdmeter"][value="4"]::-webkit-meter-optimum-value { background: green; }
.elem-control > meter[data-behaviour="pwdmeter"][value="5"]::-webkit-meter-optimum-value { background: blue; }
.elem-control > meter[data-behaviour="pwdmeter"][value="1"]::-moz-meter-bar { background: red; }
.elem-control > meter[data-behaviour="pwdmeter"][value="2"]::-moz-meter-bar { background: yellow; }
.elem-control > meter[data-behaviour="pwdmeter"][value="3"]::-moz-meter-bar { background: orange; }
.elem-control > meter[data-behaviour="pwdmeter"][value="4"]::-moz-meter-bar { background: green; }
.elem-control > meter[data-behaviour="pwdmeter"][value="5"]::-moz-meter-bar { background: blue; }

.elem-control.text-left input.form-control {
	text-align: left;
}
.elem-control.text-center input.form-control {
	text-align: center;
}
.elem-control.text-right input.form-control {
	text-align: right;
}

.elem-control-ml {
}

.elem-ml {
	width: 100%;
	margin-bottom: 1px;
}
.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 .checkbox {
	content: "\f011";
	font-family: fontawesome;
}
.elem-ml .checkbox:checked {
	content: "\f011";
}

.elem-ml-main {
	/* display: inline-block; */
	z-index: 2;
}
.elem-ml-sub {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 1;
}
.elem-ml-sub > span:not(.charcounter):not(.visible),
.elem-ml-main > span:not(.charcounter):not(.visible) {
	display: none;
}

.elem-notice {
	display: inline-block;
	width: 100%;
}

.form-horizontal .elem-label {
	position: relative;
	height: 34px;
}
.form-horizontal .elem-label > label {
	vertical-align: middle;
	line-height: 17px;
}
.form-horizontal .elem-control {
	min-height: 34px;
}


.form-vertical div[class*="col-"] > .form-group {
	/* display: table; */
	width: 100%;
	/*min-height: 57px;*/
	min-height: 54px;
}
.form-vertical div[class*="col-"] > .form-group:before,
.form-vertical div[class*="col-"] > .form-group:after {
	display: table;
	content: " ";
}
.form-vertical div[class*="col-"] > .form-group:after {
	clear: both;
}
.form-vertical div[class*="col-"] > .form-group > label,
.form-vertical div[class*="col-"] > .form-group > .form-control {
	display: table-row;
}
.form-vertical .form-panel .row:last-child .form-group:last-child {
	margin-bottom: 0;
}
.form-vertical .elem-label {
	/*height: 20px; commentata perchè non si vede il captcha*/
	display: inline-block;
}
.form-vertical .elem-label > label {
	vertical-align: top;
}
.elem-control.select {
	position: relative;
	min-height: 34px;
}
.elem-control.list {
	padding: 0;
}
.form-vertical .elem-whitespace {
	min-height: 74px;
}
.form-vertical .select2-container {
	/* width: calc(100% - 30px); */
}

input[type="checkbox"]:not(.old),
input[type="radio"]:not(.old) {
	font-size: 1em;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	/*height: 20px;
	width: 20px;*/
/*
	height: 1.5em;
	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) + div.toggle-group label,
input[type="radio"]:not(.old) + div.toggle-group label {
	margin-left: 0;	
}

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: 20px;
	width: 20px;*/
	height: 16px;
	width: 16px;
	vertical-align: bottom;
	margin: 0;
/*
	height: 1.20em;
	margin: 0.05em 0.5em 0.05em 0.05em;
	width: 1.20em;
*/
}
.checkbox input[type="checkbox"]:not(.old) + span.input-icon,
.radio input[type="radio"]:not(.old) + span.input-icon,
.checkbox-inline input[type="checkbox"]:not(.old) + span.input-icon,
.radio-inline input[type="radio"]:not(.old) + span.input-icon {
	margin: 0 5px 0 -20px;
}
input[type="checkbox"]:not(.old) + span.input-icon {
	border-radius: 0;
}
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: #ddd;
	box-shadow: none;
}
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;
	text-align: center;
	line-height: 14px;
	/*line-height: 18px;
	width: 18px;*/
	width: 14px;
/*
	line-height: 1.2em;
	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; */
	font-size: 1em;
}
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;
}
input[type="checkbox"] + div.toggle-button label {
	margin-left: 0;
}


.alert-warning{
    background-color: #f39c12;
	border-color: #e08e0b;
	color: #fff;
}
.alert .icon{
	 margin-right: 10px;
}
.alert{
	border-radius: 3px !important;
	font-family: 'Roboto', sans-serif;
}

.alert h4 {
    font-weight: 600;
}

.elem-control .charcounter {
	border-left: 0;
}
.elem-control .charcounter.warning {
	background-color: #fcf8e3;
}

/* toolbar */
.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: 0;
	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.viewmode-inline > span,
.buttonlist .btn.viewmode-inline > span,
.buttonlist a.viewmode-inline > span {
	display: inline-block;
}

.form-group .btn.viewmode-block > span,
.buttonlist .btn.viewmode-block > span,
.buttonlist a.viewmode-block > span {
	display: block;
}

.buttonlist .btn .fa-stack,
.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;
	}
}
*/
.buttonlist .alert {
	padding: 7px 12px 6px;
	line-height: 1.42857143;
}

/* tabelle */
.table-container {
	border: 0px solid #ccc;
	/*padding: 15px;*/
	overflow-x: auto;
}
.table-container .table-container {
	border-left-width: 5px;
	border-bottom-width: 5px;
	/* margin-bottom: 7px; */
	/* margin-top: 7px; */
	/* margin-bottom: 5px; */
	/* margin-top: 5px; */
	/* padding: 0 0 0 8px; */
	margin:0;
	padding:0;
}
.table-container  tbody > tr.row-striped:not([class*="bg-"]) > 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 tbody > tr[class*="bg-"] > td {
	transition: all .35s ease;
}

.table-container h4 {
	margin-top: 0;
}
.table  {
	margin-bottom:0
}
.table tfoot th.table-total {
	font-weight: 400;
	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: 22px;
}
.table .btn.has-tooltip > span {
	display: none;
}
.table a.btn {
	border: 0;
	border-radius: 0;
	float: right;
}

.table a.btn::-moz-focus-inner {
	border: 0;
}
.table a.btn:focus {
	outline: none;
}

.table .fa.arrow::before {
    content: "\f107";
}
.table  a.collapsed > .fa.arrow::before {
    content: "\f105";
}
.table .form-control {
    height: auto;
	padding: 3px 8px;
}
.table select.form-control {
	border: 0;
}
.table input.form-control,
.table textarea.form-control,
.table select.form-control:not(.select2-hidden-accessible) {
	width: 100%;
}
.table .elem-control > div {
	position: relative;
	min-height: 28px;
}
.table .elem-control > label {
	margin: 0;
	font-weight: 400;
}
.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;
}

tr.subtable td[colspan] {
	padding-right: 0!important;
}
tr.subtable tr > td {
	padding: 6px 5px 5px 5px!important;
	/*line-height: 27px;*/
}

/* 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-item:hover {
    border: 1px solid #23527c;
	background: rgba(38, 82, 124, 0.3);
}

.gridview-container.gridview-small {
    padding: 0px !important;
    display: grid;
    background-color: #DDD;
    border: 1px solid #DDD;
    grid-gap: 1px;
    justify-self: center;
    /*max-width: 292px;*/
    height: auto;
    margin: 0 auto;
    grid-template-columns: repeat(10, 1fr);
}

.gridview-control{
	margin:15px 0;
}

.gridview-item {
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
    border: 1px solid #ddd;
    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-check {
	float: left;
}
.gridview-thumb {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-height:153px;
}
.gridview-thumb > img {
	width: 100%;
	height: 100%;
	display: block;
}
.gridview-thumb > i {
	height: auto;
	font-size: auto;
}
.gridview-title,
.gridview-info {
	margin: 0;
}
.gridview-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#23527c;
}
.gridview-title[data-action] {
	cursor: pointer;
}
.gridview-footer {
	border-top: 1px solid #ddd;
}
/* md, lg */
@media(max-width: 1025px) {
	.gridview-footer [class*='col-']:nth-child(even) {
		text-align: right;
	}
}
.gridview-large .gridview-item {
	width: 20%;
	float: left;
}
.gridview-large .gridview-thumb {
	width: 100%;
}
.gridview-large .gridview-caption {
	margin-top: 4px;
}

.gridview-small .gridview-item {
/*	width: 10%;*/
	float: left;
}
.gridview-small  .gridview-thumb {
	width: 100%;
}
.gridview-small .gridview-caption {
	margin-top: 4px;
}

.gridview-list {
	padding: 0px !important;
    display: grid;
    background-color: #DDD;
    border: 1px solid #DDD;
    grid-gap: 1px;
    justify-self: center;
    /*max-width: 292px;*/
    height: auto;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);

}
.gridview-list .gridview-item {
	/* width: 33%; */
	float: left;
	/* 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-check {
	margin-right: 5px;
}
.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;
}

.gridview-small .gridview-item i.fa{
	font-size:7em;
	color:#23527c;
	margin-top:15px;
}

.gridview-large .gridview-item i.fa{
	font-size:10em;
	color:#23527c;
	margin-top:50px;
}

.gridview-list .gridview-item i.fa{
	font-size:2em;
	color:#23527c;
	margin-top:10px;
}



/* Pagine */
.modal {
 	/* background-clip: padding-box; */
    /* background-color: #ffffff; */
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
    /* border-radius: 0; */
    /* 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;
}

/* ------------------------------- */

/* 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;
}

.placeover {
	position: absolute;
}
.table td.elem-control {
	/* padding: 5px 0;  capire se qualcuno lo vuole mod perchè sballa tabella*/
	padding: 3px;
}
.table td.elem-control > .form-group .placeover {
	/* top: -15px; */
	/* bottom: -15px; */
	left: 5px;
	right: 5px;
}
.table .elem-control > div > .select2.select2-container {
	margin: 0;
}
.elem-control.select > .placeover {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 34px;
}


/* helper per bootstrap */
.zero {
	margin: 0;
}
.no-gutter > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.input-group-addon > button {
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

.btn-separator:after {
    content: ' ';
    display: block;
    float: left;
    background: #ADADAD;
    margin: 0 10px;
    height: 34px;
    width: 1px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-group.list-group-plain .list-group-item {
	border: 0;
}
.list-group .list-group-item.list-item-danger {
	padding-left: 20px;
}
.list-group .list-group-item.list-item-danger:before {
	content: '\f071';
    font-family: FontAwesome;
	color: #d9534f;
	font-size: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 8px auto;
}

/*===============================================
	ridefinizioni bootstrap.css
===============================================*/

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default.focus[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #f0f0f0;
	border-color: #ccc;
	color: #999;
}

.btn-toggle .btn-default.disabled.active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	color: #555;
	background-color: #ccc;
}

.form-control {
	background-color: transparent;
}

.table .form-control {
	background-color: #fff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	box-shadow: none;
	border-color: #ddd;
	/*
	border: none;
	border-bottom: 1px dotted #ddd;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	*/
}
.elem-control:not(.bg-default) .form-control[disabled],
.elem-control:not(.bg-default) .form-control[readonly] {
	background-color: transparent;
}

.elem-control.disabled .form-group {
	background-color: #eee;
}

.fileinput-caption {
	padding-top:3px;
	padding-bottom:3px;
}
.file-caption-name {
	text-overflow: ellipsis;
}

.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: 400;
    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: 0!important;
	border-bottom-left-radius: 0!important;
}
.input-group-addon.last,
.input-group-btn.last,
.input-group .form-control.last {
    border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!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;
}

.flag + .flag {
	margin-left: 5px;
}
.table > tbody > tr > td .flag-sm {
	width: 20px;
	height: 20px;
}

.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: 1030;
	min-height: 61px;
}

.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;
}
.section .tab-content {
	margin: 15px;
}
.section[data-behaviour="tabs"] {
	margin: 0 0 15px 0;
	padding: 0;
}
.section[data-behaviour="tabs"] .tab-content {
	margin: 15px 0;
}
.section[data-behaviour="tabs"] .content {
	margin-left: 15px;
	margin-right: 15px;
}

.inline-list h3 {
	margin: 0;
}

.form-horizontal .row {
	margin-bottom: 15px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.form-horizontal .form-group:last-child {
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: '';
	display: none;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 0;
	/* font-family: 'Glyphicons Halflings'; */
}

.checkbox label,
.radio label {
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
}

.has-success .form-control-feedback::before {
	content: "\e084";
}
.has-error .form-control-feedback::before {
	content: "\e088";
}
.has-warning .form-control-feedback::before {
	content: "\e086";
}

.modal-header span {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.btn, .dropdown-menu {
	border-radius:0;
}

.btn i + span {
	margin-left: 5px;
}
.btn.btn-minimal > span:not(.fa-stack, .caret),
.buttonlist-minimal .btn > span:not(.fa-stack, .caret) {
	/* display: none; */
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.table > thead > tr > th {
	text-overflow: ellipsis;
	max-width: 0;
	overflow: hidden;
}

.input-group-addon {
	border-radius: 0;
	cursor: default;
	padding: 6px;
	color: #888;
}

.modal-content {
	border-radius: 0;
}

h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}

@media(max-width:420px) {
	.buttonlist ul.nav-pills > li {
		margin-left: 0;
	}

	table, thead, tbody, th, td, tr {
		display: block;
	}
	.table {
		width: 100%;
	}
	.table-container {
		padding: 0;
		overflow: none;
	}
	.table-container .table-container {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.table > thead > tr > th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table > tbody > tr:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	.table > tbody > tr > td {
		border: 0;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.table > tbody > tr > td[data-header] {
		overflow: hidden;
		text-overflow: ellipsis;
		position: relative;
		word-wrap: break-word;
		white-space: normal;
		padding-left: 35%;
		width: 100%;
		min-height: 35px;
	}
	.table > tbody > tr > td:fist-child {
		padding-top: 12px;
	}
	.table > tbody > tr > td:last-child {
		padding-bottom: 12px;
	}
	.table > tbody > tr > td:empty {
		display: none;
	}
	.table > tbody > tr > td:before {
		position: absolute;
		top: 3px;
		left: 6px;
		width: 33%;
		font-size: x-small;
		padding-right: 10px;
		/* white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.table > tbody > tr > td[data-header]:before {
		/* content: attr(data-header) ': '; */
		content: attr(data-header);
	}
	.table a.btn {
		float: none;
	}
	tr.collapse.in {
		display: block;
	}

	.info p {
		padding: 0;
	}
/*
	table, thead, tbody, th, td, tr {
		display: block;
	}

	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border: 1px solid #ccc; }

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
*/
}

.has-success .input-group-btn > .btn,
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-error .input-group-btn > .btn,
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-warning .input-group-btn > .btn,
.has-warning .input-group-addon {
	color: #856404;
	background-color: #FFF3CD;
	border-color: #8a6d3b;
}

.has-success .cke-inner {
	border-left: 1px solid #3c763d;
	border-right: 1px solid #3c763d;
}
.has-error .cke-inner {
	border-left: 1px solid #a94442;
	border-right: 1px solid #a94442;
}

.cke-reset {
	box-shadow: none;
}


/*===============================================
	estensioni bootstrap.css
===============================================*/
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%;
	animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	/* change bg color below */
	/* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
	/* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
	padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
	left: 0;
	position: absolute;
	right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
	top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
	bottom: 0;
}

/*===============================================
	ridefinizioni daterangepicker.bs3.css
===============================================*/
.daterangepicker {
	background-color: #eee;
	margin-top: 4px;
}
.daterangepicker.opensleft::after {
	border-bottom-color: #eee;
}
.daterangepicker .calendar-date {
	border: none;
	border-radius: 0;
}
.daterangepicker td,
.daterangepicker th {
	border-radius: 0;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	border: 1px dotted #ccc;
}
@media (min-width: 564px) {
	.daterangepicker.ltr .drp-calendar.left .calendar-table {
		padding-right: 0;
		margin-right: 8px;
	}
}

/*===============================================
	ridefinizioni select2.css
===============================================*/
.elem-control .select2-container {
	/* width: 100%!important; */
}
.select2-container .select2-selection--multiple {
	min-height: 34px;
}
.select2-container--default .select2-selection--single ,
.select2-container--default .select2-selection--multiple {
	border-color: #ccc;
	background-color: transparent;
}

.table .select2-container--default:not(.select2-container--disabled) .select2-selection--single ,
.table .select2-container--default:not(.select2-container--disabled) .select2-selection--multiple {
	background-color: #fff;
}

.elem-control.disabled .select2-container--default .select2-selection--single ,
.elem-control.disabled .select2-container--default .select2-selection--multiple {
	border-color: #ddd;
	/*
	border: none;
	*/
}
.select2-container--default .select2-selection--single {
	height: 34px;
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.select2-selection:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.table .select2-container--default .select2-selection--single {
	min-height: 28px;
	height: auto;
	line-height: inherit;
	padding-top: 3px;
	padding-bottom: 3px;
}
.select2-container--open .select2-selection--single {
	background-color: #eee;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	box-shadow: none;
	border-color: #ddd;
}
.select2-selection__clear {
	margin-right: 6px;
	float: left!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	bottom: 1px;
}
.select2-container--open .select2-dropdown--below {
	background-color: #eee;
}
.select2-search input,
.select2-dropdown {
	border-radius: 0;
}
.select2-search--dropdown input:focus {
	border-color: #66afe9;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
	box-shadow: 0 0 4px rgba(102, 175, 233, 0.6) inset;
	outline: 0 none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: not-allowed;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--disabled .select2-search--inline {
	display: none;
}
/*
.select2-selection--multiple .select2-search--inline .select2-search__field:after {
	content: '+';
	width: 20px;
}
*/
.select2-search--dropdown {
	position: relative;
}
.select2-search--dropdown .select2-search__add {
	position: absolute;
	top: 0;
	right: 0;
	margin: 4px 0;
	height: 29px;
	width: 29px;
	background: transparent;
	border: 0;
}
.select2-search__add + .select2-search__field {
	width: calc(100% - 25px);
}

.has-success .elem-control .select2-selection {
    /* border-color: #3c763d; */
    border-color: #5cb85c;
}
.has-success .form-control {
    /* border-color: #3c763d; */
    border-color: #5cb85c;
}
.has-error .elem-control .select2-selection,
.elem-control .has-error .select2-selection {
    /* border-color: #a94442; */
    border-color: #C1272D;
	box-shadow:0 0 5px rgba(193, 39, 45, 0.5) inset;
}
.has-error .form-control {
    /* border-color: #a94442; */
    border-color: #C1272D;
	box-shadow:0 0 5px rgba(193, 39, 45, 0.5) inset;
}

.has-warning .elem-control .select2-selection {
    border-color: #FFB85C;
	box-shadow:0 0 5px rgba(255, 29, 30, 0.5) inset;
}
.has-warning .form-control {
    border-color: #FFB85C;
	box-shadow:0 0 5px rgba(255, 29, 30, 0.5) inset;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple{
	user-select: auto;
    -webkit-user-select: auto;
}

/*===============================================
	ridefinizioni jstree
================================================*/
.jstree-default .jstree-hovered:not(.jstree-clicked) {
	background-color: #e4e4e4;
}

/*===============================================
  AdminDesigns Custom Icon Library
================================================*/
/* Load font library */
@font-face {
  font-family: "AdminDesigns";
  src: url("../fonts/admindesigns.eot");
  src: url("../fonts/admindesigns.eot?#iefix") format("embedded-opentype"), url("../fonts/admindesigns.woff") format("woff"), url("../fonts/admindesigns.ttf") format("truetype"), url("../fonts/admindesigns.svg#admindesigns") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* Font base class */
.ad {
  position: relative;
  display: inline-block;
  font: normal normal normal 16px/1 AdminDesigns;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* Icon classes */
.ad-lines::before {
  content: "\e600";
}
.ad-wand {
  top: 1px;
}
.ad-wand::before {
  content: "\e010";
}
.ad-radio-tower::before {
  content: "\f030";
}
.ad-ruby::before {
  content: "\f047";
}
.ad-screen-full::before {
  content: "\f066";
}
.ad-sort::before {
  content: "\e601";
}


/*==========================================================
  Navbar Toggle Buttons - Collapses Sidebars
=========================================================== */
#toggle_sidemenu_l,
#toggle_sidemenu_t {
  color: #666;
  float: right;
  cursor: pointer;
  font-size: 16px;
  line-height: 50px;
  max-height: 50px;
  width: 50px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#toggle_sidemenu_t {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#toggle_sidemenu_t:hover {
  background-color: rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#toggle_sidemenu_t .fa-caret-up {
  position: relative;
  font-size: 13px;
  border: 1px solid;
  border-top: 3px solid;
  padding: 0 3px 1px 3px;
  margin-bottom: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.sb-top #toggle_sidemenu_t {
  display: block;
}

.breadcrumb {
	background: #e7e7e7 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    min-height: 45px;
    padding: 20px 25px;
	margin: 0;
	border-radius:0;
}

.content-header h1{
	padding:25px;
	color: #909090;
    font-weight: 400;
	font-size:26px;
	margin:0;
}


.footer-return-top {
	float:right;
	margin:0 10px 0 0;
    /* height: 25px; */
	line-height: 25px;
    text-align: center;
    transition: all 0.2s ease 0s;
    /* width: 25px; */
	/* background-color: #eaeaea; */
    /* border-radius: 3px; */
}


.badge {
	line-height: auto;
	min-width:auto;
	min-width:auto;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-control, pre, .alert,
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
	border-radius: 0!important;
}
.navbar-header{
	float:left;
}
.navbar-right{
	float:right;
}


.dropdown-menu.with-arrow::before {
    border-bottom: 7px solid #d0d0d0;
    margin: -7px 15px 0 0;
}
.dropdown-menu.with-arrow::before, .dropdown-menu.with-arrow::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.dropdown-menu.with-arrow::after {
    border-bottom: 7px solid #fff;
    margin: -6px 15px 0 0;
}
.dropdown-menu.with-arrow::before, .dropdown-menu.with-arrow::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.shortcutbox-elem {
	position: relative;
	display: block;
	border-radius: 2px;
	margin-bottom: 15px;
	min-height: 150px;
	/* cursor: pointer; */
}
.shortcutbox-elem.pointer{
	cursor: pointer;
}

.shortcutbox-elem.bottom {
	min-height: 200px;
	height: auto;
	display: table;
	cursor: default;
}
.shortcutbox-elem.bottom > .row {
	position: relative;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.shortcutbox-elem > .row {
	position: relative;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.shortcutbox-elem.bottom .listImgs {
	float: right;
	height: 90px;
	overflow: hidden;
}
.shortcutbox-elem.bottom .btnUpl {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.shortcutbox-elem.bottom span {
	display: block;
}
/*.shortcutbox-elem:hover > * {
	text-decoration: underline;
}*/
.shortcutbox-elem a{
	color:#FFFFFF;
}
.shortcutbox-elem > .inner {
	padding: 10px;
}
.shortcutbox-elem > .shortcutbox-elem-footer {
	bottom: 0;
    left: 0;
    max-height: 45px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.shortcutbox-elem > .shortcutbox-elem-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}
.shortcutbox-elem h3 {
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}
.shortcutbox-elem p {
	font-size: 15px;
}
.shortcutbox-elem p > small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}
.shortcutbox-elem h3,
.shortcutbox-elem p {
	z-index: 5px;
}
.shortcutbox-elem .icon {
	position: absolute;
	top: auto;
	bottom: 5px;
	right: 5px;
	z-index: 0;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.15);
}
.shortcutbox-elem:hover {
	text-decoration: none;
	color: #f9f9f9;
}
.shortcutbox-elem:hover .icon {
	animation-name: tansformAnimation;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: tansformAnimation;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: tansformAnimation;
	-moz-animation-duration: .5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes tansformAnimation {
	from {
		font-size: 90px;
	}
	to {
		font-size: 100px;
	}
}
@-webkit-keyframes tansformAnimation {
	from {
		font-size: 90px;
	}
	to {
		font-size: 100px;
	}
}
@media screen and (max-width: 480px) {
	.shortcutbox-elem {
		text-align: center;
	}
	.shortcutbox-elem .icon {
		display: none;
	}
	.shortcutbox-elem p {
		font-size: 12px;
	}
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
	color: #f9f9f9 !important;
}
.bg-gray {
	background-color: #eaeaec !important;
}
.bg-black {
	background-color: #222222 !important;
}
.bg-red {
	background-color: #f56954 !important;
}
.bg-yellow {
	background-color: #f39c12 !important;
}
.bg-aqua {
	background-color: #00c0ef !important;
}
.bg-blue {
	background-color: #0073b7 !important;
}
.bg-light-blue {
	background-color: #3c8dbc !important;
}
.bg-green {
	background-color: #00a65a !important;
}
.bg-navy {
	background-color: #001f3f !important;
}
.bg-teal {
	background-color: #39cccc !important;
}
.bg-olive {
	background-color: #3d9970 !important;
}
.bg-lime {
	background-color: #01ff70 !important;
}
.bg-orange {
	background-color: #ff851b !important;
}
.bg-fuchsia {
	background-color: #f012be !important;
}
.bg-purple {
	background-color: #932ab6 !important;
}
.bg-maroon {
	background-color: #85144b !important;
}

.bg-grey {
	background-color: grey !important;
}


.text-gray {
	color: #eaeaec !important;
}
.text-black {
	color: #222222 !important;
}
.text-red {
	color: #f56954 !important;
}
.text-yellow {
	color: #f39c12 !important;
}
.text-aqua {
	color: #00c0ef !important;
}
.text-blue {
	color: #0073b7 !important;
}
.text-light-blue {
	color: #3c8dbc !important;
}
.text-green {
	color: #00a65a !important;
}
.text-navy {
	color: #001f3f !important;
}
.text-teal {
	color: #39cccc !important;
}
.text-olive {
	color: #3d9970 !important;
}
.text-lime {
	color: #01ff70 !important;
}
.text-orange {
	color: #ff851b !important;
}
.text-fuchsia {
	color: #f012be !important;
}
.text-purple {
	color: #932ab6 !important;
}
.text-maroon {
	color: #85144b !important;
}

.text-grey {
	color: grey !important;
}

.section-graph {
	padding: 15px 0;
}

/** Bootstrap Toggle **/
.form-group .toggle.btn .toggle-group,
.form-group .toggle.btn .toggle-group > .btn,
.form-group .toggle.btn .toggle-group > .toggle-handle {
	display: inline-block;
}
.toggle-group > .btn {
	margin: initial;
	line-height: unset;
}
.toggle-group > .btn > i {
	display: inline!important;
}

/** colorPicker.js **/
#The_colorPicker {
	position: absolute;
	width: 224px;
	padding-bottom: 1px;
	background-color: #FFF;
	border: 1px solid #317082;
	z-index: 10;
}

td .triangular{
    border-style: solid;
    border-width: 30px 30px 0 0;
    display: block;
    height: 0;
    width: 0;
	margin: -5px;
}

.nav-tabs {
    align-items: flex-start;
    border-radius: 2px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.nav-tabs > li {
    border: 0 none;
    margin-bottom: -2px;
	/* min-width:16%; */
	/*padding: 0 23px;*/
	padding: 0;
	text-align:center;
}
.nav-tabs > li a, .nav-tabs > li a:focus, .nav-tabs > li a:hover {
    background-color: transparent;
    border: 0 none;
    color: #8d9293;
    padding: 15px 30px;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	/*font-weight: bold;
	letter-spacing: 1px;
	color: #23527c;*/
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #18AA4A;
	border-top-color: #286090;
	border-style: 1px solid #ddd;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-bottom-color: #fff;
}
.nav-tabs > li.static {
	line-height: 50px;
	color: #999;
}
.nav-tabs > li a:-moz-focus-inner {
	border: 0;
}
.nav-tabs > li a:focus {
	outline: none;
}
@media (max-width: 767px) {
	.nav-tabs {
	    overflow-x: auto;
	    overflow-y: hidden;
	}
	.nav-tabs > li a, .nav-tabs > li a:focus, .nav-tabs > li a:hover {
	    padding: 15px;
	}
}
.step .nav-tabs {
    align-items: flex-start;
    border-bottom: 0 none;
    border-radius: 1px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.step .nav-tabs > li {
    border-right: 0 none;
    flex: 1 1 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.step .nav-tabs > li[class^="col-"] {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.step .nav-tabs > li > a, .step .nav-tabs > li > span, .step .nav-tabs > li uib-tab-heading {
    align-items: center;
    border: 0 none;
    color: #8d9293;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 2rem 2rem 2rem 0;
    z-index: 2;
}
.step .nav-tabs > li > a .icon, .step .nav-tabs > li > span .icon, .step .nav-tabs > li uib-tab-heading .icon {
    align-items: center;
    background-color: #8d9293;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 2.5em;
    height: 60px;
    justify-content: center;
    margin-right: 0.5em;
    min-width: 60px;
    width: 60px;
	z-index: 2;
}
.step .nav-tabs > li.completed > a .icon, .step .nav-tabs > li.completed > span .icon, .step .nav-tabs > li.completed uib-tab-heading .icon,
.step .nav-tabs > li.active > a .icon, .step .nav-tabs > li.active > span .icon, .step .nav-tabs > li.active uib-tab-heading .icon {
    background-color: #18aa4a;
	z-index: 2;
}
.step .nav-tabs > li > a .heading, .step .nav-tabs > li uib-tab-heading .heading {
    flex: 1 1 0;
    overflow: hidden;
    text-align: left;
}
.step .nav-tabs > li > a .heading .title, .step .nav-tabs > li uib-tab-heading .heading .title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.step .nav-tabs > li > a .heading .description, .step .nav-tabs > li uib-tab-heading .heading .description {
    font-size: 0.8em;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.step .nav-tabs > li > a:hover, .step .nav-tabs > li uib-tab-heading:hover {
    background-color: transparent;
    border: 0 none;
}
.step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:focus, .step .nav-tabs > li.active > a:hover, .step .nav-tabs > li.active uib-tab-heading,
.step .nav-tabs > li.completed > a, .step .nav-tabs > li.completed > a:focus, .step .nav-tabs > li.completed > a:hover, .step .nav-tabs > li.completed uib-tab-heading {
    background-color: transparent;
    border: 0 none;
    color: #18aa4a;
}
.step .nav-tabs > li.active > a:hover,
.step .nav-tabs > li.completed > a:hover {
    cursor: pointer;
}
.step .nav-tabs > li.active  li > a, .step .nav-tabs > li.active  li > a:focus, .step .nav-tabs > li.active  li > a:hover, .step .nav-tabs > li.active  li uib-tab-heading,
.step .nav-tabs > li.completed  li > a, .step .nav-tabs > li.completed  li > a:focus, .step .nav-tabs > li.completed  li > a:hover, .step .nav-tabs > li.completed  li uib-tab-heading {
    color: #8d9293;
}
.step .nav-tabs > li.active  li > a .icon, .step .nav-tabs > li.active  li > a:focus .icon, .step .nav-tabs > li.active  li > a:hover .icon, .step .nav-tabs > li.active  li uib-tab-heading .icon,
.step .nav-tabs > li.completed  li > a .icon, .step .nav-tabs > li.completed  li > a:focus .icon, .step .nav-tabs > li.completed  li > a:hover .icon, .step .nav-tabs > li.completed  li uib-tab-heading .icon {
    background-color: #c8d1d3;
    color: #fff;
}
.step .nav-tabs > li.active  li > a, .step .nav-tabs > li.active  li > a:focus, .step .nav-tabs > li.active  li > a:hover, .step .nav-tabs > li.active  li uib-tab-heading,
.step .nav-tabs > li.completed  li > a, .step .nav-tabs > li.completed  li > a:focus, .step .nav-tabs > li.completed  li > a:hover, .step .nav-tabs > li.completed  li uib-tab-heading {
    color: #8d9293;
}
.step .nav-tabs > li.active  li::after,
.step .nav-tabs > li.completed  li::after {
    background-color: #dfe6e8;
    border-radius: 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    z-index: 1;
}
.step .nav-tabs > li:last-child {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}
.step .nav-tabs > li:last-child::before, .step .nav-tabs > li:last-child::after {
    display: none;
}
.step .nav-tabs .active::after,
.step .nav-tabs .completed::after {
    background-color: #18AA4A;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    z-index: 1;
}
.step .nav-tabs::after {
    background-color: grey;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    z-index: 1;
}
.step .tab-content > div {
    padding: 0;
}
@media (max-width: 767px) {
	.step .nav-tabs > li > a, .step .nav-tabs > li uib-tab-heading {
		justify-content: center;
		padding: 0;
	}
	.step .nav-tabs > li > a .icon, .step .nav-tabs > li uib-tab-heading .icon {
		margin-right: 0;
	}
	.step .nav-tabs > li > a .heading, .step .nav-tabs > li uib-tab-heading .heading {
		display: none;
	}
}
.wizard .btn-group, .wizard p, .wizard .step{
	margin:15px 15px 30px 15px;
}

td span.elapsed {
	display:block;
	background-color:#C1272D;
	color:#FFFFFF;
}

@media print {
	.side-wrapper {
		display: none;
	}
}

#sig-image {
	border:1px solid #ccc;
	width:100% !important;
	min-height:200px;
	height:100% !important;
	display: block;
}

div.report {
    margin: 15px 0;
    padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
/*
body.modal-open {
    overflow: hidden;
	position:fixed;
}
*/
.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px
}

.connectedSortable {
	min-height: 100px;
}

.report .content {
	position:relative;
	display:block;
	min-height:200px;
}

.report .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%;
}

.report div.metric-value {
	font-size: 60pt;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 60pt;
	display:block;
	text-align:center;
	padding:15px;
	width: 100%;
}

table.survey {
	width: 100%;
}
table.survey .svy-result {
	background-color:#23527c;
	height: 10px;
	margin: 0px;
}

.tab-content article {
	margin:0;
}
.tab-content .table-container{
	padding:0;
}

#calendar_basket {
	width: 100%;
	min-height:30px;
	text-align:center;
	border:1px solid #ddd;
	display:block;
}

.progress {
	margin-bottom:0px !important;
}

#external-events .cal-event {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100px;
}
/*#calendar_basket:hover {
	background-color:#23527c;
	color:#FFF;
}*/

#external-events .fc-event {
	padding:4px;
	border: 1px solid transparent;
}

#external-events .bg-red {
	border: 1px solid red; !important
}

.temporary{
	background-image: repeating-linear-gradient(135deg, #999, #999 5px, transparent 5px, transparent 15px);
}

.tooltip_top, .tooltip_bottom {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid black;
}

.tooltip_top .tooltiptext_top {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -110px;
	z-index:1000;
}

.tooltip_top:hover .tooltiptext_top,
.tooltip_bottom:hover .tooltiptext_bottom {
    visibility: visible;
}


.tooltip_bottom .tooltiptext_bottom {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -110px;
}

/*.form-group{
	margin-bottom: 10px;
}*/

td .form-group{
	margin-bottom: 5px;
}

.form-group .checkbox {
	margin: 17px 0;
}
.form-horizontal .form-group .checkbox {
	margin: 0;
}
.form-vertical .form-group .checkbox {
	margin: 6px 0;
}

.table-container .preloader {
	background-color: #fff;
	bottom: 0;
	height: 200px;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 9999;
}
.table-container .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%;
}

.timeline {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 5px;
  background: #ddd;
  left: 40px;
  border: 1px solid #eee;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  /* margin-top: 10px; */
  margin-top: 0px;
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #555;
  margin-left: 60px;
  margin-right: 15px;
  padding: 5px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #23527c;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
  /* 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.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  color: #fff;
  background-color: #23527c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}


#timeline_tck .preloader {
	background-color: #fff;
	bottom: 0;
	height: 200px;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 9999;
}
#timeline_tck .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%;
}


.timeline-left-right {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline-left-right:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-left-right > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline-left-right > li:before,
.timeline-left-right > li:after {
	content: " ";
	display: table;
}

.timeline-left-right > li:after {
	clear: both;
}

.timeline-left-right > li:before,
.timeline-left-right > li:after {
	content: " ";
	display: table;
}

.timeline-left-right > li:after {
	clear: both;
}

.timeline-left-right > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline-left-right > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline-left-right > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline-left-right > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline-left-right > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline-left-right > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline-left-right > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-left-right-title {
    margin-top: 0;
    color: inherit;
}

.timeline-left-right .timeline-body > p,
.timeline-left-right .timeline-body > ul {
    margin-bottom: 0;
}

.timeline-left-right .timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline-left-right:before {
        left: 40px;
    }

    ul.timeline-left-right > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline-left-right > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline-left-right > li > .timeline-panel {
        float: right;
    }

	ul.timeline-left-right > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline-left-right > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}

.color-danger{color:#d9534f;}
.color-success{color:#5cb85c;}
.color-info{color:#5bc0de;}
.color-warning{color:#f0ad4e;}

/* LISTA IMMAGINI LISTBOX UPLOAD */
.listImgs {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 90px;
	overflow-x: auto;
	overflow-y: hidden;
}
.listImgs .elmImg {
	position: relative;
	float: left;
	width: calc(90px * 16 / 9);
	height: 90px;
	margin-left: 15px;
	overflow: hidden;
}
.listImgs .elmImg:first-child {
	margin-left: 0px;
}
.listImgs .elmImg a {
	width: 100%;
	height: 100%;
	display: block;
}
.listImgs .elmImg img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

div[id^='status'] label, div[id^='favorites'] label {
	color: #23527c;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: inset 0px 2px 1px rgba(35, 82, 124, .8);
	box-shadow: inset 0px 2px 1px rgba(35, 82, 124, .8);
}
div[id^='status'] label.active, div[id^='favorites'] label.active {
	background-color: rgba(35, 82, 124, .8);
	color: #fff;
}
div[id^='status'] label.active:hover, div[id^='favorites'] label.active:hover{
	background-color: rgba(35, 82, 124, .6);
}
div[id^='status'] label:not(.active), div[id^='favorites'] label:not(.active) {
	background: #e6e6e6;
	-webkit-box-shadow: inset 0px 2px 1px rgba(173, 173, 173, .8);
	box-shadow: inset 0px 2px 1px rgba(173, 173, 173, .8);
	color: #333;
}
div[id^='status'] label:not(.active):hover, div[id^='favorites'] label:not(.active):hover {
	-webkit-box-shadow: inset 0px 2px 1px rgba(35, 82, 124, .8);
	box-shadow: inset 0px 2px 1px rgba(35, 82, 124, .8);
}

.table tr.has-success > td {
	background-color: #dff0d8!important;
}
.table tr.has-error > td {
	background-color: #FFF3CD!important;
}

.fc-day-grid-event .fc-content{
	white-space: normal !important;
}

#listtimesformonth{
	padding-top:30px;
}
section[data-stat='project'] .section-container  > .section-container.section-column, section[data-stat='hours'] .section-container  > .section-container.section-column {
	padding:0;
}

section[data-stat='project'] .section-container.section-column > .row, section[data-stat='hours'] .section-container.section-column > .row{
	border:0;	
	padding: 0 15px;
}

section[data-stat='project']  .form-section{
	border-bottom: 1px solid #e2e2e2;
	padding: 0 5px 10px 5px;
}

section[data-stat='project'] .form-section-title{
	/*ackground-color:red;*/
	font-weight:normal;
	padding: 5px 0 0 0;
	margin:0;
	font-size: 14px;
	text-transform: uppercase;
}
section[data-stat='project'] .form-section-title > a{
	color:inherit;
}

section[data-stat='project']  .form-section-container, section[data-stat='hours']  .form-section-container {
	padding:0;
	margin-bottom:5px;
	border:0;
}

section[data-stat='project']  .section-column + .section-column, section[data-stat='hours']  .section-column + .section-column{
	border-left: 1px solid #e2e2e2;
}

section[data-stat='project']  .section-column{
	padding:0;
}

section[data-stat='project']  .form-section-container, section[data-stat='hours']  .form-section-container {
	/*margin-bottom:5px;*/
	border:0;
}
section[data-stat='project'] .elem-control.bg-default .input-group-addon{
	background-color: #eee;
}

section[data-stat='project'] .elem-control not(.bg-default) .input-group-addon{
	background-color: transparent;
}

section[data-stat='project'] .active{
	background-color: #d9edf7;
}

section[data-stat='project'] .form-panel h3, section[data-stat='hours'] .form-panel h3{
	padding:0 0 5px 5px;
}


.text-warning {color:#ffc107 !important}
/*
section[data-stat='project']  .form-section-container .row .col-md-4 {
	padding-right:0 3px;
}

section[data-stat='project']  .form-section-container .row .col-md-4:first-child{
	padding-right:0;
}
section[data-stat='project']  .form-section-container .row .col-md-4:last-child{
	padding-left:0;
}
*/


.form-group .toggle.btn *{
	display:block;
}

.table .btn {
    border: 0;
    background-color: transparent;
	color: #337ab7;
    text-transform: capitalize;
    font-weight: bold;
}

#graph_project, #graph_project1, #graph_project2, #graph_project3{
	margin-top: 20px;
	padding: 0 8px;
}

.table-loader {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(255, 255, 255, 0.5);
}
.table-loader > span {
	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%;
}

.select.input-group-addon {
    margin: 0;
    padding: 0;
    min-width: 9rem;
    border: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left:10px;
	padding-right:10px;
}

#accordion{
    padding-left: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#accordion:before{
    content: "";
    width: 5px;
    height: 100%;
    background: #337ab7;
    position: absolute;
    top: 0;
    left: 13px;
    z-index: -1;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 15px 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #337ab7;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:before{
    content: "\f068";
    /* font-family: "Font Awesome 5 Free"; */
    font-family: FontAwesome;
	font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 13px;
    color: #337ab7;
    border: 3px solid #337ab7;
    position: absolute;
    top: 0;
    left: -40px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
#accordion .panel-body{
    padding: 10px 15px;
    border: 1px solid #ddd;
    /*line-height: 25px;*/
}

.dropzone{
	font-size:14px;
	line-height:30px;
	
}


.preformatted-loader.loading {
    background: transparent url('../img/ajax-loader-blue.gif') no-repeat scroll center center content-box !important;
	min-height:200px;
}

table button{
	font-size:13px !important;
}


.info-box {
  box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,0.2);
  border-radius: .25rem;
  background: #fff;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: .5rem;
  position: relative;
}

.info-box .info-box-text{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
}


.info-box .progress {
	background-color: rgba(0,0,0,0.125) !important;
	height: 2px;
	margin: 10px 0 !important;
    }
  
.info-box  .info-box-icon {
   border-radius: .25rem;
   align-items: center;
   display: flex;
   font-size: 35px;
   justify-content: center;
   text-align: center;
   width: 70px;
   color:rgba(0, 0, 0, 0.15);
}

.info-box  .info-box-content {
    flex: 1;
    padding: 5px 10px;
  }

.info-box  .info-box-number {
    display: block;
    font-weight: 700;
  }


.info-box  .progress-description,  .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.info-box  .progress-description {
    margin: 0;
	
  }
  
 .info-box  .progress-description a {
    /*background-color:#fff;*/
	border-radius:0.2rem;
	font-size: 14px;
	color: white;
	border: 1px solid;
	line-height: 19px;
}

.info-box  .progress-description a:hover {
	color:#fff;
	background-color:rgba(0, 0, 0, 0.15);
	border:1px solid rgba(0, 0, 0, 0.15);
}


.btn.prjfavorites {
	color:gray;
	font-size:16px !important;
}

.btn.prjfavorites.favorite{
	color:#FFD700;
}

[data-style="border"]{
	border: 1px solid #ddd;
	background-color: #eee !important;
	box-shadow: none;
	min-height:34px;
}

.table td[data-toggle="popover"] {
  cursor: pointer;
  text-decoration: underline dotted #999;
}

.table td[data-toggle="popover"]:after {
    content: '\f075';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left:5px;
   /* color:red; */
}


