.no-gutters
{
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.sfimg{
    background-color: #e2e2e5;
    background-image: url("/img/sfondo.jpg");
    background-position:70% 25%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*-webkit-filter: blur(2px);
    filter: blur(2px);*/
}
.loginlight{
    width:50%;
    height:50%;
    min-height:150px;
    min-width:150px;
    background: rgba(255, 255, 255, 1);
    float: left;
    text-align: center;    
    border-top: 1vw solid rgba(226, 226, 229, 0);
    border-bottom: 1vw solid rgba(226, 226, 229, 0);
    background-size:cover;
}
.logindark{
    width:50%;
    /*height:50%;*/
    min-height:150px;
    min-width:150px;
    background: rgba(68, 68, 68, 1);
    float: right;
    text-align: center;
    border: 1vw solid rgba(68, 68, 68, 1);
}
.alcentro{
    position: relative;
    transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%); /* Safari and Chrome */
    -moz-transform: translate(0%, 50%); /* Firefox */
    -ms-transform: translate(0%, 50%); /* IE 9 */
    -o-transform: translate(0%, 50%); /* Opera */
}

.modal-xxl{
    max-width: 90vw;
    width: 250mm;
    max-height: 80vh;
    height: 350mm;
}

.login{
    width: 600px;
    max-width: 90vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome */
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -o-transform: translate(-50%, -50%); /* Opera */
}
.disabled{
  background-color:#e9ecef;
  opacity: 1;
  /*cursor: not-allowed;*/
}

.navbar-mine .navbar-brand {
  color: rgba(255, 255, 255, 1);
}

.navbar-mine .navbar-brand:hover, .navbar-mine .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.4);
}

.navbar-mine .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-mine .navbar-nav .nav-link:hover, .navbar-mine .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.4);
}

.navbar-mine .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 1);
}

.navbar-mine .navbar-nav .show > .nav-link,
.navbar-mine .navbar-nav .active > .nav-link,
.navbar-mine .navbar-nav .nav-link.show,
.navbar-mine .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255,0.6);
}

.navbar-mine .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-mine .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-mine .navbar-text {
  color: rgba(255, 255, 255, 1);
}

.navbar-mine .navbar-text a {
  color: rgba(255, 255, 255, 1);
}

.navbar-mine .navbar-text a:hover, .navbar-mine .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.bg-art {
  background-color: #444444 !important;
}
.bg-art .nav-link{
    font-weight: bold;
    color: #FFFFFF;
}

.bg-slategray  {
  background-color: #708090 !important;
}


.economia{
  background-color: #c1f0ed !important;
  color: #000000;
}
.contratto{
  background-color: #b3ffb3 !important;
  color: #000000;
}
.prelavorazione{
  background-color: #d9edf7 !important;
  color: #000000;
}
.prelavorazione_prontaconsegna{
  background-color: #96FFE1 !important;
  color: #000000;
}
.prelavorazione_noleggio{
  background-color: #FFE772 !important;
  color: #000000;
}
.prontaconsegna{
  background-color: #dff0d8 !important;
  color: #000000;
}
.noleggio{
  background-color: #fcf8e3 !important;
  color: #000000;
}

body:before {
  content:"";
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:-1; 
  background: #546B8E;
  background: -moz-linear-gradient(21deg, rgba(2,0,36,1) 0%, rgba(9,71,121,1) 35%, rgba(0,212,255,1) 100%);
  background: -webkit-linear-gradient(21deg, rgba(2,0,36,1) 0%, rgba(9,71,121,1) 35%, rgba(0,212,255,1) 100%);
  background: linear-gradient(21deg, rgba(2,0,36,1) 0%, rgba(9,71,121,1) 35%, rgba(0,212,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
}

.card-size{
  max-width:600px;
  max-height:600px;
  min-height:150px;
  min-width:175px;
  width: 90vw;
  height: 75vh;
  border-radius: 5px;
}

