@import url('https://fonts.googleapis.com/css?family=Quicksand');
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/
body
{
	background-color:#E2E8F0;
	color: #666;
	font: normal 15px/22px 'Quicksand', Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body.main {
	background-color:#f6f6f6;
}
div#IEM_HTML_Body
{
	margin: 0;
	background-color:#fff;
}

.body
{
	font-size: 15px;
	line-height: 22px;
}

.popupBody {
	padding:0pt;
}
.popupContainer {
	padding:20px 40px;
}

div#IEM_Header_TrialNotificationBar {
	background: #FEFCD0;
	padding: 10px 10px 10px 35px;
	border: 1px solid #DDDA8C;
	border-width: 0 0 1px 0;
	color: #8c6511;
	position: relative;
}
div#IEM_Header_TrialNotificationBar a {
	color: #8c6511;
	text-decoration: none;
}
.helpTip
{
}
.HelpToolTip { font-size: 15px; }
.HelpToolTip_Contents { text-align: left; }

form
{
	margin-top:0px;
	margin-bottom:0px;
}

input[type="text"], input[type="email"], input[type="password"], textarea
{
/*
	border: 1px solid #AAA;
	border-collapse: collapse;
*/
}
input[type="submit"]:disabled { opacity: 0.7; }
input[type="checkbox"]
{
	margin-top: 2px;
	margin-bottom: 3px;
	vertical-align: middle;
}

a {
	outline: none;
	transition:			color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out;
	-ms-transition:	    color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

.Intro
{
	padding: 0px 0px 3px 2px;
	color: #aaa;
}

.Intro div
{
	margin: 10px 0px 11px 0px;
}

.Intro .Button
{
	width: 150px;
}

.Header {
	display: block;
	clear: both;
	margin: 0px 40px 0px;
	padding-top: 10px;
	min-height: 90px;
}

.Header_Top {
	display: block;
	clear: both;
}

.Header_Bottom {
	display: block;
	clear: both;
}

.textlinks a
{
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

.textlinks
{
	font-size: 12px;
	float: right;
	clear: right;
}

.top {
	color: #7CACDA;
}

.disabledlink {
	font-weight: normal;
	color: gray;
	font-style: normal;
}

.Heading1
{
	color: #333d47;
	font: bold 26px 'Quicksand', Tahoma, Geneva, sans-serif;
	padding: 15px 0px;
}

.Heading1 a {
	color:#247fab;
}

.Heading1 ul,
.Heading1 ul li,
.Heading1 ul li a {
	display: block;
	width: 100%;
}

.Heading2, tr.Heading2 td
{
	padding: 15px 0px 15px 0px;
	margin: 0px;
	color: #555;
	font: bold 18px 'Quicksand', Tahoma, Geneva, sans-serif;
	border-bottom: #dfdfdf 2px solid;
}

.Heading3
{
	padding-left: 4pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.Heading3 td
{
	vertical-align: middle;
	padding: 8px 5px;
	color: #555;
	border-bottom: #dfdfdf 2px solid;
}
.Heading3 td a {
	line-height:25px;
	display:inline-block;
}
.Heading3 td i.fa {
	font-size:12px;
	color:#aaaaaa;
}

.ISSelectReplacement
{
	width: 450px;
	height: 250px;
}

input.ISSelectSearch
{
	width: 447px;
	font-size: 11px;
	color: #333;
	border: 1px solid #7F9DB9;
	margin-top:1px;
}

.Field,
.Field30,
.Field50,
.Field150,
.Field250,
.Field300,
.Field450
{
	margin-top: 3px;
	margin-right: 5px;
}

.Field30 
{
	width: 50px;	
}

.Field50
{
	width: 80px;
}

.Field150
{
	width: 150px;
}

.Field250
{
	width: 250px;
}

.Field300
{
/*	width: 300px;*/
}

.Field450
{
	width: 450px;
}

.error
{
	border: #CD1143 2px solid;
	font-weight: bold;
	color: #ffffff;
	background-color: #FCEEF3;
}
.warning {
	color: #cc0000;
}
.warning a {
	color: #880000;
}
.toolTipBox
{
	margin-top: 10px;
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #2989bd;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	vertical-align: top;
	background: #d1e6f1 8px 5px no-repeat;
	display: flex;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
	border-radius: 20px;
}
.toolTipBox a {
	color: #2989bd;
	text-decoration: underline;
}

.hide
{
	display: none;
	visibility: hidden;
}

.paging
{
	font-size: 8pt;
	color: white;
}

.required
{
	font-size: 8pt;
	color: red;
}

.aside
{
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 11px;
	line-height: 1.2em;
}

.PageFooter
{
	padding: 15px 40px;
	font-size: 13px;
	text-align: right;
	color: #666;
	background: #E2E8F0;
}
.PageFooterLogin
{
	font-size: 13px;
	padding: 30px 10px 10px 0px; 
	margin-bottom: 20px; 
	text-align: center;
	color: #999;
	width: 550px;
	clear: both;
}

.PageFooterLogin a, .PageFooter a
{
	color: #666;
	text-decoration: none;
}

.MidHeading
{
	color: #000000;
	font-weight: bold;
	background-color: #F9F9F9;
	width: 80%;
	padding: 6px 1px 5px 10px;
}

.MidHeading img
{
	vertical-align: middle;
}

.RightHeader
{
	font-weight: bold;
	color: black;
	background-color: #EDECEC;
	padding: 3px 1px 1px 6px;
	height: 18px;
}

a
{
	color: #333333;
}

label#triggeremails_triggeractions_removelist_enabled_label ul
{
	color: #676767;
}

.ContentContainer ul li
{
	line-height: 200%;
	cursor: pointer;
}

ul.RssFeed {
	padding-left: 0px;
	margin-left: 0px;
}

ul.RssFeed li {
	padding-left: 0px;
	margin-left: 5px;
}

.Text
{
/*	color: #333333;*/
	margin-top: 5px;
}

.CalendarSelect
{
	width: 100px;
}

.CalendarSelectSmall
{
	width: 50px;
}

div.FlashError
{
	background-color: #FFECEC;
	color: #cc0000;
	padding: 5px 5px 8px 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
div.FlashError a {
	color: #880000;
}
img.FlashError
{
	padding-right: 4px;
	margin-top: -2px;
}

.FlashError ul
{
	padding-left: 100px;
}


div.FlashSuccess
{
	background-color: #d9edbd;
	padding: 10px 10px 10px 15px;
	margin: 10px 0px;
	color: #62a507;
}
div.FlashSuccess a {
	color: #060;
}
img.FlashSuccess
{
	padding-right: 4px;
	margin-top: -2px;
}

div.Message
{
	background-color: #d1e6f1;
	font-weight: normal;
	color: #2989bd;
	text-decoration: none;
	padding: 10px;
	vertical-align: top;
}

.Info
{
	background-color: #EEEEEE;
	font-weight: normal;
	color: #4e4f4f;
	text-decoration: none;
	padding: 5px;
	vertical-align: top;
}

.PageHeader
{
	width: 100%;
	/* border-collapse: collapse; */
	background-color: #F7F7F7;
}

.PageHeader .Menu
{
	text-align: right;
	padding-right: 20px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.PageHeader .Menu A
{
	color: #000000;
	text-decoration: none;
}

.PageHeader .Menu A:hover
{
	text-decoration: underline;
}

.Panel
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.Panel a
{
	color: #333333;
}

.Panel td
{
	height: 22px;
	/*line-height: 22px;*/
}

.PanelContent
{
	height: 354px;
}

.FieldLabel
{
	padding: 6px 10px 0px 10px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	text-align: right;
	width: 375px;
	height: 36px;
	line-height:36px;
}

.SmallFieldLabel
{
	padding: 6px 10px 0px 10px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
    width: 200px;
	height: 26px;
}

tr.GridRow td
{
	padding: 15px 5px;
	border-bottom: solid 1px #efefef;
	-webkit-transition:background-color ease-in-out .15s,box-shadow ease-in-out .30s;
	transition:background-color ease-in-out .15s,box-shadow ease-in-out .30s;
}

tr.GridRowOver td
{
	background-color: #fafafa;
	border-bottom: solid 1px #efefef;
}

.HelpText
{
	cursor: help;
	border-bottom: 1px dotted #28609B;
}

/* CS Created */

select
{
	width: 250px;
}

.SmallButton,
 .FormButton,
  .FormButton_wide
{
	width:auto!important;
}
input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
input[type="text"], 
 input[type="email"], 
   input[type="password"], 
    input[type="textbox"], 
     input[type="file"], 
	  input[type="number"], 
       select, 
        textarea {
	font-family: 'Quicksand', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #efefef;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background: #fff;
	padding: 8px 15px;
	color: #666;
}
input[type="text"]:hover,
 input[type="email"]:hover,
   input[type="password"]:hover,
    input[type="textbox"]:hover,
     input[type="number"]:hover,
      textarea:hover {
	border-color: #ddd;
}
input[type="text"]:focus,
 input[type="email"]:focus,
   input[type="password"]:focus,
    input[type="textbox"]:focus,
     input[type="number"]:focus,
      textarea:focus {
	border-color: #d3e7f2;
	background: #f9fdff;
}
input[type="submit"],
 input[type="button"],
  button {
	padding: 10px 25px;
	background: #2989bc;
	border: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
	border-radius: 20px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	-webkit-transition:	background-color 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out;
	-ms-transition:	    background-color 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out;
	transition:			background-color 300ms ease-in-out;
}
input[type="submit"]:hover,
 input[type="button"]:hover,
  button:hover {
	background: #247fab;
}
input[type="text"]:disabled,
  input[type="email"]:disabled,
   input[type="password"]:disabled {
	background: #f9fdff;
}
input[type="file"] { 
	position: relative; 
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	width: 40%;	
	padding: 0;
	border: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

input[type=file]::-webkit-file-upload-button {
	width: 0; padding: 0; margin: 0;-webkit-appearance: none; border: none;
}	

.DateTimeBox
{
	margin-bottom: 4px;
	width: 50px;
}

.infotiplist, .customfieldlist
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 125%;
}

.Panel .Gap
{
	height: 5px;
}

.datefield
{
	width: 120px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}

.UserInfo
{
	color: #666;
	background-color: #efefef;
	padding: 7px 10px;
}

.templategroup
{
	font-weight: bold;
	font-style: normal;
}

#tabnav
{
	margin: 15px 0px 0px;
	padding-left: 0px;
	height: 36px;
	background: #eeeeee;
}

#tabnav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited
{
	float: left;
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	padding: 0px 9px;
	text-decoration: none;
	color: #666;
	transition:			background-color 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out;
	-ms-transition:	    background-color 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 3px solid #d8176d;
	background: #fdfdfd;
	color: #000;
}

#tabnav a:hover
{
	background: #efefef;
}

.timePicker
{
	width: 80px;
	color: black;
	border: 2px inset !important;
}

.timePicker button {
	color: black;
	height: 10px;
	padding: 0px;
	margin: 0px;
	width: 16px;
}

.imageTag
{
	font-size: 11px;
	background-color: #FFF1A8;
	border: solid 1px #EDEACA;
	padding: 20px;
	line-height: 100%;
}

.imageTag img
{
	margin-bottom: 10px;
}

.quote
{
	border-left: solid 5px #CACACA;
	padding-left: 20px;
	line-height: 140%;
}

.customField
{
	background-color: pink;
}

.emailcredits
{
	display: inline-block;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #efefef;
	font-size: 11px;
	padding: 5px 10px;
	margin: 5px 0px;
}


/* ADDED IN NX 1.1.4 */
.PanelPlain
{
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border-bottom: 5px solid #FFFFFF;
}

.PanelPlain td
{
}

.didyouKnowBox, .systemMessageBox
{
	padding: 5px;
	border: solid 1px #e3e3e3;
	background-color: #f4feff;
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
}

.spam_notspam {
	background-color: #00FF00;
	height:5px;
}
.spam_alert {
	background-color: #FFFF66;
	height:5px;
}
.spam_spam {
	background-color: #FF0000;
	height:5px;
}
.spam_info {
	padding: 4px 8px 4px 8px;
}

/* Interspire Select Replacemnt CSS */
.ISSelect {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #7F9DB9;
	float:left;
	height:200px;
	overflow:auto;
	width:300px;
}

.ISSelect ul, .ISSelect li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.ISSelect li {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	cursor:cursor;
	padding-bottom:0px;
	padding-left:4px;
	padding-top:0px;
}
.ISSelect li.ISSelectGroup {
	padding-left:0pt;
}
.ISSelect input {
	vertical-align:middle;
}
.ISSelectGroup li {
	padding-left:20px;
}
.ISSelect .ISSelectOptionHover {
	background:#EFEFEF none repeat scroll 0%;
}
.ISSelectGroup div {
	font-style:italic;
	font-weight:bold;
	padding-left:4px;
}
.ISSelect li.ISSelectGroup {
	background:transparent none repeat scroll 0%;
	border-bottom:0pt none;
	border-top:0pt none;
	padding-bottom:0pt;
}
.ISSelect .SelectedRow {
	background:#2989bd none repeat scroll 0%;
	border-bottom:1px solid #257caa;
	border-top:1px solid #2989bd;
	color:#FFFFFF;
}
.ISSelect .DisabledRow {
	color:#CCC;
}


/* ADDED IN NX 1.2.0 */


label {
	cursor: pointer;
}

/* For the loading indicator on the Statistics page */
.loading_indicator {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.loading_indicator span {
	text-align: center;
	display: block;
}
.loading_indicator div {
	text-align: center;
	background: #efefef;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	font-size: 16px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/* Added in NX 1.3.3 */

.tutorial_example
{
	font-size: 9pt;
	padding: 10px;
	margin-top: 10px;
	border: solid 1px #EDEACA;
	background-color: #FFF1A8;
	color: #333333;
	text-decoration: none;
	width:300px;
	margin: auto 33% auto 33%;
}

.center_div
{
	margin: auto 33% auto 33%;
}

.TestModeEnabled
{
	color: #aa6c01;
	background-color: #fcf7d0;
	padding: 10px 15px 10px 15px;
	line-height: 11px;
	margin: 10px 0px;
	font-size: 12px;
}

.DropShadowContainer {
	z-index: 1000000;
	position: relative;
}

.DropShadowContainer .ItemContainer {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #efefef;
	position: relative;
	top: -2px;
	left: -3px;
}

.PopDownMenuContainer {
	z-index: 1000;
}

.DropDownMenu ul, .DropDownMenu li {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.DropDownMenu li {
	border-bottom: 1px solid #efefef;
}
.DropDownMenu li:last-child {
	border-bottom: 0px;
}
.DropDownMenu a {
	padding: 6px 0px;
	display: block;
	line-height: 1.7;
	text-decoration: none;
}

.DropDownMenu a:hover {
	color: #000;
}

.DropDownMenu li.Break {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.DropDownMenu hr {
	color: #cacaca;
	background-color: #cacaca;
	height: 1px;
	border: 0;
	margin: 2px auto;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	width: 90%;
}

.textlinks .ActiveButton {
	background: #fff;
	border-bottom: 0;
	z-index: 100;
	position: relative;
	color: #2989bc;
}

.MenuText
{
	text-decoration: none;
	margin:0pt 2px 0pt 10px;
	padding:10px 6px;
}

.loggedinas
{
	overflow: hidden;
	padding: 5px;
	white-space: nowrap;
	font-size: 11px;
	color: #999;
	float: right;
}

a.MenuText
{
	text-decoration: none;
	font-size: 14px;
}
a.MenuText img {
	margin-left:5px;
}
a.MenuText i.fa {
	font-size:16px;
}
.ContentContainer {
	background-color: #fff;
	border-top: none;
	min-height: 370px;
	margin: 0px 40px;
}

.BodyContainer
{
	padding-bottom: 30px;
}

.loginBox {
	width: 420px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 75px 40px 75px;
	position: relative;
}
#box {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.logo {
	float: left;
	margin-bottom: 10px;
}
.headerlogo_MailCamp {
	position: relative;
	margin-top: 13px;
}
.headerlogo_MailCamp a {
	width: 232px;
	height: 44px;
	display: block;
}
.headerlogo_MailCamp a img#logo {
	width: 232px;
	height: 44px;
	float: none!important;
	clear: none!important;
	margin: 0px!important;
}
.logo_MailCamp a img {
	margin: 15px 0 15px 3px;
	float: left;
	clear: left;
}
.customlogo a img#logo {
	max-height:100px;
	width:auto;
}

body#login {
	height: 100vh;
}

#login-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

#login-screen {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    background: #ffffff;
    width: 90%;
    max-width: 900px;
    position: relative;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.2);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.2);
    text-align: center;
    display: flex;
}

#login-form-wrapper img#logo {
    margin-top: 4em;
    margin-bottom: 1em;
/*	width: 60%;
	min-width: 250px;*/
	max-width: 300px;
}
#login-form-wrapper p {
	width: 80%;
    display: inline-block;
}
form#frmLogin {
	padding-bottom: 20px;
}
#go-to-label {
    padding: 0.5em;
}

#login-screen-image-bg {
    background-color: #000000; 
	background-repeat: no-repeat;
    background-size: cover;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
    width: 50%;
    min-height: 100%;
}

#login-form-wrapper {
    width: 50%;
}
.login_input {
    margin-bottom: 1em;
    border: 1px solid #eee;
    background: #eee;
    display: inline-block;
    align-items: left;
	text-align: left;
	margin: 5px;
	padding: 0px;
	width: 77%;
	position: relative;
}

.login_input i {
    font-size: 15px;
    color: #464646;
/*    margin-left: 15px;*/
	position: absolute;
	left: 15px;
	top: 10px;
}
#login-form-wrapper input[type=text], #login-form-wrapper input[type=password]  {
	background-color: #eee!important;
	border: none!important;
	outline: none!important;
	box-sizing: border-box;
	width: 90%!important;
	text-indent: 25px;
}
#login-form-wrapper input[type=button], #login-form-wrapper input[type=submit], #login-form-wrapper input[type=text], #login-form-wrapper input[type=password]  {
    text-decoration: none;
    display: inline-block;
}
#login-form-wrapper input[type=button], #login-form-wrapper input[type=submit] {
	width: 77%;
    margin: 5px;
}

.hidden-label {
    display: none;
}

@media screen and (max-width: 800px) {
    #login-screen-image-bg {
        display: none;
    }
    #login-form-wrapper {
        width: 100%;
    }
}

#login-form-footer {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	margin-top: 15px;
}

#login-form-footer a {
    color: #1770b1;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#login-form-footer a:hover {
    color: #39ace7;
}

#select-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em 0 0.5em;
}

#footer {
    margin-top: 2.5em;
    font-size: 0.9em;
    color: #666;
}
#footer a {
	text-decoration: none;
}

.DashboardPanel {
	border: 1px solid #ececec;
	margin-bottom: 20px;
}

.DashboardPanel td {
}

.DashboardPanel .Heading2 {
	border-bottom: 1px solid #ccc;
	background:none!important;
}

.DashboardPanel .PanelContent {
	padding: 10px;
}
.DashboardPanel .PanelContent ul {
	padding:0px;
	list-style-position: inside;
	margin: 0px 0px 0px 20px;
}
.DashboardPanel .PanelToggle {
	padding:4px 5px 0 0;
}

.DashboardPanel .PanelToggle a {
	color: gray;
}

.DashboardPanel .PanelHeader {
	height: 16px;
	padding-top: 4px;
}

div#HomeGettingStarted td.taskComplete a, td.taskComplete {
	color: #cacaca;
}
.LoginError {
	color: red;
}
.pageinfo p {
	margin-top: 0px;
	margin-bottom: 11px;
}
.message_box {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
ul#interspirerss {
	list-style-position: outside;
	margin: 10px 20px;
	padding: 0px;
	list-style-type: disc;
}
ul#interspirerss li {
	margin-left: 0px;
}

ul#popularRecentContactList {
	list-style-position: outside;
	margin: 10px 20px;
	padding: 0px;
	list-style-type: disc;
}
ul#popularRecentContactList li {
	margin-left: 0px;
}


.gettingstarted_helpinfo {
	background-color: #FFF1A8;
	margin:5px 0px;
}

.UpgradeNotice {
	border:1px solid #CCCCCC;
	background-color: #FFFFCC;
}

#upgradenotice {
	padding-left:10px;
	padding-top:0px;
}

.UpgradeNotice .Heading2 {
	background: #91CB8A url('/admin/images/upgrade_bg.gif') repeat-x;
	border-color: #7CB778;
	border-top: 1px solid #7CB778;
}

.UpgradeNotice .PanelContent {
	border-color: #7CB778;
	padding: 0px;
}

table.WISIWYG_Editor_Choices td {
	line-height: normal;
	height: auto;
}

.EmptyRow
{
	background-color: #FFFFFF;
	height: 10px !important;
}

a.DropDownArrow {
	text-decoration: none;
}

textarea.ContentsTextEditor {
	width: 95%;
	height: 580px;
}

.TemplateHeading {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.TemplateBox {
	border:5px solid white;
	color:#333333;
	display:inline;
	float:left;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:220px;
	line-height:normal;
	margin-top:5px;
	padding:5px;
	text-align:center;
	width: 200px;
}

.TemplateBoxOver
{
	color: #333333;
	margin-top: 5px;
	text-align: center;
	padding: 5px;
	float: left;
	display: inline;
	height: 220px;
	border: 5px solid  #FFCC66;
	background-color:#FFFFCC;
	width: 200px;
}

.plusButton {
	cursor: pointer;
}
.subscriberEventRow {
	display: none;
}
.subscriberEventRow td {
	border-bottom: solid 1px #edecec;
}
tr.subscriberEventRowActive td {
	background-color: #efefef;
}
tr.subscriberEventRow div.dataArea {
	background-color: #efefef;
}
.subscriberEventRow td {
	padding: 0 3px 0 5px;
}
.subscriberEventRow td.eventtype {
	font-weight: bold;
}
.subscriberEventRow td.dataCol {
	padding: 0 0 0 70px;
}
.subscriberEventTable {
	margin: 0 10px 10px 10px;
}
.subscriberEventTable td {
	border: none;
}
.subscriberEventTable td {
	vertical-align: top;
}
.subscriberEventTable td.eventdate, .subscriberEventTable td.eventnotes {
	width: 30px;
}
#eventAddForm button {
font-size: 11px;
}
#eventAddForm #eventType {
	width:100%;margin-bottom:4px;
}
table#subscriberEvents {
	margin: 0px;
}
table#subscriberEvents td.buttons input {
	margin-bottom: 11px;
}
table#subscriberEvents td.pagination div {
	margin-bottom: 11px;
}
div#eventTypes {
	position: absolute;
	margin-top: 15px;
	height: 150px;
	overflow: auto;
	background: #fff;
	border: 1px solid #000;
	z-index: 1024;
	display: none;
}
div#eventTypes ul {
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

div#eventTypes ul li {
	margin: 0px;
	padding:2px;
	cursor: pointer;
}
div#eventTypes ul li.selected {
	background: #316AC5;
	color: #fff;
}
.HelpInfo, p.HelpInfo {
	background:#FFF1A8 none repeat scroll 0% 0%;
	color:#000000;
	margin: 5px 5px 8px 0px;
	padding:10px;
}

ul.Folder, ul.Folder li {
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: default;
}

/* IE 7 hack */
*:first-child+html ul.Folder li {
	display: inline;
}

/* IE 6 Hack */
* html ul.Folder li {
	display: inline;
}

.SortableRowHelper, .SortableRowHelper td, .RowDown td {
	background: #D5E0F1 !important;
}

#dragHelper .SortableRow td {
	background: transparent;
	border: 0;
}

#dragHelper .SortableRow .HideOnDrag {
	display: none;
}

.IndexPage_GettingStarted_Content {
	padding-left: 15px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.IndexPage_GettingStarted_Content_Header {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.IndexPage_GettingStarted_Content_Intro {
	padding-bottom: 10px;
}

.IndexPage_GettingStarted_Content_Link {
	font-size: 14px;
	font-weight: bold;
	color: #05386D;
}

#Bounce_Step_Nav_Container {
	margin-top: 20px;
}

#Bounce_Step_Nav_Container ul {
    padding-left:0px;
    font-weight:bold;
    color: #2B61AF;
}

#Bounce_Step_Nav_Container li {
    display:inline;
    list-style-type:none;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav_Selected_First span {
    background: url('/admin/images/cap-left-dark.gif') no-repeat center left;
    background-color: #A8C6F2;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav_Selected span {
    background: url('/admin/images/arrow-left.gif') no-repeat center left;
    background-color: #A8C6F2;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav_First span {
    background: url('/admin/images/cap-left-light.gif') no-repeat center left;
    background-color: #D7E7FF;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav_Last span {
    background: url('/admin/images/cap-right-light.gif') no-repeat center left;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav_Selected_Last span {
    background: url('/admin/images/cap-right-dark.gif') no-repeat center left;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav_After_Selected span {
    background: url('/admin/images/arrow-right.gif') no-repeat center left;
    background-color: #D7E7FF;
}

#Bounce_Step_Nav_Container .Bounce_Step_Nav span {
    background: url('/admin/images/arrow-clear.gif') no-repeat center left;
    background-color: #D7E7FF;
}

.Bounce_Step_Nav_General_First {
    padding: 6px 12px 7px 15px;
}

.Bounce_Step_Nav_General {
    padding: 6px 12px 7px 25px;
}

.Bounce_Step_Nav_Number {
	display:inline;
	padding-left:20px;
}

.Bounce_ISSelector_Title, .Bounce_Process_Option_Recommended {
	font-weight: bold;
}

.Bounce_ISSelector_Description {
	display: block;
	margin-left: 35px;
}

.Bounce_Help_Header {
	font-weight: bold;
	background: url('/admin/images/help.png') no-repeat center left;
	padding-left:25px;
	min-height:28px;
	line-height:28px;
	margin-bottom:10px;
}

.Bounce_Help_Item {
	margin-bottom:10px;
}

.Bounce_Process_Option, .Bounce_Process_Option_Recommended {
    color: #676767;
    display:block;
	font-size: 15px;
}

.Bounce_Process_Option_Intro {
	display:block;
	padding:5px 0px 10px 25px;
}

.inPlaceImageBoxDefault {
	background-color:transparent;
	border:1px solid transparent;
	color:#676767;
	padding:3px;
	text-align: left;
	width: 180px;
}

.inPlaceFieldFocus {
	background-color:#FFF;
	border:1px solid #809DB9;
	padding:3px;
}

.swfupload {
	position: absolute;
	z-index: 1;
	outline: none;
}

.ManageImageBox {
	color: #333333;
	margin-top: 5px;
	text-align: center;
	padding: 5px;
	float: left;
	display: inline;
	height: 250px;
	border: 5px solid transparent;
}

.inPlaceImageBoxFieldHover {
	background-color:#FFFFDD !important;
	border-color:#666666 rgb(221, 221, 221) rgb(221, 221, 221) rgb(102, 102, 102) !important;
	border-style:solid;
	border-width:1px;padding:3px;
}

.PanelContentBox1 {
	padding: 0px;
	border: 1px solid #BADCDE;
}

.DashboardPanelBox1 {
	border: 5px solid #E6F2F3;
	margin-bottom: 10px;
}

.DashboardPanelSubBox1 {
	border-bottom:1px solid #BADCDE;
}

.DashboardPanelSubBox3, .DashboardPanelSubBox1 {
	background:transparent url(/admin/images/getstarted-bg-noborder.gif) repeat-x scroll left bottom;
	float:left;
	padding:0px 16px 0px 16px;
}

.DashboardPanelSubBox3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.DashboardPanelSubBox3 li {
	background-image: url(/admin/images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 25px;
	margin: .4em 0;
}

.IndexContent a
{
	color:#005FA3;
	text-decoration: none;
}

.IndexContent a:hover
{
	color:#005FA3;
	text-decoration: underline;
}

a#HideThis {
	text-decoration: none;
}

.NonCampaignOptionsSelected {
	border-bottom: #FFF 2px solid;
}

.CampaignOptionsSelected a {
	background-color: #FFFFFF!important;
	border-bottom: #FFFFFF 2px solid!important;
}

#RecentContactListItem ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#RecentContactListItem li {
	background-image: url(/admin/images/dottedline.gif);
	background-repeat: repeat-x;
	background-position: 0 0%;
	padding: 10px 0 3px 0px;
	margin: .4em 0;
}
#RecentContactListItem li .ListLink {
	background-image: url(/admin/images/home-clisticon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 10px 0 10px 35px;
	margin: .4em 0;
}

.ActionButton {
	background:transparent url(/admin/images/but-mid-sliver.gif) repeat scroll 0 0;
	height:32px;
}

.BrowseCLButton, .BrowseCLButton a {
	width:180px;
}

.ViewAllStatsButton, .ViewAllStatsButton a {
	width:125px;
}

.ViewAllCampaignsButton, .ViewAllCampaignsButton a {
	width:150px;
}

.BrowseCLButton, .ViewAllStatsButton, .ViewAllCampaignsButton {
	float:right;
}

.BrowseCLButton, .ViewAllStatsButton, .ViewAllCampaignsButton {
	margin-top:10px;
}

.ActionButton a span.RightEnd {
	background:transparent url(/admin/images/but-right-cap-white.gif) no-repeat scroll right top;
	display:block;
	float:right;
	height:32px;
	width:10px;
}

.ActionButton a span.ActionIcon {
	background:transparent url(/admin/images/but-arrow.gif) no-repeat scroll left center;
	display:block;
	float:right;
	height:32px;
	width:22px;
}

.ActionButton a span.ButtonText {
	display:block;
	padding-right:5px;
	padding-top:9px;
}

.BrowseCLButton a span.ButtonText {
	padding-left:30px;
}

.ViewAllStatsButton a span.ButtonText, .ViewAllCampaignsButton a span.ButtonText {
	padding-left:15px;
}

a span.ButtonText {
	white-space: nowrap;
}

.ActionButton a {
	background:transparent url(/admin/images/but-left-cap-white.gif) no-repeat scroll left top;
	color:#184F87;
	display:block;
	font-family:arial;
	font-size:1em;
	height:32px;
}

.CampaignListText {
	padding-top:4px;
}
#CampaignList { overflow:hidden; clear: both; }
.HelpToolTipPos {
	display:inline;
	position:absolute;
	padding-left:5px;
}
.HelpToolTip_Placeholder,
 tr.Heading3 td div#archive,
  tr.Heading3 td div#active {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-mo-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: 9999;
}
.HelpToolTip_Title {
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

/* INDEX PAGE */
#col-wrapper {
	overflow: hidden;
}
#col-left {
	width: 30%;
	min-width: 400px;
	float: left;
}
#col-right {
	width: 65%;
	float: right;
}
#col-left h2,
 #col-right h2 {
	padding: 0px 0 10px 10px;
	background-position: 0px 5px;
}
#start-box {
	background: #2989bd;
	border-bottom: #247da5 3px solid;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#start-box a {
	color: #fff;
	float: right;
}
#action-buttons {
	padding: 10px;
	overflow: hidden;
	background: #b0d1e4;
}
.buttonHome {
	background: #eef6f9;
	border-bottom: #67a6c7 3px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 0px;
	width: 48%;
	text-align: center;
	color: #2989bc;
	text-decoration: none;
	-webkit-transition:	background-color 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out;
	-ms-transition:	    background-color 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out;
	transition:			background-color 300ms ease-in-out;
}
.buttonHome:hover {
	background: #dcecf2;
}
.but-createlist {
	float: left;
}
.but-createcampaign {
	float: right;
}
#HomeGettingStarted { margin-bottom: 20px; }
.Campaign_id, ul#interspirerss li, ul#twitterfeed li {
	padding: 9px 0px 9px 10px;
	border-bottom: #eee 1px solid;
	/*font-size: 11px;*/
	overflow: hidden;
	list-style: none;
}
.Campaign_id span.campaigntitle, .Campaign_id span.campaigntitle a, ul#interspirerss li a {
	display: block;
	color: #2989bd;
}
ul#twitterfeed li a { color: #2989bd; }
.Campaign_id span.campaignsubject {
	float: left;
}
.Campaign_id span.campaigncreate {
	float: right;
	font-style: italic;
	padding-right: 3px;
}
.CampaignOptionsSelected {
	background-color:#FFFFFF !important;
}
.DashboardPanelSubBox2 {
	padding: 0px;
	margin: 0px;
	clear: both;
	overflow: hidden;
}
.DashboardPanelSubBox2 li {
	background: #eef6f9;
	border-bottom: #d7e8f2 1px solid;
	padding: 4px 10px;
	font-size: 11px;
	-webkit-transition:	background-color 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out;
	-ms-transition:	    background-color 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out;
	transition:			background-color 300ms ease-in-out;
}
.DashboardPanelSubBox2 li:hover {
	background: #dcecf2;
}
.DashboardPanelSubBox2 li a {
	text-decoration: underline;
	color: #2989bc;
	display: block;
}
.PanelHeaderBox1 {
	border-bottom: #d7e8f2 2px solid;
	overflow: hidden;
}
#GettingStarted {
	float: left;
	padding: 6px 0px 6px 10px;
/*	background:;*/
	font-weight: normal;
	font-size: 12px;
	color: #2989bc;
}
.PanelHeaderBox1 .QuickLink, .HideThis {
	padding: 6px 5px 6px 10px;
	font-weight: normal;
	font-size: 12px;
	float: right;
	color: #666;
}
#kbRecentContactListList tr td {
	padding: 10px!important;
}
#kbRecentContactListList tr td a {
	color:#555;
	text-decoration: none;
}
#CampaignStatsListDropdown {
	margin-top: 10px;
}
a.homeButton {
	font-size: 12px;
	padding: 5px 10px 25px;
	display: block;
	overflow: hidden;
}
ul.quicklinks li a {
	text-decoration: none;
	font-size: 12px;
}

.pagingSelect { margin-right: 15px; width: auto; }

ul#interspirerss, ul#twitterfeed { margin: 0; }
ul#twitterfeed span { display: block; }
ul#interspirerss li em, ul#twitterfeed li em { color: #999999; }

ul#interspirerss li, ul#twitterfeed li { 
	-webkit-transition:	background-color 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out;
	-ms-transition:	    background-color 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out;
	transition:			background-color 300ms ease-in-out;
	background: #FFF;
}
ul#interspirerss li:hover, ul#twitterfeed li:hover {
	background: #f9f9f9;
}

/* Font-Awesome */
i.fa-style-list { 	font-size: 16px; }
i.fa-style-msg { 	font-size: 18px; margin-right: 4px; }
i.fa-style-status { font-size: 18px; cursor: pointer; }
i.fa-color-green { 	color: #72C279; }
i.fa-color-red { 	color: #E08E94; }
i.fa-color-yellow { color: #fde750; }
i.fa-style-tooltip { color: #999; }

p.code { 
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; 
	color: #fff;
	background: #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
}
#scroll {
	overflow-y: scroll;
    height: 200px;
	width: 650px;
	padding: 15px 25px;
	background: #efefef;
}
#scroll2 {
	overflow-x:scroll;
	font-family:  'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	width: 750px;
}
div#SubscriberImportUploadField { 
	padding: 10px 15px; 
	border:#ccc 1px dashed; 
	display:inline-block; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
	border-radius: 15px;
	margin: 10px 0px;
	cursor: pointer;
}
div#SubscriberImportUploadField input[type="file"] { width:auto!important; margin-top:0px!important; cursor: pointer; color: black; }
.folder_link { color: #2989bd; }

.date_notify_top {
	width: 150px; 
	display: inline-block;
}
a.button_notify_top {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	border-radius: 4px;
	background: #8c6511;
	color: #fff!important;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	margin-top: -3px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}

.priority_critical { background: #b30000; }
.priority_major { background: #f44435; }
.priority_minor { background: #fde856; color: #000!important; }
.priority_trivial { background: #72c279; }
.priority_label { 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	border-radius: 4px;
	padding: 1px 8px;
	font-size: 12px;
	display: inline-block;
	color:#fff;
	margin-right: 4px;
	margin-bottom: 4px;
}
.priority_label a { 
	text-decoration: none;
}
.TextCode {
	font-family:  'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
a.more_options {
	cursor:pointer;
	font-style:italic;
	text-decoration:underline;
}
input#startImportSubscriber:disabled, .removeitem {
	opacity:0.4;
}
#NoItem_id {
	margin-bottom: 30px;
} 

#openProject {
	padding-top: 20px;
}

label.SendFilteringOption_Label b { display:inline-block; width:175px;}

ul#socialbuttons li {
	float: left;
	margin-right: 15px;
}
ul#socialbuttons {
	overflow: hidden;
}
.heatmap {
	text-decoration: none;
	background: #FF6E0D;
}
.groupRecord_Access_Resource_Selector {
	width: 450px;
}

/* Pagination Start */
nav { display: inline-block; }
nav.nvgtn { float: right; }
.fa-navigation { font-size: 19px!important; }
.pagination {
	display: flex;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #2989bc;
	background-color: #fff;
	border: 1px solid #dee2e6;
	text-decoration: none;
}
.page-link:hover {
	color: #333;
	text-decoration: none;
	background-color: #efefef;
	border-color: #efefef;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	/*box-shadow: $pagination-focus-box-shadow;*/
}

	/* Opinionated: add "hand" cursor to non-disabled .page-link elements*/
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	-webkit-border-top-left-radius: .25rem;
	-moz-border-top-left-radius: .25rem;
	-ms-border-top-left-radius: .25rem;
	-o-border-top-left-radius: .25rem;
	border-top-left-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-bottom-left-radius: .25rem;
	-ms-border-bottom-left-radius: .25rem;
	-o-border-bottom-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
	-webkit-border-top-right-radius: .25rem;
	-moz-border-top-right-radius: .25rem;
	-ms-border-top-right-radius: .25rem;
	-o-border-top-right-radius: .25rem;
	border-top-right-radius: .25rem;
	-webkit-border-bottom-right-radius: .25rem;
	-moz-border-bottom-right-radius: .25rem;
	-ms-border-bottom-right-radius: .25rem;
	-o-border-bottom-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2989bc;
    border-color: #2989bc;
}

.page-item.disabled .page-link {
    color: #eee;
    pointer-events: none;
    /* Opinionated: remove the "hand" cursor set previously for .page-link*/
    cursor: auto;
    background-color: #efefef;
    border-color: #efefef;
}


/*
.pagination-lg {
  @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $border-radius-lg);
}

.pagination-sm {
  @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $border-radius-sm);
}
*/
/* Pagination End */


.tagify {
	min-height: 40px;
}

.subscribertag {
	background: #CCC;
	color: #000!important;
}
div.displaycode { 
	color: #333;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	display: block;
	position: relative;
}
.displaycode i.fa-copy {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 20px;
	cursor: pointer;
	z-index: 100;
}
.RuleRow {
	margin-bottom: 10px;
}
span.password-showhide i, span.confirm-password-showhide i { top:7px!important; font-size: 18px!important; right:15px!important; left: auto!important; cursor: pointer; color:#ccc;}
.login_input span i:hover {color:#666;}

/* Make embedded Youtube video's flexible */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 verhouding (hoogte gedeeld door breedte = 9/16 = 0.5625) */
	height: 0;
	overflow: hidden;
	max-width: 100%; /* Zorgt ervoor dat de container niet breder wordt dan de parent */
	background: #000;
	margin-bottom: 20px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
