/* anaheim-regular - latin */
/* anaheim-regular - latin_latin-ext */
@font-face {
    font-family: 'Anaheim';
    font-style: normal;
    font-weight: 400;
    src: url('./font/anaheim-v4-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Anaheim'), local('Anaheim-Regular'),
    url('./font/anaheim-v4-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./font/anaheim-v4-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./font/anaheim-v4-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('./font/anaheim-v4-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./font/anaheim-v4-latin_latin-ext-regular.svg#Anaheim') format('svg'); /* Legacy iOS */
}

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

body {
    line-height: 1.5;
    font-family: 'Anaheim', sans-serif;
    color: #333;
}

input {
    border-bottom: 2px solid;
    height: 20px;
    border-bottom-color: #A5BDD4;
    background-color: RGBA(165, 189, 212, 0.06);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    vertical-align: super;
}

input:hover {
    background-color: RGBA(165, 189, 212, 0.36);
}

input:focus {
    background-color: RGBA(165, 189, 212, 0.36);
}

select {
    border: 1px solid rgb(136, 136, 136);
}

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    box-shadow: 2px 4px 6px #e5e5e5;
}

.border-box {
    box-shadow: 0 10px 4px -8px #777;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;
}

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
}

.non-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-bin {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FBFBFB;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-appearance: none;
    margin-right: 1px;
}

.btn-bin-min {
    min-width: 20px;
    padding: 3px;
    text-align: center;
    width: 28px;
}

.btn-bin.on {
    color: #333333;
    border-color: #888888;
    background-color: #FBFBFB;
}

.btn-bin.off {
    color: #AAAAAA;
    border-color: #AAAAAA;
    background-color: #F0F0F0;
}

.emdas-valuespan-max-min-value {
    font-size: 0.6em;
    height: 10px;
    margin-bottom: -9px;
}

.emdas-valuespan-value {
    font-size: 1.8em;
    display: inline-block;
    width: 120px;
    text-align: center;
}

.emdas-valuespan-max-min-row {
    font-size: 0.01em;
}

.emdas-valuespan-marker {
    width: 1px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #888;
    height: 20px;
    margin: auto;
    top: -30%;
    left: 0;
}

.emdas-valuespan-marker_valuewrap {
    justify-content: center;
    align-items: center;
    display: flex;
}

.emdas-valuespan-marker_value {
    color: rgb(34, 34, 34);
    font-size: 0.6em;
}

.emdas-valuespan-marker_value_up {
    margin-top: -10px;
}

.emdas-valuespan-marker_value_down {
    margin-top: 20px;
}

.hour1 {
    border-color: #ab9698;
}

.hour2 {
    border-color: #fcb5b1;
}

.hour3 {
    border-color: #fa80a5;
}

.hour4 {
    border-color: #eb4e75;
}

.hour5 {
    border-color: #dd2996;
}

.hour6 {
    border-color: #ae017e;
}

.hour7 {
    border-color: #680165;
}

.hour8 {
    border-color: #91d67e;
}

.hour9 {
    border-color: #68b45a;
}

.hour10 {
    border-color: #309f42;
}

.hour11 {
    border-color: #168412;
}

.hour12 {
    border-color: #15776a;
}

.hour13 {
    border-color: #12585b;
}

.hour14 {
    border-color: #662506;
}

.hour15 {
    border-color: #993404;
}

.hour16 {
    border-color: #cc4c02;
}

.hour17 {
    border-color: #ec7014;
}

.hour18 {
    border-color: #fe9929;
}

.hour19 {
    border-color: #fec44f;
}

.hour20 {
    border-color: #e7c071;
}

.hour21 {
    border-color: #ef7555;
}

.hour22 {
    border-color: #a5250d;
}

.hour23 {
    border-color: #582ba0;
}

.hour24 {
    border-color: #193157;
}


/* --------------------------------------------------------------- */
/* -------------------------- LOADER ----------------------------- */
/* --------------------------------------------------------------- */
#loadingPanel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20000;
}

#loadingPanelDiv {
    border: 5px solid #808080;
    color: #808080;
    height: 18em;
    left: 50%;
    margin-left: -15em;
    margin-top: -8.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30em;
}

#loadingPanelTitle {
}

#loadProgressBarFillBox {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 2em;
    border: 1px solid #808080;
    text-align: left;
}

#loadProgressBar {
    background-color: #c0c0c0;
    width: 0;
    height: 100%;
}

#loadingText {
    text-align: center;
    color: #e66060;
    padding: 15px;
}

/* --------------------------------------------------------------- */
/* -------------------------- TAB LAYOUTS ------------------------ */
/* --------------------------------------------------------------- */
.emdas-tabs-service_icons {
    float: right;
    padding-top: 8px;
}

.emdas-tabs-service_icons div {
    padding-right: 8px;
}

.offers-navi_toggle {
    position: relative;
}

.emdas-controls_toggle_icon_wrap {
    text-align: right;
    width: 100%;
    position: absolute;
    padding-top: 5px;
    left: -12px;
    pointer-events: none;
}

.emdas-controls_toggle_icon_wrap .icon {
    pointer-events: all;
}

.settings-info_table {
    width: 100%;
}

.settings-info_table td {
    text-align: center;
    width: 50%;
}

.emdas-home-button {
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    text-decoration: none;
    color: #444444;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 310px;
    min-height: 270px;
    overflow: hidden;
    margin: 10px;
}

.emdas-home-button:hover {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.emdas-home-button-title {
    position: relative;
    font-size: 22px;
}

.emdas-form-table {
    width: 100%;
}

.emdas-form-table .field-ui {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.emdas-form-table td.field-title {
    text-align: right;
    font-weight: bold;
}

.emdas-form-table td.field-ui {
    padding-right: 5px;
}

.emdas-home-button-image {
    opacity: 0.9;
    width: 100%
}

.emdas-databrowser {
    font-size: 0.9em;
}

.emdas-databrowser .node {
    cursor: pointer;
    padding-left: 20px;
    color: #0dc000;
}

.emdas-databrowser .node-empty {
    color: #f60009;
}

.emdas-databrowser .prop-title {
    color: #666666;
    text-align: right;
    padding-right: 2px;
    float: left;
}

.emdas-databrowser .prop-value {
    color: #B70000;
    text-align: left;
    padding-left: 2px;
}

.emdas-databrowser .table {
    border-spacing: 1px;
    background-color: #eeeeee;
}

.emdas-databrowser .table tr {
    background-color: #ffffff;
}

.emdas-databrowser .table-header {
    font-weight: bold;
    background-color: #f1f8ff;
    color: #666666;
}

/* ---------------------------------------------- */
/* -------------------- ECS --------------------- */
/* ---------------------------------------------- */
.emdas-ecs-input_error {
    border-bottom: 2px solid #FF0000;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.emdas-ecs-input_date {
    border: none;
    height: 25px;
    background-color: RGBA(255, 255, 255, 0.00);
    padding: 0px;
    margin: 0px;
}

/* ------------------------------------------------- */
/* -------------------- Tooltip -------------------- */
/* ------------------------------------------------- */
.emdas-tooltip {
    background-color: #ffffff;
    border: 1px solid #AAAAAA;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    padding: 6px;
    z-index: 9999;
    position: fixed;
    box-shadow: 6px 6px 8px rgba(128, 128, 128, 0.42);
    border-radius: 4px;
}

/* ------------------------------------------------- */
/* --------------------- IconFont ------------------ */
/* ------------------------------------------------- */
.emdas-iconfont {
    display: inline-block;
}

.emdas-iconfont-icfo_set_font_family {
    font-size: 0.9em;
}

.emdas-iconfont-icfo_decor_element {
    position: absolute;
    bottom: 0;
    right: 0;
}

.emdas-iconfont-icfo_bold {
    font-weight: bold;
}

.emdas-iconfont-icfo_color_gray {
    color: #636363;
}

.emdas-iconfont-icfo_color_yellow {
    color: #FFD700;
}

.emdas-iconfont-icfo_color_inactive {
    color: #C4C3C3;
}

.emdas-iconfont-icfo_cursor_inactive {
    color: #C4C3C3; /* #D8D7D7; */
    cursor: default;
}

.emdas-iconfont-icfo_cursor_active {
    cursor: pointer;
}

.emdas-iconfont-icfo_cursor_active {
    cursor: pointer;
}

.emdas-iconfont-icfo_size_0 {
    font-size: 0.5em;
}

.emdas-iconfont-icfo_size_0s {
    font-size: 0.7em;
}

.emdas-iconfont-icfo_size_0m {
    font-size: 0.9em;
}

.emdas-iconfont-icfo_size_1 {
    font-size: 1.1em;
}

.emdas-iconfont-icfo_size_1s {
    font-size: 1.3em;
}

.emdas-iconfont-icfo_size_1m {
    font-size: 1.5em;
}

.emdas-iconfont-icfo_size_2 {
    font-size: 2em;
}

.emdas-iconfont-icfo_size_2s {
    font-size: 2.3em;
}

.emdas-iconfont-icfo_size_2m {
    font-size: 2.5em;
}

.emdas-iconfont-icfo_size_3 {
    font-size: 3em;
}

.emdas-iconfont-icfo_size_3s {
    font-size: 3.3em;
}

.emdas-iconfont-icfo_size_3m {
    font-size: 3.5em;
}

.emdas-iconfont-icfo_padding_1r {
    padding-right: 1em;
}

.emdas-iconfont-icfo_padding_1l {
    padding-left: 1em;
}

.emdas-iconfont-icfo_color_info, .emdas-iconfont-icfo_color_question {
    color: #0000FF;
}

.emdas-iconfont-icfo_color_error {
    color: #FF0000;
}

.emdas-iconfont-icfo_color_ok {
    color: #42913C;
}

.emdas-ecs-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.emdas-ecs-button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 4px 10px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.emdas-ecs-button:hover {
    background-color: #eee;
    color: #555;
}

.emdas-ecs-button:active {
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.emdas-ecs-button[disabled],
.emdas-ecs-button[disabled]:hover,
.emdas-ecs-button[disabled]:active {
    border-color: #eaeaea;
    background: #fafafa;
    cursor: default;
    position: static;
    color: #999;
    /* Usually, !important should be avoided but here it's really needed :) */
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Smaller buttons styles */

.emdas-ecs-button.small {
    padding: 4px 12px;
}

/* Larger buttons styles */

.emdas-ecs-button.large {
    padding: 12px 30px;
    text-transform: uppercase;
}

.emdas-ecs-button.large:active {
    top: 2px;
}

.emdas-ecs-button.color {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.emdas-ecs-button.green {
    background-color: #57a957;
    border-color: #57a957;
}

.emdas-ecs-button.green:hover {
    background-color: #62c462;
}

.emdas-ecs-button.green:active {
    background: #57a957;
}

.emdas-ecs-button.red {
    background-color: #c43c35;
    border-color: #c43c35;
}

.emdas-ecs-button.red:hover {
    background-color: #ee5f5b;
}

.emdas-ecs-button.red:active {
    background: #c43c35;
}

.emdas-ecs-button.blue {
    background-color: #269CE9;
    border-color: #269CE9;
}

.emdas-ecs-button.blue:hover {
    background-color: #70B9E8;
}

.emdas-ecs-button.blue:active {
    background: #269CE9;
}

.emdas-ecs-button .items {
    display: inline-block;
    vertical-align: middle;
}

.emdas-ecs-button .title {
    margin-left: 6px;
}

.emdas-ecs-button .icon {
}

/****************************************/
/* 			emdas button toggle           */
/****************************************/
.emdas-ecs-button_toggle {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    color: #FFFFFF;
    height: 26px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
}

.emdas-ecs-button_toggle input + label {
    float: left;
    height: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    line-height: 26px;
}

.emdas-ecs-button_toggle > input {
    opacity: 0;
    position: absolute;
}

.emdas-ecs-button_toggle > label {
    line-height: 30px;
    color: #666666;
    transition: color 0.2s ease-out 0s;
}

.emdas-ecs-button_toggle-button {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    margin-top: -1px;
    margin-left: -1px;
}

/*2th toggle*/
.emdas-ecs-button_toggle-button2 {
    width: 50%;
}

.emdas-ecs-button_toggle2 > label {
    width: 50%;
}

.emdas-ecs-button_toggle2 input:checked:last-of-type ~ a {
    left: 50%;
}

/*3th toggle*/
.emdas-ecs-button_toggle-button3 {
    width: 33.3333%;
}

.emdas-ecs-button_toggle3 > label {
    width: 33.3333%;
}

.emdas-ecs-button_toggle3 input:checked:nth-of-type(2) ~ a {
    left: 33.3333%;
}

.emdas-ecs-button_toggle3 input:checked:last-of-type ~ a {
    left: 66.6667%;
}

/*4th toggle*/
.emdas-ecs-button_toggle-button4 {
    width: 25%;
}

.emdas-ecs-button_toggle4 > label {
    width: 25%;
}

.emdas-ecs-button_toggle4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
}

.emdas-ecs-button_toggle4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
}

.emdas-ecs-button_toggle4 input:checked:last-of-type ~ a {
    left: 75%;
}

/*5th toggle*/
.emdas-ecs-button_toggle-button5 {
    width: 20%;
}

.emdas-ecs-button_toggle5 > label {
    width: 20%;
}

.emdas-ecs-button_toggle5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
}

.emdas-ecs-button_toggle5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
}

.emdas-ecs-button_toggle5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
}

.emdas-ecs-button_toggle5 input:checked:last-of-type ~ a {
    left: 80%;
}

/****************************************/
/* 				emdas yearpicker          */
/****************************************/
.emdas-yearpicker {
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    overflow: scroll;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.emdas-yearpicker .month_table {
    border-spacing: 0;
	padding: 12px;
    border-collapse: separate;
}

.emdas-yearpicker .month_table td {
    margin:5px;
}

.emdas-yearpicker .year {
    display: block;
    color: #484848;
    letter-spacing: -0.035em;
    font-size: 1.5rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	padding: 20px;
}

.emdas-yearpicker .weekno {
    color: #7f7f7f;
    letter-spacing: -0.035em;
    font-size: 0.5rem;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    cursor: pointer;
}

.emdas-yearpicker .dayname {
    color: #7f7f7f;
    letter-spacing: -0.035em;
    font-size: 0.7rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

.emdas-yearpicker .day {
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    color: #000000;
}

.emdas-yearpicker .day-inactive {
    color: #CCCCCC;
}

.emdas-yearpicker .day-weekend {
    color: #483E98;
}

.emdas-yearpicker .day-holiday {
    color: #FF0000;
    font-weight: bold;
}

.emdas-yearpicker .day-today {
    background-color: #FFFF13;
    text-decoration: underline;
}

.emdas-yearpicker .day-selected {
    background-color: #B3FC87;
}

.emdas-yearpicker .day-selected_range {
    background-color: #46B304;
}

.emdas-yearpicker .day-nodata {
    color: #CCCCCC;
    cursor: not-allowed;
}

.emdas-yearpicker .button {
    padding: 0 8px;
    line-height: 27px;
    height: 27px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    background: linear-gradient(45deg, rgba(190, 190, 190, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    margin-right: -1px;
    min-width: 20px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 4px;
}

.emdas-yearpicker .button:hover {
    background: linear-gradient(45deg, rgba(81, 148, 255, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.emdas-yearpicker .button-strip {
    white-space: nowrap;
}

.emdas-tag {
    background-color: #e2dcd9;
    border-radius: 6px;
    display: inline-block;
    padding: 3px;
    margin: 1px;
}

.emdas-tag:hover {
    background-color: #e3d8d3;
}

.emdas-tag-text {
    display: inline-block;
    padding-right: 6px;
}

.emdas-delay_spinner {
    width: 100%;
    height: 1px;
}

.emdas-delay_spinner-bar {
    height: 100%;
    background-color: #269CE9;
}

/* --------------------------------------------------------------- */
/* ------------------------ emdas Popup -------------------------- */
/* --------------------------------------------------------------- */
.emdas-popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(#666666, #222222);
    z-index: 1001;
    opacity: 0.2;
}

.emdas-popup-cell {
    display: table-cell;
    vertical-align: middle;
}

.emdas-popup-container {
    width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.emdas-popup-cancel {
    margin: 5px -5px;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 0;
}

.emdas-popup {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.emdas-popup-header {
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    border-radius: 0.2em 0.2em 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 30px;
}

.emdas-popup-heading {
    display: block;
    font-size: 20px;
    margin-left: 0.5em;
    outline: 0 none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    white-space: nowrap;
    color: #333333;
}

.emdas-popup-content {
    font-size: 13px;
    position: relative;
    border-width: 0;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 15px;
    border-radius: 0 0 0.2em 0.2em;
    background: linear-gradient(#FFFFFF, #F0F0F0);
    color: #333333;
}

.emdas-popup-content-text {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

/* --------------------------------------------------------------- */
/* ------------------------ Plot Options ------------------------- */
/* --------------------------------------------------------------- */
.emdas-plot_options {
    position: absolute;
    display: inline-block;
    padding: 5px;
}

.emdas-plot_options.opened {
    box-shadow: 0 10px 4px -8px #777;
    background-color: #fAfAfA;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

/* --------------------------------------------------------------- */
/* ------------------------ Plot Options ------------------------- */
/* --------------------------------------------------------------- */
.emdas-plot_options {
    position: absolute;
}

/* --------------------------------------------------------------- */
/* ------------------------ Plot Option -------------------------- */
/* --------------------------------------------------------------- */
.emdas-plot_option {
    opacity: 0.5;
}

.emdas-plot_option.selected {
    opacity: 1.0;
}

/* --------------------------------------------------------------- */
/* -------------------- Plot Path Summary ------------------------ */
/* --------------------------------------------------------------- */
.emdas-plot_path_summary {
    position: absolute;
    display: inline-block;
    padding: 5px;
}

/* --------------------------------------------------------------- */
/* ------------------------ Pie Spinner -------------------------- */
/* --------------------------------------------------------------- */

.emdas-piespinner {

}

.emdas-piespinner-counter {
    pointer-events: none;
    color: #DDDDDD;
    z-index: 1;
    line-height: 50px;
    position: absolute;
    width: 50px;
    text-align: center;
}

/****************************************/
/* 		   jQuery UI overloads          */
/****************************************/
.ui-widget {
    font-family: 'Anaheim', sans-serif;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Anaheim', sans-serif;
}

.ui-widget-content {
    border: 0;
}

.ui-slider-range.ui-widget-header {
    background: #93BDDB;
}

.ui-slider.ui-widget-content {
    background: #C9C9C9;
}