html, body {
    font-family: Roboto,Helvetica Neue,sans-serif;
    color: #444;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
input, a, textarea {
    font-size: .9rem;
}
h1, h2, h3, h4, h5, p{
    margin-bottom: 1.0em;
}
a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%
}
i.fa + span {
    margin-left: 10px;
}
span + i.fa {
    margin-left: 10px;
}

.dropdown-menu {
    top: 120%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3), 0 4px 8px 3px rgba(0,0,0,0.15);
    min-width: 200px;
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 10px 40px;
}
.dropdown-menu.right {
    left: auto;
    right: 0;
}
.dropdown-menu h5 {
    padding: 20px;
    margin-bottom: 0;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #dedede;
}

a.primary {
    color: #2196f3;
}
a.danger {
    color: #dc3545;
}
a.success {
    color: #28a745;
}
a.warning {
    color: #ffc107;
}
a.info {
    color: #17a2b8;
}

.loading {
    position: relative;
}
.loading > * {
    visibility: hidden;
}
.loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/product/loading.gif);
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
}