<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}
body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.popover{
    max-width:500px;
}
.form-signin {
  width: 100%;
  max-width: 700px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
table.personal .bg-grey-dark {
	background-color:#c9c9c9;
}
table.personal .bg-grey-light {
	background-color:#e6e7e8;
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
.ssLoader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/bx_loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.panelMessage {
	background-color: rgba(255, 255, 255, 0.8);
	padding:150px 0px;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.input-Code:disabled {
	font-size:1.8rem;
	margin:0;
	padding:0;
	border: none;
	text-align:center;
	width:auto;
}
/*-NAV-*/
.navbar-light .navbar-nav .nav-link.active {
	background-color:#ffecb4;
}
.navbar-light .nav-int .nav-link.active {
    background-color: #0dcaf0;
}
/*-CHECKBOX-*/
.form-check-input.checkInt {
   margin-top: 0;
   background-color: transparent;
   border: none;
}
/*gridview*/
.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
    top: 0px;
    left: 8px;
}

.table table &gt; tbody &gt; tr &gt; td &gt; span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table &gt; tbody &gt; tr &gt; td:first-child &gt; a,
.table table &gt; tbody &gt; tr &gt; td:first-child &gt; span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table &gt; tbody &gt; tr &gt; td:last-child &gt; a,
.table table &gt; tbody &gt; tr &gt; td:last-child &gt; span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table &gt; tbody &gt; tr &gt; td &gt; a:hover,
.table   table &gt; tbody &gt; tr &gt; td &gt; span:hover,
.table table &gt; tbody &gt; tr &gt; td &gt; a:focus,
.table table &gt; tbody &gt; tr &gt; td &gt; span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.box-login {
	background-color: #feb200;
}
.rosso {
	color: #a41f27;
}

/*end gridview */


</pre></body></html>