* {
    margin: 0;
}

*, ::before, ::after {
    box-sizing: content-box;

}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
    height: 100%;
    min-width: 1000px;
    color: #3c3c3c;
    font-family: Oxygen, Arial, Liberation Sans, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/*h1, h2, h3, h4, h5, h6,*/
body, div, span, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

h1 {
    font-weight: bold;
    line-height: 42px;
}

hr {
    margin: 0;
    border: 0.5px inset;
    color: black;
}

a {
    color: -webkit-link;
}

/*
 * Button-select
 */

.button-select > a.option {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    margin-right: 5px;
    background: none;
    border: 1px solid #199fada6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #555;
}

.button-select > a.option:last-child {
    margin-right: 0;
}

.button-select > a.option.disabled {
    border-color: #CCC;
    color: #CCC;
}

.button-select > a.option.selected {
    font-weight: bold;
    border-color: #117580;
    background-color: #47d2e03d;
}

.button-select.freq > a.option {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    padding: 0;
    margin-right: 5px;
    background: none;
    border: 1px solid #199fada6;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    color: #555;
}

.button-select.freq > a.option.disabled {
    border-color: #CCC;
    color: #CCC;
}

.button-select.freq > a.option.selected {
    font-weight: bold;
    border-color: #117580;
    background-color: #47d2e03d;
}

/*
 * Button-select with font-awesome
 */
.button-select .option.fa-icon i {
    line-height: 26px;
    font-size: 16px;
}

/*
 * Date-range
 */
.date-range {
    line-height: 26px;
}

.date-range input {
    width: 80px;
    padding: 4px 5px 4px 10px;
}

/*
 * Font-awesome
 */
.fa.light-green {
    color: #43b95e;
}

.fa.light-red {
    color: #ee5f5b;
}