.textarea-flussi {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}


.nav, .pagination, .carousel, .panel-title, a {
  cursor: pointer;
}

.page-heading small{
    margin-left: 15px;
}

.menu-icon {
    width: 15px;
    text-align: center;
}

.nav-main-heading {
    padding-top: 22px   ;
}

.nav-main-heading.no-padding {
    padding-top: 0px   ;
}

.nav-main-heading > span{
    padding-bottom: 6px;
}

.header-organization {
    /*width: 300px;*/
    margin-right: 0px !important;
}

.header-organization #change-organization-enable {
    width: 30px;
}
.modal-header {
    z-index: 1;
}

.spacing {
    margin-right: 20px;
}

span.data-label {
    font-weight: bold;
    width: 35%;
}

span.data-label-large {
    font-weight: bold;
}

.ui-autocomplete {z-index:10000}

.field-validation span {
    font-style: italic;
}

.upload-zone {
    border: 2px dashed #666;
    display: block;
    width: 100%;
    height: 100px;
}

/*.dropzone {*/
    /*min-height: 40px !important;*/
    /*max-height: 180px;*/
/*}*/

.dz-image i {
    font-size: 100px;
}

.dz-remove {
    font-size: 18px;
    cursor: pointer;
}
.login-window2 {
	/*background-image: url('../../assets/img/employees.jpg') !important;*/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff !important;
  background-size: 100%;
}
.login-window {
	padding-top:0px !important;
}

.highlight {
    background-color: bisque;
}

.default-text {
    color: gainsboro;
}

.menu-section-close {
    font-size: 8px;
}

.menu-section-close:hover {
    color: white;
}

.nav-main ul {
    width: 100%;
}

.list-organization-item {
    padding: 5px 12px;
    border-top: 1px solid #EEE;
}

.list-organization-item:first-child {
    border-top: none;
}

.list-organization-item input {
    margin-right: 5px;
}

.filter-studio {
    margin-right: 30px;
}

.permission-page {
    padding-left: 40px !important;
}

.permission-section {
    padding-left: 20px !important;
}

tr.odd {
    background-color: #F9F9F9;
}

tr.permission-section-title {
    background-color: #F0F0F0;
}

.pim-edit-add {
  border: 2px dashed #E9E9E9;
  padding: 5px;
}

.dragging {
  border: 2px dashed #E9E9E9;
}

.drag-field {
  border:2px solid transparent;
}

.dragging-target {
  border: 2px dashed #E9E9E9;
  background-color: #f5f5f5;
}

.no-margin {
  margin-bottom: 0px !important;
}


#content-loader {
  position: absolute;
  background-color: #f5f5f5;
  z-index: 999998;
  width: calc(100% - 260px);
  height: 100%;
}
#content-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  /*margin-top: -30px;
  margin-left: -30px;*/
  width: 60px;
  height: 60px;
  background-color: #5c90d2;
  border-radius: 100%;
  content: '';
  z-index: 999999;
  -webkit-animation: page-loader 0.9s infinite ease-in-out;
  animation: page-loader 0.9s infinite ease-in-out;
}

/*.header-navbar-fixed #header-navbar {
  transition: all linear 0.5s;
}

.sidebar-l #sidebar {
  transition: all linear 0.5s;
}

#page-container.sidebar-l.sidebar-o {
  transition: all linear 0.5s;
}

#page-container {
  transition: all linear 0.5s;
}*/

/*.side-header.side-content {
  padding:  13px 0px 1px 20px;
}*/

.dropzone .dz-preview .dz-image {
  width: 80px;
  height: 80px;
  border-radius: 15px !important;
}

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 14px;
}

.dropzone .dz-preview .dz-details {
  padding: 1em 1em;
}

.dropdown-tokens {
    max-height: 250px;
    overflow-y: auto;
}

.border-none {
  border: none !important;
}

.block.block-opt-fullscreen {
  z-index: 1041;
}

td.valign-middle {
  vertical-align: middle !important;
}

.bold {
  font-weight: bold;
}

.select2-selection__clear {
  font-size: 20px; 
}

.list-users {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-users > li:last-child  {
  border-bottom: none;
}
.list-users li {
  position: relative;
  padding: 12px 8px 8px 71px;
  display: block;
  min-height: 62px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
}
.list-users li > img {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.list-users li > i {
  position: absolute;
  left: 40px;
  top: 40px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.list-users li:hover {
  background-color: #f9f9f9;
}


.d-lPadding {
    padding: 30px;
}

.d-lItem {
    /*padding: 15%;*/
    background-color: #efefef;
    border-color: #c6c6c6;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*.d-hoverable:hover {
	box-shadow: 0px 0px 8px 7px #e1ede7;
}*/

.d-lItem-selected {
    box-shadow: 0px 0px 12px 5px #98b9e3;
}

/*

 Copyright (c) 2016 Kite Labs s.r.l. 
 All rights reserved.

 $Id$

*/
/* 
    Created on : 17-nov-2016, 11.58.17
    Author     : Riccardo Ghiglianovich <riccardo.ghiglianovich@kitelabs.it>
*/

input.ng-touched.ng-invalid:focus {
	box-shadow:0 2px 0 #e67a7a !important;
}
.has-error > input, input.ng-touched.ng-invalid {
	box-shadow:0 2px 0 rgba(226, 124, 124, 0.49) !important;
}

/*elimina gli spinner dai campi numerici */
input:not(.mov-periodo)[type=number]::-webkit-inner-spin-button,
input:not(.mov-periodo)[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
		text-align: right;
}
/*per gestire i fieldset in readonly e presentarli normali, ovvero senza singrigirli*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color:inherit;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor:default;
	 box-shadow:none;
	 border:0 !important;
}

select[disabled] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	text-indent: 1px !important;
	text-overflow: '' !important;
}

.klNumber {
	text-align: right !important;
}
.klDate {
    min-width:7em !important;
}

/*personalizzazioni dei blocchi */
.kl-block-header {
  background-color: #f9f9f9;
}
.form-material > label {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.nav-main .nav-main-heading {
  font-weight: 300;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-size: 14px;
  font-weight: 600;
}

.content {
  margin: 0 auto;
  padding: 10px 30px 1px;
  max-width: 100%;
  overflow-x: visible;
}
.content .items-push > div {
  margin-bottom: 10px;
}

.mjs-nestedSortable-error {
	background: #fbe3e4;
	border-color: transparent;
}
.sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}
ol.wbs,.list-group-item > ol {
	margin-top: 10px;
}

.mini-form {
	margin: 0;	
}
.mini-form > .form-control {
	padding: 0;
	height: inherit;
}

.list-group-item {
	position: relative;
}

.block.block-opt-fullscreen {
    z-index: 1040;
}

.block-hover:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}

.calendar table.month tr td .day-content {
	border-radius: 0px;
}

.holidays {
	background-color: rgba(255, 10, 10, 0.55);
    color: white;
    /*border-radius: 0px !important;*/
}

.disabledDays {
	/*background-color: rgba(100, 100, 100, 0.55);*/
	background-color: rgb(220, 220, 220);
    color: white;
    /*border-radius: 0px !important;*/
}

.orgEvents {
	background-color: rgb(120, 240, 120);
	/*background-color: rgba(10, 255, 10, 0.55);*/
	color: white;
	/*border-radius: 0px !important;*/
}

.weekend {
	background-color: rgba(255, 10, 10, 0.25);
	color: white;
	/*border-radius: 0px !important;*/
}

.current {
	outline: 2px solid #70b9eb;
	outline-radius: 4px;
}
.current2 {
	background-color: rgba(112, 185, 251, 0.25);	
}

textarea.note {
	height: 120px;
}

.legend .type_color {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin-right: 10px;
	float: left;
}

.legend .legend-item {
	padding: 10px;
}

.notifications-list {
	list-style-type: none;
}

.notifications-list li {
	border-bottom: 1px solid #EEE; 
	margin-bottom: 10px;
	padding-bottom: 5px
}

.notifications-list li .actions{
	margin-top: 10px;	
}

.notifications-list li a{
	padding: 8px 0px; 	
}

.font-s14 {
	font-size: 14px;
}

.notification-read {
	opacity: 0.66;
}

.square {
	display: block;
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 4px;
    margin-right: 10px;
}

.js-select2.ng-invalid + span {
	box-shadow: 0 2px 0 rgba(226, 124, 124, 0.49) !important;
}

table.vertical-centered > tbody > tr > td {
	vertical-align: middle;
}

.tree-expand {
	font-weight: normal;
}

.tree-buttons div{
	min-width: 65px;
}

input[type="text"].qualifica {
  text-align: right;
}


/* MODAL STYLES
-------------------------------*/
modal {
    /* modals are hidden by default */
    display: none;
}
.modal {
    /* modal container fixed across whole screen */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* z-index must be higher than .modal-background */
    /*z-index: 1000;*/

    /* enables scrolling for tall modals */
    overflow: auto;
}
.modal-body {
    padding: 20px;
    background: #fff;

    /* margin exposes part of the modal background */
    /*margin: 40px;*/
}


.modal-background {
    /* modal background fixed across whole screen */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* semi-transparent black  */
    background-color: #000;
    opacity: 0.75;

    /* z-index must be below .modal and above everything else  */
    z-index: 900;
}


body.modal-open {
    /* body overflow is hidden to hide main scrollbar when modal window is open */
    overflow: hidden;
}

.waitPanel {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index:100000;

    opacity:0.2;

    /*background:url(../img/spin.gif) no-repeat center center;*/
    background-color:#121212;


}

.onlyprint {
    display:none !important;
}


@media print {
    @page {size: 210mm 297mm; margin: 10mm;}
    body {
        font-size: 12pt;
    }
    h1,h2,h3,.block-title ,th,.table-bordered > tfoot > tr > th {
        font-size:10px;
    }

    button, .dropzone, .noprint ,footer,ui-datepicker, #ui-datepicker-div , .swal2-container{
        display:none !important;
    }
    table , tr,td, tbody, thead , input{
        border:none !important;

    }
    .table-bordered {
        border:none !important;
    }
    .table-bordered > tbody > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th {
        border: none !important;
    }
    .onlyprint {
        display:inherit !important;
    }
    label {
        white-space: nowrap;
        overflow:visible;
    }
    .form-group {
        page-break-inside: avoid !important;
    }
}





/*Classi per gestione fullscreen delle popup modal*/

.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    /*width: 100%;*/
    /*height:100vh;*/
    /*margin: 0;*/
    /*padding: 0;*/

    position: relative;
    width: auto;
    margin: 10px;
}

.iframe-container {
    overflow: hidden;
    padding-top: 135%;
    position: relative;
}
.modal-fullscreen .iframe-container {
    overflow: hidden;
    height:available;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*stile per far allargare al massimo del contenuto il container delle autocomplete */
/*(klAutocompleteMatrInps)*/
.klautocompleteContainer {
    width: unset !important;
}