.new_button_2015, .continue_wrap > .continue_button{ 
    display:inline-block;  
    border-radius:5px;  
    position:relative;
    vertical-align: top;
}
.new_button_2015.small {  
    border-radius:3px;  
}
/*NONE & ADD & REMOVE & RED button*/
.new_button_2015.remove_button, .new_button_2015.red_button{
    background-color:#e63244; 
    border:solid 1px #e63244;
    color:white;   
} 
.new_button_2015.remove_button:hover, .new_button_2015.red_button:hover{
    background-color:#dd3b52;  
} 
.new_button_2015.add_button, .new_button_2015.none_button, .new_button_2015.save_button,  .continue_wrap > .continue_button, .ppc_chooser_right_item > .ppc_chooser_right_viac{
    background-color:var(--identity-color); 
    border:solid 1px var(--identity-color);
    color:var(--menu-inactive);
}         
.new_button_2015.add_button.disabled, .new_button_2015.none_button.disabled, .new_button_2015.save_button.disabled, .new_button_2015.remove_button.disabled, .new_button_2015.red_button.disabled,  .continue_wrap > .continue_button.disabled, .ppc_chooser_right_item > .ppc_chooser_right_viac.disabled{
    background-color:rgb(200,200,200) !important; 
    border:solid 1px rgb(200,200,200);
    color:white;   
}          
.new_button_2015.add_button:hover, .new_button_2015.none_button:hover, .new_button_2015.save_button:hover, .continue_wrap > .continue_button:hover, .ppc_chooser_right_item > .ppc_chooser_right_viac:hover{
    background-color:var(--identity-hover-color);   
}
.new_button_2015.select2_button, .continue_button, .continue_close_button{
    background-color:#e63244;
    border:solid 1px #e63244;
}
.new_button_2015.select2_button:hover, .continue_button:hover, .continue_close_button:hover{
    background-color:#dd3b52 !important;   
}
.new_button_2015.select2_button.selected, .continue_wrap > .continue_button.selected, .ppc_chooser_right_item > .ppc_chooser_right_viac.selected {
    background-image:url(/img/new_ctable/checkbox_new_button_selected.png) !important; 
    background-position:right 5px center !important;
    background-repeat:no-repeat !important;
    padding-right:30px; 
}
/*SELECT & CALENDAR button*/
.new_button_2015.select_button, .new_button_2015.calendar_button, .new_button_2015.gray_button, .new_button_2015.edit_button, .new_button_2015.stats_button{
    background-color:var(--bubble);
    border:solid 1px var(--bubble);
    color:var(--text-light) !important;    
}
.new_button_2015.edit_button, .new_button_2015.stats_button, .new_button_2015.gray_button.edit, .new_button_2015.gray_button.stats, .new_button_2015.gray_button.remove, .new_button_2015.remove_button{
    margin:1px;    
}
.new_button_2015.stats_button a, .new_button_2015.gray_button.stats a{
    background-image:url(/img/stats_admin.png) !important;
    background-position:left 4px center;
    background-repeat:no-repeat;
    background-size:auto 16px;
    padding-left:26px;   
}
.new_button_2015.edit_button a, .new_button_2015.gray_button.edit a{
    background-image:url(/img/edit_admin.png) !important;
    background-position:left 4px center;
    background-repeat:no-repeat;
    background-size:auto 16px;
    padding-left:26px;   
}
.new_button_2015.remove_button a, .new_button_2015.gray_button.remove a{
    background-image:url(/img/edit_admin.png) !important;
    background-position:left 4px center;
    background-repeat:no-repeat;
    background-size:auto 16px;
    padding-left:26px;   
}
.new_button_2015.select_button:hover, .new_button_2015.select_button.opened, .new_button_2015.calendar_button:hover, .new_button_2015.calendar_button.opened, .new_button_2015.gray_button:hover{
    background-color:var(--background-lightdark);      
}
.new_button_2015.select_button.opened > a, .new_button_2015.calendar_button.opened > a{
    background-image: url("/img/new_ctable/calendar_arrow_up_filled_red.png") !important;
}
.new_button_2015.select_button.active, .new_button_2015.calendar_button.active{
    background-color:rgba(219,219,219,0.3);    
}
/*SEARCH & BLUE button*/
.new_button_2015.search_button, .new_button_2015.blue_button{
    border:none;
    background-color:#50798f;     
}
.new_button_2015.radio_button{
    border:none;
    background-color:transparent;
    color:rgb(120,120,120) !important;
}
.new_button_2015.add_button a{
    background-image: url("/img/plus.png");
    background-position: right 8px center;
    background-repeat: no-repeat; 
    background-size:22px auto;   
}
.new_button_2015.filter{
    background-image: url("/img/filter.png") !important;
    background-position:right 8px center;
    background-repeat:no-repeat;
    background-size:20px;
    padding-right:20px;
}
.new_button_2015.select_button a, .new_button_2015.calendar_button a{
    background-image:url("/img/new_ctable/calendar_arrow_bottom_filled_red.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    position:relative;
    z-index:2;    
}
.new_button_2015 > a, .new_button_2015 > label > a, .new_button_2015 > input{
    display: inline-block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 42px;
    text-align: center; 
    text-decoration:none;  
    color:inherit;  
    cursor:pointer; 
    border:none;
    background:none;
}  
.calendar_button > a{
    padding-right:20px;
}
.new_button_2015.disabled > a, .new_button_2015.disabled > label > a, .new_button_2015.disabled > input{
    cursor:default;
} 
.new_button_2015 > input{
    padding-right:20px;
}   
.new_button_2015.none_button > a, .new_button_2015.none_button > *, .new_button_2015.save_button > *, .new_button_2015.gray_button > *{
    background-image:none !important;
    padding-right:20px;    
}
.new_button_2015.small > *{
    padding:0px 20px;
    line-height:32px;
    height:32px;
    font-family:Tahoma;
    font-size:14px;
}
.new_button_2015.mini > *{
    min-width:40px;
    padding:2px 4px;
    line-height:16px;
    height:16px;
    font-family:Tahoma;
    font-size:12px;
}
.new_button_2015.micro > *{
    min-width:40px;
    padding:0px 4px;
    line-height:12px;
    height:12px;
    font-family:Tahoma;
    font-size:10px;
}
.new_button_2015.del, .new_button_2015.remove{
	padding-left:30px;
	background-image:url('/img/trash.png');
	background-position:left 4px center;
	background-repeat:no-repeat;	
}
.pridavanie_wrap{
    padding:10px;
    position:relative;
}
.new_button_2015.radio_button > input{
    display:none;
}
.new_button_2015.radio_button > label > a{
    height:24px;
    line-height:24px;
    padding-right:10px;
    padding-left:30px;
    font-size:12px;
    min-width:10px;
    background-image:url(/img/new_ctable/radio.png);
    background-position:center left 10px;
    background-repeat:no-repeat;
} 
.new_button_2015.radio_button > label > a:hover{
    text-shadow:none;
    background-image:url(/img/new_ctable/radio_hover.png);
}
.new_button_2015.radio_button > label > a.checked{
    background-image:url(/img/new_ctable/radio_checked.png);
    font-family:PretoSans_Bold;
}
.new_button_2015.search_button > a{
    padding:0px; 
    height:20px;
    line-height:20px;
    width:24px;
    display:inline-block; 
    min-width:10px;  
}
.new_button_2015.search_button > a > div.search_it{ 
    height:30px;
    width:20px; 
    background-image:url(/img/new_ctable/search.png);
    background-position:center;
    background-repeat:no-repeat; 
}
.new_button_2015.search_button > input{
    margin:4px;
    height:22px;
    line-height:24px;
    border-radius:3px 0px 0px 3px; 
    border:none;   
    width:182px;
    padding:0px 4px;
    display:inherit;
    background-color:white;
    cursor:text;
    text-align:left;
}
.new_button_2015.opened .calendarx_roll{
    display:block;
}
.new_button_2015 .calendarx_roll{
    display:none;
    position:absolute;
    width:100%; 
    margin-top:-4px;
    background-color:inherit;
    z-index:100; 
    right:0px;
    border-radius:0px 0px 5px 5px; 
}
.new_button_2015 .calendarx_roll > div.calendarx_roll_li:last-child{
    border-radius:0px 0px 5px 5px;   
}
.new_button_2015 .calendarx_roll > div.calendarx_roll_li{    
    border-top:solid 1px rgb(230,230,230);    
}
.new_button_2015 .calendarx_roll_li:hover{
    background-color:rgb(230,230,230); 
}
.new_button_2015 .calendarx_roll_li a{
    text-decoration:none;
    display:block;  
}

/**/
.status_button{
    display:inline-block;
    padding:5px;
    color:white;
    background-color:gray;
    border-radius:4px;
}
.status_button .graph_state_value{
    font-size:16px;
    display:block;
}
.status_button.res_online{
    background-color:var(--graph-green);
    color:var(--text-light);
}
.status_button.res_offline{
    background-color:var(--graph-red);
    color:var(--text-light);
}