/**
 * Created By Rasel
 */


/* tooltipster-aodc */

.tooltipster-sidetip.tooltipster-aodc .tooltipster-box {
	border:none;
	background:#0000ff;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-left .tooltipster-box {
	margin-right:8px;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-right .tooltipster-box {
	margin-left:8px;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}

.tooltipster-sidetip.tooltipster-aodc .tooltipster-arrow {
	height:8px;
	margin-left:-8px;
	width:16px;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-aodc.tooltipster-right .tooltipster-arrow {
	height:16px;
	margin-left:0;
	margin-top:-8px;
	width:8px;
}

.tooltipster-sidetip.tooltipster-aodc .tooltipster-arrow-background {
	display:none;
}

.tooltipster-sidetip.tooltipster-aodc .tooltipster-arrow-border {
	border:8px solid transparent;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:#0000ff;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-left .tooltipster-arrow-border {
	border-left-color:#0000ff;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-right .tooltipster-arrow-border {
	border-right-color:#0000ff;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-top .tooltipster-arrow-border {
	border-top-color:#0000ff;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-8px;
}

.tooltipster-sidetip.tooltipster-aodc.tooltipster-right .tooltipster-arrow-uncropped {
	left:-8px;
}

/* tooltipster-primary */

.tooltipster-sidetip.tooltipster-primary .tooltipster-box {
	border:none;
	background:#337ab7;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-left .tooltipster-box {
	margin-right:8px;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-right .tooltipster-box {
	margin-left:8px;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}

.tooltipster-sidetip.tooltipster-primary .tooltipster-arrow {
	height:8px;
	margin-left:-8px;
	width:16px;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-primary.tooltipster-right .tooltipster-arrow {
	height:16px;
	margin-left:0;
	margin-top:-8px;
	width:8px;
}

.tooltipster-sidetip.tooltipster-primary .tooltipster-arrow-background {
	display:none;
}

.tooltipster-sidetip.tooltipster-primary .tooltipster-arrow-border {
	border:8px solid transparent;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:#337ab7;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-left .tooltipster-arrow-border {
	border-left-color:#337ab7;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-right .tooltipster-arrow-border {
	border-right-color:#337ab7;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-top .tooltipster-arrow-border {
	border-top-color:#337ab7;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-8px;
}

.tooltipster-sidetip.tooltipster-primary.tooltipster-right .tooltipster-arrow-uncropped {
	left:-8px;
}

/* tooltipster-success */

.tooltipster-sidetip.tooltipster-success .tooltipster-box {
	border:none;
	background:#398439;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-left .tooltipster-box {
	margin-right:8px;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-right .tooltipster-box {
	margin-left:8px;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}

.tooltipster-sidetip.tooltipster-success .tooltipster-arrow {
	height:8px;
	margin-left:-8px;
	width:16px;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-success.tooltipster-right .tooltipster-arrow {
	height:16px;
	margin-left:0;
	margin-top:-8px;
	width:8px;
}

.tooltipster-sidetip.tooltipster-success .tooltipster-arrow-background {
	display:none;
}

.tooltipster-sidetip.tooltipster-success .tooltipster-arrow-border {
	border:8px solid transparent;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:#398439;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-left .tooltipster-arrow-border {
	border-left-color:#398439;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-right .tooltipster-arrow-border {
	border-right-color:#398439;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-top .tooltipster-arrow-border {
	border-top-color:#398439;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-8px;
}

.tooltipster-sidetip.tooltipster-success.tooltipster-right .tooltipster-arrow-uncropped {
	left:-8px;
}

/* tooltipster-info */

.tooltipster-sidetip.tooltipster-info .tooltipster-box {
	border:none;
	background:#5bc0de;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-left .tooltipster-box {
	margin-right:8px;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-right .tooltipster-box {
	margin-left:8px;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}

.tooltipster-sidetip.tooltipster-info .tooltipster-arrow {
	height:8px;
	margin-left:-8px;
	width:16px;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-info.tooltipster-right .tooltipster-arrow {
	height:16px;
	margin-left:0;
	margin-top:-8px;
	width:8px;
}

.tooltipster-sidetip.tooltipster-info .tooltipster-arrow-background {
	display:none;
}

.tooltipster-sidetip.tooltipster-info .tooltipster-arrow-border {
	border:8px solid transparent;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:#5bc0de;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-left .tooltipster-arrow-border {
	border-left-color:#5bc0de;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-right .tooltipster-arrow-border {
	border-right-color:#5bc0de;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-top .tooltipster-arrow-border {
	border-top-color:#5bc0de;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-8px;
}

.tooltipster-sidetip.tooltipster-info.tooltipster-right .tooltipster-arrow-uncropped {
	left:-8px;
}

/* tooltipster-warning */

.tooltipster-sidetip.tooltipster-warning .tooltipster-box {
	border:none;
	background:#f0ad4e;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-left .tooltipster-box {
	margin-right:8px;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-right .tooltipster-box {
	margin-left:8px;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}

.tooltipster-sidetip.tooltipster-warning .tooltipster-arrow {
	height:8px;
	margin-left:-8px;
	width:16px;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-warning.tooltipster-right .tooltipster-arrow {
	height:16px;
	margin-left:0;
	margin-top:-8px;
	width:8px;
}

.tooltipster-sidetip.tooltipster-warning .tooltipster-arrow-background {
	display:none;
}

.tooltipster-sidetip.tooltipster-warning .tooltipster-arrow-border {
	border:8px solid transparent;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:#f0ad4e;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-left .tooltipster-arrow-border {
	border-left-color:#f0ad4e;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-right .tooltipster-arrow-border {
	border-right-color:#f0ad4e;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-top .tooltipster-arrow-border {
	border-top-color:#f0ad4e;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-8px;
}

.tooltipster-sidetip.tooltipster-warning.tooltipster-right .tooltipster-arrow-uncropped {
	left:-8px;
}

/* tooltipster-danger */

.tooltipster-sidetip.tooltipster-danger .tooltipster-box {
	border:none;
	background:#d9534f;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-bottom .tooltipster-box {
	margin-top:8px;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-left .tooltipster-box {
	margin-right:8px;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-right .tooltipster-box {
	margin-left:8px;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-top .tooltipster-box {
	margin-bottom:8px;
}

.tooltipster-sidetip.tooltipster-danger .tooltipster-arrow {
	height:8px;
	margin-left:-8px;
	width:16px;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-danger.tooltipster-right .tooltipster-arrow {
	height:16px;
	margin-left:0;
	margin-top:-8px;
	width:8px;
}

.tooltipster-sidetip.tooltipster-danger .tooltipster-arrow-background {
	display:none;
}

.tooltipster-sidetip.tooltipster-danger .tooltipster-arrow-border {
	border:8px solid transparent;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color:#d9534f;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-left .tooltipster-arrow-border {
	border-left-color:#d9534f;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-right .tooltipster-arrow-border {
	border-right-color:#d9534f;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-top .tooltipster-arrow-border {
	border-top-color:#d9534f;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-bottom .tooltipster-arrow-uncropped {
	top:-8px;
}

.tooltipster-sidetip.tooltipster-danger.tooltipster-right .tooltipster-arrow-uncropped {
	left:-8px;
}