/* .tooltip.top .tooltip-arrow { */
/*     bottom: 0; */
/*     left: 50%; */
/*     margin-left: -5px; */
/*     border-top-color: #ff0000; */
/*     border-width: 5px 5px 0; */
/* } */
/* .tooltip-inner { */
/*     color: #ff0000; */
/*     font-size:16px; */
/*     background: #fff; */
/*     border: dashed 1px #ff0000; */
/* } */

.center {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.button-ex-flat-warning {background:none;text-decoration:none;cursor:pointer;box-shadow:none;color:#E58524}
.button-ex-flat-warning:link { background:none;text-decoration:none;}
.button-ex-flat-warning:visited { background:none;text-decoration:none;}
.button-ex-flat-warning:hover { background:none;text-decoration:none;border:solid 1px #E58524;color:#E58524}

.button-ex-flat-success {background:none;text-decoration:none;cursor:pointer;box-shadow:none;color:#5cb85c}
.button-ex-flat-success:link { background:none;text-decoration:none;}
.button-ex-flat-success:visited { background:none;text-decoration:none;}
.button-ex-flat-success:hover { background:none;text-decoration:none;border:solid 1px #5cb85c;color:#5cb85c}

.modal-dialog-own {
	display: table-cell;
	vertical-align: bottom;
}

.modal_wrapper {
	display: table;
	height: 100%;
	margin: 0px auto;
}


.share_wrap {
	display: none;
}

.mask {
	background: rgba(0, 0, 0, .7);
	z-index: 1010;
	position: fixed;
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
}

.share_wrap .share_prompt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	background-color: #ff6811;
	line-height: 3.4;
	font-size: 15px;
	text-align: right;
	z-index: 3011;
}

.share_wrap .share_prompt .icon {
	margin: -2px 20px 0 10px;
}