.u-text-orange{
	color: #FD9753;
}
.u-text-gray{
	color: #868686;
}
.u-text-black{
	color: #000000;
}
.u-text-blue{
	color: #0099CC;
}
.u-font-big{
	font-size: 28px;
}
.u-input{
	width: 200px;
}
.u-select a{
	color: #ffffff;
}
.dashed{width:100%;height:0;border-bottom:#999999 1px dashed;}
.u-star{
    font-size: 24px;
    cursor: pointer;
}
.u-hand{
    cursor: pointer;
}
/*header*/
 .g-header{
    background-color:#282D33 ; 
  }
 .g-header .navbar-brand{
    height:90px;
 }
 .g-header .navbar-nav > li > a {
    padding-top: 30px;
  }
 .g-header .navbar-nav > .active > a,.g-header .navbar-nav > .active > a:hover{
   background-color:#3099DB ; 
  }
  .g-header .u-callimg{
    padding-top:10px; 
  }
  .g-footer {
     background: #e8e8e8 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    bottom: 0;
    clear: both;
    color: #999;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 100%;
}

/* 标题 title header start¨--*/
.page-header span{
	border-left: 2px solid #0099CC;
	padding-left: 5px;
}
.g-header-position{
	margin-top: 10px;
}
/* 标题 title header end--*/
/*面板*/
.g-panel-gray{
	background-color: #F9F9F9;
	border:2px solid #EEEEEE;
}
.g-panel-default{
	background-color: #FFFFFF;
	border:2px solid #EEEEEE;
}
.g-panel-inner-orange{
	background-color: #FCF8E3;
	border:1px solid #FBEED5;
}

/*tab*/
.g-nav-tab > li > a {
    padding: 10px 45px;
}
.g-nav-tab{
	border-bottom:none;
	margin-bottom: 20px;
}.nav-tabs > li > a {
	background-color:#E4E4E4;
	color: #000000;
	margin-right: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #868686;
	color: #ffffff;
}

/*表单*/

.green{
	color:#5cb85c;
}
.red{
	color:#d43f3a;
}
.orange{
	color:#ff6600;
}
.mgl10{
	margin-left: 10px;
}
.mgl20{
	margin-left: 20px;
}
.mgl30{
	margin-left: 30px;
}
.mgb5{
	margin-bottom: 5px;
}
.mgb20{
	margin-bottom: 20px;
}
/*导航*/
.g-side-bar .g-side-bar-title{
      color: #fff;
}
/*table*/
.g-table-panel .panel-body{
  padding: 0;
 } 
 .g-table-panel .table{
  margin-bottom: 0;  
 }
 .g-table-panel .table .g-td-style {
  border-left: 1px solid #DDDDDD ;
 }

 .required{
 	color: #e02222;
    font-size: 12px;
    padding-left: 2px;
 }

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    table-layout: fixed; word-break: break-all;
}
