.navbar-input {
    border: 1px solid #d5d5d5 !important;
}

.navbar-input:focus {
    border: 1px solid #FFB90F !important;
}

/* tabble 边框 */
.tab-content {
    border: none;
}

/* 表格  */
.datagrid-header td {
    background: #ededed !important;
}

th,
td {
    padding: 7px!important;
    position: relative !important;

}

td .app-a {
    /*position: relative;
		overflow: visible;
		margin-left: 10px;*/
}

td .app-a .approve-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
}

td .trip-a {
    margin-left: 4px;
}

.trip-a .trip-img {
    width: 18px;

}

.datagrid-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.datagrid-row-selected {
    background: #fff;
    /*选中行的背景 */
}

td.backg {
    background: #FFFBEE !important;
}

/*.panel-body{
	border:none;
	}*/
.tab-content .textbox {
    border: 1px solid #d5d5d5;
    border-radius: 0;
}


.show-select-item-div{
    border-bottom:solid #cccccc 1px;
    width:100%;
    height:35px;
}

.show-select-item-div .select-item{
    width:92px;
    float:left;
    line-height:35px;
    padding-left:12px;
    cursor: pointer;
}

.show-select-item-div .selected-item-show{
    color:#F95259;
    border-bottom:solid #F95259 1px;
}
