/* CSS Document */

a {
	cursor: pointer;
}
.fa {
	margin-right: 10px;
}
.blr_heading h2, .blr_ds h2 {
	margin: 4px;
}
.blr_line {
	margin-bottom: 20px;
}
.blr_line .blr_row, .blr_heading {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    justify-content: space-between;
	padding: 5px;
	position: relative;
}
.blr_heading {
	padding: 0;
}
.blr_heading [name="blr_limit"] {
	width: 30px;
	text-align: center;
	border: none;
	border-bottom: 1px dotted #000000;	
	padding: 0;
}
.blr_line .utm_generate {
	background-color: #F7F7F7;
	padding: 20px;
	margin: 10px 5px;
	box-shadow: 0 0 1px #999;
	position: relative;
}
.blr_line .utm_generate p {
	margin: 0;
}
.blr_line span {
	display: block;
	text-align: right;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 10px;
}
.blr_line span em {
	text-decoration: underline;
}
.blr_line strong {
	font-size: 1.1em;
}
.blr_res {
	width: 60%;
	text-align: left;
	position: relative;
}
.blr_res p {
	margin: 0;
}
.blr_info {
	position: relative;
}
.blr_tooltip {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.blr_tooltip .fa-question-circle-o {
	margin-left: 5px;
	margin-right: 0;
	top: -7px;
	position: relative;
	color: #3e89c4;
}
.blr_tooltip span {
	display: none;
	position: absolute;
	top: 120%;
	left: -14px;
	width: 400px;
	background-color: #3e89c4;
	z-index: 99;
	text-align: left;
	padding: 20px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.3;
	color: #FFF;
}
.blr_tooltip.rtl span {
	right: 0px;
	left: auto;
}
.blr_tooltip span:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #3e89c4;
    left: 16px;
    top: -20px;
}
.blr_tooltip.rtl span:before{
    left: auto;
    right: 4px;
    top: -20px;
}
.blr_tooltip span:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.blr_account select, .blr_ds select {
	padding: 2px 5px;
	margin-bottom: 15px;
	min-width: auto;
	width: auto;
}
.blr_selection input, .blr_selection select {
	width: 100% !important;
}
.blr_selection input, .blr_selection select, .blr_filters input, .blr_filters select {
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 0;
	min-width: auto !important;
	max-width: none !important;
}
.blr_filters input, .blr_filters select {
	padding: 2px 6px;
	width: 300px;
	font-size: .9em;
}
.blr_buttons {
	margin: 15px 0 5px;
	text-align: right;
}
.blr_buttons button {
	margin-left: 10px;
}
.blr_pagination {
	margin-bottom: 50px;
	padding: 10px;
	font-size: 1.1em;
	text-align: center;
}
.blr_pagination a, .blr_pagination em {
	padding: 0px 12px;
	background-color: #F7F7F7;
	font-style: normal;
	display: inline-block;
	line-height: 1.5em;
	border-right: 1px solid #CCC;
	color: #333;
	transition: all 0.5s linear;
}
.blr_pagination a:last-child, .blr_pagination em:last-child {
	border: none;
}
.blr_pagination em {
	background-color: transparent;
	font-weight: bold;
	color: #333;
}
.blr_pagination a:hover {
	background-color: #FFF;
}
.blr_list {
	font-size: .8em;
	width: 100%;
	margin-bottom: 10px;
}
.blr_list a {
	color: #000;
}
.blr_list tbody .fa {
	float: right;
	color: #09F;
	margin-top: 6px;
	margin-right: 0;
	cursor: pointer;
}
.blr_list tbody td:last-child .fa {
	margin-top: 0;
}
.blr_list .fa:hover {
	color: #000;
}
.blr_list thead {
	background-color: #3e89c4;
	font-size: 1.3em;
	color: #FFF;
}
.blr_list thead a {
	display: block;
	white-space: nowrap;
	color: #FFF;
}
.blr_list thead a:hover {
	color: #CCC;
}
.blr_list thead .fa {
	float: none;
	margin-right: 8px;
}
.blr_list tbody:before {
    content: "-";
    display: block;
    line-height: 5px;
    color: transparent;
}
.blr_list tr:nth-child(2n), .blr_list tr:nth-child(2n) .blr_copied {
	background-color: #F7F7F7;
}
.blr_list td {
	vertical-align: center;
	position: relative;
	padding: 3px 8px;
}
.blr_list td:last-child, .blr_list td:nth-last-child(2) {
	text-align: right;
}
.blr_copied, .blr_warning, .blr_notice {
	color: #FFF;
	padding: 1px 10px !important;
	font-size: .7em !important;
	background-color: #999;
	border-radius: 3px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	box-shadow: inset 0 0 1px #333;
	z-index: 9;
	white-space: nowrap;
	overflow: hidden;
	border: none !important;
}
.blr_notice {
	background-color: #090;
	top: 5px;
	bottom: auto;
	font-size: .8em !important;
}
.blr_warning {
	background-color: #F00;
	top: 5px;
	bottom: auto;
	font-size: .8em !important;
}
.blr_list tr .blr_copied {
	font-size: 1em !important;
	padding: 0px !important;
	bottom: 1px;
	right: auto;
	left: 0;
	top: 0;
	width: 0;
	text-align: center;
	line-height: 2.5em;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-weight: bold;
	background-color: #FFF;
	transition: all 0.4s linear;
}
.blr_list tr .blr_copied.show {
	width: 100%;
}
a.active {
	color: #333;
	font-weight: bold;
}
.blr_account, .blr_ds {
	text-align: right;
	margin-bottom: 30px;
}
.blr_account div[data-toggle] {
	margin: 25px auto 50px;
}
.blr_account .blr_row {
	display: block;
}
.blr_account .blr_error {
	padding: 10px 0;
	width: 100%;
	float: right;
	margin: -5px auto 10px;
}
.blr_account input {
	float: right;
	margin-bottom: 10px;
	width: auto;
}
.blr_sugs {
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 999;
}
.blr_suggestions {
	background-color: #3e89c4;
	color: #FFF;
}
.blr_suggestions span {
	display: block;
	border-bottom: 1px solid #B9D3EA;
	padding: 2px 10px;
	cursor: pointer;
	text-align: left;
}
.blr_suggestions span:hover, .blr_suggestions span.active {
	background-color: #B9D3EA;
	color: #3e89c4;
}
.blr_active {
	color: #000;
	padding: 10px 15px;
	background-color: #FFF;
	box-shadow: inset 0 0 1px #999;
	display: block;
	font-size: 1.2em;
	position: relative;
}
.blr_active b {
	font-weight: normal;
}
.utm_output span {
	padding: 5px 3px;
	text-align: left;
}
.blr_error {
	color: #F00;
}
.fa_bitly {
	background-image: url(images/bitly.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	background-size: 100% auto;
	background-position: center center;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.error {
	color: #F00;
}
.connected {
	color: #090;
}
.highlight {
	font-weight: bold;
}
.error i, .connected i {
	margin: 0;
}
div[data-toggle] {
	display: none;
}
.clr {
	width: 100%;
	height: 0;
	clear: both;
}
.blr_selection .required {
	color: inherit;
}
.blr_selection button, .blr_account button, .blr_ds button {
	display: inline-block;
	font-size: 1.1em;
	line-height: 18px;
	height: auto;
	padding: 14px 22px;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 0;
	position: relative;
	overflow: hidden;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	max-width: 100%;
	background-color: #3e89c4 !important;
	color: #FFF;	
}
.blr_account button {
	text-transform: uppercase;
}
.blr_ds_iframe iframe {
	border: none;
	width: 100%;
	height: auto;
	min-height: 1000px;
	margin: auto;
}



.blr_hover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(images/bg_transparent.png);
	z-index: 999;
}
<!-- loading animation -->
.blr-wave {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	position: relative;
}
  .blr-wave .blr-rect {
    background-color: #FFF;
	margin: 1px;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: blr-waveStretchDelay 1.2s infinite ease-in-out;
            animation: blr-waveStretchDelay 1.2s infinite ease-in-out; }
  .blr-wave .blr-rect1 {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .blr-wave .blr-rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .blr-wave .blr-rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .blr-wave .blr-rect4 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .blr-wave .blr-rect5 {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
@-webkit-keyframes blr-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }
@keyframes blr-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }