/*
Schema colori:
*/
/*@azzurro2:	#ec730a;*/
/*colore specifico del sito*/
/*@azzurro3:	#f79a4a;*/
/*colore specifico del sito*/
/*
Importo gli stili
*/
@import 'bootstrap.min.css';
@import 'bootstrap-theme.min.css';
@import 'swipebox.css';
.clearfix {
  zoom: 1;
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
* html .fixed-bottom {
  position: absolute;
  top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
/* Fix png alpha in ie */
.png img,
img.png {
  position: relative;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
img {
  -ms-interpolation-mode: bicubic;
}
/*@import 'bootstrap-responsive.min.css';*/
/*@import 'bootstrap.sprites.less';*/
/*@import 'bootstrap.override.less';*/
.websites.index .list .list-item {
  position: relative;
  margin: 0 5px 10px 0;
  padding: 0 0 10px 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#eee', Direction=145, Strength=5);
  -moz-box-shadow: 0 0 5px #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  border: 1px solid #eee;
  background: #fff;
}
.websites.index .list .list-item .list-item-image {
  float: left;
  margin-right: 10px;
}
.websites.index .list .list-item .list-item-toggles {
  display: block;
  padding: 0 10px;
}
.websites.index .list .list-item .list-item-toggles .list-item-toggle,
.websites.index .list .list-item .list-item-toggles .list-item-action {
  float: left;
  padding: 0 20px 0 0;
}
.websites.index .list .list-item .list-item-badges {
  float: right;
  padding: 5px;
}
.websites.index .list .list-item .list-item-badges .list-item-badge {
  float: left;
  padding: 5px;
  color: #fff;
}
.websites.index .list .list-item .list-item-name {
  font-size: 1.3em;
  margin-bottom: 10px;
  padding: 10px 10px;
  color: #fff;
}
.websites.index .list .list-item .list-item-name a {
  color: #fff;
}
.websites.index .list .list-item .list-item-name a:hover {
  color: #fff;
}
.websites.index .list .list-item .list-item-name i {
  margin-top: 5px;
}
.websites.index .list .list-item .list-item-color {
  display: none;
}
ul.tree-list {
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #eee;
  padding: 0;
}
ul.tree-list ul {
  padding: 0;
  margin-left: 15px;
  list-style-type: none;
}
ul.tree-list li {
  display: block;
  clear: both;
  line-height: auto;
  overflow: hidden;
  line-height: 30px;
}
ul.tree-list li .item {
  padding: 3px 3px 3px 10px;
  border-bottom: 1px solid #eee;
  border-left: 1px dotted #eee;
  overflow: hidden;
}
ul.tree-list li .item:hover {
  background: #fafafa;
}
ul.tree-list li .item .code-copy code {
  border: 0;
  background: #ccc;
  color: #fff;
}
ul.tree-list li .item h1,
ul.tree-list li .item h,
ul.tree-list li .item h3,
ul.tree-list li .item h4,
ul.tree-list li .item h5,
ul.tree-list li .item h6 {
  margin: 5px 0 0 0;
}
ul.tree-list li .item.form-inline input {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #cccccc;
}
ul.tree-list li .item.form-inline .actions {
  margin-top: 1px;
}
ul.tree-list li .actions {
  float: right;
  width: auto;
  margin: 0;
  margin-top: 1px;
  background: transparent;
}
ul.tree-list li .actions a.rounded-left,
ul.tree-list li .actions a:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
ul.tree-list li .actions a:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
ul.tree-list li .actions a {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #000;
  display: block;
  line-height: 2em;
  padding: 0 10px;
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  margin-right: 1px;
  min-width: 15px;
  text-align: center;
}
ul.tree-list li .actions a:hover {
  border-color: #7191bb;
  background: #7191bb;
  color: #fff;
}
ul.tree-list .icon-muted {
  color: #ccc;
}
/* view list */
dl {
  *zoom: 1;
  margin-top: 0;
}
dl:before,
dl:after {
  display: table;
  content: "";
}
dl:after {
  clear: both;
}
dt {
  font-weight: normal;
  float: left;
  clear: left;
  width: 20%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  color: #999;
  line-height: 18px;
}
dd {
  font-weight: normal;
  float: left;
  width: 80%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  line-height: 18px;
}
.col-md-1 dl dt,
.col-md-2 dl dt,
.col-md-3 dl dt,
.col-md-4 dl dt,
.col-md-5 dl dt,
.col-md-6 dl dt,
.col-md-7 dl dt,
.col-md-8 dl dt,
.col-md-9 dl dt,
.col-md-10 dl dt,
.col-md-11 dl dt,
.col-md-12 dl dt {
  width: 40%;
}
.col-md-1 dl dd,
.col-md-2 dl dd,
.col-md-3 dl dd,
.col-md-4 dl dd,
.col-md-5 dl dd,
.col-md-6 dl dd,
.col-md-7 dl dd,
.col-md-8 dl dd,
.col-md-9 dl dd,
.col-md-10 dl dd,
.col-md-11 dl dd,
.col-md-12 dl dd {
  width: 60%;
}
dl.inline dt,
dl.inline dd,
.col-md-1 dl.inline dt,
.col-md-1 dl.inline dd,
.col-md-2 dl.inline dt,
.col-md-2 dl.inline dd,
.col-md-3 dl.inline dt,
.col-md-3 dl.inline dd,
.col-md-4 dl.inline dt,
.col-md-4 dl.inline dd,
.col-md-5 dl.inline dt,
.col-md-5 dl.inline dd,
.col-md-6 dl.inline dt,
.col-md-7 dl.inline dd,
.col-md-8 dl.inline dd,
.col-md-9 dl.inline dd,
.col-md-10 dl.inline dd,
.col-md-11 dl.inline dd,
.col-md-12 dl.inline dd {
  clear: none;
  float: left;
  width: auto;
  margin-right: 5px;
  padding: 10px;
  line-height: 18px;
}
input.copy {
  border: 1px dotted #ccc;
  padding: 4px 0;
  width: 100%;
  cursor: crosshair;
  height: auto !important;
  margin: 0;
}
.input.section {
  clear: both;
  margin: 15px 0;
  overflow: hidden;
}
.input label {
  display: block;
  color: #999999;
  margin-bottom: 2px;
  font-size: 12px;
}
.input.email input,
.input.text input,
.input.password input,
.input textarea,
.input select {
  /*width: 98%;*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=145, Strength=5);
  -moz-box-shadow: none 5px 5px #666;
  -webkit-box-shadow: none 5px 5px #666;
  box-shadow: none 5px 5px #666;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 1%;
}
.input select,
.input.date select,
.input.checkbox input,
.input.radio input {
  width: auto;
  padding: 0;
}
.input.checkbox input,
.input.radio input {
  float: left;
  margin-right: 10px;
}
.input.checkbox.table {
  border-bottom: 1px dotted #ccc;
}
.input.checkbox.condensed {
  margin: 0;
}
.input.text input.date {
  width: auto;
}
.input.file input {
  width: auto;
  padding: 0;
  border: none;
  line-height: 1em;
  font-size: 0.8em;
}
table .input {
  margin: 0;
}
.submit {
  clear: both;
}
.submit input {
  clear: both;
  margin: 15px 0;
  overflow: hidden;
  border: none;
  background: #7191bb;
  padding: 10px 15px;
  color: #fff;
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  cursor: pointer;
  font-size: 1.2em;
  height: 40px !important;
}
.submit input:hover {
  background: #9cf;
}
a.submit {
  display: block;
  width: auto;
  float: left;
  clear: both;
  margin: 15px 0;
  overflow: hidden;
  border: none;
  background: #7191bb;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.2em;
}
a.button {
  display: block;
  background: #7191bb;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}
button {
  border-radius: 3px;
  border: none;
  background: #7191bb;
  color: #fff;
}
.button-list a.button {
  float: left;
  margin-right: 10px;
}
.tag-list-checkbox .checkbox {
  float: left;
  padding: 5px 10px 5px 30px;
  margin: 0 10px 10px 0;
  border: 1px solid #eee;
}
.tag-list-checkbox .checkbox:hover {
  background: #eee;
}
.tag-list-checkbox .checkbox label {
  margin: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: 400;
}
form label {
  font-weight: 300 !important;
  color: #808080;
}
#UserLoginForm {
  max-width: 300px;
  margin: 0 auto 10px auto;
}
#UserLoginForm input[type="email"],
#UserLoginForm input[type="password"],
#UserLoginForm input[type="type"] {
  border: 0;
  min-height: 36px;
}
#UserLoginForm input {
  width: 100%;
  margin-bottom: 1px;
}
#UserLoginForm input[type="email"] {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#UserLoginForm input[type="password"] {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
}
#UserLoginForm button {
  padding: 10px;
  border: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  /*height: 25px;*/
  /*.border-radius(0);*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=145, Strength=5);
  -moz-box-shadow: none 5px 5px #666;
  -webkit-box-shadow: none 5px 5px #666;
  box-shadow: none 5px 5px #666;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=145, Strength=5);
  -moz-box-shadow: none 5px 5px #666;
  -webkit-box-shadow: none 5px 5px #666;
  box-shadow: none 5px 5px #666;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
}
textarea {
  height: 120px;
}
.btn-form,
button[type="submit"],
input[type="submit"] {
  height: 35px;
}
.btn-form-inline {
  border-radius: 5px 0 0 0 !important;
  /* CSS3 Property */
  -moz-border-radius: 5px 0 0 0 !important;
  /* Firefox */
  -webkit-border-radius: 5px 0 0 0 !important;
  /* Chrome/Safari */
  -khtml-border-radius: 5px 0 0 0 !important;
  /* Linux browsers */
  border-radius: 5px !important;
  /* CSS3 Property */
  -moz-border-radius: 5px !important;
  /* Firefox */
  -webkit-border-radius: 5px !important;
  /* Chrome/Safari */
  -khtml-border-radius: 5px !important;
  /* Linux browsers */
  margin-left: 0 !important;
  height: 34px;
}
.radio-inline input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"],
.checkbox-inline input[type="radio"],
.checkbox input[type="radio"],
.radio-inline input[type="radio"],
.radio input[type="radio"],
.checkbox-inline input[type="radio"],
.checkbox input[type="radio"] {
  margin-left: 0;
}
.radio-inline input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  margin-left: 10px;
}
.radio-inline label,
.radio label {
  padding-left: 27px;
  margin-right: 10px;
}
.row {
  /*	input[class*="span"] {
		-webkit-box-sizing: initial;
		-moz-box-sizing: initial;
		box-sizing: initial;
	}*/
}
.form-search {
  margin-bottom: 0;
}
.form-search input[type="text"] {
  border-radius: 20px 0 0 20px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 20px 0 0 20px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 20px 0 0 20px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 20px 0 0 20px 0 0 0;
  /* Linux browsers */
  border-radius: 20px 0 0 20px;
  /* CSS3 Property */
  -moz-border-radius: 20px 0 0 20px;
  /* Firefox */
  -webkit-border-radius: 20px 0 0 20px;
  /* Chrome/Safari */
  -khtml-border-radius: 20px 0 0 20px;
  /* Linux browsers */
  border-right: 0;
  height: 35px;
}
.form-search button {
  border-radius: 0 20px 20px 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 20px 20px 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 20px 20px 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 20px 20px 0 0 0 0;
  /* Linux browsers */
  border-radius: 0 20px 20px 0;
  /* CSS3 Property */
  -moz-border-radius: 0 20px 20px 0;
  /* Firefox */
  -webkit-border-radius: 0 20px 20px 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 20px 20px 0;
  /* Linux browsers */
  background: #93accc;
}
.form-search button:hover,
.form-search button:focus,
.form-search button:active {
  background: #7191bb;
  color: #fff;
}
.input-prepend .add-on,
.input-append .add-on {
  height: 25px;
  line-height: 25px;
}
.textarea > div {
  margin-bottom: 10px;
}
form .well {
  background: #f7f7f7;
}
form .well h3 {
  margin-top: 10px;
}
form .well h3.expander {
  margin-top: 0;
}
.ng-scope .input .form-inline a.btn {
  margin-left: -4px;
  margin-top: -1px;
  padding: 6px 12px 7px 12px;
}
.content-fields .content-field,
.product-fields .content-field,
.content-fields .product-field,
.product-fields .product-field {
  margin-bottom: 10px;
}
.content-fields .content-field h3,
.product-fields .content-field h3,
.content-fields .product-field h3,
.product-fields .product-field h3 {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  margin-top: 0;
  margin-bottom: 0;
}
.content-fields .content-field h3.expander,
.product-fields .content-field h3.expander,
.content-fields .product-field h3.expander,
.product-fields .product-field h3.expander {
  background-position: 5px center;
  padding-left: 25px;
}
.content-fields .content-field .accordion,
.product-fields .content-field .accordion,
.content-fields .product-field .accordion,
.product-fields .product-field .accordion {
  padding: 10px;
  border: 1px dashed #e6e6e6;
  border-top: 0;
}
.input-block-level {
  min-height: 35px;
}
.minicolors.minicolors-theme-default.minicolors-swatch-left {
  margin-left: 10px;
}
.minicolors.minicolors-theme-default.minicolors-swatch-left .minicolors-input {
  height: 20px;
}
.item-row-new-content-data {
  padding: 10px 10px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.date-three select {
  width: 20%;
  display: inline-block;
}
table {
  width: 100%;
}
table tr.default td {
  font-weight: bold;
}
table tr.altrow td {
  background: #fefeff;
}
table th {
  font-weight: 400;
  border-bottom: 1px solid #eee;
  color: #7191bb;
  /*background: #eee;*/
  text-align: left;
  height: 30px;
  line-height: 16px;
  font-size: 14px;
}
table th a {
  display: block;
  float: left;
  color: #7191bb;
}
table th,
table td {
  padding: 0.5%;
  vertical-align: middle;
}
table td {
  border-bottom: 1px solid #eee;
}
table td.first {
  padding-left: 19px;
}
table td.actions span:first-child,
table td.actions a:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
table td.actions span:last-child,
table td.actions a:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
table td.actions span,
table td.actions a {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #000;
  display: block;
  line-height: 2em;
  padding: 0 10px;
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  min-width: 15px;
  text-align: center;
  margin-right: 1px;
}
table td.actions a:hover {
  border-color: #7191bb;
  background: #7191bb;
  color: #fff;
}
table td.actions span:hover {
  border-color: #e6e6e6;
  background: #e6e6e6;
  color: #000;
}
table td.actions-well a {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
}
table a img {
  position: relative;
  top: 4px;
}
table a.asc:after {
  content: ' ⇣';
}
table a.desc:after {
  content: ' ⇡';
}
table.table > tbody > tr > th,
table.table > thead > tr > th,
table.table > tbody > tr > td,
table.table > thead > tr > td {
  vertical-align: middle;
}
table.table > tbody tr td.personalize-row {
  border-left: 3px solid #265a88;
}
table.table > tbody tr td.personalize-event-row {
  border-left: 3px solid #c12e2a;
}
table.table > tbody tr td.complex-row {
  border-left: 3px solid #2aabd2;
}
table.table > tbody tr td.normal-row {
  border-left: 3px solid #419641;
}
table.table > tbody tr td.download-row {
  border-left: 3px solid #eb9316;
}
@media (max-width: 767px) {
  table tr td.actions a {
    border-radius: 20px;
    width: 100px;
    text-align: center;
  }
}
.subtitle-section {
  background: #92117e;
  color: #fff;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-500 {
  font-weight: 500;
}
.string-paginator {
  margin-bottom: 0;
}
.paginator,
.paging {
  font-size: 0.8em;
  color: #999;
  overflow: hidden;
}
.paging span {
  display: block;
  float: left;
  margin: 0 2px;
  padding: 4px 6px;
  border-radius: 3px;
}
.paging .disabled {
  color: #eee;
}
.filemanager ul.tree-list .item {
  padding: 3px 10px 3px 10px;
}
.filemanager ul.tree-list .grid {
  position: relative;
  float: left;
  clear: none;
  width: 250px;
  height: 250px;
  margin: 10px 10px 0 0;
  padding: 0;
  background: #eee;
  border: 1px solid #ddd;
  overflow: hidden;
}
.filemanager ul.tree-list .grid .item {
  border: none;
  margin: 0;
  padding: 10px;
}
.filemanager ul.tree-list .grid .item .actions {
  position: absolute;
  top: 5px;
  right: 5px;
}
.filemanager ul.tree-list .grid .file-detail .col-md-8,
.filemanager ul.tree-list .grid .file-detail .col-md-4 {
  width: 100%;
  float: none;
  margin: 0;
}
.filemanager ul.tree-list .grid .file-detail dl dd,
.filemanager ul.tree-list .grid .file-detail dl dt {
  float: none;
  display: inline;
}
.filemanager ul.tree-list .grid .file-detail .detail-list {
  display: none;
}
.filemanager ul.tree-list .grid .file-detail .detail-image {
  line-height: 230px;
  text-align: center;
}
.filemanager ul.tree-list .grid .file-detail .detail-image img {
  display: inline;
  max-width: 230px;
  max-height: 230px;
}
.filemanager .file-detail {
  padding: 5px 0;
}
.filemanager .file-detail .detail-list {
  font-size: 0.8em;
}
.filemanager .file-detail .detail-image img {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=145, Strength=5);
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
#mrc-preview {
  display: none;
  position: fixed;
  width: 96%;
  margin: 0 auto;
  top: 2%;
  bottom: 2%;
  left: 2%;
  right: 2%;
  z-index: 999999;
}
#mrc-preview .preview-content {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px #333;
  background: #fff;
  overflow: hidden;
}
#mrc-preview .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: #fff;
  box-shadow: 0 0 10px #333;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 999999;
}
#mrc-preview iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt--1 {
  margin-top: -1px;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-5 {
  margin-right: 5px;
}
.py-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-5 {
  padding-right: 5px;
}
.w-100 {
  width: 100% !important;
}
.w-120px {
  width: 120px;
}
.w-125px {
  width: 125px;
}
.w-165px {
  width: 165px;
}
.w-185px {
  width: 185px;
}
.w-240px {
  width: 240px;
}
.w-250px {
  width: 250px;
}
.w-260px {
  width: 260px;
}
.w-280px {
  width: 280px;
}
.w-300px {
  width: 300px;
}
.w-330px {
  width: 330px;
}
.w-350px {
  width: 350px;
}
.w-360px {
  width: 360px;
}
.w-380px {
  width: 380px;
}
.w-390px {
  width: 390px;
}
.w-395px {
  width: 395px;
}
.w-425px {
  width: 425px;
}
.w-560px {
  width: 560px;
}
.no-border {
  border: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
.no-background {
  background: transparent !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.display-none {
  display: none !important;
}
.h-100-perc {
  height: 100% !important;
}
.text-white {
  color: #fff !important;
}
.label-radius-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.w-50 {
  width: 50% !important;
}
.d-block {
  display: block !important;
}
code {
  background: #111;
  color: #fff;
}
.dropzone-box {
  min-height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 3px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 3px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 3px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 3px 0 0 0;
  /* Linux browsers */
  border-radius: 3px;
  /* CSS3 Property */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Chrome/Safari */
  -khtml-border-radius: 3px;
  /* Linux browsers */
  background: #f7f7f7;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  zoom: 1;
}
.dropzone-box:before,
.dropzone-box:after {
  content: " ";
  display: table;
}
.dropzone-box:after {
  clear: both;
}
.dropzone-box.dz-clickable {
  border: 1px dashed #e0e0e0;
  /*background: @white;*/
}
.dropzone-box.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone-box input {
  border-color: #e6e6e6;
}
.dropzone-box .dz-message {
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  color: #666;
}
.dropzone-box .dz-details {
  position: relative;
}
.dropzone-box .dz-filename {
  position: absolute;
  bottom: 0;
  padding: 0 0 0 3px;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 0 5px #999;
}
.dropzone-box .dz-size {
  position: absolute;
  right: 3px;
  font-size: 0.8em;
  color: #fff;
  text-shadow: 0 0 5px #999;
}
.dropzone-box .dz-preview {
  margin: 0 15px 15px 0;
  overflow: hidden;
}
.dropzone-box .dz-image-preview {
  float: left;
  width: 100px;
  padding: 10px;
  background: #ccc;
  border-radius: 3px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 3px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 3px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 3px 0 0 0;
  /* Linux browsers */
  border-radius: 3px;
  /* CSS3 Property */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Chrome/Safari */
  -khtml-border-radius: 3px;
  /* Linux browsers */
}
.dropzone-box .dz-progress {
  margin: 5px 0;
  height: 10px;
}
.dropzone-box .dz-success-mark,
.dropzone-box .dz-error-mark {
  display: none;
  float: left;
  margin: 0 5px 5px 0;
}
.dropzone-box.file-list {
  list-style-type: none;
}
.dropzone-box.file-list .file-list-item {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.dropzone-box.file-list :first-child.file-list-item {
  border-top: none;
}
.dropzone-box.file-list :last-child.file-list-item {
  border-bottom: none;
}
.dropzone-box.file-list .actions {
  float: right;
  background: none;
  width: auto;
  margin: 0;
  margin-top: -13px;
}
.dropzone-box.file-list .actions a {
  color: #000;
}
.dropzone-box.file-list .actions a:hover {
  color: #fff;
}
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
body {
  font-family: Lato, HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  /*background-image: url(../../img/mrcontent/background/subtle_dots2.png);*/
  /*background-color: #fbfbfb;*/
  background-color: #f8faff;
}
body#template-login {
  background-color: #7191bb;
  /*background-color: @orange;*/
  background-image: none;
}
body#template-login h2 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
}
#flashMessage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 30%;
  min-height: 30px;
  height: auto;
  width: 40%;
  background: #7191bb;
  /*	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#37a), to(@azzurro));
	background: -moz-linear-gradient(100% 100% 90deg, #37a, @azzurro);*/
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  border-radius: 0 0 3px 3px;
  z-index: 9999;
  cursor: pointer;
}
#flashMessage .spinner {
  top: 15px;
  left: 15px;
}
.container {
  margin-bottom: 50px;
  padding: 0 10px;
  border-top: 10px solid #333;
}
.main-container {
  padding-top: 50px;
  padding-bottom: 30px;
}
.main-container .content .websites,
.main-container .content .containerItems,
.main-container .content .taxonomies,
.main-container .content .textBlocks,
.main-container .content .mailMessages,
.main-container .content .mailForms,
.main-container .content .contentTypes,
.main-container .content .filemanager,
.main-container .content .users,
.main-container .content .brands,
.main-container .content .companies,
.main-container .content .motorcycles,
.main-container .content .navigations,
.main-container .content .containers,
.main-container .content .contents,
.main-container .content .products,
.main-container .content .productCategories,
.main-container .content .variants,
.main-container .content .productTypes,
.main-container .content .orders,
.main-container .content .currencies,
.main-container .content .creditNotes,
.main-container .content #order-dashboard,
.main-container .content .orderStatuses,
.main-container .content .paymentMethods,
.main-container .content .shippingMethods,
.main-container .content .emailTemplate,
.main-container .content .countries,
.main-container .content .countryZones,
.main-container .content .taxes,
.main-container .content .taxCountryZoneRates,
.main-container .content .related,
.main-container .content .box-main-container,
.main-container .content .boxMainContent,
.main-container .content .taxonomyTags,
.main-container .content .navigationItems {
  background: #fff;
  padding: 15px 30px;
  width: auto;
  margin: 10px auto 10px auto;
  border-radius: 3px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 3px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 3px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 3px 0 0 0;
  /* Linux browsers */
  border-radius: 3px;
  /* CSS3 Property */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Chrome/Safari */
  -khtml-border-radius: 3px;
  /* Linux browsers */
  border: 1px solid #e6e6e6;
  /*-webkit-box-shadow: 0 0 1px darken(@white, 30%);
			-moz-box-shadow: 0 0 1px darken(@white, 30%);
			box-shadow: 0 0 1px darken(@white, 30%);*/
}
.btn-mrcontent {
  background: #7191bb;
  color: #fff;
  background-image: none;
  background-color: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  border: 0;
}
.btn-mrcontent:hover,
.btn-mrcontent:focus,
.btn-mrcontent:active {
  background: #9cf;
  color: #fff;
}
.btn-no-border {
  border: 0;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/*.row {
	max-width: 100%;
}*/
.clear {
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #9cf;
  text-decoration: none;
}
.error-message {
  color: #f00;
  font-size: 0.8em;
}
hr {
  clear: both;
  height: 0;
  background: none;
  border: none;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0;
}
.well {
  background: #f7f7f7;
  border: 1px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
}
.well h3 {
  margin: 0;
}
.well.well-block {
  display: block;
}
.nav .em {
  color: #7191bb;
}
.nav.nav-pills li a:hover,
.nav.nav-pills li a:focus {
  border-radius: 20px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 20px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 20px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 20px 0 0 0;
  /* Linux browsers */
  border-radius: 20px;
  /* CSS3 Property */
  -moz-border-radius: 20px;
  /* Firefox */
  -webkit-border-radius: 20px;
  /* Chrome/Safari */
  -khtml-border-radius: 20px;
  /* Linux browsers */
  background-color: #7191bb;
  color: #fff;
}
.nav.nav-tabs li a.dropdown-toggle b {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav.nav-tabs li.active > a,
.nav.nav-tabs li.active > a.dropdown-toggle {
  background: #f4f6f8;
}
.header {
  line-height: 40px;
  font-size: 0.8em;
  /*background: @orange;*/
  background: #0C60C6;
  color: #fff;
}
.header a {
  color: #fff;
  line-height: 40px;
}
.header .nav-pills > li > a,
.header .nav-tabs > li > a {
  line-height: 14px;
}
.logo {
  text-align: center;
}
.logo small a {
  margin-top: -10px !important;
  color: #ccc;
}
.logo small a:focus,
.logo small a:active,
.logo small a:hover {
  color: #ccc;
}
.navigation {
  white-space: nowrap;
  overflow: hidden;
}
.navigation .logo a {
  margin-top: 20px;
  padding: 0;
}
.navigation .logo a:hover {
  background: none;
}
.navigation label {
  display: block;
  font-size: 100%;
  font-weight: 400;
  color: #ccc;
  line-height: 2em;
  margin-top: 10px;
  text-transform: uppercase;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation ul li a {
  color: #808080;
  padding: 0 0 0 30px;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 1px;
}
.navigation ul li a i {
  width: 15px;
  text-align: center;
  margin-right: 5px;
}
.navigation .select {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #7191bb;
  background: #fefeff;
  overflow: hidden;
  margin-bottom: 10px;
}
.navigation .select a {
  border-radius: 0;
}
.navigation span {
  display: block;
  padding: 3px 10px 3px 10px;
  line-height: 1.5em;
  font-size: 1em;
  background: #7191bb;
  color: #fff;
  cursor: pointer;
}
.navigation span:hover {
  background: #999;
}
.navigation a {
  display: block;
  padding: 0 10px;
  line-height: 1.8em;
  font-size: 1em;
  margin-bottom: 2px;
  border: 1px solid transparent;
  border-radius: 20px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 20px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 20px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 20px 0 0 0;
  /* Linux browsers */
  border-radius: 20px;
  /* CSS3 Property */
  -moz-border-radius: 20px;
  /* Firefox */
  -webkit-border-radius: 20px;
  /* Chrome/Safari */
  -khtml-border-radius: 20px;
  /* Linux browsers */
}
.navigation a:hover,
.navigation a:active,
.navigation a:focus {
  background: #7191bb;
  color: #fff;
  text-decoration: none;
}
.navigation .nav a:hover,
.navigation .nav a:active,
.navigation .nav a:focus {
  background: #7191bb;
  color: #fff;
  text-decoration: none;
}
.navigation .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navigation .navbar-collapse label a {
  color: #000;
  padding-left: 0;
  /*color: darken(@grey, 40%);*/
  padding-right: 0;
}
.navigation .navbar-collapse label a:hover,
.navigation .navbar-collapse label a:focus,
.navigation .navbar-collapse label a:active {
  background: none;
  color: #666666;
}
.navigation .navbar-collapse label a i {
  color: #808080;
  width: 28px;
  text-align: center;
  font-size: 20px;
}
.navigation .navbar-collapse ul.open {
  display: block;
}
.navigation .navbar-collapse ul.closed {
  display: none;
}
.label-mrcontent {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  background: #d1d1d1;
  color: #000;
  padding: 4px 10px;
}
.label-mrcontent a {
  color: #000;
}
.website-label {
  color: #fff;
  padding: 10px;
  font-size: 0.8em;
  border-radius: 5px 5px 5px 5px;
  /* CSS3 Property */
  -moz-border-radius: 5px 5px 5px 5px;
  /* Firefox */
  -webkit-border-radius: 5px 5px 5px 5px;
  /* Chrome/Safari */
  -khtml-border-radius: 5px 5px 5px 5px;
  /* Linux browsers */
}
.login-tools {
  float: right;
}
.login-tools a {
  display: block;
  float: right;
  padding: 0 10px;
}
.login-tools a:hover {
  background: #304663;
}
.login-tools .nav {
  margin-bottom: 0;
  margin-right: 10px;
}
.login-tools .nav li {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
}
.login-tools .nav li a {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  padding: 13px 10px;
  margin: 0;
}
.login-tools .nav li a b.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.login-tools .nav li a:hover,
.login-tools .nav li a:focus,
.login-tools .nav li a:active {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  background: #5177a8;
}
.login-tools .nav li a:hover b.caret,
.login-tools .nav li a:focus b.caret,
.login-tools .nav li a:active b.caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.login-tools .nav li.dropdown .dropdown-menu {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  min-width: 0;
  margin-top: 0;
}
.login-tools .nav li.dropdown .dropdown-menu li a {
  background: none;
  float: none;
  padding: 5px 10px;
  display: block;
}
.login-tools .nav li.dropdown .dropdown-menu li a:hover,
.login-tools .nav li.dropdown .dropdown-menu li a:focus,
.login-tools .nav li.dropdown .dropdown-menu li a:active {
  background: none;
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  color: #ccc;
}
.login-tools .nav li.dropdown .dropdown-menu li a i {
  margin-right: 5px;
  width: 15px;
  text-align: center;
}
.login-tools .nav li.dropdown .dropdown-menu li.divider {
  margin: 5px 1px;
}
.login-tools .nav li.dropdown.open a {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
  background: #5177a8;
}
.login-tools .nav li.dropdown .badge {
  background: #ff0000;
  font-size: 9px;
  height: 16px;
  font-weight: 400;
  padding: 0;
  width: 16px;
  padding-top: 3px;
  margin-top: -5px;
}
.index,
.form {
  width: 100%;
  overflow: auto;
  margin: 15px 0;
}
div.actions {
  width: 100%;
  padding: 0;
  margin: 15px 0 0 0;
  /*.border-radius(20px);*/
  overflow: hidden;
  /*background: #333;*/
  /*color: #fff;*/
}
div.actions.white {
  width: auto;
  /*background: #eee;
		color: #333;*/
}
div.actions.right {
  float: right;
  margin: 0;
}
div.actions ul li a {
  font-size: 14px;
  color: #666666;
  /*font-weight: 400;*/
}
div.actions ul li a:hover {
  background: none;
  color: #000;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0C60C6;
  color: #fff;
  line-height: 3em;
  font-size: 10px;
  z-index: 99;
}
.footer div {
  padding: 0 10px;
  text-align: right;
}
.footer a {
  color: #fff;
}
/* formattazione interna */
h2,
fieldset legend {
  font-size: 1.8em;
  line-height: 2em;
  font-weight: normal;
  font-weight: 400;
  margin-top: 0;
}
h3 {
  font-weight: lighter;
  font-size: 1.3em;
}
h4 {
  font-weight: lighter;
  font-size: 1.1em;
}
.actions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2.2em;
}
.actions ul.right {
  float: right;
}
.actions ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.actions span,
.actions a {
  display: block;
  float: left;
  width: auto;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
}
.actions span:hover,
.actions a:hover,
.actions span.active,
.actions a.active {
  background: #7191bb;
}
.actions span.btn-success,
.actions a.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c;
}
.actions span.btn-success:hover,
.actions a.btn-success:hover,
.actions span.btn-success:focus,
.actions a.btn-success:focus,
.actions span.btn-success:active,
.actions a.btn-success:active {
  background: #449d44;
  border: 1px solid #449d44;
}
.actions span.btn-danger,
.actions a.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 0;
  border: 1px solid #d9534f;
}
.actions span.btn-danger:hover,
.actions a.btn-danger:hover,
.actions span.btn-danger:focus,
.actions a.btn-danger:focus,
.actions span.btn-danger:active,
.actions a.btn-danger:active {
  background: #c9302c;
  border: 1px solid #c9302c;
}
.square-16 {
  width: 16px;
  height: 16px;
  overflow: hidden;
  float: right;
  margin-left: 10px;
}
.right-bar h3.expander.closed {
  border-bottom: 0;
}
.right-bar h3.expander i.fa {
  float: right;
  margin-top: 6px;
  margin-right: -18px;
}
h3.expander {
  font-weight: 300;
  font-size: 17px;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
  color: #666;
  padding: 0 20px;
  margin-top: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../../img/mrcontent/tree_table/toggle-collapse-dark.png);
  cursor: pointer;
  zoom: 1;
  /* IE7 Hack */
}
h3.expander [class^="icon-"],
h3.expander [class*=" icon-"] {
  margin-top: 4px;
}
h3.expander.closed {
  background-image: url(../../img/mrcontent/tree_table/toggle-expand-dark.png);
}
h3.expander:hover {
  color: #7191bb;
}
.accordion {
  padding-left: 0;
  zoom: 1;
}
.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion.closed {
  display: none;
}
.info {
  padding: 10px;
  border-radius: 5px;
  background: #ddd;
  margin: 10px 0;
  font-size: 0.9em;
}
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media (max-width: 979px) {
  .navigation a:hover,
  .navigation a:active,
  .navigation a:focus,
  .navigation .nav a:hover,
  .navigation .nav a:active,
  .navigation .nav a:focus {
    background: #7191bb;
    color: #fff;
    text-decoration: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 0 10px;
    font-weight: normal;
  }
  .main-nav-collapse-button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-fixed-top {
    margin: 0;
  }
  .main-container {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header.navbar-fixed-top > .login-tools,
  .header.navbar-fixed-top > .pull-left {
    float: none !important;
    text-align: center;
  }
  .header.navbar-fixed-top > .login-tools .nav-pills {
    float: none !important;
    text-align: center;
    margin-left: 20px;
  }
  .main-container > .navigation {
    margin-top: 90px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    max-height: 50px;
  }
  .main-container {
    padding: 0;
  }
  .index,
  .form {
    width: 100%;
    float: none;
  }
  .actions {
    width: 98%;
    float: none;
  }
  .actions a {
    text-align: center;
  }
  .index,
  .form {
    width: auto;
    margin: 0;
  }
  .accordion {
    padding: 0;
  }
  .footer {
    position: static;
  }
}
@media (max-width: 480px) {
  .logo {
    text-align: center;
  }
  .logo img {
    max-height: 40px;
  }
}
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/
}
.wu {
  text-decoration: underline;
}
.wu:hover {
  text-decoration: underline;
}
.btn {
  border-radius: 0 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 0 0 0 0;
  /* Firefox */
  -webkit-border-radius: 0 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0 0 0 0;
  /* Linux browsers */
  border-radius: 0;
  /* CSS3 Property */
  -moz-border-radius: 0;
  /* Firefox */
  -webkit-border-radius: 0;
  /* Chrome/Safari */
  -khtml-border-radius: 0;
  /* Linux browsers */
}
.settings h2 {
  margin-bottom: 30px;
}
.settings .media .media-left {
  padding: 15px;
  background: #f7f7f7;
  width: 35px;
  height: 30px;
  text-align: center;
}
.settings .media .media-left i {
  color: #8c8c8c;
  font-size: 35px;
  width: 38px;
  height: 38px;
}
.settings .media .media-body {
  padding-left: 20px;
}
.settings .media .media-body .media-heading {
  font-size: 16px;
  color: #7191bb;
  font-weight: 400;
}
.settings .media .media-body p {
  color: #111;
}
.settings a {
  padding: 20px;
  margin-bottom: 10px;
  display: block;
  border-radius: 5px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 5px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 5px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 5px 0 0 0;
  /* Linux browsers */
  border-radius: 5px;
  /* CSS3 Property */
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Chrome/Safari */
  -khtml-border-radius: 5px;
  /* Linux browsers */
}
.settings a:hover {
  background: #f7f7f7;
}
.settings a:hover .media .pull-left {
  background: #ededed;
}
/*code {
	color: @grigioscuro;
}*/
.tag-list-checkbox .product-category {
  display: none;
}
.tag-list-checkbox .product-category.product-category-0 {
  display: block;
}
.default-hidden {
  display: none;
}
.box-choice-content {
  padding: 5px;
  background: #fafafa;
  border: 2px solid #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999999;
}
.box-choice-content i {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #999999;
}
.box-choice-content:hover,
.box-choice-content:focus,
.box-choice-content:active {
  background: #f2f2f2;
  border-color: #7191bb;
  color: #7191bb;
}
.box-choice-content:hover i,
.box-choice-content:focus i,
.box-choice-content:active i {
  color: #7191bb;
}
.add-new-content {
  margin-bottom: 0;
}
.add-new-content i {
  /*color: @azzurro3;*/
  color: #b3b3b3;
}
.add-new-content:hover,
.add-new-content:focus,
.add-new-content:active {
  background: #e6e6e6;
  /*border: 1px dotted lighten(@black, 20%);*/
}
.add-new-content:hover i,
.add-new-content:focus i,
.add-new-content:active i {
  color: #999999;
}
.row-content-settings,
.item-new-content-settings {
  background: #cccccc;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 3px;
}
.row-content-settings i,
.item-new-content-settings i {
  color: #808080;
  opacity: .5;
}
.row-content-settings:hover i,
.item-new-content-settings:hover i,
.row-content-settings:focus i,
.item-new-content-settings:focus i,
.row-content-settings:active i,
.item-new-content-settings:active i {
  color: black;
  opacity: 1;
}
.row-content-settings.trash-content,
.item-new-content-settings.trash-content {
  background-color: rgba(255, 0, 0, 0.6);
}
.row-content-settings.trash-content i,
.item-new-content-settings.trash-content i {
  color: #fff;
  opacity: 1;
}
.row-content-settings.trash-content:hover,
.item-new-content-settings.trash-content:hover,
.row-content-settings.trash-content:focus,
.item-new-content-settings.trash-content:focus,
.row-content-settings.trash-content:active,
.item-new-content-settings.trash-content:active {
  background-color: #d60000;
}
.row-content-settings.move-content,
.item-new-content-settings.move-content {
  background-color: rgba(43, 129, 171, 0.6);
}
.row-content-settings.move-content i,
.item-new-content-settings.move-content i {
  color: #fff;
  opacity: 1;
}
.row-content-settings.move-content:hover,
.item-new-content-settings.move-content:hover,
.row-content-settings.move-content:focus,
.item-new-content-settings.move-content:focus,
.row-content-settings.move-content:active,
.item-new-content-settings.move-content:active {
  background-color: #2b81ab;
}
#new-content {
  /*border: 1px solid darken(@white, 7.5%);*/
  /*background: darken(@white, 3%);*/
}
#new-content .row-content {
  background: #f7f7f7;
  padding: 10px 0;
  margin-bottom: 10px;
}
#new-content .row-content .menu-content-dynamic-row.active a {
  background: #f3f3f3 !important;
  border-color: #ccc;
  border-bottom: 1px solid #f3f3f3;
}
#new-content .row-content .menu-content-dynamic-row.move-content-li.active a.move-content {
  background-color: rgba(43, 129, 171, 0.6) !important;
  border: 1px solid transparent;
}
#new-content .row-content .menu-content-dynamic-row.move-content-li.active a.move-content i {
  color: #fff;
  opacity: 1;
}
#new-content .row-content .menu-content-dynamic-row.trash-content-li.active a.trash-content {
  background-color: rgba(255, 0, 0, 0.6) !important;
  border: 1px solid transparent;
}
#new-content .row-content .menu-content-dynamic-row.trash-content-li.active a.trash-content i {
  color: #fff;
  opacity: 1;
}
#new-content .row-content .menu-content-dynamic-column.active a {
  background: #e9e9e9 !important;
  border-color: #ccc;
  border-bottom: 1px solid #e9e9e9;
}
#new-content .row-content .menu-content-dynamic-column.trash-content-li.active a.trash-content {
  background-color: rgba(255, 0, 0, 0.6) !important;
  border: 1px solid transparent;
}
#new-content .row-content .menu-content-dynamic-column.trash-content-li.active a.trash-content i {
  color: #fff;
  opacity: 1;
}
#new-content .row-content .row .item-row-new-content {
  margin-bottom: 15px;
}
#new-content .row-content .row .item-row-new-content .menu-content-dynamic-content.active a {
  background: #e3e3e3 !important;
  border-color: #ccc;
  border-bottom: 1px solid #e3e3e3;
}
#new-content .row-content .row .item-row-new-content .menu-content-dynamic-content.trash-content-li.active a.trash-content {
  background-color: rgba(255, 0, 0, 0.6) !important;
  border: 1px solid transparent;
}
#new-content .row-content .row .item-row-new-content .menu-content-dynamic-content.trash-content-li.active a.trash-content i {
  color: #fff;
  opacity: 1;
}
#new-content .row-content .row .column-row-new-content {
  padding: 10px;
}
#new-content .row-content .row .column-row-new-content select {
  width: 100%;
  height: 36px;
}
#new-content .row-content .row .column-row-new-content .cke {
  margin-bottom: 15px;
}
#new-content .row-content .item-row-new-content-data {
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: 0;
}
#new-content .row-content .item-row-new-content-data.item-row-new-content-data-content {
  background-color: #e3e3e3;
}
#new-content .row-content .item-row-new-content-data.item-row-new-content-data-column {
  background-color: #e9e9e9;
}
#new-content .row-content .item-row-new-content-data.item-row-new-content-data-row {
  background-color: #f3f3f3;
}
#new-content .row-new-content {
  margin-bottom: 20px;
}
#new-content .row-new-content > div {
  border: 1px dotted #7191bb;
}
#new-content .row-new-content .row-new-content-title {
  color: #fff;
  display: block;
  padding: 0px 5px 0px 5px;
  border-bottom: 1px solid #7191bb;
  line-height: 26px;
  background: #7191bb;
  margin-bottom: 10px;
}
#new-content .row-new-content .row-new-content-title .row-new-content-order .row-content-settings,
#new-content .row-new-content .row-new-content-title .row-new-content-order .item-new-content-settings {
  padding: 0 5px;
  background: #7191bb;
}
#new-content .row-new-content .row-new-content-title .row-new-content-order .row-content-settings i,
#new-content .row-new-content .row-new-content-title .row-new-content-order .item-new-content-settings i {
  color: #fff;
  opacity: .5;
}
#new-content .row-new-content .row-new-content-title .row-new-content-order .row-content-settings:hover i,
#new-content .row-new-content .row-new-content-title .row-new-content-order .item-new-content-settings:hover i,
#new-content .row-new-content .row-new-content-title .row-new-content-order .row-content-settings:focus i,
#new-content .row-new-content .row-new-content-title .row-new-content-order .item-new-content-settings:focus i,
#new-content .row-new-content .row-new-content-title .row-new-content-order .row-content-settings:active i,
#new-content .row-new-content .row-new-content-title .row-new-content-order .item-new-content-settings:active i {
  opacity: 1;
}
#add-new-row {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 10px;
}
.modal .no-max-height {
  max-height: none;
}
#columnsModal form select,
#settingsModal form select {
  width: 100%;
  height: 35px;
}
.main-container .content .main .related {
  /*padding: 15px;*/
}
.main-container .content .main .related h3 {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  border-radius: 3px 0 0 0;
  /* CSS3 Property */
  -moz-border-radius: 3px 0 0 0;
  /* Firefox */
  -webkit-border-radius: 3px 0 0 0;
  /* Chrome/Safari */
  -khtml-border-radius: 3px 0 0 0;
  /* Linux browsers */
  border-radius: 3px;
  /* CSS3 Property */
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Chrome/Safari */
  -khtml-border-radius: 3px;
  /* Linux browsers */
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #f2f2f2;
  padding: 10px 30px;
  background: rgba(152, 18, 124, 0.4);
  color: #fff;
}
.dropdown-menu-new-content {
  width: 650px;
  margin-left: -232px;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.dropdown-menu-new-content ul li a {
  display: block;
  background: #f2f2f2;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
}
.dropdown-menu-new-content ul li a i {
  color: #ccc;
  margin-right: 5px;
}
.dropdown-menu-new-content ul li a:hover {
  background: #cccccc;
  color: #fff;
}
.dropdown-menu-new-content ul li a:hover i {
  color: #fff;
}
#listImage.grid-image-sortable .well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: move;
}
#listImage.grid-image-sortable .well .button-settings {
  top: 5px;
  right: 5px;
  z-index: 3;
}
#listImage.grid-image-sortable .well .button-settings a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
#listImage.grid-image-sortable .well .data-gallery {
  /*bottom: 0;
				padding: 10px 10px;
				left: 0px;
				right: 0px;
				background: @white;
				z-index: 2;*/
}
#listImage.grid-image-sortable .well .bg-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.popover {
  max-width: 700px !important;
}
