/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.heroFull {
    background-image:url(../img/gradient/login.png);
    background-repeat:repeat-x;
    background-position:center;
    height:auto;
    width:100%;
    float: left;
    padding-left: 30px
}

#login .main-header-big {
    font-weight: 400;
    padding-left: 30px;
}

.main-app-icons {
    vertical-align:top;
    margin-top:90px;
    margin-left: 30px;
    width:auto
}

#main-header-space {
  float: right;
  text-align: right;
  display: block;
  vertical-align: middle;
  line-height: 71px;
}

#login-header-space .btn {
    font-size: 13px;
    margin-right: 14px;
    vertical-align: -3px;
    font-weight: 400;
    font-weight: bold;
    text-transform: uppercase;
}

#login-header-space > * {
  display: inline-block;
}

.field-validation-error {
    color: #f53503;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f53503;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f53503;
}

.validation-summary-valid {
    display: none;
}

.grid-notifications {
  height: 365px;
  display: block;
  overflow: auto;
  /*margin-right: -10px;
  margin-left: -10px;*/
  border-bottom: 1px solid #CECECE;
  border-top: 1px solid #CECECE;
  background: #E9E9E9;
}

div.innerDetails {
    display: none;
}

div.innerOperazioniByDocumento {
    display: none;
}


div.innerAllegatiDocumento {
    display: none;
}

div.innerMetadatiByDocumento {
    display: none;
}

div.innerDocumentiErrorDetails {
    display: none;
}

div.innerOperazioniByVerificaConservazione {
    display: none;
}

section.innerInfoFirmaDocumento {
    display: none;
}

div.content-scrollable {
    height: auto;
    max-height:190px !important; max-height /**/: 200px;
    overflow: auto;
}

td.incoming {
    color: darkcyan;
}

td.normal {
    color: royalblue;
}

td.successfully {
    color: green;
}

td.error {
    color: orange;
}

td.failed {
    color: red;
}

/* Tiles dashboard */

.innerTile {
    min-height: 87px;
    height: auto !important;
    height: 87px;
    padding-left: 2%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    /*width: 20%;*/
    cursor: pointer;
}

.innerTileTitle {
    background-color: #4c9dc1;
    font-weight: bold;
    color: #fff;
    padding: 0;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
}

.innerTileIcon {
    background-color: #dfe3e6;
    font-weight: bold;
    color: #333;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    float: left;
    width: 50%;
}

.innerTileQuantity {
    background-color: #dfe3e6;
    font-weight: bold;
    color: #333;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

#cookie-infos {
  display: inline-block;
  padding: 7px 13px 0;
  position: relative;
}
#cookie-infos > span {
  display: block;
}
#cookie-infos > :first-child {
  display: block;
  color: #bfbfbf;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 1px white;
  padding-left: 0px;
  text-align: left;
}

.btn-progress-cmd {
    width: 100px;
}

.dt-allegati-ingriddoc {
    width: 100%;
    margin-top: 44px;
}

.hide {
    display:none;
}

/* pwstrength */
.error-list {

}
.error-list li {
    list-style-type: none;
    display: block;
    margin-top: 2px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}


.dropdown-menu > li > form > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > form > a:hover, .dropdown-menu > li > form > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #3276b1;
}

/* Tiles dashboard */


/*.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -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);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}*/
