@media (min-width: 1200px) and (max-width: 1599px) {
	.hidden-lg {
		display: none !important;
	}
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
	display: none !important;
}



@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}

	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		float: left;
	}

	.col-xl-12 {
		width: 100%;
	}

	.col-xl-11 {
		width: 91.66666667%;
	}

	.col-xl-10 {
		width: 83.33333333%;
	}

	.col-xl-9 {
		width: 75%;
	}

	.col-xl-8 {
		width: 66.66666667%;
	}

	.col-xl-7 {
		width: 58.33333333%;
	}

	.col-xl-6 {
		width: 50%;
	}

	.col-xl-5 {
		width: 41.66666667%;
	}

	.col-xl-4 {
		width: 33.33333333%;
	}

	.col-xl-3 {
		width: 25%;
	}

	.col-xl-2 {
		width: 16.66666667%;
	}

	.col-xl-1 {
		width: 8.33333333%;
	}

	.col-xl-pull-12 {
		right: 100%;
	}

	.col-xl-pull-11 {
		right: 91.66666667%;
	}

	.col-xl-pull-10 {
		right: 83.33333333%;
	}

	.col-xl-pull-9 {
		right: 75%;
	}

	.col-xl-pull-8 {
		right: 66.66666667%;
	}

	.col-xl-pull-7 {
		right: 58.33333333%;
	}

	.col-xl-pull-6 {
		right: 50%;
	}

	.col-xl-pull-5 {
		right: 41.66666667%;
	}

	.col-xl-pull-4 {
		right: 33.33333333%;
	}

	.col-xl-pull-3 {
		right: 25%;
	}

	.col-xl-pull-2 {
		right: 16.66666667%;
	}

	.col-xl-pull-1 {
		right: 8.33333333%;
	}

	.col-xl-pull-0 {
		right: auto;
	}

	.col-xl-push-12 {
		left: 100%;
	}

	.col-xl-push-11 {
		left: 91.66666667%;
	}

	.col-xl-push-10 {
		left: 83.33333333%;
	}

	.col-xl-push-9 {
		left: 75%;
	}

	.col-xl-push-8 {
		left: 66.66666667%;
	}

	.col-xl-push-7 {
		left: 58.33333333%;
	}

	.col-xl-push-6 {
		left: 50%;
	}

	.col-xl-push-5 {
		left: 41.66666667%;
	}

	.col-xl-push-4 {
		left: 33.33333333%;
	}

	.col-xl-push-3 {
		left: 25%;
	}

	.col-xl-push-2 {
		left: 16.66666667%;
	}

	.col-xl-push-1 {
		left: 8.33333333%;
	}

	.col-xl-push-0 {
		left: auto;
	}

	.col-xl-offset-12 {
		margin-left: 100%;
	}

	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xl-offset-9 {
		margin-left: 75%;
	}

	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xl-offset-6 {
		margin-left: 50%;
	}

	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xl-offset-3 {
		margin-left: 25%;
	}

	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xl-offset-0 {
		margin-left: 0;
	}

	.visible-xl {
		display: block !important;
	}

	table.visible-xl {
		display: table;
	}

	tr.visible-xl {
		display: table-row !important;
	}

	th.visible-xl, td.visible-xl {
		display: table-cell !important;
	}

	.visible-xl-block {
		display: block !important;
	}

	.visible-xl-inline {
		display: inline !important;
	}

	.visible-xl-inline-block {
		display: inline-block !important;
	}

	.hidden-xl {
		display: none !important;
	}
}


/* CSS Document */

body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #444;
	overflow-x: auto; /* scrollbar ! */
	background-color: #ecf0f5; /* scrollbar ! */
	padding: 0;	
	margin: 0;	
	font-size: 14px;
	line-height: 23px;
}

.nopadding{
	padding: 0;	
}

.nomargin{
	margin: 0 !important;	
}

a, a:hover{
	text-decoration:none;
}

h4{
	font-size: 18px;
	padding-top: 10px;
}

.row {
	width: 100%;
}

.col-sm-6{
	padding: 0 15px;
}

table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none;
}

.input-group .input-group-addon{
	margin-right: 10px;
	
}

.overflow-x-scroll {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

/*login*/

.sfondoLogin{
	background:url(../img/prato.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
}

.boxLogin {
	display: block;
	width: 300px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 10vh;
	border: 1px solid #00acdf;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.boxLogin.boxLoginPassword {
	width: 350px;
}

.password-status-container {
	margin-left: 16px;
	padding-left: 8px;
}

.logoLogin{
	text-align: center;
	padding: 0 0 20px;
}

.logoLogin img { width: 100%; }

.boxLogin input{
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

.boxLogin a{
	padding-top: 15px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
}

.boxLogin a:hover{
	text-decoration: underline;
}

.boxLogin button{
	padding: 10px 15px;
	background-color: #0f92c6;
	border: none;
	color: #fff;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.boxLogin button:hover{
	background: #ad1b1a;
}

.weak-password {
	color: white;
	background: red !important;
}

.medium-password {
	color: white;
	background: yellow;
}

.strong-password {
	color: white;
	background: green;
}

.password-status-container {
	margin: 10px 5px 0px 20px;
	color: white;
}

.password-status {
	padding-left: 20px;
}

.red { color: #FE0000;}

.small{
	font-size: 12px;	
}

.pt-10px{
	padding-top: 10px;
}

/*pagine interne*/

.table > :not(caption) > * > * {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
}

.main-header .logo{
	text-align: left;
	padding: 5px 10px;
	height: 80px;
}

.skin-black .main-header .navbar{
	padding: 0;
}

.skin-black .main-header .navbar > .sidebar-toggle{
	height: 80px;
	 padding: 25px 15px;
}

.main-header .logo .logo-mini {
    padding-left: 10px;
}

.main-sidebar, .left-side {
    padding-top: 80px;}

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
    background: #0f92c6;
    border-left-color: #ff000f;
    color: #fff;
	text-decoration: none;
}

.skin-black .sidebar-menu > li > .treeview-menu {
      background: #0f92c6;
	margin: 0;
	
}

.sidebar-menu .treeview-menu{
	padding-left: 0px;
}

.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
    background-color: #00acdf;
}

.skin-black .treeview-menu > li > a {
    color: #fff;
	
	
}

.skin-black .treeview-menu > li > a{

	border-left: 3px solid transparent;
}

.skin-black .treeview-menu > li > a:hover {
    color: #fff;
	border-left: 3px solid #ff000f;
	background: #00acdf;
}

.skin-black .treeview-menu > li.active > a {
    color: #fff;
	border-left: 3px solid #ff000f;
	background: #444;
}


.skin-black .sidebar a  {
	
	color:#fff;
	font-size: 16px;
	
}

.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header .navbar .navbar-right > li > a {
	border-left: none;
}

.navbar-nav{
	flex-direction: row;
	align-items: center;
}

.navbar-nav > li {
    padding-top: 0;
	padding-right: 15px;
}

.navbar-nav > li.user {
	padding-bottom: 15px;
	padding-top: 15px;
	color:#333;
	
}

.skin-black .main-header .navbar .nav > li > a{
	color: #fff;
}
.navbar-nav > li a{
    background-color: #00acdf;
	color: #fff;
	padding: 15px;
text-decoration: none;
}

.skin-black .main-header .navbar .nav > li > a:hover{
	background: #ad1b1a;
	color: #fff;
}


.sidebar-menu li.active > a > .fa-angle-down, .sidebar-menu li.active > a > .pull-right-container > .fa-angle-down {

     -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

}

.sidebar-menu li > a > .fa-angle-down, .sidebar-menu li > a > .pull-right-container > .fa-angle-down{
    margin-right: 10px;
}


.content-header > h1 {
    color: #ff000f;
	/*text-align: center;*/
}





.select2-container--default .select2-selection--multiple{
	 border: 1px solid #d2d6de !important;
	border-radius: 0 !important;
}


.select2-container--default.select2-container--focus  {
    border: 1px solid #00acdf !important;
    outline: 0 none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	color:#444;
}

.icheckbox_minimal-blue, .iradio_minimal-blue {
    float: left;
    margin: 0 10px 15px 0 !important;
}


.confirmation h3{
	font-size: 16px!important;
}

.confirmation .btn-group .btn-primary{
	color:#fff;
}

.confirmation .btn-group .btn-primary:hover{
	color:#fff;
}

.confirmation .btn-group .btn-default:hover {
	color: #333;
}

/*menu chiuso*/
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    
	left: 200px !important;}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu{
	width: 200px;
}

/* aziende*/
.btnAggiungi{
	text-align: center;
	padding: 5px;
	/*padding: 20px 0;*/
	
}

.btnAggiungiDx{
	text-align: right;
	/*padding-bottom:5px;*/
}

.btn-success {
    background-color: #00acdf;
    border-color: #00acdf;
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
    background-color: #0f92c6;
	border-color: #0f92c6;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #0f92c6;
    border-color: #0f92c6;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #0f92c6;
    border-color: #0f92c6;
}

.content-header {
    padding: 20px 15px 0;
}

.content-header hr{
    border:0;
	width: 50px;
	height: 2px;
	margin-top: 10px;
	background-color: #ff000f;
	margin-bottom: 0;
}

.dataTables_filter label{
	margin-bottom: 0;
	height: 35px;
}



.table thead, .dataTable thead{
	background-color: #00acdf;
	color: #fff;
	font-size: 16px;
}

.dataTable .even{
	background-color: #f4f4f4;
}
.dataTable .odd {
    background-color: #ffffff;
}

.table > thead > tr > th {
    border-bottom: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 0;
}

.table a {
    color: #00acdf;
}

.table a:hover, a:active, a:focus {
    color: #ff000f;
}


.btn-bitbucket {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
	
}

.table .btn-bitbucket{
	color: #444;
	font-size: 12px;
	margin: 0 5px 5px;
}

.table .btn-bitbucket:hover{
	color: #444;
	background-color: #e7e7e7;
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #444;
	background-color: #e7e7e7;
    border-color: rgba(0,0,0,0.2);
}

.btn-bitbucket:hover {
    color: #444;
	background-color: #e7e7e7;
    border-color: rgba(0,0,0,0.2);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00acdf;
    border-color: #00acdf;
    color: #fff;
    cursor: default;
    z-index: 3;
}


/* dettaglio azienda*/

.boxAnagrafica{
	border: 1px solid #00acdf;
	padding: 40px 10px 20px;
	background: #fff;
	margin: 20px 0 40px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}


.content h3{
	font-size: 22px;
	color: #00acdf;
	text-align: center
}

.boxAnagrafica input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
	padding: 5px 10px;
}

.box.box-info {
    border-top-color: #00acdf;
}

label {
    line-height: 16px;

}

.select2-container {
    border-radius: 0 !important;
    display: block !important;
    margin: 0 0 10px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
	padding: 6px 10px !important;
}

.select2-container .select2-selection--single {
   height: 32px !important;
}

.select2-container--default:focus .select2-selection--single:focus {
    border-color: #00acdf;
}

.select2-container:focus .select2-selection--single:focus {
   border-color: #00acdf;
}

.form-control:focus {
	border-color: #00acdf;}


.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #00acdf !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #00acdf !important;
	color:#fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #00acdf;
}

.brdAzz > span{
	border: 1px solid #00acdf;
}

.brdAzz > span .select2-selection--single {
    background-color: #fff;
    border:none !important;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
}

.grigioPH.schiarisci .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999 !important;
}

.grigioPH .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444 !important;
}

.btn-primary {
        background-color: #444;
    border-color: #333;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #00acdf;
	border-color: #00acdf;
}


.btn-info {
    background-color: #00acdf;
	border-color: #00acdf;
	color: #fff;
}


.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #0f92c6;
}


.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #0f92c6;
    border-color: #0f92c6;
}


.cOBB{font-size: 85%;
padding-top: 10px;
	display: block;
}

.box-footer{
	text-align: center;
	padding-bottom: 25px;
}

.box-footer input{
	margin-right: 10px;
}

.box-footer label{
	font-weight: bold;
}

.dataTables_filter {
	text-align: right;
}
.dataTables_filter input {
	margin-left: 10px;
}

.form-group{
	display: flex;
flex-direction: row;
flex-wrap: wrap;
}

label{
	font-weight: bold;
}

.input-group {
	margin-bottom: 10px;
}
.pt-0{
	padding-top: 0 !important;
}

.pt-2{
	padding-top: 30px !important;
}

.mb-1{
	margin-bottom: 15px !important;
}

.form-control {
	margin-bottom: 10px;
	height: 32px;
}

.errore, .select2-container--default .select2-selection--single.errore { border: 1px solid #FF0000 !important; }
.select2-container--default.select2-container--focus { border: 0 !important; }
.uicon { display: block; margin: 0 auto; color: green; text-align: center; line-height: 31px; }
.uicon.neg { color: #666; }
.uicon.neg.red { color: #FE0000; }


.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee !important; }
.boxAnagrafica input { height: 32px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered ul {
	height: 32px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered ul li {
	max-height: 32px;
}
form .select2-dropdown .select2-search__field:focus,
form .select2-search--inline .select2-search__field:focus {
	border: 0 !important;
}

.file-default-preview img{
	width:100% !important;
	height: auto !important;
	cursor: pointer;
	
}

#risultati_count { text-align: center; font-size:  18px; font-weight: bold; margin: 15px 0 30px; }
#risultati_count .conto { color: #00acdf; }

/*--elenco utenti--*/
.dataTable tr th:last-child {
    text-align: center;}

.dataTable tr td:last-child {
    text-align: right;}

.tabellaDiritti tr th:last-child {
    text-align: left;}

.tabellaDiritti tr td:last-child {
    text-align: left;}

.noactions tr th:last-child {
	text-align: left;}

.noactions tr td:last-child {
	text-align: left;}


.textarea-container { position: relative; margin-bottom: 20px; }
.textarea-container:after { content: attr(data-content); right: 0; bottom: -18px; font-size: 11px; position: absolute; }

#indietro { margin: 0 15px 0 0; display: inline-block; }
.userbtn { display: inline-block; margin-right: 15px; }
#ruolo_sistema_rapido_container { width: 200px; display: inline-block; text-align: left; margin-left: 10px; -webkit-transform: translate(0,11px); -moz-transform: translate(0,11px);  transform: translate(0,11px); }
.fonteContainer .select2-container { width: 200px !important; display: inline-block !important; margin-bottom: 0 !important; margin-right: 15px !important; }
#elenco-jser-candida tr td:first-child { text-align: center; width: 50px; color: green; }
.disabled-select {
	background-color:#d5d5d5;
	opacity:0.5;
	border-radius:3px;
	cursor:not-allowed;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
.box.collapsed-box .box-body { display: block; max-height: 0; overflow: hidden; padding: 0 15px; margin: 15px 0; -webkit-transition-duration: .4s; -moz-transition-duration: .4s; transition-duration: .4s; }
.box.collapsed-box.visibile .box-body { max-height: 250px; }
.box.collapsed-box table { width: 100% }
.box.collapsed-box table tr { height: 30px; line-height: 30px; }
.box.collapsed-box table tr:nth-child(even) { background: #e7e7e7; }
.box.collapsed-box table thead { background: #00acdf; color: #FFF; }
.box.collapsed-box table tr td, .box.collapsed-box table tr th { padding: 5px; }
.box.collapsed-box h3 i { display: inline-block; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }
.box.collapsed-box.visibile h3 i { display: inline-block; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
.box-info.cand>.box-body { /*padding-left: 80px;*/ }
.box-info.cand>.box-body .btn-bitbucket {
  color: #444;
  font-size: 12px;
  margin: 0 5px 5px;
}

.box-info.cand>.box-body .box{
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #d2d6de;
	box-shadow: none;
}

.box-info.cand>.box-body .box>.box-body{
	margin:0;
	padding: 0 10px;
}
.row.rDet { margin-bottom: 20px; }
.row.rDet p { margin: 0; }
.link-avviso { text-align: right; color: #000; display: block; font-weight: bold; }
.link-avviso:hover { text-decoration: underline; color: #000; }
#ricerca input { width: calc(100% - 80px); line-height: 40px; float: left; padding: 0 15px; }
#ricerca button { font-size: 18px; border: 0; padding: 0; width: 80px; line-height: 44px; color: #FFF; text-align: center; background: #00acdf; float: left; }
.table-wrap { width: 100%; /* overflow: auto;  scrollbar ! */ }
.table-wrap table { min-width: 95%; }
input[type='radio'] { margin-left: 10px; }
@media only screen and (max-width:767px){
	
	.skin-black .main-header > .logo {
    background-color: #fff;
	border-bottom: 1px solid #eee;
	}
	.skin-black .main-header > .logo:hover {
    background-color: #fff;
}
	.skin-black .main-header .navbar > .sidebar-toggle {
    height: 50px;
    padding: 15px;
}
	.navbar-nav > li.user {
   		padding-top: 15px;
	}
	.navbar-nav > li {
		padding-top: 0;}
	
	.skin-black .main-header .navbar .nav > li > a {
    color: #fff;
    background-color: #00acdf;
}
	
	.skin-black .main-header .navbar .nav > li > a:hover {
    color: #fff;
    background-color: #ad1b1a;
}
	.navbar-custom-menu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}
	
	.main-header {
	 max-height: 150px;
	}
	
}

.spinner {
	margin: 25px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.cube1, .cube2 {
	background-color: #00acdf;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
	25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
	50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
	75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
	100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	} 50% {
		  transform: translateX(42px) translateY(42px) rotate(-179deg);
		  -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	  } 50.1% {
			transform: translateX(42px) translateY(42px) rotate(-180deg);
			-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
		} 75% {
			  transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
			  -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		  } 100% {
				transform: rotate(-360deg);
				-webkit-transform: rotate(-360deg);
			}
}
.breaker { display: block; max-width: 100%; word-wrap: break-word; }
.file-upload-indicator, .file-actions { display: none; }
table tr td { white-space: nowrap; }
input[type='file'] { height: auto; }
.alertino-container { white-space: nowrap; overflow-x: auto; margin-bottom: 15px; }
.alertino { display: inline-block; float: none; }

.compatta .table .btn-bitbucket { padding: 0; width: 32px; height: 32px; }
.compatta .btn-social>:first-child { position: relative; display: block; color: #444; }
.compatta .btn-social#indietro>:first-child { position: absolute; }
input[name='preferenza'] { text-transform: uppercase; }

.attach .sinistra { display: inline-block; width: 100%; }
.attach .destra { display: none; }
.attach.on .sinistra { width: 45%; margin-right: 4%; }
.attach.on .destra { display: inline-block; width: 49%; }

.textarea-container.full { padding-left: 60px; }
table.dataTable thead .sorting:after { opacity: 0.6 !important; }
table.dataTable thead .sorting_asc:after { opacity: 1!important; }
.main-header .logo .logo-lg { position: relative; height: 100%; }
.main-header .logo .logo-lg img { position: absolute; top: 50%; left: 50%; width: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini { position: relative; height: 100%; }
.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini img { width: 40px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
#elenco-mansioni td { overflow: hidden; }

#cookie-bar { background: #00acdf; text-align: center; padding: 15px; color: #FFF; }
#cookie-bar a { text-decoration: underline; color: #FFF; }
#cookie-bar .cb-enable { display: inline-block; font: normal normal normal 14px/1 FontAwesome; margin-left: 20px; line-height: 20px; text-decoration: none; width: 20px; height: 20px; color: #00acdf; background: #FFF; border-radius: 50%; }
#cookie-bar .cb-enable:before { content: "\f00d"; }

.wrapper { overflow-x: visible; overflow-y: visible; } /* scrollbar ! */