.myDataTable td.center {
  text-align: center;
}

.picker{
	top: 0;
}

.table.radioDetailTable th, .table.radioDetailTable td {
    padding: 6px;
    font-size: 13px;
}

.table th {
    font-size: 13px;
}

#system-detail-search .form-group {
    margin-bottom: 12px;
}

#system-detail-search .divider,
.myDataTable .divider{
    margin: -10px 0 10px 0;
}

#system-detail-search .btn{
	padding: 7px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.myDataTable .accordion .collapse-title, .collapse-bordered .collapse-title{
	font-size: 14px;
}

.myDataTable .collapse-margin .card-header {
    padding: 5px 10px;
    border-radius: 3px;
}

.header-navbar.floating-nav{
	margin: 0 2.2rem 0;
}

html body .content .content-wrapper{
	margin-top: 55px
}

.card{
	margin-bottom: 15px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
}

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    padding: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 6px;
}

.togglePassword{
  position: absolute;
  right: 25px;
  top: 23px;
}
