.padding-right25 {
	padding-right: 25px;
}

.top10 {
	margin-top: 10px;
}

div.btn.fullspan {
	color:#fff;
	width: 100%;
	height: 100%;
}

.numberCell{
   	text-align: right;
}

.alt-rows .webix_cell:nth-child(2n){
	background-color:#f8f7f1;
}

.alt-rows .webix_row_select:nth-child(2n){
/* 	background-color:#27ae60; */
	background: -moz-linear-gradient(#ffebc2,#ffdb8f);
}

.spinner {    
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/spinner.gif') 
                50% 50% 
                no-repeat;
}

.center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	display: block;
}

.webix_modal_box .webix_popup_controls .webix_popup_button {
	height: 30px;	
}

.col-header-center {
	text-align: center;
}

.navbar-brand>img {
  	height: 25px;
  	width: 25px;
  	display:inline;
}

.navbar-brand {
	padding: 9px 15px;	
}
