/*select css begin*/
.ui.select {
	    padding: 7px 0 2px 10px!important;
    vertical-align: top;
    appearance: none;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    border-radius: 3px;
    vertical-align: middle;
    width: auto;
    border: 1px solid #d7d7d9;
    background: #edeef0;
    -webkit-box-align: start;
    -webkit-align-items: stretch;
    -moz-box-align: start;
    box-align: start
}
/*select css end*/
.gicTab{
    padding-left:20px;
}
.gicTab .profile_nav{
    border-top: none;
    text-align:left
}
.gicTab .px_tabs>li{
    margin:0 25px;
}
.sets_body {
	position : relative;
    padding-top: 30px;
    max-width: 1240px;
    margin: 0 auto
}
.profile_body .sets_body .empty_view {
    background-image: url(//assetcdn.500px.org/assets/profiles/set-e4b94e65746a353d9a4a2182fa79f8a4.svg)
}

.px_card {
    position: relative;
    width: 280px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.px_card .avatar,.px_card .top {
    background-position: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.px_card:hover {
    /*-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.08);*/
    /*box-shadow: 0 1px 15px rgba(0,0,0,.08)*/
}

.px_card.small {
    width: 280px;
    margin: 0 10px 20px
}

.px_card.medium {
    width: 360px;
    margin: 0 25px 50px
}

.px_card.medium .top {
    height: 240px
}

.px_card.medium .bottom {
    height: 110px;
    padding-top: 35px
}

.px_card.no_badge.no_avatar .bottom {
    min-height: 90px;
    padding-top: 15px
}

.px_card.no_badge .top {
    height: 240px
}

.px_card.no_badge .bottom {
    height: auto;
    padding-top: 10px
}

.px_card.no_badge .name {
	overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 20px;
    line-height: 2.4em
}

.px_card.no_badge .description {
    margin-bottom: 8px
}

.px_card.no_badge .avatar_wrap {
    width: 30px;
    height: 30px;
    margin: 0 auto
}

.px_card.no_badge .avatar,.px_card.no_badge .avatar_background {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    bottom: auto;
    left: auto;
    margin-left: auto
}

.px_card.nsfw_placeholder .nsfw_placeholder_content {
    display: table
}

.px_card.nsfw_placeholder img {
    display: none
}

.px_card .nsfw_placeholder_content {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #222;
    text-align: center;
    padding: 0 10px
}

.px_card .nsfw_placeholder_content span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.px_card .link_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100
}

.px_card .top {
    position: relative;
    width: 100%;
    height: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #b9c1c7;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    transition: all .2s;
    border: 1px solid #eeeff2;
    border-bottom: none;
    border-top: none
}

.px_card .avatar,.px_card .avatar_background {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px
}

.px_card .avatar {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 150;
    transition: all .2s
}

.px_card .avatar:hover {
    opacity: .7
}

.px_card .avatar_background {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
    background-color: #fff
}

.px_card .button,.px_card .name {
    z-index: 150;
    position: relative
}

.px_card .bottom {
    width: 100%;
    height: 150px;
    text-align: center;
    padding-top: 35px;
    border: 1px solid #eeeff2;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.px_card .description,.px_card .followers,.px_card .name {
    line-height: 1.4em
}

.px_card .name {
    color: #0099e5;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    display: inline-block
}

.px_card .name:hover {
    color: #0099e5
}

.px_card .description,.px_card .followers {
    color: #b9c1c7;
    font-size: 14px;
    display: block;
    margin: 0 auto 15px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px)
}

.px_card .description a,.px_card .followers a {
    color: #525558;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 150
}

.px_card .description a:hover,.px_card .followers a:hover {
    color: #0af
}
.px_card .bottom.create_gallery_cta__content {
    cursor: pointer;
    height: 330px!important
}
.checkbox.multi_values:before,.checkbox:before {
    background-position: center center;
    background-repeat: no-repeat
}

.px_card .bottom.create_gallery_cta__content .create_gallery_cta__text {
    margin-top: 10px;
    color: #0099e5;
    font-size: 20px
}

.px_card .bottom.create_gallery_cta__content .create_gallery_cta__icon {
    background-image: url(/images/svg/set/add.svg);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
    padding-top: 45%;
    padding-top: calc(50% - 40px)
}

/*gic_audit begin*/
.px_card.medium.gic_audit{
    border : 1px solid #eeeff2;
}
.px_card.gic_audit .bottom{
    border:none;
}
.px_card .bottom .g_left,.px_card .bottom .g_right{
    /*display: inline-block;*/
}
.px_card .bottom .g_ul li{
    border-bottom : 1px solid #e0e1e3;
    height:30px;
    line-height: 30px;
}
.px_card .bottom .g_ul li:last-child{
    border-bottom:none;
}
.px_card .bottom .g_left{
    float: left;
    text-align: left;
    color: #0099e5;
    width: 95px;
}
.px_card .bottom .g_right{
    float: right;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align: right;
    width : 70%;
    width: calc(100% - 100px);
    color: #b5b9bb;
}
.px_card .bottom .g_tags {
    padding:30px 0 20px 0;
    border-bottom:1px solid #424141;
}
.px_card .bottom  .g_tags p{
    display : block;
    margin : 0;
    overflow : hidden;
    max-height : 80px;
    font-size:12px;
    line-height:20px;
}
/*gic_audit end*/
/*databale css begin*/
.table {
  border-spacing : 0;
  background-color:#FFF;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  padding : 15px !important;
  color : #26a1e7;
  vertical-align: bottom;
  border-bottom: none !important;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.col-xs-6 {
  float : left;
  width: 50%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0099e5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0099e5;
  border-color: #0099e5;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dataTable{
	position: relative;
}
#dataTable_filter{
	position: absolute;
    right: 0;
    top: -10px;
}
div.dataTables_filter input{
	    margin-left: 5px;
	    padding : 5px !important;
}
/*databale css end*/
/*databale time query begin*/
		.pgContainer{width: 955px; margin: 0 auto; text-align: left;}
		/*.logo{ width:980px; height:30px; padding-top:20px; padding-bottom:25px; text-align:left;}*/ 
		.pg_bar{ width:955px; height:32px; line-height:32px; font-size:12px; padding-left:20px; background:url(http://pic.gicpic.cn/html/gettyback/images1/20100622/pg_bar.jpg) top left no-repeat; color:#fff;}
		.pgRightBar{
			margin-top:30px;
			width:955px;
			height:34px;
			text-align:left;
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarBg.jpg) left repeat-x;
		}
		.pgRightBarBody{
			width:955px;
			height:34px;
			clear:both;
			text-align:left;
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarR.jpg) right no-repeat;
		}
		.pgRightBarBody .nav,.pgRightBarBody .nav1,.pgRightBarBody .navS,.pgRightBarBody .nav1S{
			width:110px;
			height:34px;
			margin:0;
			padding:0;
			float:left;
			text-align:center;
			font:bold 14px/34px "";
			color:#333;
		}
		.pgRightBarBody .nav{
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarNav.jpg) left no-repeat;
		}
		.pgRightBarBody .nav1{
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarNav1.jpg) left no-repeat;
		}
		.pgRightBarBody .nav a,.pgRightBarBody .nav1 a,.pgRightBarBody .navS a,.pgRightBarBody .nav1S a{
			width:110px;
			height:34px;
			display:block;
			text-align:center;
			font:bold 14px/34px "";
			text-decoration:none;
		}
		.pgRightBarBody .nav a,.pgRightBarBody .nav1 a{
			color:#333;
		}
		.pgRightBarBody .navS a,.pgRightBarBody .nav1S a{
			color:#fff;
		}
		.pgRightBarBody .nav a:hover{
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarNavH.jpg) left no-repeat;
		}
		.pgRightBarBody .nav1 a:hover{
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarNav1H.jpg) left no-repeat;
		}
		.pgRightBarBody .navS a,.pgRightBarBody .nav1S a{
			color:#fff;
		}
		.pgRightBarBody .navS{
			color:#fff;
			background:url(http://pic.gicpic.cn/html/gettyback/images1/20100226/pgRightBarNavS.jpg) left no-repeat;
		}
		/*p,h1,h2,input,form,ul,li {
			margin: 0;
			padding: 0;
			list-style: none;
		}*/
		img{
			border:0;
		}
		.showImg{
			width: 128px;
			height: auto;
		}

		.pgRightBodyBlock{
			clear:both;
			text-align:center;
			border-left:1px solid #D9D9D8;
			border-right:1px solid #D9D9D8;
			/*border-bottom:1px solid #D9D9D8;*/
		}
		.pgRightBodyBlock{
			display:block;
		}
		.pgRightBodyC{
			padding:10px 0 0 0;
		}
		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		.clearfix {display: inline-block;}
		/* Hides from IE-mac \*/
		* html .clearfix { height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */


		#main {
			width: 955px; 
			margin: 0 auto; 
		}
		.nav955 { display: block; }
		.ppSearchSx { position: relative; height: 25px; line-height: 25px; padding: 20px 0; }
		.ppJlXm { 
			width: 100%;
			height: 45px; 
			background: #000; 
			color: #fff;
			line-height: 45px; 
		}
		.ppJlXm span { float: left; text-align: center; }
		.ppJlXm span.ppif471 { width: 471px; }
		.ppJlXm span.ppif128 { width: 128px; }
		.ppJlXm span.ppif117 { width: 107px; padding: 0 5px; }
		.ppJlXm span.ppif70 { width: 70px; }
		.ppJlXm span.ppif100{ width: 100px; }
		.ppJlXm span.ppif68{ width: 68px; }
		.ppJlXm span.ppif60{ width: 60px; }
		.ppJlInfoList td.ppls128 { width: 127px; }
		.ppJlInfoList td.ppls117 { width: 116px; }
		.ppJlInfoList td.ppls70 { width: 69px; }
		.ppJlInfoList td.ppls100 { width: 89px; padding: 0 5px; }
		.ppJlInfoList td.ppls68 { width: 67px; }
		.ppJlInfoList td.ppls60 { width: 60px; border-right: 0;}
		.ppJlInfoList td { border-right: 1px solid #d9d9d8; border-bottom: 1px solid #d9d9d8; height: 111px; }
		.ppSearchSxBox { color: #fff; font-size: 14px; }
		.ppfl { float: left; height: 25px;line-height: 25px;text-align: center;position: relative;z-index: 200}
		.ppPx { color: #333; margin-left: 25px; }
		.ppTimeBtn { width: 67px; background: #aaa; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; margin-left: 20px; }
		.ppTimeBtn:hover,.ppTimeBtn.current { background: #222; }
		.ppTimeBtn img { position: relative; top: 3px; margin-left: 7px; }
		.ppSearchXx { width: 93px; position: relative; cursor: pointer; text-align: left; text-indent: 13px; }
		.ppSearchXx p { width: 100%; height: 25px; background: #aaa; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; }
		.ppSearchXx p img { position: relative; margin-left: 15px; top: -2px; }
		.ppScLt { display: none; color: #333; position: absolute; background: #f3f3f3; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px; -moz-border-bottom-right-radius: 3px; -ms-border-bottom-left-radius: 3px; -ms-border-bottom-right-radius: 3px; width: 100%; }
		.ppScLt span { display: block; }
		.ppPageBox { position: absolute; right: 20px; }
		.ppPageBtn { width: 23px; height: 23px; background: url(pagelr.png) no-repeat left top; }
		.ppPageBox input { width: 43px; height: 21px; border: 1px solid #d9d9d8; text-indent: 5px; outline: none; }
		.ppNext { background-position:0 -23px; }
		.ppPageBtn.ppGo { color: #fff; text-align: center; line-height: 23px; background: #222; text-decoration: none; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; }
		.ppPageBox * { margin-left: 10px; }
		.ppRiLi { display: none; width: auto; padding: 20px; border: 1px solid #aaa; position: absolute; left: 20px; top: 35px; background: #fff; box-shadow: 0 2px 5px #999; }
		.ppRiLiY { width: 100%; height: 33px; line-height: 33px; color: #333; font-size: 20px; background: #f3f3f3; position: relative; }
		.ppRiLiY span { position: absolute; display: block; width: 21px; height: 18px; cursor: pointer; overflow: hidden; background: url(../img/yar.png) no-repeat left top; top: 7.5px; }
		.ppRiLiY span.ppRiLiP { left: 10px; background-position:0 -36px; }
		.ppRiLiY span.ppRiLiN { right: 10px; }
		.ppRiLiY span.ppRiLiP:hover { background-position:0 -54px; }
		.ppRiLiY span.ppRiLiN:hover { background-position:0 -18px; }
		.ppRiLiM { width: 240px; border: 1px solid #e3e3e3; color: #000; padding: 5px 0 10px; margin-top: 20px; }
		.ppRiLiM span { float: left; width: 38.5px; text-align: center; margin: 5px 0 0 1px; cursor: pointer; }
		.ppRiLiM span:hover,.ppRiLiM span.current { background: #e9eae5; }
		.ppSxBtn {margin:20px auto 0;width: 80px !important;}
		.ppJt { display: block; position: absolute; width: 16px; height: 10px; background: url(../img/sss.jpg) no-repeat left top; top: -10px; }
		div.row:after{
			display: block;
			content: ' ';
			height : 0;
			clear: both;
		}
/*databale time query end*/
.main_div{
	cursor: pointer;
}
@media only screen and (max-width: 640px) {
    .px_card.medium {
        width:100%;
        margin: 0
    }
	.gicTab{
		padding-left: 0;
	}
	.gicTab .profile_nav{
		text-align: center;
	}
	.gicTab .px_tabs>li{
		margin: 0;
	}
	.gicTab .px_tabs>li>a {
		width: 18%;
	}
	.px_card .bottom .g_right {
	    overflow : auto;
	    white-space : inherit;
	    line-height: 25px;
	    text-align: left;
	}
}
@media only screen and (min-width: 1680px) {
    .sets_body {
        max-width:1660px;
        text-align: left
    }
}
