


.navbar {
    margin: 0;
}

.margin-left-2 {
    margin-left: 2%;
}

.margin-top-100{
    margin-top: 100px;
}

.btn-margin {
    margin-right: 10px;
}

.dropdown-toggle {
    cursor: pointer;
}

.form-search .form-group {
    margin-top: 10px;
}

.form-search label {
    width: 7em;
}

.role-tree {
    padding: 0 0 0 16px;
}

.role-tree li {
    padding-top: 7px;
    line-height: 24px;
}

.role-tree-child {
    list-style: none;
}

.role-tree-child li {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .margin-left {
        margin-left: 10%;
    }

    .margin-no {
        margin: 0;
    }
}

.pd-top-2 {
    padding-top: 20px;
}

.pd-left-10 {
    padding-left: 10px;
}

.pd-bottom-2 {
    padding-bottom: 20px;
}
.pd-bottom-15{
    padding-bottom: 15px;
}
.pd-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.margin-b0 {
    margin-bottom: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-35 {
    margin-top: 35px;
}

.alert-title {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.label-summary {
    width: 12.5%;
}

.input-summary {
    width: 84.65%;
}

.text-area.form-control {
    height: 100px;
    resize: none;
}

@media only screen and (min-width: 1200px) {

    .label-layout {
        width: 12.5%;
    }

    .input-layout {
        width: 84.65%;
    }

}

/* alert */
.modal-backdrop.am-fade {
    opacity: .5;
    transition: opacity .15s linear;
}

.ng-enter {
    opacity: 0;
}

.ng-enter-active {
    opacity: .5;
}

.ng-leave {
    opacity: .5;
}

.ng-leave-active {
    opacity: 0;
}

/*ģ����*/
.table-model {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
}

.table-model b, .table-model span {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.table-model div:nth-of-type(2n+1) {
    background: #f5f5f5;
}

.border {
    border: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom, .bdBottom {
    border-bottom: 1px solid #ddd;
}

.overflow-hidden {
    overflow: hidden;
}

.block {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

.bg-ddd, .bgActive {
    background: #ddd !important;
}
.text-top {
    vertical-align: top;
}

.fa-times.mg-top-3 {
    margin-top: 3px;
    color: #444;
}

.optionEllipsis {
    display: inline-block;
    max-width: 70%;
    height: 17px;
    padding-bottom: -2px;
    vertical-align: top;
}

.optionEllipsis:after {
    position: absolute;
    right: 60px;
    top: 31px;
    height: 10px;
    content: '...';
}

.text-clip {
    text-overflow: clip;
    overflow: hidden;
}

/*.text-clip:hover {
    text-overflow:inherit;
    overflow:visible;
    height: auto;
}*/
/*
 风控-申请资料
*/
.apply img {
    width: 80px;
    max-height: 80px;
}

.input-group-sum {
    position: absolute;
    width: 50%;
    left: 50%;
    top: -8px;
}

.btn-download {
    display: inline-block;
    width: 15%;
    line-height: 30px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.width100 {
    width: 100%;
}

.area-select {
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .area-select {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .width64 {
        width: 64%;
    }

    .margin-left {
        margin-left: -8.5%;
    }

    .width200 {
        width: 230%;
    }

}

/*水印*/
.waterMark {
    display: inline-block;
    width: 300px;
    line-height: 250px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.clear-borderTop {
    border-top: none !important;
}

/*添加表格边框*/
.add-table-border {
    border: 1px solid #eeeeee;
}

/*
 * 表格拖拽样式
 * table drag and drop style
 */
.ul-table-head {
    min-height: 38px;
    list-style: none;
    padding: 0;
    margin: 0;

}

.ul-table-head li {
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
}

.ul-table-head li div {
    padding: 8px;
    float: left;
    min-height: 38px;
}

.ul-table[dnd-list] {
    min-height: 38px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.ul-table[dnd-list] .dndDraggingSource {
    display: none;
}

.ul-table[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 38px;
}

.ul-table[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
}

.ul-table[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.ul-table li > div {
    padding: 8px;
    display: inline-block;
    margin-right: -4px;
    min-height: 38px;
    word-wrap: break-word;
    word-break: break-all;
    vertical-align: middle;
}
.ul-table, .ul-table-head {
    text-align: center;
}
/*拖拽样式结束*/
.width5 {
    width: 5%;
}

.width6 {
    width: 6%;
}

.width8 {
    width: 8%;
}

.width9 {
    width: 9%;
}

.width10 {
    width: 10%;
}

.width12 {
    width: 12%;
}
.width13 {
    width: 13%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width18 {
    width: 18%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.btn_color {
    background-color: forestgreen;
}
.table >tbody th{
    font-weight:normal;
}
/*单元格图片及垂直居中*/
td {
    vertical-align: middle !important;
    max-width: 180px;
    word-wrap: break-word;
    word-break: break-all;
}
th{
    vertical-align: middle !important;
}

/*img {*/
    /*width: 100%;*/
/*}*/
/*申请*/
.dong{
    margin-top: 30px;
}

/*课件列表的样式*/
.lessonlist {
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    width: 30%;
    float: left;
    margin: 2px 12px 2px -10px !important;
    height: 100px;
    background-color: #f5f5f5;
}

.selected {
    background-color: #aaaaaa;
}

/*表单验证错误提示*/
.error {
    color: #a94442;
    font-size: 12px;
    margin: 10px 0 0 10px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis:hover {
    text-overflow: clip;

}

/*
.ellipsis-row-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;;
}

.boxReset {
    margin: 0 !important;
    padding: 0 !important;
}
*/

.padding-top-0{
    padding-top: 0!important;
}
.padding-0{
    padding-right: 0;
    padding-left: 0;
}
.margin-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-top-5{
    margin-top:5px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-left-5{
    margin-left: 5px;
}

.margin-left-20 {
    margin-left: 20px !important;
}
.margin-right-2{
    margin-right: 2%;
}
.margin-bottom-1{
    margin-bottom: 1%;
}
.margin-left-1{
    margin-left: 1%;
}
.star {
    color: red !important;
}
.super{
    padding-right: 10px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.fake-button {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 10px
}


.border-none{
    border:none;
}

/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {*/
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
/*}*/

.vertical-align-middle {
    vertical-align: middle;
}

.form-control {
    padding: 6px !important;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.text-red{
    color:red;
}

.text-green{
    color: green;
}

.text-blue{
    color: blue;
}
.text-orange{
    color: orange;
}
/*隐藏checkbox*/
.hidden {
    opacity: 0;
    position: absolute;
    /*脱离文档流*/
}

/*图表*/
.signchart-wrap {
    width: 100%;
    height: 500px;
    padding-top: 30px;
}

.grey {
    background: #f5f5f5;
}
.white{
    background: #fff!important;
}

/*时间插件宽度*/
.dropdown-menu {
    width: 320px;
}

/*单选框*/
input[type="radio"] + span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: sub;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: solid 1px #1d7ad9;
    border-radius: 50%;
}

input[type="radio"]:checked + span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: sub;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: solid 6px #1277dc;
    border-radius: 50%;
}

/*预格式化文本，用来显示用户管理列表中的时间*/
pre {
    padding: 0!important;
    margin: 0!important;
    font-size: inherit!important;
    line-height: inherit!important;
    color: inherit!important;
    background-color: inherit!important;
    border: none!important;
    border-radius: 0!important;
    font-family: inherit;
}
/*分页样式*/

.pagination li>a{
    margin: 0 5px;
    cursor:pointer
}
.paginationCenter{
    padding-right: 20px;
    line-height: 34px;
}
.paginationGo{
    line-height: 28px;
    width: 50px;
}


/* 表格内容居中 */
.table th,
.table td {
    text-align: center;
}
/*表格灰头*/


/* 详情部分 两边padding */
.detail-padding-15{
    padding:10% 15%;
}

.detail-padding-5{
    padding:5% 5%;
}
.renxing{
    width: auto;
    display: inline-block;
}

/*********************************/
.navbar {
    margin: 0;
}

.btn-margin {
    margin-right: 10px;
}

.dropdown-toggle {
    cursor: pointer;
}

.form-search .form-group {
    margin-top: 10px;
}

.form-search label {
    width: 7em;
}

.role-tree {
    padding: 0;
    list-style: none;
}

.role-tree li {
    padding-top: 7px;
    line-height: 24px;
}

.role-tree-child {
    list-style: none;
}

.role-tree-child li {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .margin-left {
        margin-left: 10%;
    }
}

.pd-top-2 {
    padding-top: 20px;
}

.pd-bottom-2 {
    padding-bottom: 20px;

}

.pd-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.alert-title {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.label-summary {
    width: 12.5%;
}

.input-summary {
    width: 84.65%;
}

.text-area.form-control {
    height: 100px;
    resize: none;
}

@media only screen and (min-width: 1200px) {

    .label-layout {
        width: 12.5%;
    }

    .input-layout {
        width: 84.65%;
    }
}

/* alert */
.modal-backdrop.am-fade {
    opacity: .5;
    transition: opacity .15s linear;
}

.ng-enter {
    opacity: 0;
}

.ng-enter-active {
    opacity: .5;
}

.ng-leave {
    opacity: .5;
}

.ng-leave-active {
    opacity: 0;
}

/*ģ����*/
.table-model {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
}

.table-model b, .table-model span {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.table-model div:nth-of-type(2n+1) {
    background: #f5f5f5;
}

.border {
    border: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom, .bdBottom {
    border-bottom: 1px solid #ddd;
}

.overflow-hidden {
    overflow: hidden;
}

.block {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

.bg-ddd, .bgActive {
    background: #ddd !important;
}

.text-top {
    vertical-align: top;
}

.fa-times.mg-top-3 {
    margin-top: 3px;
    color: #444;
}

.optionEllipsis {
    display: inline-block;
    max-width: 70%;
    height: 17px;
    padding-bottom: -2px;
    vertical-align: top;
}

.optionEllipsis:after {
    position: absolute;
    right: 60px;
    top: 31px;
    height: 10px;
    content: '...';
}

.text-clip {
    text-overflow: clip;
    overflow: hidden;
}

/*.text-clip:hover {
    text-overflow:inherit;
    overflow:visible;
    height: auto;
}*/
/*
 风控-申请资料
*/
.apply img {
    width: 80px;
    max-height: 80px;
}

.input-group-sum {
    position: absolute;
    width: 50%;
    left: 50%;
    top: -8px;
}

.btn-download {
    display: inline-block;
    width: 15%;
    line-height: 30px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.width100 {
    width: 100%;
}

.area-select {
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .area-select {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*水印*/
.waterMark {
    display: inline-block;
    width: 300px;
    line-height: 250px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.clear-borderTop {
    border-top: none !important;
}

/*添加表格边框*/
.add-table-border {
    border: 1px solid #eeeeee;
}

/*
 * 表格拖拽样式
 * table drag and drop style
 */
.ul-table-head {
    min-height: 38px;
    list-style: none;
    padding: 0;
    margin: 0;

}

.ul-table-head li {
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
}

.ul-table-head li div {
    padding: 8px;
    float: left;
    min-height: 38px;
}

.ul-table[dnd-list] {
    min-height: 38px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.ul-table[dnd-list] .dndDraggingSource {
    display: none;
}

.ul-table[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 38px;
}

.ul-table[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
}

.ul-table[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.ul-table li > div {
    padding: 8px;
    display: inline-block;
    margin-right: -4px;
    min-height: 38px;
    word-wrap: break-word;
    word-break: break-all;
    vertical-align: middle;
}

.ul-table .id, .ul-table-head .id {
    width: 10%;
}

.ul-table .image, .ul-table-head .image {
    width: 30%;
}

.ul-table .name, .ul-table-head .name {
    width: 15%;
}

.ul-table .title, .ul-table-head .title {
    width: 20%;
}

.ul-table .act, .ul-table-head .act {
    width: 25%;
}

.ul-table .version, .ul-table-head .version {
    width: 35%;
}

.ul-table, .ul-table-head {
    text-align: center;
}

.three1 {
    width: 30%;
}

.three2 {
    width: 30%;
}

.three3 {
    width: 40%;
}

.four1 {
    width: 10%;
}

.four1 img {
    width: 100%;
    height: auto;
    max-height: 100px;
}

.four2 {
    width: 20%;
}

.four2 img {
    max-height: 80px;
}

.four img {
    max-width: 100%;
}

.four3 {
    width: 30%;
}

.four4 {
    width: 30%;
}

.test1 {
    width: 5%;
}

.test2 {
    width: 10%;
}

.test3 {
    width: 20%;
}

.test3 img {
    max-height: 80px;
}

.test4 {
    width: 20%;

}

.test5 {
    width: 20%;
}

.test6 {
    width: 5%;
}

.test7 {
    width: 20%;
}
.width5{
    width: 5%;
}
.width10 {
    width:10%;
}
.width15 {
    width: 15%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width30 {
    width: 30%;
}
/*单元格图片及垂直居中*/
td {
    vertical-align: middle !important;
    max-width: 180px;
    word-wrap: break-word;
    word-break: break-all;
}

/*img {*/
    /*width: 100%;*/
/*}*/

/*课件列表的样式*/
.lessonlist {
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    width: 30%;
    float: left;
    margin: 2px 12px 2px -10px !important;
    height: 100px;
    background-color: #f5f5f5;
}

.selected {
    background-color: #aaaaaa;
}

/*表单验证错误提示*/
.error {
    color: #a94442;
    font-size: 12px;
    margin: 10px 0 0 10px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis:hover{
    text-overflow: clip;

}
/*
.ellipsis-row-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;;
}

.boxReset {
    margin: 0 !important;
    padding: 0 !important;
}
*/
.margin-bottom-5{
    margin-bottom: 6px;
}


