body {
    font-family: Quicksand;
    background: #e9ebee;
}

/* Form Box */
.form-box {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.form-box-title {
    border-color: #5d3fe4;
    border-width: 3px 0 0;
    border-style: solid solid none;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.form-box-content {
    border-radius: 3px;
    font-size: 12px;
    padding: 25px;
}
.form-box-actions {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.form-box.form-inline.right {
    text-align: right;
}


/* Content Box */
.content-box {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.content-box-header {
    border-color: #4f64d9;
    border-width: 3px 0 0;
    border-style: solid solid none;
    padding: 15px;
}
.content-box-header h1, h2, h3, h4, h5 {
    margin: 0;
}
.content-box-help {
    line-height: 39px;

}
.content-box-help a:hover,
.content-box-help a:focus {
    cursor: pointer;
    color: rgb(62, 201, 44);
}
.content-box-body {
    border-radius: 3px;
    font-size: 12px;
    padding: 15px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.content-box-actions.right {
    text-align: right;
    line-height: 40px;
}
.content-box-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

/* Sidebar */
.sidebar {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
.sidebar ul>li>a {
    text-transform: uppercase;
    color: #4f8bd9;
}
.sidebar ul>li.active>a {
    background-color: #514fd9;
    color: #fff;
}

.sidebar ul>li.active>a:hover,
.sidebar ul>li.active>a:focus {
    background-color: #4f68d9;
    color: #fff;
}

.sidebar ul>li>a:hover,
.sidebar ul>li>a:focus {
    background-color: #f5f5f5;
    color: #514fd9;
}


/* Remove padding and margin of Bootstrap components */
.no-padding {
   padding: 0;
}
.no-margin {
    margin: 0;
}

/* Full width components */
.fill-parent {
    width: 100%;
}

/* Text aligns */
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}

/* Floats */
.f-right {
    float: right;
}
.f-left {
    float: left;
}

/* Display pointer */
.pointer {
    cursor: pointer;
}

/* Measures types tags*/
.label.label-fst,
.label.label-afm {
    text-transform: uppercase;
}
.label.label-vs {
    background-color: green
}
.label.label-gc {
    background-color: yellowgreen
}
.label.label-pc {
    background-color: orange;
}
.label.label-em {
    background-color: red;
}

/* Login button */
.btn-login {
    color: #fff;
    background-color: #7a95de;
    border-color: #9ade7a;
}
.btn-login:hover {
    color: #fff;
    background-color: #58c92c;
    border-color: #58c92c;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
}
.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero-unit h1 {
    margin: 0;
    font-size: 150px;
    color: #1b18b9;
}
.hero-unit h2 {
    font-size: 50px;
    color: #4d50e2;
}
.hero-unit p {
    font-size: 15px;
}
