﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);

* {
    outline: none !important;
}
body {
    background: #f5f5f5;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    color: #4c5667;
    padding-bottom: 61px;
    overflow-x: hidden !important;
}
html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6 {
    color: #505458;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0;
}
h1 {
    line-height: 43px;
}
h2 {
    line-height: 35px;
}
h3 {
    line-height: 30px;
}
h3 small {
    color: #444444;
}
h4 {
    line-height: 22px;
}
h4 small {
    color: #444444;
}
h5 small {
    color: #444444;
}
a:hover {
    outline: 0;
    text-decoration: none;
}
a:active {
    outline: 0;
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
ul.dropdown-menu {
    margin-top: 12px !important;
}
div.dropdown-menu {
    margin-top: 17px !important;
}
.navbar-nav li.active a {
    color: #3bafda;
}
.navbar-nav > li > a {
    font-size: 14px;
}
.navbar-nav > li div a {
    font-size: 14px;
}
.card-home {
    font-size: 14px;
    margin: 20px 60px 20px 60px;
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}
.card-login {
    font-size: 14px;
    margin: 80px 60px 20px 60px;
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}
.grid-structure .grid-container {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.grid-structure .grid-container a {
    text-decoration: none;
}
.grid-structure .grid-container-sel {
    background-color: #d4d4d4;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-weight: bold;
}
.checkbox.checkboxlist input[type="checkbox"] {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.checkbox.checkboxlist label {
    margin-bottom: 0;
    display: inline-block;
}
.checkbox {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.bg-grey {
    background-color: #ccc;
}
.bg-lightgrey {
    background-color: #eee;
}
.color-red {
    color: red;
}