/*
 * GENERICO
 */
body {
  background: #f0f0f0;
}

.navbar {
  min-height: 36px;
}

.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #101010;
	font-weight: 700;
}

.navigation > li > a {
    padding: 8px 20px;
    min-height: 36px;
    font-weight: 700;
    letter-spacing: 0;
}

.alert {
	border-radius: 0 !important;
	padding: 8px 10px;
	z-index: 1000;
}

.alert-success {
	background-color: #00b300 !important;
	border-color: #00b300 !important;
	color: #fff !important;
	font-size: 13px !important;
}

.alert-danger {
	background-color: #e00000 !important;
	border-color: #e00000 !important;
	color: #fff !important;
	font-size: 13px !important;
}

.dropdown-menu {
  min-width: 180px;
  padding: 5px 0;
  color: #101010;
  background: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

label {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 12px;
}

label input {
	font-weight: 400;
}


/*
 * TABELLE
 */
.dataTables_length,
.dataTables_filter {
	 margin-bottom: 15px;
}

.dataTables_info {
	font-size: 12px;
}
.dataTables_paginate .paginate_button {
    padding: 8px;
    font-size: 12px;
    margin-left: 2px;
    color: #101010;
    border: 1px solid transparent;
    border-radius: 0 !important;
}
.dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus {
    background-color: #f0f0f0;
}

table.table th.col-status,
table.stable td.col-status {
  width: 50px;
  text-align: center;
}
table.table th.option,
table.table td.option {
  width: 50px;
  text-align: center;
}
table.table-condensed > tbody > tr > td,
table.table-condensed > tbody > tr > th,
table.table-condensed > tfoot > tr > td,
table.table-condensed > tfoot > tr > th,
table.table-condensed > thead > tr > td,
table.table-condensed > thead > tr >th {
  padding: 2px 6px;
}

table.table td:not(.option) a {
  color: inherit;
}

table.table td:not(.option) a:hover {
  text-decoration: underline;
}

table.table td:not(.option) a:focus {
  text-decoration: underline;
  background-color: #e6e400;
}

.dataTables_filter > label.no-icon:after {
  display: none;
}

.total {
  font-weight: bold;
}


/*
 * BOTTONI
 */
 .btn {
	 border-radius: 0 !important;
 }
.btn.btn-xs {
  padding: 2px 7px;
}

.btn-save {
	background: #00b300 !important;
	color: #fff !important;
}

.btn-primary {
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #0086b3b5 !important;
}

.btn-delete {
	background: #e00000 !important;
	color: #fff !important;
}

.btn-duplica {
  background-color: #0086b3 !important;
  color: #ffffff !important;
}

.btn-save:hover,
.btn-delete:hover,
.btn-duplica:hover {
	opacity: 0.8 !important
}




/*
 * TABS
 */
@media (min-width: 769px) {
  .panel-flat .heading-elements.panel-tabs > .nav-tabs > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}


/*
 * IMAGE BOX
 */
.image-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  margin-bottom: 10px;
}
.image-box > .image {
  border-bottom: 1px solid #eeeeee;
}
.image-box > .options {
  padding: 5px 0;
  display: table;
  width: 100%;
}
.image-box > .options > a,
.image-box > .options > span {
  display: table-cell;
  width: auto;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  font-size: 17px;
  color: #c0c0c0;
  -webkit-transition: color 120ms linear;
  -moz-transition: color 120ms linear;
  transition: color 120ms linear;
  border-right: 1px solid #eee;
}
.image-box > .options > a:hover {
  color: #333;
}
.image-box > .option > a:last-child {
  border: none;
}



/*
 * BLOCK UI
 */
.blockMsg h3,
.blockMsg h4 {
  margin: 0;
  padding: 0;
}



/*
 * SORTABLE
 */
.sortable {
  -moz-transition: scale 80ms linear;
  -webkit-transition: scale 80ms linear;
  -o-transition: scale 80ms linear;
  transition: scale 80ms linear;
}

.sortable.ui-sortable-helper {
  transform: scale(1.04);
}


.sortable-list > .sortable-box {
  border: 1px solid #eee;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  background: #fff;
}

.sortable-list > .sortable-box .sortable-box-body {
  padding: 10px;
}

.sortable-list > .sortable-box .sortable-box-body a {
  color: #333;
}

.sortable-list > .sortable-box .sortable-box-options {
  width: 100px;
  position: relative;
  float: right;
}

.sortable-list > .sortable-box .sortable-box-options .options {
  width: 100px;
  display: table;
  height: 65px;
}

.sortable-list > .sortable-box .sortable-box-options a,
.sortable-list > .sortable-box .sortable-box-options span {
  display: table-cell;
  color: #333;
  vertical-align: middle;
  text-align: center;
}


/*
 * ALERT
 */
.alert.growl {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/*
 * SELECT 2
 */
.navbar-component .select2-container .select2-selection {
  border: none;
  cursor: pointer;
  outline: 0;
  display: block;
  height: 40px;
  min-width: 150px;
  padding: 11px 0;
  line-height: 1.5384616;
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-component .select2-container {
  margin-right: 10px;
}
.navbar-component.navbar-inverse .select2-selection {
  color: #fff;
  background-color: transparent;
}


/*
 * DATEPICKER
 */
.datepicker { z-index: 1051 !important; }


/*
 * DROPDOWN
 */
.nav.navbar-nav .dropdown-menu > li > a {
  padding: 5px 15px;
  outline: 0;
}
.dropdown-header {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #101010;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px;
}



/*
 * IMAGE PREVIEW
 */
 #avatar-box { background: #f8f8f8; }

.image-preview-box { position: relative;  margin: 0 auto; background-color: #fff !important; background-repeat: no-repeat !important; color: #ecf0f1; }
.image-preview-box.cover-box { width: 600px; height: 300px; }
.image-preview-box.locandina-box { width: 180px; height: 255px; }
.image-preview-box:hover label{ opacity: 1; }
.image-preview-box input { line-height: 160px; font-size: 160px; position: absolute; opacity: 0; z-index: 10; }
.image-preview-box label {
  position: absolute;
  z-index: 5;
  opacity: 0.0;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: opacity 120ms linear;
  -moz-transition: opacity 120ms linear;
  transition: opacity 120ms linear;
}
.image-preview-box .help-block {
  position: absolute;
  margin: 0;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .70);
  color: #fff;
  line-height: 35px;
}

.image-preview-box.persona { width: 160px; height: 160px; }
.image-preview-box.link { width: 240px; height: 160px; background-size: contain !important;  }
.image-preview-box.area-tematica { width: 240px; height: 160px; }

/*
 * MODALS
 */
@media (min-width: 1025px) {
  .modal-lg {
    width: 1100px !important;
  }
}

.panel-footer {
  position: relative;
  padding-left: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-footer > .heading-elements {
  position: static;
  margin-top: 0;
}

.pt-3 {
  padding-top: 3px !important;
}

.invoice-inline-form .form-group .form-control,
.form-control.inline {
  border: 0;
  padding: 0 5px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.invoice-inline-form .form-group .select2-selection {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.invoice-inline-form .form-group {
  margin: 0;
  padding: 0;
}

.invoice-inline-form .form-group .input-group-addon {
  border: 0;
  background: transparent;
  border-radius: 0;
}


.search-wrapper {
  max-width: 600px;
  margin: 20px auto 0;
}

#agentiSearchBox .panel-body {
  padding: 20px 5px;
}
#agentiSearchBox .panel-body .form-group {
  margin: 0;
  position: relative;
}
#agentiSearchBox .panel-body .form-group button {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 50px;
}
#agentiSearchBox .panel-body .form-group input {
  height: 50px;
  border: none;
  font-size: 23px;
  padding-right: 65px;
}

#agentiSearchBox .panel-body .form-group input::-moz-placeholder,
#agentiSearchBox .panel-body .form-group input:-moz-placeholder,
#agentiSearchBox .panel-body .form-group input::-webkit-input-placeholder,
#agentiSearchBox .panel-body .form-group input:-ms-input-placeholder {
  font-style: italic;
}


.agenda-container > .panel-heading {
  color: #ffffff;
  background: #78909C;
  padding: 12px;
}

.agenda-container > .panel-body {
  padding: 10px !important;
}

.agenda-container .agenda-container {
  margin-bottom: 10px;
}

.media + .agenda-container {
  margin-top: 10px;
}

.media.speaker-box {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  height: 100px;
  overflow: hidden;
}


.navigation > li ul li a {
  padding-left: 18px !important;
}

.navigation li ul li a > i {
  margin-right: 5px;
}

.navigation > li > ul li:first-child,
.navigation > li > ul li:last-child {
  padding: 0;
}

/*
.sidebar-default .navigation li.open > a, .sidebar-default .navigation li.open > a {
  background: #f5f5f5;
}
*/

.media.text-media {
  position: relative;
  background: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

.media.text-media .media-body {
  padding: 25px;
}

.media.text-media .media-options {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;

  -webkit-transition: opacity 120ms linear;
  -moz-transition: opacity 120ms linear;
  -ms-transition: opacity 120ms linear;
  -o-transition: opacity 120ms linear;
  transition: opacity 120ms linear;
}

.media.text-media:hover .media-options {
  opacity: 1;
}

.media.text-media .media-options:after,
.media.text-media .media-options:before {
  content: '';
  clear: both;
  width: 1px;
}

.media.text-media .media-options a {
  display: block;
  float: right;
  width: 30px;
  text-align: center;
  line-height: 25px;
  border-radius: 15px;
}

.media.text-media .media-options a:not(:first-child) {
  margin-right: 10px;
}

.extra_fields {
  opacity: 1;
  outline: 0;
  padding: 0px;
  font-size: 13px;
  color: #333333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.extra_fields li {
  padding: 7px;
  border-bottom: 1px solid #ddd;
}

.extra_fields li:last-child {
  border-bottom: none;
}


.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default .navbar-toggle {
	border: none !important;
}

.page-container {
	padding: 10px 10px 40px;
}

.datatable-header {
	padding-top: 0;
}

.datatable-footer {
	padding-top: 10px;
}

.dataTables_filter input {
    outline: 0;
    width: 300px;
    height: 36px;
    padding: 5px 34px 5px 10px;
    font-size: 12px;
    line-height: 1.2;
    color: #101010;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 !important;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    color: #fff;
    background-color: #101010;
    border-radius: 0 !important;
}

@media (min-width: 769px) {
	.sidebar { width: 200px; padding-right: 10px; }
}

p.border-bottom {
	line-height: 25px;
  border-bottom: 1px solid #ddd !important;
}
.table>tbody>tr.border-top-0>td {
  border-top: none!important;
}

p.disabled {
	padding-left: 5px;
	background: #f0f0f0;
}

.v-align-top {
	vertical-align: top !important;
}

.form-border-bottom {
  height: 25px;
  padding: 0 !important;
  background-color: #fff;
  border: none !important;
  border-bottom: 2px solid #ddd !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sidebar-default .navigation > li.active > a, .sidebar-default .navigation > li.active > a:hover, .sidebar-default .navigation > li.active > a:focus {
	background-color: #101010;
	color: #fff;
}

.sidebar-default .sidebar-content {
	background-color: #fff;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sidebar-default .navigation li > a:hover, .sidebar-default .navigation li > a:focus {
	background-color: #ddd;
}

.sidebar-content {
	position: relative;
	border-radius: 0 !important;
	margin-bottom: 10px;
}

.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #101010;
}


.panel-heading {
    padding: 10px 10px 5px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-white > .panel-heading {
    background-color: #101010;
    color: #fff;
    border-bottom: none;
    font-weight: 700;
}

.panel-body {
	padding: 15px 10px 0 !important;
}

.select2-search--dropdown .select2-search__field,
.select2-selection--single {
    border-radius: 0 !important;
}


.panel-flat > .panel-heading {
	padding-top: 5px;
	padding-bottom: 5px;
}

.heading-elements {
  background-color: transparent;
  position: absolute;
  top: 2px;
  right: 5px;
  height: 25px;
  margin-top: 0;
  margin-right: 100px;
}

.heading-elements .heading-btn + .heading-btn, .page-header .heading-elements .icons-list > li + li, .thumbnail-heading .heading-elements .icons-list > li + li {
    margin-left: 5px;
}

h5.panel-title, .h5.panel-title {
	font-size: 14px;
	line-height: 25px;
}

.bg-danger-400 {
	background-color: #E00000;
	border-color: #E00000;
	color: #fff;
}

#navbar-second {
	padding: 0;
}

.navbar-small {
	min-height: 30px;
}

.navbar-brand {
  float: left;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
}

td .btn {
	padding: 2px 7px !important;
}

h1, h2, h3, h4, h5 {
	margin-top: 0 !important;
}



.box p {
	padding: 10px 0 0;
	color: #fff !important;
	text-align: center;
}

.box .form-border-bottom {
	background: none !important;
	border-color: rgba(255,255,255,0.5) !important;
	color: #fff !important;
	font-size: 20px !important;
  text-align: center;
  line-height: 76px !important;
  height: 28px !important;
}

.bg-black {
	background: #101010 !important;
}

.bg-green {
	background: #00b300 !important;
}

.bg-red {
	background: #e00000 !important;
}

.bg-orange {
	background: #e08600 !important;
}


.select2-selection--multiple {
	border-radius: 0 !important;
}

.select2-selection--multiple .select2-selection__choice {
	border-radius: 0 !important;
  padding: 3px 6px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 3px 0 !important;
}

@media (min-width: 769px) {
	.navbar-default .navbar-nav > .active > a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}


/*

 */
.no-background {
  background: none !important;
  color: #000 !important;
}

/* custom table */

.table-td-no-padding td,
.table-td-no-padding th
{
  padding: 2px 1px !important;
}

.form-no-border {
  height: 25px;
  padding: 0 !important;
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-search__field {
  /*width:130px !important; */
}

.select-2-tag-small .select2-selection--multiple .select2-selection__choice {
  width: 150px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.select-2-tag-small .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 0.9 !important;
}

table.table td:not(.option) .link-btn:hover {
  text-decoration: none !important;
}


.panel-gray {
  background-color: #eee !important;
}


.select2-results > .select2-results__options {
  max-height: 357px !important;
}

.modal-header.bg-slate-600 {
  padding: 5px 20px;
}

.modal-body {
  padding: 10px 17px;
}

.btn-w150 {
  width: 150px !important;
}
.btn-w200 {
  width: 200px !important;
}

.bg-eee {
  background-color: #eee;
}

.panel-title {
  font-size: 18px !important;
}

.modal-dialog .modal-footer{
  text-align: center;
}

button.bootbox-close-button.close {
  font-size: 30px;
}

.modal-header button.close {
  font-size: 40px;
  line-height: 15px;
}
.label.label-mini {
  font-size: 7px !important;
}

li.select2-results__option {
  padding: 0px 10px !important;
}

.modal-dialog {
  margin-top: 0px !important; ;
}

#AtomiBasiVariantiTable tr.atomo-base {
  background-color: #EEE;
  font-weight: bold;
}

/*slides page-builder*/
.margin-slide{
  margin-top: 2.5rem;
}