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



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

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

.elementHolder label:not(.smallChkboxStateIndicator):not(.smallRadioStateIndicator).inline{
	margin: 0px;	
}

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


.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.inline {
	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 */

}

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

.input.jsEditable{
	background-image: url("resources/images/edit.svg");
	background-position: 98%;
	background-repeat: no-repeat;
}

.input.jsEditableInProgress{
	background-image: url("resources/images/save.svg");
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 10%;
}

.input.jsEditableBlocked{
	background-image: url("resources/images/blocked.svg");
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 10%;
}

.input.jsEditableError{
	background-image: url("resources/images/error.svg");
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 10%;
}


.button {
	font-family: 'montserratlight', sans-serif;
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	background: #ff7800; 
	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;
}


.button:hover {
	background: #016092; 

}


.button:disabled {
	background: #474a4b; 

}


.button:disabled:hover {
	background: #474a4b; 

}















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

.contentControllers2 {
    margin: 0px 0px 20px 0px;
    padding: 13px 0px 10px 0px;
    text-align: center;
    background: #cbe9fe;
    border-radius: 6px;
}

.contentControllers2 i {
    display: inline-block;
    font-size: 21px;
    line-height: 16px;
    color: #247fc1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

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

.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;
}



.elementHolderVertical {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

.elementHolderVertical label{
	padding: 0px 0px 5px 0px;
}

.elementHolderVertical .titleLabel{
	font-size: 16px;
	font-weight: bold;
	color: #016092;
	width: 100%;
}

.elementHolderTwo {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 0px 50px;
}


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

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

.statsRowBox{
	width: 100px; 
	text-align: center; 
	color: #247fc1; 
	font-weight: bold; 
	background: #fff; 
	border-radius: 7px; 
	border: 2px solid #247fc1; 
	padding: 2px; 
	font-size: 18px; 
	font-family: 'montserratlight';
}






/*input[type=checkbox] {
	visibility: hidden;
}*/

.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: #ff7800;

  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;
}

.quotesForCheckbox{
  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;
}
.quotesForCheckbox:after {
  content: 'Couple';
  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);
}
.quotesForCheckbox:before {
  content: 'Single';
  color: #000;
  position: absolute;
  left: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

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

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

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

.quotesForCheckbox label{
	width: 52px;
}

.coverTypeCheckbox{
  width: 176px;
  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;
}
.coverTypeCheckbox:after {
  content: 'Decreasing';
  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);
}
.coverTypeCheckbox:before {
  content: 'Level';
  color: #000;
  position: absolute;
  left: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

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

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

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

.coverTypeCheckbox label{
	width: 80px;
}

.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: #ff7800;

  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;
}

.pausedCheckbox{
  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;
}
.pausedCheckbox:after {
  content: 'Paused';
  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);
}
.pausedCheckbox:before {
  content: 'Active';
  color: #000;
  position: absolute;
  left: 10px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

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

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

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

.invoiceCheckbox{
  width: 184px;
  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;
}
.invoiceCheckbox:after {
  content: 'Invoiced';
  color: #000;
  position: absolute;
  right: 25px;
  z-index: 0;
  padding-top: 7px;
  font: 14px;

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

}
.invoiceCheckbox label {
  display: block;
  width: 90px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 90px;
  z-index: 1;
  background: #ff7800;

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

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

.devPrefCheckbox{
	width: 125px;
	height: 24px;
	background: #fff;
	margin: 7px 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);
	display: inline-block;
  }
  .devPrefCheckbox:after {
	content: 'Mobile';
	color: #000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font: 14px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
	top: -7px;
  }
  .devPrefCheckbox:before {
	content: 'All';
	color: #000;
	position: absolute;
	left: 10px;
	z-index: 0;
	font: 14px;
	top: -7px;
  }
  .devPrefCheckbox label {
	display: block;
	width: 60px;
	height: 3px;
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
	background: #ff7800;
  
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
  
	  font-size: 16px;
	  padding: 0px 0px 10px 0px;
  }

.devPrefCheckbox label i{
	color: #fff;
	margin: 0px 0px 0px 0px;
	position: absolute;
	font-size: 10px;
	top: 1px;
}

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

.yesNoCheckbox{
    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;
}
.yesNoCheckbox:after {
    content: 'No';
    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);
}
.yesNoCheckbox:before {
    content: 'Yes';
    color: #000;
    position: absolute;
    left: 10px;
    z-index: 0;
    padding-top: 7px;
    font: 14px;

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

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

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

.contentControllers .button, .reportButton {
	font-family: 'montserratregular', sans-serif;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	background: #ff7800; 
	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.selected, .reportButton.selected {
	background: #4c0192; 
}

.contentControllers .button:hover, .reportButton:hover {
	background: #016092; 
}

.contentControllers .button.disabled, .contentControllers .button.disabled:hover, .reportButton:disabled{
	background: #33353c;
}

a.reportButton{
	text-decoration: none;
}

a.reportButton:hover{
	color: #fff;
}





.input:not(.selectize-control){
	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.money {
    padding: 11px 0px 11px 50px;
    background-image: url('../images/money-ico.png');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
}

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










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

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

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 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 #ff7800;
	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;
}

.squaredThree.glow label{
	outline: none;
	border-color: #ef3a3a;
	box-shadow: 0px 0px 20px #ef3a3a;
}

.glow input[type=checkbox]:checked + label{
	outline: inherit;
	border-color: inherit;
	box-shadow: inherit;
}

.squaredThreeText, .elementHolder label.inline:not(.smallChkboxStateIndicator):not(.smallRadioStateIndicator).squaredThreeText{
	line-height: 30px;
	margin-top: 5px;
	margin-left: 5px;
}

.globalTable .squaredThree {
    width: 30px;   
    margin: 0px auto 7px;
    position: relative;
}

input[type=number].noSpinner::-webkit-inner-spin-button, 
input[type=number].noSpinner::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

input[type="number"].noSpinner{
    -moz-appearance: textfield;
}




/* SQUARED THREE */
.radioGroup{
	width: 30px;	
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

.radioGroup.inline{
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.radioGroup.blockCentered{
	display: block;
	margin: auto;
	position: -3px;
	float: none;
}

.radioGroup.blockCentered label{
	left: -1px;
	top: -7px;
}


.radioGroup label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	border-radius: 7px;
	border: 2px solid #26b9c2;
	background: #fff;
	left: 9px;	
}

.radioGroup label:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 6px;
	background: transparent;
	top: 9px;
	left: 7px;
	border: 4px solid #fb7c47;
	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);
}

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

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


.radioGroupText{
	float: left;
	font-family: 'montserratlight';
	font-size: 16px;
	color: #4e4e4e;
	margin: 0px 0px 0px 20px;
	padding: 8px 0px 0px 0px;
}

.pDisplaytext::-webkit-input-placeholder{
	color: pink;
}
.pDisplaytext::-moz-placeholder{
	color: pink;
}
.pDisplaytext:-ms-input-placeholder{
	color: pink;
}
.pDisplaytext:-moz-placeholder{
	color: pink;
}

.noShowArrow{
	-moz-appearance:	none;
	-webkit-appearance:	none;
}

.noShowArrow::-ms-expand{
    display: none;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext{
    visibility: hidden;
    width: 200px;
    background-color: #6cb0e3;
    color: #000000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.fancyCheckboxContainer, .elementHolder label.fancyCheckboxContainer{
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 19px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancyCheckboxContainer input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.fancyCheckboxCheckbox{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: #000000 1px solid;
}

.fancyCheckboxContainer:hover input ~ .fancyCheckboxCheckbox{
	background-color: #ccc;
}

.fancyCheckboxContainer input:checked ~ .fancyCheckboxCheckbox {
	background-color: #ff7800;
	border: #ff7800 1px solid;
}

.fancyCheckboxCheckbox:after {
	content: "";
	position: absolute;
 	display: none;
}

.fancyCheckboxContainer input:checked ~ .fancyCheckboxCheckbox:after {
	display: block;
}

.fancyCheckboxContainer .fancyCheckboxCheckbox:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ui-slider .ui-slider-handle.sliderNumberHandle{
	width:				3em;
	height:				1.6em;
	top:				50%;
	margin-top:			-.8em;
	text-align:			center;
	line-height:		1.6em;
	background-color:	#a3c9e4;
}

.selectize-input .invalidElement{
	background: 		#e6a1a1 !important;
}

.selectize-input.invalidContainer{
	border:		 		2px solid #e25050 !important;
}

.activeFbCheckbox{
	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;
  }
  .activeFbCheckbox:after {
	content: 'Paused';
	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);
  }
  .activeFbCheckbox:before {
	content: 'Active';
	color: #000;
	position: absolute;
	left: 10px;
	z-index: 0;
	padding-top: 7px;
	font: 14px;
  
  }
  .activeFbCheckbox label {
	display: block;
	width: 60px;
	height: 10px;
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
	background: #ff7800;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
			transition: all 0.4s ease;
	  font-size: 16px;
	  padding: 0px 0px 10px 0px;
  }
  .activeFbCheckbox input[type=checkbox] {
	visibility: hidden;
  }
  .activeFbCheckbox input[type=checkbox]:checked + label {
	left: 58px;
  }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
