html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none;
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.row.gutter-15 {
    margin-bottom: -15px;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row.gutter-15>[class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.custom-checkbox .custom-control-label::before {
     border-radius: 2px;
     border-color: #e3e9ef;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background: none;
    
}



/*.btn:not(.btn-sm) {*/
.btn {
	font-weight: bold;
}

.modal-content {
    color: #333;
}