/*
body {
    padding-top : 70px;
    background-image: url('../images/backgrounds/mesh.png');
    background-repeat: repeat;
}
*/
body {
    padding-top: 70px;
}

.viewList {
    overflow: scroll;
}


.modal-small {
    width:40% !important;
    /*margin:auto;*/
}
.modal-medium {
    width:75% !important;
    /*margin:auto;*/
}

.modal-large {
    width:90% !important;
    /*margin:auto;*/
}

.modal-fullscreen {
    width:100% !important;
    /*margin:auto;*/
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul.sort_class li.placeholder {
  position: relative;
  /** More li styles **/
}
ul.sort_class li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.logout-group {
    padding-top:10px;
}

/*
 * TYPE HEAD CSS
 */
 
.twitter-typeahead {
  width:100%;
}


.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
  width:100%;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}

/*
.text-attivo {
   
}

.text-success>i {
   color:white;
}

i {
   color:white;
}
*/

.overlay {
    background-color: rgba(1, 1, 1, 0.3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:10000;
}

.in-overlay {
    background-color: rgba(1, 1, 1, 0.3);
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index:10000;
}

.th-list-action {
  min-width:200px;
}


.navbar-default .navbar-nav > li > a {
    /*color: #777;*/
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li > a.dropdown_linked {
    display: inline-block;
    padding: 10px 15px;
    padding-right:20px;
    position: relative;
}

.nav > li > a.dropdown_linked_caret {
    display: inline;
    padding: 10px 4px;
    position: absolute;
    right: -4px;
    cursor: pointer;
}

.carousel .item img {
    margin: auto;
}

div.tags {
    text-align:right;
    font-size:0.8em;
}

.navbar-nav > li.lang-switcher > a {
    padding-left:2px;
    padding-right:2px;
}

.pagination ul > li > input{
   vertical-align: top;
   -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
    height:auto;
   *height: 20px;
   margin-bottom:0px;
   background-color: #fff;
   border-left-width: 0;
   width:40px;
   float:left;
   min-height: auto;
   *min-height: 20px;
}

.anchorjs-link {
    color: inherit;
    float: left;
    height: 1em;
    margin-left: -1.2em;
    opacity: 0;
    text-align: center;
    width: 1em;
    display: block; position: relative; top: -80px; visibility: hidden;
}

.markmap {
    padding-top:6px;
    padding-left:3px;
    padding-right:2px;
    height:34px;
    width:16px;
    color:rgba(256,256,256,1);
    background-image:url('http://mt.googleapis.com/vt/icon/name=icons/spotlight/spotlight-waypoint-a.png&text=%20&psize=16&font=fonts/Roboto-Regular.ttf&color=ff333333&ax=44&ay=48&scale=1.1')
}

.upload_foto {
    width:auto;
    height:50px;
}

.msg {
    white-space: pre-wrap;
}