﻿
/*Add*/
.am-datepicker-date.am-input-group-sm {
    display: table; /*fix am bug*/
}

.am-tagsinput {
    /*height: 32px;*/
    padding: 0.35rem 0.35rem;
    width: 100%;
    /*fix am bug*/
}

    .am-tagsinput input, .am-form .am-tagsinput input {
        font-size: 14px;
    }

.am-input-group-sm > .am-form-field, .am-input-group-sm > .am-input-group-label, .am-input-group-sm > .am-input-group-btn > .am-btn {
    height: 32px;
}

@media only screen and (min-width: 1025px) {
    /*一行两列时候的全列*/
    .am-u-lg-1-5 {
        width: 12.5%;
    }

    .am-u-lg-10-5 {
        width: 87.5%;
    }


    /*一行三列时候的全列*/
    .am-u-lg-1-1 {
        width: 10.5%;
    }

    .am-u-lg-10-9 {
        width: 89.5%;
    }
}

.ke-dialog-row input {
    margin-top: 0px !important;
}
/*kui*/
.ke-dialog-default input[type=button] {
    vertical-align: initial !important;
}

.ke-dialog-default .tab2 .ke-upload-area {
    width: auto !important;
}

    .ke-dialog-default .tab2 .ke-upload-area > .ke-button-common {
        background: #ffffff;
    }

.ke-dialog-default .tab2 .ke-button {
    height: 28px;
    width: 60px;
    background: #f1efef;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 14px;
    /*height:22px;*/
}
/*kui end*/
@media all and (min-width: 630px) and (min-height: 630px) {
    .am-popup {
        width: 1000px;
        margin-left: -500px;
    }
}

.am-popup-hd .am-tagsinput {
    width: initial !important;
    border: 0px !important;
    margin: 5px;
}

.am-selected-btn.am-btn-default {
    height: 32px;
}




.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    margin: 0;
}

    .tt-suggestion:hover,
    .tt-suggestion :focus,
    .tt-suggestion.tt-cursor {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #0e90d2;
    }





/*List*/





/*通用*/

.hr-sm {
    margin: 1.0rem 0 1.0rem 0 !important;
}

.am-form-group-sm {
    margin-bottom: 1.2rem !important;
}

@media only screen and (min-width: 641px) {
    .table-top-sm {
        padding-top: 0px;
    }
}

.z-index-99 {
    z-index: 99 !important;
}


/* 为了浮动层不透明 */
.am-table-striped > tbody > tr:nth-child(even) > td,
.am-table-striped > tbody > tr:nth-child(even) > th {
    /*background-color: #FFF;*/
}

.v-tree-left {
    text-align: left !important;
    padding-left: 10px !important;
}

.v-tree-fix-left {
    padding-left: 0px !important;
}

.v-tree-fix-icon {
    margin-top: -0.5em !important;
}

.v-tree-fix-icon-width {
    /*width:10px*/
    margin-left: 0px;
}

.add-lable-tit {
    height: 32px;
}

.add-checkbox-fix {
    padding-top: 0.6rem;
}

.lb-normal: {
    font-weight: normal !important;
}


/*小敏*/
.web-head {
    width: 100%;
    height: 60px;
    border-bottom: 4px solid #199f93;
    line-height: 60px;
    z-index: -10;
}

.web-padding20 {
    padding-left: 20px;
    text-align: center;
}

.web-header-user img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
}

.web-border {
    border-left: #1CA2CE 3px solid;
    padding-left: 10px;
}

.web-header-li a:hover {
    color: #01bdab;
}

.web-padding0 {
    padding-left: 0;
}

.web-margin10 {
    margin-left: 40px;
    margin-right: 0;
}

.sidebar-nav-sub-ico-rotate-add {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.sidebar-nav-sub-ico-rotate-add-un {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.web-row-content {
    padding: 0 20px;
    padding-top: 10px;
}

    .web-row-content ul li {
        float: left;
        padding: 0 12px;
        height: 28px;
        line-height: 28px;
        margin-right: 5px;
        background: #2b2b2d;
    }

        .web-row-content ul li a {
            color: #999999;
        }

    .web-row-content i {
        margin-left: 5px;
    }

    .web-row-content ul li:hover, .web-row-content ul li.hover {
        background: #3f4649;
    }

        .web-row-content ul li:hover a, .web-row-content ul li.hover a {
            color: #fff;
        }

.web-tit {
    border-left: 5px solid #199f93;
    padding-left: 20px;
}

    .web-tit a {
        margin-left: 20px;
    }

.web-tit-con {
    height: 40px;
    margin: 20px;
    padding-left: 20px;
    background: #2e2e2e;
    line-height: 40px;
}

.web-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    bottom: 0;
}
/*--更改样式了*/


.theme-black .tpl-header-navbar a:hover {
    color: #01bdab;
}

.sidebar-nav-sub .sidebar-nav-link {
    font-size: 12px;
    padding-left: 0;
}

.sidebar-nav-sub .sidebar-nav-link-logo {
    margin-right: 0;
    width: 16px;
}


/*.am-tabs-nav li {
    position: relative;
    z-index: 1;
  }

  .am-tabs-nav .am-icon-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #888;
    cursor: pointer;
    z-index: 100;
  }

  .am-tabs-nav .am-icon-close:hover {
    color: #333;
  }

  .am-tabs-nav .am-icon-close ~ a {
    padding-right: 25px!important;
  }*/

/*新增的css样式*/
.relative {
    position: relative;
}

.absoluteL {
    position: absolute;
    left: 0;
    top: 0;
}

.absoluteR {
    position: absolute;
    right: -2px;
    top: -8px;
}
/*清除浮动*/
.clear {
    clear: both;
}

.paddingTop0 {
    padding-top: 0 !important;
}

.btn72 {
    min-width: 160px;
    padding: 6px 12px;
    height: 26px;
    text-align: center;
}

.black {
    background: #000 !important;
}
/*鼠标右键的显示效果*/
#rightClickshow {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    border-radius: 5px;
    z-index: 99999;
    box-shadow: 2px 2px 10px #666,-2px -2px 2px #eee;
}

    #rightClickshow li:hover {
        background: #1CA2CE;
        color: #fff;
    }
/*porp部分增加一些边框*/
.am-popup {
    border: 1px solid #eee !important;
    /*box-shadow:2px 2px 10px #eee,-2px -2px 10px #eee;*/
}

.selectTop > div {
    position: absolute;
    right: 10px;
}

.btnDel {
    cursor: pointer !important;
    font-size: 2rem;
    line-height: 1.6rem;
}

.padding16 {
    padding-left: 16px !important;
}

.padding24 {
    padding-left: 30px !important;
}

@media screen and (min-width:0 ) and (max-width:636px) {
    [class*="am-u-"] {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .minfont {
        font-size: 12px !important;
    }

    .am-btn {
        padding: 0.5em !important;
    }

    .w12 {
        width: 25% !important;
    }

    .w87 {
        width: 75% !important;
    }

    .minshow {
        display: none !important;
    }
}

@media screen and (min-width:636px) and (max-width:1100px) {
    .minhide {
        display: none !important;
    }

    .minshow {
        display: block !important;
    }

    .minfont {
        font-size: 16px !important;
    }

    .am-u-md-1-5 {
        width: 12.5%;
    }

    .am-u-md-10-5 {
        width: 87.5%;
    }
}

.w12 {
    width: 12.5% !important;
}

.w87 {
    width: 87.5% !important;
}

}

@media screen and (min-width:1100px ) and (max-width:1920px) {
    .minshow {
        display: none !important;
    }

    .minfont {
        font-size: 16px !important;
    }

    .w12 {
        width: 12.5% !important;
    }

    .w87 {
        width: 87.5% !important;
    }
}

.am-pagination-v {
    margin: 0px;
}

.bootstrap-datetimepicker-widget {
    z-index: 1200;
}

.am-margin-vertical {
    margin-bottom: 0px;
}


.am-tagsinput {
    margin-bottom: 0px;
}

/*kui 解决多选文本框项多不会换行问题*/
.am-datepicker-date .am-tagsinput {
    height: auto;
    min-height: 32px;
}

.add-lable-cont {
    font-weight: normal !important;
}
