html {
    font-size: 85%;
}
h1 {font-size: 1.7rem!important;}

#sp-main-body {
  padding: 25px 0;
}

/*fabrik list*/
.fabrikDataContainer .table thead th {
  white-space: nowrap;
}
.nav-link {
  padding: 0 10px;
}
.fabrikDataContainer {
    overflow: auto;
}

.fabrik_actions  .btn {
padding: 0px 3px!important;
font-size: 11px!important;
}


/*fabrik modal*/

.handlelabel.draggable.ui-draggable-handle {
  width: 90%;
}
.closeFabWin {
  right: 25px;
}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 17px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 20px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 27px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 27px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 22px; height: 22px; right: 1px; bottom: 0px; }
.ui-resizable-sw { cursor: sw-resize; width: 29px; height: 29px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 29px; height: 29px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 29px; height: 29px; right: -5px; top: -5px;}

div[id^="view./"] { width:90%!important}

/*fabrik form*/
.modal .fabrikActions.form-actions {
  position: absolute;
  top: 0;
  right: 100px;
}

.icon-star
{
  font-size: 8px;
  font-weight: normal;
  font-variant-position: super;
  }
  
.chosen-container-single .chosen-single {
	height:30px!important;
	line-height:27px!important
}
.chosen-container-single .chosen-single div b {
 background-position-y: 5px !important;
}

#group16 > div {
  padding: 10px;
  margin-top: 10px;
}
 .fabrikSubGroup:nth-child(odd) {
   	background: #f1f1f1; 

}
 .fabrikSubGroup:nth-child(even) {
   	background: #e0f7e9;

}
/*fabrik list*/
.decimal  {white-space: nowrap;}
