body{
  font-family: 'Lato', sans-serif;
	font-weight:400;
	background-color:#fff;
	color:#ABABAB;
	font-size:18px;
}
:focus{
	outline:none;
}
img{
	max-width:100%;
	height:auto;
}
a, a:focus, a:hover{
	text-decoration:none;
	cursor:pointer;
}
p, ul{
	margin:0;
	padding:0;
}
svg{
	display:inline-block;
	vertical-align:middle;
}
.clear{
	clear:both;
}
input[type=text],
input[type=password],
input[type=email]{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background-color: #FFFFFF;
	border: 1px solid #C6CBD9;
	border-radius:5px;
  font-size: 18px;
	width:100%;
  line-height: 24px;
  padding: 11px 14px;
  color: #000;
}
input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9A9AAF;
    opacity: 1; /* Firefox */
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9A9AAF;
}
input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #9A9AAF;
}
input[type=password]{
	color:#9A9AAF;
}
input[type=password]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9A9AAF;
    opacity: 1; /* Firefox */
}
input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9A9AAF;
}
input[type=password]::-ms-input-placeholder { /* Microsoft Edge */
    color: #9A9AAF;
}
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9A9AAF;
    opacity: 1; /* Firefox */
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9A9AAF;
}
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #9A9AAF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	transition: background-color 5000s ease-in-out 0s;
}
h1{
	font-size:28px;
	margin:0;
	font-weight:500;
	color: #363842;
}
h2{
	font-size:22px;
	margin:0;
	font-weight:400;
	color: #363842;
}
h3{
	font-size:17px;
	margin:0;
	font-weight:500;
	color: #363842;
}
h4{
	font-size:16px;
	margin:0;
	font-weight:400;
	color: #363842;
}
.mar0{
	margin-bottom:0 !important;
}
.relative{
  position: relative;
}

.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}
.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,0.2);content:''}
.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}
.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}
.daterangepicker.opensleft:before{right:9px}
.daterangepicker.opensleft:after{right:10px}
.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}
.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}
.daterangepicker.opensright:before{left:9px}
.daterangepicker.opensright:after{left:10px}
.daterangepicker.drop-up{margin-top:-7px}
.daterangepicker.drop-up:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}
.daterangepicker.drop-up:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}
.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}
.daterangepicker.single .drp-selected{display:none}
.daterangepicker.show-calendar .drp-calendar{display:block}
.daterangepicker.show-calendar .drp-buttons{display:block}
.daterangepicker.auto-apply .drp-buttons{display:none}
.daterangepicker .drp-calendar{display:none;max-width:320px}
.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}
.daterangepicker .drp-calendar.right{padding:8px}
.daterangepicker .drp-calendar.single .calendar-table{border:none}
.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid #000;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}
.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}
.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{white-space:nowrap;text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}
.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}
.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}
.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}
.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}
.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}
.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}
.daterangepicker td.start-date{border-radius:4px 0 0 4px}
.daterangepicker td.end-date{border-radius:0 4px 4px 0}
.daterangepicker td.start-date.end-date{border-radius:4px}
.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}
.daterangepicker th.month{width:auto}
.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}
.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}
.daterangepicker select.monthselect{margin-right:2%;width:56%}
.daterangepicker select.yearselect{width:40%}
.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin:0 auto;color:#141414;border:1px solid #eee;padding:2px;outline:0;font-size:12px}
.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}
.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}
.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}
.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}
.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:700;padding:4px 8px;}
.daterangepicker .drp-buttons .btn.btn-primary{background-color:#14ABA6; border-color:#14ABA6;}
.daterangepicker.show-ranges .drp-calendar.left{border-left:1px solid #ddd}
.daterangepicker .ranges{float:none;text-align:left;margin:0}
.daterangepicker.show-calendar .ranges{margin-top:8px}
.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}
.daterangepicker .ranges li{font-size:16px;padding:12px 12px;cursor:pointer;font-weight: 400;font-family: 'Source Sans Pro', sans-serif; color: #2E2E3A}
.daterangepicker .ranges li:hover{background-color:#eee}
.daterangepicker .ranges li.active{background-color:#F2F3F7}
@media (min-width: 564px) {
  .daterangepicker{width:auto}
  .daterangepicker .ranges ul{width:140px}
  .daterangepicker.single .ranges ul{width:100%}
  .daterangepicker.single .drp-calendar.left{clear:none}
  .daterangepicker.single.ltr .ranges,.daterangepicker.single.ltr .drp-calendar{float:left}
  .daterangepicker.single.rtl .ranges,.daterangepicker.single.rtl .drp-calendar{float:right}
  .daterangepicker.ltr{direction:ltr;text-align:left}
  .daterangepicker.ltr .drp-calendar.left{clear:left;margin-right:0}
  .daterangepicker.ltr .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}
  .daterangepicker.ltr .drp-calendar.right{margin-left:0}
  .daterangepicker.ltr .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}
  .daterangepicker.ltr .drp-calendar.left .calendar-table{padding-right:8px}
  .daterangepicker.ltr .ranges,.daterangepicker.ltr .drp-calendar{float:left}
  .daterangepicker.rtl{direction:rtl;text-align:right}
  .daterangepicker.rtl .drp-calendar.left{clear:right;margin-left:0}
  .daterangepicker.rtl .drp-calendar.left .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}
  .daterangepicker.rtl .drp-calendar.right{margin-right:0}
  .daterangepicker.rtl .drp-calendar.right .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}
  .daterangepicker.rtl .drp-calendar.left .calendar-table{padding-left:12px}
  .daterangepicker.rtl .ranges,.daterangepicker.rtl .drp-calendar{text-align:right;float:right}
}
@media (min-width: 730px) {
  .daterangepicker .ranges{width:auto}
  .daterangepicker.ltr .ranges{float:left}
  .daterangepicker.rtl .ranges{float:right}
  .daterangepicker .drp-calendar.left{clear:none!important}
}
ul.cluster-color li a {
	width: 30px;
	height: 30px;
	border: 1px solid #ABABAB;
	border-radius: 5px;
	display: block;
}
ul.cluster-color {
	display: flex;
	padding-bottom: 8px;
}
.psd3Tooltip {
    position: absolute;
    max-width: 150px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.psd3Hidden {
    display: none;
}

.psd3Tooltip p {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 20px;
}
text {
    font-family: sans-serif;
    font-size: 12px;
    pointer-events: none;
}
#treeChart {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#treeChart .title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}
#treeChart text {
  pointer-events: none;
}
#treeChart .grandparent text {
  font-weight: bold;
}
#treeChart rect {
  fill: none;
  stroke: #fff;
}
#treeChart rect.parent,
.grandparent rect {
  stroke-width: 2px;
}
#treeChart rect.parent {
    pointer-events: none;
}
#treeChart .grandparent rect {
  fill: orange;
}
#treeChart .grandparent:hover rect {
  fill: #ee9700;
}
#treeChart .children rect.parent,
#treeChart .grandparent rect {
  cursor: pointer;
}
#treeChart .children rect.parent {
  fill: #bbb;
  fill-opacity: .5;
}
#treeChart .children:hover rect.child {
  fill: #bbb;
}


/*---------------------->
		Login page
<----------------------*/
.login-page{
	background-image: linear-gradient(120deg, #E7EDFE -22%, #EDF9FB 100%);
	width:100%;
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	background-size:cover;
}
.login-box{
	width:548px;
	background-color:#fff;
	box-shadow:0 2px 7px 0 rgba(0, 0, 0, 0.19);
	padding:72px 100px 86px;
	min-height:382px;
	position:relative;
}
.login-box a.form-close{
	position:absolute;
	top:10px;
	right:10px;
	width:34px;
	height:34px;
	color:#fff;
	font-size:16px;
	background:rgba(0, 0, 0, 0.2);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.jlogo{
	text-align:center;
	margin:0 auto 29px;
	max-width:290px;
}
.vis_log{
  padding-top: 100px;
  text-align: center;
}
.vis_log a{
  width: 150px;
  height: 70px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 70px;
  color: #4d64ce;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.login-box h1{
	color: #363842;
	font-family: AtlasGrotesk;
	font-size: 28px;
	font-weight: 500;
	line-height: 42px;
	text-align:center;
	margin-bottom:25px;
	margin-top:0;
	padding-top:22px;
}
.login-box .form-item{
	margin-bottom:18px;
	position:relative;
}
.login-box .form-item input{
	padding:0 10px 0 36px;
	color:#000;
	height:52px;
	line-height:52px;
	border-radius:0;
	font-family: 'Lato', sans-serif;
}
.login-box .form-item input.error{
	border:1px solid #AB1414;
}
.login-box .form-content .errors p{
    color: #AB1414;
    font-size: 14px;
    margin-top: 8px;
    line-height: 18px;
    display: block;
}
.login-box .form-item span.mail{
	width:24px;
	height:24px;
	font-size:24px;
	line-height:1;
	position:absolute;
	left:8px;
	top:50%;
	margin-top:-12px;
}
.login-box .form-item span.pass{
	width:24px;
	height:24px;
	font-size:24px;
	line-height:1;
	position:absolute;
	left:8px;
	top:50%;
	margin-top:-12px;
}
.login-box .form-foot{
	display:flex;
	align-items:center;
	justify-content:center;
}
.login-box .form-foot a{
	color: #14ABA6;
	font-size: 13px;
	line-height: 18px;
}
.login-box .form-foot a:hover{
	color: #EA6424;
}
/*.login-page .form-foot button{
	border:0;
	border-radius: 5px;
	width: 132px;
	height: 40px;
	color: #FFFFFF;
	font-family: CircularStd;
	font-size: 13px;
	font-weight: 300;
	line-height:40px;
	text-align: center;
	text-transform:uppercase;
	transition:all ease 0.5s;
}
.login-page .form-foot button{
	background-color:rgba(20, 171, 166, 1);
}
.login-page .form-foot button[disabled='disabled']{
	background-color:rgba(20, 171, 166, 0.4) !important;
}
.login-page .form-foot button:hover{
	background-color:#EA6424;
}*/
.login-box .form-pre{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:40px;
}
.login-box .form-pre.center{
	justify-content:center;
}
.login-box .form-pre label{
	padding-left:10px;
	font-size:12px;
	font-weight:400;
	color:rgba(0, 0, 0, 0.6);
	font-family: 'Lato', sans-serif;
	vertical-align: top;
    margin-top: 2px;
}
.login-box .form-pre a{
	color:rgba(0, 0, 0, 0.6);
	font-size:12px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	font-style:italic;
}
.login-box .form-foot{
  text-align: center;
}
.login-box .form-foot button{
  width: 150px;
  height: 70px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 70px;
  color: #4d64ce;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: 0;
}
.login-box h2{
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin-bottom: 40px;
}
.login-box h3{
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  margin: 10px 0 40px;
}
.login-box h4{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  margin: 40px 0 0;
}
.login-box .notice{
	text-align:center;
	padding-top:20px;
	margin-top:70px;
	border-top:1px solid rgba(0, 0, 0, 0.16);
	font-size:15px;
  color: #000;
}
.login-box .notice a{
	font-weight:700;
	text-decoration:underline;
	color:#000;
}
/*---------------------->
	Common classes
<----------------------*/
#main {
    height: 100vh;
    position: relative;
}

.hlayer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 290;
}

/*---------------------->
	   Logo Header
<----------------------*/
#header {
    height: 60px;
    background: #363842;
    padding: 0 16px 0 16px;
    display: flex;
    align-items: center;
}
#header.projects{
    justify-content: space-between;
}
#header.projects .pro-top{
    display: flex;
    align-items: center;
}
.jnavi a{
	display:block;
}
.juser{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
#header.projects .juser{
	position:relative;
	width:inherit;
	left:inherit;
	bottom:inherit;
}
.juser > a{
	display:block;
	font-size:0;
	position:relative;
}
.juser > a span{
	color:#14ABA6;
	font-size:24px;
	line-height:1;
}
.juser:hover > a span{
	color:#EA6424;
}
.user-popup{
	position:absolute;
	bottom:30px;
	left:calc(100% - 30px);
	background:#fff;
	border:1px solid #D8D8D8;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	border-radius:5px;
	z-index:100;
}
#header.projects .user-popup{
	top:100%;
	right:0;
	left:inherit;
	bottom:inherit;
	margin-top:5px;
}
.user-popup.userinfo{
	min-width:170px;
}
.user-popup.userpwd{
	min-width:250px;
}
ul.user-info li{
	list-style:none;
}
ul.user-info li a{
	display:flex;
	height:40px;
	line-height:24px;
	padding:8px;
	font-size:14px;
	color:#1A051D;
}
ul.user-info li a span{
	font-size:24px;
	margin-right:5px;
}
ul.user-info li:hover a,
ul.user-info li:hover a span{
	color:#EA6424;
}
ul.user-info li a.user{
	color:#14ABA6;
}
ul.update-info li{
	list-style:none;
	padding:4px 16px;
}
ul.update-info li a{
	display:block;
	line-height:24px;
	padding:8px 0 0;
	font-size:14px;
	color:#14ABA6;
}
ul.update-info li .form-item{
	position:relative;
}
ul.update-info li .form-item input{
	padding:0 10px 0 36px;
	color:#000;
}
ul.update-info li .form-item span.pass{
	width:24px;
	height:24px;
	font-size:24px;
	line-height:1;
	position:absolute;
	left:8px;
	top:50%;
	margin-top:-12px;
}
ul.update-info li .confirm-btns{
	display:flex;
	justify-content:flex-end;
	padding-bottom:10px;
}
ul.update-info li .confirm-btns button{
	margin-left:10px;
	min-width:70px;
	border:1px solid #14ABA6;
	line-height:28px;
	border-radius:2px;
	color:#14ABA6;
	height:30px;
	font-size:13px;
	background:#fff;
}
ul.update-info li .confirm-btns button:hover{
	border:1px solid #EA6424;
	color:#EA6424;
}
ul.update-info li .confirm-btns button.save{
	background:#14ABA6;
	color:#fff;
}
ul.update-info li .confirm-btns button.save:hover{
	background:#EA6424;
	color:#fff;
}


.project_box{
	height:100vh;
	position:relative;
}
.project_box #header.projects{
	width:100px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#f1f2f6;
	box-shadow:3px 3px 6px 0 rgba(0, 0, 0, 0.16);
	flex-direction:column;
	padding:40px 16px;
	transition:all ease 0.4s;
	z-index:200;
}
.project_box #header.projects.expand{
	width:430px;
	padding:40px 30px;
	align-items:flex-end;
}
.project_box .project-results {
    height: calc(100vh - 200px);
}
.project_box .project_results_box{
    height: calc(100vh - 200px);
	margin:0 40px 0 190px;
	position:relative;
}
.project_box .project_results_box:before{
	position:absolute;
	content:'';
	width:calc(100% - 50px);
	height:1px;
	background:rgba(0, 0, 0, 0.16);
	left:0;
	top:0;
}
.project_box .subHeader{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:200px;
	padding:20px 90px 20px 270px;
}
.project_box #header.projects.expand .vlogo{
	padding:0 60px;
}
.project_box #header.projects .vlogo img{
	mix-blend-mode: multiply;
	transition:all ease 0.5s;
}
.project_box #header.projects .hlogout a{
	color:rgba(0, 0, 0, 0.2);
	font-size:18px;
	font-weight:700;
}
.project_box #header.projects .hlogout a span{
	display:none;
	font-weight:400;
}
.project_box #header.projects .hlogout a span.vis{
	display:inline;
}
.project_box #header.projects .hexp a{
	width:54px;
	height:54px;
	border:1px solid rgba(0, 0, 0, 0.16);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.project_box #header.projects .hexp a span{
	width:24px;
	height:3px;
	background:rgba(0, 0, 0, 0.16);
	border-radius:2px;
	margin:2px 0;
	position:relative;
}
.project_box #header.projects .hexp a.hclose span:nth-child(2){
	display:none;
}
.project_box #header.projects .hexp a.hclose span:nth-child(1){
	transform:rotate(140deg);
	top:5px;
}
.project_box #header.projects .hexp a.hclose span:nth-child(3){
	transform:rotate(-140deg);
	top:-2px;
}
.project_box #header.projects .pro_menu{
  position: absolute;
  left: 80px;
  top: 300px;
  display: none;
}
.project_box #header.projects.expand .pro_menu{
  display: block;
}
.project_box #header.projects.expand .pro_menu ul{
  position: relative;
}
.project_box #header.projects.expand .pro_menu ul:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background:rgba(0, 0, 0, 0.2);
  left: 0;
  top: -25px;
}
.project_box #header.projects.expand .pro_menu ul li{
  list-style: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.project_box #header.projects.expand .pro_menu ul li:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  background:rgba(0, 0, 0, 0.2);
  left: 0;
  top: 100%;
}
.project_box #header.projects.expand .pro_menu ul li a{
  color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}
.project_box #header.projects.expand .pro_menu ul li a.active{
  color: #4d64ce;
}
/*---------------------->
	  Project page
<----------------------*/

.proTitle{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.proTitle h1{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 300;
	color: #0a0a0a;
}
.proTitle a{
	line-height:1;
}
.proTitle a span{
	font-size:24px;
	line-height:1;
	color:#363842;
}
.proTitle a:hover span{
	color:#EA6424;
}
.proTitle .form-item{
	position:relative;
	display:flex;
	align-items:center;
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 5px 26px;
	border-radius: 35px;
	box-shadow: 0 2px 20px 0 #f1f2f6;
}
.proTitle .divider{
	padding-bottom:5px;
}
.proTitle .proSearch{
	display:flex;
	align-items:center;
	position:relative;
}
.proTitle .proSearch input{
	color:#333;
	background: none;
    border: 0;
    padding: 0 10px;
	width:330px;
	font-size:18px;
	font-family: 'Lato', sans-serif;
}
.proTitle .proSearch span.isearch{
	width:24px;
	height:24px;
	font-size:24px;
	line-height:1;
}
.proTitle .proSearch span.iclose{
	width:24px;
	height:24px;
	font-size:24px;
	line-height:1;
}
.proTitle .proSearch ul{
	position:absolute;
	width:100%;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow:0 2px 4px rgba(0,0,0,0.5);
	border-radius: 5px;
	margin-top:20px;
	z-index:300;
	top:100%;
}
.proTitle .proSearch ul.inactive{
	border:0;
	box-shadow:none;
}
.proTitle .proSearch ul li{
	padding:0 10px 0 36px;
	line-height:38px;
	color:#ABABAB;
	list-style:none;
	text-transform:lowercase;
}
.proTitle .proSearch ul li:hover{
	color:#4d64ce;
}
.proTitle .proSearch ul li strong{
	font-weight:700;
	color:#141414;
}
.proSort{
	color: #d1d1d1;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	display:flex;
	align-items:center;
	position:relative;
}
.proSort > a{
	color: #000;
	margin:0 0 0 20px;
}
.proSort span{
	font-size:22px;
	font-weight:700;
}
.proSort:hover > a{
	color:#4d64ce;
}
.proSort ul{
	position:absolute;
	width:150px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	box-shadow:0 2px 4px rgba(0,0,0,0.5);
	border-radius: 5px;
	margin-top:30px;
	top:100%;
	z-index:300;
	right:0;
}
.proSort ul li{
	list-style:none;
}
.proSort  ul li a{
	padding:0 10px;
	line-height:38px;
	color:#000;
	list-style:none;
	font-size:13px;
}
.proSort  ul li:hover a{
	color:#4d64ce;
}
.proSort  ul li a.active{
	color:#4d64ce;
}
.project-items {
    display: flex;
    flex-wrap: wrap;
	padding:100px 20px 100px 90px;
	margin-right:50px;
	border-left:1px solid rgba(0, 0, 0, 0.16);
	border-right:1px solid rgba(0, 0, 0, 0.16);
    min-height: calc(100vh - 200px);
	position:relative;
}
.project-items:before{
    position: absolute;
    content: '';
    width: 3px;
    height: calc(100% - 10px);
    background: #fff;
    left: 56px;
    top: 5px;
    z-index: 20;
}
.project-items .project-item {
    min-width: calc(25% - 70px);
    max-width: calc(25% - 70px);
    margin-bottom: 70px;
    margin-right: 70px;
	position:relative;
	border:1px solid rgba(0, 0, 0, 0.16);
	max-height:310px;
}
.project-items .project-item:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    left: -35px;
	top:0;
}
.project-items .project-item:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.16);
    bottom: -35px;
	left:0;
}
.project-items .project-item:first-child{
	box-shadow:none;
}
.project-items .project-box{
	position:relative;
}
.project-items .project-image{
	background-image:url(images/placeholder_new.png) !important;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:0;
	padding-bottom:80%;
	position:relative;
}

.project-items a.more{
	position:absolute;
	z-index:60;
	top:20px;
	right:16px;
	color:#141414;
	font-size:24px;
}
.project-items .project-image[data-title="Brexit"]{
	background-image:url(images/brexit.jpg);
}
.project-items .project-image[data-title="Carlsberg-IPG"]{
	background-image:url(images/carlsberg.jpg);
}
.project-items .project-image[data-title="Elle Goulding"]{
	background-image:url(images/ellie.jpg);
}
.project-items .project-image[data-title="Hedonism"]{
	background-image:url(images/gold.jpg);
}
.project-items .project-image .info,
.project-items .project-image .inprogress,
.project-items .project-image .gathering,
.project-items .project-image .uploading{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	color:#fff;
    font-family: 'Lato', sans-serif;
	font-size:16px;
	transition:all ease 0.5s;
	transform:scale(0);
	z-index:50;
}
.project-items .project-image .info{
	background-image: linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%);
}
.project-items .project-image .inprogress{
	background-color: rgba(150, 150, 150, 0.6);
}
.project-items .project-image .gathering{
	background-color: rgba(0, 0, 0, 0.6);
}
.project-items .project-image .uploading{
	background-color: #E2926C;
}
.project-items .project-box:hover .project-image .info,
.project-items .project-box:hover .project-image .inprogress,
.project-items .project-box:hover .project-image .gathering,
.project-items .project-box:hover .project-image .uploading{
	transform:scale(1);
}
.project-items .project-image .info span,
.project-items .project-image .inprogress span,
.project-items .project-image .gathering span,
.project-items .project-image .uploading span{
	width:100%;
	font-size:28px;
	margin-bottom:5px;
}
.project-items .project-image .uploading p{
    font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-top:20px;
	padding:0 30px;
}
.project-items .project-image .uploading .pe{
	font-size:74px;
	transition:all ease 0.5s;
	margin-bottom:5px;
}
.project-items .project-image:hover .uploading .pe{
	transform:rotate(-30deg);
}
.project-items .project-title{
	background-color:#fff;
	padding:15px 15px 15px 30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.project-items .project-title p{
  display: flex;
  align-items: center;
}
.project-items .project-title span{
	color:#fff;
	font-size:14px;
	font-weight:400;
  min-width: 30px;
  margin-left: 15px;
	width:30px;
	height:30px;
	background:#D0F0F4;
	border-radius:50%;
	text-align: center;
	line-height: 30px;
}
.project-items .project-item:hover .project-title,
.project-items .project-item:hover .project-title span{
	color:#4d64ce;
}
.project-items .project-item a.newpro{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	cursor:pointer;
	border:none;
	color: #fff;
	font-size:20px;
	text-align:center;
	padding:10px;
	background-image: linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%);
}
.project-items .project-item a.newpro p{
	min-width:100%;
	text-align:center;
	margin-bottom:55px;
	/*margin-top:25px;*/
}
.project-items .project-item a.newpro p span{
	font-size:36px;
	line-height:70px;
	width:70px;
	height:70px;
	border-radius:50%;
	background:#fff;
	display:inline-block;
	color:#8bd9e3;
	font-weight:300;
}

.popbox{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: linear-gradient(134deg, rgba(90,119,255,0.15) -22%, rgba(139,217,227,0.15) 100%);
	z-index:200;
	display:flex;
	align-items:center;
	justify-content:center;
}
.popbox.bg{
  background-color: #fff;
}
.pop-scroll{
	max-height:calc(100vh - 60px);
}
.projectbox{
	width:770px;
	background:#fff;
	padding:44px;
  position: relative;
}
.projectbox.max{
  width: 1380px;
}
.characteristics_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
.characteristics_box .item{
    max-width: 33.33%;
    min-width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin: 20px 0;
    border-left: 1px solid rgba(0,0,0,0.2);
}
.characteristics_box .item:nth-child(1),
.characteristics_box .item:nth-child(4){
  border-left: 0;
}
.characteristics_box .item img {
    max-width: 150px;
}
.characteristics_box .item p{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-left: 20px;
}
.keyword_box{
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin-right: 200px;
}
.keyword_box .item{
  max-width: calc(50% - 14px);
  min-width: calc(50% - 14px);
  border: 1px solid rgba(0,0,0,0.16);
}
.projectbox .scrollbar-dynamic > .scroll-element.scroll-y,
.projectbox .scrollbar-dynamic > .scroll-element.scroll-x{
	opacity:0;
}
.projectbox.del{
	width:450px;
}
.culture_box{
  display: flex;
  align-items: center;
  margin-right: 150px;
}
.culture_box .item{
  max-width: 50%;
  min-width: 50%;
  padding: 40px;
}
.culture_box .item .inn{
  padding: 10px 4px;
  border: 1px solid rgba(0,0,0,0.2);
}
.culture_box .item .inn h4{
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 26px;
}
.culture_box .item .inn ul.item_menu{
  display: flex;
  align-items: center;
}
.culture_box .item .inn ul.item_menu li{
  list-style: none;
  flex: 1;
  padding: 0 3px;
}
.culture_box .item .inn ul.item_menu li a{
  display: block;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.16);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
  padding: 15px 5px;
  text-transform: uppercase;
}
.culture_box .item .inn ul.item_menu li a.active{
  background: #8bd9e3;
}
.culture_box .item .inn .item_list ul{
  padding: 0 26px;
}
.culture_box .item .inn .item_list li{
  display: flex;
  align-items: center;
  padding: 10px 26px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.culture_box .item .inn .item_list li:last-child{
  border-bottom: 0;
}
.culture_box .item .inn .item_list li img{
  max-width: 55px;
  margin-right: 25px;
  border-radius: 50%;
}
.culture_box .item .inn .item_list li span{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.culture_box .item.ileft{
  text-align: center;
}
.culture_box .item.ileft label{
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.culture_box .item.ileft .figure img{
  max-width: 350px;
  display: inline-block;
  border-radius: 50%;
}
.projectbox .b_btns{
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
}
.projectbox .b_btns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 60px;
  border-radius: 0;
  line-height: 1.2;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-left: 12px;
  transition: all ease 0.5s;
  background-image: linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%);
  border: 0;
}
.projectbox .toptitle{
	border-bottom:1px solid #ABABAB;
	padding:0 0 25px;
	margin:0 0 25px;
}
.projectbox.max .toptitle{
  max-width: 50%;
}
.projectbox.stat .toptitle{
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projectbox.stat .toptitle p{
  color: #999;
  font-size: 16px;
  font-weight: 700;
}
.projectbox.stat .bottitle{
  padding: 44px 0 0 35px;
  border-top: 1px solid #ababab;
}
.projectbox.stat .bottitle p{
  font-size: 18px;
  color: #000;
  font-family: 'Lato', sans-serif;
}
.projectbox.stat .midcon p{
  font-size: 18px;
  color: #000;
  font-family: 'Lato', sans-serif;
  margin-bottom: 40px;
  padding-left: 35px;
}
.projectbox .analysis_btns{
  max-width: 520px;
  margin: auto;
  padding: 20px 0;
}
.projectbox .analysis_btns p{
  padding-top:22px;
}
.projectbox .analysis_btns p a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 84px;
  border-radius: 0;
  line-height: 1.2;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.4px;
  transition: all ease 0.5s;
  background-image: linear-gradient(  134deg  , #4d64ce -22%, #8bd9e3 100%);
}
.projectbox.cen .toptitle{
  border: 0;
  padding-top: 25px;
  text-align: center;
}
.projectbox .toptitle h2{
	color: #000;
	font-size: 30px;
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:1;
	margin:0;
}
.projectbox a.form-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectbox.del .info{
	text-align:center;
	padding:0 30px 25px;
	color:#1A051D;
	font-size:16px;
	line-height:20px;
}
.bottombtns{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding:0;
}
.projectbox.cen .bottombtns{
  justify-content: center;
}
.bottombtns button.cancel{
	width:130px;
	height:48px;
	border-radius:0;
	line-height:48px;
	border:1px solid #D8D8D8;
	background-color:#fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align:center;
  letter-spacing: 0.4px;
	text-transform:uppercase;
	margin-left:12px;
	transition:all ease 0.5s;
}
.bottombtns button.cancel:hover{
	border:1px solid #D8D8D8;
}
.bottombtns button.add{
	width:130px;
	height:48px;
	border-radius:0;
	line-height:48px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align:center;
  letter-spacing: 0.4px;
	text-transform:uppercase;
	margin-left:12px;
	transition:all ease 0.5s;
	background-image:linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%);
	border:0;
}
.bottombtns button.add:hover{
	background-image:linear-gradient(134deg, #8bd9e3 -22%, #4d64ce 100%);
}
.bottombtns button.delete{
	width:130px;
	height:40px;
	border-radius:5px;
	line-height:38px;
	color: #FFF;
	font-family: CircularStd;
	font-size: 13px;
	font-weight: 300;
	text-align:center;
	text-transform:uppercase;
	margin-left:12px;
	transition:all ease 0.5s;
	background-color:#AB1414;
	border:1px solid #AB1414;
	letter-spacing:0.5px;
}
.bottombtns button.delete img{
	margin-bottom:3px;
}
.bottombtns button span{
	font-size:24px;
	line-height:38px;
	vertical-align:middle;
}
.bottombtns .inactive button{
	display:none;
}
.bottombtns .btn-stat button{
	display:none;
}
.bottombtns .btn-stat.active button{
	display:block;
}
.bottombtns button.add[disabled='disabled']{
	background-image:linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%) !important;
}

.proform{
	padding:0;
}
.pro-row{
	margin-bottom:24px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.pro-row .form-item{
  width: 100%;
}
.pro-row.mgroup{
	align-items:flex-end;
	flex-wrap:nowrap;
}
.pro-row.mgroup .drag{
	margin-right:10px;
}
.pro-row.mgroup .drag span{
	font-size:24px;
	color:#141414;
}
.pro-row.mgroup .delete{
	margin-left:10px;
}
.pro-row.mgroup .delete span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius:2px;
	border:1px solid #AB1414;
	font-size:24px;
	color:#AB1414;
}
.meanpop{
	max-height:360px;
}
.pro-row .form-item  label{
  	font-size:16px;
  	color:#000;
  	font-weight:700;
    font-family: 'Lato', sans-serif;
  	display:block;
    line-height: 1;
    padding-bottom: 10px;
}
.pro-row.timepick .form-item > label{
	font-size:14px;
	color:#ABABAB;
	font-weight:300;
	display:block;
}
p.time-period{
	font-size:14px;
	color:#ABABAB;
	font-weight:300;
	display:block;
	margin-bottom:24px;
	padding-left:25px;
}
.pro-heading{
	font-size:16px;
	color:#1A051D;
	font-weight:300;
	display:block;
	min-width:100%;
	margin-bottom:5px;
}
.pro-row .form-item > label.head{
    font-family: 'Lato', sans-serif;
	font-weight:500;
}
.pro-row .form-item textarea{
	color:#141414;
    font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:14px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	width:100%;
	height: 130px;
	line-height:20px;
	padding:12px 10px;
	resize:none;
}
.pro-row .form-item .row-item textarea{
	border-radius:5px;
}
.pro-row .form-item .left-item textarea{
	border-radius:5px 0 0 5px;
}
.pro-row .form-item .right-item textarea{
	border-radius:0 5px 5px 0;
	border-left:0;
}
.pro-row .form-item p{
	position:relative;
}
.pro-row .form-item p input.error{
	border-color:#AB1414;
}
.pro-row .form-item .pop_drop{
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
  margin-top: 10px;
  z-index: 300;
  top: 100%;
  padding: 10px;
}
.drop_items .drop_left .items .item .pop_drop{
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
  margin-top: 10px;
  z-index: 300;
  top: 100px;
  padding: 10px;
}
.drop_items .drop_left .items .item .pop_drop{
  /*margin-top: -20px;*/
}
.pro-row .form-item .pop_drop p,
.drop_items .drop_left .items .item .pop_drop p{
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.pro-row .form-item .pop_drop p input,
.drop_items .drop_left .items .item .pop_drop p input{
  margin: 0;
  padding: 0;
  filter: grayscale(100%);
}
.pro-row .form-item .pop_drop p label,
.drop_items .drop_left .items .item .pop_drop p label{
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 14px;
}
.pro-row .form-item .errormsg{
	color:#AB1414;
	font-size:14px;
	margin-top:8px;
	line-height:18px;
	display:block;
}
.pro-row .form-item p span{
	width:30px;
	height:30px;
	font-size:30px;
	line-height:1;
	position:absolute;
	right:12px;
	top:50%;
	margin-top:-15px;
	pointer-events:none;
  color: #fff;
  background: #D0EFF3;
  border-radius: 50%;
  text-align: center;
}
.pro-row .form-item p span.pe-7s-date,
.pro-row .form-item p span.pe-7s-clock{
	right:inherit;
	left:8px;
}
.pro-row .form-item p span.pe-7s-date.active,
.pro-row .form-item p span.pe-7s-clock.active{
	color:#141414;
}
.pro-row .form-item .item_inn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pro-row .form-item .item_inn .item_in-3{
  max-width: calc(33.33% - 20px);
  min-width: calc(33.33% - 20px);
}
.pro-row .form-item .item_inn .item_in-2{
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.timepick{
	position:relative;
	padding-left:25px;
}
.timepick .calendar-table{
	display:none;

}
.timepick .daterangepicker{
	top:100% !important;
}
.timepick .daterangepicker .drp-calendar{
	padding:8px !important;
}
.datepick{
	position:relative;
}
.datepick .daterangepicker{
	top:100% !important;
}
.pro-row .form-item .form_radio{
  display: flex;
  align-items: center;
  background: #EDF9FA;
  padding: 18px 20px;
}
.pro-row .form-item .form_radio p{
  position: relative;
  margin-right: 40px;
}
.form_radio p input{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.pro-row .form-item .form_radio p label{
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000;
  display: inline-block;
  position: relative;
  line-height: 20px;
  padding-left: 30px;
  padding-bottom: 0;
  margin: 0;
  opacity: 0.9;
  cursor: pointer;
}
.pro-row .form-item .form_radio p label:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
}
.pro-row .form-item .form_radio p input:checked + label:after{
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  cursor: pointer;
}
.item-1-1{
	width:100%;
}
.item-1-2{
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
}
.item-1-3{
  max-width: calc(33.33% - 20px);
  min-width: calc(33.33% - 20px);
}
.item-2-3{
	max-width:calc(66.67% - 10px);
	min-width:calc(66.67% - 10px);
}
.items-1-1{
	width:100%;
}
.items-1-3{
	max-width:33.33%;
	min-width:33.33%;
}
.items-2-3{
	max-width:calc(66.67% - 12px);
	min-width:calc(66.67% - 12px);
}
.daterangepicker .drp-calendar .calendar-table th{
	text-transform:uppercase;
	border-bottom:1px solid #D8D8D8;
	font-weight:300;
	color:#1A051D;
	font-size:13px;
}
.daterangepicker .drp-calendar .calendar-table th.month,
.daterangepicker .drp-calendar .calendar-table th.prev,
.daterangepicker .drp-calendar .calendar-table th.next{
	font-size:16px;
	text-transform:none;
	border-bottom:0;
}
.daterangepicker .drp-calendar .calendar-table td.off{
	color:#ABABAB;
}
.daterangepicker .drp-calendar .calendar-table td{
	width:42px;
	height:42px;
	line-height:20px;
	color:#1A051D;
}
.daterangepicker .drp-calendar .calendar-table td:hover{
	border-radius:50% !important;
}
.daterangepicker .drp-calendar .calendar-table td.active,
.daterangepicker .drp-calendar .calendar-table td.active:hover{
	background:#14ABA6 !important;
	border-radius:50% !important;
	color:#fff !important;
}
.daterangepicker .drp-calendar .calendar-table td.today{
	color:#14ABA6;
}
.daterangepicker .drp-calendar .calendar-table .next span,
.daterangepicker .drp-calendar .calendar-table .prev span{
	border-color:#14ABA6;
}
.pro-row .form-item .upimg{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.pro-row .form-item .upimg .choose input{
	display:none;
}
.pro-row .form-item .upimg .choose{
	width:calc(70% - 10px);
}
.pro-row .form-item .upimg .choose label{
	display:block;
	height:40px;
	color:#000;
	line-height:36px;
	border:2px solid #D8D8D8;
	border-radius:0;
	text-align:center;
	margin:0;
	text-transform:uppercase;
	font-weight:300;
	font-size:13px;
}
.pro-row .form-item .upimg .choose label:hover{
	color:#D8D8D8;
	border:2px solid #D8D8D8;
}
.pro-row .form-item .upimg .pic{
	width:30%;
	height:40px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius:0;
	border: 1px solid #D8D8D8;
}
.propop{
	position:absolute;
	width:170px;
	border:1px solid #D8D8D8;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
	border-radius:5px;
	z-index:100;
	top:10px;
	right:-140px;
}
.propop li{
	list-style:none;
}
.propop li a{
	display:flex;
	padding:8px 10px;
	font-size:14px;
	line-height:24px;
	color:#1A051D
}
.propop li a:hover{
	color:#EA6424
}
.propop li a span{
	font-size:24px;
	line-height:24px;
	margin-right:5px;
}

.creation_box{
  display: flex;
}
.creation_box .item{
  max-width: 100%;
  min-width: 100%;
}
.creation_box .item .top_btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.creation_box .item .top_btns .sel_btns{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.creation_box .item .top_btns .sel_btns p{
  display: flex;
  align-items: center;
  margin-left: 12px;
  filter: grayscale(100%);
  cursor: pointer;
}
.creation_box .item .top_btns .sel_btns p label{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0,0,0,0.6);
  margin-right: 10px;
  margin-bottom: 0;
}
.creation_box .item.iright{
  padding-left: 60px;
  margin-top: -68px;
}
.creation_box .item h4{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.creation_box .item.iright .inn{
  border: 1px solid rgba(0,0,0,0.16);
  padding: 30px;
}
.creation_box .item .img_sele{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.creation_box .item .img_sele .item{
  position: relative;
  max-width: calc(12% - 5px);
  min-width: calc(12% - 5px);
  margin-bottom: 7px;
}
.creation_box .item .img_sele .item .tilecheck{
  	width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
}
.creation_box .item .img_sele .item .tilecheck span{
	color: #fff;
    font-size: 10px;
    line-height: 12px;
    display: none;
}
.creation_box .item .img_sele .item.selected  .tilecheck{
	background:gray;
}
.creation_box .item .img_sele .item.selected  .tilecheck span{
	display:block;
}
.creation_box .item .mov_btn{
  margin-top: 20px;
}
.creation_box .item .mov_btn a{
  display: block;
  width: 100%;
  border: 1px solid #4d64ce;
  text-align: center;
  color: #4d64ce;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px;
}
.creation_box .item .selected_img{
  border: 1px solid rgba(0,0,0,0.16);
  padding: 16px;
  margin: 30px 0;
}
.creation_box .item .selected_img .in{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.creation_box .item .selected_img .in .item{
  max-width: calc(20% - 4px);
  min-width: calc(20% - 4px);
  margin-bottom: 4px;
}
.creation_box .item .top_edit{
  display: flex;
  justify-content: space-between;
}
.creation_box .item .top_edit .text_input{
  max-width: calc(70% - 14px);
  min-width: calc(70% - 14px);
}
.creation_box .item .top_edit .text_input textarea{
  border: 1px solid rgba(0,0,0,0.16);
  padding: 10px;
  resize: none;
  overflow: auto;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 100%;
  height: 82px;
}
.creation_box .item .top_edit .text_per{
  max-width: calc(30% - 14px);
  min-width: calc(30% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.16);
  padding: 0 25px;
}
.creation_box .item .top_edit .text_per input{
  border: 0;
  padding: 0;
  background: none;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
}
.creation_box .item .top_edit .text_per span{
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000;
}
.creation_box .item .text_desc textarea{
  border: 1px solid rgba(0,0,0,0.16);
  padding: 10px;
  resize: none;
  overflow: auto;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 100%;
  height: 82px;
}
.creation_box .item .cbtns{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
.creation_box .item .cbtns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 60px;
  border-radius: 0;
  line-height: 1.2;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-left: 12px;
  transition: all ease 0.5s;
  background-image: linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%);
  border: 0;
}

/*---------------------->
	  Dashboard page
<----------------------*/
.mainheader{
	height:100px;
	display:flex;
	background-repeat:no-repeat;
	background-position:right 36%;
	background-size:500px auto;
}
.mainheader .goprojects{
	background:#14ABA6;
	min-width:60px;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.mainheader .goprojects > div{
	width:100%;
	height:100%;
}
.mainheader .goprojects a{
	color:#fff;
	font-size:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
.mainheader .goprojects a span{
	font-size:24px;
	line-height:1;
	margin-top:4px;
}
#header .projecttitle{
	display:flex;
	align-items:center;
	margin-left:25px;
	position:relative;
}
#header .projecttitle > a{
	display:flex;
	align-items:center;
}
#header .projecttitle strong{
	color:#fff;
	font-size: 22px;
	line-height:24px;
	font-weight:300;
}
#header .projecttitle span{
	margin:0 0 0 5px;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
#header .projecttitle .proselect{
	position:absolute;
	left:-30px;
	top:100%;
	background:#fff;
    border: 1px solid #D8D8D8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
    z-index: 100;
    margin-top: 18px;
	padding:30px 10px 22px;
	width:320px;
}
#header .projecttitle .proselect ul li{
	list-style:none;
	margin-bottom:8px;
}
#header .projecttitle .proselect ul li a{
	display:block;
	color:#141414;
}
#header .projecttitle .proselect ul li a:hover{
	color:#EA6424;
}
#header .projecttitle .proselect ul li a.active{
	color:#14ABA6;
}
.dashpro{
	max-height:450px;
}
.dashpro ul{
	padding:0 20px;
}


#dashmain{
	height: 100vh;
	padding: 0 40px 0 150px;
	position: relative;
	background:#f1f2f6;
}
#dashmain .bot_btns{
  position: absolute;
  right: 140px;
  bottom: 60px;
  z-index: 90;
}
#dashmain .bot_btns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 70px;
  border-radius: 0;
  line-height: 1.2;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 12px;
  transition: all ease 0.5s;
  background-image: linear-gradient(134deg, #4d64ce -22%, #8bd9e3 100%);
  border: 0;
}
.datafeed-scroll{
	height:calc(100vh - 150px);
}
.feed-loading{
	min-height:calc(100vh - 195px);
}
.datafeed-head{
	height:150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.datafeed-body{
	margin-right:50px;
	padding:45px 35px 0 45px;
	border-left:1px solid rgba(0, 0, 0, 0.16);
	border-right:1px solid rgba(0, 0, 0, 0.16);
	background:#fff;
	min-height:calc(100vh - 150px);
}
.datafeed-head .exp_box{
  max-width: calc(33.33% - 24px);
  min-width: calc(33.33% - 24px);
  background: #fff;
  padding: 13px 14px 13px 28px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.datafeed-head .exp_box h4{
  font-size: 18px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.datafeed-head .exp_box > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #D0F0F4;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}
.datafeed-head .exp_box > a:hover{
  background: #BDA6ED;
}
.datafeed-head .exp_box > a.active{
  background: #5B21D2;
}
.explore_menu ul{
  display: flex;
  align-items: center;
  margin: 0 0 0 -10px;
}
.explore_menu ul li{
  flex:1;
  padding: 0 10px 10px 10px;
  list-style: none;
  border-left: solid 1px rgba(99, 108, 109, 0.39);
  border-right: solid 1px rgba(99, 108, 109, 0.39);
}
.explore_menu ul li:first-child{
  border-left: 0;
}
.explore_menu ul li:last-child{
  border-right: 0;
}
.explore_menu ul li a{
  display: block;
  background-color: #f1f2f6;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 30px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.9px;
}
.explore_menu ul li a:hover{
  background-color: #DED2F6;
}
.explore_menu ul li a.active{
  background: #5d13ac;
  background: -moz-linear-gradient(left,  #5d13ac 0%, #4a40b3 100%);
  background: -webkit-linear-gradient(left,  #5d13ac 0%,#4a40b3 100%);
  background: linear-gradient(to right,  #5d13ac 0%,#4a40b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d13ac', endColorstr='#4a40b3',GradientType=1 );
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 700;
}
.explore_drop{
  margin-right: 10px;
  border-top: solid 2px rgba(99, 108, 109, 0.39);
  padding: 10px 0;
}
.explore_drop_in{
  background: #f1f2f6;
  padding: 18px 30px;
}
.explore_magnify{
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid 2px rgba(99, 108, 109, 0.39);
  margin-right: 10px;
}
.explore_magnify button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #4d64ce;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #4d64ce;
  border-radius: 50%;
  margin-left: 20px;
  font-size: 20px;
  background: none;
  padding: 0;
}

.exp_pop{
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top:100%;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 300;
  margin-top: 1px;
  max-height: 66vh;
  overflow: auto;
}
.exp_pop .item{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.exp_pop .item a{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000;
  padding: 18px 30px;
  line-height: 30px;
}
.exp_pop .item a span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #D0F0F4;
  border-radius: 50%;
  margin-left: 30px;
  font-size: 12px;
  color: #fff;
}
.data_pop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(134deg, rgba(90,119,255,0.15) -22%, rgba(139,217,227,0.15) 100%);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data_pop .inn {
    width: 550px;
    background: #fff;
    padding: 24px;
    position: relative;
}
.data_pop .inn .dp_close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data_pop .inn .title{
  padding: 20px 0 0;
  max-height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
}
.data_pop .inn .figure img{
  display: block;
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
}
.drop_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop_list ul{
  list-style: none;
  display: flex;
  align-items: center;
}
.drop_list ul li{
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.drop_list ul li strong{
  color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin-right: 14px;
}
.drop_list ul li a{
  color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.drop_list .drop_exp{
  width: 95px;
  height: 42px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.drop_items{
  display: flex;
  align-items: flex-end;
}
.drop_items .drop_left{
  width: 100%;
  display: flex;
  padding-bottom: 30px;
}
.drop_items .drop_right{
  max-width: 100px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.drop_items .drop_right a{
  width: 95px;
  height: 42px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.drop_items .drop_right a span{
  font-size: 20px;
}
.drop_grid h2{
  font-size: 30px;
  color: #0a0a0a;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1;
}
.drop_items .drop_left .items{
  max-width: 33.33%;
  min-width: 33.33%;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 48px;
}
.drop_items .drop_left .items:first-child{
  border-left: 0;
}
.drop_items .drop_left .items .item{
  margin-right: 10px;
}
.drop_items .drop_left .items .item:first-child{
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.drop_items .drop_left .items .item label{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 18px 22px;
  line-height: 1.5;
}
.drop_items .drop_left .items .item p{
  position: relative;
}
.drop_items .drop_left .items .item p a{
  color: #141414;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  width: 100%;
  height: 68px;
  line-height: 26px;
  padding: 20px;
  display: block;
}
.drop_items .drop_left .items .item p a span {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    pointer-events: none;
    color: #fff;
    background: #D0EFF3;
    border-radius: 50%;
    text-align: center;
}
.drop_grid .drop_bot{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px;
}
.drop_grid .drop_bot a{
  width: 95px;
  height: 42px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.zoom_filter{
  display: flex;
}
.zoom_filter .items{
  max-width: 16.67%;
  min-width: 16.67%;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  padding-left: 30px;
  padding-right: 12px;
}
.zoom_filter .items h4{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
  line-height: 1;
}
.zoom-scroll{
  height: 400px;
}
.zoom_filter .items ul{
  padding-right:40px;
}
.zoom_filter .items li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.zoom_filter .items li p{
  display: flex;
  align-items: center;
}
.zoom_filter .items li p span{
  margin-left: 8px;
  filter: grayscale(100%);
}
.zoom_filter .scrollbar-dynamic > .scroll-element.scroll-y{
    width: 22px;
}
.zoom_filter .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar{
  width: 10px;
}
.zoom_sliders{
  display: flex;
  align-items: flex-end;
}
.zoom_sliders .zoom_left{
  width: 100%;
  display: flex;
  padding-bottom: 30px;
  padding-right: 40px;
}
.zoom_sliders .zoom_right{
  max-width: 100px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.zoom_sliders .zoom_right a{
  width: 95px;
  height: 42px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.zoom_sliders .zoom_right a span{
  font-size: 20px;
}
.zoom_sliders .zoom_left .items{
  max-width: 25%;
  min-width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  padding-left: 30px;
  padding-right: 30px;
}
.zoom_sliders .zoom_left .items .clusters{
  padding: 25px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
}
.zoom_sliders .zoom_left .items .clusters label{
  display: block;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  color: #000;
}
.zoom_sliders .zoom_left .items  .item:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.16);
  margin-bottom: 28px;
}
.zoom_sliders .zoom_left .items  .item md-slider-container{
  display: block;
  margin-bottom: 15px;
}
.zoom_sliders .zoom_left .items  .item md-slider-container label{
  display: block;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}
.zoom_sliders .zoom_left .items  .item md-slider .md-track{
  background: #894bdc;
}
.zoom_sliders .zoom_left .items  .item md-slider.md-primary .md-track.md-track-fill{
  background: #894bdc;
}
.zoom_sliders .zoom_left .items  .item md-slider.md-primary .md-thumb:after{
  background: #894bdc;
  border-color: #894bdc;
}
.zoom_sliders .zoom_left .items  .item md-slider .md-focus-ring{
  opacity: 1;
  left: -20px;
  top: 4px;
  width: 40px;
  height: 40px
}
.zoom_sliders .zoom_left .items .clusters .cluster_input{
  display: flex;
}
.zoom_sliders .zoom_left .items .clusters .cluster_input .info{
  max-width:50%;
}
.zoom_sliders .zoom_left .items .clusters .cluster_input .info input{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.2);
  background: #fff;
  padding: 15px;
  height: 120px;
  text-align: center;
  font-size: 62px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #545454;
}
.zoom_sliders .zoom_left .items .clusters .cluster_input .inc{
  max-width:50%;
  min-width: 50%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zoom_sliders .zoom_left .items .clusters .cluster_input .inc button{
  width: 100%;
  height: 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

#dashmain #sidebar{
	width:180px;
	height:calc(100vh - 60px);
	background-color:#fff;
	position:relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	z-index:85;
}
.sidebar-scroll{
	height:calc(100vh - 60px);
	padding-bottom:60px;
	position:relative;
}
#dashmain #primary{
	min-width:calc(100% - 180px);
	max-width:calc(100% - 180px);
	height:calc(100vh - 60px);
}
#dashmain #sidebar.compress{
	width:60px;
}
#dashmain #primary.expand{
	min-width:calc(100% - 60px);
	max-width:calc(100% - 60px);
}

#dashmain #sidebar ul.smenu > li{
	list-style:none;
	position:relative;
}
#dashmain #sidebar ul.smenu > li > a{
	display:flex;
	align-items:center;
	color: #1A051D;
	font-family: CircularStd;
	font-size: 16px;
	line-height:30px;
	font-weight: 300;
	padding:15px 0;
	border-right:8px solid transparent;
	position:relative;
	z-index:10;
}
#dashmain #sidebar ul.smenu > li > a.active{
	color:#14ABA6;
	background-color: rgba(20, 171, 166, 0.1);
	border-right:8px solid #14ABA6;
}
#dashmain #sidebar ul.smenu > li:hover > a,
#dashmain #sidebar ul.smenu > li.mini > ul > li:hover > a{
	background-color: rgba(20, 171, 166, 0.1);
	border-right:8px solid #14ABA6;
}
#dashmain #sidebar ul.smenu > li > a span{
	width:60px;
	text-align:center;
	font-size:24px;
	line-height:30px;
}
#dashmain #sidebar.compress ul.smenu > li > a span{
	width:52px;
	padding-left:8px;
}
#dashmain #sidebar ul.smenu > li > a font{
	font-size: 16px;
	line-height:30px;
}
#dashmain #sidebar .juser ul.smenu > li > a font{
	font-size: 13px;
}
#dashmain #sidebar.compress ul.smenu > li > a font{
	display:none;
}
#dashmain #sidebar ul.smenu > li.compin{
	width:60px;
}
#dashmain #sidebar ul.smenu > li.mini:hover{
	width:270px;
	background:#fff;
}
#dashmain #sidebar ul.smenu > li.mini:hover a font{
	display:block;
	padding-left:20px;
}
#dashmain #sidebar ul.smenu > li > ul{
	display:none;
	width:207px;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	list-style:none;
	box-shadow:2px 2px 3px rgba(0,0,0,0.23);
	padding-top:60px;
}
#dashmain #sidebar ul.smenu > li.mini:hover > ul{
	display:block;
}
#dashmain #sidebar ul.smenu > li.mini > ul > li > a{
	display:block;
	color: #1A051D;
	font-family: CircularStd;
	font-size: 16px;
	line-height:30px;
	font-weight: 300;
	padding:10px 12px;
}
.loading-overlay--active {
    z-index: 79;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
	overflow:hidden;
}
.loading-overlay--active:before {
    background-image: url(images/wheel-loading.svg);
    background-size: auto 38%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: rotation 1800ms infinite linear;
    -moz-animation: rotation 1800ms infinite linear;
    -o-animation: rotation 1800ms infinite linear;
    animation: rotation 1800ms infinite linear;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
	z-index:100;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to   {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to   {-moz-transform: rotate(360deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to   {-o-transform: rotate(360deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to   {transform: rotate(360deg);}
}
.paginate{
	display:flex;
}
.paginate .pagination{
	margin:0;
}
.paginate .pagination li a{
	display:block;
	width:32px;
	height:32px;
	border-radius:16px;
	line-height:32px;
	text-align:center;
	font-size:13px;
	color:#363842;
	margin:0;
	padding:0;
	border:0;
	background:none;
}
.paginate .pagination li:hover a{
	color:#EA6424;
}
.paginate .pagination li.active a{
	color:#fff;
	background:#14ABA6;
}

.dashHead{
	height:120px;
	padding:30px 16px 10px;
	position:relative;
}
.dashFoot{
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.datafeed-items {
    display: flex;
    flex-wrap: wrap;
	padding-right:0;
}
.datafeed-item {
    width: calc(20% - 10px);
    margin-right: 10px;
    padding-bottom: 10px;
    position: relative;
}
.data-box {
    padding-bottom:calc(100% - 0px);
	background-image:url(images/placeholder_new_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ebf8f8;
	position:relative;
}
.data-box-bing {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ebf8f8;
	position:relative;
}

.datafeed-item .likes{
  width: 48px;
  height: 48px;
  background-image: url(images/heart.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  position: absolute;
  right: 12px;
  bottom: 22px;
}
.datafeed-item .del{
  width: 30px;
  height: 30px;
  background-image: url(images/delete.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  position: absolute;
  right: 12px;
  top: 12px;
}
.data-image{
	position:absolute;
	width:500px;
	/*height:calc(100% + 80px);*/
	background:#fff;
	transform:scale(0);
	transform-origin: top left;
	transition:all ease 0.5s;
	/*background-repeat:no-repeat;
	background-position:center;
	background-size:cover;*/
	left:70%;
	top:70%;
	z-index:100;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.datafeed-item.pos .data-image,
.clusterfeed-item.pos .data-image{
	transform-origin: top right;
	left:inherit;
	right:30%;
}
.data-image img{
	width:100%;
	height:auto;
}
.data-box:hover .data-image{
	transform:scale(1);
}
.data-box .tilecheck{
	width:14px;
	height:14px;
	background:#fff;
	border:1px solid #D8D8D8;
	border-radius:2px;
	position:absolute;
	left:20px;
	top:20px;
	text-align:center;
}
.data-box .tilecheck span{
	color:#fff;
	font-size:10px;
	line-height:12px;
	display:none;
}
.data-box.selected .tilecheck{
	background:#14ABA6;
}
.data-box.selected .tilecheck span{
	display:block;
}
.data-box .feed{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:8px 30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#000000',GradientType=0 );
}
.data-box.selected {
	border:3px solid #4d64ce;
    padding-bottom:calc(100% - 6px);
}
.data-box.selected .feed{
	background: -moz-linear-gradient(top, rgba(20,171,166,0) 0%, rgba(20,171,166,1) 100%);
	background: -webkit-linear-gradient(top, rgba(20,171,166,0) 0%,rgba(20,171,166,1) 100%);
	background: linear-gradient(to bottom, rgba(20,171,166,0) 0%,rgba(20,171,166,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0014aba6', endColorstr='#14aba6',GradientType=0 );
}
.data-box .feed a{
	color:#fff;
	font-size:16px;
	line-height:24px;
	display:flex;
}
.data-box .feed a span{
	font-size:24px;
	margin-right:10px;
}

/*---------------------->
	  Analysis page
<----------------------*/
#sortable, #sortable1, #sortable2 {
    cursor: all-scroll;
}
.projectbox.full{
	width:calc(100% - 60px);
}
.newform{
	padding:0 24px 0 25px;
}
.analysis-form{
	display:flex;
}
.analysis-form .form-left{
	width:50%;
}
.analysis-form .form-right{
	width:calc(50% - 16px);
	background:#F9F9F9;
	padding:16px;
	margin-bottom:16px;
}
.wheelnew{
	margin-bottom:30px;
}
.wheel{
	width:440px;
	height:440px;
	background:#D8D8D8;
	border:1px solid #ABABAB;
	margin:auto;
	border-radius:50%;
}
.wheel-images{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	min-height:150px;
	margin-bottom:24px;
}
.wheel-images .img{
	width:calc(12.5% - 8px);
	height:0;
	padding-bottom:calc(12.5% - 8px);
	background-color:#D8D8D8;
	border:1px solid #979797;
	margin-bottom:8px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.wheelbtn.bottombtns{
	padding:0;
}
.colorpop{
	width:238px;
	position:fixed;
	left:65%;
	background:#fff;
	border:1px solid #D8D8D8;
	border-radius:5px;
	padding:8px 0 0 8px;
	top:20%;
	z-index:100;
	margin-left: 12px;
    margin-top: -12px;
}
.colorpop:before {
    position: absolute;
    content: '';
    left: -10px;
    top:4px;
    border-top: 10px solid transparent;
    border-right: 10px solid #ccc;
    border-bottom: 10px solid transparent;
    z-index: 9;
}
.colorpop:after {
    position: absolute;
    content: '';
    top:5px;
    left: -9px;
    border-right: 9px solid #fff;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    z-index: 10;
}
.colorpop > h4{
	font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #363842;
	margin-bottom:8px;
}
.colorpop .color-input{
	padding:0 8px 8px 0;
}
.colorpop .color-group{
	padding:0 8px 8px 0;
}
.colorpop .color-group h4{
	font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #363842;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.colorpop .color-group h4 span {
    width: 30px;
    height: 30px;
    border: 1px solid #ABABAB;
    border-radius: 5px;
    display: block;
    margin-right: 5px;
}
.colorpop ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:8px;
}
.colorpop ul li{
	width:30px;
	margin-right:8px;
	margin-bottom:8px;
	list-style:none;
}
.colorpop ul li a{
	width:30px;
	height:30px;
	border:1px solid #ABABAB;
	border-radius:5px;
	display:block;
}
.analysisHead{
	height:60px;
	margin: 0 16px;
    display: flex;
    align-items:center;
    justify-content:space-between;
}
.analysis-loading{
	padding:0 4px 0 16px;
}
.analysis-results {
    height: calc(100vh - 150px);
}
.analysis-items {
    display: flex;
    flex-wrap: wrap;
	padding:4px;
}
.analysis-items .analysis-item {
    min-width: calc(20% - 8px);
    max-width: calc(20% - 8px);
    margin-bottom: 8px;
    margin-right: 8px;
	position:relative;
	box-shadow:0px 2px 4px 1px rgba(0, 0, 0, 0.23);
}
.analysis-items .analysis-item.active{
	/*box-shadow:0 0 4px rgba(20, 171, 166, 0.5);*/
}
.analysis-items .analysis-item .tip{
	position:absolute;
	left:100%;
	bottom:-40px;
	z-index:20;
	background:#fff;
	width:260px;
	border:1px solid #14ABA6;
	padding:8px 12px;
	border-radius:4px;
	margin-left:6px;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.analysis-items .analysis-item .tip:before {
	position:absolute;
	content:'';
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #14ABA6;
    border-bottom: 1px solid #14ABA6;
    transform: rotate(45deg);
    left: -6px;
    top: 13px;
}
.analysis-items .analysis-item .tip a{
	position:absolute;
	right:3px;
	top:3px;
	color:#14ABA6;
	font-size:24px;
}
.analysis-items .analysis-item .tip h5{
	color:#14ABA6;
	font-size:16px;
	margin-bottom:6px;
	margin-top:0;
}
.analysis-items .analysis-item .tip p{
	color:#141414;
	font-size:14px;
}
.analysis-items .analysis-image{
	/*background-image:url(images/analysis-circle.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:0;
	padding-bottom:85%;*/
	border-bottom:2px solid #d6d6d6;
	background-color:#fff;
	padding:15px;
}
.analysis-items .analysis-image li{
	list-style:none;
	color:#ababab;
	font-size:14px;
	padding:3px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.analysis-items .analysis-image li b{
	font-weight:300;
	color:#1A051D;
	font-size:16px;
	padding-right:20px;
}
.analysis-items .analysis-title{
	background-color:#fff;
	padding:13px 16px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	color: #14ABA6;
	font-size: 16px;
	line-height: 24px;
}
.analysis-items .analysis-item:hover .analysis-title{
	color:#EA6424
}
.analysis-items .analysis-title span{
	color:#14ABA6;
	font-size:24px;
	font-weight:700;
}
.analysis-items .analysis-title:hover span{
	color:#EA6424
}
.analysis-items .analysis-item a.newanalysis{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	cursor:pointer;
	border:1px dashed #ababab;
	color: #1A051D;
	font-size:16px;
	text-align:center;
	padding:20px 0;
}
.analysis-items .analysis-item a.more{
    position: absolute;
    z-index: 60;
    top: 15px;
    right: 11px;
    color: #141414;
    font-size: 24px;
    height: 34px;
    padding: 5px;
}
.analysis-items .analysis-item a.more:hover{
	color:#EA6424
}
.analysis-items .analysis-item a p{
	min-width:100%;
	margin-bottom:40px;
}

.analysisExplore{
	padding:32px 8px 32px 32px;
	height:calc(100vh - 60px);
}

.param-item md-slider-container label{
	font-size:16px;
	color:#1A051D;
	margin:0;
	font-weight:300;
	min-width:80px;
	max-width:80px;
}
.param-item md-slider-container md-input-container{
	margin:0;
	padding:0;
	min-width:30px !important;
	max-width:30px !important;
	font-size:18px;
	color:#1A051D;
	text-align:right;
}
.param-item md-slider-container md-input-container:hover{
	color:#EA6424;
}
.param-item md-slider-container md-slider{
	margin:0;
	height:40px;
	min-width:inherit;
	width:100%;
}
.param-item md-slider .md-track-container{
	top:18px;
}
.param-item md-slider-container md-slider .md-track{
	background:#fff;
}
.param-item md-slider.md-default-theme.md-primary .md-thumb:after,
.param-item md-slider.md-primary .md-thumb:after{
	background:#14ABA6;
	border-color:#14ABA6;
	width:14px;
	height:14px;
}
.param-item md-slider.md-default-theme.md-primary:hover .md-thumb:after,
.param-item md-slider.md-primary:hover .md-thumb:after{
	background:#EA6424;
	border-color:#EA6424;
}
.param-item md-slider .md-thumb{
	transform:none !important;
	width:14px;
	height:14px;
	top:12px;
	cursor:pointer;
}
.param-item md-slider.md-primary .md-track.md-track-fill{
	background-color:#14ABA6;
}
.param-item md-slider.md-primary:hover .md-track.md-track-fill{
	background-color:#EA6424;
}

.clusterfeed-items{
	display:flex;
	flex-wrap:wrap;
	padding:0 4px 0 16px;
}
.clusterfeed-item{
	width: calc(20% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
}
.graph-box{
	min-height:500px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#14ABA6;
	font-weight:300;
	font-size:20px;
}
.photo-box{
	min-height:500px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#14ABA6;
	font-weight:300;
	font-size:20px;
}
.wheel-box {
  width:60%;
  /*height:calc(100vh - 168px);*/
  display:flex;
  align-items:center;
  position: relative;
  margin:auto;
  /*overflow: hidden;*/
}
.wheel-box > div{
	width:100%;
}
div#newAnalysisChart,
div#chartContainer,
div#chartContainerCustom,
div#halfChart {
	/*padding-bottom:100%;*/
	width:500px;
	height:500px;
	margin:auto;
	position:relative;
}
div#chartContainer svg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div#chartContainerCustom svg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.well {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: center;
    box-shadow: none;
    min-height: 370px;
}
.well > *:first-child,
.well > *:last-child {
    display: none;
}
.analysis-box .well svg {
    height: 370px;
}
.clusterfeed-scroll{
	height:calc(100vh - 570px);
}
.expgalhead{
	height:105px;
	padding:16px 16px 10px 16px;
	position:relative;
}
.expwheelhead{
	height:75px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 16px;
}
.ewh-title{
	min-width:200px;
}
.ewh-title p{
	color: #363842;
	font-family: AtlasGrotesk;
	font-size: 16px;
	font-weight: 500;
	line-height:24px;
}
.ewh-title p a{
	margin-left:10px;
	font-size:18px;
	line-height:24px;
	color: #363842;
	vertical-align:top;
	opacity:0;
	z-index:-1;
}
.ewh-title p:hover a{
	opacity:1;
	z-index:1;
}
.ewh-title p span{
	font-size:18px;
	line-height:24px;
	color: #363842;
}
.ewh-title p span:hover{
	color:#EA6424;
}
.ewh-list{
	display:flex;
}
.ewh-list a{
	margin:0 5px;
	font-size:24px;
	color:#141414;
}
.ewh-list a.active{
	color:#14ABA6;
}
.ewh-list a:hover{
	color:#EA6424;
}
.ewh-expand{
	min-width:200px;
	text-align:right;
	/*opacity:0;
	z-index:-1;
	transition:all ease 0.5s;*/
}
.ewh-expand a{
	font-size:24px;
	color:#141414;
}
.ewh-expand a:hover{
	color:#EA6424;
}
/*.expwheelhead:hover .ewh-expand{
	opacity:1;
	z-index:1;
}*/

.analysisgeoinfofields{
	background-color:#fff;
	margin-right:24px;
	margin-bottom:24px;
}
.analysisgeoinfomaps .head{
	height:60px;
}
.analysishead{
	padding:18px 16px 20px 16px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
.analysishead > *{
	flex:1;
}
.analysishead h2{
	color: #363842;
	font-family: AtlasGrotesk;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin:0;
	display:flex;
	align-items: center;
	white-space:nowrap;
}
.analysishead h2 a{
	margin-left:10px;
	display:none;
	font-size:18px;
}
.analysishead h2:hover a{
	display:block;
}
.analysishead a{
	color: #363842;
	line-height:24px;
	font-size:16px;
	transition:all ease 0.5s;
}
.analysishead .expand a{
	margin-left:15px;
}
.analysishead a span{
	font-size:24px;
	vertical-align:middle;
}
.analysishead a span.pe-7s-pen{
	font-size:18px;
}
.analysishead a:hover{
	color:#EA6424;
}
.analysishead a.active{
	color:#14ABA6;
}
.analysishead a.edit{
	font-size:18px;
	opacity:0;
}
.analysishead:hover a.edit{
	opacity:1;
}
.analysishead a.zoom{
	transform:scale(0);
}
.analysishead a span{
	display:inline-block;
}
.expcloud > div:hover .analysishead a.zoom,
.analyse-wheel:hover .analysishead a.zoom,
.analyse-clouds .box:hover .analysishead a.zoom,
.analyse-mix > div:hover .analysishead a.zoom{
	transform:scale(1);
}
.analysishead .hashbtns{
	display:flex;
	justify-content:center;
}
.analysishead .hashbtns a{
	margin:0 5px;
}
.analysishead .expand{
	display:flex;
	justify-content:flex-end;
}
.analysishead .expand button{
	width:60px;
	height:30px;
	background:none;
	border:1px solid #14ABA6;
	color:#14ABA6;
	border-radius:2px;
	line-height:28px;
	font-size:13px;
}
.analysishead .expand button:hover{
	border:1px solid #EA6424;
	color:#EA6424
}
.geo-map{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(20, 20, 20, 0.6);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geo-map-container{
	width: calc(100% - 16px);
    height: calc(100vh - 16px);
    background: #fff;
}
.pop-img{
	height:calc(100vh - 160px);
	display:flex;
	align-items:center;
	justify-content:center;
}
.pop-img img{
	display:block;
	max-height:calc(100vh - 160px);
	width:auto;
}
.geo-map-container .analysishead a{
	opacity:1;
	z-index:1;
}
.analysisgeoinfomaps .map {
    padding: 50px 16px 10px;
}
.analysisgeoinfofields .description{
	padding:0 32px 15px 32px;
	display:flex;
	justify-content:space-between;
}
.analysisgeoinfofields .btns{
	padding:0 32px 24px 32px;
	display:flex;
	justify-content:flex-end;
}
.analysisgeoinfofields .btns button{
	width: 60px;
    height: 30px;
    border-radius: 2px;
    line-height: 28px;
    color: #FFF;
    font-family: CircularStd;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    background-color: #14ABA6;
    border: 1px solid #14ABA6;
}
.analysisgeoinfofields .btns button:hover{
    background-color: #EA6424;
    border: 1px solid #EA6424;
}
.analysisgeoinfofields .description .box{
	width:calc(50% - 12px);
}
.analysisgeoinfofields .description h4{
	color: #1A051D;
	font-size: 16px;
	margin-bottom:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.analysisgeoinfofields .description h4 span{
	font-size:14px;
	color:#ABABAB;
}
.analysisgeoinfofields .description textarea{
	width:100%;
	height:100px;
	border:1px solid #D8D8D8;
	border-radius:5px;
	padding:10px;
	resize:none;
	color:#141414;
}
.desc-field{
	margin-bottom:8px;
}

.groupbox{
	background-color:#fff;
	margin-right:24px;
	margin-bottom:24px;
}
.groupbox h4{
	color: #1A051D;
	font-size: 16px;
	margin-bottom:10px;
	line-height:30px;
}
.groupbox h4 span{
	font-size:18px;
	display:none;
	margin-left:10px;
}
.groupbox h4:hover{
	color:#EA6424
}
.groupbox h4:hover span{
	display:inline-block;
}
.meangroupinput{
	margin-bottom:10px;
	max-width:50%;
}
.meangroupinput input{
	height:30px;
	line-height:30px;
}
.cls-box {
    max-height: 100px;
    margin-bottom:16px;
	position:relative;
}
/*.scroll-wrapper.cls-box .scroll-element.scroll-y.scroll-scrolly_visible:before {
    content: '';
    position: absolute;
    width:800px;
    top:78px;
    right: 12px;
    height:40px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 15%, rgba(255,255,255,0.92) 18%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.92) 15%,rgba(255,255,255,0.92) 18%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.92) 15%,rgba(255,255,255,0.92) 18%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	pointer-events: none;
	z-index:20;
}
.scroll-wrapper.cls-box .scroll-scrolly_visible ul{
	margin-bottom:26px;
}*/
.mg-scroll{
}
.mg-scroll .in{
}
.grouptag{
}
.grouptag .hashgraph{
	padding:0 16px 16px;
}
.meangroup-head{
	padding:32px 16px 16px;
}
.meangroup-head h4{
	font-weight:500;
}
.analyse-groups{
	padding:0 16px 16px 16px;
}
.analyse-groups .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.analyse-groups .item h4{
	font-family:'CircularStd';
	font-weight:500;
	font-size:16px;
	color:#363842;
	display:flex;
	align-items:center;
	text-transform: capitalize;
}
.analyse-groups .item h4 span{
	width: 30px;
    height: 30px;
    border: 1px solid #ABABAB;
    border-radius: 5px;
    display: block;
	margin-right:5px;
}
.analyse-groups .item p{
	font-family:'CircularStd';
	font-weight:500;
	font-size:16px;
	color:#363842;
}
.groupfields{
	padding:0 16px 16px 16px;
}
.groupfields h4{
	margin-bottom:10px;
	font-family:'CircularStd';
	font-weight:300;
}
.groupfields ul.tags{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
    min-height: 40px;
}
.groupfields ul.tags li{
	list-style:none;
	margin-right:10px;
	margin-bottom:10px;
}
.groupfields ul.tags li a{
	display:block;
	color: #363842;
	background-color:#fff;
	font-size: 13px;
	border:1px solid #14ABA6;
	border-radius:4px;
	line-height:22px;
	height:24px;
	/*min-width:75px;*/
	text-align:center;
	padding:0 8px;
}
.groupfields ul.tags li a:hover{
	border:1px solid #EA6424;
	color: #EA6424;
}
.groupinput{
	display:flex;
	margin-bottom:20px;
	align-items:flex-start;
	position:relative;
}
.groupinput .assigned-clusters{
	border:1px solid #D8D8D8;
	border-radius:5px;
	line-height:28px;
	min-height:40px;
	padding:6px 0 0 6px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-right:10px;
	background:#fff;
}
.groupinput .assigned-clusters a{
	display: block;
    color: #363842;
    font-size: 13px;
    border: 1px solid #14ABA6;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    padding: 0 4px 0 8px;
	height:26px;
	margin-right:6px;
	margin-bottom:6px;
}
.groupinput .assigned-clusters a span{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	color:#14ABA6;
}
.groupinput .assigned-clusters a:hover{
    border: 1px solid #EA6424;
	color:#EA6424
}
.groupinput .assigned-clusters a:hover span{
	color:#EA6424
}
.groupinput .editable-wrap .editable-controls{
	display:flex;
	flex-wrap:wrap;
}
.groupinput .editable-wrap .editable-controls label{
	font-size:14px;
	color:#141414;
	font-weight:300;
	margin-bottom:5px;
}
.groupinput .editable-wrap .editable-controls span.editable-buttons{
	display:flex;
	justify-content:space-between;
	margin-top:5px;
	width:100%;
}
.groupinput .editable-wrap .editable-controls span.editable-buttons button{
	margin:0;
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.groupinput .editable-wrap .editable-controls span.editable-buttons button.btn-primary{
	background:#14ABA6 !important;
}
.groupinput a.editable{
	display:block;
	width:40px;
	height:40px;
	border-radius:5px;
	border:1px solid #D8D8D8 !important;
}
.colorgroup{
	position:absolute;
	top:100%;
	right:0;
	width:90%;
	margin-top:10px;
	padding-top:8px;
	padding-left:8px;
	background:#fff;
	border:1px solid #d8d8d8;
	border-radius:5px;
	z-index:100;
}
.colorgroup ul{
	display:flex;
	flex-wrap:wrap;
}
.colorgroup ul li{
	list-style:none;
	margin-bottom:8px;
	margin-right:8px;
}
.colorgroup ul li a{
	display:block;
	width:30px;
	height:30px;
	border:1px solid #ababab;
	border-radius:5px;
	text-align:center;
	line-height:28px;
	font-size:24px;
	color:#fff;
	font-family:'Pe-icon-7-stroke';
}
.colorgroup ul li a.current:before {
    content: "\e66c";
}
.newgroup-input p{
	font-size:13px;
	color:#141414;
}
.newgroup-input .drop-clusters ul{
	color:#ABABAB;
	background:#fff;
	font-size:14px;
	border:1px solid #D8D8D8;
	border-radius:5px;
	padding:6px 0 0 6px;
	line-height:28px;
	display:flex;
	flex-wrap:wrap;
	min-height:40px;
}
/*.newgroup-input .drop-clusters a{
    display: block;
    color: #363842;
    font-size: 13px;
    border: 1px solid #14ABA6;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    padding: 0 8px;
    margin-right: 6px;
    margin-bottom: 6px;
}*/
.newgroup-input .btns{
	display:flex;
	justify-content:flex-end;
	padding-top:16px;
}
.newgroup-input .btns button{
	width: 60px;
    height: 30px;
    border-radius: 2px;
    line-height: 28px;
    color: #FFF;
    font-family: CircularStd;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    background-color: #14ABA6;
    border: 1px solid #14ABA6;
}
.newgroup-input .btns button:hover{
    background-color: #EA6424;
    border: 1px solid #EA6424;
}
.insight-box{
	padding:0 6px 6px 30px;
	display:flex;
}
.insight-box .left-box{
	max-width:calc(60% - 24px);
	min-width:calc(60% - 24px);
	margin-right:24px;
}
.insight-box .right-box{
	max-width:calc(40% - 24px);
	min-width:calc(40% - 24px);
	margin-right:24px;
}
.insight-box .box-1-1{
	width:100%;
	margin-bottom:24px;
	background:#fff;
	padding:16px;
	border:1px solid #ABABAB;
}
.insight-box .box-1-2{
	max-width:50%;
	min-width:50%;
	margin-bottom:24px;
	margin-left:50%;
	background:#fff;
	padding:16px;
	border:1px solid #ABABAB;
}
.insight-box h4{
	margin:0 0 15px;
	font-size:16px;
    font-family: 'Lato', sans-serif;
	font-weight:500;
	display:flex;
	align-items: center;
	justify-content:space-between;
	color:#363842;
	line-height:24px;
}
.insight-box h4 span{
	font-size:24px;
}
.insight-box h4 p{
	display:flex;
}
.insight-box h4 p a{
	display:block;
	margin-left:15px;
	height:24px;
	line-height:24px;
	color:#363842;
}
.insight-box h4 p a.active{
	color:#14ABA6;
	pointer-events:none;
}
.insight-box .cpicker {
  background-image: linear-gradient(120deg, #E31D5A 0%, rgba(241, 145, 175, 0.56) 43.41%, #FFFFFF 100%);
  width:100%;
  height:150px;
}
.circle{
	width:320px;
	margin:auto;
}
.circle .in{
	width:320px;
	height:160px;
	border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    border: 14px solid #14ABA6;
    border-bottom: 0;
	position:relative;
}
.circle .in:before{
	position:absolute;
	content:'';
	width:14px;
	height:14px;
	border-radius:50%;
	left:-14px;
	bottom:-7px;
	background-color:#14ABA6;
}
.circle .in:after{
	position:absolute;
	content:'';
	width:14px;
	height:14px;
	border-radius:50%;
	right:-14px;
	bottom:-7px;
	background-color:#14ABA6;
}
.circle .in .inner{
	padding-top:50px;
	text-align:center;
	font-size:14px;
}
.circle .in .inner p{
	margin-bottom:5px;
}
.circle .in .inner p span{
	padding-right:10px;
}
.circle .in .inner p.negative{
	color:#AB1414;
}
.circle .in .inner p.neutral{
	color:#ABABAB;
}
.circle .in .inner p.positive{
	color:#14ABA6;
}
.insight-scroll{
	height:calc(100vh - 120px);
	margin-top:30px;
}
.insight-know{
	text-align:center;
}
.insight-know p{
	font-size:14px;
}
.insight-know p.dark{
	color:#363842;
}
.insight-know h1{
	color:#14ABA6;
	font-family: AtlasGrotesk;
	font-size: 28px;
	font-weight: 500;
	margin:15px 0;
}
.insight-know p span{
	color:#14ABA6;
}
.wordsgraph ul li{
	list-style:none;
	display:flex;
	align-items:center;
	margin-bottom:4px;
}
.wordsgraph ul li p{
	width:100%;
	background:#fefefe;
}
.wordsgraph ul li p span.pos{
	display:block;
	height:20px;
	background:rgba(20, 171, 166, 0.4);
}
.wordsgraph ul li p span.neg{
	display:block;
	height:20px;
	background:#d07973;
}
.wordsgraph ul li p span.non{
	display:block;
	height:20px;
	background:#FFFFFF;
}
.wordsgraph.new ul li p.senti{
	display:flex;
}
.wordsgraph.new ul li p.senti span{
	display:none;
}
.wordsgraph.new ul li p.senti span.active{
	flex:1;
	display:flex;
	justify-content:flex-start;
}
.wordsgraph.new ul li p.senti span.neg{
	justify-content:flex-end;
}
.wordsgraph.new ul li p.senti span span{
	background:#66A773;
}
.wordsgraph.new ul li p.senti span.neg span{
	background:#d07973;
}
.wordsgraph ul li p:first-child{
	max-width:40%;
	min-width:40%;
	font-size:13px;
	color:#141414;
	line-height:20px;
	text-transform:capitalize;
	background:none;
}
.hashgraph{
	padding:0 16px;
}
.hashgraph ul li{
	list-style:none;
	margin-bottom:4px;
	position:relative;
	overflow:hidden;
	padding:0 4px;
}
.hashgraph ul li strong{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background-color: rgba(20, 171, 166, 0.4);
}
.hashgraph ul li p{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:13px;
	color:#141414;
	line-height:20px;
	text-transform:capitalize;
	position:relative;
}
.hashgraph ul li p span{
	color:#ABABAB;
}
.analysis-grid{
	display:flex;
}
.analysis-grid .grid-left{
	width:60%;
}
.analysis-grid .grid-right{
	width:40%;
}
.expwheel{
	margin-right:24px;
	margin-bottom:24px;
	background-color:#fff;
}
.expgallery{
	width:calc(100% - 16px);
	height:calc(100vh - 16px);
	background:#fff;
}
.expgallery .toptitle{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid #ABABAB;
	padding:16px;
	margin:0 0 16px;
	position:relative;
	height:60px;
}
.expgallery .toptitle h2{
	color: #363842;
	font-family: AtlasGrotesk;
	font-size: 24px;
	font-weight: 400;
	line-height:1;
	margin:0;
}
.expgallery .toptitle a{
	display:block;
	font-size:24px;
	color:#141414;
	height:24px;
}
.expgallery .toptitle .cluster-select{
	position:absolute;
	top:100%;
	left:100px;
	background:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.5);
	border:1px solid #D8D8D8;
	border-radius:5px;
	z-index:100;
	width:350px;
}
.expgallery .toptitle .cluster-select ul{
	padding:10px;
}
.expgallery .toptitle .cluster-select li{
	list-style:none;
	margin-bottom:16px;
}
.expgallery .toptitle .cluster-select li a{
	font-size:16px;
	color:#141414;
	line-height:24px;
	display:flex;
	width:100%;
	align-items:center;
}
.expgallery .toptitle .cluster-select li b{
	width:24px;
	height:24px;
	margin-right:10px;
	border:1px solid #ababab;
	border-radius:2px;
}

.expgalgrid{
	display:flex;
}
.expgalgrid .expleft{
	width:16.667%;
	position:relative;
	z-index:10;
	height:calc(100vh - 108px);
}
.expgalgrid .expright{
	width: calc(83.33% - 2px);
    height: calc(100vh - 100px);
	display:flex;
}
.expgalgrid .expright .exp-mid {
    min-width: 60%;
}
.expgalgrid .expright .exp-cloud {
    min-width: 40%;
	max-height:calc(100vh - 102px);
}
.galexplore{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-right:8px;
	margin-left:8px;
	padding-bottom:8px;
	padding-right:4px;
}
.expcloud{
	display:flex;
	flex-wrap:wrap;
	padding-right:4px;
}
.expcloud > div{
	width:calc(50% - 8px);
	margin-right:8px;
	margin-bottom:8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	min-height: calc(33.33vh - 42px);
}
.expcloud .groupcloud{
	padding:0 16px 10px;
}
.expleft .well{
	border:0;
	box-shadow:none;
	background:none;
	margin:0;
	padding:0;
	transition:all ease 0.5s;
	min-height:inherit;
}
.expleft .well:hover{
	transform:scale(1.4);
	transform-origin:left top;
}
.expleft .well > *:first-child, .expleft .well > *:last-child {
    display: none;
}
.cluster-change{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:16px;
}
.cluster-change a{
	width:30px;
	height:30px;
	border-radius:2px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:24px;
	color:#fff;
	line-height:1;
	background:#14ABA6;
	margin:0 8px;
	padding-top:2px;
}
.cluster-group{
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin:0 0px 0 16px;
}
.cluster-group h4,
.cluster-group .select{
	padding:0 16px 8px;
}
.cluster-group .group-select{
	padding:0 16px 8px;
}
.cluster-group .group-select > a{
	color: #141414;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.cluster-group .group-select > a b{
	font-weight:400;
}
.cluster-group .group-select > a span{
	font-size:24px;
}
.meangroup-select{
	position:relative;
	z-index:100;
	background:#fff;
	border:1px solid #D8D8D8;
	border-radius:5px;
}
.meangroup-select ul li{
	list-style:none;
	padding:10px;
	font-size:14px;
	color:#1A051D;
	font-weight:300;
	line-height:22px;
	height:40px;
}
.meangroup-select ul li span{
	width:22px;
	height:22px;
	display:inline-block;
	margin-right:10px;
	border:1px solid #ababab;
	border-radius:2px;
	vertical-align:middle;
}
.create-select-group{
    border-top: 1px solid #D8D8D8;
}
.create-select-group a{
	color: #141414;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
	display:flex;
	align-items:center;
}
.create-select-group a span{
	color:#14ABA6;
	font-size:24px;
	margin-right:10px;
}
.create-select-group input{
	border:0;
}
.cluster-group .desc{
	padding:0 16px 20px;
}
.cluster-group h4{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.cluster-group h4 span{
	display:none;
	font-size:14px;
	color:#ABABAB;
	width:64px;
}
.cluster-group h4 span:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 1000ms infinite;
  animation: ellipsis steps(4,end) 1000ms infinite;
  content: "\2026";
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.cluster-group h4 span.active{
	display:block;
}
.cluster-group .desc textarea{
	width: 100%;
    height: 100px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 10px;
    resize: none;
    color: #141414;
    font-family: 'Lato', sans-serif;
	font-size:13px;
}
.cluster-group .select select{
	color: #141414;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    width: 268px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
	-webkit-appearance:none;
	-moz-appearance:none;
}
.cluster-group .select select option{
	color: #141414;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 268px;
}

.cluster-group .btns{
	padding:0 16px 20px;
	display:flex;
	justify-content:flex-end;
}
.cluster-group .btns button{
	width: 60px;
    height: 30px;
    border-radius: 2px;
    line-height: 28px;
    color: #FFF;
    font-family: CircularStd;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    background-color: #14ABA6;
    border: 1px solid #14ABA6;
}
/*---------------------->
	  Regions popup
<----------------------*/
.locationpick,
.colourpick{
	position:relative;
}
.regions-pop,
.colours-pop{
	/*position:absolute;
	width:100%;
	left:0;
	top:100%;*/
	background:#fff;
	border: 1px solid #D8D8D8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:30px;
	z-index:100;
}
.location-triggers{
	font-size:16px;
	color:#1A051D;
	margin-bottom:30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:40px;
}
.location-triggers a{
	color:#1A051D;
}
.location-triggers a.active{
	color:#14ABA6;
}
.location-triggers a.loc-search{
	font-size:24px;
	vertical-align:middle;
	margin-left:10px;
}
.location-triggers .search-input{
	display:flex;
	align-items:centerl
}
.location-triggers .search-input b{
	line-height:40px;
}
.regions-pop ul{
	display:flex;
	flex-wrap:wrap;
}
.regions-pop ul li{
	list-style:none;
	min-width:50%;
	max-width:50%;
	padding-left:40px;
	padding-bottom:15px;
}
.colours-pop ul li{
	list-style:none;
	padding-bottom:15px;
}
.pcheck{
	position:relative;
	font-size:0;
}
.pcheck input{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.pcheck label{
	display:inline-block;
	font-size:16px;
	color:#1A051D;
	font-weight:300;
	margin:0;
	padding-left:25px;
	position:relative;
	line-height:20px;
}
.pcheck label:before{
	position:absolute;
	content:'';
	width:14px;
	height:14px;
	border:1px solid #D8D8D8;
	border-radius:2px;
	left:0;
	top:3px;
}
.pcheck input[type=checkbox]:checked+label:before{
	border:1px solid #D8D8D8;
	background:#14ABA6;
	content:'✓';
	font-size:10px;
	line-height:12px;
	color:#fff;
	text-align:center;
}
.colcheck{
	position:relative;
	font-size:0;
}
.colcheck input{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.colcheck label{
	display:inline-block;
	font-size:16px;
	color:#1A051D;
	font-weight:300;
	margin:0;
	padding-left:35px;
	position:relative;
	line-height:22px;
}
.colcheck label:before{
	position:absolute;
	content:'';
	width:22px;
	height:22px;
	border: 1px solid #D8D8D8;
	border-radius:2px;
	left:0;
	top:0;
}
.colcheck input[type=checkbox]:checked+label{
	opacity:0.4;
}
a.locpoptrigger,
a.colpoptrigger{
  color:#141414;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  width:100%;
  height: 56px;
  line-height: 24px;
  padding: 15px;
  display:block;
}
a.clupoptrigger{
  color:#141414;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 0;
	width:100%;
	height: 56px;
	line-height: 24px;
	padding: 15px;
	display:block;
}
a.clupoptrigger b{
    font-weight: 300;
}
.locselect.active,
.colselect.active{
	font-size:0;
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding:7px 0 0 7px;
}
.locselect b{
	display:inline-block;
	border:1px solid #14ABA6;
	border-radius:4px;
	height:24px;
	color:#363842;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
	line-height:24px;
	padding:0 0 0 8px;
	/*padding:0 8px;*/
	margin:0 7px 7px 0;
}
.locselect b span{
	font-size:24px;
	color:#14ABA6;
	margin-left:5px;
	vertical-align:top;
	line-height:22px;
	position:relative;
	z-index:20;
	cursor:pointer;
}
.colselect,
.locselect{
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.inputs{
	height:100%;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	cursor:text;
}

.colselect b{
	display:inline-block;
	border-radius:4px;
	height:24px;
	color:#fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
	line-height:24px;
	padding:0 0 0 8px;
	/*padding:0 8px;*/
	margin:0 7px 7px 0;
	background-color:#fafafa;
}
.colselect b span{
	font-size:24px;
	color:#fff;
	margin-left:5px;
	vertical-align:top;
	line-height:24px;
	position:relative;
	z-index:20;
	cursor:pointer;
}
.colselect b.beige,
.colselect b.white,
.colselect b.yellow{
	color:#141414;
}
.colselect b.beige span,
.colselect b.white span,
.colselect b.yellow span{
	color:#141414;
}

/*---------------------->
	  Explore page
<----------------------*/
.topexp{
	display:flex;
	align-items:center;
}
.topexp .dashsearch{
	display:flex;
	align-items:center;
	max-width:33.33%;
	min-width:33.33%;
}
.topexp .dashpagi{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:33.33%;
	min-width:33.33%;
}
.topexp .expsearch{
	position:relative;
	display:flex;
	align-items:center;
	height:40px;
}
.topexp .expsearch a{
	font-size:24px;
	color:#141414;
	height:24px;
	line-height:1;
	display:block;
}
.topexp .expsearch p{
	position:relative;
}
.topexp .expsearch p input{
	padding-left: 40px;
	padding-right: 50px;
	width:270px;
}
.topexp .expsearch p span{
	width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -12px;
    pointer-events: none;
}
.topexp .expsearch p button{
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	background:#14ABA6;
	border:0;
	border-radius:0 5px 5px 0;
	color:#fff;
	font-size:24px;
	line-height:30px;
	padding:5px;
	text-align:center;
}
.topexp .expfilter{
	position:relative;
	display:flex;
	margin-left:22px;
}
.topexp .expfilter >  a{
	font-size:16px;
	color:#141414;
	height:24px;
	line-height:1;
	display:block;
}
.topexp .expfilter >  a span{
	font-size:24px;
	vertical-align:middle;
}
.topexp .expfilter > a:hover{
	color:#EA6424;
}
.topexp .expfilter > a.active{
	color:#14ABA6;
}
.topexp .expfilter > a.clear{
	font-size:16px;
	margin-right:14px;
	color:#14ABA6;
	line-height:24px;
}
.expfilter-pop{
	width:600px;
	position:absolute;
	left:0;
	top:0;
	background: #fff;
    border: 1px solid #D8D8D8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
    z-index: 300;
	margin-top: 36px;
    margin-left: -8px;
}

.expfilter-pop:before {
    position: absolute;
    content: '';
    left: 9px;
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    z-index: 9;
}
.expfilter-pop:after {
    position: absolute;
    content: '';
    top: -9px;
    left: 10px;
    border-right: 9px solid transparent;
    border-bottom:9px solid #fff;
    border-left: 9px solid transparent;
    z-index: 10;
}
.expfilter-pop h2{
	margin-bottom:20px;
}
.filterpop{
	max-height:600px;
}
.filterpop .in{
	padding:40px 30px 0 30px;
}
.bottomhead{
	display:flex;
	align-items: center;
	justify-content:space-between;
}
.bottomhead .zooming{
	display:flex;
	align-items: center;
	justify-content:space-between;
}
.bottomhead .zooming button{
	font-size:28px;
	color:#363842;
	margin:0;
	font-weight:300;
	padding:0;
	border:0;
	background:none;
}
.bottomhead .zooming button:hover{
	color:#EA6424;
}
.bottomhead .zooming md-slider{
	margin:0 15px;
}
.bottomhead .zooming md-slider .md-track{
	background:#14ABA6;
}
.bottomhead .zooming md-slider.md-primary .md-track.md-track-fill{
	background:#D4D4D4;
}
.bottomhead .zooming md-slider.md-primary .md-thumb:after{
	background:#14ABA6;
	border-color:#14ABA6;
}
.notfound-data{
	text-align:center;
	padding-top:35px;
}
.notfound-data h1{
	margin-bottom:24px;
}
.expselection{
	display:flex;
	align-items:center;
}
.expselection a.btns{
	display:block;
	border:1px solid #14ABA6;
	min-width:100px;
	height:30px;
	border-radius:2px;
	color:#14ABA6;
	font-size:13px;
	line-height:28px;
	text-align:center;
	margin-right:8px;
	padding:0 12px;
}
.expselection a.btns:hover{
	border:1px solid #EA6424;
	color:#EA6424;
}

.expselection a.delete{
	width:30px;
	height:30px;
	font-size:24px;
	border:1px solid #AB1414;
	border-radius:2px;
	color:#AB1414;
	padding:0;
	line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expselection a.delete img{
	display:block;
	border-radius:10px;
}
.delete-notice{
	position:absolute;
	right:24px;
	top:20px;
	z-index:90;
	width:300px;
	border:1px solid #14ABA6;
	border-radius:5px;
	background-color:#fff;
	display:flex;
}
.delete-notice .note-icon{
	background:#14ABA6;
	color:#fff;
	font-size:24px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:40px;
}
.delete-notice .info{
	padding:10px 16px;
	min-height:80px;
	width:100%;
}
.delete-notice .info .stat{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:16px;
	color:#14ABA6;
	line-height:24px;
}
.delete-notice .info .stat span{
	color:#141414;
	font-size:24px;
	line-height:1;
}
.delete-notice .info .desc{
	font-size:14px;
	color:#ababab;
	margin:5px 0 3px;
}
.delete-notice .info .undo{
	text-align:right;
}
.delete-notice .info .undo a{
	color:#14ABA6;
	font-size:16px;
}
.move-btn{
	position:relative;
}
.move-btn > div.trig{
	display:flex;
}
.moveclu{
	position:absolute;
	background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    z-index: 100;
    width: 200px;
	margin-top:10px;
}
.moveclu-scroll{
	height:200px;
}
.moveclu{
	padding-right:2px;
}
.moveclu ul{
	border-right:1px solid #D8D8D8;
	margin-right:12px;
}
.moveclu li{
	list-style:none;
}
.moveclu li span{
	display:block;
	font-size:14px;
	color:#141414;
	line-height:40px;
	padding:0 10px;
}
.moveclu p.create{
	border-top:1px solid #D8D8D8;
}
.moveclu p.create span{
	color:#14ABA6;
	font-size:24px;
	vertical-align:middle;
	padding-right:5px;
}
.moveclu p.create a{
	display:block;
	font-size:14px;
	color:#141414;
	line-height:40px;
	padding:0 16px;
}
.clist-pop{
	background:#fff;
	border: 1px solid #D8D8D8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0 2px 0 0;
	z-index:100;
}
.clist-pop .in{
	max-height:200px;
}
.clist-pop ul{
	margin-right:12px;
	border-right:1px solid #d8d8d8;
}
.clist-pop ul li{
	list-style:none;
}
.clist-pop ul li span{
	display:block;
	color:#141414;
	font-size:14px;
	line-height:20px;
	padding:10px;
}
.clist-pop ul li span:hover{
	background:rgba(234, 100, 36, 0.2);
}
.movecluster{
	position:relative;
}
.movecluster-drop{
	position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #D8D8D8;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
    z-index: 100;
    margin-top:9px;
    width: 200px;
}
.movecluster-drop p{
	line-height:40px;
	font-size:14px;
	color:#1A051D;
	padding:0 15px;
}
.movecluster-drop ul li{
	list-style:none;
}
.movecluster-drop ul li span{
	display:block;
	line-height:40px;
	font-size:14px;
	color:#1A051D;
	padding:0 15px;
}
.movecluster-drop .in{
	max-height:240px;
	overflow-y:auto;
}
.pagination>li.disabled{
	opacity:0.4;
}
/*****************************/
.lumin-new .head{
	height:80px;
	padding:0 32px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.lumin-new .head a.filter-btn{
	font-size:24px;
	color:#141414;
	line-height:1;
}
.lumin-new .body{
	height:calc(100vh - 260px);
	padding:0 8px 0 32px;
}
.lumin-new .body .in{
	max-height:calc(100vh - 260px);
}
.lumin-new .body .in .grid{
	padding:5px 0 5px 5px;
	/*display:flex;
	align-items:flex-start;
	flex-wrap:wrap;*/
}
.lumin-new .body .in .box{
	background:#fff;
	margin-right:24px;
	margin-bottom:24px;
	box-shadow:0px 2px 4px 1px rgba(0, 0, 0, 0.23);
	float:left;
}
.lumin-new .body .in .box.box-left-top{
	height:490px;
	width:calc(28% - 24px);
}
.lumin-new .body .in .box.box-mid-top{
	height:490px;
	width:calc(40% - 24px);
}
.lumin-new .body .in .box.box-right1-top{
	height:233px;
	width:calc(32% - 24px);
}
.lumin-new .body .in .box.box-right2-top{
	height:233px;
	width:calc(32% - 24px);
}
.lumin-new .body .in .box.box-left-bottom{
	height:270px;
	width:calc(28% - 24px);
}
.lumin-new .body .in .box.box-mid-bottom{
	height:270px;
	width:calc(40% - 24px);
}
.lumin-new .body .in .box.box-right-bottom{
	height:270px;
	width:calc(32% - 24px);
}
.cluster-input{
	padding:0 16px;
}
.cluster-input label{
	display:block;
	font-size:16px;
	color:#141414;
	font-weight:500;
}
.cluster-input p{
	width:100%;
	position:relative;
}
.cluster-input p.count input{
	padding-right: 50px;
}
.cluster-input p button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #14ABA6;
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
}
.cluster-input p button:hover {
    background: #EA6424;
}
.cluster-input .analyse-textarea{
	margin-bottom:16px;
}
.cluster-input .analyse-textarea textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 10px;
    resize: none;
    color: #141414;
	font-size:14px;
}
.cin-box{
	display:flex;
	align-items: center;
	justify-content:space-between;
}
.cin-box.toright{
	justify-content:flex-end;
}
.cin-box > button{
	min-width:60px;
	height:40px;
	background:#fff;
	border:1px solid #14ABA6;
	color:#14ABA6;
	border-radius:5px;
	line-height:28px;
	font-size:13px;
	margin-left:8px;
	text-transform:uppercase;
}
.cin-box > button[disabled='disabled']{
	opacity:0.3;
}
.cin-box > button:hover{
	border:1px solid #EA6424;
	color:#EA6424
}
.cin-box > button.dark{
	background:#14ABA6;
	color:#fff;
}
.cin-box > button:hover{
	background:#EA6424;
	color:#fff;
}
.boxword{
	padding:0 16px;
	overflow:hidden;
}
.boxcorr {
    margin: 0 16px;
    position: relative;
    max-height: calc(100% - 88px);
}
.boxcorr .inn{
    height: calc(100% - 88px);
}
.boxcorr.active{
	display:none;
}
.boxcorr .corr.c1{
	right:0;
	top:0;
	width:230px;
	height:70px;
	position:absolute;
}
.boxcorr .corr.c1 span{
	width:155px;
	height:50px;
	border:1px solid #14ABA6;
	font-size:16px;
	color:#1A051D;
	padding:8px;
	line-height:32px;
	border-radius:5px;
}
.boxcorr .corr.c1 b{
	left:75px;
	width:80px;
	position:absolute;
	top:10px;
	font-size:14px;
	color:#fff;
	line-height:40px;
	font-weight:300;
	text-align:center;
	height:40px;
	border-radius:0 5px 0 5px;
	background:#14ABA6;
}
.boxcorr .corr.c2{
	position:relative;
	width:100%;
	height:60px;
}
.boxcorr .corr.c2 span{
	width:60%;
	height:40px;
	border:1px solid #14ABA6;
	font-size:14px;
	color:#1A051D;
	padding:8px;
	line-height:22px;
	border-radius:5px;
}
.boxcorr .corr.c2 b{
	left:40%;
	width:20%;
	position:absolute;
	top:10px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	font-weight:300;
	text-align:center;
	height:30px;
	border-radius:0 5px 0 5px;
	background:#14ABA6;
}
.boxcorr .corr span:first-child:before{
	width:15px;
	height:15px;
	background:#fff;
	border-left:1px solid #14ABA6;
	bottom:-15px;
	left:20px;
	position:absolute;
	content:'';
}
.boxcorr .corr span:first-child:after{
	width: 20px;
    height: 20px;
    border-bottom: 1px solid #14ABA6;
    bottom: -11px;
    left: 11px;
    position: absolute;
    content: '';
    transform: rotate(-45deg);
}
.boxcorr .corr span:last-child:before{
	width:15px;
	height:15px;
	background:#fff;
	border-right:1px solid #14ABA6;
	bottom:-15px;
	right:20px;
	position:absolute;
	content:'';
}
.boxcorr .corr span:last-child:after{
	width: 20px;
    height: 20px;
    border-bottom: 1px solid #14ABA6;
    bottom: -11px;
    right: 11px;
    position: absolute;
    content: '';
    transform: rotate(45deg);
}
.boxcorr .corr span:first-child{
	position:absolute;
	left:0;
	bottom:10px;
	text-align:left;
}
.boxcorr .corr span:last-child{
	position:absolute;
	right:0;
	top:0;
	text-align:right;
}
.param-input{
	padding:16px;
}
.param-input label{
	display:block;
	font-size:16px;
	color:#141414;
	font-weight:500;
}
.param-input  md-slider .md-sign{
	display: block;
    top: 24px;
    transform: scale(1);
    background:none;
    color: #000;
    left: -10px;
}
.param-input  md-slider .md-sign .md-thumb-text{
	font-size: 12px;
    color: #14ABA6;
    font-weight: 300;
}
.param-input  md-slider:hover .md-sign .md-thumb-text{
	color:#EA6424
}
.editgname{
	display:flex;
	align-items:center;
	height:46px;
}
.editgname span{
	font-size:24px;
	color:#363842;
}
.editgname span:hover{
	color:#EA6424;
}
.analyse-new{
	display:flex;
	position:relative;
}
.analyse-metrics{
	min-width: 290px;
    width: calc(16.67%);
	height:calc(100vh - 60px);
	background-color:#E8E8E8;
}
.analyse-title{
	padding:14px 16px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.analyse-title h1{
	white-space:nowrap;
	width:100%;
	/*overflow:hidden;
	text-overflow:ellipsis;*/
	line-height:30px;
	padding-bottom:16px;
	display:flex;
	align-items:center;
}
.analyse-title h1 span{
	font-size:22px;
	line-height:22px;
	margin:5px 0 0 10px;
	color:#363842;
	display:none;
}
.analyse-title h1:hover span{
	display:inline-block;
}
.analyse-title h1 span:hover{
	color:#EA6424;
}
.analyse-title .btns{
	display:flex;
	padding-top: 8px;
}
.analyse-title button{
	min-width:60px;
	height:30px;
	color:#fff;
	border:1px solid #14ABA6;
	background:none;
	color:#14ABA6;
	border-radius:5px;
	line-height:28px;
	font-size:13px;
	margin-right:8px;
	/*text-transform:uppercase;*/
	display:block;
	white-space:nowrap;
}
.analyse-title button.dark{
	background:#14ABA6;
	color:#fff;
}
.analyse-title button:hover{
	border:1px solid #EA6424;
	color:#EA6424;
}
.analyse-title button.dark:hover{
	border:1px solid #EA6424;
	background:#EA6424;
	color:#fff;
}
.analyse-data{
	width:100%;
	height:calc(100vh - 60px);
	padding-top:16px;
	padding-left:8px;
	padding-right:16px;
}
.analyse-wheel{
	width:calc(60% - 8px);
	height:calc(100vh - 94px);
	float:left;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-right:8px;
	margin-bottom:8px;
	background:#fff;
}
.analyse-clouds{
	width:40%;
	height:calc(33.33vh - 36px);
	float:left;
	display:flex;
	justify-content:space-between;
	margin-bottom:8px;
}
.analyse-clouds .box{
	height:100%;
	width:calc(50% - 4px);
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	background:#fff;
	position:relative;
}
.analyse-mix{
	float:left;
	width:40%;
}
.analyse-mix .boxleft{
	width:100%;
	height:calc(33.33vh - 36px);
	float:left;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-bottom:8px;
	background:#fff;
	position:relative;
}
.analyse-mix .boxmid{
	width:calc(50% - 4px);
	height:calc(33.33vh - 38px);
	float:left;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-right:8px;
	margin-bottom:8px;
	background:#fff;
	position:relative;
}
.analyse-mix .boxright{
	width:calc(50% - 4px);
	height:calc(33.33vh - 38px);
	float:left;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-bottom:8px;
	background:#fff;
	position:relative;
}
.boximg{
	text-align:center;
	position:absolute;
	width:100%;
	height:calc(100% - 70px);
}
.boximg img{
	display:inline-block;
	max-width:100%;
	max-height:100%;
}
.cluster-insights{
	display:flex;
	margin:16px 8px 8px 16px;
}
.cluster-insights .box-left{
	width:66.66%;
	display:flex;
	flex-wrap:wrap;
}
.cluster-insights .box-right{
	width:33.34%
}
.cluster-insights .inbox1{
	background:#fff;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	float:left;
	width:calc(50% - 8px);
	height:calc(33.34vh - 50px);
	margin-right:8px;
	margin-bottom:8px;
}
.cluster-insights .inbox2{
	background:#fff;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	float:left;
	width:calc(100% - 8px);
	height:calc(66.66vh - 50px);
	margin-right:8px;
	margin-bottom:8px;
}
.cluster-insights .inbox3{
	background:#fff;
	box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);
	float:left;
	width:calc(100% - 8px);
	height:calc(50vh - 50px);
	margin-right:8px;
	margin-bottom:8px;
}
.v-trends{
	display:flex;
	flex-wrap:wrap;
	margin:0 8px 8px 16px;
	height:calc(100% - 70px);
}
.v-trends div{
	display:block;
	height:calc(50% - 8px);
	margin-right:8px;
	margin-bottom:8px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.v-trends div:nth-child(1){
	width:calc(50% - 8px);
}
.v-trends div:nth-child(2){
	width:calc(25% - 8px);
}
.v-trends div:nth-child(3){
	width:calc(25% - 8px);
}
.v-trends div:nth-child(4){
	width:calc(37.5% - 8px);
}
.v-trends div:nth-child(5){
	width:calc(37.5% - 8px);
}
.v-trends div:nth-child(6){
	width:calc(25% - 8px);
}
.color-cloud{
	display:flex;
	height:calc(100% - 78px);
	flex-wrap:wrap;
	margin:0 16px;
}
.color-cloud ul{
	display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
}
.color-cloud ul li{
	padding:0 16px;
	display:flex;
	align-items:center;
	color:#fff;
	font-size:13px;
	height:100%;
}

/*****************************/
@media (max-width: 1679px) {
/****/
.analysis-items .analysis-item {
    min-width: calc(25% - 8px);
    max-width: calc(25% - 8px);
}
.analysisExplore .expgallery .expwheel,
.analysisExplore .expgallery .expgal{
	min-width:calc(100% - 24px);
	max-width:calc(100% - 24px);
	margin:0 0 24px;
	padding:0 24px 10px;
}
.analysisExplore .expgallery .expwheel{
	padding-bottom:45px;
}
.data-box .feed{
	padding:8px 15px;
}
.analyse-wheel{
	height:calc(73vh - 76px);
}
.anaclear{
	clear:both;
}
.analyse-mix{
	width:100%;
}
.analyse-clouds{
	height:calc(73vh - 76px);
	display:block;
	margin-bottom:0px;
}
.analyse-clouds .box{
	height:calc(36.5vh - 42px);
	width:100%;
	margin-bottom:8px;
}
.analyse-mix .boxleft{
	width:calc(40% - 8px);
	height:calc(27vh - 24px);
	margin-right:8px;
	margin-bottom:8px;
}
.analyse-mix .boxmid{
	width:calc(20% - 8px);
	height:calc(27vh - 24px);
	margin-right:8px;
	margin-bottom:8px;
}
.analyse-mix .boxright{
	width:40%;
	height:calc(27vh - 24px);
	margin-bottom:8px;
}
.wheel-box {
	height:calc(73vh - 140px);
}
.expcloud > div {
    width: calc(100% - 8px);
}
.analysisgeoinfomaps .map{
	padding:0 16px 10px;
}
.project_box .subHeader{
  padding: 20px 90px 20px 190px;
}
.project-items{
  padding: 50px 0px 50px 32px;
}
.project-items .project-item {
    min-width: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-bottom: 30px;
    margin-right: 30px;
}
.project-items:before{
  left: 15px;
}
.project-items .project-item:before{
  left: -17px;
}
.project-items .project-item:after{
  bottom: -17px;
}
.drop_items .drop_left .items .item:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.drop_items .drop_left .items .item {
    margin-right: 20px;
}
.drop_items .drop_left .items{
  padding-left: 20px;
}
.zoom_sliders .zoom_left .items .clusters .cluster_input .info input{
  font-size: 20px;
}
/****/
}
@media (max-width: 1279px) {
/****/
.project-items .project-item {
    min-width: calc(25% - 8px);
    max-width: calc(25% - 8px);
}
.analysis-items .analysis-item {
    min-width: calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
}
.login-page{
	background-size:cover;
}
.analysisExplore .expgallery,
.analysisgeoinfo{
	flex-direction:column;
}
.analysisgroups{
	flex-wrap:wrap;
}
.analysis-grid {
    display: flex;
    flex-wrap: wrap;
}
.analysis-grid .grid-left {
    width: 100%;
}
.analysis-grid .grid-right {
    width: 100%;
    display: flex;
}
.analysis-grid .grid-right .group-img{
	width:50%;
}
.analysis-grid .grid-right .groupbox{
	min-width:calc(50% - 24px);
	max-width:calc(50% - 24px);
}
.expcloud > div{
	min-height: calc(33.33vh - 47px);
}
.topexp .dashsearch,
.topexp .dashpagi{
	min-width:inherit;
	max-width:inherit;
}
/****/
}
@media only screen and (max-width: 1279px) and (orientation: portrait){
/****/
.analyse-wheel{
	height: calc(41vh - 76px);
	width:100%;
}
.wheel-box {
    height: calc(40vh - 140px);
}
.analyse-clouds {
    height: calc(22vh - 76px);
    display: flex;
    margin-bottom: 8px;
	width:100%;
}
.analyse-clouds .box {
    height: 100%;
    width: calc(50% - 8px);
}
.analyse-mix .boxleft {
    min-width: calc(100% - 8px);
    height: calc(22vh - 24px);
	width:100%;
}
.analyse-mix .boxmid {
    width: calc(50% - 8px);
    height: calc(22vh - 36px);
}
.analyse-mix .boxright {
    width: 50%;
    height: calc(22vh - 36px);
}
.expgalgrid .expleft {
    width: 20%;
}
.expgalgrid .expright {
    width: calc(80% - 8px);
}
.expgalgrid .expright .exp-mid {
    min-width: 70%;
}
.expgalgrid .expright .exp-cloud {
    min-width: 30%;
}
.expcloud {
    padding-right: 8px;
}
.expcloud > div {
    min-height: calc(17vh - 46px);
}
.cluster-insights {
    flex-wrap: wrap;
}
.cluster-insights .box-left {
    width: 100%;
}
.cluster-insights .inbox1{
	height: calc(25vh - 50px);
}
.cluster-insights .inbox2{
	height: calc(45vh - 50px);
}
.cluster-insights .box-right {
    width: 100%;
}
.cluster-insights .inbox3{
	width: calc(50% - 8px);
    height: calc(33vh - 50px);
}
/****/
}
@media (max-width: 991px) {
/****/
.project-items .project-item,
.analysis-items .analysis-item {
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
}
/****/
}

.filter-buttons a {
	width: fit-content;
	height: 42px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
  }


  .cluster-pop-out {
    position: relative;
    z-index: 10;
    /* Add additional styles specific to your layout */
}

/* Pop-out section styles */
.pop-out-section {
	background: #F2F3F7;
    position: fixed; /* Fixed position to always stay in the same place */
    right: -100%; /* Start off-screen */
    top: 10%;
    /* width: 45%;  */
    height: 90%;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s; /* Smooth transition for the sliding effect */
    z-index: 1000; /* Ensure it's above other content */
	/* overflow: scroll; */
}

.pop-out-header {
    padding: 10px;
    text-align: right;
	color: black;
}

.pop-out-header span {
    cursor: pointer;
    font-size: 24px;
}

.pop-out-content {
    padding: 20px;
}

.pop-out-btn {
    position: fixed;
    right: 20px;
    bottom: 40px;
    padding: 10px 20px;
    z-index: 1100; 
	background-image: linear-gradient(134deg, #5BAFC6 -22%, #8bd9e3 100%);
	color: white;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
} 


.pop-out-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 20px;
	margin: 0 auto;
	height: 90%;
	overflow: scroll;
}

.pop-out-content .section {
    border: 1px solid #000;
    /* padding: 20px; */
	background: white;
	border-radius: 5px;
}

.pop-out-content .header {
    /* padding: 10px 15px;
    margin-bottom: 10px; */
    font-weight: bold;
    position: relative; /* To position it relative to its normal position */
    /* top: -20px;  */
    width: calc(100% - 30px); /* Width minus padding */
    align-self: center; /* Center the header */
    border-radius: 5px; /* Rounded corners for the header */
	color: #000;
}


.pop-out-content .input-area {
    background-color: #f0f0f0; /* Slightly darker grey background for input area */
    padding: 10px 15px;
	display: inline-flex;
  	width: 100%;
}

.pop-out-content .content {
    /* padding: 15px;  */
    display: flex;
    flex-direction: column; /* Stack input and button vertically */
    align-items: flex-start;
}

.pop-out-content textarea {
    width: 100%; /* Full width of the input area */
    padding: 10px;
    border: None;
    border-radius: 4px;
    box-sizing: border-box;
	color: black;
}

.pop-out-content .content textarea {
	min-height: 200px;
}

.pop-out-content button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    background-color: #4CAF50; /* Green background for buttons */
    color: white;
    cursor: pointer;
    margin-top: 10px;
	
}

.pop-out-section button {
	background: #8bd9e3;
  color: white;
  border: 10px black;
  padding: 10px;
}


.resize-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px; /* Width of the draggable area */
    height: 100%;
    cursor: ew-resize; /* The cursor indicates that the element can be resized horizontally */
    background: #ccc; /* Just to make the handle visible, you can style it as needed */
}

.add-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #4CAF50; /* for example, a green color */
    color: white;
    font-size: 36px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.add-box:hover {
    background-color: #45a049;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}


/* The Modal (background) */
#modal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 30px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	z-index: 2;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.pie-chart {
	width: 50px;
	border-radius: 50%;
	transform: rotate(-90deg);
	background-color: #f3f3f3;
	margin: 0 10px;
}

.pie-chart-background {
    fill: #f3f3f3;
}

.pie-chart-foreground {
    fill: none;
    stroke: #4CAF50;
    stroke-width: 32;
    animation: rotate 1.5s ease-in;
}

.chat-container {
    width: 100%;
}

.chat-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;

}

.chat-header {
  background: #4d64ce;
    color: white;
    padding: 10px;
    text-align: center;
}

.chat-messages {
    height: 450px;
    overflow-y: auto;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.chat-input {
    padding: 10px;
    display: flex;
}

.chat-input input[type="text"] {
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.chat-input button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
  background: #4d64ce;
}

.chat-input button:hover {
    background-color: #45a049;
}
.message {
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
	color: black;
}

.user-message {
    background-color: #dcf8c6;
    align-self: flex-end;
    max-width: 70%;
}

.chatbot-message {
    background-color: #e5e5ea;
    align-self: flex-start;
    max-width: 70%;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@keyframes rotate {
	to {
	  x
	} 
}