@charset "utf-8";

@media (min-width: 1199px) {
    body.sw-toggled .breadcrumb {
        padding: 10px 33px 11px;
    }
}




/* 背景图片 用户登录界面*/

body.login-content:before {
    background-image: url(../img/login/login-bac.jpg);
    height: 100%;
    background-size: 100% 100%;
    background-color: #292926;
}


.fg-line .login-form{
    width: 270px;
    height: 50px;
    border: 1px solid #C2C7CC;
    border-radius: 4px !important;
}


/* 背景透明度 */

.lc-block.toggled {
    /*background-color: rgba(255, 255, 255, 0.85);*/
}

.input-group .form-control {
    background-color: rgba(255, 255, 255, 0.4);
}





/* ....................... */

.radio label,
.checkbox label {
    color: #000;
}

.name_kldm{
    color: #19BD75;
}



/* 是否保存手机号 */

.form-horizontal .form-group {
    margin-bottom: 0;
}

.table-ellipsis {
    table-layout: fixed;
}

.table-ellipsis td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}





/* 登陆  */

.logo-box img {
    display: block;
    margin: 20px auto 30px;
    text-align: center;
}

.input-group .fg-line {
    padding: 0;
}

.random_img {
    border-radius: 3px;
    bottom: 2px;
    position: absolute;
    right: 5px;
    z-index: 9999;
}

.login-btn {
    background: #FFA600;
    border-radius: 3px;
    color: #fff;
    width: 270px;
    height: 38px;
    margin: 0 auto;
    argin-top: 35px;
    display: block;
    font-size: 16px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}

.login-btn:hover {
    /*background: #00a5bb none repeat scroll 0 0;*/
}

.logo-copyright {
    margin-top: 20px;
}

.logo-copyright span {
    font-size: 12px;
}





/*主页*/

.header-inner .logo a {
    background: url(../img/headers/Logo.png) no-repeat scroll 0 center;
    text-indent: 7.5em;
}

/*重定义导航栏*/
.right{
    text-align: right;
}
.right .input-group{
    margin-left: 0;
    position: relative;
    top:-14px;

}
.right .fg-line{
    width: 50%;
}
.right .fg-line1{
    width: 45%;
    /*padding-top: 10px;*/
    margin-left: 5px;
}

.right .waves-effect{
    display: inline-block;
    vertical-align: middle;
}
.right .zmdi{
    position: relative;
    top:5px;
}
.left{
    position: relative;
    display: table;
    border-collapse: separate;
    padding-top: 15px;
    float: left;
}
.right .input-group .input-group-addon{
    padding-right: 0 !important;
    text-align: right;
}
.right .input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon:not(.last){
    width: 49px;
}





/* 定制 */

.custom-card {
    margin-bottom: 10px;
}

.custom-card .card-header:not(.ch-alt) {
    padding: 12px 25px;
}

.custom-card .card-body.card-padding {
    padding: 9px 26px;
}

#epDcTable>thead>tr>th {
    vertical-align: bottom;
}

.card {
    min-height: 850px;
}
.right .input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon:not(.last) {
    width: 30px;
    text-align: right;
    position: relative;
    left: 10px;
}
/*优化*/
.pm-body .btn {
    height:        30px !important;
}
.breadcrumb .btn {
    min-width:         60px;
}

a.btn1 {
    cursor: pointer;
    width: 50px;
    line-height: 28px;
    color: #666;
    text-align: center;
    display: inline-block;
    background:#EDECEC;
    border-radius: 5px;
    height: 30px;
}
a.btn1:hover{
    color: #2196F3;
    background:#EDECEC;
}
a.btn1 i{
    position: relative;
    top:1px;
}
.my_add{
    color: #fff;
    background-color: #fd9f18;
}
.my_add:hover{
    color: #fff;
    background-color: #fd9f18;
}
.key_input{
    display: inline-block !important;
    padding-left: 10px;
    /*width: 60% !important;*/
}
.row_content{
    padding: 8px 10px;border-bottom: 1px solid #e5e5e5;background: #fff
}
.text-right{
    text-align: right!important;
}
.must{
    color: red;
    margin-right: 5px;
}
.form-control{
    padding-left: 10px !important;
}
/*工具提示相关*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tip-bubble
{
    font-size: 1.0em;
    padding: 10px;
    text-align: left;
    position: fixed;
    line-height: 20px;
    z-index: 1000;
    border-radius: 5px;
    display: inline-block;
    opacity: 0;
    /*max-width: 530px;*/
}

.tip-bubble:after
{
    content: '';
    position: absolute;
    margin-left: -8px;
    width: 0;
    height: 0;
}

.tip-bubble-center-point:after
{
    left: 50%;
    right: auto;
}

.tip-bubble-left-point:after
{
    left: 10px;
    right: auto;
}

.tip-bubble-right-point:after
{
    right: 10px;
    left: auto;
}

.tip-arrow-top:after
{
    border-bottom: solid 8px;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    bottom: 100%;
}

.tip-arrow-bottom:after
{
    border-top: solid 8px;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    top: 100%;
}

.tip-theme-light:after
{
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.tip-theme-dark:after
{
    border-bottom-color: #000;
    border-top-color: #000;
}
