.archive_metadata {
    float:right;
    padding-left: 10px;
}

#archiveSchedulerTable input {
    width:100%;
}

#archiveSchedulerTable td {
    padding:10px;
    border-bottom:1px solid #aaa;
}

.barGraph {
    width:48%;
    padding:1%;
    margin:1%;
    border:1px solid #bbb;
    float:left;
}

.canvasGraph {
  width:48%;
  padding:2%;
  margin:1%;
  border:1px solid #bbb;
  float:left;
  height:600px;
}

.canvasElaborationGraph {
  width:80%;
  padding:2%;
  margin:1%;
  border:1px solid #bbb;
  height:600px;
}

#editor {
      font-size:18px !important;
      height:700px;
}

.icon_refresh {
      display:none;
      color:#888;
}

.JungTable td {
    overflow: hidden;
}

#logDetails tbody tr:hover {
  background-color: white;
}

#logsFilter {
  background-color: #ccc;
  padding:10px;
  border:1px solid black;
  font-size: 12px;
}

#logsFilter td {
  width:15%;
  padding:3px;
}

#logsFilter span {
  font-weight: bold;
}

#logsTable tbody tr:hover {
  cursor:pointer;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #FFC300 !important;
}

.LogsTable td {
   font-size: 12px !important;
   padding: 5px !important;
}

.LogsTable th {
  font-size: 12px !important;
  padding: 5px !important;
}

#message_value .btn {
  padding: 1px;
  font-size: 10px;
  opacity: 0.7;
  margin: 1px;
}

.OperationStarted {
  color: green;
}

.OperationEnded {
  color: blue;
}

.OperationFault {
  color:red;
}

.OperationWarning {
  color:orange;
}

.StackTraceIcon {
  font-size:30px;
  text-align: center;
}

.StackDependencyIcon:hover {
  color:#FFC300;
  cursor:pointer;
}

.StackTraceItem:hover {
  background-color:#FCEDA5;
  cursor:pointer;
}

/* spinning icon */

.glyphicon.spinning {
    animation: spin 1s infinite linear !important;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/* switch slider - used for enabling automatic archiving*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FFC300;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FFC300;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.textarea-xml {
  width:100%;
  height: 120px;
}
