
/* --------------------------------- LOGIN PAGE ------------------------------------ */



.loginSignupAreaContainer .elementHolder {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}


.loginSignupAreaContainer .input {
	display: block;
	width: 100%;
	background-color: #fff;
	height: 42px;
	text-align: left;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c6c6c6;
	padding: 0px 0px 0px 8px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */

}

.input:focus {
	border: 1px solid #c6c6c6;
}



.loginSignupAreaContainer .button {
	float: right;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	background: #ff3000; 
	padding: 6px 11px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


.loginSignupAreaContainer .button:hover {
	background: #452e64; 

}







/* --------------------------------- ADMIN PAGE ------------------------------------ */



.adminCols .elementHolder {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.adminCols .elementHolder label {
	display: block;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.adminCols .elementHolder label.inline {
	display: inline-block;
	float: left;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 11px 20px 0px 10px;
}


.adminCols .input {
	display: block;
	width: 100%;
	background-color: #fff;
	height: 42px;
	text-align: left;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c6c6c6;
	padding: 0px 0px 0px 8px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */

}

.adminCols .input.inline {
	display: inline-block;
	float: right;
	width: 40%;
	height: 42px;
	text-align: left;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c6c6c6;
	padding: 0px 0px 0px 8px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */

}

.adminCols .input:focus {
	border: 1px solid #c6c6c6;
}


.adminCols .button {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	background: #ff3000; 
	padding: 6px 11px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


.adminCols .button:hover {
	background: #452e64; 

}















.contentControllers {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

.contentControllersInner {
	display: inline-block; 
	margin-left: auto;
	margin-right: auto;
}


.elementHolder {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}



.elementHolderThird {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 40px 10px 0px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}

.adminCols .elementHolderThird label {
	display: block;
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}


.contentControllers label {
	display: inline-block;
	font-family: 'montserratlight';
	font-size: 14px;
	line-height: 16px;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 9px 6px 0px 0px;
}





.slideThree {
  width: 86px;
  height: 30px;
  background: #fff;
  margin: 0px auto;
  position: relative;
  border-radius: 50px;
  border: 1px solid #c6c6c6;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree:after {
  content: 'OFF';
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: 'ON';
  color: #27ae60;
  position: absolute;
  left: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

}
.slideThree label {
  display: block;
  width: 30px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  background: #452e64;

  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;

}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

.contentControllers .button, .reportButton {
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	background: #ff3000; 
	padding: 6px 8px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; cursor: pointer;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}


.contentControllers .button:hover {
	background: #452e64; 

}






.input {
	display: inline-block;
	background-color: #fff;
	
	height: 34px;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c6c6c6;
	padding: 0px 0px 0px 8px;
	  box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */

}

.input:focus {
	border: 1px solid #c6c6c6;
}










/* SQUARED THREE */
.squaredThree {
	width: 30px;	
	margin: 0px auto;
	position: relative;
}

.squaredThree.inline {
	width: 30px;
	float: left;
	display: inline-block;
	margin: 7px 0px 0px 0px;
	position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: #eee;
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 8px;
	background: transparent;
	top: 7px;
	left: 7px;
	border: 3px solid #4fb4bf;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.activeCheckbox{
  width: 124px;
  height: 30px;
  background: #fff;
  /*margin: 0px auto; */
  position: relative;
  border-radius: 50px;
  border: 1px solid #c6c6c6;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.activeCheckbox:after {
  content: 'Inactive';
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.activeCheckbox:before {
  content: 'Active';
  color: #000;
  position: absolute;
  left: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

}
.activeCheckbox label {
  display: block;
  width: 60px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  background: #4fb4bf;

  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;

	font-size: 16px;
	padding: 0px 0px 10px 0px;
}
.activeCheckbox input[type=checkbox] {
  visibility: hidden;
}
.activeCheckbox input[type=checkbox]:checked + label {
  left: 58px;
}











