* { font:100% 'Roboto', sans-serif; margin:0; padding:0; color:#333; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(robotoregular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.select2-selection { height:38px !important; line-height: 38px; border-radius: .25rem !important; outline: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 38px !important; margin-left: 4px !important; }
.select2-container--default .select2-selection--single, .input-group > button { border:1px solid #ced4da !important; }
.select2-selection__choice { line-height: 30px !important; height: 30px !important; margin: 0 !important; margin-left: 10px !important; top: 3px !important; }
.select2-selection--multiple { line-height: 27px !important; }

label { font-size:11pt; margin-top:15px; margin-bottom:5px; color: #aaa; display: block; }
.text-sm { font-size: 10pt; color: #888; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
*:focus {outline: none; }
