/*--function--*/
.top-father{}
.top-child{}
.left-father{}
.left-child{}
.xy{}
@media only screen and (min-width: 992px) {
.fixed-child{
  top: 60px;
  left: 0px;
  padding-left: 260px;
  right: auto;
  bottom: auto;
  position: fixed;
  z-index: 99;
  border: none;
  width: 100%;
}
.left-child{
	margin-left: 120px !important;
}
}
@media only screen and (max-width: 991px) {
.fixed-child{
  top: 40px;
  left:0px;
  right: auto;
  bottom: auto;
  position: fixed;
  z-index: 100;
  border: none;
  width: 100%;
}
.left-child{
	margin-left: 90px !important;
}
}

.ui.icon.menu > .item.disabled {
  cursor: default;
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

.segment-n{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin: 1rem 0em;
  padding: 1em 1em;
  border-radius: 0.2857rem;
  height:100% !important;
  border: none;
}
.ui.degrid{
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width: 992px) {
.grid-space .column:not(:first-child):not(:last-child){
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.grid-space .column:first-child{
	padding-right: 0rem !important;
}
.grid-space .column:last-child{
	padding-left: 0rem  !important;
}
}
@media only screen and (max-width: 991px) {
.grid-space .column:not(:first-child):not(:last-child){
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}
.grid-space .column:first-child{
	padding-right: 0rem !important;
}
.grid-space .column:last-child{
	padding-left: 0rem  !important;
}
}
@media only screen and (max-width: 767px) {
.grid-space .column{
	padding-left: 0rem  !important;
}
}

.only-block{
	display: block !important;
}
.only-ilblock{
	display: inline-block !important;
}
.only-flex{
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.only-flex .flex-item{
	box-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-flex: 1;
}

.only-tbrow{
	display: table-row !important;
}
.only-inherit{
	display: inherit;
}

.only-bold{
	font-weight: bold !important;
}
.not-bold{
	font-weight: normal !important;
}
.text-10,.text-10 *
{
	font-size: 1.0rem !important;
}

.ul-not-type{
	list-style-type: none !important;
}

.cur-pointer{
	cursor: pointer;
}
.cur-pointer .item:hover{
	background-color: rgb(248,248,248);
}

.not-radius,.not-radius *:not(.re-radius),.not-radius *:not(.re-radius-all) *{
	border-radius: 0px !important;
}
.re-radius{}

.not-bg-img,.not-bg-img *:not(.re-bg-img){
	background-image: none !important;
}
.re-bg-img{}
.not-bg-color{
	background: transparent !important;
}

.top-zindex{
	z-index: 102!important;
}
.bot-zindex{
	z-index: 0!important;
}

.hide{
	display: none !important;
}
.shown{
	display: block !important;
}
.hidden{
	visibility: hidden !important;
}
.show{
	visibility: visible !important;
}
.nd1
{
	background-color: rgba(226,226,226,1.0);
}
.nd2
{
	background-color: rgba(43,79,141,1.0);
}
.nd3
{
	background-color: rgba(0,166,156,1.0);
}
.nd4
{
	background-color: rgba(26,40,64,1.0);
}
.nd5
{
	background-color: rgba(33,38,42,1.0);
}
.nd6
{
	background-color: transparent;
}
.nd7
{
	background-color: rgba(247, 246, 242,1.0) !important;
}

.text-center .ui.buttons{
	margin-top: 15px;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.center-block {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.center-table {
  display: table !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.right-block{
	float: right !important;
}
.left-block{
	float: left !important;
}

.img-responsive
{
  display: block;
  width: 100%;
  height: auto;
}
.img-responsive2
{
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive3
{
  display: block;
  width: auto;
  height: 100%;
}
.img-responsive4
{
  display: block;
  width: 100%;
  height: 100%;
}

.width-auto{
	width: auto !important;
}
.all-width{
	width: 100% !important;
}
.inherit-width{
	width: inherit !important;
}
.all-height{
	height: 100% !important;
}
.inherit-height{
	height: inherit !important;
}

.over-hide{
	overflow: hidden;
}
.over-x-hide{
	overflow-x: hidden;
}
.over-y-hide{
	overflow-y: hidden;
}
/*--end--*/

/*--space--*/
.not-t-m{margin-top: 0px !important;}
.not-b-m{margin-bottom: 0px !important;}
.not-tb-m{margin-top: 0px !important;margin-bottom: 0px !important;}
.not-l-m{margin-left: 0px !important;}
.not-r-m{margin-right: 0px !important;}
.not-lr-m{margin-right: 0px !important;margin-left: 0px !important;}
.not-l-p{padding-left: 0px !important;}
.not-r-p{padding-right: 0px !important;}
.not-lr-p{padding-right: 0px !important;padding-left: 0px !important;}
.not-t-p{padding-top: 0px !important;}
.not-b-p{padding-bottom: 0px !important;}
.not-tb-p{padding-top: 0px !important;padding-bottom: 0px !important;}
.not-p{padding: 0px !important;}
.not-m{margin: 0px !important;}
.box-p{
	padding: 0.7rem !important;
}
.box-m{
	margin: 0.7rem !important;
}

.tb-m{
	margin-top: 0.7rem !important;margin-bottom: 0.7rem !important;
}
.tb-p{
	padding-top: 0.7rem !important;padding-bottom: 0.7rem !important;
}
.a-p{
	padding: 0.7rem !important;
}
.r-m{
	margin-right: 0.7rem !important;
}
.l-m{
	margin-left: 0.7rem !important;
}
.lr-m{
	margin-right: 0.7rem !important;margin-left: 0.7rem !important;
}
.l-p{
	padding-left: 0.7rem !important;
}
.r-p{
	padding-right: 0.7rem !important;
}
.lr-p{
	padding-left: 0.7rem !important;padding-right: 0.7rem !important;
}
.t-m{
	margin-top: 0.7rem !important;
}
.b-m{
	margin-bottom: 0.7rem !important;
}
.a-m{
	margin: 0.7rem !important;
}
.t-p{
	padding-top: 0.7rem !important;
}
.b-p{
	padding-bottom: 0.7rem !important;
}
.space-m-tb{
	margin-top: 1.5rem;margin-bottom: 1.5rem;
}
.space-m-b{
	margin-bottom: 1.5rem;
}
.space-m-t{
	margin-top: 1.5rem;
}
.space-m-lr{
	margin-right: 1.5rem;margin-left: 1.5rem;
}
.space-m-r{
	margin-right: 1.5rem;
}
.space-m-l{
	margin-left: 1.5rem;
}
.space-p-tb{
	padding-top: 1.5rem;padding-bottom: 1.5rem;
}
.space-p-t{
	padding-top: 1.5rem;
}
.space-p-b{
	padding-bottom: 1.5rem;
}
.space-p-lr{
	padding-left: 1.5rem;padding-right: 1.5rem;
}
.space-p-l{
	padding-left: 1.5rem;
}
.space-p-r{
	padding-right: 1.5rem;
}
/*--end--*/

/*--position relative--*/
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.relative .pos-lt{
	position: absolute;
	left: 0;
	top: 0;
}
.relative.column .pos-lt{
	margin-top: 1.0rem;
	margin-left: 1.0rem;
}
.relative .pos-rt{
	position: absolute;
	right: 0;
	top: 0;
}
.relative.column .pos-rt{
	margin-top: 1.0rem;
	margin-right: 1.0rem;
}
.relative .pos-lb{
	position: absolute;
	left: 0;
	bottom: 0;
}
.relative.column .pos-lb{
	margin-bottom: 1.0rem;
	margin-left: 1.0rem;
}
.relative .pos-rb{
	position: absolute;
	right: 0;
	bottom: 0;
}
.relative.column .pos-rb{
	margin-bottom: 1.0rem;
	margin-right: 1.0rem;
}
.relative .pos-t{
	position: absolute;
	top: 0;
}
.relative.column .pos-t{
	margin-top: 1.0rem;
}
.relative .pos-r{
	position: absolute;
	right: 0;
}
.relative.column .pos-r{
	margin-right: 1.0rem;
}
.relative .pos-l{
	position: absolute;
	left: 0;
}
.relative.column .pos-l{
	margin-left: 1.0rem;
}
.relative .pos-b{
	position: absolute;
	bottom: 0;
}
.relative.column .pos-b{
	margin-bottom: 1.0rem;
}
/*--end--*/

/*--border box-shadow--*/
.not-boxs{box-shadow: none !important;}
.not-border{border: none !important;}
.not-t-border{border-top: none !important;}
.not-b-border{border-bottom: none !important;}
.not-l-border{border-left: none !important;}
.not-r-border{border-right: none !important;}
.not-tb-border{border-top: none !important;border-bottom: none !important;}
.not-lr-border{border-left: none !important;border-right: none !important;}
.only-border{box-shadow: none !important;border: #d5d5d5 1px solid !important;}

.bor-tb-b{
	border-top: 1px solid #d0d0d0 !important;border-bottom: 1px solid #d0d0d0 !important;
}
.bor-lr-b{
	border-left: 1px solid #d0d0d0 !important;border-right: 1px solid #d0d0d0 !important;
}
.bor-b{
	border: 1px solid #d0d0d0 !important;
}
.bor-b-b{
	border-bottom: 1px solid #d0d0d0 !important;
}
.bor-t-b{
	border-top: 1px solid #d0d0d0 !important;
}
.bor-l-b{
	border-left: 1px solid #d0d0d0 !important;
}
.bor-r-b{
	border-right: 1px solid #d0d0d0 !important;
}
.des-bor-l-b{
	border-left: 1px solid rgba(232, 232, 232,1.0) !important;
}
.des-bor-r-b{
	border-right: 1px solid rgba(232, 232, 232,1.0) !important;
}
.des-bor-t-b{
	border-top: 1px solid rgba(232, 232, 232,1.0) !important;
}
.des-bor-b-b{
	border-bottom: 1px solid rgba(232, 232, 232,1.0) !important;
}
/*--end--*/
/*--transform--*/
.space-middle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
/*--end--*/

/*--bg set positioning--*/
.bg-set{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll; 
}

.bg-set.r-x{
	background-repeat: repeat-x;
}
.bg-set.r-y{
	background-repeat: repeat-y;
}
.bg-set.r{
	background-repeat: repeat;
}

.bg-set.t-c{
	background-position: top center;
}
.bg-set.t-l{
	background-position: top left;
}
.bg-set.t-r{
	background-position: top right;
}
.bg-set.b-c{
	background-position: bottom center;
}
.bg-set.b-l{
	background-position: bottom left;
}
.bg-set.b-r{
	background-position: bottom right;
}
.bg-set.c-l{
	background-position: center left;
}
.bg-set.c-r{
	background-position: center right;
}

.bg-set.all-h{
	background-size: auto 100%;
}
.bg-set.all-w{
	background-size: 100% auto;
}
.bg-set.bg-cover{
	background-size: cover;
}
.bg-set.bg-contain{
	background-size: contain;
}

.bg-set.bg-fixed{
	background-attachment: fixed;
}

.bg-set.clip-border{
	background-clip: border-box;
}
.bg-set.clip-padding{
	background-clip: padding-box;
}
.bg-set.clip-content{
	background-clip: content-box;
}

.bg-set.origin-border{
	background-origin: border-box;
}
.bg-set.origin-padding{
	background-origin: padding-box;
}
.bg-set.origin-content{
	background-origin: content-box;
}
/*--end--*/
/*--text--*/
.text-ellipsis{
	text-overflow: ellipsis;
}

.text-nowrap{
	white-space:nowrap;
}
.text-ellipsis-nowrap{
	text-overflow: ellipsis;
	white-space:nowrap;
}

.ul-indent-2em .li{
	text-indent: 2em;
}
/*--end--*/