﻿/*****************短信*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#sms-panel a.btn.btn-warning.btn-sm {
    padding: 5px 25px;
    margin-top: 10px;
    float: right;
    width: 100%;
    height: 40px;
    background-color: #d80b2f;
    line-height: 25px;
}

#sms-panel .hidden-xs .page{
   /*  left:39%; */
}

#pasword  .form-group {
       margin-bottom: 0px;
}

#pasword input[type=password]{
    height:29px;
    width:250px;
}

#sellerlist  .breadcrumb {
    padding: 8px 15px 8px 0;
    background-color: #f4f4f4;
    margin-bottom: 0px;
}


#listhot .panel-default > .panel-heading {
    background-color: #f4f4f4;
    border: 0px;
}

#listhot .panel-default {
    border-color: #f4f4f4;
    /* background-color: #f4f4f4; */
}
#listhot  .panel-heading {
   padding:0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#listcontent .clearfix span:last-child a {
    padding: 1px 5px 1px 5px;
    border-radius: 0px;
    color: white;
}

#navgation .breadcrumb li:last-child {
    margin-left: 0px;
}

#navgation .breadcrumb > li + li:before {
    padding: 0px;
    color: #ccc;
    content: " \00a0";
}