@media (max-width: 992px) {
    .label-align {
        text-align: left;
    }
}

@media (min-width: 993px) {
    .label-align {
        text-align: right;
    }
}

.card-container {
    background-color: #F9F8F4;   
}

.card .labels {
    font-size: 2em;
}

.card .labels p {
    margin: 0; 
    color: #66615b;
}

.list-group-item-borderless {
    border: none;
    padding: 5px 15px;
    white-space: nowrap;
}

.btn-no-border {
    border-width: 0px !important;
    border-radius: 26px !important;
    padding: 9px 12px !important;  
}
  
.btn-pull-left {
    margin-left:-20px;
}
  
.form-label {
    font-size: 16px;
    padding-top: 8px;
}

td.tree-folder {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

td.tree-file {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

td.tree-folder.tree-expand>span.tree-icon::before {
    font-family: FontAwesome;
    content: "\f07c";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

td.tree-folder.tree-collapse>span.tree-icon::before {
    font-family: FontAwesome;
    content: "\f07b";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}    

td.tree-folder.tree-loading>span.tree-icon::before {
    font-family: FontAwesome;
    content: "\f110";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}    

tr.active {
    font-weight: bold;
}
tr.selected>:first-child::after {
    content: '\2713';
    display: inline-block;
    padding-left: 6px;
}

td.tree-file>span.tree-icon::before {
    font-family: FontAwesome;
    content: "\f016";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}    

.timepicker-spinner {
  width: 120px;
}
.timepicker-spinner input {
  text-align: right;
}
.timepicker-spinner .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  border-left: 1px solid #CCC5B9;  
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  border-width: 1px;
  border: 1px solid #CCC5B9;  
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -1px;
  padding-top: 10px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 2px;
  left: 4px;
}

.timepicker-spinner .fa {
  width: 10px;
}

.group-btn-horizontal > .btn {
    padding:0px;
    border: 0px;
    border-radius: 2px;
}

.row-clickable.active {
    background-color: #f5f5f5;
}

.label-long {
    overflow-wrap: break-word; 
}

a.disabled-link {
    pointer-events: none;
    color: #252422;
}


.status-success {
    color: #42A084;
}

.status-error {
    color: #B33C12; 
}

.status-warning {
    color: #BB992F;
}

.inline-input {
    width: 40px !important; 
    height: 30px !important;
    padding: 5px !important;
    margin: 5px !important;
    display: inline !important;;
}

.fixed-header th {
    position: sticky;
    top: 0;
    background: white;
}

.progress {
    position: relative;
}
  
.progress span {
      position: absolute;
      display: block;
      width: 100%;
      color: black;
}

.google-visualization-tooltip {
  opacity: 0 !important;
  max-width: 200px !important;
}

.google-visualization-tooltip[clone] {
  opacity: 1 !important;
}

.timeline-backup-success {
    background-color: #42A084 !important;
    border-color: #42A084 !important;
}

.timeline-restore-success {
    background-color: #8EF3C5 !important;
    border-color: #8EF3C5 !important;
}

.timeline-check-success {
    background-color: #7A9E9F !important;
    border-color: #7A9E9F !important;
}

.timeline-copy-success {
    background-color: #68B3C8 !important;
    border-color: #68B3C8 !important;
}

.timeline-prune-success {
    background-color: #7AC29A !important;
    border-color: #7AC29A !important;
}

.timeline-backup-error, .timeline-restore-error, .timeline-check-error, .timeline-copy-error, .timeline-prune-error {
    background-color: #B33C12 !important;
    border-color: #B33C12 !important;
}

.timeline-backup-warning, .timeline-restore-warning, .timeline-check-warning, .timeline-copy-warning, .timeline-prune-warning {
    background-color: #BB992F !important;
    border-color: #BB992F !important;
}

.timeline-popover {
    display: none;
    position: absolute;
    top: -20px;
    left: 0px;
    background: yellow;
    z-index: 1;
}

.timeline-content:hover .timeline-popover {
    display: block;
}

.vis-item-overflow:hover {
    overflow: visible !important;
}

.bootbox.modal {
    z-index: 99999 !important;
}

.row-clickable .btn-group {
    display: none;
}

.row-clickable.active .btn-group {
    display: block;
}

.schedule-running .row-clickable.active .btn-group {
    display: none;
}

@media (max-width: 575.98px) {
.small-btn {
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
}
}

.radio-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 15px !important;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
 .radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
 }

/* Create a custom radio button */
.radio-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-box:hover input ~ .radio-button {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-box input:checked ~ .radio-button {
    background-color: #68B3C8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-box input:checked ~ .radio-button:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-box .radio-button:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
