/*!
* EAI, Inc.
* Version: 17.2.5
* Build date: Feb 26, 2018
*
* Copyright (c) 2018 EAI, Inc. ALL RIGHTS RESERVED
* DX Custom Styles (iHub)
*/

@import url('https://fonts.googleapis.com/css?family=Anaheim|Muli|Montserrat|Roboto');

/* -- CHART OPTIONS BOX -- */
.options {
	padding: 15px;
	background-color: rgba(191, 191, 191, 0.15);
	margin-top: 20px;
	margin-bottom: 20px;
}
.caption {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.option-row:after {
	content: "";
	display: table;
	clear: both;
}
.option-col > span {
	margin-right: 10px;
}
.option-col > .dx-widget {
	display: inline-block;
	vertical-align: middle;
}
.option-col {
	float: left;
	margin-top: 10px;
	width: 33.33%;
}
#tab_inner {
	background-color: #efefef;
	height: 86%;
	margin: 10px;
	padding: 10px 15px;
}
#tab_inner ul li {
	font-size: 12px;
	font-style: italic;
}
tspan {
	font-weight: bold;
	font-style: italic;
}
.embolden {
	font-weight: bold;
}

/* -- DATAGRID AUGMENTATIONS -- */
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #daeffd;
    color: #333;
}

/* -- DATAGRID HEADER AUGMENTATIONS -- */
.dx-datagrid .entry-content em, .entry-content i {
    font-style: normal;
}
.dx-datagrid .entry-content a {
    color: #1e7cd2;
}
.dx-datagrid-header-panel .dx-toolbar {
	margin: 0;
	padding-right: 20px;
	background-color: rgba(0,0,0, 0.7);
	border-bottom: 3px solid #111111;
}
.dx-datagrid-header-panel .dx-toolbar-items-container  {
	height: 50px;
}
.dx-datagrid-header-panel .dx-selectbox {
	 margin: 5px 10px;
}
.dx-datagrid-header-panel .dx-button {
	 margin: 5px 0;
}
.dx-datagrid .dx-row > td, .dx-datagrid .dx-row > td a {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}
.dx-datagrid .dx-row > td a, .dx-datagrid .dx-row > td a:active, .dx-datagrid .dx-row > td a:hover, .dx-datagrid .dx-row > td a:visited {
    color: #0088d8;
    text-decoration: underline;
}
.dx-datagrid .dx-row > td a:hover {
    color: #111111;
}
.dx-theme-generic-typography a, .dx-datagrid .entry-content a {
	color: #0088d8;
	font-weight: bold;
	text-decoration: underline;
}
.dx-theme-generic-typography a:visited, .dx-datagrid .entry-content a:visited {
	color: #0088d8;
	font-weight: bold;
	text-decoration: underline;
}
.dx-theme-generic-typography a:hover, .dx-datagrid .entry-content a:hover {
	color: #111111;
}

.dx-datagrid .dx-header-filter {
  color: #111111;
}

.dx-datagrid .dx-header-sort {
  color: #111111;
  font-weight: bold;
}

.dx-datagrid .dx-header-filter-empty {
    color: rgba(149, 149, 149, 0.5);
}

.dx-datagrid .dx-sort-up .dx-row > td {
  color: #111111;
	font-weight: bold;
}
.dx-datagrid .dx-sort-down .dx-row > td {
  color: #111111;
	font-weight: bold;
}
.dx-datagrid-search-text {
    color: #008080;
    background-color: #ccffff;
		font-weight: bold;
		font-style: italic;
}

/* -- DATAGRID INPUT FIELDS -- */
.dx-texteditor-input {
	color: #fff;
	font-weight: bold;
}
.dx-searchbox .dx-texteditor-input, .dx-searchbox .dx-placeholder:before {
    border-radius: 0px;
}
.dx-searchbox .dx-texteditor-input:focus, .dx-searchbox .dx-placeholder:focus {
		background-color: #000;
		border-radius: 0px;
		color: #fff;
}
.dx-texteditor {
		border: 2px solid #21252d;
		border-radius: 0px;
		font-family: "Montserrat", arial, sans-serif;
		font-size: 11px;
}
.dx-texteditor-input {
		margin: 0;
		padding: 7px 9px 8px;
		background: #21252d;
		color: #fff;
		border-radius: 0px;
		min-height: 34px;
}
.dx-texteditor.dx-state-focused, .dx-texteditor.dx-state-active, .dx-texteditor.dx-state-hover {
		background-color: #111;
		border: 2px solid #0099ff;
}

/* -- DATAGRID SELECT DROPDOWN -- */
.dx-popup-wrapper > .dx-overlay-content {
    border: 1px solid #000;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 2px;
}