input[type=text]:focus{
   
    border-color:@mian-col;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}


/**按钮的公共样式 start**/
.commonBtn(@width: 100px,@height:36px, @back: #f3b531, @hov: #fe9916) {
    width: @width;
    height: @height;
    line-height: @height;
    color: #fff;
    background: @back;
    border: none;
    border-radius: 2px;
    outline: none;
    &:hover {
        background: @hov;
    }
}

.icon-search {
    color: #fff;
    background-color: @mian-col;
    border-color: @mian-col;
    &:hover {
        background-color: @mian-col;
        cursor: pointer;
    }
}

.modal-dialog .btn-save {
    .commonBtn(100px,36px, @mian-col, @mian-col-hov);
    line-height: 0;
}



.box_form button, .op button {
    .commonBtn(100px,36px, @mian-col, @mian-col-hov);
}

.submit_par button {
    position: absolute;
    left: 20%;
    .commonBtn(100px,36px, @mian-col, @mian-col-hov);
}

.login-content .btn-login {
    .commonBtn(100px,36px, @mian-col, @mian-col-hov);
    flex: 4;
    margin-left: 12px;
    line-height: 0;
    font-size: 16px;
    border-radius: 0;
}


/**按钮的公共样式 end**/


/** 右侧头部信息公共样式**/

.sub-contain {
    float: left;
    margin: 16px 16px 0;
    width: calc(~"100% - 232px");
}

.pa-content-top {
    height: 62px;
}

.pa-handle {
    background-color: white;
    height: 48px;
    line-height: 48px;
    padding-right: 50px;
    color: @font-col;
    font-size: 16px;
    font-family: Arial, 'Times New Roman', SimHei !important;
}

.pa-handle-text {
    margin-left: 10px;
    display: inline-block;
}

.pa-handle-text tt {
    font-family: Arial, 'Times New Roman', SimHei;
}

.icon-add-btn {
    position: relative;
    top: -2px;
}

.pa-subTitle {
    color: @font-col;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-left: 3px solid @btn_col1;
    text-indent: 6px;
    margin-top: 16px;
    margin-left: 14px;
}


/** 右侧头部信息公共样式**/


/*** logo**/

.header {
    width: 100%;
    /* height: 100%; */
    box-shadow: 0 2px 8px @logo-shadow-col;
}

.header_t {
    width: 100%;
    height: 56px;
    background-color: @mian-col;
}

.headRight {
    margin-left: 80%;
    margin-top: -38px;
    font-size: 14px;
}

.logo {
    margin: 0 16px 0 34px;
}


/*** logo**/




/**message**/

.alertBox {
    width: 100%;
    min-height: 14px;
    background: #efefef;
    .alert {
        margin: 10px 0;
        div {
            margin-left: 36px;
        }
    }
    .alert-danger {
        background: #fce9e3 url('../../images/index/danger.png') no-repeat 20px 15px;
        color: #fc6907;
    }
    .alert-success {
        background: #e0f0d9 url('../../images/index/success.png') no-repeat 20px 15px;
        color: #508849;
    }
    .alert .close {
        vertical-align: middle;
    }
}


/**message**/


/**validation**/

.tooltip-inner {
    border-radius: 3px;
    font-family: Arial, 'Times New Roman', SimHei;
    background: #434343;
    font-size: 13px;
    color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #434343;
}


/**validation**/


/*ui-grid*/

.ui-grid-filter-container {
    border-top: 1px solid #ccc;
}

.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 8px;
    position: relative;
    left: 3px;
}

input[type="text"].ui-grid-filter-input {
    display: block;
    width: 100%;
    height: 22px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}

input[type="text"].ui-grid-filter-input:focus {
    border-color: #f85d11;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-grid-cell-contents {
    padding: 8px;
    line-height: initial;
}

.ui-grid-row:last-child .ui-grid-cell {
    border-bottom-width: 1px !important;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #fff;
}

.ui-grid-cell {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 1.42857143;
}

.ui-grid-row:nth-child(n):hover .ui-grid-cell {
    background-color: @grid-selected;
    
}



.ui-grid-header-cell-label {
    color: #575656;
}

.ui-grid-cell-contents {
    color: #575656;
}

.ui-grid-menu-button {
    border: none;
    background-color: transparent;
}

.ui-grid-cell-contents {
    outline: none;
}

.ui-grid-column-menu-button {
    outline: none;
}

.ui-grid-row-selected {
    position: relative;
}

.ui-grid-row-selected::before {
    background-color: rgba(89, 88, 88, 0.68);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.ui-grid-cell-contents span {
    margin: 0 5px;
}

div[ui-grid-row='row'] {
    position: relative;
}

.ui-grid-top-panel {
    background: transparent;
}

.ui-grid-disable-selection {
    -webkit-touch-callout: inherit;
    -webkit-user-select: inherit;
    -khtml-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit;
    cursor: default;
}

.ui-grid-selection-row-header-buttons{
    opacity: 1;
}
.ui-grid-cell-contents .ui-grid-icon-ok:before{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left:5px;
    top:8px;
    background: url("../../images/index/unchecked-.png") no-repeat;
    z-index: 99;
}
.ui-grid-cell-contents .ui-grid-row-selected::before{
      content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    left:-2px;
    top:3px;
    background: url("../../images/index/checkbox.png") no-repeat;
     z-index: 99;
}

/*ui-grid*/
/*日期控件*/
.date_box {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 36px;
    .checking_date {
       
        width: 200px;
        margin: 0 16px 0 15px;
        border: 1px @mian-col solid;
        outline: none;
        text-indent: 15px;
        border-right: none;
    }
    .date_btn {
        position: absolute;
        right: 4px;
        top:1px;
        color: #fff !important;
        background-color: @mian-col !important;
        border-color: @mian-col !important;
        border-radius: 0;
    }
    .btn {
        color: #333;
        background-color: #fff;
        border-color: white;
    }
    .uib-title, .uib-left, .uib-right {
        background-color: @mian-col !important;
        color: #fff !important;
    }
    .active {
        background: @mian-col;
    }
    .btn-sm:focus {
        outline: none;
        background: @mian-col !important;
        color: white !important;
    }
    .active:hover {
        border: none;
        background: @mian-col;
        color: white;
    }
    .active span {
        color: white;
    }
    em.ng-binding {
        color: @mian-col;
    }
    .btn-info, .uib-clear, .uib-close {
        background-color: @mian-col !important;
        color: #fff !important;
    }
    .btn-sm:hover {
        background: @mian-col!important;
        color: #fff;
        .text-muted {
            color: #fff;
        }
    }
}
/*日期控件*/