html {
    overflow-x:initial;
}

body {
	background-color: #FFFFFF;
	height: 100%;
}

#header_home {
	min-height: 60px;
	margin: 0 0;
	font-size: 13px;
}

#header_other {
	height: 60px;
	font-size: 13px;
}

/* flex tricks to have footer always at bottom */
.main_wrapper {
	display: flex;
  	flex-flow: column;
  	height: 100%;
}

div.ui.fixed.inverted.menu {
	flex: 0 1 auto;
}

div.ui.main.text.container {
	flex: 1 1 auto;
}

div.ui.inverted.vertical.footer.segment {
	flex: 0 1 auto;
}

p {
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 2em;
}

.main.container {
	margin-top: 5em;
	padding: 1em;
}

.ui.text.container {
	max-width: 1000px!important;
}

.ui.footer.segment {
	margin-top: 5em;
	padding: 1px;
}

.ui.inverted.menu, .ui.inverted.segment, .ui.primary.inverted.segment {
	background: #c00;
}

.small_gray_text {
	color: gray;
	font-size: 0.8em;
	font-weight: 100;
}

b.mybold {
    font-weight: 400!important;
}

ul {
	list-style: none;
  margin-left: -40px;
}

.ui.freesound.button {
    background-color: #cc181e;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset
}

.ui.freesound.button:hover {
    background-color: #980f17;
    color: #fff;
    text-shadow: none
}

.ui.freesound.button:active {
    background-color: #9b0c14;
    color: #fff;
    text-shadow: none
}

.ui .card .header .meta {
    font-size: 0.75em;
    font-weight: normal;
}

.vote_card_form ul {
    margin: 0;
    padding: 0 20px;
}

.vote_card_form li {
    position: relative;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vote_card_form li:hover {
    background-color: #f0f0f0;
}

.vote_card_form label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
}

.vote_card_form input[type="radio"] {
    margin-right: 5px;
}

.ui.list>.item>i.icon {
	display: inline;
}

.category_quality_bars {
	text-align: center;
	line-height: 50px;
	white-space:nowrap;
}

.category_quality_bars .element {
	margin: 0;
	display: inline-block;
	color: white;
}

/* CSS FOR TREE VISUALISATION */
.node {
  cursor: pointer;
}
.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 2px;
}
.node text {
  font-size: 13px;
}
.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1px;
}
#ontology_placeholder {
    overflow-x: hidden;
    width: 100%;
}

/* CSS FOR CHOOSE CATEGORY TABLE */
#choose_table_placeholder, #priority_table_placeholder, #search_table_placeholder{
    overflow-y: scroll;
    height: 600px;
    width: 100% !important;
	margin-bottom: 0px;
}

.medium.text {
   font-size: 16px;
}

.small.text {
  font-size: 13px;
}

.back_clear {
	color: #262626;
}

.blanched_yellow {
	color: #f9efe0;
}

/* CSS FOR RELEASE REPORT ERROR BUTTON */
.reported-annotation {
    opacity: .45 !important;
}

/* GENERATE LABEL EXPERT TASK*/
.added-label {
    margin: 5px!important;
}

.close-icon, .locate-icon {
    cursor: pointer!important;
}
