
.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}
.table.align-center {
   text-align: center;   
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
 .container1 {
    width: 50%;
    margin: 0 auto;
   padding: 1px;
   background: #f0e68c;
}
 .container2 {
    width: 70%;
    margin: 0 auto;
   padding: 1px;
   background: #f0e68c;
}

 .someclass{ /*this class for testing purpose only*/
    border:1px solid blue;
    line-height:2em;
}

.totheright{ /*this will align the text to the right*/
  text-align:right;
}
.totheleft{ /*this will align the text to the right*/
  text-align:left;
}
.yellow_background{
    background-color:yellow;
}


.greenBg {
    background: red;
}
.highlight {
   /*background:#c6175e;padding:1px 7px 2px;color:#fff;border-radius:1px;*height:20px;*/
   background:#c6175e;
   color:white;
}
.highlight a{background:#c6175e;padding:1px 7px 2px;color:#fff;border-radius:1px;*height:20px;}
.size1of2 { float: left; width:8%; }
.size1of3 { float: left; width:10%; }
.size1of4 { float: left; width:20%; }

.title
{
	color:#FA8072;
	font-weight:bold;
	margin-bottom:20px;
}
.imgicon
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.spanicon{position:absolute;/*top:26%;right:29%;*/      margin-left  :9%; margin-top: 3%;background-color:rgba(255,73,73,0.62);color:#fff;border-radius: 50%;padding:5px; /*z-index:5;*/}


/*.spanicon{position:absolute;    margin-left : 110px; margin-top: 50px;background-color:rgba(255,73,73,0.62);color:#fff;border-radius: 50%;padding:5px; }*/
.spanicon1{position:absolute;/*top:28%;right:29%;*/background-color:rgba(255,73,73,0.62);color:#fff;border-radius: 50%;padding:5px;  margin-top: 6%; margin-left : 9%;/*z-index:5;*/}
.spanicon2
{
	
	position:absolute;
	/*top:28%;
	right:29%;*/
	 margin-left : 9%;
	  margin-top: 9%;
	background-color:rgba(255,73,73,0.62);
	color:#fff;  
	border-radius: 50%;
    padding:5px;
	 /*z-index:5;*/
}
.glyphicon 
{
	color:white;
}
.gray
{
/*width: 78%;*/
height: 36px;
background-color: #f2f2f2;
}

.nav .logo{
    /*padding-left:80px;*/
    margin-top:-15px;
}

.col-lg-f {
  width: 13.666666666666664%;
}

f1{
white-space:nowrap; 
width:150px; /*你可以指定希望的寬度*/
overflow:hidden;
text-overflow:ellipsis;
z-index:auto;
}



.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /*width: 1300px;*/
	width:80%; 
	position: absolute;
	left:10%;
	text-align:center;
}


.nav h1
{
    width: 110px;
    height: 30px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -999em;
}


.mod-navPop ul li {
    float: left;
    margin: 0 12px;
    display: inline;
}

.mod-navPop {
    /* padding-left: 140px; */
    margin-top: 20px;
}
/*.header .menu { position:absolute; top:15px; right:-108%; z-index:1;font-size: 17px;}*/
.header .menu {
    position: absolute;
    /*right: -110%;*/
	 margin-right:21%; 
    top: 12%;
    float: right;
    font-size: 17px;
}
#text {
    /*background-color:#FDF5E6;*/ 
	background: url(img/bg.png) 0 0 repeat;
    border-color: #c6175e;
}


 
.hmenu{margin-top:1% ;margin-right:6%;}
.hmenu li{padding-left:5px; padding-right:5px;}
.hmenu li a{color:#fff;}

.hmenu .upload {position:relative;}
.hmenu i{border:5px solid rgba(255,255,255,0.01); border-top:5px solid  #e4e4e4; display:inline-block; margin-bottom:-5px;}
.hmenu li:hover a{color:#c6175e;}
.hmenu li:hover i{
	border:5px solid rgba(255,255,255,0.01);
	border-bottom:5px solid #c6175e;
	display:inline-block; 
	margin-bottom:0px;
}