.cursor_pointer{
    cursor:pointer !important;
}

.cursor_pointer .webix_el_icon{
    cursor:pointer !important;
}

.cursor_pointer .webix_el_box{
    cursor:pointer !important;
}

.cursor_pointer .webix_icon_button{
    cursor:pointer !important;
}

.indication_floating_window{
    border-radius:8px 0 0 8px; 
    border-color:#475466;
    background:#475466;
}

.indication_floating_window .webix_el_box{
    padding:0px;
    background:-webkit-linear-gradient(#fff,#e6e6e6);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
}


.indication_floating_window .webix_win_head{
    border:0px;
    
}

.indication_floating_window .webix_win_body{
    display:none;
}

.indication_template .webix_template{
    line-height:16px !important;
    font-size:10px !important;
    color:white !important;
    background:#475466 !important;
}

.indication_bar_icon{
    padding-top:10px;
    font-size:8px !important;
}

.display_indication_icon .webix_el_box{
    font-size:8px !important;
    background:#475466 !important;
    cursor:default;
}

.display_indication_icon .webix_icon_button:hover:before{
    background-color:#475466 !important;
}

.display_indication_icon:hover .webix_icon{
    color:#94A1B3 !important;
}

.display_indication_icon .webix_icon_button{
    cursor:default;
}

.display_indication_icon .webix_icon{
    font-size:8px !important;
    padding-top:12px;
}

.display_indication_text .webix_el_box{
    background:#475466 !important;
    font-size:10px !important;
    color:white !important;
    text-align:center;
}

.green_light_indication:hover .webix_icon{
    color:#78BA87 !important;
}

.red_light_indication:hover .webix_icon{
    color:#e02d2d !important;
}

.orange_light_indication:hover .webix_icon{
    color:#F7A331 !important;
}

.orange_light_indication .webix_icon{
    color:#F7A331;
}

.green_light_indication .webix_icon{
    color:#78BA87;
}

.red_light_indication .webix_icon{
    color:#e02d2d;
}


.indication_floating_button button{
    border:0px !important;
    line-height:15px;
    margin-bottom:1px;
}

.indication_floating_button .webix_icon{
    color:#777;
    font-size:18px;
}

.indication_floating_button .webix_icon:hover{
    color: #475466;
}

.indication_badge .webix_badge{
    top: -1px;
    padding-top: 1px;
    right:-1px;
    height:48px;
    min-width:46px;
    font-size:14px;
    line-height:unset;
    font-family: Raleway,sans-serif;
    border-radius:0px;
}

.indication_badge_in .webix_badge{
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: slideInUp;
    animation-timing-function: cubic-bezier(0,1,1,1);
    
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.indication_badge_out .webix_badge{
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: slideOutUp;
    animation-timing-function:cubic-bezier(1,0,1,1);
}

.indication_badge_idle .webix_badge{
    animation-delay:3s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

