html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.login-info {
  width: 80%;
}
.news-handler {
  cursor: pointer;
  border: 1px solid red;
  padding: 5px 10px;
  color: red;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  background-color: #fff;
}
.news-handler:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.news-handler.selected {
  background-color: red;
  color: #fff;
}
.news_container {
  display: none;
}
.user-list {
  width: 100%;
}
.user-list tbody tr:hover {
  background-color: #eee;
}

#status-container > div > div {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: white;
  border: 3px solid #fff;
  text-align: center;
}
#status-container div .inside-color {
  width: 90%;
  height: 90%;
  margin: 5%;
  cursor: pointer;
  opacity: 0.7;
}
#status-container div .inside-color:hover {
  opacity: 1;
}
.inside-color i {
  font-size: 35px;
  color: white;
}
#status-container div.selected {
  border-color: #333;
}
div.selected .inside-color {
  opacity: 1 !important;
}
#covid div {
  background-color: orange;
}
#healty div {
  background-color: green;
}
#other div {
  background-color: blue;
}
div.status {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
#note {
  display: none;
  margin-top: 15px;
  font-size: 18px;
}
#related {
  display: none;
}
.alert-info {
  padding: 10px;
  width: 400px;
  float: right;
  border-radius: 5px;
}
.close-notify {
  vertical-align: top;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 20px;
}
#send-to-medical {
  background-color: steelblue;
  color: white;
  padding: 5px;
  border: 0;
  text-align:center;
  margin: 5px 0;
  font-size: 20px;
  border: 1px solid white;
}
#send-to-medical:hover {
  background-color: white;
  color: steelblue;
  border: 1px solid steelblue;
}
.emplyee-at-risk table {
  width: 80%;
  text-align: left;
}
.name-employee {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.check-employee input {
  font-size: 18px;
  margin-top: -4px;
}

.navbar-light {
  background-color: #337ab7 !important;
  border-radius: 0 important;
}
.navbar {
  border-bottom-color: #337ab7 !important;
}
.navbar-form {
    border-color: #337ab7 !important;
}
.navbar-toggle {
  border-color: #fff !important;
}
.navbar-header {
  background-color: #337ab7 !important;
  color: #fff !important;
}
.navbar-brand {
  color: #fff !important;
}
.navbar-collapse {
  background-color: #337ab7 !important;
  color: #fff !important;
  /*border: 1px #fff solid !important;*/
}
.navbar-collapse a {
  color: #fff !important;
}
.navbar-collapse button {
  color: #fff !important;
}
.card-container {
  margin-top: 30px;
}
.internal-card {
  border: 1px #999 solid;
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
  cursor: pointer;
  min-height: 250px;
  background-color: #fff;
}
.internal-card .card-title {
  color: #fff;
  background-color: #337ab7;
  font-size: 20px;
  padding: 20px;
}
.internal-card .card-title.doctor {
  background-color: #f96331;
}
.internal-card .card-text {
  padding: 5px;
}
.internal-card .btn {
  margin-bottom: 8px;
}
.card-body i {
  font-size: 80px;
  color: #444;
  margin: 30px auto;
  min-height: 80px;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #fff;
  color: #337ab7 !important;
}
.internal-card:hover {
  box-shadow: 2px 6px 4px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.26) !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}
h1 {
  font-size: 28px;
  color: #337ab7;
  margin: 25px 0;
}
.full.container {
  padding-top: 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #337ab7 !important;
    text-decoration: underline;
    color: white !important;
}
input[type="checkbox"]:after {
  display: none;
}
input[type="checkbox"]:checked:after {
  display: none;
}
.navbar {
  border-radius: 0 !important;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc !important;
    content: "/\00a0";
}

h2 {
  color: #337ab7 !important;
  margin-top: 50px;
}
.export-pdf i {
  font-size: 50px;
  color: red;
  cursor: pointer;
  margin: 0 30px 0 0;

}
.export-pdf span {
  display: inline-block;

}
.export-pdf .xls i {
  color: green;

}
.single_event {
  border-bottom:1px solid #ddd;
  background-color: #fff;
  padding: 10px;
  font-size: 20px;
}

.single_event div {
  display: inline-block;
  vertical-align: middle;
}
.single_event i {
  font-size: 30px;
}
.single_event  .tipo {
  width: 5%;
}
.good, .good i {
  color: green;
}
.single_event .covid {
  color: orange;
}
.single_event .data {
  width: 20%;
}
.single_event .description {
  width: 65%;
}
.single_event .vedi {
  float: right;
  color: #337ab7;
  cursor: pointer;
}
body {
  background-color: #eee !important;
}
.read-content {
  padding: 10px 20px;
}
.modal-title {
  font-size: 28px;
}
.modal-header .close {
  color: #333;
  font-size: 20px;
}
.single-employee {
  border-bottom:1px solid #ddd;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.single-employee:hover {
  box-shadow: 2px 6px 4px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.26) !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
  background-color: #f3f3f3;
}
.single-employee div {
  display: inline-block;
  vertical-align: middle;
}
.single-employee.titles div {
  font-weight: bold !important;
}
.single-employee .employee-image {
  width: 6%;
}
.single-employee .employee-image img {
  width: 40px;
}
.single-employee .employee-namespace {
  width: 30%;
}
.single-employee .employee-department {
  width: 20%;
}
.single-employee .employee-zones {
  width: 20%;
}
.single-employee .employee-status {
  float: right;
}
.single-employee .employee-upload {
  text-align: center;
  width: 5%;
}
.single-employee .employee-upload i {
  font-size: 40px;
  color: #337ab7;
  margin-left: 15px;
}
.single-employee .employee-view {
  float: right;
}
.single-employee .employee-view i {
  margin: 1px 0px 0 -40px;
  position:absolute;
  font-size: 40px !important;
  color: green;
}

.single-employee .employee-status i {
  font-size: 30px;
}
.employee-status.c4 i {
  color: green;
}
.employee-status.c5 i {
  color: blue;
}
.employee-status.c6 i {
  color: orange;
}
h2.storico {
  font-size: 18px;
}
h2.storico i {
  display: inline-block;
  margin-left: 10px;
  margin-top: -4px;
}
.send_to {
  margin-right: 10px !important;
  font-size: 30px;
}
.send_to_text {
  margin-left: 10px;
  font-size: 18px;
}



.single-pdf {
  border-bottom:1px solid #ddd;
  background-color: #fff;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.single-pdf:hover {
  box-shadow: 2px 6px 4px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.26) !important;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
  background-color: #f3f3f3;
}
.single-pdf div {
  display: inline-block;
  vertical-align: middle;
}
.single-pdf.titles div {
  font-weight: bold !important;
}
.single-pdf .pdf-image {
  width: 6%;
}
.single-pdf .pdf-image img {
  width: 40px;
}
.single-pdf .pdf-namespace {
  width: 30%;
}
.single-pdf .pdf-department {
  width: 20%;
}
.single-pdf .pdf-zones {
  width: 20%;
}
.single-pdf .pdf-status {
  float: right;
}
.single-pdf .pdf-upload {
  text-align: center;
  width: 5%;
}
.single-pdf .pdf-upload i {
  font-size: 40px;
  color: #337ab7;
  margin-left: 15px;
}
.single-pdf .pdf-view {
  float: right;
}
.single-pdf .pdf-view i {
  margin: 1px 0px 0 -40px;
  position:absolute;
  font-size: 40px !important;
  color: green;
}

.single-pdf .pdf-status i {
  font-size: 30px;
}
.pdf-status.c4 i {
  color: green;
}
.pdf-status.c5 i {
  color: blue;
}
.pdf-status.c6 i {
  color: orange;
}


.form-card{
padding:20px;
background:#f7f7f9;
}

.form-header{
text-decoration:underline;
}


.description-text{
  font-weight:normal !important;
}

.data-list{
 margin-left:15px;
}

.list-name{
margin-top:10px;
}

.list-block{
background: #fbfbfb;
}

.info-text{
  margin-left:100px;
  font-style:italic;
}
.text-result{
 margin-left:10px;
font-style:italic;
}


.main-title{
  text-align: center;
}

.main-logo{
max-width:100%;
 margin-top:30px;
}

.mail-to{
 margin-left:10px;
}

.main-banner{
margin-bottom:80px;
}

.info-doc{
  padding:20px;
}

.header-block{
border: 1px solid #dbdbdb;
}

.form-textarea{
 resize:none;
}

.single-pdf a:hover{
    text-decoration: none;
}
