/* DATALOU SEARCH */
#result_div, #result_search_supplier
{
	/*width:95%;*/
	/*margin-left:15px;*/
	width: 100%;
	margin-left: -20px;
	margin-top: 0px;
	padding: 20px;
	height: 100%;
	min-height:100%;
	overflow: auto;
}
#result_div li, #result_search_supplier li
{
	--c:white;
	margin-bottom:20px;
	list-style-type:none;
	background-color: var(--c);
}
#result_div li:hover, #result_search_supplier li:hover {
	--c:#E6E6E6;
}
#result_div li a, #result_search_supplier li a
{
	text-decoration:none;
	display:block;
	text-align:left;
}
#result_div li a .title, #result_search_supplier li a .title
{
	font-weight:bold;
	font-size:18px;
	color:#484848;
}
#result_div li a .desc, #result_search_supplier li a .desc
{
	color:#6E6E6E;
}
#result_div li a:hover, #result_search_supplier li a:hover {
	color: white;
	background-color: #E6E6E6;
	text-decoration: none;
}

.three_cols {
	width:33%;
	float:left;
}
.cols25 {
	width:25%;
	float:left;
}
.cols50 {
	width:50%;
	float:left;
}
.actionButtons {
	padding: 5px;
	background-color: white;
	margin-right: 15px;
	float: right;
}
.actionButtons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.actionButtons li {
	background-color: white !important;

	display: inline;
	float: left;
	margin-left: 3px;
	padding: 2px;

}
.actionButtons .diff:hover {
	background-color: white !important;
	color: #9C9C9C !important;
	text-decoration: underline;
}
.actionButtons a:link {
	color: blue;
}
.actionButtons a:active {
	color: blue;
}
.actionButtons a:visited {
	color: black;
}

.widget-spend-title{
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e1e1e1;
	color: #777777;
}
.widget-spend-content{
	font-size: 12px;
	padding: 5px 10px 5px 25px;
	border-bottom: 1px double #e1e1e1;
}
.widget-spend-content-group{
	padding: 1px 24px 1px 24px;
}
.widget.grey-0 {
	background-color: #666666;
	color: #fff;
}
.widget.grey-0 .widget-header h2 {
	color: #fff;
}
.widget.grey-1 {
	background-color: #f2f2f2;
	color: #fff;
	border: 2px solid #666666;
	border-radius: 8px;

}
.widget.grey-1 .widget-header h2 {
	color: #fff;
}
.widget.grey-2 {
	background-color: #D8D8D8;
	color: #343838;
	border: 3px solid #ffffff;
	border-radius: 8px;
}
.widget.grey-2 .widget-header h2 {
	color: #343838 !important;
}

/* carousel */
#quote-carousel
{
	padding: 0px 10px 30px 10px;

}

/* Control buttons  */
#quote-carousel .carousel-control
{
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
	left: -25px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
	right: -25px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
	background: #333333;
}

.item blockquote {
	border-left: none;
	margin-left: 40px;
	font-size: larger;
	text-transform: uppercase;
	font-weight: bolder;
}
.item blockquote li {
	font-size: small;
	font-weight: normal;
	margin-left: -10px;
	text-transform: none;
}
.item blockquote li a:link {
	color: gray;
}
.item blockquote li a:hover {
	color: black;
}
/* End carousel */

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#quote-carousel
	{
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

	/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
}


/*.grid-view table th {font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif; background-color: #666666 !important; padding:8px; border: 1px solid #ccc; text-align: left; color: #fff; font-weight: normal; text-transform: uppercase;	}*/
/*.grid-view table th a{ color:#fff; text-decoration: none;}*/

.table-datalou input, .table-datalou textarea {
	font-size: 0.9em;
	line-height: 1.25;
	font-weight: 200;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: none;
	padding-top: 0.65em;
	padding-bottom: 0.65em;
	padding-left: 0.65em;
	padding-right: 0em;
}
.table-datalou td.button-column {
	/*width: 150px;*/
	border: 1px solid #ddd;
	border-top: none;
}
.table-datalou .button-column a{
	color:#4d5252;
	text-decoration: none;
}
.table-datalou .date{
	padding: 8px !important;
	width:1%;
	white-space:nowrap;
}
.table-datalou tr td:last-child{
	width:1%;
	white-space:nowrap;
}
.grid-view .summary{ text-align: left; margin-bottom: 10px; color: rgb(153, 153, 153);}

.table-datalou {
	font-family: "open_sansregular", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	/*padding:10px 40px;*/
	resize:both;
	overflow:auto;
}

.table-datalou th, .table-datalou td {
	/*border: 1px solid #ddd;*/
	padding: 8px !important;
	margin-left: 10px !important;
}

.table-datalou td {
	padding: 8px !important;
	border-bottom: 1px solid #ddd;
	/*box-shadow: 0 1px 0 #666666;*/
}

/*.table-datalou tr:nth-child(even){background-color: #f2f2f2;}*/

.table-datalou tr:hover, .table-datalou .filters {background-color: #ddd;}

.table-datalou th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #666666;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}
.table-datalou th a{ color:#fff; text-decoration: none; font-weight: normal; }
.table-datalou th a:hover{
	font-weight: 600;
	text-decoration: underline;
}

.table-box {
	padding-left: 40px !important;
	padding-right: 40px !important;
	padding-bottom: 60px !important;
}


/* FORMS */
.heading-help {font-size: 2em; line-height: 1.25; margin-bottom: 0.5em; font-weight: bold;}



/*FOOTER*/
.footerinner {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0.8rem;
	background-color: #efefef;
}
.col-foot1-inner{
	float: left;
	left: 10%;
	margin-left: 300px;
}
.col-foot2-inner{
	float: right;
	right: 10%;
	margin-right: 100px;
}
.col-foot2-inner a:hover{
	color: #666666 !important;
}



/* ******************************************
           Form Styles Basic Layout
****************************************** */
.errorMessage{color:red;margin-bottom:4px !important;margin-top:4px !important; font-size: small;}
/*
.basicsform .form-group {margin-bottom: 10px; width: 100%; }
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn{ width: 145px; text-align: left;}
.input-group-addon{ background-color: rgb(246, 244, 245); border: 1px solid rgb(204, 204, 204);}
 */


/* ******************************************
           Pagination
****************************************** */
.pagination-datalou li a,
.pagination-datalou li.disabled a {
	background-color: #777;
	border-color: #ffffff;
	border-radius: 2px !important;
	color: #777;
}
.pagination-datalou li.active a,
.pagination-datalou li:hover a,
.pagination-datalou > li > a:hover,
.pagination-datalou > li > span:hover,
.pagination-datalou > li > a:focus,
.pagination-datalou > li > span:focus {
	background-color: #98a3a3 !important;
	border-color: #98a3a3 !important;
	color: #fff;
}
.pagination-datalou li.disabled a {
	color: #ddd;
}
.pagination-datalou li.active a {
	box-shadow: 0 3px 5px rgba(0,0,0,0.125) inset;
}

.pager li a {
	background-color: #ddd !important;
}

/* NAV-TABS */
.widget .nav-tabs.nav-datalou li a {
	background: #525252;
	min-width: 80px;
	/*max-width: 150px;*/
	color: white;
	border-radius: 0px;
	margin: 0 2px 2px;
	padding: 0.65em 0.5em 0.65em 0.5em;
	border-left: 6px solid rgb(153, 153, 153);
}
@media screen and (min-width: 900px) {
	.widget .nav-tabs.nav-datalou li a {
		min-width: 146px;
	}
}


.widget .nav-tabs.nav-datalou li a:before {
	background: none;
	border-left: 2px solid white;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 2px;
	bottom: 0px;
	pointer-events: none;
}

.widget .nav-tabs.nav-datalou li.active a:before {
	background: none;
	border-left: 2px solid white;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 3px;
	right: 2px;
	bottom: 0px;
	pointer-events: none;
}

.widget .nav-tabs.nav-datalou li a:hover {
	background: #666666;
	color: white;
	margin: 5px 2px 0px;
}
.widget .nav-tabs.nav-datalou > li.active > a,
.widget .nav-tabs.nav-datalou > li.active > a:hover,
.widget .nav-tabs.nav-datalou > li.active > a:focus {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	background: #ebe83f;
	color: #555;
	padding-left: 10px;
	margin: 5px 5px 0px;
}
.widget .nav-tabs.nav-datalou > li.active > a i,
.widget .nav-tabs.nav-datalou > li.active > a:hover i,
.widget .nav-tabs.nav-datalou > li.active > a:focus i {
	color: #555;
}


/* DRAG AND SORT */
.group.dlt-group > .content {
	/*width: 180px;*/
	color: #666666;
	background-color: #ffffff;
	/*border: 1px solid #666666;*/
	border-radius: 2px;
    border: 1px solid #dddddd;
}
.group.dlt-group > .content:hover {
	background-color: #dddddd;
	border: 1px solid #666666;
}
.group.dlt-group > .content.ui-state-active {
	background: #666666;
	color: whitesmoke;
	font-weight: 600;
}

/*COMMENTS CSS*/

.comments-timeline {
	margin-bottom: 40px;
	padding-left: 5%;
}
.comments-timeline .post-to-timeline {
	margin: 15px 0;
}
.comments-timeline .post-to-timeline textarea {
	height: 50px;
	resize: none;
	margin-bottom: 10px;
}
.comments-timeline ul {
	padding: 0;
	list-style: none;
	margin: 0 15px 0 30px;
	border-left: 2px solid #ddd;
}
.comments-timeline ul li.title {
	background: transparent;
	height: 100px;
	line-height: 90px;
	min-height: 100px;
	left: -32px;
	/*border-left: 4px solid transparent !important;*/
	text-align: center;
	font-size: 16px;
	font-family: "Open Sans";
	font-weight: 700;
}
.comments-timeline ul li.title p {
	width: 20%;
	margin-left: 41%;
}
.comments-timeline ul li.title:hover {
	border-left-color: #FFFFFF;
}
.comments-timeline ul li.title:before {
	display: block;
	border: 0px;
	width: 40%;
	top: 50px;
	border-top: 2px solid #ddd !important;
}
.comments-timeline ul li.title:after {
	display: block;
	border: 0px;
	right: -32px;
	content: " ";
	top: 50px;
	position: absolute;
	left: auto;
	width: 40%;
	border-top: 2px solid #ddd;
}
.comments-timeline ul li:before {
	width: 10px;
	height: 10px;
	border-style: solid;
	content: " ";
	position: absolute;
	left: -14px;
	top: 19px;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #efefef transparent transparent;
	display: block;
}
.comments-timeline ul li {
	padding: 5px 15px;
	display: block;
	min-height: 54px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 20px 40px;
	background: #efefef;
	position: relative;
	border-left: 4px solid transparent;
}
.comments-timeline ul li:hover {
	border-left-color: #525252;
}
.comments-timeline ul li:hover:before {
	border-color: transparent #525252 transparent transparent;
}
.comments-timeline ul li p {
	margin: 0;
	padding: 0;
}
.comments-timeline ul li .the-user {
	position: absolute;
	left: -69px;
	top: 0;
	width: 50px;
	height: 50px;
	background: #b0ad01;
	border-radius: 50%;
	text-align: center;
	line-height: 130%;
}
.comments-timeline ul li .the-user span {
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 30%;
}
.comments-timeline ul li .the-user.me {
	background: #525252;
}
.comments-timeline ul li a:link, a:visited, a:active {
	color: #525252;
	border: none;
}
.comments-timeline ul li .fa-pencil-alt, fa-trash-alt {
	padding-left: 10px;
}

.action-disable{
	cursor: not-allowed;
	opacity: 0.3;
}


.checkbox_inside {
	display: none;
	color: whitesmoke;
	position:absolute;
	right:10px;
	top:6px;
}

.checkbox_inside_container {
	display: none;
	/*color: whitesmoke;*/
	position:absolute;
	right:10px;
	top:6px;
}

.container-search-form {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	background: rgba(0,0,0,0.1);
}
.container-search-form .search-button {
	background: none;
	border: none;
	position: absolute;
	/*right: 5px;*/
	left: 5px;
	top: 0px;
	color: #666;
	-webkit-box-shadow: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.container-search-form .search-button:hover {
	color: #343838 !important;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.container-search-form .form-control:focus + .search-button {
	color: #343838;
}
.container-search-form .form-group {
	display: block;
}
.container-search-form .form-control {
	background-color: transparent !important;
	border: none;
	color: #aaa;
	box-shadow: none;
	display: block;
	width: 100%;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.container-search-form .form-control:focus {
	background-color: whitesmoke !important;
	border-color: #888;
	color: #343838;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.container-search-form .form-control::-webkit-input-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.container-search-form .form-control:-moz-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.container-search-form .form-control::-moz-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.container-search-form .form-control:-ms-input-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}

.form-group-r {
	margin-bottom: 15px;
}

/* Reports */
.main-container >.container > .reporttable th { background:#333; color: #fff; }
.main-container >.container > .reporttable tr:hover th {color: #333; background: #f1f1f1; }
.reporttable tr td, .reporttable tr:last-child th { text-align: right; }
.reporttable tr:first-child th { text-align: center; }
.reporttable tr td:first-child { text-align: left;  }
.reporttable td {border: 1px solid #CCC; border-collapse:collapse; color: #333; vertical-align: middle; }
.reporttable tbody > tr > td  { vertical-align: middle !important; }

table.data { line-height: 1.25; margin-bottom: 25px; }
table.data th { white-space: nowrap; }
table.data {border: 1px solid #CCC; border-collapse:collapse; color: #333; }
table.data th {font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif; background-color: #666666; padding:8px; border: 1px solid #ccc; text-align: left; color: #fff; font-weight: normal; text-transform: uppercase; }
table.data td {padding:8px; border: 1px solid #ccc; }
table.data td.urlstyle:hover { text-decoration: underline; color: blue; background-color: whitesmoke; }
table.data td.nonBorder { border-top: 2px solid #ffffff; }
table.data input,
table.data textarea {
	font-size: 0.9em;
	line-height: 1.25;
	font-weight: 200;
	font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: none;
	padding-top: 0.65em;
	padding-bottom: 0.65em;
	padding-left: 0.65em;
	padding-right: 0em;
}
.grid-view table.data tr td {border: 1px solid rgb(204, 204, 204);    color: rgb(100, 100, 100); padding:8px;    font-size: 14px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
table.data {border: 1px solid #CCC; border-collapse:collapse; color: #333; }
table.data th {font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif; background-color: #666666 !important; padding:8px; border: 1px solid #ccc; text-align: left; color: #fff; font-weight: normal; text-transform: uppercase;	}
table.data th a{ color:#fff; text-decoration: none;}
table.data tr.even {background-color: #e4e4e4; padding:8px; border: 1px solid #ccc; }
table.data tr.odd {background-color: #d6d5d6; } table.data input,
table.data textarea {font-size: 0.9em; line-height: 1.25; font-weight: 200; font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif; border-bottom-style: solid; border-top-color: #CCCCCC; border-bottom-color: #CCCCCC; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: solid; border-right-color: #CCCCCC; border-left-style: none; padding-top: 0.65em; padding-bottom: 0.65em; padding-left: 0.65em; padding-right: 0em; }

.d01resultstable tr:nth-child(even){background-color: #f2f2f2}
.d01resultstable th.dos {
	background-color: white;
	color: black;
	font-size: 10px;
	font-weight: bolder;
	border:0px;

}
.d01resultstable th.tres {
	background-color: #D8D8D8;
	color: black;
	font-size: 10px;
	border: 2px solid #D8D8D8;
	text-align: center;
	width: 90px;
}

.d01resultstable th {
	/* Font & Text */
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: center;
	vertical-align: center;
	white-space: nowrap;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgb(102, 102, 102);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(255, 255, 255);

	/* Box */
	height: 2px;
	width: 180px;
	margin: 0px;
	padding: 4px;



	/* Table */
	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid rgb(204, 204, 204);


	/* Effects */
	word-wrap: normal;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.d01resultstable td {
	/* Font & Text */
	font-family: open_sansregular, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	text-align: right;
	text-indent: 0px;
	text-transform: none;
	vertical-align: bottom;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(51, 51, 51);

	/* Box */
	height: auto;
	width: auto;
	margin: 0px;
	padding: 4px;

	/* Table */

	empty-cells: show;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0.5px solid rgb(204, 204, 204);

	/* Effects */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#report-modal {
	border: 1px solid #CCC;
	border-collapse: collapse;
	color: #333;
}

#report-modal th {
	padding:8px;
	border: 1px solid #ccc;
}

#report-modal td {
	padding: 8px;
	border: 1px solid #ccc;
}

.adv-history {
	margin-bottom: 40px;
}
.adv-history .post-to-timeline {
	margin: 15px 0;
}
.adv-history .post-to-timeline textarea {
	height: 50px;
	resize: none;
	margin-bottom: 10px;
}
.adv-history ul {
	padding: 0;
	list-style: none;
	margin: 0 15px 0 30px;
	border-left: 2px solid #ddd;
}
.adv-history ul li.the-year {
	background: transparent;
	height: 30px;
	line-height: 90px;
	min-height: 30px;
	left: -32px;
	top: -45px;
	border-left: 4px solid transparent !important;
	text-align: center;
	font-size: 30px;
	font-family: "Open Sans";
	font-weight: 700;
}
.adv-history ul li.the-year p {
	width: 20%;
	margin-left: 41%;
}
.adv-history ul li.the-year:before {
	display: block;
	border: 0px;
	width: 40%;
	top: 45px;
	border-top: 2px solid #ddd !important;
}
.adv-history ul li.the-year:after {
	display: block;
	border: 0px;
	right: -32px;
	content: " ";
	top: 45px;
	position: absolute;
	left: auto;
	width: 40%;
	border-top: 2px solid #ddd;
}
.adv-history ul li:before {
	width: 10px;
	height: 10px;
	border-style: solid;
	content: " ";
	position: absolute;
	left: -14px;
	top: 19px;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #efefef transparent transparent;
	display: block;
}
.adv-history ul li {
	padding: 5px 15px;
	display: block;
	min-height: 54px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 20px 40px;
	background: #efefef;
	position: relative;
	border-left: 4px solid transparent;
}
.adv-history ul li:hover {
	border-left-color: #4A525F;
}
.adv-history ul li:hover:before {
	border-color: transparent #4A525F transparent transparent;
}
.adv-history ul li p {
	margin: 0;
	padding: 0;
}
.adv-history ul li h4 {
	margin: 0;
	padding: 0;
}
.adv-history ul li a {
	position: absolute;
	right: 10px;
	top: 30%;
	color: red;
}
.adv-history ul li .the-date {
	position: absolute;
	left: -69px;
	top: 0;
	width: 50px;
	height: 50px;
	background: #a4a101;
	border-radius: 50%;
	text-align: center;
	line-height: 130%;
}
.adv-history ul li .the-date span {
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 8px;
}
.adv-history ul li .the-date small {
	color: #fff;
	font-size: 12px;
	display: block;
}

/* import data - preview mapping */
#error-modal {
	margin-top: 40px;
	display: inline-block;
	background: none repeat scroll 0 0 #f5f5f5;
	color:#000;
}

#error-modal-btm {
	height: 100px;
}

@media only screen and (min-width:1000px){
	#error-modal {
		position: fixed !important;
	}

	#error-modal-text {
		width: 33%;
	}

	#error-modal-btm {
		height: 0px;
	}
}

#error-modal > p {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding:15px 15px 0;
	color:#000;
	border-radius:5px;
}

#error-modal li {
	list-style-type: none;
	border-bottom:1px solid #eee;
	margin-left: 10px;
}

#error-modal li#indent {
	margin-left: 30px !important;
}

/*START quick search*/
.grid-quicksearch-title{
 	color: whitesmoke;
	font-weight: bolder;
	background-color: #525252;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 6px;
}
.grid-quicksearch {
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	/*grid-auto-rows: minmax(150px, auto);*/
	grid-auto-rows: minmax(1px, auto);
	grid-gap: 1em;
}
.grid-quicksearch > .module-quicksearch {
	/* Demo-Specific Styles */
	background: white;
	/* display: flex;
	align-items: flex-start; */
	justify-content: left;
	height: 190px;
	border-radius: 6px;
	border: 2px solid #343838;

	/* Flex Fallback */
	/*margin-left: 5px;*/
	/*margin-right: 5px;*/
	margin-left: -5px;
	margin-right: 0px;
	padding: 10px;
	flex: 1 1 200px;
	overflow: hidden;
	position:relative;cursor:pointer;
}
.grid-quicksearch .module-quicksearch:hover {
	border: 4px solid #343838;
	background: whitesmoke;
}
.grid-quicksearch > .module-quicksearch h1 {
	color: #343838;
	font-size: 14px;
	font-weight: bolder;
	/*margin: -5px 10px;*/
	margin-top: -5px;
	line-height: 15px;
	word-wrap: break-word;
	max-width: 40%;
	min-width: 40%;
	margin-right: 5px;
}
.grid-quicksearch > .module-quicksearch h1 median {
	color: grey;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	/*margin: -15px 10px;*/
}
.grid-quicksearch > .module-quicksearch h1 small {
	color: grey;
	font-size: 9px;
	position: relative;
	top: 2px;
	display: block;
	/*font-weight: bold;*/
	/*line-height: 10px;*/
}
.grid-quicksearch > .module-quicksearch h1 small br {
	content: "";
	display: block;
	margin: 0em;
}
.grid-quicksearch > .module-quicksearch > .info-box {
	margin-top: 8px;
}
.grid-quicksearch > .module-quicksearch p {
	color: black;
	font-size: 10px;
	margin-top: -6px;
}
.grid-quicksearch > .module-quicksearch > .flex-quicksearch {
	display: flex;
	align-items: flex-start;
}
.module-quicksearch-profile {
	color: black;
	font-size: 10px;
	margin-top: -41px;
	margin-left: 4px;
	width: 6%;
}
.module-quicksearch-profile a:link,
.module-quicksearch-profile a:visited,
.module-quicksearch-profile a:active,
.module-quicksearch-profile i
{
    color: black;
}
.grid-quicksearch > .module-quicksearch > .module-quicksearch-icons{
	position:absolute;
	bottom:0;
}
.error-quicksearch {
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 35px;
	text-align: justify;
}
/* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid-quicksearch) {
	.module {
		margin: 0;
	}
}

.grid-quicksearch > .info-box > div >.more-result {
	font-size: 16px;
}

.grid-quicksearch > .info-box > div >.more-result:hover {
	cursor: pointer;
	text-decoration: underline;
}

/*END quick search*/
#result_search_supplier{
	position: absolute;
	display: none;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
}

.profile.action-disable{
	cursor: not-allowed !important;
	opacity: 0.3;
}

.charts-xy-table tr:nth-child(even){background-color: #f2f2f2}
.charts-xy-table th {
	/* Font & Text */
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	background-color: #D8D8D8;
	color: #363636;
	text-align: left;
	/* Box */
	margin: 100px;
	padding: 10px;

}
.charts-xy-table td {
	/* Font & Text */
	font-family: Helvetica;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;

	/* Color & Background */

	/* Box */
	margin: 100px;
	padding: 10px;

	/* Table */

	/* Effects */

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #98a3a3!important;
	background-color: #98a3a3!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98a3a3), color-stop(100%, #98a3a3))!important;
	background: -webkit-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: -moz-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: -ms-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: -o-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: linear-gradient(to bottom, #98a3a3 0%, #98a3a3 100%)!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	color: white !important;
	border: 1px solid #98a3a3!important;
	background-color: #98a3a3!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98a3a3), color-stop(100%, #98a3a3))!important;
	background: -webkit-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: -moz-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: -ms-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: -o-linear-gradient(top, #98a3a3 0%, #98a3a3 100%)!important;
	background: linear-gradient(to bottom, #98a3a3 0%, #98a3a3 100%)!important;
}
.dataTables_filter {
	text-align: left !important;
	padding-top: 20px;
}
.dataTables_length {
	text-align: right !important;
	padding-top: 2px;
	/*padding-top: 15px;*/
	/*position: absolute;*/
	/*right: 2%;*/
}
.dt-buttons{
	position: absolute;
	float: right;
	right: 20px;
}

#userImage {
	width: 200px;
}

/* scroll reports */
.scrollBody {
	position: relative;
	overflow: auto;
	width: 100%;
}

.iconexport a{
	margin-right: 7px;
	color: #EBE83F;
	cursor: pointer;
}
.iconexport a:visited{
	color: #EBE83F;
}
.iconexport a:hover{
	color: #343838;
}
.iconexport button {
	background-color: transparent;
	margin-right: 7px;
	color: #EBE83F;
	border: none;
}
.iconexport button:hover {
	color: #343838;
}

.sharereportfield {
	width: 100% !Important;
}

/* supplier profile view */
.venname {
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
}

.profile-bg {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: flex-start;
	background: grey;
	padding: 60px;
	margin: -20px;
}

/* small devices like mobile phones */
@media only screen and (max-width:480px){
	.profile-bg {
		padding: 30px;
	}
}

.info-container {
	box-shadow:  0 10px 20px 10px #343838;
	background: white;
	width: -moz-available;
}

.info-section {
	padding: 5px 10px 0 0;
}

.info-text {
	margin: 10px 20px 0 20px;
	padding-left: 10px;
}

.info-text a {
	color: #337ab7;
	text-decoration: none;
}

.info-text a:hover {
	border-bottom-style: solid;
	color: black;
}

.pic-layout {
	display: inline-block;
	padding-right: 20px;
}

.pic-layout img {
	width: 100%;
}

.sup-infoitem {
	display: inline-block;
	vertical-align:top;
	padding: 0 20px 0 20px;
}

@media only screen and (max-width:480px){
	.sup-infoitem {
		display: inline-block;
		vertical-align:top;
		padding: 0 15px 0 0;
	}
}

.sec-row {
	margin-left: -15px;
	margin-right: -30px;
}

.editbutton {
	float: right;
}

.editbutton:hover {
	cursor:pointer;
}

@media only screen and (min-width:480px){
	.eb-lg { display: block !important; }
	.eb-sm { display: none !important; }
}

@media only screen and (max-width:480px){
	.eb-lg { display: none !important; }
	.eb-sm { display: block !important; }
}

.well i, .well-sm i {
	color: #1a1c1c;
}

.well i:hover, .well-sm i:hover {
	cursor: help;
}

.watermark {
	top: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: -110px;
	background-color: rgba(104, 195, 159, 0.6);
	box-shadow: 0 8px 15px 0 rgba(104, 195, 159, 0.4);;
}
.watermark {
	letter-spacing: 5px;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	width: 335px;
	display: block;
	position: fixed;
	z-index: 10;
	top: 82px;
	padding: 8px 0;
}

.search-box-res .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.search-box-res .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.search-box-res .ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#show-supplier-gridview:hover {
	cursor: pointer;
	background: rgba(52,52,56,0.2);
}


/* Tooltip */
a.tip {
	color: black;
	text-decoration: none;
}
a.tip:hover {
	cursor: help;
	/* position: relative; */
}
a.tip span {
	display: none
}
a.tip:hover span {
	font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: black;
	border: #c0c0c0 1px;
	padding: 5px 20px 5px 5px;
	display: block;
	z-index: 100;
	background: white no-repeat 100% 5%;
	box-shadow: 0 1px 3px 1px #343838;
	border-radius: 5px;
	/* left: 0px; */
	margin-left: 20px;
	margin-top: -20px;
	width: 250px;
	position: absolute;
	/* top: 10px; */
	text-decoration: none;
	text-transform: initial;
}
/* Tooltip LEFT*/
a.tip-left {
	color: black;
	text-decoration: none;
}
a.tip-left:hover {
	cursor: help;
	/* position: relative; */
}
a.tip-left span {
	display: none
}
a.tip-left:hover span {
	font-family: "open_sansregular", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: black;
	border: #c0c0c0 1px;
	padding: 5px 20px 5px 5px;
	z-index: 100;
	background: white no-repeat 100% 5%;
	box-shadow: 0 1px 3px 1px #343838;
	border-radius: 5px;
	/* margin-left: 20px; */
	margin-top: -20px;
	width: 250px;
	position: absolute;
	/* position: relative; */
	display: inline-block;
	/* top: 10px; */
	text-decoration: none;
	text-transform: initial;
	right: 4%;
	white-space: normal;
	text-align: left;
}

.checkbox-dv3 label {
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	background-color: white;
	border: 0;
	height: 35px;
}
.checkbox-dv3 p {
	padding-left: 35px;
	position: relative;
	top: -20px;
}

.checkbox-dv3 .inputtext {
	padding-left: 10px;
	position: relative;
	top: -26px;
	left: 55px;
	max-width: 250px;
}

/* release note */
@media screen and (min-width: 900px) {
	.note_area {
		width: 700px;
		height: 400px;
	}
}

.float-bottom-btn {
	position: fixed !important;
	z-index: 1;
	width: 150px !important;
	bottom: 150px;
	border: 0;
}

#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #999;
	bottom: 0;
	font-size: 0.7em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-transform: uppercase;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #ebe83f;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 -7.5px;
}
#footer ul > li {
	display: inline-block;
	margin: 0 7.5px;
}
.netlogo {
	max-width: 360px;
	max-height: 180px;
}
.loginassis {
	padding-top: 50px
}
.gridview_big_fild1 {
	font-size: large;
	font-weight: bolder;
	width: 450px;
	height: 50px;
}

@media screen and (max-width: 992px) {
	.footerinner {
		padding: 0;
	}
	.col-foot1-inner {
		margin: auto;
		font-size: smaller;
		float: none;
	}
	.col-foot2-inner {
		margin: auto;
		font-size: smaller;
		float: none;
	}
	.netlogo {
		max-width: 318px;
		max-height: 110px;
	}
	.loginassis {
		padding-top: 0px;
	}
}

.report-history a:hover {cursor: pointer !important;}

#report-modal tbody > tr > td > a:hover {
	cursor: pointer;
}

.action-des:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* reporting rule modal*/
#rule-modal:hover {
	 cursor: pointer;
 }
#report-modal {
	width: 567px;
}
#report-modal th {
	width: 150px !important;
	text-align: left;
	background-color: #666666 !important;
	color: white;
}
#report-modal td {
	text-align: left;
}
.btn.disabled {
	cursor: not-allowed !important;
	pointer-events: all !important;
}
#editbutton1 {
	display: inline-block;
	float: right;
	width: 170px;
}
#editbutton2 {
	display: inline-block;
	float: right;
	width: 233px;
}

.table-datalou tr td:last-child {
	width: unset;
}

.table {
	font-size: 13px;
}
.drilldown:active, .drilldown:link, .drilldown:visited{
	color: #337ab7;
}
.expand-collapse i {
	padding-right: 3px;
	color: #337ab7;
}
.expand-collapse {
	cursor: pointer;
}
.table td.total {
	background-color: #D8D8D8; font-weight: bolder; text-align: right;
}
.table td.total.txt {
	text-align: left;
}
.table td.sub-title {
	background-color: rgb(237,237,237); font-weight: bolder;
}
.table td.sub-title.total {
	text-align: right;
}
.nos {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.selectize-control.plugin-remove_button .remove-single {
	display: none;
}
.selectize-control.multi .selectize-input>div.active {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 1px 5px;
	background: #efefef;
	color: #333;
	border: 0 solid rgba(0,0,0,0);
}
.restricted {
	cursor: not-allowed;
}

.dataTable-action .table.dataTable tr td:last-child,
.dataTable-action .table.dataTable thead tr th:last-child{
	text-align: center;
	width: 1%;
	white-space: nowrap;
}
.dataTable-table-datalou.dataTable-action .table.dataTable tr td:last-child,
.dataTable-table-datalou.dataTable-action .table.dataTable thead tr th:last-child{
	width: unset;
}
.dataTable-table-datalou.dataTable-action.action-lg .table.dataTable tr td:last-child,
.dataTable-table-datalou.dataTable-action.action-lg .table.dataTable thead tr th:last-child{
	padding: 8px 16px;
}
.dataTable-action .table.dataTable tr td:last-child a{
	color: #4d5252;
}
.table.dataTable tbody tr td{
	vertical-align: middle;
}
.dataTable-table-datalou:not(.dataTable-action) table thead tr:not(.filters) th:hover {
	font-weight: 600;
	text-decoration: underline;
}
.dataTable-table-datalou.dataTable-action table thead tr:not(.filters) th:hover:not(th:last-child) {
	font-weight: 600;
	text-decoration: underline;
}
.dataTable-table-datalou table thead tr.filters th input {
	color: black;
	width: 100%;
  	border: 1px solid #ccc;

	font-size: 0.9em;
	line-height: 1.25;
	font-weight: 200;

	padding-top: 0.65em;
	padding-bottom: 0.65em;
	padding-left: 0.65em;
	padding-right: 0em;
}
.dataTable-table-datalou table thead tr.filters th select {
	border: 1px solid #ccc;
  	width: 100% !important;
}
.dataTable-table-datalou table thead tr.filters th {
	background-color: #ddd;
}
.dataTable-table-datalou table tbody tr td {
	font-size: 14px;
}

.dataTable-table-datalou .table-bordered {
	border-left: 0px;
}
.dataTable-table-datalou .table-bordered thead tr th, 
.dataTable-table-datalou .table-bordered tbody tr th, 
.dataTable-table-datalou .table-bordered tfoot tr th, 
.dataTable-table-datalou .table-bordered thead tr td, 
.dataTable-table-datalou .table-bordered tbody tr td, 
.dataTable-table-datalou .table-bordered tfoot tr td {
	border-right: 0;
}
.dataTable-table-datalou.dataTable-action .table-bordered thead tr td:last-child, 
.dataTable-table-datalou.dataTable-action .table-bordered tbody tr td:last-child, 
.dataTable-table-datalou.dataTable-action .table-bordered tfoot tr td:last-child {
	border-left-width: 1px;
}
.tree{
	--spacing : 1.15rem;
	--radius  : 3.5px;
	padding-top: 3px;
	font-size: 10.5px;
	padding-left: 0;
	text-align: left;
}

.tree li{
	display      : block;
	position     : relative;
	padding-left : calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree ul{
	margin-left  : calc(var(--radius) - var(--spacing));
	padding-left : 0;
}

.tree ul li{
	border-left : 2px solid #ddd;
}

.tree ul li:last-child{
	border-color : transparent;
}

.tree ul li::before{
	content      : '';
	display      : block;
	position     : absolute;
	top          : calc(var(--spacing) / -2);
	left         : -2px;
	width        : calc(var(--spacing) + 2px);
	height       : calc(var(--spacing) + 1px);
	border       : solid #ddd;
	border-width : 0 0 2px 2px;
}

.tree summary{
	display : block;
	cursor  : pointer;
	padding-left: 5px;
	padding-bottom: 5px;
}

.tree summary::marker,
.tree summary::-webkit-details-marker{
	display : none;
}

.tree summary:focus{
	outline : none;
}

.tree summary:focus-visible{
	outline : 1px dotted #000;
}

.tree li::after,
.tree summary::before{
	content       : '';
	display       : block;
	position      : absolute;
	top           : calc(var(--spacing) / 2 - var(--radius));
	left          : calc(var(--spacing) - var(--radius) - 1px);
	width         : calc(2 * var(--radius));
	height        : calc(2 * var(--radius));
	border-radius : 50%;
	background    : grey;
}

.tree summary::before{
	z-index    : 1;
	background : #343838 0 0;
}

.tree details[open] > summary::before{
	background-position : calc(-2 * var(--radius)) 0;
}

.checkbox-datalou input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	width:18px;
	height:18px;
	background:white;
	border:1px solid grey;
	margin: 0;
	margin-top: 1.5px;
}

.checkbox-datalou input[type="checkbox"]:checked {
	background: #5b5b5b;
}

.checkbox-datalou input[type="checkbox"]:hover {
	filter: brightness(90%);
}

.checkbox-datalou input[type="checkbox"]:disabled {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.checkbox-datalou input[type="checkbox"]:after {
	content: '';
	position: relative;
	left: 30%;
	top: -5%;
	width: 40%;
	height: 80%;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: none;
}

.checkbox-datalou input[type="checkbox"]:checked:after {
	display: block;
}

.checkbox-datalou input[type="checkbox"]:disabled:after {
	border-color: #7b7b7b;
}