@charset "UTF-8";

.eb-body-bg {
	background-image:linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.5)), url(/assets/eb/img/body_bg.jpg);
	background-size: 100% 100%;
	background-position: 50% 0;
}

.call_rate .rs-handle  {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -6px 0px 0px 14px !important;
    border-width: 6px 104px 6px 4px;
}
.call_rate .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: black;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}
.call_rate .rs-tooltip  {
    top: 75%;
    font-size: 11px;
}
.call_rate .rs-tooltip .danger  {
    text-align: center;
    background: red;
    color: white;
    border-radius: 4px;
    padding: 1px 5px 2px;
    margin-top: 4px;
}

.call_rate .rs-tooltip .warning  {
    text-align: center;
    background: orange;
    color: white;
    border-radius: 4px;
    padding: 1px 5px 2px;
    margin-top: 4px;
}

.call_rate .rs-tooltip .success  {
    text-align: center;
    background: green;
    color: white;
    border-radius: 4px;
    padding: 1px 5px 2px;
    margin-top: 4px;
}

.call_rate .rs-range-color  {
    background-color: #DB5959;
}
.call_rate .rs-path-color  {
    background-color: #F0C5C5;
}