@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic,500,500italic);
/* font-family: 'Open Sans', sans-serif; */

/*stili per summernote*/

.note-editable.panel-body {
  overflow-y: scroll;
}

textarea {
  resize: none;
}

/*bottone torna indietro, messo nel pannello grigio*/

.results-panel .nav-button {
  float: right;
  display: inline-block;
  margin-top: -5px;
  margin-right: -5px;
  font-size: 16px;
}

.results-panel .nav-button i.fa {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  padding: 10px;
  background-color: #008bc0;
  color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  margin-right: 5px;
}

.results-panel .nav-button i.fa:hover {
  box-shadow: none;
}

.results-panel .nav-button i.fa.fa-plus {
  padding: 10px 12px;
}

.results-panel .nav-button i.fa {
  margin-bottom: 5px;
}

/**/

.text-warning {
  color: #fcf013;
}

/*ACCORDION NG2-BOOTSTRAP*/

.admin-panel .header-panel {
  padding: 10px 15px 10px 20px;
  /* height: 70px; */
}

.admin-panel .panel {
  border-radius: 0px;
  min-height: 50px;
}

.admin-panel .panel-heading {
  padding: 15px 15px 10px 20px;
  color: #222222;
  font-weight: 300;
  font-size: 22px;
  text-align: left;
  min-height: 50px;
}

.admin-panel .panel-heading p {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  margin-bottom: 0px;
}

.admin-panel .panel-heading p:hover {
  text-decoration: none;
  color: #008bc0;
}

/* === For tablets and Phines ================================== */

@media (max-width: 991px) {
  .admin-panel.client div.subobject-list {
    height: 210px;
  }
}

/* === For desktops ================================== */

@media (min-width: 992px) {
  .admin-panel.client div.subobject-list {
    height: 110px;
  }
}

.admin-panel.client div.subobject-list ul.bxslider {
  margin-left: 0px;
}

.admin-panel.client div.subobject-list ul.bxslider li {
  min-width: 130px;
}

.admin-panel.client .accordion-button i.fa {
  background-color: #fff;
  color: #008bc0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  margin-right: 5px;
  border-radius: 50px;
  padding: 5px;
  margin-top: -5px;
}

.admin-panel.client .accordion-button i.fa:hover {
  box-shadow: none;
}

/*WAITING SPINNER*/

.async-waiting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  background-color: transparent;
}

.long-async-waiting {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}

.long-async-waiting:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*table default*/

.default-table td {
  padding: 5px;
  text-align: left;
}

.table-link {
  /* color: #222222; */
  color: #008bc0;
  cursor: pointer;
}

.table-link:hover {
  color: #d32f2f;
  text-decoration: none;
  cursor: pointer;
}

.dataTable th {
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}

.dataTable tbody tr td {
  vertical-align: middle;
}

.alert.alert-danger, .alert.alert-success {
  text-align: center;
}

.mail-editor-body {
  font-size: 13px;
  line-height: 18px;
}

.cke_path {
  display: none;
}

.row-container .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.row-container .row .col-label {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
}

.modal-backdrop {
  opacity: 0.3 !important;
}

.modal-header.success {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #5cb85c;
}

.modal-header.alert {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ff9796;
}

.edit-form fieldset {
  border: 1px solid silver;
  margin: 5px;
  padding: 10px;
  margin-top: 30px;
}

.edit-form .legend {
  display: block;
  float: left;
  padding: 7px;
  background-color: white;
  margin: -25px 10px 0px 0px;
  font-style: italic;
  font-size: 15px;
  line-height: 21px;
}

.edit-form table {
  width: 100%;
}

.edit-form table th {
  text-align: right;
  padding-right: 5px;
}

.edit-form table td {
  padding: 5px;
}

.modal-dialog.modal-xl {
  width: 80%;
}

.form-group {
  text-align: left;
}

.admin-panel .top-panel {
  background-color: #0089BF;
}

.async-waiting-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}

.async-waiting-bar div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #008bc0;
}

a.subobject {
  cursor: pointer;
}

.admin-panel.titolo-pagina {
  margin-bottom: 20px;
}

.ellipsis {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.simple-table {
  margin: auto;
}

.simple-table th, .simple-table td {
  padding: 5px 10px;
}

.accordion-set p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #008bc0;
}

.accordion-set p:hover {
  text-decoration: none;
  color: red;
}

.accordion-set .panel-heading {
  padding: 20px 15px 20px 20px;
}

.accordion-set .panel-body {
  padding: 25px 5px;
}

.accordion-set .accordion-button i.fa {
  background-color: #fff;
  color: #008bc0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  margin-right: 5px;
  border-radius: 50px;
  padding: 5px;
  margin-top: -5px;
}

.accordion-set .accordion-set-content div {
  line-height: 35px;
}

.accordion-set-content label {
  margin-right: 10px;
}

.accordion-set .panel-group .panel {
  border: 1px solid #ddd;
}

.panel.card.panel-default {
  border: none;
}

.accordion-set-content input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin-top: 0px;
  vertical-align: middle;
}

.accordion-set-content i.fa {
  font-size: 26px;
  color: #008bc0;
  cursor: pointer;
  display: inline-block;
  margin: 2px 10px 0px 10px;
}

.accordion-set-content .form-group table {
  width: 100%;
}

.accordion-set-content table th {
  text-align: left;
}

.accordion-set-content .form-group table td {
  padding: 0px;
  line-height: 16px;
}

.accordion-set-content td.table-button {
  width: 30px !important;
}

.accordion-set-content i.fa.disabled {
  pointer-events: none !important;
  color: #9e9e9e !important;
}

.generic-container {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}

div.modal.fade {
  overflow-y: scroll!important;
}

.timepicker td {
  padding: 0 5px!important;
}

.timepicker .btn {
  padding: 0!important;
  line-height: 15px!important;
}

.timepicker tr.text-center {
  line-height: 15px!important;
}

.table-change-password {
  margin: 0 auto 0 auto;
}

.table-change-password tr {
  line-height: 40px;
}

.table-change-password th {
  text-align: right;
  padding-right: 5px;
  font-weight: 500;
  white-space: nowrap;
}

.choose-section {
  margin-top: -5px;
  margin-bottom: 7px;
  font-size: 16px;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

.choose-section label {
  font-size: 18px;
  color: #008bc0;
  font-weight: 500;
}

.choose-section a {
  cursor: pointer;
  display: inline-block;
  margin: 0 7px;
}

.savechanges, .undochanges {
  line-height: 30px;
  padding: 6px 10px 4px 10px;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px 0px #575757;
  -moz-box-shadow: 1px 1px 10px 0px #575757;
  box-shadow: 1px 1px 10px 0px #575757;
}

.savechanges:hover, .undochanges:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.savechanges {
  border: 1px solid rgb(98, 167, 98);
  background-color: rgb(104, 177, 104);
  color: #fff;
}

.undochanges {
  border: 1px solid rgb(182, 182, 182);
  background-color: rgb(184, 184, 184);
  color: #fff;
}

.center-div {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.user-header-box .user-name {
  font-size: 18px;
  font-weight: 500;
  font-stretch: condensed;
  cursor: pointer;
}

.center-div .user-name {
  font-size: 20px;
  font-weight: 500;
  font-stretch: condensed;
  cursor: pointer;
}