﻿/*
    #d2aa4e oro fucsia chiaro #c74576
    #2693b5 azzurro blu chiaro #0b8cab

    #ab893b oro scuro fucsia #8e1f49
    #1e718b azzurro scuro blu #076d86
*/

html, body {
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 100vh;
}

body::after {
    content: "";
    background: url('/img/sfondo.jpg');
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

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 !important;
    background-color: #0b8cab;
    border-color: #076d86;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #c74576;
        border-color: #8e1f49;
    }

.btn-secondary {
    color: #fff !important;
    background-color: #c74576;
    border-color: #8e1f49;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #0b8cab;
        border-color: #076d86;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0b8cab;
    border-color: #076d86;
}

.mt-action {
    color: #fff;
    background-color: #7e75b4;
    cursor: pointer;
}
    .mt-action:hover {
        color: #fff;
        background-color: #75c3ab;
    }
    .mt-action:active {
        background-color: #0062cc;
        border-color: #005cbf;
    }

/* 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 */
  background-color: rgba(255,255,255,0.7)
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0b8cab;
}

.nav-item > a:hover {
    color: #0b8cab !important;
}

/*code to change background color*/
.navbar-nav > .active > a {
    background-color: #0b8cab;
    color: white !important;
    border-radius: 3px;
}

.btn-outline-secondary {
    color: #0b8cab;
    border-color: #076d86;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #0b8cab;
        border-color: #076d86;
    }

.custommain {
    background-color: #FFFFFFCC;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow-x:auto;
}

.customcontainer {
    border: solid 1px;
    padding: 25px;
    border-color: #0b8cab;
    border-radius: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.customtable {
    width: 100%;
    margin-top: 15px;
    padding:10px;
}

.customtable tbody tr td {
    padding: 5px;
}

.tableleft {
    text-align:left;
}

.homebuttonsecondary {
    border-radius: 10px;
    text-align: center;
    border: solid 2px white;
    background-color: #8e1f49;
    margin: 10px 10px 10px 10px;
    padding: 20px;
    font-size: 28px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .homebuttonsecondary:hover {
        background-color: #c74576;
        color: white;
        box-shadow: 0px 10px 13px -7px #000000, 2px 2px 10px 0px rgba(0,0,0,0);
    }
.homebuttonprimary {
    border-radius: 10px;
    text-align: center;
    border: solid 2px white;
    background-color: #076d86;
    margin: 10px 10px 10px 10px;
    padding: 20px;
    font-size: 28px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .homebuttonprimary:hover {
        background-color: #0b8cab;
        color: white;
        box-shadow: 0px 10px 13px -7px #000000, 2px 2px 10px 0px rgba(0,0,0,0);
    }
.homebuttondisabled {
    border-radius: 10px;
    text-align: center;
    border: solid 2px #808080;
    background-color: silver;
    margin: 10px 10px 10px 10px;
    padding: 20px;
    font-size: 28px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custominputfile {
    width: 100%;
    background-color: white;
    border-radius: 3px;
    height: auto;
    line-height:30px;
}
.divallegati {
    align-items: center;
    justify-content: center;
}

.tooltip-inner {
    background-color: #ff4040;
}

.arrow::before {
    border-top-color: #ff4040!important;
}

select[readonly] {
    pointer-events: none;
}

.ui-dialog {
    border-radius: 10px!important;
}

.ui-dialog-titlebar {
    margin: 5px!important;
}