/* bootstrap changes */
body {
    font-size: 12px;
}

#topBar {
    height:42px;
    width:100%;
    min-width:1300px;
    z-index: 20;
    margin-bottom: 0;
}

input[type="file"] {
    margin-bottom: 10px;
}

button .full-width {
  width:100%;
}

.buttonResultField {
    padding-bottom:10px;
}

.bottom-buffer {
    margin-bottom:10px;
}

form button.btn[disabled] {
    cursor: not-allowed;
}

.btn-group > .btn.last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown-submenu.submenu-right > .dropdown-menu {
    left: auto;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    margin-left: 0;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu.submenu-right > a:after {
    float: left;
    margin-right: 0;
    margin-left: -10px;
    border-left-color: transparent !important;
    border-right-color: #cccccc;
    border-style: solid;
    border-width: 5px 5px 5px 0;
}

.dropdown-submenu.disabled > .dropdown-menu {
    display: none;
}

/*.close{
    float:none;
}*/

h2 {
    font-size: 25px;
    clear:both;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}

code {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: .875em;
}

pre {
    font-size: 12px;
}

.d-none {
    display: none;
}

.ellipsis-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

h2.overflow {
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
}

h2.overflow::first-line {
    font-weight: bold;
    line-height: 40px;
    font-size: 25px;
}

.nav-list {
    padding-right: 5px;
}

.nav-list > li > a {
    margin-right: -30px;
}

.navbar-lab .navbar-inner{
    background: #FF9900;
    border-radius: 0 !important;
}

.navbar-lab .nav > li > a{
    text-shadow: none;
}

.navbar-inner{
    border-radius: 0px !important;
}

.position-absolute {
    position: absolute !important;
}

.max-width-400 {
    max-width: 400px !important;
}

/* MULTI-LEVEL DROPDOWNS FOR BOOTSTRAP */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    z-index: 2;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 1px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    top: 1px;
    left: -6px;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}

th.filter {
    white-space:nowrap;
}
th.filter a {
    cursor: pointer;
}

th.pagination_link {
    white-space: nowrap;
}

td.searchLabel{
    opacity: 50;
    height: 20px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align:top;
    background-color: #F2F2F2;
    box-shadow: 0px 0px 6px #B2B2B2;
}
td.searchLabelFirst{
    opacity: 50;
    height: 20px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align:top;
    background-color: #F2F2F2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 6px #B2B2B2;
}
td.searchLabelCancel{
    opacity: 50;
    height: 20px;
    width: 20px;
    padding-top: 4px;
    padding-left: 5px;
    vertical-align:top;
    background-color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 6px #B2B2B2;
}

.dropdown-menu{
    top: 90%;
}

form .error-message {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #f2dede;
    padding: 0 5px;
}

/* Form */
div.form,
div.index,
div.view {
  float:right;
  width:calc(100% - 216px);
  border-left:1px solid silver;
  padding:0 10px;
  padding-bottom:40px;
}
div.actions {
  float:left;
  width:170px;
    margin-top: 10px;
}

div.menuless-form {
    padding: 10px;
    padding-bottom:40px;
    margin: 0 auto;
    width:550px;
}

div.actions h3 {
  padding-top:0;
  color:#777;
}

input.input-with-description {
    margin-bottom: 5px;
}

small.form-field-description::before {
    color: #ccc;
}

small.form-field-description {
    display: block;
    text-align: justify;
    margin-left: 0;
    margin-bottom: 1em;
    line-height: 150%;
    width: 520px;
    font-size: 95%;
}

div.input {
    float:left;
    margin-right: 10px;
}

div.forminfo{
    font-size: 80%;
    width:  220px;
    opacity: 50;
    margin-top: 0px;
    margin-bottom: 10px;
    float: top;
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #B2B2B2;
}

div.visualisation{
    font-size: 80%;
    display: inline-block;
    opacity: 50;
    margin-top: 0px;
    margin-bottom: 10px;
    float: top;
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 5px 5px 6px #B2B2B2;
}

div.message{
    font-size: 133%;
    opacity: 50;
    margin-bottom: 15px;
    padding: 5px;
    float: top;
    color: #FFFFFF;
    background-color: #C11B17;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #B2B2B2;
}

.clear{
    clear:both;
}

/** Tables **/
/* Tables */
table.fullwidth {
        width:100%;
        clear:both;
        font-size:12px;
        padding:1px;
        margin-bottom:10px;
}

table.fullwidth th {
        height:28px;
        text-transform:uppercase;
        font-size:10px;
}

table.fullwidth td{
        padding:3px;
        margin:1px 0;
        text-align:center;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}

td.short {
    width:5%;
    white-space: nowrap;
    text-align: left;
}

td.shortish {
    width:10%;
    text-align: left;
}

td.limitedWidth {
    max-width:400px;
    word-wrap:break-word;
}

td.bitwider {
    width:20%;
    text-align: left;
}

td.highlight1 {
    background-color: #0088cc !important;
    color: #ffffff !important;
}

td.highlight2 {
    background-color: #747170 !important;
    color: #ffffff !important;
}

td.highlight3 {
    background-color: red !important;
    color: #ffffff !important;

}

table.table-striped > tbody > tr.objectAddFieldTr > td {
    position: absolute;
    background-color: #ffffff00;
    height: 0;
}

table.table-striped > tbody > tr > td > span.objectAddField {
    padding: 0px;
    line-height: normal;
    display: inline-block;
    position: relative;
    top: -19px;
    left: -10px;
    color: white;
    background-color: #1369a0;
    border: 0px;
    border-radius: 15px;
    height: 16px;
    width: 16px;
    text-align: center;
}

table.table-striped > tbody > tr > td > span.objectAddField:before {
    left: 2px;
    height: 12px;
    width: 12px;
    line-height: 16px;
}

.table-striped tbody > tr > td > span.objectAddField:hover {
    transform: scale(1.7);
    cursor: pointer;
}

tr.highlightBlueSides {
    border-left:2px solid #0088cc;
    border-right:2px solid #0088cc;
}

tr.highlightBlueTop {
    border-top:2px solid #0088cc;
}

tr.highlightBlueBottom {
    border-bottom:2px solid #0088cc;
}

table.fullwidth {
        border:1px solid #f0f0f0;
}

table.fullwidth th, table.fullwidth th a {
 background:#0088CC;
 color:#fff;
 text-decoration:none;
}


table.fullwidth tr{
    color:#333;
    cursor:pointer;
}


table.fullwidth tr:nth-child(2n) {
    background:#f9f9f9;
    color:#333;
}

table.fullwidth tr:hover{
 color:#333;
 background: #ffffdd;
}

table.fullwidth th:hover{
 color:#fff;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #CFEFFF;
}


th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}

td.action-links {
    text-align: right;
}

.showspaces {

}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    overflow: hidden
    /*width: 60%;*/
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: #f4f4f4;
}

dt {
    float:left;
    font-weight: bold;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 150px;
}
dd {
    float:left;
    vertical-align: top;
    width: calc(100% - 151px);
    padding: 0;
    margin: 0;
}


/*NOTIFICATION MESSAGES*/

.block {
  text-align: center;
  margin: 20px;
  height: 500px;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
 }

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  padding: 10px 15px;
  border: #a0a0a0 solid 1px;
  background: #f5f5f5;
  text-align: left;
 }


/** Debugging **/

/* SQL log */
.cake-sql-log {
    display: block;
    clear: both;
    background: black;
    color: #dddddd;
}
.cake-sql-log tr {
    border: #dddddd solid 1px;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;

}
.cake-sql-log caption {
    color:#fff;
}

/* footer */
.footer {
    clear: both;
    float: bottom;
    width:100%;
    bottom:0px;
    height:42px;
    min-width:1300px;
    z-index: 2;
}

.debugOff {
    position:fixed;
}

.debugOn {
    position:relative;
}

.debugOff-layout {
    position:fixed;
    padding-top:50px;
    width:98%;
}

.debugOn-layout {
    position:relative;
    padding-top:10px;
    width:98%;
}

#attributes_div {
    min-width: 1400px;
}

@media screen and (max-height:600px) {
    .debugOff.sideMenu {
        position:relative !important;
    }
}

#footerContainer {
    z-index: 20;
    position:relative;
}

/* footer shortcut list */
#shortcutsListContainer {
    z-index: 10;
    position: absolute;
    background-color: #1b1b1b;
    top: 0;
    width:100%;
}

#triangle {
    cursor: pointer;
    position:fixed;
    background-color: #1b1b1b;
    width: 20px;
    height: 20px;
    bottom:30px;
    right: 30px;
    transform: rotate(45deg);
}

#shortcutsList {
    top: 0;
    width: 100%;
    position:relative;
    color: #999999;
    margin: 5px 5px 0px 5px;
}

/* header */
.header {
    width:100%;
    z-index: 2;
}

/* fonts for logo */
.logoBlueStatic {
    color: #0088cc;
}

@-webkit-keyframes bluePulse {
  from { color: #007d9a; text-shadow: #333 0 0 1px; }
  50% { color: #0088cc; text-shadow: #0099E6 0 0 3px; }
  to { color: #007d9a; text-shadow: #333 0 0 1px; }
}

@keyframes bluePulse {
  from { color: #007d9a; text-shadow: #333 0 0 1px; }
  50% { color: #0088cc; text-shadow: #0099E6 0 0 3px; }
  to { color: #007d9a; text-shadow: #333 0 0 1px; }
}

.logoGray {
    color: #999999;
}

.glass {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    border-radius: 10px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.1), inset 0 10px 20px rgba(255,255,255,0.3), inset 0 -15px 30px rgba(0,0,0,0.3);
}

.footerText {
    color: #999999;
}
.footerRightText {
    padding-right:20px;
    padding-top:12px;
}

.footerLeftText {
    float:left;
    z-index: 2;
    padding-top:12px;
}

.footerCenterText {
    padding-top:12px;
    position: absolute;
    width: calc(100% - 21px);
    text-align:center;
}

.privateRedText {
    color: #FF0000 !important;
    font-weight:bold !important;
}

.discussionBox {
    border-collapse: separate;
    box-shadow: 5px 5px 5px #888888;
    width:100%;
    max-width:900px;
}

.discussionBoxTD {
    padding-right: 8px;
    padding-left: 8px;
    border-style: solid;
    border-width: 0px;

}

.discussionBoxTDtop {
    color: #ffffff;
    background-color: #cccccc;
}

.discussionBoxTDbottom {
    background-color: #eeeeee;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.discussionBoxTDMid {
    padding-top: 8px;
    height: 100px;
    vertical-align: top;
}

.discussionBoxTDMidLeft {
    background-color: #eeeeee;
    width: 80px;
    text-align:center;
}

.discussionBoxTDMidRight {
}

.whitelink {
    color:#ffffff;
}

.quote {
    margin: 0 10px;
    margin-bottom: 10px;
    background: #f2f6f8 none;
    border-radius: 0;
    border: 1px solid #417394;
    position: relative;
    top: 0;
    padding: 4px;
}

.loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}

.loadingText {
    color: #0088cc;
    position: relative;
    top: -45px;
    left: 13px;
}
.toggle {
    border-radius: 0 !important;
}

.toggle-left {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.toggle-right {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.spinner {
   height:60px;
   width:60px;
   margin:0 auto;
   position:relative;
   animation: rotation .6s infinite linear;
   border:6px solid rgba(0,174,239,.15);
   border-radius:100%;
   z-index:15;
}

.spinner:before {
   content:"";
   display:block;
   position:absolute;
   left:-6px;
   top:-6px;
   height:100%;
   width:100%;
   border-top:6px solid rgba(0,136,204,.8);
   border-left:6px solid transparent;
   border-bottom:6px solid transparent;
   border-right:6px solid transparent;
   border-radius:100%;
   z-index:15;
}

.qet {
    padding:1px 5px !important;
    font-size:12px !important;
    float:left !important;
}

.proposal_span {
    padding-right: 25px;
}

a.proposal_link, a.proposal_link_red {
    text-decoration:none;
    font-weight:normal;
}

a.proposal_link:visited, a.proposal_link:link {
    color:#999999;
}
a.proposal_link:hover {
    color:white;
}
a.proposal_link_red:visited, a.proposal_link:link {
    color:#999999;
}
a.proposal_link_red:hover {
    color:red;
}

.tag-container {
     filter: drop-shadow(-1px 3px 2px rgba(50, 50, 0, 0.5));
}

.tag {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.tag:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tag:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right:2px;
}

.tag-list-container {
    padding:1px;
    display: inline-block;
    margin-right:2px;
    word-wrap:break-word;
    white-space: normal;
}

.black-white {
    background-color:black;
    color:white;
}

a.black-white:hover {
    color: white;
}

.tagFirstHalf {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 3px 3px 3px #888888;
}

.tagSecondHalf {
    display: inline-block;
    padding:2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 3px 3px 3px #888888;
    background-color:black;
    color:white;
}

.tagComplete {
    display: inline-block;
    padding:2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #888888;
}

.topGap {
    padding-top:100px;
}

#confirmation_box {
    display:none;
    width: 300px;
    top:calc(50% - 50px);
    left:calc(50% - 150px);
    max-height:calc(30% + 50px);
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    background-color:#f4f4f4;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #333;
    z-index:5;
}

#confirmation_box legend, .confirmation .legend {
    border-radius: 5px 5px 0 0;
    margin-bottom:5px;
    padding-left:5px;
    width:295px;
    background-color:black;
    color:white;
}

.confirmation .inner {
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
}

.popover-legend {
    border-radius: 5px 5px 0px 0px;
    margin-bottom:5px;
    padding-left:0px;
    background-color:black;
    color:white;
    font-size: 21px;
    line-height: 40px;
}

.popover-legend p {
    padding-left:10px;
}

.popover.top {
    margin-top: -15px !important;
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
}

.immutableAttributeDescription:before {
    background: rgba(255, 255, 255, 0);
    content: '';
    margin-right: 5px;
    margin-left: 2px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    height: 10px;
    width: 5px;
    position: relative;
    display: block;
    float: left;
}

#eventreport_div {
    position: relative;
    margin-top: 20px;
    padding: 35px 15px 0px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#eventreport_div > .report-title-section {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #6b6b6b;
    border-radius: 3px 0 3px 0;
}

.report-container {
    margin: 0 auto;
    max-width: 1500px;
    justify-content: center;
    padding: 10px 15px;
    overflow-y: auto;
    box-shadow: 0 2px 6px 6px #eee;
}

.modal-body-long {
    max-height: 600px;
}

.modal-xl {
    width: 1000px;
    margin-left: -500px;
}

.modal-body-xl {
    max-height: 70vh;
}

.modal-body-lg {
    max-height: 60vh;
}

.ajax_popover_form {
    display:none;
    width: 700px;
    top:15%;
    left:calc(50% - 350px);
    position: fixed;
    background-color:#f4f4f4;
    box-shadow: 4px 4px 4px #333;
    z-index:5;
}

.modal.modal-lg {
    width: 60%;
    left: 20%;
    margin-left: 0px;
}

.modal.modal-xl {
    width: 90%;
    left: 5%;
    margin-left: 0px;
}

.ajax_popover_form_large {
    width: 1400px;
    left: calc(50% - 700px);
    z-index: 30;
}

.ajax_popover_form_x_large {
    width: 1700px;
    left: calc(50% - 850px);
    z-index: 30;
}

.ajax_popover_matrix {
    width: 96vw;
    min-width: 1400px;
    left: 2vw;
    max-height: 80vh;
    position: absolute;
}

.popover_box {
    display:none;
    position: fixed;
    top:150px;
    background-color:#f4f4f4;
    border-radius: 11px 11px 10px 10px;
    box-shadow: 4px 4px 4px #333;
    z-index:5;
}

#screenshot_box {
    display:none;
    position: absolute;
    top: 100px;
    left: 20px;
    right: 20px;
    z-index:5;
    text-align: center;
}

#screenshot_box .screenshot_box-content {
  margin: auto;
  display: block;
  background-color:#f4f4f4;
  box-shadow: 4px 4px 4px #333;
}

.screenshot {
    max-width: 200px;
    max-height: 200px;
}

.ajax_popover_form legend, .ajax_popover_form .legend {
    border-radius: 10px 10px 0px 0px;
    padding-left:10px;
    margin-bottom:0px;
    width:calc(100% - 10px);
    background-color:black;
    color:white;
    font-size: 21px;
    line-height: 40px;
}

.ajax_popover_form .legend {
    border-radius: 10px 10px 0px 0px;
    padding-left:10px;
    width:690px;
    background-color:black;
    color:white;
    font-size: 21px;
    line-height: 40px;
}

.ajax_popover_form form {
    margin: 0 0 5px;
}

.overlay_spacing {
    padding-left:10px !important;
    padding-right:10px !important;
}

.ajax_popover_form .input-xxlarge {
    width:665px;
}

.ajax_popover_form textarea {
    height:120px !important;
}

.ajax_fieldset, .ajax_popover_form .add_attribute_fields {
    padding-left:10px;
    padding-right:10px;
}

.hover_enrichment_text {
    border: 0;
    background-color: transparent;
    display: inline;
    padding: 0;
}

.hover_enrichment_title {
    font-weight: bold;
    font-size: 125%;
}

#eventFilteringQBWrapper {
    padding: 5px;
    display: none;
    border: 1px solid #dddddd;
    border-bottom: 0;
}

#eventFilteringQB {
    overflow-y: auto;
    padding-right: 5px;
    resize: vertical;
    max-height: 750px;
    height: 400px;
}

#eventFilteringQB .rules-group-container {
	background-color: #00000077;
	border-color: #222222;
}

a.pill-pre-picker {
    background-color: #fcfcfc;
    font-weight: bold;
    border: 1px #65737ec8 solid;
	position: relative;
}
.nav-pills > .active > a.pill-pre-picker {
    background-color: #65737e32;
    color: #000;
}

.generic_picker {
    display: inline-block;
    min-width: 500px;
}

.generic_picker .generic_picker {
    margin-left: 10px;
}

.generic_picker ul.nav {
    margin-bottom: 0px;
}

.generic-picker-wrapper {
    padding: 7px;
    margin-top: 3px;
    background-color: #65737e32;
    border: 1px #65737ec8 solid;
    border-radius: 7px;
}
.generic-picker-wrapper:before {
    content: '';
    margin-right: 5px;
    margin-left: 2px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    height: 10px;
    width: 5px;
    position: absolute;
}

div.generic-picker-wrapper > div.generic-picker-embedded-block {
    margin-left: 15px;
    margin-top: -12px;
    display: inline-block;
}

div.generic-picker-embedded-block legend {
    margin-bottom: 0px;
}

.generic-picker-item-element-check {
    float: right;
    border: 1px solid #999;
    background-color: #ddd;
    border-radius: 9px;
    padding: 2px;
    margin-top: 5px;
    color: #fff;
    line-height: 13px;
}
li .generic-picker-item-element-check {
    margin-top: -3px;
    margin-left: 5px;
}

.generic-picker-item-element-check .fa:before {
    margin-right: 0px;
}

.chosen-single .generic-picker-item-element-check {
    margin-top: 2px;
    margin-right: 5px;
}

.generic-picker-item-element-info {
    float:  right;
    line-height: 13px;
    margin-left: 5px;
}

.chosen-single .generic-picker-item-element-info {
    margin-top: 5px;
}

.chosen-single .apply_css_arrow {
    display: none !important;
}

.chosen-container .chosen-results li {
    overflow: auto;
}
/* hacky hack: center selected item info icon */
.chosen-container-single span it.fa, .chosen-single-with-deselect span it.fa {
    line-height: 24px;
    margin-right: 8px;
}

.generic_picker .apply_css_arrow {
    padding-left: 5px;
    font-size: smaller;
}

.apply_css_arrow:before {
    content: '';
    margin-right: 5px;
    margin-left: 2px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    height: 7px;
    width: 5px;
    display: inline-block;
    float: left;
}

#gray_out {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #000;
    z-index:4;
}

.ajax_container {
    display:none;
    bottom:50px;
    left:0;
    right:0;
    position: fixed;
    text-align:center;
}

.ajax_result {
    display: inline-block;
    text-align: left;
    height: 20px;
    z-index:-100;
    color: #fff;
    padding-left:10px;
    padding-right:10px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #888888;
}

.ajax_fail {
    background-color: red;
    z-index:-11;
}

.ajax_success {
    background-color: #0088cc;
    z-index:-111;
}

span.success {
    background-color: #d0e9c6 !important;
}

.ajaxMessage {
    display:none;
    margin-left:10px;
    width:665px;
}

.correlation-container {
    max-height: 500px;
    overflow-y: auto;
    background-color: #f9f9f9;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.panel-container {
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 5px;
    margin: 5px;
}

.inline-input {
    width:100% !important;
    margin-bottom:0px !important;
    padding: 0px 0px !important;
    font-size: 12px !important;
    position:relative;
}

.inline-input textarea{
    padding-left: 3px !important;
}

.inline-input-button {
    width:19px;
    height:17px;
    bottom:-17px;
    background-color: #fff;
    position:absolute;
    z-index:10;
    color: #333;
}

.inline-input-active {
    border-bottom: 1px solid rgba(82, 168, 236, 0.8);
    border-right: 1px solid rgba(82, 168, 236, 0.8);
    border-left: 1px solid rgba(82, 168, 236, 0.8);
}

.inline-input-passive {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.inline-input-button span {
    display:block;
    margin-top: 2px;
    text-align: center;
    font-size: 13px;
}

.inline-input-accept {
    right:32px;
}

.inline-input-decline {
    right:10px;
}

.inline-form {

    margin-bottom:0px !important;
}

.inline-delete {
    margin-bottom:0px !important;
}

.tabMenu {
    position:absolute;
    top:-23px;
    padding-left:10px;
    padding-right:10px;
    border: 1px solid #ddd;
    border-bottom: 0px !important;
    background-color: #f9f9f9;
    border-collapse: separate !important;
}

.tabMenuFixedContainer {
    position:relative;
    left:10px;
    height:20px;
    width:calc(100% - 10px);
    bottom:0px;
    min-width:1100px;
}

#server-settings-container {
    min-width:1100px;
}

.settingsTableContainer {
    border:1px solid #dddddd;
    width:100%;
    padding:10px;
}

.settingsTableContainerOutline {
    border:1px solid #dddddd;
    margin-top:1px;
    width:95%;
    padding:10px;
    min-width:1100px;
}

.tabMenuFixedContainer > span:nth-child(1) {
    padding-left:10px;
}

.tabMenuFixedContainer > span:nth-last-child(1) {
    border-right: 1px solid #ddd;
    padding-right:10px;

}

.tabMenuFixed {
    position:relative;
    padding-top:3px;
    padding-bottom:3px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding-left:5px;
    padding-right:5px;
}

.tabMenuFixed:hover {
    background-color:#cfefff;
}

.tabMenuSides {
    border-top: 1px solid #ddd;
}

.cellHeavyTopBorder {
    border-top: 2px solid #000;
}

.tabMenuFilterFieldHeader {
    border-radius: 10px 0px 0 0 !important;
    height:14px !important;
    width:30px;
    margin:0px !important;
    margin-bottom:1px !important;
    padding:3px !important;
    padding-left:10px !important;
    border: 1px solid #ddd !important;
    border-bottom:0px !important;
    line-height:14px !important;
    margin-bottom:1px !important;
    float:right;
}

.tabMenuFilterField {
    border-radius: 10px 0 0 0 !important;
    height:20px !important;
    margin:0px !important;
    margin-bottom:1px !important;
    padding:0px !important;
    padding-left:10px !important;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right:0px !important;
    border-bottom:0px !important;
    float:right;
}

.tabMenuFilterFieldButton {
    border-radius: 0px 10px 0 0 !important;
    background-color:#f9f9f9;
    height:20px !important;
    width:34px;
    padding-left:3px;
    margin:0px !important;
    border: 1px solid #ddd !important;
    border-bottom:0px !important;
    margin-right:200px !important;
    margin-bottom:0px !important;
    float:right;
}

.tabMenuFilterFieldButton:hover {
    background-color:#cfefff;
}

.tabMenuFixedLeft {
    padding-left:10px;
}

.tabMenuFixedRight {
    border-right: 1px solid #ddd;
    padding-right:10px;
}

.tabMenuFixedCenter {
    padding-right:10px;
    padding-left:10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tabMenuFixedElement {
    background-color: #f9f9f9 !important;
    border-top: 1px solid #ddd;
}

.tabMenuEditBlock {
    margin-left:5px;
}

.tabMenuToolsBlock {
    margin-left:200px;
}

.tabMenuFiltersBlock {
    margin-left:400px;
}

.attribute_filter_header {
    float:left;
    padding-top:3px;
    padding-right:5px;
}

.attribute_filter_text {
    float:left;
    cursor: pointer;
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    border-left:1px solid #ddd;
    background-color:white;
}

.attribute_filter_text_active {
    float:left;
    cursor: pointer;
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    border-left:1px solid #ddd;
    color:white;
    background-color:#0088cc;
}

.taxFilter {
    float:none !important;
    margin-bottom:0px !important;
}

.taxFilterButton {
    border-radius: 0px 10px 0 0 !important;
    border: 1px solid #ddd !important;
    border-bottom: 0px !important;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 4px;
    background-color: #f9f9f9 !important;
}

.tabMenu [class^="icon-"] {
    vertical-align:baseline;
    margin-top:3px;
}

.tabMenuActive {
    color:white;
    background-color: #0088cc;
}

.attributehistogramBar {
    overflow: hidden;
    height:13px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #888888;
    margin-left:0;
}

.attributehistogram-left-table {
    padding-right:15px;
}

.attributehistogram-canvas {
    border-left:1px solid;
    border-bottom:1px solid;
}

.attributehistogram-legend {
    float: left;
    padding:5px;
    border:1px solid;
}

.attributehistogram-last {
    border-bottom:1px solid;
}

.attributehistogram-legend-box {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #888888;
}

.histogram-legendH4{
    margin-bottom: 0;
}

.attributehistogram-legend .col{float: left;margin: 0 0.4em 0 0;}

#attributeListContainer {
    position: relative;
    margin-top: 10px;
}

.useCursorPointer {
    cursor: pointer;
    cursor: hand;
    user-select: none;
}

.underline {
    text-decoration: underline;
}

.template_general {
    display:inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.templateTable {
    border-collapse:collapse;
    border-spacing:0px 10px;
    width:100%;
}

.templateTableRow {
    width:100%;
    display:inline-block;
    box-shadow: 4px 2px 4px 2px #aaa;
    margin: 0 0 15px 0;
    background-color: #FFFFFF;
    padding:0px !important;
    border: 1px solid black !important;
    border-radius: 8px;
}

.templateTableRow80 {
    width:80% !important;
}

.templateTableArea {
    display:block;
    float:left;
    padding-top:4px;
    padding-bottom:4px;
}

.templateTableTDName {
    width: calc(15% - 6px) !important;
    padding-left:5px;
}

.templateTableTDDescription {
    width: 35% !important;
}

.templateTableTDCategory {
    width: 10% !important;
}

.templateTableTDDescriptionFile {
    width: 55% !important;
}

.templateTableTDText {
    width: 80%;
}

.templateTableTDShort {
    width: 5% !important;
}

.templateTableTDActions {
    width: 5% !important;
}

.templateTableTDTypes {
    width: 20% !important;
}

.templateTableNormal {
    width: 10% !important;
}

.templateTableCellFirst {
    box-sizing:border-box;
    display:inline-block;
    padding-left:8px !important;
}

.templateTableCell {
    padding-top:4px !important;
    padding-bottom:4px !important;
    display:inline-block;
    padding-left:0px !important;
    padding-right:0px !important;
    border-top:0px !important;
}

.fa.helptext-in-cell, .fas.helptext-in-cell {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}

.templateTableHeader {
    display:inline-block;
}

.templateTableColumnName {
    color:#0077bb;
    font-weight:bold;
    text-decoration:underline;
}

.templateElementHeader {
    background:#0088cc;
    color:white;
    font-weight:bold;
    height:25px;
    border-radius: 7px 7px 0 0;
}

.templateElementHeaderText {
    position: absolute;
    padding-left:8px;
    padding-top:4px;
}

.templateGlass {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    border-radius: 7px 7px 0 0;
    background: rgba(0,0,0,0.1.25);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5),
        inset 0 1px rgba(255,255,255,0.3),
        inset 0 10px rgba(255,255,255,0.1),
        inset 0 10px 20px rgba(255,255,255,0.3),
        inset 0 -15px 30px rgba(0,0,0,0.3);

}

.addTemplateElement {
    position:relative;
    box-shadow: 4px 2px 4px 2px #aaa;
    margin: 0 0 15px 0;
    height:40px;
    line-height:40px;
    background-color: #FFFFFF;
    padding:0 !important;
    border: 1px dashed black !important;
    border-radius: 8px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
    color:#0088cc;
    font-size:200%;
    z-index:0;
}


.popover_choice legend {
    margin-bottom:0px !important;
    border-bottom:0px !important;
}

.popover_choice form {
    margin-bottom:0px !important;
    border-bottom:0px !important;
}

.popover_choice_main {
    max-height:400px;
    overflow-y:auto;
}

.templateChoiceButton {
    text-align:center;
    width:100%;
    line-height:30px;
    border-top:1px solid black;
    cursor: pointer;
}

.templateChoiceButton:hover {
    background-color:#bbb !important;
    color:white;
}

.selected-tag {
    background-color:#0088cc !important;
    color:white;
}

input.select, input.select_attribute, input.select-all {
    margin-top: 0; /* remove top margin for checkboxes in index table */
}

.templateChoiceButtonLast {
    border-radius:0 0 10px 10px;
    color:white;
    background-color:black;
}

.templateTypeBox {
    float:left;
    margin-right:5px;
    padding-left:2px;
    padding-right:2px;
    margin-bottom:3px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #888888;
    border:1px solid #0088cc;
    background-color:white;
    color:#0088cc;
}

.populate_template_div_body {
    padding:8px;
}

.populate_template_div_body .left {
    float:left;
    width:200px;
    color:#0088cc;
    font-weight:bold;
    margin-bottom:5px;
}

.populate_template_div_body .right {
    float:left;
    width:calc(100% - 200px);
    margin-bottom:5px;
}

.populate_template_div_body .left-inverse {
    float:left;
    width:200px;
    background-color:#0088cc;
    color:white;
    font-weight:bold;
    margin-bottom:5px;
}

.populate_template_div_body .right-inverse {
    float:left;
    width:calc(100% - 200px);
    background-color:#0088cc;
    color:white;
    margin-bottom:5px;
}

.template_mandatory {
    font-weight:bold;
}

.template_file_box {
    background-color:#0088cc;
    color:white;
    white-space:nowrap;
}

.template_file_box_container {
    float:left;
    padding:3px;
}

.drop {
    min-height: 150px;
    width: 250px;
    border: 1px solid blue;
    margin: 10px;
    padding: 10px;
}

.visibleDL {
    background-color: red !important;
    color: white;
    font-weight: bold;
    padding: 3px 5px;
}

.red {
    color: red !important;
}

.blue {
    color: #0088cc !important;
}

.grey {
    color: #a8a8a8 !important;
}

.green {
    color: green !important;
}

.black {
    color: black !important;
}

.orange {
    color: orange !important;
}

.white {
    color: white !important;
}

.white {
    color: white;
}

.json_key {
    color: #690;
    font-weight: bold;
}

.json_string, .json_boolean, .json_number {
    color: #905;
}

.json_null {
    color: #a8a8a8;
}

.background-lightblue {
    background-color:#cfefff;
}

.red-background {
    background-color:red;
}

.blue-background {
    background-color:#0088cc;
}

.green-background {
    background-color:green;
}

.bold {
    font-weight: bold;
}

.background-red {
    background: red !important;
    color: white !important;
}

.background-blue {
    background: #0088cc !important;
    color: white !important;
}

.background-light-red {
    background: #ffcccc !important;
    color: white !important;
}

tr.deleted-attribute td {
    background-color: #d3d7cf !important;
}

.background-deleted {
    background: repeating-linear-gradient(
        45deg,
        #606dbc,
        #606dbc 10px,
        #465298 10px,
        #465298 20px
    ) !important;
}

.align-right {
    text-align: right !important;
}

.hidden {
    display:none;
}

.hidden-important {
    display:none !important;
}

a.discrete {
    color:black;
    text-decoration:none;
    font-weight:normal;
}

.multi-page-form-div {
    border:1px solid #dddddd;
    padding:10px;
}

.verticalSeparator {
    border-left: 1px solid grey;
}

.dashboard_element{
    background-color: white;
    border: 1px solid #0088cc;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #B2B2B2;
    padding-left:10px;
    padding-right:10px;
    width: 100%;
    height: 100%;
}

.dashboard_container {
    margin-right:15px;
}

.warning_container {
    border-radius: 7px;
    padding: 0 10px 10px 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}

.false_positive {
    border: 1px solid red;
}

.false_positive h4 {
    color: red;
}

.known_identifier {
    border: 1px solid orange;
}

.known_identifier h4 {
    color: orange;
}


#galaxies_div {
    position: relative;
    padding: 35px 15px 15px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 40em;
}

#galaxies_div > .title-section {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #6b6b6b;
    border-radius: 3px 0 3px 0;
}

#galaxies_div .galaxyQuickView ul {
    font-size: 13px;
}

.galaxyQuickView {
    padding-bottom: 4px;
}

.galaxyQuickView h3 {
    font-size: 14px;
    color: #0088cc;
    margin-bottom: 0;
    margin-top: 2px;
}

.galaxyQuickView ul {
    list-style: none;
    color: #0088cc;
    margin: 0 0 0 8px;
    font-size: 12px;
}

.galaxyQuickView ul a, .galaxyQuickView h3 a {
    font-size: 12px;
}

button.addButton {
    line-height: 10px;
    padding: 2px;
    margin-right: 5px;
    margin-top: 1px;
}

button.addButton .fa-plus {
    font-size: 11px;
    line-height: 13px;
}

.info_container_form {
    border: 1px solid black; /*like Alexandre's heart*/
    border-radius: 7px;
    padding-left:10px;
    padding-right:10px;
    width: 438px;
    height: 100%;
    margin-bottom:10px;
}

.bottomGap {
    margin-bottom:5px;
}

.highlightedBlock {
    border:1px solid black;
    background-color:white;
    padding:5px;
    border-radius:5px;
}

.greyHighlightedBlock {
    border:1px solid #cccccc;
    background-color:white;
    padding:5px;
    border-radius:5px;
    height:228px;
    width:320px;
    overflow-y:scroll;
    line-height:12px;
}

.indent {
    text-indent: 2em;
}

.tooltip-inner {
    white-space:pre-wrap !important;
}

.progress-queued .bar, .progress .bar-queued {
    background-color: #A0A0A0;
    background-image: linear-gradient(to bottom, #dbdbdb, #bfbfbf);
    background-repeat: repeat-x;
}

.progress-queued.progress-striped .bar, .progress-striped .bar-warning {
    background-color: #A0A0A0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

table.table.table-striped tr.deleted_row td {
    background: #ffcccc !important;
    color: white !important;
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}

.popover-back {
    border-top:1px solid black;
    line-height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align:center;
    width:100%;
}

/*
    nifty close-icon from http://stackoverflow.com/a/20139794/2622597
*/
.close-icon
{
  position:absolute;
  top:-10px;
  right:-10px;
  display:block;
  box-sizing:border-box;
  width:20px;
  height:20px;
  border-width:3px;
  border-style: solid;
  border-color:black;
  border-radius:100%;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
  background-color:black;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.close-icon.popup-close-icon {
	top:10px;
	right: 25px;
}

.sparkline {
  fill: none;
  stroke: #000;
  stroke-width: 0.5px;
}
.sparkcircle {
  fill: #f00;
  stroke: none;
}

.sightings_advanced {
    width:1000px;
}

.vertical-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.popover {
    max-width: 33%;
    color: #333333;
}

.checkbox input[type=checkbox] {
    margin-top:3px;
}

.simplepre {
    border:0px !important;
    background-color:#f4f4f4;
}

tr.tableInsetOrangeFirst td:first-child {
    box-shadow:
        inset 0px 2px 0px 0px #f57900,
        inset 3px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeFirst td {
    box-shadow:
        inset 0px 2px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeFirst td:last-child {
    box-shadow:
    inset 0px 2px 0px 0px #f57900,
    inset -2px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeMiddle td:first-child {
    box-shadow:
        inset 3px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeMiddle td:last-child {
    box-shadow:
    inset -3px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeLast td:first-child {
    box-shadow:
        inset 0px -3px 0px 0px #f57900,
        inset 3px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeLast td {
    box-shadow:
        inset 0px -3px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrangeLast td:last-child {
    box-shadow:
    inset 0px -3px 0px 0px #f57900,
    inset -3px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrange td:first-child {
    box-shadow:
        inset 0px 2px 0px 0px #f57900,
        inset 0px -3px 0px 0px #f57900,
        inset 2px 0px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrange td {
    box-shadow:
        inset 0px 2px 0px 0px #f57900,
        inset 0px -3px 0px 0px #f57900;
    border-top:0px !important;
}

tr.tableInsetOrange td:last-child {
    box-shadow:
    inset 0px 2px 0px 0px #f57900,
    inset 0px -3px 0px 0px #f57900,
    inset -2px 0px 0px 0px #f57900;
    border-top:0px !important;
}

.tableHighlightBorder {
    border-radius: 3px !important;
    border-width: 3px;
    border-style: solid;
}

.tableHighlightBorderTop {
    border-radius: 3px !important;
    border-width: 3px;
    border-style: solid;
    border-bottom: 0px;
}

.tableHighlightBorderCenter {
    border-radius: 3px !important;
    border-width: 3px;
    border-style: solid;
    border-bottom: 0px;
    border-top: 0px;
}

.tableHighlightBorderBottom {
    border-radius: 3px !important;
    border-width: 3px;
    border-style:solid;
    border-top: 0px;
}

tr.tableHighlightBorderBottom td {
    border-top:0px !important;
        margin-bottom:10px;
}

.borderRed {
    border-color:#cc0000;
}

.borderOrange {
    border-color:#f57900;
}

.borderBlue {
    border-color:#3465a4;
}

tr.darkOrangeRow td, .darkOrangeElement {
    background-color: #ce5c00 !important;
    color: #ffffff;
    border-top:0px !important;
}

tr.blueRow td, .blueElement {
    background-color: #3465a4 !important;
    color: #ffffff;
    border-top:0px !important;
}

tr.lightBlueRow td, .lightBlueElement {
    background-color: #729fcf !important;
    border-top:0px !important;
}

tr.redRow td, .redElement {
    background-color: #cc0000 !important;
    color: #ffffff;
    border-top:0px !important;
}

tr.redRow td a, tr.redRow td a:hover,
tr.darkOrangeRow td a, tr.darkOrangeRow td a:hover,
tr.blueRow td a, tr.blueRow td a:hover {
    color: white;
    text-decoration: underline;
}

a.fa, a.fas, a.fa:hover, a.fas:hover {
    text-decoration: none !important;
}

.blank_table_row {
    height: 10px;
}

tr.blank_table_row td {
    background-color: #ffffff !important;
}

.down-expand-button {
    text-align:center !important;
    border:0px;
    padding:0px !important;
    width:100%;
    cursor: pointer;
    cursor: hand;
}

table tr:hover .down-expand-button {
    background: rgb(221, 221, 221) !important;
}

.wrap-text {
    word-wrap: break-word;
}

.nowrap {
    white-space:nowrap;
}

.strikethrough {
    text-decoration: line-through !important;
}

.highlighted_node {
    border:50px solid black;
}

.action-links > .fa {
    color:black;
}

.linkButton {
  background: none;
  border: none;
    padding: 0px;
  color: red;
  cursor: pointer;
    margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.no-side-padding {
    padding-right: 0px !important;
    padding-left:0px !important;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.label-icon {
    left: 5px;
    position: relative;
}

.nanosec-div {
    font-weight:bold;
    position: relative;
    width: 100%;
    text-align: center;
    top: -5px;
}

.larger-input-field {
    width: 270px !important;
}

.precision-tool {
    margin-left: 10px;
    display: inline-block;
}

.fa-as-icon {
    font-size: 20px;
    padding-left: 2px;
    padding-top: 2px;
    cursor: pointer;
    background-image: unset;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    transition: background .2s linear;
    color: black;
}
.fa-as-icon:hover {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight: 900;
    font-size: 22px;
    color: white;
}

.quick-edit-row-div {
    line-height: normal;
    display: inline-block;
    position: absolute;
}

#attackmatrix_div {
    border-color: #363636;
    overflow: visible;
    max-height: 700px;
    height: auto;
    margin-top: 30px;
    width: calc(100vw - 230px);
    min-width: 1400px;
}

.restclient-infofield {
    margin-left: 2px;
    font-size: smaller;
    position: relative;
    bottom: 4px;
}

.meta_table {
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.meta_table_key {
    width: 150px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
}
.meta_table_value {
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.correlations {
    margin:0;
}

ul.correlations li {
    padding-right: 0;
    padding-left:0;
}

ul.correlations li span, ul.correlations li a {
    margin-right:3px;
}

ul.correlations li .popover span {
    margin-right: 0;
}

.break-word {
    word-wrap: break-word;
}
.action-links > .fas, .action-links > .fab, .action-links > .fa {
    margin-left:2px;
    color: black;
}

.fixedRightPanel {
    position: fixed;
    top: 45px;
    right: 0px;
    height: 800px;
    width: 800px;
    background: #ffffffcc;;
    z-index: 1;
    border: 1px solid #0088cc;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.galaxy_data {
    margin-left:15px;
    display:none;
}

.collapse-status {
    font-size: 16px;
}

.large-left-margin {
    margin-left:8px;
}

#notice_message {
   margin-bottom: 10px;
}

.alert form {
    margin: 0 0;
}

.tag-conflict-notice {
    margin: 5px 0px;
    padding-right: 14px;
    position: relative;
}

.tag-conflict-notice div.text-container {
    overflow: auto;
}

.attributeTagContainer .tag-conflict-notice {
    max-width: 350px;
    overflow: auto;
}

.tag-conflict-notice .apply_css_arrow {
    display: inline-block;
    padding: 0px 6px;
}

.tag-conflict-notice i.icon {
    position: absolute;
    padding: 3px;
    right: 0px;
    top: 0px;
    background-color: #3b3b3b;
    color: white;
    border-radius: 3px;
}

.fork-cluster-preview {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 100px;
    max-width: 400px;
}

/* GridStack widget structure fix */
.widget-wrapper {
    height: calc(100% - 2px) !important;
    display: flex !important;
    flex-direction: column !important;
}

.widgetTitle {
    font-weight: bold;
    color: #0088cc;
    width: 100%;
    font-size: 125%;
    margin:5px;
}

.widgetContent {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.widgetContentInner {
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

.grid-stack-item-content {
    overflow: hidden !important;
}

.grid-stack-item .grid-stack-item-content {
    height: 100%;
}

.grid-stack-item .widget-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.grid-stack-item .widgetContent {
    flex: 1 1 auto;
    height: 100%;
}

/* Threat levels */
.threat-level-high::before, .threat-level-medium::before, .threat-level-low::before, .threat-level-undefined::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: .3em;
}

.threat-level-high::before {
    content: "\f102";
    color: rgb(192,0,0);
}

.threat-level-medium::before {
    content: "\f068";
    color: #3465a4;
}

.threat-level-low::before {
    content: "\f103";
    color: rgb(35,120,40);
}

.threat-level-undefined::before {
    content: "\f128";
    color: gray;
}

#UserGpgkey, #UserCertifPublic {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 100%;
    width: 45em;
}

.authkey {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 11px;
}

/*
 Make user edit checkboxes nicer
 */
.user-edit-checkboxes div.input {
    float: none;
    width: inherit;
    margin-top: 3px;
}

.user-edit-checkboxes label {
    display: inline;
}

a.orgImg {
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.misp-error-container {
    margin: 0 20px;
}

th.rotate {
    /* Something you can count on */
    height: 100px;
    white-space: nowrap;
    vertical-align: inherit !important;
}

th.rotate > div {
    transform:
        /* Magic Numbers */
            translate(15px, 30px)
                /* 45 is really 360 - 45 */
            rotate(315deg);
    width: 25px;
}

th.rotate > div > span {
    padding: 5px 0;
}

td.rotate {
    text-align: center;
}

th.rotate, td.rotate {
    width: 25px;
}

th.rotate + th:not(.rotate) {
    padding-left: 30px;
}

td.rotate + td:not(.rotate) {
    padding-left: 30px;
}

.diagnostics-box {
    background-color: #f7f7f9;
    width: 400px;
    padding: .3em 0.5em;
}

#eventToggleButtons button span {
    margin-right: 2px;
}

#RoleAdminEditForm fieldset {
    margin-bottom: 1em;
}

#RoleAdminEditForm .role-permissions {
    clear: both;
    width: 570px;
}

#RoleAdminEditForm .role-permissions div.input {
   width: 160px;
}

/*
Query builder
 */
.query-builder .rule-value-container label {
    margin-right: 5px;
}

.query-builder .rule-value-container label input {
    margin-top: 0;
}

/* Fix text input for query builder */
.query-builder .rule-value-container input[type="text"], .query-builder .rule-value-container input[type="number"] {
    padding: 4px !important;
    height: 30px;
}

.input-big-chungus {
    width: 700px;
    height: 800px;
}

#event-correlations select {
    float: right;
    width: 10em;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
}

#event-correlations .event-correlation {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
    background-color: white;
    line-height: 14px;
}

#event-correlations .event-correlation .org {
    border-right: 1px solid #ddd;
    padding-right: 2px;
    min-width: 24px;
    max-width: 24px;
    overflow: hidden;
    font-size: xx-small;
    text-overflow: ellipsis;
}

#event-correlations .event-correlation .info {
    padding-left: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 410px;
}

#event-correlations .event-correlation b {
    margin-left: 5px;
    float: right;
    cursor: pointer;
}

#event-correlations .event-correlation time {
    font-style: italic;
}

.label-padding {
    padding: 2px 10px;
    margin-right: 5px
}

.warninglist-value {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

.warninglist-comment {
    color: gray;
}

/* Resolved attributes template */
.freetext_row select, .freetext_row input[type=text] {
    padding: 0;
    margin-bottom: 0;
    height: 20px;
}

.freetext_row input[type=text] {
    padding-left: 3px;
    padding-right: 3px;
}

.highlight-on-hover:hover {
    filter: brightness(1.1);
}

.special-tag {
    animation: special-tag-color 4s infinite linear;
}
@keyframes special-tag-color {
    0%, 100% {
        background-color: #FFFFFF;
    }
    20% {
        background-color: #339900;
    }
    40% {
        background-color: #FFC000;
    }
    60% {
        background-color: #CC0033;
    }
    80% {
        background-color: #d208f4;
    }
}