body{
  background-color: #f3f3f3;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: #0b859b;
}
.color-light{
  color: #83888c !important;
}
.switch-custom.form-check-input:checked{
  background-color: #F00!important;
  border-color: #F00!important;
}
.active{
  color: #36a7bc;
}
.active:hover{
  color: #0b859b;
}
.my-z-index{
  z-index: -1;
}
.btn-custom-red{
  color: #FF0000;
}
.color-red{
  background-color: #FF0000;
}
.bg-red{
  background-color: #FF0000!important;
  color: white;
}
.margin-negative{
  margin: -499px 0;
}
.button-custom, .button-custom:hover {
  background-color: #FF0000;
  color: #fff;
}
.button-custom:hover {
  opacity: 0.9;
}
.h-40{
  height: 40px;
}
.btn-label{
  position: relative;left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
}
.btn-labeled{
  padding-top: 0;padding-bottom: 0;
}
.fs-12{
  font-size: 12px;
}
.center-vertical{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #6c757d;
}
@media screen and (min-width: 700px){
  .icon-custom-card{
    font-size: 100px;
    color: lightgray;
  }
  .cont-custom-icon{
    display: block!important;
    position: absolute;
    bottom: 15px;
    right: 50px;
  }
  .container-msg{
    text-align: justify;
    max-width: 72%;
  }
}
@media screen and (min-width: 1200px){
  .container-msg{
    text-align: justify;
    max-width: 80%;
  }
}
.cont-custom-icon{
  display: none;
}
.contaner-msg{
  overflow: auto;
  max-height: 200px;
}
.page-link{
  background-color: white;
  border-color: #b02a37;
  color: #b02a37;
}

.page-item.active-danger .page-link {
  z-index: 3;
  color: #fff;
  background-color: #bb2d3b;
  border-color: #bb2d3b;
}
.page-link:hover {
  z-index: 2;
  color: #bb2d3b;
  background-color: #e9ecef;
  border-color: #bb2d3b;
}
.page-link:focus {
  z-index: 3;
  color: #bb2d3b;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.page-link:disabled{
  opacity: 0.5;
}
/***************************
Card
****************************/

@media screen and (max-width: 1699px) and (min-width: 992px){
  .col-min-height{
    min-height: 720px;
    max-height: 720px;
  }
}
@media screen and (min-width: 1700px){
  .col-min-height{
    min-height: 915px;
    max-height: 915px;
  }
}


.container-card{
  background-color: #f7fcfc;
  padding: 25px 30px 70px 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 9px lightgray;
}
.container-small-card{
  background: white;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0px 3px 9px lightgray;
  margin: 20px 0;
  position: relative;
}
.linea-grigia{
  width: 30px;
  height: 2px;
  background: lightgray;
}

.linea-stati{
  width: 60px;
  height: 2px;
}


/***************************
Wave
****************************/

.wave {
 display: block;
 position: relative;
 top: -2px;
 height: 500px;
 background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 2560 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 0, 0, 1)" d="M 0 308 C 638 308 638 219 1276 219 L 1276 219 L 1276 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 0, 0, 1)" d="M 1275 219 C 1917.5 219 1917.5 127 2560 127 L 2560 127 L 2560 0 L 1275 0 Z" stroke-width="0"></path> </svg>');
 background-size: cover;
 background-repeat: no-repeat;
}

@media (max-width:2559px) {
 .wave {
   background-size: contain;
 }
}


/***************************
Loader
****************************/
.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../../img/loader-sys.gif') no-repeat center rgba(250, 250, 250, 0.5);
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
