﻿
/* Set padding to keep content from hitting the edgespadding-bottom: 50px; */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-admin {
    padding-left: 0px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.bg-gray {
    background-color: #eee;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.h4-tite {
    margin-bottom: 5px;
    margin-top: 5px;
}

.hr-tite {
    margin-bottom: 5px;
    margin-top: 5px;
}

.hr-dot {
    border-style: dotted;
    border-color: #808080;
}

.set-padding-top {
    padding-top: 10px;
}

.make-center {
    text-align: center;
    position: center;
}

.set-green {
    color: #2aa91e;
}

thead {
    background-color: #fff;
}

.table-striped {
    background-color: #fff;
}

/*输入天数的文本框*/
.days-input {
    height: 22px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    width: 50px;
}

/*土黄色显示价格的无边框输入框*/
.price-input {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    color: #FF9900;
    background-color: transparent;
}


/*witch button*/
.onoffswitch {
    position: relative;
    width: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "已自动领取";
        padding-left: 10px;
        background-color: #33ec8b;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "自动领取";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 24px;
    margin: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 81px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.mini-a{
    font-size:0.7em;
}

.set-center {
    text-align: center;
}

.menu-bottom {
    color: #d19b3d;
    font-size: 12px;
}

.menu-title {
    border-radius: 4px,4px;
    background-color: rgba(250, 243, 243, 0.20);
}

.feed-activity-list .media-body {
    display: inline;
}

.breadscrumb-hd {
    line-height: 24px;
}

.wp-scrollbar {
    overflow-y: auto;
}

    .wp-scrollbar::-webkit-scrollbar {
        width: 5px;
    }

    .wp-scrollbar::-webkit-scrollbar-thumb:vertical {
        margin: 5px;
        background-color: #0e4177;
        -webkit-border-radius: 5px;
    }

    .wp-scrollbar::-webkit-scrollbar-button:start:decrement,
    .wp-scrollbar::-webkit-scrollbar-button:end:increment {
        height: 5px;
        display: block;
    }


    .text-navy{
        margin-top:20px;
    }

.ul-list{
    list-style:none;
    
}

.ul-list li{
    margin-left:-25px;
}

.text-label {
    color: #4a2cf8;
}

.seseachbar {
    position: fixed;
    left: 320px;
    top: 70px;
    width: 30%;
    height: 60px;
    z-index: 110;
    max-height:660px;
}

.search-result{
    list-style:none;
    padding:0px;
}
.search-result li{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    border-bottom-color:#cdcdcd;
    font-size:14px;
}
.search-result li:hover{
    background-color:#eee;
}

.search-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
}

#resultModal.ibox-content:hover{
    background-color: rgba(255, 255, 255, 0.23);
}
.ibox-content .panel:hover{
    background-color: rgba(255, 255, 255, 0.23);
}

.bootstrap-select{
    width:80%;
}