body {
    overflow: scroll!important;
}
input {
    display: inline !important;
    width: 100px !important;
}
input[type="text"] {
    border:none !important;
    width: auto !important;
}
button {
    color: #32D4C7;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.webix_inp_counter_value:before {
    position: absolute;
    content:"$";
    left:5px;
    top:2px;
    } 
.webix_template {
    background: black;
    color: white;
}
.dollar {
    display:inline-block;
    position: relative;
}
.webix_template {
    font-size: 16px!important;
    font-weight: bold!important;
}
.webix_axis_item_x {
    left: 119.5px;
    padding-left: 80px;
}
.title {
    float: left;
}
.more_info {
    border-bottom: 1px dotted;
    position: relative;
}

.more_info .title {
    position: absolute;
    float: left;
    background: silver;
    font-size: 12px!important;
    left: 0;
    white-space: nowrap;
    transition: opacity 0.3s;
    z-index: 1;
}
.webix_el_counter .webix_inp_counter_value {
    height: 33px;
}
.webix_template p {
    display: inline;
}
button {
    background-color: #129e93!important;
}

.webix_chart{
    border: none!important;
    margin-left: 50px;
    top: -45px !important;
}
.webix_canvas_text .webix_axis_item_y {
    width: auto !important;
    left: -7px !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 1192px) {
    .calcuu{
        margin-left: -215px !important;
    }
    .webix_view.webix_form{
        width: 1165px !important;
        padding: 20px !important;
        background-color: black;
    }
    .webix_view.webix_form.webix_layout_form {

        height: 700px !important;

        margin-left: 180px !important;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1191px) {
    .calcuu{
        margin-left: auto !important;
        background-color: black;
    }
    .webix_view.webix_form{
        width: 625px !important;
        padding: 20px !important;
        background-color: black;
    }
    .webix_view.webix_form.webix_layout_form {

        height: 1000px !important;

        margin-left: 180px !important;
    }
	
}

/* Tooltip container */
.tooltip {
    /* position: relative; */
    display: inline-block;
    /* border-bottom: 1px dotted black; If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: grey;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    top: 0px;
    opacity: 0.9;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
	.webix_el_counter .webix_inp_counter_prev{
		color: white !important; 
		margin-right: 1px !important
	}
	.webix_el_counter .webix_inp_counter_next{
		color: white !important;
	}

	.webix_el_counter .webix_inp_counter_value{
		border: solid 1px;
	}



