/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/
/* CUSTOM CSS */
/* ----------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.box-ordine {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.container-fluid {
    /*min-width: 1000px;*/
}

.home-width {
    width: 500px;
}
.navbar .brand {
    background: #D14741;
    color: #fff;
    text-shadow: none;
    margin-right: 10px;
}
.nav .active > a,
.nav .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #cccccc;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #2b2b2b;
    text-decoration: none;
    background-color: #cccccc;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #2b2b2b;
    text-decoration: none;
    background-color: #cccccc;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #cccccc, #bcbcbc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#bcbcbc));
    background-image: -webkit-linear-gradient(top, #cccccc, #bcbcbc);
    background-image: -o-linear-gradient(top, #cccccc, #bcbcbc);
    background-image: linear-gradient(to bottom, #cccccc, #bcbcbc);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cccccc', endColorstr='#bcbcbc', GradientType=0);
}

.multiselect-container.dropdown-menu li > a:hover,
.multiselect-container.dropdown-menu li > a:focus {
    text-decoration: none;
    color: #ffffff;
    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);
}

ul.multiselect-container.dropdown-menu,
.overflow-hidden {
    overflow: hidden;
}

.multiselect-container.dropdown-menu li,
.multiselect-container.dropdown-menu li {
    cursor: pointer;
}

.multiselect-container.dropdown-menu li label,
.multiselect-container.dropdown-menu li label,
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio
{
    display: block;
    padding: 3px 40px 3px 20px !important;
    margin-bottom: 0;
}

.multiselect-container.dropdown-menu li a,
.multiselect-container.dropdown-menu li a {
    padding: 0;
}

.page-header {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
    font-weight: 300;
}
.progress {
    width: 100%;
}
p.help-block {
    font-style: italic;
    font-size: 11px;
}
a {
    color: #2b2b2b;
    text-decoration: none;
}
a:hover {
    color: #d30e0e;
    text-decoration: underline;
}
hr.soften {
    height: 1px;
    margin: 10px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    border: 0;
}
.table tbody tr:hover {
    color: #d30e0e;
}
/* PANELS */
.list-group {
    margin: 0 0 20px;
    background-color: #ffffff;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 30px 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item.hidden {
    display: none;
    visibility: hidden;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item .list-group-item-text {
    color: #555;
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #2a6aa2;
}

a.list-group-item.active + a.list-group-item,
a.list-group-item.active.hidden + a.list-group-item.active {
    border-top: 1px solid #2a6aa2;
}

a.list-group-item.active.hidden + a.list-group-item {
    border-top: 1px solid #dddddd;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
    cursor: initial;
}

a.list-group-item.active .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text {
    color: #e1edf7;
}

.list-group-item > .badge,
.list-group-item > .glyphicon-chevron-right {
    float: right;
    margin-right: -15px;
}

.list-group-item > .glyphicon-chevron-right {
    margin-right: -15px;
}

.list-group-item > .glyphicon + .badge {
    margin-right: 5px;
}

/*.panel-primary {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #006dcc;
}

.panel-success {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #84e136;
}

.panel-warning {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #f9ab15;
}

.panel-danger {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #ec1e3c;
}

.panel-info {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #a0e7f5;
}*/

.list-group-flush {
    margin: 15px -15px -15px;
}

.list-group-flush .list-group-item {
    border-width: 1px 0;
}

.list-group-flush .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    border-bottom: 0;
}

/* WELLS */
.well {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;

    box-shadow: none;
}
.palette {
    color: #ffffff;
}
.palette-turquoise {
    background-color: #1abc9c;
}
.palette-green-sea {
    background-color: #16a085;
}
.palette-emerland {
    background-color: #2ecc71;
}
.palette-nephritis {
    background-color: #27ae60;
}
.palette-peter-river {
    background-color: #3498db;
}
.palette-belize-hole {
    background-color: #2980b9;
}
.palette-amethyst {
    background-color: #9b59b6;
}
.palette-wisteria {
    background-color: #8e44ad;
}
.palette-wet-asphalt {
    background-color: #34495e;
}
.palette-midnight-blue {
    background-color: #2c3e50;
}
.palette-sun-flower {
    background-color: #f1c40f;
}
.palette-orange {
    background-color: #f39c12;
}
.palette-carrot {
    background-color: #e67e22;
}
.palette-pumpkin {
    background-color: #d35400;
}
.palette-alizarin {
    background-color: #D14741;
}
.palette-pomegranate {
    background-color: #c0392b;
}
.palette-clouds {
    background-color: #ecf0f1;
}
.palette-silver {
    background-color: #bdc3c7;
}
.palette-concrete {
    background-color: #95a5a6;
}
.palette-asbestos {
    background-color: #7f8c8d;
}
.palette-clouds {
    color: #bdc3c7;
}
.palette-paragraph {
    color: #7f8c8d;
    font-size: 12px;
    line-height: 17px;
}
.palette-paragraph span {
    color: #bdc3c7;
}
.palette-headline {
    color: #7f8c8d;
    font-weight: 700;
    margin-top: -5px;
}
a.big-link  {
    display:block;
    width:100%;
    color: #fff;
    text-decoration: none;
}
.sede {
    background-image: url(../skin/icon-sede.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-bottom: 29px;
}
.news {
    background-image: url(../skin/icon-news.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.clear {
    clear:both;
}

/* EQUIPAGGIO */
.loading { display: none; position: absolute; top: 40px; left: 40px; }
.link-list { position: relative; z-index: 9; }

.link {
    padding: 0px 10px 0px 10px;
    margin-right: -21px;
    cursor: pointer;
    outline: 0;
    border-top: 1px solid #dddddd;
}
.link:hover {
    background: #cce1f2;
}
.extended {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    border-right: 1px solid #cce1f2;
    background:#cce1f2;
}
.extended:hover {
    background: #cce1f2;
}
.link-details{overflow:hidden;background-color:#fff;overflow:auto;position:fixed;top:10px;bottom:0;right:0}.link-details-content{width:100%;height:90%;padding-left:0px;padding-right:0px;padding-top:20px;padding-bottom:20px;overflow-x:hidden;overflow-y:auto;border-left:1px solid #969696;border-top:1px solid #ddd;position:fixed;top:50px;background:#cce1f2;}

.box-ordine {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    /* background-color: #f5f5f5; */
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.box-riquadro {
    text-align: center;
    padding-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.label-ord {
    color: #b3b3b3;
}

.dark-bg {
    background-color: #f5f5f5;
}

.provvisorio {
    color: #ccc;
}

.confermato {
    color: #000;
}

.white-bg {
    background-color: #FFF;
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-bottom-5 {
    padding:  0 0 0 0;
}
.padding-top-5 {
    padding:  5px 5px 0 5px;
}
.padding-top-20 {
    padding-top: 20px;
}

.padding-top-bottom-5 {
    padding: 5px 0 5px 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.fileupload-selected-file-label {
    margin: 5px 10px 0 10px;
}

.nowrap {
    white-space: nowrap;
}

.with-padding {
    padding: 1em;
}

.onehalf{width:50%;}
.onehalfleft{width:50%;float:left;}
.onethird{width:33%;}
.onethirdleft{width:33%;float:left;}
.onefourth{width:25%;}
.onefourthleft{width:25%;float:left;}


.label-servizi {
    margin-bottom: 0;
    margin-left: 5px;
}

.servizio-selezionato {
    background-color: lightyellow;
}

.thumbnail {
    min-height: 40px;
}

.bar {
    height: 18px;
    background: green;
}

.filtrato {
    border-color: yellow;
    border-width: 2px;
}


.row_ord {
    /* margin-bottom: 0; */
    margin: 5px;
}

.ord-collegato {
    margin: 5px;
    /* margin-bottom: 0px; */
}

.ord-riquadro {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F0F0F0;
}

.ord-riquadro-rientro {
    padding: 5px;
    margin: 5px;
}

.v-center {
    min-height:200px;
    display: flex;
    justify-content:center;
    flex-flow: column wrap;
}

.pad-20 {
    padding: 20px;
}

label {
    color: #BBB;
}

label.label-servizi {
    color: #555555;
    max-height: 40px;
    overflow: auto;
}
.riga-selezionata {
    background-color: #dff0d8;
}

#tableSchedari button {
    margin-left: 5px;
}

.padded-row {
    padding: 10px 0 20px 0;
}

.search-autocomplete-pop-up {
    position: absolute;
    top: 100%;
    left: 50%;
}

fieldset>input , fieldset>select, fieldset>.btn-group, fieldset>label,
fieldset>.chosen-container,
fieldset .chosen-container,
fieldset .btn-group {
    margin-top: 5px;
}

fieldset>.chosen-container {
    vertical-align: top;
}

.btn_show_raee_doc,.btn_show_pdf_dtr {
    margin-bottom: 3px;
}

.page-header h1 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding-top: 10px;
}
.page-header h1 small{
    font-size: 18px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}

.ui-autocomplete-category {
    font-size: 1.05em;
    font-weight: bold;
    float: left;
    clear: left;
    width: 100%;
}

td button, td a.btn {
    margin-left: 5px;
}

td button:first-child, td a.btn:first-child {
    margin-left: 0;
}

.entries-actions {
    min-width: 80px;
    text-align: right;
}

.entries-actions .pull-right {
    text-align: right;
}

.entries-actions a.btn {
    margin-bottom: 5px;
}

th {
    color: #BBB;
}


#tabBooSquadra td {
    border: none;
}

.si-table {
    table-layout: fixed;
}

@media (max-width: 1354px) {
    .navbar a.brand {
        width: 100%;
        margin-right: 0px;
    }
}

.full-width-100-perc {
    width: 100%;
}

.formError .formErrorContent {
    background: rgb(209, 71, 65);
}

.formError .formErrorArrow div {
    background: rgb(209, 71, 65);
}

.btn.btn-link.btn , .btn-link:focus {
    width: 32px;
    height: 32px;
    background: url("./img/link_32.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
}

.btn.btn-unlink , .btn.btn-unlink:focus {
    width: 32px;
    height: 32px;
    background: url("./img/broken_link_32.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
}

#calendarPVpom > .fc-toolbar,
#calendarPVpom .fc-head {
    display: none;
}



.ajax-loader {
    background-image: url('../skin/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: top left;
    top: 0;
    left: 0;
    float: left;
    position: absolute;
    width: 16px;
    height: 11px;
    z-index: 9999;
}

.font-bold {
    font-weight: bold;
}

.not_body {
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 200px;
}

.icon-certificate-custom {
    background-image: url('../skin/cert-icon.png');
    background-position: 0 0;
    width: 17px;
    height: 17px;
}

.icon-octicon-eye-custom {
    background-image: url('../skin/icon_node_link_direction.png');
    background-position: center;
    width: 14px;
    height: 14px;
}

.btn-mini [class^="icon-certificate-custom"], .btn-mini [class*=" icon-certificate-custom"] {
    margin-top: -3px;
}

.tooltip-respect-newlines + .tooltip .tooltip-inner {
    white-space:pre-wrap;
}

.ware_photo_thumb {
    margin: 10px;
    cursor: pointer;
    -webkit-transition: box-shadow linear .1s, box-shadow linear .1s,
        border linear .1s, box-shadow linear .1s;
    -moz-transition: box-shadow linear .1s, box-shadow linear .1s,
        border linear .1s, box-shadow linear .1s;
    -o-transition: box-shadow  linear .1s, box-shadow linear .1s,
        border linear .1s, box-shadow linear .1s;
    transition: box-shadow linear .1s, box-shadow linear .1s,
        border linear .1s, box-shadow linear .1s
}

.ware_photo_thumb:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border: 1px solid #ccc;
}

.full-height-width-carousel.carousel .carousel-inner {
    height: 100%;
}
.full-height-width-carousel.carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.full-height-width-carousel.carousel .carousel-inner .item img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
    z-index: 0;
}

.input-append.date .input-bootstrap-datepicker-full,
.input-bootstrap-datepicker-full {
    /* 28px = width dello span con l'icona del datetimepicker. */
    width: calc(100% - 28px);
}

.ui-datepicker.ui-widget {
    z-index: 1050 !important;
}

.intl-tel-input-phone-container .intl-tel-input {
    height: 30px;
    margin-bottom: 10px;
}

.intl-tel-input-phone-container .intl-tel-input-phone {
    height: 100%;
}

.height-100-perc {
    height: 100%;
}


.item-badge-container {
    position: relative;
}

.item-badge-container .item-badge-notification {
    position: absolute;
    top: -90%;
    right: -80%;
    /*    display: none;*/
    z-index: 9999;
}

#pvOrdiniCount {
    margin-top: 35px;
}

.table-layout-layout-fixed-sync tbody tr:first-child td {
    border-top: 0;
}

.table-layout-layout-fixed-sync table {
    width:100%;
    table-layout: fixed;
    margin-bottom: 0;
}
.table-layout-layout-fixed-sync .tbl-content{
    overflow-x: auto;
    margin-top: 0px;
}
.table-layout-layout-fixed-sync th{
    padding: 8px 10px;
    text-align: left;
    font-size: 12px;
}
.table-layout-layout-fixed-sync td{
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

#tablePvOrdiniCountBodyWrapper {
    max-height: 300px;
    border: 1px solid #ddd;
}

#tablePvOrdiniCountBodyWrapper td.table-pv-ordini-count-body-cell,
#tablePvOrdiniCountHeader th.table-pv-ordini-count-body-cell {
    text-align: right;
}

.tbl .tbl-header table,
.tbl .tbl-content table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

.dropdown-menu-scrollable {
    overflow: auto;
}

a.dropdown-menu-scrollable-toggle {
    position: relative;
}

a.dropdown-menu-scrollable-toggle::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -3px;
    right: 10px;
    left: auto;
    display: none;
}
a.dropdown-menu-scrollable-toggle-left::before {
    left: 10px;
    right: auto;
}
a.dropdown-menu-scrollable-toggle::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -3px;
    right: 11px;
    z-index: 1001;
    display: none;
}
a.dropdown-menu-scrollable-toggle-left::after {
    right: auto;
    left: 11px;
}

a.dropdown-menu-scrollable-toggle-right::before {
    left: auto;
    right: 18px;
}
a.dropdown-menu-scrollable-toggle-right::after {
    left: auto;
    right: 19px;
}

.open > a.dropdown-menu-scrollable-toggle::before,
.open > a.dropdown-menu-scrollable-toggle::after {
    display: block;
}

.btn.btn-link-collapse.btn-link.btn, .btn.btn-link-collapse.btn-link:focus {
    width: auto;
    height: auto;
    background: none;
    border: none;
    padding-left: 0;
    outline: none;
    text-decoration: none;
}

.accordion-heading:hover .btn.btn-link-collapse.btn-link.btn {
    color: #005580;
}

.navbar #headerMenuList.nav {
    left: -10px;
}

.alert-grey, alert-grey h4 {
    color: #777777;
}

.alert-grey {
    background-color: #f7f7f7;
    border: 1px solid #ececec;
}

.multiselect-container.dropdown-menu {
    margin-bottom: 20px;
}

.gm-style-iw {
    -webkit-user-select: auto !important;
    -moz-user-select: text !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.v-align-row-fluid {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.v-align-cell1 {
    width: 8.33333333333%;
    display: table-cell;
}

.v-align-cell2 {
    width: 16.6666666667%;
    display: table-cell;
}

.v-align-cell3 {
    width: 25%;
    display: table-cell;
}

.v-align-cell4 {
    width: 33.3333333333%;
    display: table-cell;
}

.v-align-cell5 {
    width: 41.6666666667%;
    display: table-cell;
}

.v-align-cell6 {
    width: 50%;
    display: table-cell;
}

.v-align-cell7 {
    width: 58.3333333333%;
    display: table-cell;
}

.v-align-cell8 {
    display: table-cell;
    width: 66.6666666667%;
}

.v-align-cell9 {
    display: table-cell;
    width: 75%;
}

.v-align-cell10 {
    display: table-cell;
    width: 83.3333333333%;
}

.v-align-cell11 {
    display: table-cell;
    width: 91.6666666667%;
}

.v-align-cell12 {
    display: table-cell;
    width: 100%;
}

[class*="v-align-cell"].v-align-cell-left {
    text-align: left;
}

[class*="v-align-cell"].v-align-cell-right {
    text-align: right;
}

[class*="v-align-cell"].v-align-cell-center {
    text-align: center;
}

[class*="v-align-cell"].v-align-vertical-center {
    vertical-align: middle;
}

[class*="v-align-cell"] .v-align-cell-content {
    display: inline-block;
    line-height: 0;
}

[class*="v-align-cell"].v-aling-cell-top {
    vertical-align: top;
}

.td-button-first {
    margin-left: 0;
}

.inline-button-a-wrapper {
    display: inline-block;
}

.text-readable-good {
    font-weight: normal;
    letter-spacing: 0.5px;
    letter-spacing: 0.4px;
}

.badge-yellow {
    background-color: #fdcf55;
}

.badge-pansy {
    background-color: #ff6384;
}

.badge-blue {
    background-color: #36a2eb;
}

.badge-aqua {
    background-color: #4bc0c0;
}

.badge-fire {
    background-color: #F44336;
}

.badge-fucsia {
    background-color: #fa6383;
}

.badge-bio {
    background-color: #4CAF50;
}

.badge-green {
    background-color: #66bb6a;
}

.badge-viola {
    background-color: #9766ff;
}

.badge-sun {
    background-color: #fdcf54;
}

.badge-custom-warning {
    background-color: #c09853;
}

.badge-custom-error {
    background-color: #b94a48;
}

.badge-important-detail {
    background-color: #ef462c;
}

.badge-activable:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.badge-yellow.badge-activable:active {
    background-color: #eabe50;
}

.badge-pansy.badge-activable:active {
    background-color: #dc5773;
}

.badge-blue.badge-activable:active {
    background-color: #318dcc;
}

.badge-aqua.badge-activable:active {
    background-color: #3ea5a5;
}

.badge-fire.badge-activable:active {
    background-color: #da372b;
}

.badge-bio.badge-activable:active {
    background-color: #46a549;
}

.badge-violet {
    color: white;
    padding: 1px 5px;
    margin-bottom: 2px;
    border-radius: 4px;
    background-color: #a676e2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border: 1px solid #6f4e98;
    width: auto;
    display: inline-block;
    font-size: 11px;
}

.clear-multiselect-filter.close {
    display: none;
    vertical-align: top;
    float: none;
    margin-left: 5px;
    margin-top: 2px;
}

.custom-icon-red-random {
    background-image: url("../skin/icon-red-random.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.custom-icon-secure-grey {
    background-image: url("../skin/icon-secure-grey.png");
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: bottom;
}

.custom-icon-secure-green {
    background-image: url("../skin/icon-secure-green.png");
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: bottom;
}

.custom-icon-yellow-exclamation-triangle {
    background-image: url("../skin/icon-yellow-exclamation-triangle.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.alert-aside-icon {
    display: table-cell;
    margin-right: 8px;
    float: left;
}

.display-table-cell {
    display: table-cell;
}

.custom-icon-red-exclamation-circle {
    background-image: url("../skin/icon-red-exclamation-circle.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.prepended-icon-alert {
    margin-left: 5px;
}

.alert-inline,
.display-inline {
    display: inline-block;
}

.cursor-initial {
    cursor: initial;
}

.fa-lg {
    line-height: 1em;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio,
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio],
.multiselect-container label.checkbox, .multiselect-container label.radio,
.multiselect-container li a label.checkbox input[type=checkbox], .multiselect-container li a label.radio input[type=radio]
{
    margin-right: 3px !important;
    /* margin-left: 0 !important; */
}

.alert .multiselect-container label {
    text-shadow: none;
}

.upload-file-container {
    width: 25%;
}

.transitioned-dimensions {
    -webkit-transition: height 0.6s ease, width 0.6s ease;
    transition: height 0.6s ease, width 0.6s ease;
}

.info-list {
    list-style-type: none;
}

.italic {
    font-style: italic;
}

.text-align-center,
.table th.text-align-center, .table td.text-align-center {
    text-align: center;
}

input[type="checkbox"].inline-checkbox {
    margin: 0;
}

.form-input-inline:first-child {
    margin-left: 0;
}

.form-input-inline,
.form-input-inline + .form-input-inline-container .form-input-inline,
.form-input-inline-container .form-input-inline + .form-input-inline-container .form-input-inline {
    display: inline-block;
    margin-left: 5px;
}

.form-input-inline-container {
    display: inline-block;
    margin-bottom: 8px;
}

.icon-popover {
    margin: -2px 0 0 0;
    vertical-align: middle;
}

body > .popover {
    z-index: 999999;
}

.popover-respect-newlines .popover .popover-content,
.popover-respect-newlines.popover .popover-content {
    white-space: pre-wrap;
}

.form-input-inline .btn-group {
    margin-top: 0;
}

.table-bordered tbody:last-child tr:last-child>td:last-child {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.table td.alert {
    text-align: center;
    border: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.combo-nav-pills.nav-pills>li>a
.combo-nav-pills.nav-pills>.active>a,
.combo-nav-pills.nav-pills>.active>a:hover,
.combo-nav-pills.nav-pills>.active>a:focus,
.combo-nav-pills.nav .active > a,
.combo-nav-pills.nav .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
    cursor: default;
}

.tab-pane .span-input {
    padding-left: 10px;
}

.border-box {
    box-sizing: border-box;
}

.btn-generate-random-pwd {
    cursor: pointer;
}

.modal-body.si-level-fluid-height {
    padding-top: 0;
    padding-bottom: 0;
}

.tbl-header, .tbl-content {
    border-bottom: 1px solid #e5e5e5;
}

/*.si-level-fluid-height .table {
    margin-bottom: 0;
    padding: 8px 0px;
}*/

.no-margin-bottom {
    margin-bottom: 0;
}

.btn-show-bordereau,
.multiselect-container.dropdown-menu li a, .multiselect-container.dropdown-menu li a.btn-show-bordereau {
    padding: 0 5px;
    font-size: 12px;
}

.btn-show-bordereau {
    display: inline-block;
    vertical-align: bottom;
}

.overflow-scroll {
    overflow: auto;
}

.display-none {
    display: none;
}

.navbar {
    background-color: #FFF;
}

.form-inline fieldset > *,
.form-inline fieldset > div.control-group > * {
    margin-top: 0px;
    margin-bottom: 5px;
}

.form-inline fieldset > div.control-group > .clear-multiselect-filter.close {
    margin-top: 2px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar .nav {
    float: none;
}

@media (max-width: 979px) {
    body {
        padding-top: 0px !important;
    }

    #bluelinksFixedTopBar {

    }

    #bluelinksFixedTopBar .container-fluid {
        width: 100%;
        min-width: inherit;
    }

    .navbar-inner {
        border: none !important;
        box-shadow: none !important;
        padding: 0px !important;
    }

    #bluelinksFixedTopBar .btn-navbar {
        margin-right: 50px;
    }

    #navbarBrandLogo {
        width: auto;
        margin-left: -20px;
    }

    #headerMenuList {
        margin-top: 25px;
    }

    #headerMenuList2 {
        float: left /* !important; */
    }
}

@media (max-width: 768px) {
    #bluelinksFixedTopBar .container-fluid {
        padding: 0px 40px;
    }

    #bluelinksFixedTopBar .btn-navbar {
        margin-right: 75px;
    }

    .modal { left: 50%; }

    #pv-team-btns {
        width: auto !important;
    }
}

.bottom-shadow {
    -moz-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,0.1);
    box-shadow: 0 3px 2px -2px rgba(0,0,0,0.1);
}

.bottom-shadow-harder {
    -moz-box-shadow: 0 3px 7px -3px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,0.9);
    box-shadow: 0 3px 7px -3px rgba(0,0,0,0.9);
}

#dlgPrintDeliveryDocs .modal-body button.multiselect + .multiselect-container {
    max-height: 300px;
    overflow-y: auto;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

#dlgPrintDeliveryDocs #print_delivery_docs_targa + .btn-group{
    margin-top: 0;
}

.caret.caret-reversed {
    transform: rotate(180deg);
}

.btn-violet {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #673AB7;
    background-image: -moz-linear-gradient(top, #956FD9, #673ab7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#956FD9), to(#673AB7));
    background-image: -webkit-linear-gradient(top, #956FD9, #673AB7);
    background-image: -o-linear-gradient(top, #956FD9, #673AB7);
    background-image: linear-gradient(to bottom, #956FD9, #673AB7);
    background-repeat: repeat-x;
    border-color: #673AB7 #673AB7 #40148C;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff956fd9', endColorstr='#ff673ab7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-violet:hover, .btn-violet:focus, .btn-violet:active, .btn-violet.active, .btn-violet.disabled, .btn-violet[disabled] {
    color: #ffffff;
    background-color: #673AB7;
}

.box-shadow-input-focused {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);    
}

.rounded-borders-circle {
    border-radius: 50%;
}

.riquadroReferenteOrdineWrapper {
    float: right;
    margin: 0px 10px 8px 0;
    position: relative;
}

.riquadroReferenteOrdine {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -40px;
    top: 10px;
    -webkit-transition: box-shadow linear .1s;
    -moz-transition: box-shadow linear .1s;
    -o-transition: box-shadow linear .1s;
    transition: box-shadow linear .1s;
}

.btnReferenteOrdine, .btnReferenteOrdine:focus {
    outline: none;
}

.riquadroReferenteOrdine:hover {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.40);
}

.riquadroReferenteOrdine:active {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.btn.btnReferenteOrdine {
    border-color: #b3b3b3;
}

.nextToButtonRiquadroContattaReferente {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.row-utente-referente .label-ord {
    text-align: right;
}

.row-utente-referente a.utente-referente-email {
    color: #288bda;
}

.dlg_pag_popover + .popover, .pag_popover + .popover {
    max-width: 350px;
    width: auto;
}

.menu-user-label {
    padding-left: 5px;
}


.dropdown-menu li.bluelinks-notification-list-item > a:hover,
.dropdown-menu li.bluelinks-notification-list-item > a:focus,
li.bluelinks-notification-list-item a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(rgba(29, 33, 41, .04), rgba(29, 33, 41, .04));
}

.bluelinks-notification-list-item {
    border-bottom: 1px solid #ccc;
}

.dropdown-menu > li.bluelinks-notification-list-item > a {
    padding: 10px 20px 10px 10px;
}