.ui.label {
  background-color: #0099CC;
}

.ui.menu{
	background: #f2f2f2;
}

.ui.tag.label {
  background-color: #e8e8e8;
}

.ui.input{
	width:100%;
}

.ui.button.cls_a55a{
    color: #fff;
    background: #f2711c;
}

.table-responsive table th {
    vertical-align: middle;
    text-align: center;
}
table.dataTable a {
    text-decoration: underline;
}

span.ribbon {
    padding-top: 4px !important;
    padding-bottom:4px !important;
}

span.ribbon a {
    color: #0000ff !important;
    text-decoration: underline;
}
.ui.menu.filter{
	box-shadow: none;
	border: 0px none;
}

.ui.red.button a {
    color: #FFFFFF;
}

#splashMessage {
    margin: 80px;
    z-index: 1000;
    position: absolute;
    top: 60px;
    display: none;
}

.ui.input input[disabled] {
  opacity: 1;
}

.ui.form .field :disabled {
  opacity: 1;
}

#nutCompPop {
  top: 0px !important;
}

/* Ensure that the demo table scrolls */
    th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }

.pull-left{
float: left !important;
}

th.nutrient, th.macro, th.experiment_set_up {
  background-color: yellow !important;
}

td.nutrient, td.macro, td.experiment_set_up {
  background-color: #FFFFCC !important;
}

th.amino, th.amino_acid, th.performance_indices {
  background-color: #0099FF !important;
}

td.amino, td.amino_acid, td.performance_indices {
  background-color: #B2E0FF !important;
}

th.mineral, th.mineral, th.water_quality_parameters {
  background-color: #339900 !important;
}

td.mineral, th.mineral, td.water_quality_parameters {
  background-color: #99FF00 !important;
}

th.details {
  background-color: white !important;
}

th.composition {
  background-color: #00CCFF !important;
}

th.testing {
  background-color: #66FF00 !important;
}

td.composition.source {
  background-color: #CCFFFF !important;
}

td.composition.processing {
  background-color: #CCFFFF !important;
}

td.composition.anti {
  background-color: #CCFFFF !important;
}

td.testing.failed {
  background-color: #FF3333 !important;
}

td.testing.pending {
  background-color: #FFFF00 !important;
}

td.testing.passed {
  background-color: #99FF00 !important;
}

td.provenance.status.failed {
  background-color: #FF3333 !important;
}

td.provenance.status.pending {
  background-color: #FFFF00 !important;
}

td.provenance.status.passed {
  background-color: #99FF00 !important;
}

#filters {

}

.filter {
  height: 100%;
}

.field.filter {
  width: 150px;
}

.dataTables_filter {
    width: 100%;
}

#table_search {
    float: right;
    border-radius: 5px;
    border: 1px solid #dededf;
    padding:12px 11px 13px 15px;
    width: 300px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
    border-top-left-radius: 0px;
    border-top: 0px;
}

#table_search input{
	border: 1px solid #ccc;
	padding: 8px 10px 7px 10px;
    width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cls_search_btn{
    background: #f2711c;
    border: 0px none;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    font-weight: bold;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	cursor:pointer;
	margin-left:-1px;
}

.ui.orange.label, .ui.orange.labels .label {
    margin-left: -7px;
}

.fancybox-slide--html .fancybox-close-small {
	width: 50px;
	height: 50px;
}

.DTFC_LeftBodyLiner{
	overflow-x: hidden;
}

table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after, table.dataTable.table thead td.sorting:after, table.dataTable.table thead td.sorting_asc:after, table.dataTable.table thead td.sorting_desc:after{
	top: 24px;
}


	.ui-tooltip, .arrow:after {
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.10);
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
	}

	.ui-tooltip {
		padding: 5px 10px;
		border-radius:3px;
		font: 14px;
		border: 1px solid rgba(0,0,0,0.10);
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
	}

	.arrow {
		width: 70px;
		height: 16px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -35px;
		bottom: -16px;
	}

	.arrow.top {
		top: -16px;
		bottom: auto;
	}

	.arrow.left {
		left: 20%;
	}

	.arrow:after {
		content: "";
		position: absolute;
		left: 20px;
		top: -20px;
		width: 25px;
		height: 25px;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.arrow.top:after {
		bottom: -20px;
		top: auto;
	}

	a .info.circle.icon{
		color:#000;
	}

.pop_field_hld{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-left: 0px none !important;
	display: table;
	width:100%;
}

.pop_field_hld .col_val{
    background: #fbfbfc;
    border: 1px solid #ececed;
    padding: 5px 10px;
	width:100%;
}

.b_label,.pop_field_hld .col_name{
    background-color: #0099CC;
    padding: 5px 12px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 6px;
	 vertical-align: middle;
	 white-space: nowrap;
}

.td{
	display: table-cell;
}

.pop_tags_hld{
    display: table;
    width: 100%;
}

.pop_tags_hld .b_label{
    vertical-align: middle;
    white-space: nowrap;
	border-radius: 5px;
}

.pop_tags_hld .tag_hld{
    width: 100%;
    padding-left: 10px;
}

.pop_tags_hld .tag_hld .tag{
	margin-bottom: 4px;
    margin-top: 4px;
}


.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio],.ui.checkbox .box:before, .ui.checkbox label:before{
    top: 4px;
}

.ui.checkbox .box:after, .ui.checkbox label:after{
    top: 3px;
}

.date_Range{
	display:inline-block;
	width:92px;
	white-space: nowrap;
}

#reportrange{
    display: inline-block;
}

#filter_date{
	height: 450px;
    width: 715px;
    display: inline-block;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: center 160px;
}

.filters_hld{
    margin-top: 20px;
    background: #e6e6e6;
    border: 1px solid #cecece;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
}

.filter_ind_hld > div{
    padding: 20px 15px 20px 15px;
    cursor: pointer;
    border-right: 1px solid #bfbfbf;
}

.filter_ind_hld > div:last-child{
    border-right: 0px none;
}

.filters_hld #table_search{
    padding: 10px 0px;
    line-height: normal;
    padding-right: 15px;
    border-right: 1px solid #bfbfbf;
	float:left;
}

.filter_ind_hld{
    display: inline-block;
    padding-left: 10px;
}

.filters_hld .filter_label{
	padding:0px 0px 10px 0px;
	border: none;
}

.filters_hld .browse.item{
	display: inline-block;
}

#table_search label{
	width:100%;
}

.filter_ind_hld > div.date_range_hld{
	float:right;
	padding: 14px 15px 14px 15px;
}

.dataTables_wrapper .dataTables_processing{
	padding: 6px 0px;
	background: #f2711c;
	color: #fff;
}

td{
	position:relative;
}

td div{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding: .78571429em .78571429em;
	box-sizing: border-box;
}

.cls_blue{
	background:#CCFFFF;
}

.cls_green{
	background:#99FF00;
}
.cls_yellow{
	background:#FFFF00;
}

.ui.menu:not(.vertical) .item.cls_sd55s{
	display:block;
}

.ui.menu .item.cls_sd55s:before{
	background:none;
}

.filter_cls{
    float: left;
    border: 1px #f2711c solid;
    margin-right: 20px;
    border-top: 0px none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f2711c;
    font-family: sans-sans-serif;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 10px;
}

.filter_cls .ui.dropdown{
    padding: 7px 15px;
    color: #FFFFFF;
}

.filter_cls i.icon, .filter_cls i.icons {
    color: #FFFFFF;
}

.daterangepicker{
	z-index:100000;
}

.ui.segment{
	margin-top: 10px;
}

.cls_filter_btn{
    position: absolute;
    top: 8px;
    right: 48px;
    padding: 6px 14px;
    border-radius: 3px;
    z-index: 1000000;
}

.cls_all_filter_btn{
    position: absolute;
    top: 8px;
    right: 130px;
    padding: 6px 14px;
    border-radius: 3px;
    z-index: 1000000;
}

.cls_sd56s6{
	width: 189px;
	margin-top: 2px !important;
}

#ingredient_JS_length,#experiments_JS_length,#results_JS_length{
	display:none;
    padding: 4px 0px 0px 0px;
    margin-right: 20px;
    float: right;
}

.pagi_hold .dropdown.icon{
	padding-top: 16px !important;
}

.pagi_hold .selection.ui.dropdown{
	height: 49px;
}


.dataTables_length{
	padding: 13px 20px 13px 20px;
    font-family: 'Lato', Helvetica, sans-serif;
	height: 60px;
    box-sizing: border-box;
}

.dataTables_length select{
    padding: 7px 2px;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    height: 35px;
}

.ui.steps .step{
	padding:1.142857em 1.5em;
}


.ui.steps .active.step:after,.ui.steps .step:after{
  display:none;
}

ul.submenu > li{
  position: relative;
}

ul.submenu > li > ul{
  display: none;
}

ul.submenu > li:hover > ul{
  display: block;
  position: absolute;
  min-width: 180px;
  z-index: 1;
  right: -180px;
  top: 0;
}

.submenu li ul li a {
  padding: 5px 15px !important;
  background-color: #e9e9e9;
}

.ui.steps .step:first-child {
  border-radius: 0;
}






@media (max-width:1366px){

	.filters_hld{

	}

	.filters_hld div{

	}

	.filters_hld #table_search{
		width: 100%;
		border-right: 0px none !important;
		padding-right: 0px;
	    padding-bottom: 0px;
	}

	.filter_ind_hld > div strong{
		display:block;
	}

	.filters_hld .browse.item{

	}

	.ui.menu:not(.vertical) .item {
		display: grid;
	}

	#table_search {
    	width: 285px;
	}

	#reportrange{
		margin-bottom: -22px;
		margin-top: -18px;
		padding: 3px 10px !important;
		line-height: 14px;
		font-size: 13px;
	}

	.ingredient_characteristics{
		line-height: normal;
	}

	.filter_ind_hld > div.date_range_hld {
		padding: 24px 15px 20px 15px;
	}

	.filter_ind_hld > div:first-child{
		display: inline-block;
		float: left;
		padding-top: 21px;
		border-right: 1px solid #bfbfbf;
		padding-right: 15px;
		padding-bottom: 43px;
	}

	.date_Range{
	    margin-top: -10px;
	}
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single {
    line-height: 41px;
    height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px
}