@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: "Open Sans",sans-serif;
	font-size:14px;
	color:#000;
}
.navbar {
	min-height:inherit;
	border-radius:0;
	border:0 none;
}
.navbar.navbar-inverse {
	margin:0;
	background-color:#2196F3;
}
.navbar h2 {
	font-size:22px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	line-height:normal;
	padding:10px 0;
	margin:0;
}
.navbar h2 a {
	color:#FFF;
}
.price-box-container {
     padding-bottom: 12px;
    padding-top: 12px;
}

.input_drag {
	width:60px;
	margin:0 0 10px;
}
.input_drag input.form-control {
	font-size:13px;
	height:auto;
	padding:2px 6px;
	border-radius:0;
	border-color:#D9D9D9;
}
.price-slider span.dollar_persantage {
	margin:3px 6px 0;
	font-weight:600;
}

.price-box {
	display:inline-block;
    margin: 0 0.5%;
    background: #D9D9D9;
	border-radius: 10px;
	padding: 12px;
	width: 47%;
	vertical-align:top;
}
.disclimer {
    margin:20px 1% 0;
	padding:15px 1%;
	width:96%;
}

.ui-widget-content {
	background-color: #D9D9D9;
	height:30px;
	position:inherit;
}

.ui-state-default, .ui-widget-content .ui-state-default{
	background:transparent !important;
	border:none !important;
}
.ui-slider .ui-slider-handle label{
    background: #428bca;
    border-radius: 3px;
    cursor:pointer;
	width:100%;
	margin:0;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 30px;
	cursor: default;
	margin: 0 -20px !important;
	text-align: center;	
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
    
}

.ui-slider .ui-slider-handle .glyphicon {
	color: #FFFFFF;
	margin: 0; 
	font-size: 13px;
	opacity: 1;
}

.ui-corner-all {
	border-radius: 3px;
}
.bg_gray {
	background-color:#D9D9D9;
	border-radius:3px;
}

/*.ui-slider-horizontal .ui-slider-handle {
	top: -.9em;
}*/

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #f9f9f9;
	background: #3498db;
}

/*.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}*/

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 30px;
	display: inline-block;
	line-height: 36px;
}

h4.great {
	margin: 0 0 10px;
	padding: 0;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	text-transform:uppercase;
}

.total {
	border-bottom: 1px solid #7f8c8d;
	/*display: inline;
	padding: 10px 5px;*/
	position: relative;
	padding-bottom: 20px;
}

.total:before {
	content: "";
	display: inline;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 3px;
	background: #7f8c8d;
	opacity: 0.5;
}

.price-slider {
	margin-bottom: 19px;
}

.price-slider span {
	font-weight: 400;
	display: inline-block;
	color: #333;
	font-size: 13px;
}

.form-pricing {
	background: #ffffff;
	padding: 10px;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	/*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #333;
	position: absolute;
	/*margin-left: 20px;*/
	font-size:13px;
	font-weight: 400;
	text-align: right;
	width: 238px;
}

.price-form label {
	font-weight: 400;
	font-size: 16px;
}

img.payment {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
	background: #2980b9;
}

/* HR */

hr.style {
	margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
#chartContainer,
#chartContainer1 {
	float:left;
	width:100%;
	height:240px;
	position:relative;
	margin:20px 0;
}
#chartContainer svg,
#chartContainer1 svg {
	position:relative;
	z-index:98;
}
#slider.ui-slider .ui-slider-handle label {
	background-color:#428BCA;
}
#slider2.ui-slider .ui-slider-handle label {
	background-color:#B11008;
}
#slider3.ui-slider .ui-slider-handle label {
	background-color:#0D90FF;
}
#slider4.ui-slider .ui-slider-handle label {
	background-color:#FF3300;
}
#slider5.ui-slider .ui-slider-handle label {
	background-color:#26ADE3;
}
.bottom_form .row {
	margin-bottom:10px;
}
.bottom_form .row .col-lg-4 {
	padding:0 0;
	text-transform:uppercase;
}
.bottom_form .form-control {
	display:inline-block;
	width:46%;
	font-size:12px;
	padding:6px;
	margin:0 3px;
	border-radius:0;
	border-color:#D9D9D9;
}
.MT5 {
	margin-top:5px !important;
}
.MT10 {
	margin-top:10px !important;
}
.P10 {
	padding:10px !important;
}
.disblock {
	display:block !important;
}
.disinblock {
	display:inline-block !important;
}
.logo_bottom {
	margin:37px 0;
}
.responsive_show {
	display:none;
}


.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}

.doughnutTip {
	position: absolute;
	min-width: 30px;
	max-width: 300px;
	padding: 5px 15px;
	border-radius: 1px;
	background: rgba(0, 0, 0, 0.8);
	color: #ddd;
	font-size: 17px;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .06em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:99;
}
.doughnutTip::after {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 0;
	margin: 0 0 0 -6px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.7);
	line-height: 0;
}

.doughnutSummary,
.undefined {
	position:absolute;
	top:65px;
	left:22%;
	width:56% !important;
	height:auto !important;
	margin:0 !important;
	padding:6px 0;
}

.doughnutSummaryTitle {
	font-size: 15px;
    left: 5%;
    margin: 0;
    position: relative;
    text-align: center;
    top:0;
    width: 90%;
}
.doughnutSummaryNumber {
	font-size: 24px;
	font-weight:600;
    left: 5%;
    margin: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 90%;
}

.chart path:hover {
	opacity: 0.65;
}
.p-i-right {
	margin:30px 0;
	padding:0;
}
.p-i-right li {
	list-style:none;
	margin:3px 0;
}
.p-i-right li::before {
    display:inline-block;
    width:22px;
    height:22px;
    content:"";
    vertical-align:top;
    border-radius:100%;
}
.p-i-right li.monthly::before {
	background-color:#99CC00;
}
.p-i-right li.annually::before {
	background-color:#1DBF73;
}
.p-i-right li.guesty::before {
	background-color:#0D90FF;
}
.p-i-right li.airbnb::before {
	background-color:#CD1C13;
}
.p-i-right li.rent::before {
	background-color:#11A8AB;
}
.p-i-right li.staffing::before {
	background-color:#F21AA5;
}
.p-i-right li.utility::before {
	background-color:#FCB150;
}

.p-i-right li.internet::before {
	background-color:#428BCA;
}

.p-i-right li.entertainment::before {
	background-color:#FF3300;
}

.p-i-right li.food::before {
	background-color:#3A3A3C;
}

.p-i-right li.marketing::before {
	background-color:#5179F3;
}

.p-i-right li.management::before {
	background-color:#929EAA;
}


.p-i-right li label {
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.5px;
	margin:0 0 0 5px;
}
.p-i-right li label span {
	font-size:12px;
}
footer {
	background-color:#EAEAEA;
}
footer p {
	padding:2px 0 10px;
	margin:0;
}
.index_1 .p-i-right {
    margin: 0;
	margin-bottom: 20px;
}
.index_1 #chartContainer, #chartContainer1{
	margin:0;
}
.index_1 .bottom_form{
	background:#fff;
	padding:15px 0 10px 0;
	border-radius:5px;
}
.index_1 .form-group{
	margin-bottom:18px;
}
.price-box{
	width:48%;
}
.price-box2{
	width:49%;
}

.price-box-container {
    padding-bottom: 12px;
    padding-top: 9px;
}