html{
    height:100%;
}
body {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    min-height: 100%;
    position: relative;
}

.header {
    background: #fafafa;
    z-index: 999;
}

.conent-container
{
    padding-bottom: 200px;
    padding-top: 30px;
}

.header .navbar {
    box-shadow: rgba(34, 25, 25, 0.6) 0px 1px 6px 0px;
    margin-bottom: 0 !important;
    padding: 10px 0;
}


.container {
    max-width: 960px;
}

.dropdown-menu {
    border-radius: 0px !important;
    box-shadow: none !important;
    background: #fafafa;
    border: 1px solid #eee !important;
    border-top: 0px !important;
}

.dropdown-menu a {
    padding: 9px 10px !important;
    color: #666 !important;
    text-shadow: none !important;
    background: #fafafa !important;
    border-bottom: 1px solid #eee;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    filter: none !important;
}

.navbar .nav > li > a:hover {
    background: #f3f3f3 !important;
}

.flex-center {
    text-align: center;
}

.navbar-brand {
    font-size: 28px;
}

.navbar .nav > li > a, .navbar .nav > li > a:visited {
    color: #666 !important;
    padding: 15px 15px 15px;
    filter: none !important;
}

#footer {
    width: 100%;
    height: 135px;
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    position: absolute;
    bottom: 0;
}

#footer .container {
    padding: 15px 0;
}

.form-group ul.errorlist {
    padding-left: 0;
}

.form-group ul.errorlist li {
    color: red;
    list-style: none;
}

.tip-text {
    font-size: 13px;
    color: gray;
}

.borderless td {
    border: none !important;
}

.special_class{
    color:red;
}

.color-gray
{
    color:#666;
}
.icon-padding
{
    padding-left:5px;
}
