/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 537px !important;
  height: 20px;
  top: 39px;
  left: 101px;
}
.slider.slider-horizontal {
  width: 562px !important;
  height: 20px;
  top: 39px;
  left: 76px;
}
.slider.slider-horizontal .slider-track {
  height: 20px;
  width: 100%;
  width: 537px !important;
  left: 25px;
  margin-top: 0px;
  border: 1px solid #C0C0C0;
  padding: 0px 13px !important;
}
.slider.slider-horizontal .slider-selection {
  height: 18px;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #EB5D5D;
  background-image: -moz-linear-gradient(top, #FD7777, #EB5D5D);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FD7777), to(#EB5D5D));
  background-image: -webkit-linear-gradient(top, #FD7777, #EB5D5D);
  background-image: -o-linear-gradient(top, #FD7777, #EB5D5D);
  background-image: linear-gradient(to bottom, #FD7777, #EB5D5D);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFD7777', endColorstr='#ffEB5D5D', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.slider-selection {
  position: absolute;
  background-color: #C6C6C6;
  background-image: -moz-linear-gradient(top, #D4D4D4, #C6C6C6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D4D4D4), to(#C6C6C6));
  background-image: -webkit-linear-gradient(top, #D4D4D4, #C6C6C6);
  background-image: -o-linear-gradient(top, #D4D4D4, #C6C6C6);
  background-image: linear-gradient(to bottom, #D4D4D4, #C6C6C6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD4D4D4', endColorstr='#ffC6C6C6', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider-handle {
  position: absolute;
  width: 23px;
  height: 34px;
  background-image: url('./../images/reg_hosting_select.png');
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px solid transparent;
  opacity:1;
  top: -3px;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
.bgslider {
  background-image: url('./../images/reg_hosting_bg.png');
  background-repeat: no-repeat;
  width: 676px;
  height: 130px;
  left: 2px;
  margin-top: 20px;
}
.bgrslider {
  width: 170px;
  height: 122px;
  text-align: center;
  padding-top: 38px !important;
  padding-left: 45px !important;
  font-size: 23px;
  font-weight: bold;
}
.bgtslider {
  background-image: none;
  width: 170px;
  height: 40px;
  text-align: center;
}
.color-red {
	color: red !important;
}
.color-black {
	color: black !important;
}

/* SQUARED FOUR */
.squaredFour {
	width: 18px;	
	margin: 18px auto;
	position: relative;
}

.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 9px;
	background: transparent;
	top: 3px;
	left: 4px;
	border: 3px solid #333;
	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);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#slConf {
	display: none;
}

.top-text {
  vertical-align: top;
}
.middle-text {
  vertical-align: middle;
}
.low-text {
  vertical-align: bottom;
}
.p8_0 {
  padding: 0px !important;
  padding-top: 24px !important;
  padding-bottom: 0px !important;
}
.p0_8 {
  padding: 4px !important;
  padding-top: 0px !important;
  padding-bottom: 32px !important;
}
.low-text1 {
  position:relative;
  height: 3em;
  border: none;
}
.low-text2 {
  position: absolute;
  top: 0%;
  padding: 1px 20px !important;
  font-size: 22px;
}
.low-text3 {
  position: absolute;
  top: 0%;
  padding: 2px 2px !important;
  font-size: 22px;
}
.font1 {
  font-weight: bold !important;
}
.gray {
  color: #7D8187 !important;
  font-weight: bold !important;
  cursor: default !important;
}
.green {
  color: #22C716 !important;
  font-weight: bold !important;
  cursor: default !important;
}
.red {
  color: #FF3737 !important;
  font-weight: bold !important;
  cursor: default !important;
}