/* FROM LUMX */
blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
    margin: 0;
    padding: 0;
}

/* BOOTSTRAP OVERWRITE */

.navbar {
	border: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ui.form .form-group input[type="text"] {
	padding-left: 80px;
}

.ui.comments {
	max-width: 100%;
}

.ui.comments .comment > .avatar ~ .content {
	margin-left: 2.5em;
}

.ui.comments .comment .author {
	float: left;
}

.ui.comments .comment {
	margin-bottom: 20px;
}

.ui.comments .comment .metadata {
	float: right;
}

.ui.comments .comment .text {
	color: #777;
	clear: both;
}

.ui.grid {
	margin: 0 -1rem;
}

/***********************
    HEADER STYLES
***********************/
body {
	background: #f6f7f8 /*url(../img/econf-filter-open.jpg) top center no-repeat*/;
	min-width: 1024px;
	padding-right: 0 !important 
}
header.header-wrap {
	border-top: 2px solid #0079C1;
}
header.header-wrap .header-top {
	font-family: 'dax';
	font-size: 15px;
	height: 62px;
	padding: 10px 15px;
	background: #fff;
}
header.header-wrap .header-top .logo img {
	margin-top: 5px;
}
header .nav-top ul {
	list-style: none;
}
header .nav-top li {
	float: left;
}
header .nav-top li i {
	font-size: 28px;
	padding: 0px 10px 0px 10px;
}
header .nav-top li a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	color: #000;
}
header .nav-top li:last-child a {
	padding-right: 0;
}
header .nav-top li a i {
	margin-right: 10px;
}

nav.navbar {
	height: 65px;
	background: #0079C1;
	border-radius: 0;
	margin: 0;
}
nav.navbar .navbar-inner {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(10%,rgba(0,0,0,0)), color-stop(90%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.1) 100%);
}

.navbar-nav li {
	display: inline-block;
}

.navbar-nav li a.active {
	background: #0079c1;
}
.navbar-nav li a {
	font-family: 'dax';
	font-size: 15px;
	margin: 10px 15px 0 15px;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 100%;
}

.navbar-nav li a:hover {
	text-decoration: none;
	background: #0079c1;
}

.title-bar {
	padding: 0 15px;
	position: relative;
	clear: both;
	background: #fff;
}
.title-bar h1.page-title {
	line-height: 54px;
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	float:left;
}
.title-bar a.button {
	position: relative;
	top: 11px;
}

.wrapper {
	padding: 0 15px;
}

.search-bar {
	border-bottom: 1px solid #ddd;
	margin: 0 -15px;
	position: relative;
}

.search-bar .search {
	float: left;
	border: 0;
	width: 350px;
	height: 54px;
	padding: 15px;
	background: #fafafa;
	background: -moz-linear-gradient(left, #fafafa 90%, #ededed 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(90%, #fafafa), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(left, #fafafa 90%, #ededed 100%);
	background: -o-linear-gradient(left, #fafafa 90%, #ededed 100%);
	background: -ms-linear-gradient(left, #fafafa 90%, #ededed 100%);
	background: linear-gradient(to right, #fafafa 90%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed', GradientType=1);
}

.search-bar a.search-button {
	position: absolute;
	top: 16px;
	left: 310px;
	color: #ccc;
	font-size: 18px;
}

.search-bar .button {
	margin: 11px 15px 0 0;
}
/* FORM ELEMENTS */

.actions {
	text-align: right;
}

.btn {
	font-family: 'dax';
}

.button {
	padding: 4px 20px;
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.button i {
	margin-right: 10px;
	color: #0079c1;
	-webkit-transition: all 0.2s ease-in-out;
}
.button.blue.outline.icon-only {
	padding: 0;
	width: 35px;
	text-align: center;
	line-height: 30px;
}
.button.blue.outline.icon-only i {
	margin: 0;
}
.button.blue {
	background: #0079c1;
	color: #fff;
	border: 2px solid #0079c1;
}
.button.blue.outline {
	background: none;
	color: #016fad;
	border-radius: 3px;
}
.button.blue.outline:hover {
	background: #005587;
	color: #fff;
}
.button.blue.outline:hover i {
	color: #fff;
}


.button.blue.outline.inverse {
	background: #016fad;
	color: #fff;
}
.button.blue.outline.inverse:hover {
	background: #005587;
	color: #fff;
}

.button.blue.outline.inverse i {
	background: #0079c1;
	color: #fff;
}
.button.blue.outline.inverse:hover i {
	background: #0079c1;
	color: #fff;
}


.button.white.outline {
	border-radius: 3px;
}

.button.disabled {
	pointer-events: none;
	border-color: #ccc;
	color: #ccc !important;
}
.button-link {
	line-height: 30px;
	font-weight: 700;
	color: #999;
	margin-right: 15px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-in-out;
}
.button-link:hover {
	color: #777;
	text-decoration: none;
}

input, select {
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
	/*outline: none;*/
	-webkit-transition: all 0.2s ease-in-out;
}
.checkbox-with-label input[type="checkbox"] {
	height: 1em;   /* intended to be the default height of a checkbox */
	float: right;
}
.checkbox-with-label {
	margin: 17px 0;
}
.selectbox-with-label .selectbox {
	width: 160px;
	margin-top: -7px;
	float: right;
}
.selectbox-with-label {
	margin: 17px 0;
}

input:focus,
select:focus {
	border-color: #308fd1;
}
.selectbox {
	position: relative;
}
.selectbox::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 7px;
	position: absolute;
	font-size: 20px;
	right: 13px;
}

/*
.selectbox {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	outline: none;
	position: relative;
	overflow: hidden; 
	transition: all 0.2s ease-in-out;
}
.selectbox select {
	width: 110%;
	border: 0;
	background: none;
	outline: none;
	height: 40px;
	padding: 0 10px;
}
.selectbox::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 9px;
	position: absolute;
	font-size: 20px;
	right: 13px;
}
.selectbox:focus {
	background-color: red;
} 
*/

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
	display: none;
}
input[type="date"]::-webkit-input-placeholder { 
	visibility: hidden !important;
}
.btn.calendar1 {
	position: absolute;
	top: 27px;
	right: 7px;
	background: none;
	border: none;
	/*outline: none;*/
}
.btn.calendar1:active {
	box-shadow: none;
	/*outline: none;*/
}

.btn.calendar2 {
	position: absolute;
	top: 63px;
	right: 7px;
	background: none;
	border: none;
	/*outline: none;*/
}
.btn.calendar2:active {
	box-shadow: none;
	/*outline: none;*/
}

/* start common filter styles */
.filter-list {
	margin-bottom: 12px;
	clear: both;
}
/* end common filter styles */

/* start econf filter styles */
.econf-filter {
	background: #f0f0f0;
	
}
.econf-filter .filter-fields {
	float: left;
	width: calc(100% - 80px);
}
.econf-filter .filter-fields .filter-col {
	float: left;
	padding: 0 7px;
	position: relative;
}
.econf-filter .filter-fields .filter-col span {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	display: block;
	margin-bottom: 7px;
}

.econf-filter input,
.form-group input[type="text"] {
	width: 100%;
}
.econf-filter .selectbox {
	background: #fff;
}
.selectbox select {
	width: 100%;
	position: relative;
	z-index: 10;
	background: none;
}
.econf-filter td {
	padding: 15px 7px;
	line-height: normal;
	position: relative;
}
.econf-filter:first-child {
	border: none;
}
.econf-filter .filter-buttons {
	text-align: right;
	padding-top: 4px;
}
/* end econf filter styles */

/* start users filter styles */
.users-filter {
	background: #e3e2e6;
	padding: 10px 7px 12px;
}
.users-filter .filter-fields {
	float: left;
	width: calc(100% - 80px);
}
.users-filter .filter-fields .filter-col {
	float: left;
	padding: 0 7px;
	position: relative;
}
.users-filter .filter-fields .filter-col span {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	display: block;
	margin-bottom: 7px;
}

.users-filter input,
.form-group input[type="text"] {
	width: 100%;
}
.users-filter .selectbox {
	background: #fff;
}
.selectbox select {
	width: 100%;
	position: relative;
	z-index: 10;
	background: none;
}
.users-filter td {
	padding: 15px 7px;
	line-height: normal;
	position: relative;
}
.users-filter:first-child {
	border: none;
}
.users-filter .filter-buttons {
	text-align: right;
	padding-top: 4px;
}
/* end users filter styles */

/* start customers filter styles */
.customers-filter {
	background: #e3e2e6;
	padding: 10px 7px 12px;
}
.customers-filter .filter-fields {
	float: left;
	width: calc(100% - 80px);
}
.customers-filter .filter-fields .filter-col {
	float: left;
	padding: 0 7px;
	position: relative;
}
.customers-filter .filter-fields .filter-col span {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	display: block;
	margin-bottom: 7px;
}

.customers-filter input,
.form-group input[type="text"] {
	width: 100%;
}
.customers-filter .selectbox {
	background: #fff;
}
.selectbox select {
	width: 100%;
	position: relative;
	z-index: 10;
	background: none;
}
select:disabled {
   background-color: #ebebe4;
	
}
.customers-filter td {
	padding: 15px 7px;
	line-height: normal;
	position: relative;
}
.customers-filter:first-child {
	border: none;
}
.customers-filter .filter-buttons {
	text-align: right;
	padding-top: 4px;
}
/* end customers filter styles */

/* start reports filter styles */
.econf-filter {
	background: #f0f0f0;
	
}
.reports-filter .filter-fields {
	float: left;
	width: calc(100% - 80px);
}
.reports-filter .filter-fields .filter-col {
	float: left;
	padding: 0 7px;
	position: relative;
}
.reports-filter .filter-fields .filter-col span {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	display: block;
	margin-bottom: 7px;
}

.reports-filter input,
.form-group input[type="text"] {
	width: 100%;
}
.reports-filter .selectbox {
	background: #fff;
}
.selectbox select {
	width: 100%;
	position: relative;
	z-index: 10;
	background: none;
}
.reports-filter td {
	padding: 15px 7px;
	line-height: normal;
	position: relative;
}
.reports-filter:first-child {
	border: none;
}
.reports-filter .filter-buttons {
	text-align: right;
	padding-top: 4px;
}
/* end reports filter styles */


/***********************
CONFIRMATIONS STYLES
***********************/

table {
	width: 100%;
	font-size: 13px;
}
table thead {
	font-family: 'dax';
	line-height: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
table thead td {
	position: relative;
	padding-left: 15px;
}
table thead td::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 25px;
	background: #ddd;
	bottom: 0;
	left: 0;
}
table thead td:first-child::after {
	background: none;
}
table tr {
	border-bottom: 5px solid #f6f6f7;
}
table tbody {
	background: #fff;
}
table tbody td {
	padding: 0 7px;
	height: 50px;
	color: #555;
}
table.confirmations {
	text-align: center;
}
table.confirmations td.left {
	text-align: left;
}
.enable {
	color: #4088aa;
}
.disable {
	color: #f5846c;
}
td.status {
	line-height: 18px;
	position: relative;
	text-align: left;
}
td.status span {
	display: block;
	font-weight: 600;
}
td.status span.blue {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #016fad;
}

td.status span.blue:hover {
	cursor: pointer;
	text-decoration: underline;
}

table.confirmations tr.flagged {
	background: #eaeaea;
}
table.confirmations tbody tr:hover {
	cursor: default;
}
.status-colour {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0;
	width: 3px;
	height: 30px;
}
.status-colour.cancelled,
.status-colour.inactive,
.status-colour.knock,
.status-colour.rejected {
	background: #ddd;
}
.status-colour.pending,
.status-colour.pending-approval,
.status-colour.pending-cancellation,
.status-colour.awaiting-new-document,
.status-colour.unwind-u {
	background: #ff0000;
}
.status-colour.active-modified,
.status-colour.modified,
.status-colour.confirmed,
.status-colour.unwind,
.status-colour.active {
	background: #66b223;
}
.status-colour.draft {
	background: #ffcf29;
}

/***********************
ENTITLEMENTS STYLES
***********************/

table.entitlements {
	padding: unset; 
	width: 100%;
	font-size: 13px;
	background: #f1f1f1;
}
table.entitlements thead {
	line-height: unset;
	text-align: center;
}
table.entitlements thead tr {
	border-bottom-width: 0px;
}
table.entitlements tr {
	border-bottom: 5px solid #f6f6f7;
}
table.entitlements tr td {
	padding-top: unset; 
	padding-bottom: unset; 
	padding-left: unset; 
	padding-right: unset;
}
table.entitlements tbody {
	background: #fff;
}
table.entitlements tbody td {
	height: 50px;
	color: #555;
}

.econf-stats {
	float: right;
	padding-top: 9px;
}
.econf-stats .results-info {
	font-size: 24px;
	float: left;
	position: relative;
	font-weight: 500;
	font-family: 'dax';
	line-height: 1;
}
.econf-stats .results-info span {
	display: block;
	font-size: 11px;
	/*color: #8f99a7;*/
	color: #000000;
	margin-bottom: 4px;
	font-weight: 700;
}

.econf-stats .results-info.deals {
	font-family: 'dax';
	color: #333;
	text-align: right;
	margin-right: 50px;
}
.econf-stats .results-info.deals::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 27px;
	background: #e1e1e1;
	top: 7px;
	margin-left: 25px;
}
.econf-stats .results-info.due {
	color: #e80000;
}
.econf-noaccess .results-info.noaccess {
	align-self: center;
	width: 300px;
	height: 500px;
	background: #eaeaea;
	text-align: center;
}



.reports-stats {
	float: right;
	padding-top: 9px;
}
.reports-stats .results-info {
	font-size: 24px;
	float: left;
	position: relative;
	font-weight: 500;
	font-family: 'dax';
	line-height: 1;
}
.reports-stats .results-info span {
	display: block;
	font-size: 11px;
	color: #000000;
	margin-bottom: 4px;
	font-weight: 700;
}

.reports-stats .results-info.deals {
	font-family: 'dax';
	color: #333;
	text-align: right;
	margin-right: 50px;
}
.reports-stats .results-info.deals::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 27px;
	background: #e1e1e1;
	top: 7px;
	margin-left: 25px;
}
.reports-stats .results-info.due {
	color: #e80000;
}
.reports-noaccess .results-info.noaccess {
	align-self: center;
	width: 300px;
	height: 500px;
	background: #eaeaea;
	text-align: center;
}

.filter-buttons {
	margin-top: 20px;
	font-family: 'dax';
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 12px;
}
.filter-buttons .quick-view > div {
	float: left;
	background: #eaeaea;
	padding: 5px 8px 5px 6px;
	cursor: pointer;
	position: relative;
}
.filter-buttons .quick-view > div:not(:last-child)::before,
.filter-buttons .quick-view > div:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: rgba(0,0,0,0.05);
	right: 0;
	top: 5px;
}
.filter-buttons .quick-view > div::after {
	background: rgba(255,255,255,0.2);
	right: 1px;
}
.filter-buttons .quick-view > div:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.filter-buttons .quick-view > div:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.filter-buttons .filter-toggle > div {
	background: #e3e2e6;
	border-radius: 3px;
	padding: 5px 8px;
	margin-left: 15px;
	cursor: pointer;
}
.filter-buttons div.filter-selected {
	background: #E3E2E6;
	color: #000000;
}

/* VIEW CONFIRMATION */
.ui.dropdown.econf-history.wrapper {
	width: 100%;
/*	cursor: default;*/
}
.ui.dropdown.econf-history.instruction {
/*	cursor: default; */
	font-weight: bold;
	top: -5px;
	float: left;
}
.ui.dropdown.econf-history {
	padding: 5px;
}
.ui.dropdown.econf-history.caret {
	position: absolute;
	top: 17px;
	right: 14px;
}

.ui.dropdown.econf-history1.pending {
	color: #d60000;
}
.ui.dropdown.econf-history1.affirmed {
	color: #d60000;
}
.ui.dropdown.econf-history1.cancelled {
	color: #6e6e6e;
}
.ui.dropdown.econf-history1.confirmed {
	color: #5d8211;
}
.ui.dropdown.econf-history1.knock {
	color: #6e6e6e;
}
.ui.dropdown.econf-history1.unwind {
	color: #72c002;
}
.ui.dropdown.econf-history1.unwind-u {
	color: #d60000;
}
.ui.dropdown.econf-history1.rejected {
	color: #6e6e6e;
}
.ui.dropdown.econf-history1.modified {
	color: #6e6e6e;
}
.ui.dropdown.econf-history1.readonly {
	color: #72c002;
}
.ui.dropdown.econf-history1.awaitingnewdocument{
	color: #000;
}

.ui.dropdown.econf-history.pending {
	background: #ff0000;
}
.ui.dropdown.econf-history.affirmed {
	background: #ff0000;
}
.ui.dropdown.econf-history.cancelled {
	background: #ddd;
}
.ui.dropdown.econf-history.confirmed {
	background: #72c002;
}
.ui.dropdown.econf-history.knock {
	background: #ddd;
}
.ui.dropdown.econf-history.unwind {
	background: #72c002;
}
.ui.dropdown.econf-history.unwind-u {
	background: #ff0000;
}
.ui.dropdown.econf-history.rejected {
	background: #ddd;
}
.ui.dropdown.econf-history.modified {
	background: #ddd;
}
.ui.dropdown.econf-history.readonly {
	background: #72c002;
}
.ui.dropdown.econf-history.awaitingnewdocument{
	background: #000000;
}

.ui.dropdown.econf-history > .text {
	background: rgba(255, 255, 255, 0.35);
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	width: calc(600px);
	padding: 0 10px;
	float: right;
	border: solid #d9d9d9 1px;
}
ul.dropdown-menu.econf-history-select {
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
ul.dropdown-menu.econf-history-select li:last-child {
	padding: 0 0 0 12px !important;
	overflow: visible;
}
.econf-selection-dropdown-item {
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 5px 0;
	padding-left: 12px;
}
.econf-selection-dropdown-item::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 3px;
	width: 4px;
	height: 30px;
}
.econf-selection-dropdown-item.pending::after {
	background: #ff0000;
}
.econf-selection-dropdown-item.affirmed::after {
	background: #ff0000;
}
.econf-selection-dropdown-item.confirmed::after {
	background: #72c002;
}
.econf-selection-dropdown-item.readonly::after {
	background: #0080ff;
}
.econf-selection-dropdown-item.cancelled::after {
	background: #ddd;
}
.econf-selection-dropdown-item.rejected::after {
	background: #ddd;
}
.econf-selection-dropdown-item.knock::after {
	background: #ddd;
}
.econf-selection-dropdown-item.unwind::after {
	background: #72c002;
}
.econf-selection-dropdown-item.unwind-u::after {
	background: #ff0000;
}
.econf-selection-dropdown-item.awaitingnewdocument::after{
	background: #000000;
}
ui.dropdown.econf-history .menu > .econf-selection-dropdown-item {
	border-top: 1px solid #ddd;
}

li.econf-selection-dropdown-head {
	height: 30px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding-left: 20px;
	background-color: #BFBFBF;
	cursor: not-allowed;
}

li.econf-audit-dropdown-head {
	height: 25px;
	line-height: 25px;
	position: relative;
	margin: 0;
	padding-left: 20px;
	background-color: #d9d9d9;
	cursor: not-allowed;
}

/* action column */
li.econf-audit-dropdown-head span:nth-child(1) {
	display: inline-block; 
	width: 335px; 
	text-align: center; 
	font-size: smaller; 
	border-right: solid #BFBFBF 2px;
} 

/* user column */
li.econf-audit-dropdown-head span:nth-child(2) {
	display: inline-block; 
	width: 72px; 
	font-size: smaller; 
	padding-left: 20px;
}

/* time column */
li.econf-audit-dropdown-head span:nth-child(3)  {
	display: inline-block; 
	padding-left: 60px; 
	font-size: smaller; 
	border-left: solid #BFBFBF 2px;
}

/* AUDIT TRAIL */
li.econf-audit-dropdown-item {
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	position: relative;
	margin: 2px 2px 0;
	padding-left: 12px;
	cursor: not-allowed;
  	background-color: #f7f7f7;
  	border: solid #d9d9d9 1px;
}

/* action column */
li.econf-audit-dropdown-item span:nth-child(1) {
	display: inline-block; 
	width: 340px; 
	border-right: solid #d9d9d9 1px;	
}

/* user column */
li.econf-audit-dropdown-item span:nth-child(2) {
	display: inline-block; 
	width: 60px; 
	padding-left: 10px;
}

/* time column */
li.econf-audit-dropdown-item span:nth-child(3) {
	float: right; 
	padding-right: 12px; 
	padding-left: 10px; 
	border-left: solid #d9d9d9 1px;
}

li.econf-audit-dropdown-item::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 3px;
	width: 4px;
	height: 25px;
}

ui.dropdown.econf-history .menu > li.econf-audit-dropdown-item {
	border-top: 1px solid #ddd;
}





.content.confirmation-view {
	height: calc(100vh - 264px);
}

/* DATEPICKER STYLES */
ul.dropdown-menu {
	padding: 5px 10px;
}
ul.dropdown-menu > li:last-child > button {
	display: none;
}
ul.dropdown-menu > li:last-child {
	padding: 10px 0 !important;
	overflow: hidden;
}
ul.dropdown-menu > li:last-child span {
	float: right !important;
}
ul.dropdown-menu > li:last-child span button {
	background: none;
	color: #0079C1;
	border: 2px solid #0079C1;
	border-radius: 3px !important;
	margin-left: 10px !important;
} 
ul.dropdown-menu > li:last-child span button:active:focus {
	background-color: #0079C1 !important;
	border-color: #0079C1 !important;
	color: #fff !important;
	box-shadow: none !important;
	/*outline: none;*/
}
ul.dropdown-menu table {
	/*outline: none;*/
}
ul.dropdown-menu thead {
	border: 0;
}
ul.dropdown-menu thead tr:first-child {
	border-bottom: 1px solid #eee;
	height: 40px;
}
ul.dropdown-menu thead tr:last-child {
	height: 30px;
	font-size: 10px;
	color: #999;
}

ul.dropdown-menu tr {
	border: none;
}
ul.dropdown-menu td {
	padding: 0;
	height: auto;
}
ul.dropdown-menu button {
	border: 0;
}
ul.dropdown-menu .btn-default.active {
	background: #0079C1;
	border-radius: 50px;
	height: 35px;
	width: 35px;
	box-shadow: none;
	text-align: center;
}
ul.dropdown-menu .btn-default.active .text-info {
	color: white;
}

/* PAGINATION */
.pagination {
	list-style: none;
	float: right;
}
.pagination li {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.pagination li.active {
	border: 1px solid #999;
	border-radius: 50px;
}
.pagination li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #000000;
}
.pagination li a:hover {
	text-decoration: none;
}
.pagination li.pagination-first a,
.pagination li.pagination-prev a,
.pagination li.pagination-next a,
.pagination li.pagination-last a {
	visibility: hidden;
	position: relative;
}

.pagination li.pagination-prev {
	border-right: 1px solid #ddd;
	margin-right: 15px;
	padding-right: 5px;
	width: 35px;
}
.pagination li.pagination-next {
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 5px;
	width: 35px;
}

.pagination li.pagination-first a:after,
.pagination li.pagination-prev a:after,
.pagination li.pagination-next a:after,
.pagination li.pagination-last a:after { 
	visibility: visible;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.pagination li.pagination-first a:after {
	content: "\f100";
}
.pagination li.pagination-prev a:after {
	content: "\f104";
}
.pagination li.pagination-next a:after {
	content: "\f105";
}
.pagination li.pagination-last a:after {
	content: "\f101";
}

/* FILTER TAGS */
.filter-tag {
	padding: 5px;
	background: #eee;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	margin-left: 5px;
}
.filter-tag i {
	padding-left: 5px;
}

.column-select {
	width: 30px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	height: 30px;
}
.column-select i {
	position: absolute;
	top: 8px;
	left: 10px;
}
.column-select select {
	text-indent:-9999px;
	height: 30px;
	opacity: 0;
	position: absolute;
}

/* MODAL */
.customer-and-user-modal-window .modal-dialog {
	width: 900px;
}
.modal-dialog {
	border-radius: 0;
}
.modal-dialog .close-btn {
	font-size: 18px;
	color: #999;
	top: 20px;
	position: relative;
}
.modal-dialog .modal-header {
	border-bottom: 1px solid #ddd;
}
.modal-dialog .modal-header.content {
	padding: 0 30px;
}
.modal-dialog .modal-header h3 { 
	font-weight: 500;
	font-size: 18px;
}

.modal-dialog h4 {
	font-size: 13px;
	color: #016fad;
	font-weight: bold;
	margin: 0 0 20px;
}
.modal-dialog hr {
	margin: 25px 0;
	color: #ddd;
	border: 0;
	background: #ddd;
	height: 1px;
}
.modal-footer {
	background: #f1f1f1;
	border: 0;
}

/* Modal tabs and customer profile page tabs*/
.nav-tabs {
	clear: both;
	background: #555;
	margin-bottom: 30px;
	font-family: 'dax';
}
.nav-tabs li {
	display: block;
	width: 50%;
	height: 83px;
	text-align: center;
	float: left;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
}
.nav-tabs li a {
	display: block;
	width: 100%;
	height: 83px;
	text-align: center;
	background: #555;
	float: left;
	color: #fff;
	cursor: pointer;
	border: 0;
}
.nav-tabs li i {
	font-size: 24px;
	display: block;
	color: #ccc;
	margin: 15px 0 10px;
}
.nav-tabs li.active {
	color: #ffffff;
	background: #444;
}
 
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover,
.nav-tabs li a:hover {
	background: none;
	border: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a i {
	/* color: #69B4E0; */
	color: #ffffff;
}

.icon-arrow {
	position: relative;
}

.icon-arrow .custom-arrow {
	left: 0px;
	top: -4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	margin: auto;
	right: 0px;
	width: 10px;
	height: 10px;
	background-color: #f0f0f0;
	border-right: 2px solid #c4c4c4;
	border-bottom: 2px solid #c4c4c4;
	border-radius: 2px;
}
.alert {
    padding: 2px;
    /*background-color: #f44336;   Red */
    color: #d60000;
    font-family: 'Lato', sans-serif;
    font-size:10pt;
    text-align: center;
    margin-bottom: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 6px;
  line-height: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: white;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}