/*
	SpecificSections.css
	Copyright (c) 2018, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


/* General
------------------------------------------------------------------------------------------------- */
body {
   background-color: #f1f2f3;
   overflow-x: hidden;
}

html {
   min-height: 100%;
}

.container-block {
   content: " ";
   display: table;
   width: 100%;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
   color: #0e1726;
}

h1,
.section-title h2,
.section-title h1 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 0;
    display: inline-block;
    font-family: Bevan;
    color: #565e53;
}

.section-title h2 i,
.section-title h1 i {
	display: none;
}

.section-title i {
   margin-right: 0;
}



panel-footer .btn {
   padding: 10px 20px;
}

.btn {
	font-family: Bevan;
}

.btn-primary {
   background-color: #565e53;
   border-color: #565e53;
   color: #fff;
   border-radius: 0px;
   font-family: 'Bevan';
   padding: 12px 10px;
   font-weight: 300;
   margin-right: 15px;
}

.reset-password-container .btn.btn-primary,
.simple-registration .btn.btn-primary {
	margin-right: 0px;
}

.btn-primary:focus,
.btn-primary:hover {
   background-color: #333;
   border-color: #333;
   color: #fff;
}

.button-secondary,
.btn-secondary {
   background-color: #fff;
   border-color: #ccc;
   color: #333;
   border-radius: 0px;
   border-radius: 0px;
   font-family: 'Bevan';
   padding: 12px 10px;
   font-weight: 300;
}

.button-secondary:hover,
.btn-secondary:focus,
.btn-secondary:hover {
   background-color: #e6e6e6;
   border-color: #adadad;
   color: #333;
}

.btn-green {
   background-color: #565e53;
   border-color: #565e53;
   color: #FFF;
}

.btn-yellow {
   background-color: #B5ABA0;
   border-color: #B5ABA0 ;
   color: #FFF;
}

.btn-red {
   background-color: #dc3545;
   border-color: #dc3545;
   color: #FFF;
}

.btn-blue {
   background-color: #c9d0cd;
   border-color: #c9d0cd;
   color: #FFF;
}

.btn-pink {
   background-color: #B5ABA0 !important;
   border-color: #B5ABA0 !important;
   color: #FFF;
}

.btn-green:focus,
.btn-green:hover,
.btn-yellow:focus,
.btn-yellow:hover,
.btn-red:focus,
.btn-red:hover,
.btn-blue:focus,
.btn-blue:hover,
.btn-pink:focus,
.btn-pink:hover {
   background-color: #0e1726;
   border-color: #0e1726;
   color: #FFF;
}

.btn.btn-small {
  padding: 2px 10px;
}

.btn i {
  margin-right: 6px;
}

legend {
   margin-bottom: 20px;
   padding: 0 15px;
}

.col-item-5 {
   float: left;
   padding: 0 15px;
   width: 20%;
}

.section.menu {
   margin-bottom: 0;
}

.fullscreen-panel-mode {
   background-color: #FFF;
   height: 100%;
   left: 0;
   padding: 52px 20px 20px;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1050;
   overflow-y: scroll;
   margin: 0 !important;
}

.fullscreen-panel-mode .panel-header {
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   padding: 0 30px;
   z-index: 999;
}

.clear-element:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

.separator {
	border-bottom: 1px solid #CCC;
	margin: 20px 0;
}

.modal-body::after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

div a.delete {
	background-image: none !important;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.ck-editor__editable_inline {
   min-height: 400px;
}

.itinerary .ck-editor__editable_inline {
   min-height: 200px;
}

label .note {
	font-weight: normal;
	font-size: 14px;
	display: block;
	font-style: italic;
}

.Zebra_DatePicker .dp_daypicker th {
  background: #3D829E !important;
  color: #FFF !important;
}

.Zebra_DatePicker {
  border: none !important;
  background-color: #444 !important;
}

@media(max-width:991px){
.section-title h2, .section-title h1 {
  font-size: 23px;
}
}

@media(max-width:767px){
.container-block {
  display: block;
}
header:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.section-title h2, .section-title h1 {
  font-size: 17px;
  margin-bottom: 10px;
}
#content.col-xs-12 {
  padding: 0 5px;
}
}

.modal-content {
	border: 0px;
}

.modal-header {
    background-color: #565e53 !IMPORTANT;
    font-family: Bevan;
}

.dropzone {
    border: 3px dashed #B5ABA0 !important;
}

.paginator {
	text-align: center;
	font-size: 12px;
}

.pagination .previous-page,
.pagination .next-page,
.pagination .first-page,
.pagination .last-page {
	min-width: 30px;
	height: 30px;
	padding: 6px !important;
}

.pagination .total-rows {
	margin-left: 5px;
	display: block;
	margin-top: 10px;
}

.pagination .page-number.current,
.pagination .page-number.current.disabled {
  	background-color: #B5ABA0 !important;
  	color: #333 !important;
}

.pagination a:hover {
    background-color: #B5ABA0 !important;
    color: #333 !important;
    opacity: 1 !important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
   background: #f7f5f2;
   padding: 5px 15px;
}

header .brand {
	background: transparent url("../Images/Logo.png") no-repeat scroll center / contain;
	display: block;
	float: left;
	height: 35px;
	margin-left: 10px;
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.header-title {
   font-weight: bold;
   font-size: 25px;
   display: inline-block;
   float: left;
   margin: 9px 0 10px 75px;
}

.toggle-left-panel {
	display: inline-block;
	float: right;
	font-size: 17px;
	font-weight: 700;
	height: 37px;
	line-height: 24px;
	margin: 4px 0 0;
	min-width: 30px;
	padding: 7px;
	text-align: center;
	text-decoration: none !important;
	border: 2px solid #333;
	color: #333;
	width: 37px;
}

.toggle-left-panel:hover {
   background-color: #FFF;
   color: #0e1726;
}
/* ---------------------------------------------------------------------------------------------- */




/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	display: block;
	padding: 10px;
	transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
	background-color: #FFF;
	text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */



/* Login
------------------------------------------------------------------------------------------------- */
#header-sections-container {
	text-align: left !important;
	display: inline-block;
	float: right;
}

/*Login*/
header .section.login {
  margin-bottom: 0 !important;
}

header .section.login .toggle-modal {
  background-color: #E20014;
  width: 40px;
  height: 37px;
  display: inline-block;
  margin-top: 3px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
  margin-right: 5px;
}

header .section.login .toggle-modal:hover {
  color: #0e1726;
  background-color: #FFF;
}

header .section.login #loginModal .buttons {
	text-align: center;
	margin-bottom: 0px;
}

header .section.login #loginModal .keep-login {
  margin-bottom: 5px
}

header .section.login #loginModal .password-reminder a {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  text-decoration: underline;
}

header .section.login #loginModal .password-reminder a span {
  font-weight: 600;
}

header .section.login #loginModal .password-reminder a:hover {
  text-decoration: none;
}

/*Logout*/
header .section.login .logout {
	margin-right: 15px;
	background-color: #565e53;
	padding: 6px 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
	margin-top: 4px;
	font-family: 'Bevan';
}

header .section.login .logout .user-link {
  display: inline-block;
  margin-right: 15px;
  border-right: 1px solid #fff;
  padding-right: 15px;
}

header .section.login .logout .user-link .name {
  font-weight: 300;
  color: #fff;
  margin-right: 5px;
}

header .section.login .logout .user-link:hover .name {
  color: #B5ABA0;
}

header .section.login .logout .user-link i {
	color: #B5ABA0;
	background-color: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-right: 7px;
	font-size: 16px;
	padding: -2px;
	font-weight: 600;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

header .section.login .logout .logout-link {
	color: #fff;
}

header .section.login .logout .logout-link:hover {
  color: #B5ABA0 !important;
}

@media(max-width:767px){
#header-sections-container {
  width: 100%;
  text-align: center !important;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: 4px;
  margin-top: 5px;
  font-size: 13px;
}
header .section.login .logout .user-link i {
	width: 15px;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	background-color: transparent;
	margin: 0;
}
}

@media(max-width:500px){
	header  .section.login .logout .user-link .name {
	  max-width: 160px;
	  display: inline-block;
	  float: left;
	}
	header .section.login .logout .user-link {
	  padding-right: 10px;
	  margin-right: 10px;
	}
}

/*Panel Login*/
.login.panel {
  margin: 50px 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.login.panel > .panel-heading {
  background-color: #565e53;
  border-radius: 0;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  border: none;
  padding: 15px;
  text-align: center;
  font-family: 'Bevan';
}

.panel.login .info {
  font-size: 25px;
  margin: 20px;
  display: block;
}

.login.panel .buttons {
  padding-bottom: 15px;
}

.login.panel .buttons a {
  color: #505050;
  font-size: 14px;
  text-decoration: underline;
}

.login.panel .buttons a.button-secondary {
	padding: 0px;
	background-color: transparent;
}

.login.panel .buttons a:hover {
  text-decoration: none;
  color: #333;
}

@media(max-width:767px){
	.login.panel.panel-success {
	  margin: 15px;
	  border: 1px solid;
	}
	.panel.login .info {
	  font-size: 20px;
	  margin: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Panel
------------------------------------------------------------------------------------------------- */
.panel-element {
	margin-bottom: 20px;
	background-color: #FFF;
	box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
}

.panel-element.no-margin {
   margin-bottom: 0;
}

/*Header*/
.panel-element .panel-header {
	border-bottom: 1px dashed #e0e6ed;
}

.panel-element .panel-header.panel-header-toggle-content {
   cursor: pointer;
}

.panel-element .panel-header h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px 15px;
	position: relative;
	display: inline-block;
	font-family: 'Bevan';
	color: #565e53;
	display: none;
}

.panel-element .panel-header h2 i {
	color: #565e53;
	margin-right: 5px;
}

.panel-element .panel-header .actions {
   margin-bottom: 0;
   float: right;
   background-color: transparent;
}

.panel-element > .panel-header .actions > a,
.panel-element > .panel-header .actions > span.toggle-panel-link {
   border: 1px solid #FFF;
   color: #FFF;
   display: inline-block;
   height: 40px;
   width: 40px;
   text-align: center;
   border-radius: 50%;
   line-height: 40px;
   font-size: 20px;
   margin: 5px;
}

.panel-element > .panel-header .actions > a:hover,
.panel-element > .panel-header.panel-header-toggle-content:hover .actions > span.toggle-panel-link {
   color: #4c4f53;
   background-color: #FFF;
}

.panel-element > .panel-header .actions > a.status.status-ok,
.panel-element > .panel-header .actions > a.status:hover {
   background-color: #5DD55C;
   color: #FFF;
}

.panel-element > .panel-header .actions > a.status {
   background-color: #CCC;
}

.panel-element > .panel-header .actions > a.btn-text {
  border: none;
  color: #4c4f53;
  text-transform: none;
  font-size: 12px;
  width: auto;
  background-color: #FFF;
  height: auto;
  padding: 2px 10px;
  line-height: 14px;
  border-radius: 9px;
}

.panel-element > .panel-header .actions > a.btn-text:hover {
  background-color: #4c4f53;
  color: #FFF;
}

.panel-element .panel-header:after,
.panel-element .panel-content:after,
.panel-element .panel-content .inputbox:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

.panel-element .panel-content {
	background-color: #fff;
	margin: 0;
	padding: 30px 0;
}

.panel-element .panel-content:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

.panel-element .panel-content legend {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	padding: 0 15px 5px;
	color: #565e53;
	font-family: 'Bevan';
}

.panel-element.collapsed {
   border-bottom: 1px solid #CCC;
}

.panel-element.panel-no-margin {
	margin-bottom: 0;
}

.panel-element.collapsed .panel-content,
.panel-element.collapsed .panel-footer {
   display: none;
}

.panel-element .panel-footer {
	text-align: center;
	padding: 20px 15px;
	border-top: 1px dashed #e0e6ed;
	background-color: #FFF;
}

.panel-element .panel-footer.panel-footer-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: 2px solid #3F4D67;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
}

.panel-element.sub-panel-element.validation-highlight > .panel-header {
   background-color: red !important;
}

.panel-element .panel-header .evidence {
   color: #333;
   padding: 0 15px 15px;
}

.panel-element.fullscreen-panel-mode .panel-header .evidence {
   display: none;
}

.panel-element .panel-header .evidence .value {
   font-weight: bold;
}

.evidence-red {
   color: #DD0000;
}

.panel-subtitle {
	font-size: 25px;
	border-bottom: 1px dashed #e0e6ed;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

@media(max-width:767px){
.panel-element .panel-header h2 {
  margin: 10px;
  font-size: 15px;
}
.panel-element .panel-content {
  padding: 15px 0;
}
body {
	font-size: 13px;
}
.form-group {
	margin-bottom: 10px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.input-div {
   position: relative; 
}

.input-div .select-buttons {
   position: absolute;
   right: 25px;
   top: 5px;
}

.input-div .select-buttons .btn {
   padding: 1px 6px;
}

.form-group {
   margin-bottom: 20px;
   position: relative;
}

.form-group .input-div span {
	display: inline-block;
	margin-right: 10px;
}

.form-group.checkbox .form-control.input-type-checkbox {
	height: auto;
    float: left;
    width: auto;
}

.form-group.checkbox  .input-div span {
	display: inline-block;
}

.form-group.checkbox  .input-div span label{
	padding-left: 0px;
	padding-right: 20px;
}

.checkbox input[type="checkbox"] {
	position: relative !important;
	margin-left: 0px;
}

.checkbox label {
	padding-left: 0px;
}

.input-div input,
.input-div .input-type-textarea,
.input-div input.input-type-text,
.input-div .input-type-dropdownlist,
.input-div input.input-type-email,
.input-div input.input-type-zip,
.input-div input.input-type-telephone-number,
.input-div input.input-type-date,
.input-div input.input-type-hour {
   max-width: 100% !important;
}

.input-div input.input-type-date {
	width: 100%;
}

.form-group.p2 input,
.form-group.p4 input  {
	width: 44%;
	margin-right: 10px;
	display: inline-block;
}

.form-group.p2 input:last-child {
    margin-right: 0px;
    margin-left: 10px;
}

.form-control {
   border-radius: 0;
   box-shadow: none;
}

.form-control:focus {
   border-color: #3D829E;
   box-shadow: none;
}

.form-horizontal .form-group.col-sm-12 .input-div,
.form-horizontal .form-group.col-sm-6 .input-div {
   float: left;
   padding-left: 10px;
   width: 100%;
}

.inputbox .validation-highlight {
   background: #fff0f0 none repeat scroll 0 0 !important;
   border-color: #a90329;
}

.inputbox label.validation-error-label {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	bottom: -15px;
	background-color: #a90329 !important;
	font-size: 10px;
	font-weight: lighter;
	padding: 2px 10px !important;
	position: absolute;
	color: #FFF !important;
	right: -5px;
}

.inputbox.vertical .validation-required {
	background-image: none !important;
	padding: 0 !important;
}

.inputbox.vertical .validation-required::before {
	content: "*";
	margin-right: 2px;
}

.admin-section .inputbox.vertical .validation-required::after {
	content: "" !important;
}

fieldset legend {
   border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
   letter-spacing: 1px;
   margin: 20px 0;
   padding: 0 15px 5px;
   color: #565e53;
   font-family: 'Bevan';
}

.select2-container--default .select2-selection--single {
   border-radius: 0 !important;
   height: 34px !important;
   padding: 3px 2px !important;
   border-color: #CCC !important;
}

/*Checkbox e Radiobutton*/
.checkbox-background .input-div-checkbox, 
.checkbox-background .input-div-checkbox3, 
.radiobutton-background .input-div-optionbutton {
	background: url("../Images/CheckboxBackground.png") top center no-repeat transparent;
	display: inline-block;
	height: 17px;
	width: 17px;
	vertical-align: bottom;
	margin-right: 7px;
	margin-top: 3px;
	background-size: cover;
        float: left;
}

.radiobutton-background .input-div-optionbutton {
	background-image: url("../Images/RadiobuttonBackground.png");
}

.checkbox-background .input-div-checkbox.checked,
.radiobutton-background .input-div-optionbutton.checked{
	background-position: bottom center;
}

.option-label {
  font-weight: normal;
}

.input-div.single-checkbox {
	display: inline-block;
	float: left;
}

.advanced-settings-label {
	margin-bottom: 0px;
}

.advanced-settings-toggle {
	background-color: #f1f2f3;
	color: #565e53;
	padding: 5px 30px;
	display: inline-block;
	position: relative;
	margin-left: 0px;
	font-family: 'Bevan';
	font-weight: 300;
	border-top: 0px;
	font-size: 14px;
	float: left;
}

.advanced-settings {
	padding-top: 15px;
	width: 100%;
}
/* ---------------------------------------------------------------------------------------------- */



/* Modal
------------------------------------------------------------------------------------------------- */
.modal .modal-dialog .modal-header .modal-title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	color: #FFF;
}

.modal .modal-dialog .modal-header .modal-title i {
   margin-right: 5px;
}

.modal .modal-dialog .modal-footer {
	border-radius: 0 0 5px 5px;
	border-top: 1px dashed #e0e6ed;
}

.modal .modal-actions {
	margin-bottom: 20px;
	text-align: right;
}

/*Modale Salva*/
.modal-save-text {
  text-align: center;
  font-size: 22px;
  padding: 0 30px;
}

.modal-save-text svg {
  display: block;
  margin: 0 auto 20px;
}

.modal-save-text .title {
  display: block;
  font-weight: bold;
  font-size: 25px;
  color: #3D829E;
}

@media(max-width:767px){
.modal .modal-dialog .modal-header .modal-title {
  font-size: 16px;
}
.modal-body {
  padding: 15px; 
}
.modal-header .close {
	right: -10px;
	top: 5px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Checkbox Animation Salva
------------------------------------------------------------------------------------------------- */
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #3D829E;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #3D829E;
}

#successAnimationResult {
  fill: #3D829E;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
  
  #successAnimationCircle {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
               0.3s linear 0.9s 1 both fadeOut;
  }
  
  #successAnimationCheck {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
               0.3s linear 0.9s 1 both fadeOut;
  }
  
  #successAnimationResult {
    animation: 0.3s linear 0.9s both fadeIn;
  }
}

#replay {
color: #3D829E;
  background: rgba(255,255,255,0.2);
  border: 0;
  border-radius: 3px;
  bottom: 100px;
  left: 50%;
  outline: 0;
  padding: 10px 30px;
  position: absolute;
  transform: translateX(-50%);
  &:active {
    background: rgba(255,255,255,0.1);
  }
}
/* ---------------------------------------------------------------------------------------------- */



/* Notifiche
------------------------------------------------------------------------------------------------- */
.notification {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgb(59, 63, 92) none repeat scroll 0% 0%;
  color: #FFF;
  padding: 15px 30px;
  font-size: 20px;
}

.notification a {
  text-transform: uppercase;
  margin-left: 20px;
}

.notification a:hover {
  color: #FFF;
}
/* ---------------------------------------------------------------------------------------------- */



/* Infobox
------------------------------------------------------------------------------------------------- */
.infobox {
  border: 1px solid #B5ABA0 !important;
  border-radius: 6px;
  color: #333 !important;
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
  border-left: 80px solid #B5ABA0 !important;
  position: relative;
  font-weight: 600;
}

.infobox.infobox-red {
  border: 1px solid #3D829E;
  color: #3D829E;
  background-color: #EE9DA5;
  border-left: 80px solid #3D829E;
}

.infobox:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	border-left: 8px solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left-color: inherit;
	margin-top: -8px;
}

.infobox .icon {
  position: absolute;
  color: #FFF;
  left: -58px;
  top: 50%;
  font-size: 35px;
  margin-top: -22px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Menù
------------------------------------------------------------------------------------------------- */
/*#left-panel {
	left: 0;
	margin-top: 45px;
	min-height: calc(100% - 45px);
	position: absolute;
	top: 0;
	transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
	width: 270px;
	z-index: 900;
	border-right: 1px solid #e0e6ed;
	padding: 15px;
	background-color: #f1f2f3;
}

.hidden-menu #left-panel {
   left: -260px;
}

.hidden-menu #left-panel:hover {
   left: 0;
}

#page-content {
   margin-left: 270px;
   transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
   padding-top: 20px;
}

.hidden-menu #page-content {
   margin-left: 10px;
}*/

#flex-content {
	display: flex;
}

#left-panel {
	border-right: 1px solid #e0e6ed;
	padding: 10px 10px 10px 0px;
	background-color: #fbfaf8;
	float: left;
	position: sticky;
	align-self: flex-end;
	bottom: 0;
	transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
	min-height: 100vh;
}

.hidden-menu #left-panel {
	margin-left: -245px;
}

.hidden-menu #left-panel:hover {
	margin-left: 0;
}

#page-content {
   /*margin-left: 270px;*/
   transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
   padding-top: 20px;
   width: 100%;
   background-color: #ece6e0;
}

.hidden-menu #page-content {
   margin-left: 10px;
}


#left-panel .navbar-collapse {
   padding: 0;
}

#left-panel .navbar-default {
   background-color: transparent;
   border-color: transparent;
}

#left-panel .navbar-nav > li {
   float: none;
}

#left-panel .navbar-nav > li:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

#left-panel .navbar-default .navbar-nav > li > a {
	color: #333;
	padding: 8px 16px 8px 26px;
	margin-bottom: 8px;
	transition: .600s;
	font-weight: 400;
	font-size: 14px;
	width: 230px;
	font-family: 'Bevan';
}

#left-panel .navbar-default .navbar-nav > li > a i {
	color: #3D829E;
}

#left-panel .navbar-default .navbar-nav > li > a:hover {
	background-color: #f9f9f9;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

#left-panel .navbar-default .navbar-nav > .active > a, 
#left-panel .navbar-default .navbar-nav > .active > a:hover, 
#left-panel .navbar-default .navbar-nav > .active > a:focus {
	background-color: #565e53;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
	border-radius: 0px;
	color: #fff;
}

#left-panel .navbar-default .navbar-nav > li > a i {
   font-size: 17px;
   margin-right: 5px;
   padding-top: 5px;
   color: #E2001A;
}

@media(max-width:991px) {

#flex-content {
	display: block;
}

#left-panel {
	width: 270px;
	background-color: #f1f2f3;
	float: none;
    align-self: flex-end;
    bottom: 0;
  	left: 0;
	margin-top: 45px;
	min-height: calc(100% - 45px);
	position: absolute;
	top: 0;
	z-index: 900;
}

.hidden-menu #left-panel {
	margin-left: -270px;
}

#page-content {
	padding-left: 270px;
    margin-left: 0;
}

.hidden-menu #page-content {
	padding-left: 0;
    margin-left: 0;
}

}

@media(max-width:767px){
.hidden-menu #left-panel {
	padding-left: -270px;
}

#page-content,
.hidden-menu #page-content {
	margin-left: 0;
    padding-left: 0;
}
}

nav ul li.active > a::before {
	color: #707173;
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	height: 27px;
	line-height: normal;
	position: absolute;
	right: -8px;
	width: 27px;
	font-weight: bold;
	top: 13px;
}

nav ul li.active.parent-active.open > a::before {
   content: "\f078";
}

/*Secondo Livello*/
#left-panel .navbar-default .navbar-nav > li.dropdown > a::after {
	color: #3D829E;
	content: "+";
	font-size: 21px;
	margin: 0;
	position: absolute;
	right: 12px;
	top: 7px;
	font-weight: 800;
}

#left-panel .navbar-default .navbar-nav > li.dropdown:hover > a:after {
   color: #3D829E;
}

#left-panel .navbar-default .navbar-nav > li.dropdown.open > a::after {
	color: #3D829E;
	content: "-";
}

#left-panel .navbar-default .navbar-nav > li.active.dropdown > a::before {
	display: none;
}

#left-panel .navbar-default .navbar-nav > li.open > a.dropdown-toggle {
   background-color: #565e53;
   color: #fff;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	position: relative;
	margin-left: -16px;
	background-color: transparent;
}

.dropdown-menu > li > a {
   color: #262626;
   font-weight: 600;
}

.navbar-nav > li > .dropdown-menu:before {
   border-left: 1px solid #565e53;
   bottom: 0;
   /* content: ""; */
   display: block;
   left: 23px;
   position: absolute;
   top: 0;
   z-index: 1;
}

.navbar-nav > li > .dropdown-menu li {
   position: relative;
}

.navbar-nav > li > .dropdown-menu li:before {
   border-top: 1px solid #565e53;
   content: "";
   display: block;
   left: 23px;
   position: absolute;
   top: 16px;
   width: 8px;
   z-index: 1;
}

.dropdown-menu > li > a {
   padding: 7px 5px 7px 39px;
   white-space: normal;
   word-break: break-word;
   text-align: left;
   line-height: 18px;
   font-family: Bevan;
   font-weight: 50;
   max-width: 230px;
   font-weight: 300;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #B5ABA0 !important;
	color: #fff;
}

.dropdown-menu > li > a i {
   margin-right: 5px;
}

#left-panel .navbar-default .navbar-nav > li > a b {
   float: right;
}

#left-panel .navbar-default .navbar-nav > li.dropdown > a::after {
	color: #565e53;
	content: "+";
	font-size: 21px;
	margin: 0;
	position: absolute;
	right: 12px;
	top: 7px;
	font-weight: 800;
}

#left-panel .navbar-default .navbar-nav > li.dropdown:hover > a:after {
   color: #565e53;
}

#left-panel .navbar-default .navbar-nav > li.dropdown.open > a::after {
	color: #fff;
	content: "-";
}

#left-panel .navbar-default .navbar-nav > li.active.dropdown > a::before {
	display: none;
}

/* ---------------------------------------------------------------------------------------------- */


/* Breadcrumbs
------------------------------------------------------------------------------------------------- */
ol.breadcrumb {
	background: transparent;
	border-radius: 0;
	font-size: 14px;
	line-height: 20px;
	margin: -15px -15px 10px;
	padding: 8px 15px;
}

ol.breadcrumb i {
	color: #565e53;
}

.breadcrumb > li {
   display: inline;
}

.breadcrumb > li a {
   color: #333;
}

.breadcrumb > li span,
.breadcrumb > li a:hover {
	color: #6c757d;
}

.breadcrumb > li + li::before {
	color: #6c757d;
	content: "/ ";
	padding: 0 5px;
}

/*Navigazione tra commesse*/
.navigation-buttons {
   position: relative;
}

.navigation-buttons ol {
   padding-right: 90px;
}

.navigation-buttons .navigation-links {
   position: absolute;
   right: 0;
   top: 0;
}

.navigation-buttons .navigation-links a {
   font-weight: bold;
}

@media(max-width:767px){
ol.breadcrumb {
	font-size: 12px;
	padding: 4px 0;
	margin: -15px 0 0;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Login
------------------------------------------------------------------------------------------------- */
.section.userinfo {
   border-bottom: 1px solid #333F54;
   padding: 10px;
}

.section.userinfo:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}

.userinfo a {
   text-decoration: none;
   text-transform: uppercase;
}

.userinfo .user-name span {
   float: left;
}

.userinfo .user-name span:last-child {
   display: block;
   margin-left: 5px;
   margin-top: 8px;
   max-width: 165px;
   overflow: hidden;
   white-space: nowrap;
}

.panel-success > .panel-heading {
   background: #fafafa none repeat scroll 0 0;
   border: 1px solid #c2c2c2;
   border-radius: 0;
   box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
   color: #4c4f53;
   padding-left: 10px;
}

.panel.panel-success {
   background-color: #fff;
   border: none;
   border-radius: 0;
   margin: 30px 0;
}

.panel .form-horizontal .control-label {
   padding-left: 10px;
   text-align: left;
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */

.home-section {
	padding: 50px 200px;
}

.home-section .main-title {
	font-size: 90px;
	font-family: Bevan;
	text-align: center;
	color: #565e53;
	line-height: 95px;
	margin-bottom: 50px;
}

.home-section .item {
	background-color: #B5ABA0;
	min-height: 200px;
	display: flex;
	border-radius: 20px;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.home-section .item .title {
   background-color: #fff;
   padding: 60px 40px 40px;
   border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
   font-size: 23px;
   position: relative;
   text-align: center;
   line-height: 25px;
   min-height: 136px;
   font-family: 'Bevan';
}

.home-section .item .icon {
   font-size: 30px;
   position: absolute;
   left: 50%;
   top: 50px;
   border-radius: 10px;
   height: 60px;
   width: 60px;
   text-align: center;
   line-height: 26px;
   margin-top: -17.5px;
   color: #fff;
   background-color: #fff;
   display: inline-block;
   margin-left: -30px;
   background-color: #565e53;
   box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
   text-align: center;
   padding-top: 15px;
   z-index: 2;
}

.home-section .item:hover .icon {
   background-color: #6b7178;
}
/* ---------------------------------------------------------------------------------------------- */



/* Tabelle
------------------------------------------------------------------------------------------------- */
table.data-table thead tr th.th-actions a,
table tfoot tr td.actions a {
	background-color: #B5ABA0 !Important;
	border: 1px solid #B5ABA0 !Important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

table.data-table thead tr th.th-actions a:hover {
	background-color: #333 !Important;
	border: 1px solid #333 !important;
}

table.data-table tbody .td-actions a {
	color: #fff !important;
	background-color: #565e53 !Important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
	border: 0px !Important;
}

table.data-table tbody .td-actions a.action-red {
	background-color: #dc3545 !Important;
}

table.data-table tbody .td-actions a.action-green {
	background-color: #565e53 !important;
}

.panel-element .panel-header .is-active-header {
	display: inline-block;
	float: right;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: 15px;
}

.panel-element .panel-header .is-active-header .option-label {
	background-color: #dc3545;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 10px;
}

.panel-element .panel-header .is-active-header .option-label.active {
	background-color: #9CC738;
}

.manage-events .in-evidence-container .form-group {
  margin: 0;
}

legend {
	font-size: 17px;
	font-weight: 600;
}

legend a {
	background-color: #E2001A;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 15px;
	margin-top: -5px;
	float: right;
	margin-bottom: 5px;
}

legend a:hover {
	background-color: #333;
	color: #fff;
}

.delete-button {
	background-color: #dc3545;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	float: right;
	margin-right: 15px;
	margin-top: 27px;
}

.delete-button:hover {
	color: #fff;
	background-color: #E2001A;
}
/* ---------------------------------------------------------------------------------------------- */

#cultureSelector a  img{
   	width: 20px;
}

#cultureSelector a {
    opacity: 0.3;
}

#cultureSelector a.active {
    opacity: 1;
}
