.card-title {
  margin-top: 0px;
}

input {
  text-align: center;
}

#fail label {
  color: white;
}

* {
  box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

footer {
  padding: 5;
  margin: 5px;
  margin-left: 10px;
  height: 55.33px;
  position: static;
  bottom: 0;
  background-color: white;
}
footer img {
  height: 45px;
}

.yscroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

#result {
  height: 30%;
  max-height: 150px;
}
#result div {
  margin: 5px;
}

#typeselect {
  margin-left: 5px;
  margin-right: 5px;
}

/* removed as not useful (?)
.row div {
  padding-top: 10;
  padding-bottom: 10;
}
*/
header a {
  color: black;
}
header a:hover {
  text-decoration: none;
}

.maintitle {
  margin: 5px;
  height: 60px;
  text-align: center;
  /*display: grid;
  grid-template-columns: 60px 1fr 60px;
  grid-template-rows: 1fr;*/
}
.maintitle img {
  width: auto;
  height: 100%;
}
.maintitle span {
  font-size: 20px;
}

a button {
  color: black;
}

header {
  margin-bottom: 10px;
}

.centeralign {
  text-align: center;
}

select.form-control {
  height: 34px !important;
}

.titleblock {
  color: #fff;
  background-color: #d43f3a;
  word-wrap: break-word;
}

/*navbar submenu*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.rowable * {
  border-bottom: 1px solid;
}

.rowable *:last-of-type {
  border-bottom: 0px !important;
}

.table td, .table th {
  vertical-align: middle !important;
}

.table-y-responsive {
  overflow-y: auto;
  position: relative;
  padding-right: 0;
}

.tableFixHead { 
  overflow: auto; 
  height: 900px; 
}

.tableFixHead thead th { 
  position: sticky; 
  z-index: 1; 
}

.tableFixHead thead tr:nth-child(1) th { 
  top: 0; 
  height: 35px;
  padding: 10;
}

.tableFixHead thead tr:nth-child(2) th { 
  top: 37px; 
}

.tableFixHead tbody th { 
  position: sticky; 
  left: 0; 
  background-color: white;
}

.form-group > .btn-group {
  display: flex;
  justify-content: center;
}

.align-right {
  text-align: right !important;
}

.innerTableStyle tr:hover {
  background-color: rgba(0,0,0,0) !important;
}

.innerTableStyle tr td {
  border: 0px;
  padding: 4;
}

.modal-xl {
  max-width: 1140px;
}

.btn-squared {
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dashboardrow > div {
  margin-top: 10px;
}

.dashboardrow > div > div:first-child {
  margin-top: 5px;
}

/*Bottone help JIRA*/
#jiraButton {
  position: fixed;
  bottom: 0px;
  right: 0px; 
  padding: 20px;
}
#jiraButton .roundedFixedBtn{
  height: 50px;
  width: 50px;
  line-height: 80px;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #0052CC;
  color: white;
  text-align: center;
  cursor: pointer;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.checklist-row {
  display: block;
}

.checklist-container {
  margin-top: 35px;
}

.checklist-container label {
  margin: 0px;
}

.checklist-container tr {
  border-top: 10px white solid;
}

.checklist-td {
  width: 20px;
}

.checklist-check {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}

.clickable-checklist {
  cursor: pointer;
}