/* Fix Ace template */
.form-group .radio{
   padding-left: 0;
}
.form-group .radio label,
.form-group .checkbox label{
   padding-left: 10px !important;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12{
   padding:0;
}


/* Button in table header */
.btn-table-header,
.btn-table-header:focus{
   padding: 9px 13px;
   border-width: 0;
}

.badge-table-header{
   background-color: #fff;
   color: #307ECC;
   font-weight: bold;
}

/* uiBoostrap Modal Fullscreen */
.modal-fullscreen.modal{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
}

.modal-fullscreen .modal-dialog {
 position: fixed;
 margin: 0;
 width: 100% !important;
 height: 100%;
 padding: 0;
}
.modal-fullscreen .modal-content {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 border-radius: 0;
 box-shadow: none;
}
.modal-fullscreen .modal-header {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 border: 0;
}
.modal-fullscreen .modal-body {
   max-height: 100% !important;
 position: absolute;
 top: 50px;
 bottom: 60px;
 width: 100%;
 overflow: auto;
}
.modal-fullscreen .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px;
}