﻿body
{
   /* padding-top: 40px;*/
     /* 设定body高度为100% 拉到视窗可视的大小 */
    height: 100%;
}
.navbar-custom
{
    background-color: #FF6347 !important;
    border-color: #FF7F50 !important;
    box-shadow: 0 0 5px #FF7F50;
}
.navbar-custom a
{
    color: #fff !important;
}
.navbar-custom .icon-bar
{
    background-color: #fff !important;
}
.navbar-custom .dropdown .dropdown-toggle:hover, .navbar-custom .open .dropdown-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background-color: rgba(0,0,0,0.2) !important;
    color: #fff;
}
.navbar-custom .navbar-brand
{
    padding: 8px 15px !important;
}
.list-group p
{
    color: #999 !important;
}
.item-primary h4
{
    color: #337ab7 !important;
}

.item-success h4
{
    color: #5cb85c !important;
}

.item-info h4
{
    color: #5bc0de !important;
}
.item-warning h4
{
    color: #f0ad4e !important;
}
.item-danger h4
{
    color: #d9534f !important;
}
.item-other h4
{
    color: #808000 !important;
}

.media-left img
{
    width: 78px;
    height: 64px;
}

.thumbnail
{
    border: 1px solid #e3e3e3;
    background-color: white;
    border-bottom: 1px solid #e3e3e3;
}

.thumbnail:hover
{
    box-shadow: 0 0 15px #ccc;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer
{
    /*position: absolute; 设定footer绝对位置在底部
    bottom: 0;
    left: 0;*/
    
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #aaa;
  /*  background-color:#F9F9F9;*/
}
.footer a
{
    color: inherit;
}
.footer>p
{
    height:auto !important;
}
.footer a:hover
{
    text-decoration: none;
    color: inherit;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin img
{
    margin: 10px auto;
    display: inline-block;
}
#dvLogin .modal-body, .cust-registe-panel .panel-body
{
    padding: 0;
    background-image: url("img/login.png");
}
#dvCustInfo .dropdown-menu
{
    background-color: #FF6347 !important;
}
#dvCustInfo .dropdown-menu > li > a:focus, #dvCustInfo .dropdown-menu > li > a:hover
{
    background-color: rgba(0,0,0,0.2) !important;
    color: #fff;
}


