table, form, input{
    font-size: 0.72rem;

}


table tbody{
    line-height: 1.0;
}

.starter-template{
    padding-top:20px;
}

h1{
    font-size: 1.8rem;
}

h1 .record-totali{
    font-size: 1.0rem;
}


.torna-elenco {
    padding-top:50px;
}

.delete {
    float:right;
}

/* Form polizze */

div.riparti div div div {float:left;}


.assicurati-campo {float:left;}
.tasto-aggiungi {float:left;}

.nav-link{
    color: #FFFFFF;
}

/* Pagina show */

ul.tasti-show li
{
    float:left;

}

/* Pagina di login */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.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;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
*/
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    /*
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    */
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    /*
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

/* CUSTOM */

body {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 0.75rem;
}
.navbar {
    /*background-color: #262262;*/
    background: #1f1c50; 
    background: -webkit-linear-gradient(#4c46ae, #1f1c50); 
    background: -o-linear-gradient(#4c46ae, #1f1c50); 
    background: -moz-linear-gradient(#4c46ae, #1f1c50); 
    background: linear-gradient(#4c46ae, #1f1c50); 
    margin-top:0;
    margin-bottom:0;
    box-shadow: 0px 1px 6px #1f1c50;
}

.dropdown-menu,
.btn{
    border-radius: 20%;
}
.btn{
    border:0px;
}
.btn.focus,
.btn:focus{
    -webkit-box-shadow:0px !important;
    box-shadow:0px !important;
}
.btn-xc{
    color:#fff;
    background: #8681db; 
    background: -webkit-linear-gradient(#bcb9ed, #8681db); 
    background: -o-linear-gradient(#bcb9ed, #8681db); 
    background: -moz-linear-gradient(#bcb9ed, #8681db); 
    background: linear-gradient(#bcb9ed, #8681db); 
    margin: 0px 5px;
}
.btn-xc:hover,
.btn-xc:focus{
    color:#fff;
    background: #bcb9ed; 
    background: -webkit-linear-gradient(#eeedff, #bcb9ed); 
    background: -o-linear-gradient(#eeedff, #bcb9ed); 
    background: -moz-linear-gradient(#eeedff, #bcb9ed); 
    background: linear-gradient(#eeedff, #bcb9ed); 
}

.btn-bk{
    color:#fff;
  background: #abe904; 
    background: -webkit-linear-gradient(#abe904, #84b403); 
    background: -o-linear-gradient(#abe904, #84b403); 
    background: -moz-linear-gradient(#abe904, #84b403); 
    background: linear-gradient(#abe904, #84b403); 
    margin: 0px 5px;
    cursor: pointer;
}
.btn-bk:hover,
.btn-bk:focus{
    color:#fff;
    background: #abe904; 
    background: -webkit-linear-gradient(#bcfc11, #abe904); 
    background: -o-linear-gradient(#bcfc11, #abe904); 
    background: -moz-linear-gradient(#bcfc11, #abe904); 
    background: linear-gradient(#bcfc11, #abe904); 
}
.btn{
    font-size: 13px;
    padding: 5px 20px;
    text-shadow: 1px 1px 2px #000;
    font-weight: 600;
    border: 0px !important;
}
.dropdown-item {
    font-size: 13px;
}
.dropdown-item:focus,
.dropdown-item:hover{
    color:#bcb9ed;
    text-decoration:none;
    background-color:transparent;
}

.btn-lo{
    color:#fff;
    background: #f90; 
    background: -webkit-linear-gradient(#f90, #ff5a00); 
    background: -o-linear-gradient(#f90, #ff5a00); 
    background: -moz-linear-gradient(#f90, #ff5a00); 
    background: linear-gradient(#f90, #ff5a00); 
    margin: 0px 5px;
    cursor: pointer;
}
.btn-lo:hover,
.btn-lo:focus{
    color:#fff;
    background: #f90; 
    background: -webkit-linear-gradient(#ffcf00, #f90); 
    background: -o-linear-gradient(#ffcf00, #f90); 
    background: -moz-linear-gradient(#ffcf00, #f90); 
    background: linear-gradient(#ffcf00, #f90); 
}

.btn-backoffice{
    color:#fff;
    background: #8681db; 
    background: -webkit-linear-gradient(#bcb9ed, #8681db); 
    background: -o-linear-gradient(#bcb9ed, #8681db); 
    background: -moz-linear-gradient(#bcb9ed, #8681db); 
    background: linear-gradient(#bcb9ed, #8681db); 
    margin: 0px 5px;
    cursor: pointer;
}
.btn-backoffice:hover,
.btn-backoffice:focus{
    color:#fff;
    background: #bcb9ed; 
    background: -webkit-linear-gradient(#eeedff, #bcb9ed); 
    background: -o-linear-gradient(#eeedff, #bcb9ed); 
    background: -moz-linear-gradient(#eeedff, #bcb9ed); 
    background: linear-gradient(#eeedff, #bcb9ed); 
}
.btn-user i {
    display: block;
    font-size: 200%;
}

.btn-user{
    color:#fff;
  background: #abe904; 
    background: -webkit-linear-gradient(#abe904, #84b403); 
    background: -o-linear-gradient(#abe904, #84b403); 
    background: -moz-linear-gradient(#abe904, #84b403); 
    background: linear-gradient(#abe904, #84b403); 
    margin: 0px 5px;
    cursor: pointer;
}
.btn-user:hover,
.btn-user:focus{
    color:#fff;
    background: #abe904; 
    background: -webkit-linear-gradient(#bcfc11, #abe904); 
    background: -o-linear-gradient(#bcfc11, #abe904); 
    background: -moz-linear-gradient(#bcfc11, #abe904); 
    background: linear-gradient(#bcfc11, #abe904); 
}

.navbar-backoffice{
    background-color: #ffcf00;
    padding-top: 75px;
    padding-bottom: 5px;
}
.navbar-user{
    background-color: #ddd;
    padding: 5px 0px;
}

.navbar-brand {
    padding: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.navbar-brand img{
    /*height: 55px;*/
}
.dropdown-menu {
    background-color: #eeedff;
}

.form-group div[class*="col-sm-"]{
    margin-bottom: 6px;
}

.altro-select select{
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    margin-right: 3px;
}
.titolo-form{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    font-weight: 600;
}
.bottoni-bassi{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    margin-bottom: 20px;
    float: left;
    padding-right: 0px;
padding-left: 0px;
}

.btn-lilla{
    color:#fff;
    background: #8681db; 
    background: -webkit-linear-gradient(#bcb9ed, #8681db); 
    background: -o-linear-gradient(#bcb9ed, #8681db); 
    background: -moz-linear-gradient(#bcb9ed, #8681db); 
    background: linear-gradient(#bcb9ed, #8681db); 
    margin: 0px 5px;
}
.btn-lilla:hover,
.btn-lilla:focus{
    color:#fff;
    background: #bcb9ed; 
    background: -webkit-linear-gradient(#eeedff, #bcb9ed); 
    background: -o-linear-gradient(#eeedff, #bcb9ed); 
    background: -moz-linear-gradient(#eeedff, #bcb9ed); 
    background: linear-gradient(#eeedff, #bcb9ed); 
}


.btn-giallo{
    color:#fff;
    background: #f90; 
    background: -webkit-linear-gradient(#f90, #ff5a00); 
    background: -o-linear-gradient(#f90, #ff5a00); 
    background: -moz-linear-gradient(#f90, #ff5a00); 
    background: linear-gradient(#f90, #ff5a00); 
    margin: 0px 5px;
    cursor: pointer;
}
.btn-giallo:hover,
.btn-giallo:focus{
    color:#fff;
    background: #f90; 
    background: -webkit-linear-gradient(#ffcf00, #f90); 
    background: -o-linear-gradient(#ffcf00, #f90); 
    background: -moz-linear-gradient(#ffcf00, #f90); 
    background: linear-gradient(#ffcf00, #f90); 
}

.table-mod th{
    white-space: nowrap;
}
.table-mod a{
    color:#000;
}
.table-mod a:hover,
.table-mod a:focus{
    text-decoration: none;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #d7cfff;
}
.table-mod .btn{
    font-size: 10px;
    padding: 2px 10px;
    color: #fff;
}
.page-item.active .page-link {
    background-color: #262262;
    border-color: #262262;
}
.page-link,
.page-link:focus,
.page-link:hover {
    color: #262262;
}
.link-row{
    cursor: pointer;
}
.cercaperizie .col-sm-1{
    text-align: right;
}
.cercaperizie {
    margin-top: 10px;
    background-color: #cdcbef;
    padding-top: 5px;
    border-radius: 5px;
}
.titolo-barra{
    padding-right: 10px;
    font-weight: 900;
    font-size: 34px;
    line-height: 26px;
    opacity: 0.6;
    background: -webkit-linear-gradient(#b7b5da, #484495);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sotto-menu{
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.sotto-menu button,
.bottoni-bassi button,
.sotto-menu input[type="submit"],
.bottoni-bassi input[type="submit"]{
    cursor: pointer;
}
.btn-primary {
    color:#fff;
     background: #abe904; 
    background: -webkit-linear-gradient(#abe904, #84b403); 
    background: -o-linear-gradient(#abe904, #84b403); 
    background: -moz-linear-gradient(#abe904, #84b403); 
    background: linear-gradient(#abe904, #84b403); 
    margin: 0px 5px;
    cursor: pointer;
    font-size: 13px;
    text-shadow: 1px 1px 2px #1f1c50;
    font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus{
    color:#fff;
   background: #abe904; 
    background: -webkit-linear-gradient(#bcfc11, #abe904); 
    background: -o-linear-gradient(#bcfc11, #abe904); 
    background: -moz-linear-gradient(#bcfc11, #abe904); 
    background: linear-gradient(#bcfc11, #abe904); 
}
#navbarsUtentiDefault {
    margin-top: 15px;
    margin-bottom: 10px;
}
.btn-group-sm > .btn, .btn-sm {
    font-size: .8rem;
    font-weight: 600;
}

.list-group-item {
    padding: .20rem .50rem;
}

.table-mod .fa{
    font-size: 18px !important;
    color: #333 !important;
}

.error-login p{
    text-align: center;
background-color: #ff4a03;
border-radius: 5px;
padding: 3px 0;
font-weight: bold;
}

.utente-permesso {
    color: #FFFFFF;
    padding-right:50px;
}

.footer {
    margin-top:50px;
    text-align: center;
}

.footer a:link,  .footer a:visited{
    color: #808080;
}

/* Perizie copertina */

.copVoceSin {
font-size: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tipoData {
    font-size: 10px;
font-weight: normal;
}

.copTitolo {
    font-size: 23px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.paginaPrincipale {
    margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
float: left;
clear: both;
}

.paginaPrincipale th {
    
    text-align: left;
padding-left: 5px;
padding-right: 5px;
}

.perizie-note{
    clear:left;
    padding-bottom: 5px;
}

/* MODIFICHE TAG BOOTSTRAP */

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}
.form-group .form-control,
.form-group .form-control-file{
    width: auto !important;
    display: inline;
    padding: .1rem .45rem;
    font-size: 12px;
}
.form-group .form-control-label,
.form-group .col-form-legend{
    width: 160px;
    margin-bottom: 0;
}
.starter-template .form-group {
    float: left;
    width:50%;
    margin-bottom: 5px;
     padding-right: 10px;
}
input[type="submit"] {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 20%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-size: 13px;
    padding: 5px 20px;
    text-shadow: 1px 1px 2px #000;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.starter-template h1{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    font-weight: 600;
}
.col-form-label-sm {
    padding-top: inherit;
    padding-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
}
.col-form-legend {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
padding: 0;
float: left;
}
.form-group .input-group {
    display: inline-block;
    width: auto;
}
.form-group .input-group .input-group-addon{
    display: none;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.form-check {
    margin-bottom: 0;
}
.form-group textarea.form-control {
    width: 60% !important;
}
.starter-template{
    float: left;
}
ul {
    margin-bottom: 0;
}


.alert-error {
    background-color: #ff4a03;
    font-weight: bold;
}

.int-scheda {
    font-weight: bold;
    text-transform: uppercase;
}

.crea-pdf {
    padding-top:50px;
    text-align: center;
}

.imm-pdf {
    float:left;
    height: 400px;
    width: 50%;
    
}

#form-pdf {
    padding-top: 20px;
}

#form-pdf legend {
    font-size:11pt;
}

#appbundle_perizie_ordinaPer,
#appbundle_perizie_ascDesc
{
    background-color: #e9ecef;
}

.form-control-label {
    vertical-align: top;
}

.flash-notice {
    background-color: yellow;
    padding: 10px 10px;
    margin-bottom: 10px;
} 