﻿body {
    padding-bottom: 20px;
    font-size: 14px;
}

.navbar-brand{
    padding: 15px 15px;
}

.navbar-brand img{
    height: 30px;
}

.container-main{
    margin-top: 90px;
    margin-bottom: 20px;
}

.form-signin {
    max-width: 430px;
    padding: 25px;
    margin: 60px auto 0;
}

.form-signin-heading{
    font-weight: 300;
    font-size: 25px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .input-group{
    width: 100%;
    margin: 5px 0;
}

.form-signin .input-group .input-group-addon{
    width: 50px;
}

/*****/

#tab-interventi td, #tab-chiamate td, .tab-riepilogo td, #tab-ticket td{
    font-size: 13px;
}

.form-horizontal{
    position: relative;
}

.ui-autocomplete{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-height: 200px;
    overflow: auto;
    z-index: 99;
    background: #fff;
    border: 1px solid #DDD;
    padding: 0;
}

.ui-autocomplete li{
    list-style: none;
    padding: 5px;
}

span.ui-helper-hidden-accessible{
    display: none !important;
}

.ui-state-focus {
    color: #fff;
    background-color: #428bca;
    cursor: pointer;
}

.title-clienti{
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.box-clienti, .box-contatti{
    margin: 0 5px;
}

.badge{
background-color: #2196F3;
}

/*****/

.container-print{
width: 770px !important;
margin: 30px auto;
}

.container-print2{
width: 820px !important;
margin: 30px auto;
}

.print-logo{
width: 100%;
margin-bottom: 10px;
}

.row-border{
border-bottom: 2px solid #F3F3F3;
margin-bottom: 10px;
}

.sign-line{
position: relative;
width: 70%;
height: 80px;
border-bottom: 1px solid #000;
vertical-align: bottom;
}

.sign-line .sign-content{
position: absolute;
bottom: 0;
left: 0;
}

.riepilogo-mat-tr, .riepilogo-voc-tr{
display: none;
}

.causale-riepilogo{
border-bottom: 1px dotted #000;
cursor: help;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
