﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* Reference classes, no implementation */
.js-waves-off, .js-waves-on, .js-get-date, .js-collapse, .js-modal-settings, .js-filter-message, .js-buttons, .js-icon-class, .js-icon-copy, .base, .needs-validation, .flex-start, .text-faded, .app-container-demo, .has-tooltip, .has-popover {
}

.js-bg-color, .js-bg-gradient, .js-bg-gradient-demo, .js-bg-target {
}

.myclass-input{
    height:25px !important;
    font-size:15px !important;
}
input[type="text"].myclass-input{
/*Commento da Aurelio in Data 3/12/2021 */
    /*text-transform: uppercase !important;*/
}
.myclass-label{
    margin-bottom:1px !important;
    margin-top : 7px !important;
}

.myclass-select {
    height: 25px !important;
    padding: 0px 0px 0px 0px !important;
    /*width:auto !important;*/
}

.myclass-btn-codicefiscale{
    margin-top:17px !important;
}

.input-validation-error{
border-color:red !important;
}

.myline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px 4px 0 0;
}

.myclass-btn-salvaanagrafica {
    margin-top: 15px !important;
    color:white !important;
}


.ui-autocomplete {
    background-color: inherit !important;
    width: 280px !important;
    display: block;
    height: auto;
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    z-index:9999 !important;
}

.myclass{
    margin-left:10px !important;

}


#mdlAggiungiAnagraficaElencoAnagrafica {
    min-width: 100%;
    margin: 0;
}

    /*#mdlAggiungiAnagraficaElencoAnagrafica .modal-content {
        min-height: 100vh;
    }*/

.mymodal-dialog {
    min-width: 90% !important;
    min-height: 90% !important;
}
.myclass-preview{
    height:100px !important;
    width:100% !important;
}
.mydropzone-title
{
    padding: 0 0 0 0 !important;
}
/*table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
   word-wrap:break-word;
}*/
/*Z-Index SweetAlert*/
.swal2-container {
    z-index: 3000 !important;
}

.myvalidation.form-control.is-invalid{
    background-image: none !important;
    border-color:red !important;
}


.myclass-card-height{
    height:38px !important;
}
.myclass-border-card{
    
}

.myclass-card-backgroundcolor{
    background-color:#fff !important;
    color:#666666 !important;
}


.myclasstooltip{
    color:blue !important;
}

.myclasscursor{
    cursor:pointer;
}


.myhoverclass.active:hover{
    color:black !important;
}

.myclass-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 100;
}

    .myclass-sticky.is-pinned {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%)
    } 

.myclassbadge {
    background-color:orange !important;

}
.myclass-hr-primary {
    border: 1px solid !important;
    border-color: #4679cc !important;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0.5;
    z-index:999999;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

.my-readonly {
    background-color: #f3f3f3;
    opacity: 1;
    pointer-events: none;
    touch-action: none;
}
.my-readonlySenzaBackGround {
    opacity: 1;
    pointer-events: none;
    touch-action: none;
}


.highlight {
    background: red;
}

.disable-click {
    pointer-events: none;
}

/*.mysignaturewrapper {
    border: 1px solid #4b00ff;
    border-right: 0;
}

canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

button#PulisciFirma {
    height: 100%;
    background: #4b00ff;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

button#PulisciFirma span {
        transform: rotate(90deg);
        display: block;
}*/

