/* Home.css From ADX Portal */
.ui-autocomplete.ui-widget {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.gfscerror {
	color: red;
	font-size: 14px;
}

.Approvemsg {
	padding: 15px 12px 10px 12px;
	background: #ccc;

}

.textcenter {
	text-align: center;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete-term {
	font-weight: bold;
	color: #98002e;
}

.topdiv:hover {
	color: #27CC81;
	cursor: pointer;
	opacity: 0.9;
}

.make-active1:hover {
	color: #8350F6;
	cursor: pointer;
	opacity: 0.7;
}

.expand-details {
	display: none;
}

.expand-details1 {
	display: none;
}

a.make-active {
	text-decoration: none;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#company-name-container {
	width: 100%
}

.jumbotron-fluid {
	color: white;
	background: transparent linear-gradient(270deg, #8E91F6 0%, #8350F6 100%) 0% 0% no-repeat padding-box;
	text-align: center;
	width: 100%;
	position: relative;
	padding-top:0;
}

.jumbotron-fluid>h2 {
	text-transform: none;
	color: white;
	font-size: 40px;
}

.switchtopersonal,
.changecompany,
.switchtocompany {
	background-color: transparent !important;
	border: 2px solid white !important;
}

.switchtopersonal:hover,
.changecompany:hover,
.switchtocompany:hover {
	background-color: #27CC81 !important;
	border: 2px solid white !important;
	opacity: 1 !important;
}

.modal-date-fields {
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	outline: none;
	margin-right: 75px;
	margin-left: 10px;
}

.modal-header > input[type=checkbox]{
	margin-left: 20px;
}

.modal-backdrop {
	background-color: rgba(0,0,0,0.75);
}

/*WHAT'S NEW FEATURE*/
#learn-more{
	cursor: pointer !important;
	color: #FF8261;
	/* border-color: #FF8261; */
}


.filterColumns {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(33%, 1fr));
	margin-left: 20px;
}

@media only screen and (max-width: 900px){                                
	.filterColumns {
		display: grid;
		grid-template-columns: repeat(auto-fill,minmax(100%, 1fr));
	}                                
}
@media only screen and (min-width: 901px) and (max-width:1200px){
	.filterColumns {
		display: grid;
		grid-template-columns: repeat(auto-fill,minmax(50%, 1fr));
	}
}   

.timelineTitle {
	text-align: center;
	width: 100% !important;
}

.timescroll {
	overflow: scroll;
	height: 550px;
	-ms-overflow-style: none;
	margin-bottom: 30px;
	margin-top: 30px;
	overflow: -moz-scrollbars-none;
	padding-top: 25px;
}


.timescroll::-webkit-scrollbar {
	display: none;
}

#loadactionrequired {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

#loadactionrequired::-webkit-scrollbar {
	display: none;
}

#tabTimeLine {
	background: transparent;
}

#tabTimeLine-1 {
	background-color: #F5F5F5 !important;
	border-radius: 30px;

}

.label-today {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


@media (max-width:767px) {
	#tabTimeLine {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.wholetimeline {
	color: #707070;
	margin-top: -27px;
}

.timelineinner {
	border-radius: 10px !important;
	min-height: 40px !important;
}

.inhead {
	color: inherit !important;
}

#scroll-up {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #FF8261;
	margin-left: 9.6%;
	margin-top: 100px;
}

#scroll-down {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #FF8261;
	margin-left: 9.6%;
}

.orange {
	background-color: orange !important;
	color: #fff;
}

.green {
	background-color: green !important;
	color: #fff;
}

.red {
	background-color: red !important;
	color: #fff;
}

.yellow {
	background-color: yellow !important;
	color: #fff;
}

.activebtn {
	background-color: #80010f;
	border-color: #5c010b;
}

.white {
	background-color: white !important;
	color: #000;
}

.spacer {
	margin-left: 30px;
}

.clabel {
	padding-bottom: 5px;
	font-size: 16px;
}

.cControl {
	padding-bottom: 5px;
	max-width: 480px;
}

.ddl {
	max-width: 420px;
}

#Timeline {
	background: #F5F5F5;
}

.company {
	font-size: 12px;

}

.dates {
	font-size: 12px;
}

.titles {
	font-size: 12px;
	color: #707070;
}

.fontgrey {
	color: #707070;
	text-align: left;
}

.activebtn[data-notifications] {
	position: relative;
}



.activebtn[data-notifications]:after {
	content: attr(data-notifications);
	position: absolute;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	padding: 1.5px 5px 1.5px 4px;
	max-width: 20px;
	color: #000;
	right: -13px;
	top: -13px;
	font-size: 10px;
	z-index: 3;
	border: 1px solid #000;
}

[data-notifications] {
	position: relative;
}



[data-notifications]:after {
	content: attr(data-notifications);
	position: absolute;
	background: #303030;
	border-radius: 50%;
	display: inline-block;
	padding: 1.5px 5px 1.5px 4px;
	max-width: 20px;
	color: #f2f2f2;
	right: -13px;
	top: -13px;
	font-size: 10px;
	z-index: 3;
}

#LicenseMsg {
	color: red;
}

.requiredtext {
	border-color: #f6a1a1;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #f7b1b1, 0 0 8px #f7b1b1;
	box-shadow: inset 0 1px 1px #f7b1b1, 0 0 8px #f7b1b1;
}

.form-control::-webkit-input-placeholder {
	color: #f7b1b1;
}

.form-control:-moz-placeholder {
	color: #f7b1b1;
}

.form-control::-moz-placeholder {
	color: #f7b1b1;
}

.form-control:-ms-input-placeholder {
	color: #f7b1b1;
}

p.disclaimer {
	color: #B20215;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}

p.notification {
	color: #B20215;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.k-tabstrip>.k-content,
.k-panelbar .k-tabstrip>.k-content {
	border-color: #FF8261;
}

.k-tabstrip-items .k-state-active .k-link {
	color: white;
	background-color: #FF8261;
	display: inline;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#selectedCompanyName {
	font-size: 18px !important;
	color: #707070 !important;
}

/*#Addressdiv{
  border: 1.5px solid #8350F6;
  margin-bottom: 30px;
  margin-top: -30px;
  border-radius: 20px;
  background-color: #F5F5F5;
}*/

@media (max-width: 767px) {
	#Addressdiv {
		background-color: inherit;
		margin-bottom: 100px;
		text-align: center;
	}

	#changespan,
	#switchspan {
		height: 30px;
		position: relative;
		margin-top: 20px;
	}

	#AddressPane>.row>.fontgrey {
		font-size: 11px;
	}

	.fa-info-circle,
	.fa-envelope {
		display: none;
	}

	.ticon {
		display: none;
	}
}

#searchInput{
	width: 25%;
	display: inline;
}

#searchclear {
  display: inline-block;
  position: relative;
}

#searchclear::before {
  position: absolute;
  right: 15px;
  transform: translateY(-87%);
  color: #707070;
}

@media only screen and (max-width: 900px){                                
	#searchclear::before {
		left: 130px;
    	transform: translateY(-315%);
	}
	#searchInput{
		width: 100%;
		display: block;
	}               
}