.file-uploader-files-list { margin-top: 10px; margin-bottom: 10px; }
.file-uploader-files-item { margin-bottom: 10px; }
.file-uploader-files-list img { max-width: 100%; }



.file-manager-placeholder-image { }

#file-manager { position: fixed; top: 0; left: 0; width: 90%; height : 90%; top: 5%; left: 5%; z-index: 9999; background: #fff; padding: 20px; }
#file-manager-background { z-index: 9998; opacity: 0.8; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; }

.file-manager-files-list { margin-top: 20px; }
.file-manager-files-list .thumbnail { min-height: 200px; }
.file-manager-files-list img {
	max-height:	 120px;
	/*
	max-width: 200px;
	margin-right: 10px; commentati perché disallineano le immagini in immobile edit immagini
	margin-bottom: 10px;*/
}


.file-manager-files-list img.active { border: 3px solid #54d331; }

ul.file-manager-files-list {
    list-style: outside none none;
}

.only-button .file-manager-files-list {
    max-width: 400px;
}

.bar {
    height: 18px;
    background: green;
}

.file-inserted { margin-top: 10px; width: 200px; margin-left: 20px; margin-right: 20px; }

.dropzone {
    position: relative;
    overflow: hidden;
}

#dropzone {
	margin: 10px;
    min-height: 100px;
    text-align: center;
    font-size: 20px;
}

#dropzone div {
	display: table;
	height: 150px;
    
}

#dropzone.in {
	margin: 0;
    font-size: 22px;
}

#dropzone.in div {
	height: 170px;
}

#dropzone p {
	display: table-cell;
	vertical-align: middle;
}

/* se l'input sfoglia è dentro la drop zone facciamo in modo che cliccando sulla drop zone si apra lo sfoglia */
.dropzone input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 50px; /* IE9: evita il comportamento strano in cui spunta un cursore se si clicca nella parte sinistra del tasto */
}

/*#dropzone.hover {
    background: lightgrey;
}*/
.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.dropzone.dropzone-small div {
	height: auto; /* IE9: non supporta initial */
    height: initial;
    display: block;
}

.dropzone.dropzone-small p {
    display: inline;
}

.dropzone.dropzone-small {
	min-height: auto; /* IE9: non supporta initial */
    min-height: initial;
    padding: 0px;
    background-color: white;
	border-color: rgb(231, 231, 231);
	font-size: 14px;
}

.dropzone.drop-only-button div {
	height: auto; /* IE9: non supporta initial */
	height: initial;
}

.dropzone.drop-only-button {
	min-height: auto; /* IE9: non supporta initial */
	min-height: initial;
}

#upload-spinner {
	display: none;
}

.prototype { display: none; }		



.media-manager-placeholder-image { }

#media-manager { position: fixed; top: 0; left: 0; width: 90%; height : 90%; top: 5%; left: 5%; z-index: 9999; background: #fff; padding: 20px; }
#media-manager-background { z-index: 9998; opacity: 0.8; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; }

.media-manager-images-list { margin-top: 20px; }
.media-manager-images-list img { width: 200px; margin-right: 10px; margin-bottom: 10px; }

.media-manager-images-list img.active { border: 3px solid #54d331; }
 

			.bar {
    height: 18px;
    background: green;
}

#dropzone {
    background: palegreen;
    width: 280px;
    height: 180px;
    /* line-height: 50px; */
    text-align: center;
    font-weight: bold;
    display: table;
}
#dropzone.in {
    width: 300px;
    height: 200px;
    /* line-height: 200px; */
    font-size: larger;
}
#dropzone p {
	display: table-cell;
	vertical-align: middle;
}

#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}


.sostituisci-file, .collegamenti-file, .delete-edit-file { cursor: pointer; }


h1.title {
    text-transform: capitalize;    
}
h1.login-box-msg {
    color: #979898;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f39200;
    padding-bottom: 10px;
}
h1.login-box-msg span {
    color: #f39200;
    margin-right: 10px;
}
.registration-intro {}
.registration-intro a { color: inherit; }
.registration-intro h3 {}
.registration-intro i { font-size: 100px; }
.color-white, a.color-white { color: white; }
.margin-top-30 { margin-top: 30px; }
.width-50-percent { width: 50%; }
p.tos-point {
    font-weight: bold;
    color: #000;
    margin: 10px 0px;
}

div.tos ol {
    counter-reset: item;
    padding-left: 30px;
}
div.tos ol > li {
    counter-increment: item;
}
div.tos ol ol {
    padding-left: 10px;
}
div.tos ol ol > li {
    display: block;
}
div.tos ol ol > li:before {
    content: counters(item, ".") ".";
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0;
}
div.modal.tos ul {
    list-style-type: disc;
    padding-left: 30px;
}
div.modal.tos ul.letter {
    list-style-type: lower-alpha;
}
.page-container .main-content {
    word-break: keep-all;
}
.small-2x {
    font-size: 85%
}
table a.small-2x {
    text-decoration: underline;
}
/** corregge la posizione del pulsante "aggiungi nuovo" nelle collections **/
#new-banner-form-col #dropzone {
    width: 100%;
}

/* sidebar */
.sidebar-menu {
    width: 300px;
}

.sidebar-menu .logo-env {
    text-align: center;
    padding: 15px 30px;
}

.sidebar-menu .logo-env .logo {
    float: none;
}

.sidebar-menu .logo-env .logo-expanded img {
    width: 100%;
    max-width: 350px;
}

.sidebar-menu .logo-env .logo-collapsed img {
    width: 50px;
}
/* fine sidebar */

/* badge */
td.status .badge {
    display: block;
    max-width: 150px;
}
.badge a:link,
.badge a:visited {
    color: #fff;
    text-decoration: none;
}
/* fine badge */

.panel.panel-color .panel-heading {
    padding: 5px 30px;	
}

.panel.panel-headerless {
    padding: 30px;
}

.panel.panel-notifica {
    border-left:2px solid orange;
}

.panel .panel-body {
    color: black;
}

.panel .panel-heading.border-orange {
    border-color: #ffba00;
}
.panel.panel-tabs {
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.panel.panel-tabs>.panel-heading .nav-tabs>li>a {
    padding: 10px 20px;
    font-weight: bold;
}
.panel .panel-heading>.panel-options .nav-tabs>li.active>a {
    border-top: 1px solid #ffba00;
}
.tab-bacheca-stat a:hover {
    text-decoration: underline;
}
.tab-bacheca-stat a.btn {
    text-decoration: none;
}
.tabs-vertical-env.tabs-vertical-bordered .nav.tabs-vertical>li.active>a {
    border-left: 1px solid #ffba00;
    font-weight: bold;
}
.modal-body .tabs-vertical-env {
    margin-bottom: 0px;
}
h3.modal-title {
    color: #f39200;
}
.border-bottom-orange {
    border-bottom: 2px solid #f39200 !important;
}

.user-info-navbar {
    padding-bottom: 1px;
}

/** Form **/
#ajax-filters .form-control {
    color: #7d7f7f !important;
}
.form-control:focus {
    border-color: rgba(255, 186, 0, .5);
}
.calendar-date table>tbody>tr>td.in-range {
    background-color:rgba(255, 186, 0, .5);
}
div.datepicker table tr td.active.disabled:hover {
    background:#ffba00;
}
div.datepicker table tr td span.active.disabled:hover {
    background:#ffba00;
}
div.datepicker table tr td span.active,
div.datepicker table tr td span.active.disabled, 
div.datepicker table tr td span.active.disabled:hover, 
div.datepicker table tr td span.active:hover {
    background:#ffba00;
}
div.datepicker table tr td.active,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled:hover,
div.datepicker table tr td.active:hover {
    background:#ffba00;
}
/* Data range picker */
.dropdown-menu.daterangepicker .calendar-date table>tbody>tr>td.active {
    background-color:#ffba00;
}
.dropdown-menu.daterangepicker .calendar-date table>tbody>tr>td.in-range {
    background-color: rgba(255, 186, 0, 0.1);
}
.dropdown-menu.daterangepicker .ranges ul li.active {
    background:#ffba00;
    border-color:#ffba00;
}
.daterangepicker td.in-range {
    background-color: rgba(255, 186, 0, 0.1);
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color:#ffba00;
}
.daterangepicker .input-mini {
    border-color:#e4e4e4;
    border-radius: 0px;
}
.daterangepicker .input-mini.active {
    border-color: rgba(255, 186, 0, .5);
    border-radius: 0px;
}
/* Fine data range picker */
.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    background-color:#ffba00;
}
html .select2-drop .select2-results li.select2-highlighted {
    background-color:#ffba00;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 7px 5px 7px 18px;
    margin: 3px 0 3px 5px;
}
.select2-search-choice-close {
    top:7px;
}
.ms-container>div>.ms-list li.ms-hover {
    background-color:#ffba00;
}
html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-bar {
    background:#ffba00;
}
html body .ui-rangeSlider .ui-rangeSlider-container .ui-rangeSlider-handle {
    background:#ffba00;
}
html body .slider .ui-slider-handle{
    background:#ffba00;
}
html body .slider .ui-slider-range{
    background:#ffba00;
}
html body .slider .ui-slider-range,
html body .slider .ui-fill {
    background:#ffba00;
}
html body .slider.slider-secondary .ui-slider-range,
html body .slider.slider-secondary .ui-fill {
    background:#ffba00;
}
.droppable-area.dz-drag-hover {
    background:#ffba00;
}
.iswitch.iswitch-secondary:checked {
    box-shadow:inset 0 0 0 12.57px #ffba00!important;
}
.iswitch-lg.iswitch-secondary:checked {
    box-shadow:inset 0 0 0 16px #ffba00!important;
}
.iswitch-xlg.iswitch-secondary:checked {
    box-shadow:inset 0 0 0 21.71px #ffba00!important;
}
form .form-group.has-error .input-group-addon {
    color: #ffffff;
}
.checkbox label {
    padding-left: 0px;
}
#advanced-options.advanced-form-part {
    background: #f9f9f9;
    padding: 20px;
}
/** Fine form **/


.selectboxit-option .selectboxit-focus {
    background: #ffba00;
}
.login-page {
    padding-top: 80px;
}
.login-page .login-form .login-header {
    margin-bottom: 20px;
    width: 80px;
}
.login-page .login-form .form-group {
    margin-bottom: 10px;
}
.login-page .login-form .form-group label.error {
    font-size: 11px;
    color: rgba(204, 63, 68, 1);
}
.login-page .login-form .form-group .form-control.error {
    border-style: dashed;
    border-color: rgba(204, 63, 68, 1);
}
.login-page .login-form .login-footer {
    margin-top:10px;
    font-size: 11px;
    color: #979898;
}
.login-page .login-form select {
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.login-page -login-form select::-ms-expand { /* for IE 11 */
    display: none;
}
.login-page .login-form select.first-option-selected {
    color: #979898 !important;
}
.login-page .login-form select > option {
    color: #ffffff !important;
}
.login-page .login-form .login-footer.login-tos a:link,
.login-page .login-form .login-footer.login-tos a:visited,
.login-page .login-form .login-sub-msg a:link,
.login-page .login-form .login-sub-msg a:visited {
    text-decoration: underline;
    color: #bdbebe;
}
/*.form-wizard>.progress-indicator>span {
    background-color: rgba(0, 0, 0, .1);
}*/
.form-wizard>.tabs>li.active a:after {
    background: none;
}
.login-page .form-control-feedback {    
    width: 40px;
    height: 40px;
    line-height: 40px;   
}

/* Blockquote */
blockquote a {
    text-decoration: underline;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '';
}
/* Fine blockquote */

/* Lightbox */
.ekko-lightbox .ti-angle-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.ekko-lightbox .ti-angle-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}
/* Fine lightbox */

/* Dropzone */
div.dropzone {
    display: inline-block;
    background: #ededed;
    text-align: center;
    font-size: 15px;
    color: #646565;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
#dropzone-adv {
    display: inline-block;
    background: #ededed;
    border: 2px dashed #cbcbcb;
    width: 150px;
    min-height: 150px !important;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 15px;
    color: #646565;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}
#dropzone-profilo {
    width: 80px;
    height: 80px;
    border: none;
}
#dropzone-profilo .file-uploader-files-list {
    margin: 0px;
}
#dropzone-profilo:hover img.img-circle {
    opacity: 0.5;
}

#dropzone-adv.dropzone-rec,
div.dropzone-rec {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 15px;
    color: #646565;
    margin-bottom: 30px;    
    min-height: 360px;
    background: rgba(0, 0, 0, 0.03);
    padding: 23px;
    border: 3px dashed #e9e9e9;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box
}
div.dropzone-msg {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: -8px -23px auto -23px;
    line-height: 16px;
}
#dropzone-adv.in {
    background:#68b828;
    color:#fff;
    border-style:solid;
    border-color:#508e1f;
    border-width:5px;
    padding-top: 19px;
}
/* Fine dropzone */

/* Datatable */
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:before {
    content: "\f0dc";
    color: #ddd;
    margin-right: -10px;
}
table.dataTable thead th.sorting_asc:before {
    content: "\f0de";
    color: #ffba00;
    margin-right: -10px;
}
table.dataTable thead th.sorting_desc:before {
    content: "\f0dd";
    color: #ffba00;
    margin-right: -10px;
}
table.dataTable tbody tr.group {
    background-color: #2c2e2f;
    font-weight: bold;
    color: white;
}
table.dataTable tbody tr.group td {
    line-height: 22px;
}
table.dataTable tbody tr.group td:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: '\f108';
    color:#f39200;
    font-weight: normal;
    margin-right: 5px;
}
.dataTables_wrapper .table thead>tr .sorting:before,
.dataTables_wrapper .table thead>tr .sorting_asc:before,
.dataTables_wrapper .table thead>tr .sorting_desc:before {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.dataTables_wrapper table.dataTable thead>tr>th {
    padding-left:8px;
}
table.dataTable.no-footer {
    border-bottom-color: #eeeeee;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 12px;
    left: 8px;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: '\f055';
    background: none;
    color:#68b828;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '\f056';
    background: none;
    color:#d5080f;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.group>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.group>th:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent.group>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent.group>th:first-child:before {
    content: '\f108';
    background: none;
    color:#f39200;
    font-weight: normal;
    top: 10px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
  line-height: 22px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    padding-left: 0px;
}

/* Fine Datatable */

.panel.panel-orange .panel-heading {
    background-color: #ffba00;
    color: #FFF;
}
div.file-uploader-addfile {
    text-align: center;
}
.progress,
.form-wizard.campaign .progress,
.form-wizard>.tabs>li a:after {
    height: 5px;
}
.form-wizard>.tabs>li a>span.label {
    color: #fff;
    padding: .2em .6em .3em;
    text-align: center;
    display: inline;
    margin: 0px;
    margin-top: 0px;
    position: relative;
    font-size: 75%;
    line-height: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}
.form-wizard>.tabs>li a>span.label-success {
    background: #8dc63f;
}
.form-wizard>.tabs>li a>span.label-white {
    background-color: #fff;
    color: #979898;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfood>tr>td,
.table>tfood>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
}
.table>tbody>tr>td.progress-bar-td,
.table>tfoot>tr>td.progress-bar-td, 
.table>thead>tr>td.progress-bar-td {
    vertical-align: middle;
}
.table>thead>tr>td:after,
.table>thead>tr>th:after {
    display: none;
    height:0px;
}
tr.collection-row td {
    vertical-align: middle !important;
}
#ajax-filters .form-control {
    min-height: 37px;
}
#ajax-filters.panel {
    padding: 15px;
    padding-bottom: 0px;
}
.tooltip-inner {
    max-width: none;
}
td.immagine .tooltip .tooltip-inner {
    padding: 5px;
}
td.immagine .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.member-form-inputs .row label {
    margin-bottom: 0px;
}
.member-form-inputs .row-first.row:before {
    height: 0px;
    background: none;
    margin:0px;
}
.member-form-inputs .row:before {
    display: none;
}
.member-form-inputs .row+.row {
    margin-top: 5px;
}
.member-form-inputs .row:before {
    margin: 0 10px;
}
.member-form-inputs .row .form-group {
    margin-bottom: 5px;
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}
.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; 
}
.tab-bacheca-stat table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn.btn-icon-standalone.btn-xs span {
    padding-left: 28px;
}
.location_content {
    float:left;
    margin-left: 3px;
    margin-bottom: 3px;
}
.remove_location {
    cursor:pointer;
}
.location_list_element .label{
    padding: .3em .6em .3em;
    font-size: 90%;
    font-weight: normal;
}
table.riepilogo {
    margin: 20px 0;
}
table.riepilogo tr td:first-child {
    width: 200px;
}
.xe-widget.xe-counter {
    -webkit-box-shadow: 0 1px 1px rgba(0, 1, 1, .08);
    -moz-box-shadow: 0 1px 1px rgba(0, 1, 1, .08);
    box-shadow: 0 1px 1px rgba(0, 1, 1, .08);
}
.xe-widget.xe-counter-block {
    overflow: hidden;
}
.xe-widget.xe-counter-block .xe-upper .xe-label span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 99%;
}
.xe-widget.xe-counter-block .xe-lower span.badge {
    font-size: 9px;
    display: inline-block;
    text-transform: none;
}
.modal .modal-dialog .modal-content {
    padding: 10px;
    border: 15px solid rgba(000,000,000,0.2);
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 15px 0px;
}
.modal .modal-dialog .modal-content .modal-body p {
    color: #000;
}
.modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 10px;
    border-bottom-width: 1px;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
}
/* Sidebar */
.sidebar-user-info .user-profile img {
    margin-bottom: 10px;
}
.sidebar-user-info .user-profile span strong {
    line-height: 1;
}
.sidebar-user-info .user-profile {
    padding: 20px 30px;
}
.sidebar-user-info .user-profile span {
    max-width: 65%;
}
.sidebar-user-info .user-profile span strong {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar-menu.collapsed .sidebar-user-info .user-profile span {
    max-width: none;
}
img.img-corona {
    margin-left: 4px;
}
/* Fine sidebar */
.alert a:link, .alert a:visited {
    color: inherit;
    text-decoration: underline;
}
.alert a.close,
.alert .btn a{
    text-decoration: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px;
}
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget-content {
    border: none;
}
.text_content,
.ft-controls {
    cursor: all-scroll;
}
.ft-rotator {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.ft-rotator:active {
    cursor: pointer;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.ft-scaler-tl {
    cursor: nw-resize;
    cursor: nwse-resize;
}
.ft-scaler-tr {
    cursor: ne-resize;
    cursor: nesw-resize;
}
.ft-scaler-br {
    cursor: se-resize;
    cursor: nwse-resize;
}
.ft-scaler-bl {
    cursor: sw-resize;
    cursor: nesw-resize;
}
.ft-scaler-tc {
    cursor: n-resize;
    cursor: ns-resize;
}
.ft-scaler-bc {
    cursor: s-resize;
    cursor: ns-resize;
}
.ft-scaler-ml {
    cursor: w-resize;
    cursor: ew-resize;
}
.ft-scaler-mr {
    cursor: e-resize;
    cursor: ew-resize;
}
.btn-active {
    -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .08);
    outline: 0 !important;
}
.login-page .modal-content,
.login-page .modal-content p {
    color: #000;
    font-size: 13px;
}
.login-page .login-form .form-group .btn.btn-dark {
    color: #979898;
}
.login-page hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #313334;
}

.members-table tbody tr td small {
    font-size: 11px;
}
.members-table tbody tr td.status a:link,
.members-table tbody tr td.status a:visited {
    text-decoration: none;
}
.members-table tbody tr td.ricavo {
    font-weight: bold;
}
.selectboxit-text i.ti-star,
.selectboxit-option i.ti-star{
    font-family: 'themify' !important;
    font-size: 13px !important;
}


/* Ticket */
.mailbox-env .mail-env {
    padding: 15px 0px 0px;
}
.mailbox-env .mailbox-sidebar .mailbox-list li.list-footer {
    padding-top: 10px;
}
.mailbox-env .mailbox-sidebar .mailbox-list li.list-footer a {
    display: inline-block;
    padding: 1px 5px;
    text-transform: none;
}
.mailbox-env .mail-env .mail-table>thead>tr>th {
    color: #2c2e2f;
    font-weight: bold;
}
.mailbox-env .mail-env .mail-table>thead>tr>th a {
    color: #2c2e2f;
}
.mailbox-env .mail-single .mail-single-header>h2 .created {
    display: block;
    color: #bdbebe;
    font-size: 13px;
    margin-top: 10px;
}
/* Fine ticket */

/* Popover */
i.fa-info-circle {
    cursor: pointer;
    font-size: 14px;
    z-index: 999999;
}
.popover-title {
    background-color: #2c2e2f; 
    color: #FFFFFF;
    margin:-1px;
}
/* Fine popover */

/* Spinner */
.spinner-cubes {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.cube1, .cube2 {
    background-color: #fff;
    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);
  }
}

/* spinner rettangoli */

.spinner-rec {
  margin: 100px auto;
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner-rec-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -20px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner-rec > div,
.spinner-rec-overlay > div {
  background-color: #333;
  height: 100%;
  width: 4px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-rec-overlay > div {
    background-color: #fff;
}

.spinner-rec .rect2,
.spinner-rec-overlay .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-rec .rect3,
.spinner-rec-overlay .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner-rec .rect4,
.spinner-rec-overlay .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-rec .rect5,
.spinner-rec-overlay .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* Fine spinner */

/* Notifiche */
.navbar.horizontal-menu .navbar-inner>.nav>li .dropdown-menu.notifications .dropdown-menu-list>li>a .line.big,
.user-info-navbar .user-info-menu>li .dropdown-menu.notifications .dropdown-menu-list>li>a .line.line-big {
    line-height: 27px;
}
.cbp_tmtimeline>li .cbp_tmtime {
    padding-right: 110px;
}
.page-body .main-content .cbp_tmtimeline>li .cbp_tmicon {
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}
.page-body .main-content .cbp_tmtimeline:before {
    width: 2px;
}
/* Fine notifiche */

/* Tabella modal */
.modal-body table {
    width: 100%;
    text-align: left;
    border: 1px solid #e4e4e4;
    background: #fff;
}
.modal-body table thead {
    border-bottom: 1px solid #e4e4e4;
}
.modal-body table thead th {
    text-align: left;
    text-transform: uppercase;
    color: #a4a5a5;
    font-weight: 400;
    background-color: #f6f6f6;
}
.modal-body table tbody td {
    margin: 1px;
    padding: 10px;
}
/* Fine tabella modal */

/* Zona */
pre#zone-snippet {
    font-size: 11px;
    color: #999999;
}
a.zona-type {
    display: block;
}
a.zona-type img {
    width: 100%;
}
a.zona-type:hover {
    opacity: 0.6;
}
/* Fine zona */

/* Modal disponibilità zona */
div.calendar-date-zona table {
    width: 100%;
    text-align: center;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-spacing: 1px;
    border-collapse: separate;
}
div.calendar-date-zona table caption {
    border: 1px solid #e4e4e4;
    background: #f5f5f5;
    margin-bottom: -1px;
}
div.calendar-date-zona table thead {
    border-bottom: 1px solid #e4e4e4;
}
div.calendar-date-zona table caption,
div.calendar-date-zona table th {
    text-align: center;
    text-transform: uppercase;
    color: #a4a5a5;
    font-weight: 400;
    background-color: #f6f6f6;
}
div.calendar-date-zona table td {
    border-bottom: none;
}
div.calendar-date-zona table caption .prev {
    text-align: left;
}
div.calendar-date-zona table caption .next {
    text-align: right;
}
div.calendar-date-zona table caption .label-month {
    font-size: 1em;
    line-height: 37px;
    font-weight: 100;
    text-transform: uppercase;
}
div.calendar-date-zona table td.busy {
    background-color: #cc3f44;
}
div.calendar-date-zona table td.request {
    background-color: #8dc63f;
}
div.legend {
    margin-top: 10px;
}
/* fine modal disponibilità zona */

/* modal pesonalizza date */
div.zone-days {
    margin-top: 20px;
}

div.zone-days label {
    margin-right: 10px;
}
/* fine modal pesonalizza date */

/* Banner builder */
div.canvas_container {
    background: rgba(0, 0, 0, 0.03);
    padding: 20px;
    text-align: center;
}
progress#uploadprogress {
    width: 100%;
}
/* Fine banner builder */

/* Pagina errore */
.error-page{}
.error-page a {
    color: #999999;
}
.error-page a:hover {
    color: #bdbebe;
}
.error-page p {
    color: #666666;
}
.error-page h2 {
    color: #999999;
    margin-bottom: 0;
}
.error-page h4 {
    color: #999999;
    margin: 5px 0px 10px;
}
.error-content {
    margin-top: 30px;
}
.error-title {
    color: #f39200 !important;
    font-size: 150px;
    text-align: left;
    font-weight: bold;
    line-height: 90px;
}
.error-subtitle {
    color: #f39200 !important;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
}
/* Fine pagina errore */

/* Label validazione utente */
.user {
    width: 18px;
    height: 18px;
    padding: 4px;
    position: absolute;
    box-shadow: 0 0 0 2px #27292a;
    z-index: 999;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    min-width: 10px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}
.sidebar-menu .user {
    left: 75px;
}
.sidebar-menu.collapsed .user {
    left: 52px;
    width: 15px;
    height: 15px;
    padding: 3px;
    font-size: 8px;
}
.user i {
    font-weight: bold;
}
.user-success {
    background: #8dc63f;
}
.user-warning {
    background: #f39200;
}
.user-danger {
    background: #cc3f44;
}
/* Fine label validazione utente */

/* Nuova campagna prenew */
div.campagna-type-wrapper {
    text-align: center;
}
div.campagna-type-esc a.campagna-type {
    border:1px solid #72a230;
}
div.campagna-type-vis a.campagna-type {
    border:1px solid #40bbea;
}
a.campagna-type {
    display: block;
    padding: 20px;
}
a.campagna-type img {
    width: 80%;
}
a.campagna-type:hover {
    opacity: 0.6;
}
div.campagna-type-button-wrapper {
    margin-top: -1px;
}
a.campagna-type-button span {
    display: block;
    font-weight: bold;
}
/* Fine nuova campagna prenew */

/* Responsive */
@media screen and (max-width:767px){
    .navbar-nav {
        margin: 11.75px 0px;
    }
    .member-form-add-header .user-img {
        width: 100%;
        text-align: center;
    }
    .member-form-add-header .user-name {
        padding-left: 0px;
        text-align: center;
        width: 100%;
    }
   .member-form-add-header .user-name h3 {
        font-size: 16px;
    }
    .sidebar-menu.collapsed+.main-content .main-footer {
        left: 0;
    }
    .modal-dialog {
        margin: 10px auto;
    }
    .modal-dialog.max-width {
        width: 100%;
    }
    .modal-dialog .modal-dialog {
        margin: 30px auto;
    }
    #dropzone-adv.dropzone-rec,
    div.dropzone-rec {
        font-size: 13px;
    }
    .tabs-vertical-env .nav.tabs-vertical {
        width: auto;
        min-width: 100%;
    }
    .login-page {
        padding-top: 0px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-container .sidebar-menu .sidebar-menu-inner .logo-env .mobile-menu-toggle {
        margin-top: 15px;
    }
    .member-form-add-header .user-img {
        margin-top: 0px;
    }
}
@media screen and (max-width:1023px){
    .member-form-add-header .user-name h3 {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px)
    .sidebar-menu.collapsed+.main-content .main-footer {
        left: 0px;
    .modal-dialog.max-width {
        width: 60%;
    }
}
@media screen and (min-width:1024px){
    .member-form-add-header .user-name h3 {
        font-size: 20px;
        margin-top: 0px;
    }
}
/* Fine responsive */
