html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 15px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .body-content {
        padding: 0;
    }
}

.icon-check-square {
    -webkit-mask: url('/image/check-square.svg') no-repeat 100% 100%;
    mask: url('/image/check-square.svg') no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: currentColor;
}

.inline-icon {
    background-size: 100%;
    height: 1.2em;
    width: 1.2em;
    min-height: 1.2em;
    min-width: 1.2em;
    display: inline-block;
    vertical-align: sub;
    transition: transform 300ms ease-in-out;
}

.tooltips {
    background-color: Green;
    width: 150px;
    height: 20px;
}

.firstRow {
    background-color: #fff;
}

.secondRow {
    background-color: #f5f5f5;
}

.sitesRowOk {
    background-color: #6ebc67;
}

.sitesRowAlert {
    background-color: #fdd805;
}

.sitesRowError {
    background-color: #ff6c3d;
}

.sitesOk {
    color: #6ebc67;
}

.sitesAlert {
    color: #fdd805;
}

.sitesError {
    color: #ff6c3d;
}

.colorIntColumn {
    color: #fff!important;
}

.colorDataRow {
    color: orange;
}

.intRow {
    background-color: #1c61c6 !important;
}

table {
    border-spacing: 0px;
    width: 100%;
    border: 1px solid #f1f1f1;
}

td + td {
    border-left: 0px solid #000;
}

td, th {
    border: 1px solid #f1f1f1;
    color: orange;
    padding: 10px 25px;
}
    
th div {
    position: absolute;
    color: #fff;
    padding: 9px 25px;
    top: 0;
    margin-left: -25px;
    line-height: normal;
    border-left: 1px solid #800;
}

.__table {
    border-collapse: separate;
    width: 100%;
    margin: 20px auto;
}

    .__table tr td {
        border: 1px solid #f1f1f1;
        padding: 5px;
    }

.__table tr.parent td {
    color: lightblue;
    cursor: pointer;
}

.__table tr.child td {
    color: orange;
}

.__table tr.child.hidden {
    display: none;
}

.display-none {
    display: none;
}

.colorBlu {
    color: #1c61c6 !important;
}
