﻿.hidden {
    display: none;
}

.bootstrap-iso .radio-inline label {
    font-weight: normal !important;
}

.bg-dark {
    background-color: #82BEE1 !important;
}

/* link pager nelle tabelle */
.table a {
  color: white !important;
}

.body {
    color: #82BEE1 !important;
}

.navbar-dark .navbar-nav .nav-link{
    color: white !important;
}

.table .thead-dark th {
    background-color: #82BEE1 !important;
}

.table-responsive {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.table {
    border: solid 1px;
    border-color: #cccccc;
}

.table .thead-dark th {
    border: solid 1px;
    border-color: #cccccc;
}

.bootstrap-iso .btn-primary{
    background-color: #82BEE1;
    border-color: #82BEE1;
}

.bootstrap-iso .btn-danger {
    background-color: red;
    border-color: red;
    color: grey !important;
}

.btn-info {
    background-color: #82BEE1;
    border-color: #82BEE1;
}

.btn-primary {
    background-color: #82BEE1;
    border-color: #82BEE1;
}

.btn-danger {
    background-color: red;
    border-color: red;
    color: grey !important;
}

.bootstrap-iso {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

div .modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div .modalTitle {
    cursor: move;
    background-color: #82BEE1;
    border: solid 1px Gray;
    color: White;
    text-align: center;
    font-weight: bold;
}

div .modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

/*da mettere a posto*/
div span label.TestoErrore {
    font-weight: bold;
    font-size: 12pt;
    color: red;
    font-family: Arial, Helvetica, Sans-Serif;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

textarea:disabled {
  font-weight: bold;
}

#avatar {
  /* This image is 687 wide by 1024 tall, similar to your aspect ratio */
  /*background-image: url('');*/
  /*background-color: wheat;*/
  /* make a square container */
  width: 50px;
  height: 50px;
  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: top center;
  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 50%;  
}