.hidden {
    display: none;
}
form fieldset legend {
    margin-bottom: 10px;
}
.icon-button {
    background-color: #ddd;
    color: #000;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: normal;
}
.icon-button.transparent {
    background-color: transparent;
}
.main-image-small {
    height: 55px;
}
.main-image-wrap {
    text-align: center;
}
.main-image-wrap img {
    height: 200px;
}
.side-nav li.active {    
    background-color: #008CBA;
}
input.timepicker {
    width: 100px;
}
div.input.checkbox {    
    top: 10px;
    position: relative;
}
a.button.start, a.button.start:hover, a.button.start:focus { 
    background-color: green; 
}
a.button.stop1, a.button.stop1:hover, a.button.stop1:focus { 
    background-color: #806000; 
}
a.button.stop2, a.button.stop2:hover, a.button.stop2:focus { 
    background-color: #800000; 
}
a.button.start , a.button.stop1 , a.button.stop2 {
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    padding: 1rem 2rem;
    text-decoration: none;
}
.stopwatch {
    height: 30px;
    margin-right:10%;
}

/* Nested Lists */
ul li ul.nested {
    display:none;
    position: absolute;
    z-index: 2;
}
ul li ul.nested li {
    float: none;
}
ul li:hover ul.nested {
    display:block;
}

/* Statistics */

.statistics .widgets-row .columns .widget-wrap .data {
    font-size: 18pt;
}
.statistics .widgets-row .columns .widget-wrap {
    min-height: 60px;
}
.statistics .chart-container {
    margin-top: 10px;
}
.highcharts-credits {
    display: none;
}
button.update-chart {
    font-size: 11pt;
    padding: 6px;
    background-color: #eee;
    color: #777;
    border-radius: 10px;
}
button.update-chart.active {
    background-color: #008CBA;
    color: #eee;
}
.widgets-row .columns {
    text-align: center;
}
.widgets-row .columns .widget-wrap {
    border: 2px solid #1798a5;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    margin:auto;
    min-height: 120px;
}
.widgets-row .columns .widget-wrap h5 {
    margin-top: 0;
    border-radius: 12px 12px 0 0;
    background-color: #1798a5;
    color: white;
    padding: 2px;
}
.widgets-row .columns .widget-wrap .days_lapsed {
    font-size: 11pt;
}
.widgets-row .columns .widget-wrap .data {
    margin-bottom: 10px;
}
.negative {
    color: #a00;
}  
.positive {
    color: #0a0;
}
table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
table.parts tbody tr td {
    border: 1px solid #ccc;
}

.attachment-wrap {
    height: 150px;
}
.attachment-wrap img {
    height: 100px;
}
button.icon-button.delete_attachment {
    float: right;
    z-index: 3;
}
input[type="checkbox"].form-control {
    height: initial;
}
.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.required > label {
    font-weight: bold;
}
.required:before {
    content: ' *';
    color: #C3232D;
}
.alert {
    margin-bottom: 0 !important;
    text-align: center;
}
.page-title .actions {
    float: right;
    position: absolute;
    right: 20px;
}
.dashboard-stat .title {
    padding: 5px;
    color: #fff;
    font-size: 14pt;
}
.iraklis .dashboard-stat .details .number {
    font-size: 30px;
}
.checkbox input.form-control {
    width: initial;
}
.badge.tooltips {
    float: left;
}
.error-message {
    color: #e73d4a;
}

/* Teeth */
.tooth {
    cursor: pointer;
}
.tooth:hover {
    fill: #fb533fbb;
}
.tooth-done {
    fill: var(--green-light);
}
.tooth-incomplete {
    fill: var(--orange-light);
}
.tooth-pending {
    fill: var(--red-light);
}

.vanilla-modal #operation-target {
    font-size:2em;
    height: 50px;
    pointer-events: none;
}

.upsales tr.done {
    color: var(--green-darker);
}
.upsales tr.pending {
    color: var(--red-darker);
}

/* Modal */
 /* The Modal (background) */
.vanilla-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  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 */
}

/* Modal Content/Box */
.vanilla-modal .vanilla-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  position:relative; 
}

.tabs a {
    margin-left: 5px;
    display: inline-block;
    padding: 8px 15px;
    color: var(--blue-lighter);
    font-weight: 600;
    text-decoration: none;
}
.tabs a.selected {
    color: var(--blue);
    border-bottom: var(--blue) solid 2px;
}
.tabs a:hover {
    color: var(--blue);
}

pre {
  border-radius: 5px !important;
}
.btn-normal {
  border-radius: 5px !important;
  color: #444;
  background-color: #f6f5f4;
  border-color: #dbd9d8; 
}
/* Sidebar */
.page-sidebar {
  height: 100%;
  width: 250px;
  z-index: 10;
  padding-top: 20px;
  position: fixed;
  background-color: #111;
  margin: 0 !important;
  /* overflow-y: scroll; */
}
.page-sidebar a ,.page-sidebar button {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.page-sidebar a:hover, .page-sidebar button:hover {
  color: #f1f1f1;
  background-color: #d64635;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 10vh;
    left: 0;
    z-index: 1000;
    background-color: #3c55c3;
    /* width: 150px; */
}
.dropdown-content a {
    font-size: 18px;
}
/* .dropdown:hover .dropdown-content { */
/*     display: block; */
/*     padding: 0; */
/* } */
/* .page-sidebar .fa { */
/*   width: 25px; */
/*   text-align: right; */
/*   margin-right: 5px; */
/* } */
.page-container {
    margin-top: 0 !important;
}
.page-content-wrapper .page-content {
    padding-top: 15px !important;
    margin-left: 250px !important;
}
