@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/* font-family: 'Open Sans', sans-serif; */

[draggable="true"] {
  -moz-user-select: none;
  cursor: move;
}
.drag {
    /*
  min-height: 100px;
  border: 3px dashed #CCC;
  border-radius: 7px !important;
   */
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
}
.dragAlt {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  display: block;
  text-align: center;
}
.drag.over {
  border-color: red;
}
.centered {
  margin: 0 auto;
  text-align: center;
}
* {
  margin: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: #f9f9f9 url('../img/project_papper.png');
  font-weight: 300;
  padding-top: 70px;
  font-family: 'Open Sans', sans-serif;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto -72px;
  /* the bottom margin is the negative value of the footer's height */

}
#footer-menu {
  margin-top: 20px;
  background-color: #383838;
  color: #FFF;
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 15px;
  bottom: 0;
}
.footer,
.push {
  height: 51px;
  /* .push must be the same height as .footer */

}
a:focus,
body:focus,
div:focus,
button:focus,
input:focus {
  outline: 0 !important;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a,
input,
select,
textarea {
  outline: none !important;
}
a {
  color: #D2322D;
}
a:hover {
  color: #5a5a5a;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.tooltip {
  z-index: 9999;
}
img.logo-sihappy {
  margin-top: -8px;
  height: 35px;
}
img.logo-si2Site {
  margin-top: -8px;
  height: 50px;
}
.navbar-inverse {
  background-color: #292929;
  border-top: 1px solid #484848;
  height: 51px;
}
.navbar-inverse .admin-name {
  color: #d1d2cf;
  font-weight: 400;
  margin-top: 0px;
  font-size: 24px;
  margin-left: 0px;
  margin-right: 10px;
}
.navbar-inverse .nav > li > a {
  margin-top: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #f0f0f0;
}
.navbar-inverse .nav > li > a:hover {
  background-color: #5a5a5a;
}
.navbar-inverse .nav > li > a {
  font-weight: bolder;
}
.navbar .btn-group {
  margin-top: -2px;
}
.navbar .btn-group .btn-info {
  margin-top: 10px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar-inverse .city-name {
  color: #FFF;
  font-weight: 400;
  margin-top: 10px;
  font-size: 24px;
  margin-left: -10px;
  margin-right: 10px;
}
.navbar-inverse .nav > li.site-name {
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #f0f0f0;
  background-color: #5a5a5a;
  padding: 4px 10px 6px 10px;
  margin-right: 30px;
}
.navbar-inverse .nav > li.site-name {
  font-weight: bolder;
}
.container-fluid {
  margin: 0px 20px;
}
#dashboard-header {
  background-color: #f0f0f0;
  margin-top: -20px;
}
.dashboard-drag {
  max-height: 150px;
  overflow: hidden;
  margin: 10px 0;
}
.dashboard-drag img {
  max-height: 150px;
}
.dashboard-drag h1 {
  color: #5a5a5a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  height: 80px;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.dashboard-drag h1 span {
  float: left;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: #285E8E;
  margin-right: 30px;
}
.dashboard-drag h1 small {
  font-size: 24px;
  display: block;
  margin-left: 80px;
  margin-top: -20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 90px;
}
.dashboard-layouts {
  max-height: 150px;
  border-left: none;
  background-color: #D2322D;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 10px 0;
}
.dashboard-layouts img {
  display: block;
  text-align: center;
  margin: 0px auto;
  max-height: 150px;
}
.dashboard-layouts:hover {
  background-color: #d1d2cf;
}
.carousel-control {
  padding-top: 10%;
  width: 5%;
}
.admin-breadcrumbs {
  height: 40px;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px;
  color: #666666;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.admin-breadcrumbs div.admin-breadcrumbs-int div.hide-toolbar {
  display: inline;
  margin-right: 20px;
}
.admin-breadcrumbs div.admin-breadcrumbs-int div.hide-toolbar b {
  display: inline;
  font-weight: normal;
}
.admin-breadcrumbs div.admin-breadcrumbs-int span {
  padding-right: 5px;
  padding-top: 3px;
}
.admin-breadcrumbs div.admin-breadcrumbs-int div.manage-toolbar {
  display: inline;
  margin-right: 10px;
}
.admin-breadcrumbs div.admin-breadcrumbs-int a {
  text-decoration: none;
}
.admin-breadcrumbs div.admin-breadcrumbs-int a:hover {
  color: #5a5a5a;
  text-decoration: none;
}
.admin-breadcrumbs div.admin-breadcrumbs-int a.btn {
  margin-left: 6px;
  padding: 0px 6px;
  margin-top: -5px;
}
.admin-breadcrumbs div.dashboard-publish-button {
  text-align: right;
  padding-top: 1px;
}
.admin-breadcrumbs div.dashboard-publish-button button {
  margin-right: 6px;
}
.right-bordered {
  border-right: 1px solid #D1D2CF;
}
.summary-table {
  padding-right: 25px;
  margin-bottom: -10px;
}
.tooltip {
  font-weight: normal;
}
img.img-avatar-admin {
  float: left;
  margin-left: 15px;
}
#my-profile label {
  margin-right: 5px;
}
.admin-map-container {
  margin: 5px 0 10px 15px;
}
.socials {
  text-align: center;
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 400;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: "Open Sans";
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.socials span {
  display: block;
  margin-bottom: 10px;
}
.socials div.socials-image {
  display: inline;
}
.socials img {
  margin-left: 5px;
  margin-bottom: 15px;
}
.socials a {
  cursor: default;
}
.footer {
  margin-top: 0px;
}

/* setup sito*/
.row-alert {
  margin-top: 0px;
  margin-bottom: 0px;
 
}

.row-fluid  {
    margin-right:-15px;
    margin-left: -15px;
}
.row-five {
  margin-right: -133px;
  margin-left: -133px;
  
}

section#content {
 
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}



.dashboard-box-2 {
  background-color: #FFF;
  color: #5a5a5a;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dashboard-box-2 div.box-content {
  letter-spacing: -3px;
  position: relative;
  text-align: center;
}
.dashboard-box-2 div.box-content div.box-icon {
  text-align: center;
  padding: 15px;
  margin: 10px 0px 5px 0px;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-profile {
  width: 120px;
  height: 120px;
  line-height: 85px;
  font-size: 80px;
  padding: 4px 7px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-profile:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-pages {
  width: 120px;
  height: 120px;
  line-height: 85px;
  font-size: 65px;
  padding: 4px 7px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-pages:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-advert {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 65px;
  padding: 5px 7px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-advert:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-menus {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 60px;
  padding: 5px 7px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-menus:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-catalogue {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 60px;
  padding: 7px 10px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-catalogue:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-send {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 65px;
  padding: 7px 20px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-send:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-gallery {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 60px;
  padding: 6px 20px 5px 15px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-gallery:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-wizard {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 65px;
  padding: 6px 20px 5px 15px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-wizard:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-tutor {
  width: 120px;
  height: 120px;
  line-height: 80px;
  font-size: 65px;
  padding: 10px 12px 5px 5px;
  border: solid 8px #285E8E;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-tutor:hover {
  border: solid 8px #D2322D;
  border-radius: 50% !important;
  color: #285E8E;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-ecommerce {
  width: 120px;
  height: 120px;
  line-height: 50px;
  font-size: 45px;
  padding: 7px 7px 5px 5px;
  border: solid 8px #CECECE;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-icon span.manage-adv {
  width: 120px;
  height: 120px;
  line-height: 50px;
  font-size: 45px;
  padding: 7px 15px 5px 5px;
  border: solid 8px #CECECE;
  border-radius: 50% !important;
  color: #D2322D;
}
.dashboard-box-2 div.box-content div.box-moreinfo {
  position: absolute;
  left: 20%;
  text-align: center;
  margin: 0px auto;
  top: 63%;
}
.dashboard-box-2 div.box-content div.box-moreinfo a {
  color: #FFF;
}
.dashboard-box-2 div.box-content div.box-moreinfo span {
  background-color: #285E8E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px 25px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 12px;
}
.dashboard-box-2 div.box-content div.box-moreinfo span:hover {
  background-color: #d1d2cf;
  color: #5a5a5a;
}
.dashboard-box-2 div.box-text {
  background-color: #efefef;
  border-bottom-right-radius: 15px;
  -moz-border-bottom-right: 15px;
  -webkit-border-bottom-right: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-bottom-left: 15px;
  -webkit-border-bottom-left: 15px;
  color: #5a5a5a;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 10px;
}
.dashboard-box-2 div.box-text span.big {
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.dashboard-box-2 div.box-text span.small {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  padding: 0;
  font-weight: 300;
  letter-spacing: -0.5px;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.dashboard-box-2:hover {
  box-shadow: 0 0 8px #ddd;
}
h1 {
  color: #5a5a5a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  height: 80px;
  letter-spacing: -0.5px;
  line-height: 30px;
}


.box-mini-h-portfolio {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-left: 1px solid #d1d2cf;
}
.box-mini-h-portfolio h2.page-text-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  display: block;
}
.box-mini-h-portfolio h2.page-text-heading a:hover {
  text-decoration: none;
  color: #5a5a5a;

}
.mini-h-portfolio a {
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
   -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
   box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
}
.mini-h-portfolio a:hover {
  text-decoration: none;
}
.mini-h-portfolio a:hover strong {
  color: #555;
}
.mini-h-portfolio em.overflow-hidden {
  display: block;
  overflow: hidden;
}
.mini-h-portfolio a span {
  display: block;
  padding: 10px;
  border: 0;
}
.mini-h-portfolio a strong {
  color: #555;
  display: block;
  font-size:12px;
}
.mini-h-portfolio a i {
  color: #777;
  font-size: 13px;
}
.mini-h-portfolio a img {
  /*-webkit-transition: all 0.8s ease-in-out;*/
  /*-moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;*/
  height: 80px;
  width:160px;
}
.mini-h-portfolio a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2) scaleX(1.1);
  -moz-transform: scale(1.2) scaleX(1.1);
  -o-transform: scale(1) scaleX(1.1);
  -ms-transform: scale(1.2) scaleX(1.1);
  transform: scale(1.2) scaleX(1.1);
}
.mini-h-portfolio a:hover span {
  border-bottom: solid 4px #D2322D;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.operation-grid {
  text-align: center;
}
.operation-grid span.glyphicon {
  font-size: 28px;
  color: #D2322D;
}
.operation-grid span.glyphicon-globe {
  font-size: 28px;
  color: #5CB85C;
}
.operation-grid span.glyphicon-ok {
  font-size: 28px;
  color: #5CB85C;
}
.operation-grid a span.text {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #5a5a5a;
}
.operation-grid a:hover span.text {
  color: #D2322D;
}

/* Accesso CMS */
#dashboard-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-title h1 {
  color: #5a5a5a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  height: 80px;
  letter-spacing: -0.5px;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
}
.dashboard-title h1 span {
  float: left;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  color: #285E8E;
  margin-right: 30px;
}
.dashboard-title h1 small {
  font-size: 24px;
  display: block;
  margin-left: 80px;
  margin-top: -20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 90px;
}

div.dashboard-date {
    margin-top:20px; 
    text-align: right;
    line-height:24px;
}
div.dashboard-date span {
  padding-right: 8px;
}

img.thumb-sites {
    width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left:10px;

}

/*  dai tablet in landscape ai desktop */
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .row-five {
    margin-right: -100px;
    margin-left: -100px;
  
  }
  .dashboard-title h1 {
    font-size: 32px;
    height: 80px;
    line-height: 30px;
  }
  .dashboard-title h1 span {
    float: left;
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    color: #285E8E;
    margin-right: 30px;
  }
  .dashboard-title h1 small {
    font-size: 20px;
    margin-left: 80px;
    margin-top: -20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 90px;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo {
    position: absolute;
    left: 15%;
    text-align: center;
    margin: 0px auto;
    top: 62%;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo a {
    color: #FFF;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo span {
    background-color: #285E8E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 12px;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo span:hover {
    background-color: #d1d2cf;
    color: #5a5a5a;
  }
  .dashboard-box-wide div.box-content div.box-icon h2 {
    margin-left: 25%;
  }
  .dashboard-box-wide div.box-text div.summary-data {
    font-size: 12px;
  }
  .dashboard-box-wide div.box-text div.summary-data span.label {
    font-size: 12px;
    padding: 5px;
  }
  .dashboard-box-wide div.box-text div.summary-data li.list-group-item {
    padding-left: 5px;
  }
  .dashboard-box-wide div.box-text div.summary-data table.table-summary {
    font-size: 13px;
    padding: 0px;
    margin-right: 10px;
  }
  .dashboard-box-wide div.box-text div.summary-data table.table-summary th {
    padding-left: 10px;
  }
  .navbar-brand {
    font-size: 16px;
    }
    p.navbar-text {
        font-size: 14px;   
    }

}
/* dai tablet in portrait fino al landscape e mini desktop */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .row-five {
    margin-right: 0px;
    margin-left: 0px;
  
  }
  .dashboard-title h1 {
    font-size: 28px;
    height: 80px;
    line-height: 30px;
  }
  .dashboard-title h1 span {
    float: left;
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    color: #285E8E;
    margin-right: 15px;
  }
  .dashboard-title h1 small {
    font-size: 18px;
    margin-left: 70px;
    margin-top: -20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 90px;
  }
  div.table-responsive th {
    font-size: 12px;
  }
  .widget-header-side span {
    font-size: 10px;
  }
  .widget-header-side h3 {
    font-size: 11px;
    padding: 0px;
  }
  .new-advert {
    margin: 0px 0px 20px -15px;
  }
  .dashboard-box-wide div.box-content div.box-icon h2 {
    margin-left: 20%;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo {
    left: 20%;
  }
  .right-bordered {
    border: 0px;
    padding-right: 25px;
  }
  .summary-table {
    padding-right: 25px;
    margin-bottom: -10px;
    margin-left: 10px;
  }
  label {
      margin-right:5px;
  }
  .navbar-brand {
    font-size: 14px;
    }  
    p.navbar-text {
        font-size: 12px;   
    }
  img.thumb-sites {
    width: 150px;
    
   }
}
/* Landscape phone to portrait tablet */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .row-five {
  margin-right: 0px;
  margin-left: 0px;
  
  }
  
  #dashboard-header {
    margin-top: -20px;
  }
  .dashboard-title {
    margin-top: 20px;
  }
  .dashboard-title h1 {
    margin-top: -10px;
    font-size: 24px;
    height: 60px;
    line-height: 30px;
    border-bottom: 1px solid #d1d2cf;
  }
  .dashboard-title h1 span {
    float: left;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #285E8E;
    margin-right: 15px;
  }
  .dashboard-title h1 small {
    font-size: 16px;
    margin-left: 60px;
    margin-top: -20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 60px;
  }
  .dashboard-user {
    border-left: none;
  }
  .dashboard-user .user-info {
    text-align: right;
    font-size: 14px;
    padding: 0 15px;
    margin: 5px 0px 20px 0px;
  }
  .dashboard-user .user-info span {
    position: relative;
  }
  .dashboard-user .user-info em {
    color: #777;
    display: block;
    font-size: 11px;
  }
  .dashboard-user .user-info div.user-img {
    width: 60px;
    height: 60px;
    padding: 4px;
    margin-left: 15px;
    margin-right: -20px;
    border: solid 4px #285E8E;
    border-radius: 50% !important;
  }
  .dashboard-user .user-info span.user-buttons {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dashboard-user .user-info span.user-buttons span {
    padding: 0px 2px 0px 2px;
  }
  .dashboard-user .user-info span.user-buttons a.badge-admin {
    padding: 3px 3px 4px 3px;
    border-radius: 50% !important;
    font-size: 14px;
  }
  .dashboard-user .user-info span.user-buttons a.badge-admin span {
    padding: 0px 2px 3px 2px;
  }
  .new-advert {
    display: inline;
    margin: 0px 10px;
  }
  .dashboard-box-wide div.box-content div.box-icon h2 {
    margin-left: 18%;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo {
    left: 34%;
  }
  .right-bordered {
    border: 0px;
    padding-right: 25px;
  }
  .summary-table {
    padding-right: 25px;
    margin-bottom: -10px;
    margin-left: 10px;
  }
  label {
      margin-right:5px;
  }
}
/* phones and down */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 480px) and (orientation: portrait) {
  #dashboard-header {
    margin-top: -20px;
  }
  .dashboard-title {
    margin-top: 20px;
  }
  .dashboard-title h1 {
    margin-top: -10px;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    border-bottom: 1px solid #d1d2cf;
  }
  .dashboard-title h1 span {
    float: left;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    color: #285E8E;
    margin-right: 5px;
  }
  .dashboard-title h1 small {
    font-size: 12px;
    margin-left: 40px;
    margin-top: -20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 60px;
  }
  .dashboard-user {
    border-left: none;
  }
  .dashboard-user .user-info {
    text-align: right;
    font-size: 14px;
    padding: 0 15px;
    margin: 5px 0px 10px 0px;
  }
  .dashboard-user .user-info span {
    position: relative;
  }
  .dashboard-user .user-info em {
    color: #777;
    display: block;
    font-size: 11px;
  }
  .dashboard-user .user-info div.user-img {
    width: 50px;
    height: 50px;
    padding: 4px;
    margin-left: 15px;
    margin-right: -20px;
    border: solid 4px #285E8E;
    border-radius: 50% !important;
  }
  .dashboard-user .user-info span.user-buttons {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dashboard-user .user-info span.user-buttons span {
    padding: 0px 2px 0px 2px;
  }
  .dashboard-user .user-info span.user-buttons a.badge-admin {
    padding: 3px 3px 4px 3px;
    border-radius: 50% !important;
    font-size: 14px;
  }
  .dashboard-user .user-info span.user-buttons a.badge-admin span {
    padding: 0px 2px 3px 2px;
  }
  .new-advert {
    display: inline;
    margin: 0px;
    padding: 5px;
  }
  .new-advert span.new-offer {
    width: 60px;
    height: 60px;
    line-height: 35px;
    font-size: 30px;
    padding: 5px;
    border: solid 5px #285E8E;
    border-radius: 50% !important;
    color: #D2322D;
  }
  .new-advert span.new-event {
    width: 60px;
    height: 60px;
    line-height: 35px;
    font-size: 30px;
    padding: 4px;
    border: solid 5px #285E8E;
    border-radius: 50% !important;
    color: #76a7fa;
  }
  .new-advert span.new-news {
    width: 60px;
    height: 60px;
    line-height: 35px;
    font-size: 30px;
    padding: 6px 8px 5px 5px;
    border: solid 5px #285E8E;
    border-radius: 50% !important;
    color: #fbcb43;
  }
  .dashboard-box-wide div.box-content div.box-icon h2 {
    font-size: 24px;
    margin-left: 0px;
  }
  .dashboard-box-2 div.box-content div.box-moreinfo {
    left: 23%;
  }
}
.legenda {
 
 margin-top: 20px;
 margin-bottom: 0px;
 
}

.excel-right {
    
    text-align:right;
    padding-bottom: 10px;
}
section#iframe {
    
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;    
}

section#iframe iframe {
 
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
 
}
.dragging {  
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
    margin-bottom:7px;
}


/* fine stili aggiuntivi home catalogo */

/*stili per footer pagine griglia obout*/
.ob_gFCont
{
    padding-right: 80px !important;
}	

/* Page size selector */
.ob_gPSTT
{
     float: left!important;		        
}	    

/* Footer action links and paging buttons container */
.ob_gFEC
{
    left: 250px !important;
    right: auto !important;
}

/* Footer paging buttons container */
.ob_gFP
{
   float: left !important;
   margin-left: 20px !important;
}
/**/
/* stili login */
body.login {
    background: #555 url(../img/bg.jpg) no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}
.login-box {
  width: 380px;
  padding: 20px;
  margin: 0px auto;
  background: #fff;
  border-top: solid 3px #C93313;
}
.login-box h2,
.login-box p,
.login-box p a {
  color: #777;
}
p.small {
  text-align: right;
  margin-bottom: 0px;
  font-size: 12px;
}
.login-box-header h2 {
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
}
.login-box .input-group-addon {
  color: #bbb;
  background: none;
  min-width: 40px;
  margin-bottom: 20px;
}
.login-box .form-control:focus {
  box-shadow: none;
  border-color: #999;
}
.login-box .checkbox {
  color: #555;
  margin-bottom: 20px;
  font-weight: normal;
}
.login-box-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
  border-bottom: solid 1px #eee;
}
.login-box-header h2 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}
.login-box-header p {
  text-align: center;
}
div.input-group {
  margin-bottom: 15px;
  border-radius: none;
}
@media (max-width: 500px) {
  .login-box {
    width: 300px;
    margin: 0px auto;
  }
  .login-box-header h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
  }
}
.login-box .alert {
    
    margin-top: 10px;
    font-size: 12px;
}
/* fine stili login */

