/* Write your styles */

.ta-am-list-text {
  color: #999999;
  position: absolute;
  right: 150px;
  font-size: 1.3rem;
  top: 1.3rem;
}

/* header search left margin */
.ta-topbar-search {
  float: left;
  margin-left: 50px;
  width:330px;
}

/* ta-btn-color-white */
.ta-btn-color-white {
  color: white;
}

/* advise width*/
.ta-content-advise {
   width:100%;
   height:255px;
}

/*grid padding*/
.ta-g-padding {
 	padding: 5px 5px;
}


/**********user  and count info start**********/
.ta-login-bg{
	position: relative;
	top:0px;
	left: 0px;
	width:100%;
	height:250px;
}


.ta-face-bg{
/* 	border: 1px solid rgba(250,0,0,0.5);*/
	background:url("/image/face_bg.png") no-repeat 0px 0px;
	position: relative;
	top:0px;
	left: 0px;
	width:100%;
	height:250px;
}

/**********user  and count info end**********/


/**********word info start**********/

.ta-word-zone{
	padding-top:5px;
 	padding-left:120px;
	padding-bottom:5px;
	border-top:1px solid #444444;
	border-bottom:1px solid #444444;
}

.ta-word-sheet{
 	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #444444;
}


.ta-word-boder-left{
	border-left: 1px solid #444444;
	padding-right:10px;
}


.ta-word-boder{
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	padding-right:10px;
}

.ta-word-info{
	font-size: 1.2rem;
	padding-right:5px;
	cursor:pointer;
}

/**********word info end**********/

/*footer*/
.footer p {
    color: #262626;
    margin: 0;
    /*padding: 5px 0;*/
    text-align: center;
    background:#f5f5f5;
    border-color: #dddddd;
}

/**********grid background start**********/
/*grid background white*/
.ta-g-bg-white {
 	background:#ffffff;
}

/*grid background black*/
.ta-g-bg-black {
 	background:#000000;
}

/*grid background lightgrey*/
.ta-g-bg-lightgrey {
 	background:#eeeeee;
}

/*grid background grey*/
.ta-g-bg-grey {
 	background:#7f7f7f;
}

/*grid background red*/
.ta-g-bg-red {
 	background:#ff0000;
}

/*grid background green*/
.ta-g-bg-green {
 	background:#00ff00;
}

/*grid background blue*/
.ta-g-bg-blue {
 	background:#0000ff;
}

/*grid background yellow*/
.ta-g-bg-yellow {
 	background:#ffff00;
}

/*grid background lightblue*/
.ta-g-bg-lightblue {
 	background:#00ffff;
}

/*grid background purple*/
.ta-g-bg-purple {
 	background:#ff00ff;
}
/**********grid background end**********/


/**********grid border start**********/
/*grid border white*/
.ta-g-bd-white {
 	border-color:#ffffff;
}

/*grid border black*/
.ta-g-bd-black {
 	border-color:#000000;
}

/*grid border lightgrey*/
.ta-g-bd-lightgrey {
 	border-color:#eeeeee;
}

/*grid border grey*/
.ta-g-bd-grey {
 	border-color:#7f7f7f;
}

/*grid border red*/
.ta-g-bd-red {
 	border-color:#ff0000;
}

/*grid background green*/
.ta-g-bd-green {
 	border-color:#00ff00;
}

/*grid border blue*/
.ta-g-bd-blue {
 	border-color:#0000ff;
}

/*grid border yellow*/
.ta-g-bd-yellow {
 	border-color:#ffff00;
}

/*grid border lightblue*/
.ta-g-bd-lightblue {
 	border-color:#00ffff;
}

/*grid border purple*/
.ta-g-bd-purple {
 	border-color:#ff00ff;
}

/**********grid border end**********/


/**********grid wdith start**********/
.ta-g-width-100 {
 	width:100px;
}

/*grid height 20*/
.ta-g-height-20 {
 	height:20px;
}

/*grid height 50*/
.ta-g-height-50 {
 	height:50px;
}

/*grid height 80*/
.ta-g-height-80 {
 	height:80px;
}

/*grid height 100*/
.ta-g-height-100 {
 	height:100px;
}


/*grid height 200*/
.ta-g-height-200 {
 	height:200px;
}

/*grid height 800*/
.ta-g-height-800 {
 	height:800px;
}

/*grid height 12000*/
.ta-g-height-12000 {
 	height:12000px;
}

/**********grid wdith end**********/

























/*添加数据页*/
.myfromtable{
	margin-top:50px;
}


.mysearch{
    width:50%;
    margin-bottom: 15px;
}


.admin-main {
	padding-top: 0px;
}

.adduser {
	margin-top: 50px;
}

.am-topbar-inverse{
    background-color: #444444;
    border-color: #444444;
}
