

@import url('https://fonts.googleapis.com/css?family=Inter:400,500,700,900');

html {
  height: 100%;
  background-color: #fafafa;
}
body{
	margin:0;
	padding:0;
	font-family:"Inter", sans-serif;
  	font-size:17px;
  	color: #020208;
  	border-top:solid 4px #020208;
  	background-color: #fafafa;
  	height: calc(100% - 4px);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFF;
   opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
   opacity: 1; /* Firefox */
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

h1{

  height: auto;
  font-family: Inter;
  font-size: 60px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #020208;
  margin-top:31px;
  margin-bottom: 0;
}
.page-heading{
	width:468px;
	float:left;
}
h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #020208;
}

.project-h2{
	margin:0;
}

h3 {
	  font-family: Inter;
	  font-size: 17px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;

	color: #5d5050;
	width:auto;
}

.h3-line{
	float:left;
	width:100%;
	height:auto;
	background:grey;

}

h4 {
  font-family: Inter;
  font-size: 17px;
  font-weight: bold;
  color: #020208;
  margin:0;
}


a:link , a:visited , a:active {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  color: #0084ff;	
  text-decoration:none;	
}
a:hover {
	text-decoration: underline;
	}
img {border:none;}

.hidden-div {display:none;width: 100%;float: left}

.centre-content {
	width: 80%;
	margin: 0 10%;
	float: left;
	max-width:100%;
	position:relative;
}
header {
	float:left;
	width: 100%;
	padding: 0;
	height:auto;
}

header a:link ,header  a:visited ,header  a:active {
	color:#020208 ;
	text-decoration: none;
}
header a:hover {
	color:#020208 ;

	}
#header-top{
	width:100%;
	height:78px;
	float:left;
	border-bottom: 1px solid #c8c8c8;
	margin-top:60px;
}

#logo-main{
	float:left;
	width:133px;
	height:36px;
	margin-top:5px;
	margin-left:2px;
}
#logo-main img{
	width:100%;
	height:auto;
}

.page-header{
	margin-bottom:50px;
	float:left;
	height:auto;
}
	header #top-nav{
		width:282 px;
		float:right;
		height:65px;
	}

	.header-active {
		border-bottom:2px solid #020208;
	}

	header #top-nav .item{
			width:auto;
			padding: 0 0 36px 0;
			float:left;


		} 
		header #top-nav #title {
			height: 26px;
			font-family: Inter;
			font-size: 17px;
			font-weight: 500;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.53;
			letter-spacing: normal;
			text-align: right;
			color: #020208;
			padding: 10px 14px 5px 0;
			float:left;

	}


		header #top-nav .icon{
			width:auto;
			height:24px;
			padding: 12px 21px 5px 21px;
			float:left;
			border-right:1px solid  #c8c8c8;
		}
		header #top-nav .icon img{
			width:24px;
			height:24px;	
		}
		.avatar{
			width:34px;
			height:34px;
			margin: 7px 0 0 26px;
			float:left;
			overflow: hidden;
			border-radius: 50%;
		}
	.avatar img{
			width:100%;
			height:auto;	
		}
header #title-container{
	width:50%;
	height:auto;
	float:left;
	margin-top: 77px;
}
 header #title-container #subtitle-container{
	display: flex;
	height:100%;
}
header #title-container #subtitle-container #h3-container{ 
	padding-right:20px;
	}
 header #title-container #subtitle-container #line {
    flex-grow: 100;
    max-width:120px;
    height:27px;
    border-bottom: 1px solid #797c87;
  }

header #user-menu{
		width:30%;
		text-align:right;
		margin-right:0;
		height:auto;
		font-size: 18px;
		float:right;
		padding-bottom:10px;
		font-family :'BebasNeue';
		letter-spacing: .05em;
}
#nav-container {
	width:50%;
	height:54px;
	float:left;
	margin-top: 94px;
}

#nav-container nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

#nav-container nav li {
  float: right;
   width: auto;
  height: 26px;
  font-family: Inter;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

#nav-container nav li a {
  display: block;
  color: #5d5050;
  text-align: center;
  text-decoration: none;
  padding:0 17px 10px 17px;
}
#nav-container nav li:hover, .active {
border-bottom:2px solid #020208;
}
#nav-container nav li a:hover, #nav-container nav .active a {
  color: #020208;
}

.full-width{
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}


/* data table */

.dataTable.display {
  width:100%;
  min-width:100%;;
}
.dataTable  td {
  padding: 5px;
  text-align: left;
}
 .dataTable  th {
  text-align: left !important;
}
.dataTable th.sorting, .dataTable th.sorting_asc,  .dataTable th.sorting_desc{ 

	padding:25px 10px;
	text-align: left !important;
	border:none;
}

.dataTable thead{ 
width:100%;
background-color: #fafafa;
		
}

.dataTable thead th, .dataTable thead td {
	border:none !important;
}
.dataTable tbody {
	width:100%;
	padding: 1%;
	border-radius: 6px;
  	box-shadow: -1px 2px 7px 7px rgba(0, 0, 0, 0.1);
  	background: #ffffff !important;	
  	cursor:pointer;
}
.dataTables_paginate {
	background-color:#FFF;
	padding:5px;
	margin-top:5%;
}
.dataTables_wrapper .dataTables_length{ float:right !important;	margin-left:10px; }
.dataTables_wrapper .dataTables_filter {display:none;transition: 0.5s;}
table.dataTable.no-footer {border-bottom:none !important;}
.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_info {text-align:center !important;;width:100%;}
.dataTables_wrapper .dataTables_info { display:none;}


/* end data table */
/* sidebar */

.overlay-fade{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    min-height:100vh ;
    height:100vh ;
    z-index:2;
    background: url('../img/overlayfade.png');
    display:none;
}
/* The sidebar menu */

.side-panel-container {
	float:left;
	clear:both;
	margin-top:85px;
	margin-bottom:50px;
	height:100%;
}
.sidebar {
  height:100%;
  min-height:95%;
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99; /* Stay on top */
  top: 0;
  right: 0;
  color:#020208;
  background-color: #FFF; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 10px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
.sidebar h2 {
	margin:0;
	padding:0;
}
.sidebar .subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #5d5050;
  	margin:0;
	padding:0;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#020208;
  cursor:pointer;
}

.sidebar .closebtnlive {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 36px;
  margin-left: 50px;
  color:#020208;
     cursor:pointer;
}
.sidebar-full-height{
  position:absolute;
	width: 60px;
  min-height: 100%;
  background-color: #020208;
  right:0;
  z-index:9999;
  top:0;
}
.sidebar-full-height .logo{
	width:100%;
	text-align:center;
	float:left;
	margin-top:26px;
}
.sidebar-full-height .open-sidebar-btn{
	width:100%;
	text-align:center;
	float:left;
	margin-top:32px;
	height:67px;
	padding-top:18px;
	 font-size: 12px;
	 color:#FFF;
	    cursor:pointer;
}
/* The button used to open the sidebar */
.addbtn {
	/*
	position:fixed;
	width:56px;
	height:56px;
  	border: none;
  	float:right;
	background: url('../img/btn-plus.svg') no-repeat;
	margin-bottom:60px;
*/
   cursor:pointer;
	position:fixed;
	bottom:50px;
	left:calc(50% + 500px);
	width:56px;
	height:56px;
  	border: none;
	background: url('../img/btn-plus.png') no-repeat;

  -webkit-filter: drop-shadow(1px 2px 2px #222);
  filter: drop-shadow(1px 2px 2px #222);
}

.shadowed {

}
.notesbtn {
	width:24px;
	height:24px;
  	border: none;
  	float:left;
	background: url('../img/icon-notes.svg') no-repeat;
	margin:0 auto;
	   cursor:pointer;
}
.editbtn {
	top:0;
	width:46px;
	height:46px;
  	border: none;
  	float:right;
	background: url('../img/icon-pencil.png') no-repeat;
	margin-bottom:60px;
	  -webkit-filter: drop-shadow(1px 2px 2px #222);
  filter: drop-shadow(1px 2px 2px #222);
     cursor:pointer;
} 
.tabs .editbtn {
		position:absolute;
		right:0;
		top:70px;
		margin-right:-18px;
   cursor:pointer;
	}
.sidebar-content {
	padding: 0 20px 20px 20px;
	width: calc(100% - 40px);
	margin: 2% auto;
	height:auto;
	min-height:100%;
	float:left;
}
.sidebar-content-live {
    padding: 0 20px 20px 20px;
    width: calc(100% - 30px);	
	margin: 2% auto;
	height:auto;
	min-height: calc(100% - 50px);
	float:left;
}


	/* Force table to not be like tables anymore */
.sidebar-content table, .sidebar-content thead, .sidebar-content tbody, .sidebar-content th, .sidebar-content td, .sidebar-content tr { 
		display: block; 
		max-width:98%;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.sidebar-content thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.sidebar-content tr { border: 1px solid #ccc; }
	.sidebar-content td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 0;
	}
	
	.sidebar-content td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

/* end sidebar */

/* forms */
/* forms */
form {

	width: 100%;
}
.input-group , .input-group-side {
	margin: 16px 0;
	width: 100%;
}
.input-group label ,  .input-group-side label{
display: block;
height:auto;
  min-height: 15px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  color: #5d5050;
  margin: 0 0 9px 0;
}
.input-group input, .input-group-side input, .input-group  .field , .input-group-side .field{
  height: 34px;
  width:94%;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  background-color: #ffffff;
  font-family: Inter;
  font-size: 12px;
}

.input-group select , .input-group-side select{
	width:94%;
 height: 44px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  background-color: #ffffff;
  font-family: Inter;
  font-size: 12px;
}
.input-group .textarea , .input-group-side .textarea{
  width:94%;
  height: 114px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  background-color: #ffffff;
  font-family: Inter;
  font-size: 12px;
}

.input-group-side input, .input-group-side .textarea, .input-group-side  select{
  width:100%;
  }
.form-textarea {
  width:100%;
  height: 114px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  background-color: #ffffff;
  font-family: Inter;
  font-size: 12px;
}
.content-editable{

	border: 1px dashed #FFFFFF;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content-editable:hover{
	border: 1px dashed #d8d8d8;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.input-group .checkbox {
	height: 20px;
	width: 20px;
	padding: 5px 10px;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	margin: -0 30px 0 5px;
}
#user_type {
	height: 40px;
	width: 100%;
	padding: 5px 10px;	
	background:rgba(0	,0,0, 0.5);
	font-size: 16px;
	border:none;
	color:#FFFFFF;

}
.btn {
  min-width: 140px;
  padding:0 27px;
  width:auto;
  height: 32px;
  border-radius: 6px;
  background-color: #020208;
  font-family: Inter;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
  color: #ffffff;
  border:none;
  float:right;
  cursor:pointer;	
}

.btn-write-message{
  background: url(../img/btn-write-msg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width:30px;
  height:20px;
	border:none;
	   cursor:pointer;
}
.form_error span {
  width: 10%;
  height: 35px;
  margin: 3px 10%;
  color: #D83D5A;
}
.form_error  {
  background:yellow !important;
}
.form-error-message {
	margin-top:1%;
	text-align:center;
	font-size:14px;
	font-weight:normal;


}
/* google maps API */
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
.google-map {
	width:98%;
    height: 250px;
	float:left;
	position:relative;
 }
.google-map-project {
	width:578px;
	height:325px;
	float:left;
	max-width:100%;
}

.project-details-right {
	float:right;
	width:calc(100% - 608px);
    height: auto;
	position:relative;
 }
.project-details-right hr{
	 border-top: 1px solid #c8c8c8;
	 margin:16px 0;
}
 /* project page */
/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap; 
	min-width:100%;
	width: 100%;
	margin-top:60px;
	position:relative;
	margin-bottom:50px;
}

.tabs form {	
	max-width: 100%;
}
.tabs .tablabel {
	order: 1; 
	display: block;
	padding: 6px 20px;
	cursor: pointer;
 	font-weight: normal;
 	font-size:17px !important;
}

.tabs .tab {
  order: 99; 
  flex-grow: 1;
  width:calc(100% - 60px);
  display: none;
  padding: 30px 30px 50px 30px;
  border-radius: 6px;
  box-shadow: -1px 2px 7px 7px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin-top:60px;
}
.tabs input[type="radio"] {
	display: none;	
}
.tabs input[type="radio"]:checked + label {
	z-index:99;
	color:#020208 !important;
	font-weight: bold;
	border-bottom:2px solid #0087fb;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab label {
	color:#5d5050 !important;
}
.hidden-note-html{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	margin-bottom:10px;
}
/* flexbox image container */
.flex-gallery-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-gallery-container > div {
  
  width: 18%;
  margin: 1%;
}
.flex-gallery-container > div img {
	width:100%;
	height:auto;
}
.gallery-image-label{
	width:100%;
	height:auto;
	font-size:12px;
	color:#5d5050;
}
.note-label{
	width:100%;
	height:auto;
	font-size:12px;
	color:#5d5050;
	padding-left:15px;
	background: url('../img/icons-time-2.png') no-repeat bottom left;
}
.smallbtn{
	padding: 3px;
	font-size: 12px;
	font-weight:normal;
	color: #FFF !important;
	background: #333333;
	border: none;
	border-radius: 6px;
	float:left;
   cursor:pointer;
}

.smallbtn:link{
	color: #FFF !important;
	font-size: 12px !important;
}
.smallbtn:hover , .smallbtn-active{
	color: #FFF !important;
	background:  #0084FF;
}
.filedelete
{
	color:#FFFFFF;
}
/* hover over flyout menu for edit/delete buttons etc */
.flyout {
	
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 10000;
    display: none;
    padding-bottom:10px;
    position:relative;
}
.flyout img {
	width:30px;
	height:auto;
	float:left;
	margin:-5px 5px 0 0 ;
}
.flyout-menu:hover  .flyout {
    display: block;

}	
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #d8d8d8;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -1px;
}

/* Container around content */
.timeline .container {
  padding: 0 0 10px 0;
  position: relative;
  background-color: inherit;
  width: calc(100% - 10px);
}
.timeline .container hr {
	margin-top:30px;
}
/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  background-color: white;
  border: 5px solid #0084ff;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
/* Fix the circle for containers on the right side */
.timeline .container::after {
  left: -10px;
}
/* The actual content */
.timeline-content {
  padding-left: 30px;
  background-color: white;
  position: relative;

}

/* user page */

.profile-left{

	width: 33%;
	height:auto;
	float:left;
	color: #5d5050;
	font-size:14px;
}

.profile-right{

	width: calc(66% - 30px);
	margin:40px 0 0 30px;
	height:auto;
	float:left;
}
.profile-right table{
	width:100%;
	border:none;
}
.profile-right th{
	text-align: left;
}

.profile-right hr {
	 border-top: 1px solid #c8c8c8;
	 margin:26px 0;
}

.profile-pic-upload-btn{
	position:absolute;
	width:36px;
	height:35px;
	bottom:calc(50% - 18px);
	left:calc(50% - 18px);
	border:none;
	background:url('../img/icons-close-upload.png') no-repeat center ;
	display:none;
	z-index:999;
	   cursor:pointer;
}
/* mobile */

@media only screen and (max-width: 600px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr { border: 1px solid #ccc; }
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 0;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}

.login-form {
	border-top:solid 4px #020208;
	width:340px;
	max-width:98%;	
	height: :auto;
	margin: 0 auto;
	background: #FFFFFF ;
	color: #5d5050;
	position: absolute;
	top: 50%;
	left: calc(50% - 260px);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:100px 90px;
	box-shadow: -1px 2px 7px 7px rgba(0, 0, 0, 0.1);
}

.register-form{
	border-top:solid 4px #020208;
	width:98%;
	margin:0 1%;
	float:left;
	height: auto;
	background: #FFFFFF ;
	color: #5d5050;
	box-shadow: -1px 2px 7px 7px rgba(0, 0, 0, 0.1);
}






	/* register form */

#register-form	.input-group {
	margin: 16px 0;
	width: 100%;
	float:left;
}
#register-form	.input-group label {
	display: block;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;

  margin: 0 0 9px 0;
}
#register-form	.input-group input {
  height: 34px;
  width:100%;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  font-family: Inter;
  font-size: 12px;
}
#register-form	.input-group select {
	width:100%;
 height: 44px;
  border-radius: 4px;
  border: solid 1px #c8c8c8;
  font-family: Inter;
  font-size: 12px;
}

/* profile pic */
.form-div { margin-top: 100px; border: 1px solid #e0e0e0; }
#profileDisplay { display: block; height: auto; width: 100%; margin: 0px auto; }
.img-placeholder {
  width: 100%;
  color: white;
  height: auto;
  background: black;
  opacity: .7;
  width:155px;
  height:155px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.logo-placeholder {

  color: white;
  height: auto;
  background: black;
  opacity: .7;
  width:135px;
  height:35px;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.logo-placeholder h4 {
  margin-top: 1%;
  color: white;
  text-align:center;
   font-size: 14px;
}
.logo-placeholder p{
color: white;
  text-align:center;
  font-size: 12px;
  margin:0;
  padding:0;
   margin-top: 30%;
}
.profile-picture{
			width:155px;
			height:155px;
			float:left;
			overflow: hidden;
			margin:10px 0 0 0;
			border-radius: 50%;
			position:relative;
		}
.img-div {
	width:155px;
  height:155px;
  float:left;
}
.img-div-sp {
	width:135px;
  height:35px;
  float:left;
}
.img-placeholder h4 {
  margin-top: 20%;
  color: white;
  text-align:center;
}
.img-placeholder p{
color: white;
  text-align:center;
  font-size: 12px;
  margin:0;
  padding:0;
   margin-top: 30%;
}
.img-div:hover .img-placeholder , .img-div:hover .logo-placeholder{
  display: block;
  cursor: pointer;
}
.chat-alert {
  float:left;
  width: 10px;
  height: 10px;
  background-color: #ff3458;
  border-radius: 50%;
  margin-top:-12px;
  margin-left:-10px;
  animation: blinker 1s linear infinite;
  display:none;
}

.message-alert {
	position:absolute;
  float:left;
  width: 10px;
  height: 10px;
  background-color: #ff3458;
  border-radius: 50%;
  margin-top:0px;
  margin-left:-5px;
  animation: blinker 1s linear infinite;
  display:none;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* chat messages */

.chat_message_area
{
	position: relative;
	width: 100%;
	height: auto;
    border-radius: 3px;
}

#group_chat_message
{
	width: 100%;
	height: auto;
	min-height: 80px;
	overflow: auto;
	padding:6px 0 6px 0;
}

.image_upload
{
	position: absolute;
	top:3px;
	right:3px;
}
.image_upload > form > input
{
    display: none;
}

.image_upload img
{
    width: 24px;
    cursor: pointer;
}
.label-success{color:#3edb9f; border:1px solid #3edb9f;border-radius:6px;padding:1%;}
 #sidebar-user-messages, #sidebar-group-messages  { overflow:hidden;}
 .sidebar-content {}
 .sidebar-content ul { list-style-type: none; padding:0;margin:0;}

 
/* slider swicth checkbox */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCC;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3edb9f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 100px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 20px !important;
    }

    /* service providers */

    .slug{
    width:auto;float:left;min-width:20px;border:1px solid black;border-radius:6px;padding:2px;font-size: 18px;	color:#3edb9f;
    }

    .slug-domain{width:200px;float:left;padding:2px;font-size: 18px;		}

    .slug-error {border:1px solid red;color:red; }

    #slug-info{font-size: 18px;	width:auto;float:left;min-width:20px;padding:2px}

    /* support pop up */

    .support-popup{
    	width: 100%;
    	float: left;
     background-color: #fff !important;
  border-radius: 6px;
  box-shadow: -1px 2px 7px 7px rgba(0, 0, 0, 0.1);
    padding: 1% 0 5% 0;
    }
    .support-popup .top-left{
    	width: 90%;
    	margin: 0 5%;
    }
    .support-popup  .half-width {
    	width: 50%;
    	padding: 0 5%;
    	float: left;
    }

    .center-text {
    	text-align: center;
    }

.support-staff-cnt {
  display: flex;
  width: ;
  height: 70px; /* Or whatever */
  padding: 0 20%;

}

.support-staff {
  width: 60px;  /* Or whatever */
  height: 60px; /* Or whatever */
  margin: auto;  /* Magic! */
}
.support-staff img {
	width: 60px;
	height: auto;
}




.mx-compound-control  {
  float:right;
  margin-bottom:10px;
  border:none;
  color: #FFF;
}

.mx-compound-control input[type="date"]{
  opacity:0;
}

.grey-text{
	color: #CCC!important;
}