﻿/**/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 180px;
  padding-bottom: 20px;
  /*-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;*/
}

/*.menu-btn {
}*/

.anchor {
  padding-top: 100px;
}

/*.input-required {
    background-color: lightyellow !important;
}*/

.input-required .control-label {
  color: #b94a48;
}

.input-required .form-control {
  background-color: lightyellow !important;
  border-color: #b94a48;
}

.img-loading {
  width: 128px;
}

.img-inflow {
  margin: 4px;
}

.img-logo {
  max-height: 42px;
}

.valign-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.valign-top {
  vertical-align: top;
}

.search-control {
  font-family: "Lucida Console";
}

.center-vert-label {
  padding-top: 9px !important;
}

.modal-dialog-bkg {
  background-color: rgba(0,0,0,0.5);
}

.text-hint {
  font-size: 12px;
  font-style: italic;
}

.label-center {
  text-align: center !important;
}

.hide-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block;
}

.table-div {
  display: table;
  margin: 0 auto;
}

  .table-div .table-div-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
  }

.table-div-left {
  margin: 0 auto 0 -4px;
}

.table-div-md-left {
  margin: 0 auto;
}

.control-div {
  margin: 8px 0;
}

  .control-div ul {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

.control-list {
}

  .control-list li input {
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
  }

  .control-list li label {
    vertical-align: middle;
    padding-left: 8px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    cursor: pointer;
  }

.img-large {
  max-height: 400px;
}

.img-medium {
  max-height: 128px;
}

.img-small {
  max-height: 64px;
}

.img-icon-large {
  height: 48px;
}

.img-icon-medium {
  height: 24px;
}

.img-icon-small {
  height: 16px;
}

.info-link {
  /*content: 'maggiorni informazioni';*/
  cursor: help;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

/* Responsive: Portrait tablets and up 
   Bootstrap: col-sm */
@media screen and (min-width: 768px) {

  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }

  body {
    padding-top: 150px;
  }
}


/* Responsive: Portrait tablets and up 
   Bootstrap: col-md */
@media screen and (min-width: 1025px) {

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }

  .table-div-md-left {
    margin: 0 auto 0 -4px;
  }

  body {
    padding-top: 130px;
  }
}


@media screen and (min-width: 1200px) {

  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}

a.anchor {
  /*display: block;
    position: relative;
    top: -500px;
    visibility: hidden;*/
}

a.scrollto {
  display: inline-block;
  cursor: pointer;
  font-size: 8pt;
  margin: 0 8px;
}
