@media print { * { -webkit-print-color-adjust: exact !important; /*Chrome, Safari */ color-adjust: exact !important; /*Firefox*/ } }

.widget-faro-numbers {
    font-weight:bold;
    font-size:1.8rem;
    display:block;
}

.text-faro-blue {
    color:#187fc3 !important;
}

@media print {
    .new-page {
        page-break-before: always !important;
    }
}
.ui.progress{
    height: 100%;
}
.progress{
    background-color: transparent;
}
.card-header {
    text-transform:none !important;
}

.card-title {
    text-transform:none !important;
}

.card-header-title {
    text-transform:none !important;
}

.report-left {
    width: 70%;
}

.report-right {
    width: 30%;
}

.blank-row {
    height: 15px !important;
}

.iframe-quicksight{
    width: 100%;
    height: calc(70vh - 50px);
    border-width: 0;
}

.arrow_box{
    padding: 5px;
}
.arrow_span{
    color: #0b5885;
}

.tooltip_radar{
    border-radius: 5px;
    box-shadow: 2px 2px 6px -4px #999;
    cursor: default;
    font-size: 14px;
    width: 200px;
}

.header{
    display: block;
    background: #eaeaea;
    border-bottom: 2px solid #eaeaea;
    padding: 5px;
}
.body{
    display: block;
    padding: 5px;
}
.left{
    display: inline-block;
    padding: 5px;
    width: 50%;
}
.right{
    display: inline-block;
    width: 50%;
    text-align: right;
}

.dot {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.text{
    font-size: 12px;
    font-weight: bold;
}
.app-sidebar .scrollbar-sidebar{
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.table-ok{
    background-color: #3ac47d;
    text-align: center;
    cursor: pointer;
}
.table-partly_ok{
    background-color: #f7b924;
    text-align: center;
    cursor: pointer;
}
.table-error{
    background-color: #f44646;
    text-align: center;
    cursor: pointer;
}
.table-empty{
    background-color: #b4b4b4;
    text-align: center;
    cursor: pointer;
}
.table-none{
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.header-faro, .project, .header-project{
    cursor: pointer;
}

.div-table-operational{
    margin-top: 20px;
}

.tooltip-operational {
    position: relative;
}

.tooltip-operational .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #96ade3;
    border-radius: 6px;
    padding: 5px;
    font-weight: normal;
    align-items: center;
    display: flex;
    justify-content: center;


    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip-operational:hover .tooltiptext {
    visibility: visible;
}

.pr-class{
    font-weight: bold;
}

.calendar .calendar-header {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

.calendar .calendar-header .year-title {
    font-size: 18px;
}

.calendar .calendar-header .year-title:hover,
.calendar .calendar-header .prev:hover,
.calendar .calendar-header .next:hover{
    background: rgba(255, 255, 255, 0.2);
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
    border-bottom: 2px solid #2196f3;
}

.calendar .calendar-header .year-neighbor {
    color: inherit;
    opacity: 0.7;
}

.calendar .calendar-header .year-neighbor2 {
    color: inherit;
    opacity: 0.4;
}

.calendar .months-container .month-container {
    height: 235px;
    margin-bottom: 55px;
}

.calendar table.month {
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

.calendar table.month th.month-title {
    background-color: #f0f0f0;
    color: #888;
    padding: 6px;
    font-size: 13px;
    font-weight: 600;
}

.calendar table.month th.day-header {
    padding-top: 8px;
    padding-bottom: 5px;
    color: #666;
    font-weight: 500;
}

.calendar table.month td.day .day-content {
    color: #666;
    padding: 9px 7px;
    border-radius: 2px;
}

.coverage-error{
    background-color: #f44646;
    color: #ffffff;
}
.coverage-ok{
    background-color: #87c7a1;
    color: #ffffff;
}

.form-checkbox{
    margin-top: 31px;
}

#num_of_recurrences_div, #num_strings_div{
    display: none;
}

.icn-spinner {
    -webkit-animation: spin-animation 2s linear infinite;
    -moz-animation: spin-animation 2s linear infinite;
    -ms-animation: spin-animation 2s linear infinite;
    -o-animation: spin-animation 2s linear infinite;
    animation: spin-animation 2s linear infinite;
    display: inline-block;
    font-size: 20px;
}

.modal-loading{
    display: flex;
    position: fixed; /* Stay in place front is invalid - may break your css so removed */
    padding-top: 60px; /* Location of the top menu */
    padding-left: 280px; /* Location of the left sidebar */
    align-items: center;
    justify-content: center;
    left: 0;
    right:0; /* Full width (left and right 0) */
    top: 0;
    bottom: 0; /* Full height top and bottom 0 */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 9999; /* Sit on top - higher than any other z-index in your site*/
}

.anchor-click{
    color: #3f6ad8 !important;
    cursor: pointer;
}
.tfoot-energy tr td:not(:nth-last-child(1),:nth-last-child(2)) {
    background-color: #d0d0d0;
    text-align: center;
}

.body-faro{
    width: calc(100vw - 280px - 80px);
}
.closed-sidebar:not(.closed-sidebar-mobile) .body-faro{
    width: calc(100vw - 80px - 80px);
}
.edit-file{
    margin-bottom: 1rem;

}
.anchor-edit-file{
    margin: 0;
    position: absolute;
    top: 45%;
}
.hide-min{
    display: none;
}
.unit{
    opacity: .6;
    font-size: 0.88rem;
}
.report-project-info{
    width: 15%;
}
.report-project-number{
    width: 5%;
}
.tr-op-report th{
    padding: 0 0 0 10px;
    border: 0;
}
.card-op-report{
    background-color: #e6e5e5;
}
.card-op-report-wrong{
    background-color: #e4daca;
}
.card-op-inline{
    display: inline-block;
}
.card-op-report-title{
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
}
.card-op-report-text{
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
}
.card-op-report-comment{
    color: rgba(13, 27, 62, 0.7);
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
}
.card-op-report-obs{
    color: rgba(13, 27, 62, 0.7);
    font-size: 0.78rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
}
.card-op-info{
    padding: 10px 25px;
    display: inline-block;
}
.bg-faro{
    background-color: rgba(117, 130, 140, 0.1);
}
.text-format{
    font-size: 1.6rem;
}
@keyframes spin-animation {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.vertical-head{
    font-weight: bold;
}

.not-setted-icon{
    color: #e80c0c;
    font-size: 16px;
}

#files_folder_structure{
    display: inline-flex;
}

#files_folder_structure > * {
    list-style-type: none;
}

#map-ucs{
    height: 520px;
    width: 100%;
}

#project_name{
    font-size: 26px ;
}
