.ecas-nav {
    width: 100%;
    height: 100%;
}

/* .ecas-nav .nav {
	margin-top: 25px;
	padding: 0 40px;
	border-bottom: 1px solid #e2e2e2;
}

nav .nav ul {
	margin: 0;
	padding: 0;
}

nav .nav ul li {
	list-style: none;
	display: inline-block;
}

nav .nav ul li.active {
	border-bottom: 3px solid #c7121d;
}

nav .nav ul li.active a {
	color: #c7121d;
}

nav .nav ul li a {
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	padding: 2px 10px;
} */

.ecas-nav div.title {
    width: 100%;
    height: 30px;
    padding: 3px 40px;
    background: #c8121e;
    color: #FFFFFF;
    font-size: 18px;
}

.ecas-nav div.title img {
	margin-right: 10px;
	width: 20px;
	height: 15px;
	margin-top: -3px;
}

.ecas-nav .ecas-nav-body {
	padding: 0 16px;
	margin: 20px 0;
}

.ecas-nav .ecas-nav-body ul {
	padding: 0;
	margin: 0;
}

.ecas-nav .ecas-nav-body ul li {
	list-style: none;
	padding: 5px 0;
	height: auto;
	float: none !important;
	border: 0 !important;
	position: relative;
}

.ecas-nav .ecas-nav-body ul li label {
	width: 20%;
	/* height: 100%; */
	font-weight: inherit;
}

.ecas-nav .ecas-nav-body ul li.date > span > span {
	display: inline-block;
    width: 33%;
}

.ecas-nav .ecas-nav-body ul li.date > span > span > input {
    width: 100% !important;
}

.ecas-nav .ecas-nav-body ul li input {
	width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	color: #666;
	outline: none;
}

.ecas-nav .ecas-nav-body ul li.date i {
    font-style: normal;
    display: inline-block;
    width: 10%;
    text-align: center;
}

.ecas-nav .ecas-nav-body ul li.active input {
	border-bottom: 1px solid #c7121d;
}

.ecas-nav .ecas-nav-body ul li.active .ecas-header-logo.pick-arrow {
	border: 5px solid #c7121d;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.ecas-btn-search {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.ecas-content {
	position: fixed;
	top: 66px;
	left: 352px;
	bottom: 0px;
	right: 0px;
}

.ecas-panel {
	position: fixed;
	width: 352px;
	top: 66px;
	left: 0px;
	bottom: 0px;
	display: block;
	border-right: 1px #ccc solid;
}

/* .ecas-content .Oimg {
	width: 100%;
	height: 90%;
}

.ecas-content .Oimg img {
	width: 100%;
	height: 100%;
} */

.historyLIst {
	display: none;
	margin-left: 20%;
	position: absolute;
	top: 40px;
	z-index: 99;
	width: 80%;
	height: auto;
	background: #FFFFFF;
	padding: 4px 10px;
	box-shadow: 0px 10px 20px 0px rgba(199, 199, 199, 1);
}

.historyLIst ul {
	max-height: 200px;
	overflow-y: auto;
}

.historyLIst ul li {
	padding: 5px 0;
	cursor: pointer;
}

.historyLIst ul li:hover {
	color: #c8121e;
}

.timeInput {
	width: 30% !important;
	display: inline-block !important;
	float: none !important;
}

.date i {
	font-style: normal;
}

.clearValue {
	position: absolute;
	right: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: none;
	cursor: pointer;
	background: url(../img/close.png) no-repeat;
	background-size: 100% auto;
	bottom: 12px;
}

.ecas-stat {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.ecas-stat-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
}

.ecas-stat-header-left ul, .ecas-stat-header-right ul {
	list-style: none;
	margin: 0;
	padding-inline-start: 0px;
}

.ecas-stat-header-left ul li,.ecas-stat-header-right ul li, .ecas-stat-header-title {
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0px 10px 0px 10px;
	margin-top: 11px;
}

.ecas-stat-header-left ul li,.ecas-stat-header-right ul li,.ecas-stat-header-left ul li span,.ecas-stat-header-right ul li span  {
	cursor: pointer;
	color: #333;
}

.ecas-stat-header-left ul li span,.ecas-stat-header-right ul li span {
	display: inline;
}

.ecas-stat-header-left ul li:hover,
.ecas-stat-header-left ul li span:hover,
.ecas-stat-header-left ul li.active,
.ecas-stat-header-right ul li:hover,
.ecas-stat-header-right ul li span:hover,
.ecas-stat-header-right ul li.active {
	background-color: #e2e2e2;
}

.ecas-stat-header-title {
	font-weight: bold;
}

.ecas-stat-header-left {
	float: left;
	height: 66px;
}

.ecas-stat-header-left ul {
	float: left;
}

.ecas-stat-header-left ul li, .ecas-stat-header-left > span {
	float: left;
	margin-left: 20px;
}

.ecas-stat-header-dropselect {
	float: left;
    height: 66px;
    margin-top: 11px;
    margin-left: 34px;
}

.ecas-stat-header-right {
	float: right;
	height: 66px;
}

.ecas-stat-header-right ul {
	float: right;
}

.ecas-stat-header-right ul li, .ecas-stat-header-right > span {
	float: right;
	margin-right: 20px;
}

.ecas-stat-header-right ul li img {
	border: 0px;
	width: auto;
	height: 16px;
}

.ecas-stat-content {
	position: absolute;
	top: 66px;
	left: 0;
	bottom: 66px; width : 100%;
	overflow: auto;
	width: 100%; overflow : auto;
	padding: 0 16px;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: none;
}