tr.flagged-me td {
    color: red;
}
tr.flagged-other td {
    color: green;
}
text.highcharts-credits {
    display: none;
}
button.ticket-open {
    background-color: #23afe8;
}
table tr.ticket-open {
    background-color: #23afe822;
}
button.ticket-to-contact {
    background-color: #8e0404;
}
table tr.ticket-to-contact {
    background-color: #8e040422;
}
button.ticket-to-send {
    background-color: #de8d0f;
}
table tr.ticket-to-send {
    background-color: #de8d0f22;
}
span.name-results-message {
    font-size: 9pt;
}
span.name-results-message.success {
    color: #0ae;
    text-decoration: underline;
    cursor: pointer;
}

/* ---Modal--- */
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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.modal-new {
  display: block;
}

/* Modal Content/Box */
.modal .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; 
}

/* The Close Button */
.modal .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position:absolute;
  right: 18px;
  top: 13px;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.name-results tbody tr {
  cursor: pointer;
}
.name-results tbody tr:hover {
  background-color: #eee;
}

.price-suggestion {
    padding: 0;
    position: relative;
}
.price-suggestion__button {
    background-color: #ccc;
    padding: 5px;
    border-radius: 20px;
    width: 30px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    display: inline-block;
    margin-top: 13px;
}
.price-suggestion__button.price-suggestion__button--initial {
    cursor: pointer;
}
.price-suggestion__tooltip {
    background-color: #ccc;
    height: 100px;
    width: 200px;
    position: absolute;
    top: -100px;
    left: -180px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #000;
}
.price-suggestion__tooltip h2 {
    margin-bottom: 0px;
    text-align: center;
}
.price-suggestion__tooltip h4 {
    margin-bottom: 0px;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
    border-bottom: none;
    padding:0;
}
.price-suggestion__tooltip div div {
    width: 47%;
    display: inline-block;
}

.top-bar-section .has-dropdown:hover .dropdown {
    display:block;
}
.top-bar-section .dropdown {
    display:none;
}

#dynamicParts input {
    height: 30px;
    box-shadow: none;
}

.add-ticket a {
  color: white;
  padding: 5px 10px 10px 10px;
}
.add-ticket a span {
  font-size: 26pt;
  font-weight: bold;
  top: 6px;
  position: relative;
  line-height: 20px;
}
