html, body {
	height: 100%;
  font-size: 100%;
}
body {

}
.body-login {
  padding-top: 80px;
}
.wrap-login {
  min-height: 100%;
}
#wrap {
  min-height: 100%;
  /*padding-top: 10px;*/
}
#wrap2 {
  min-height: 100%;
  padding-top: 0px;
  padding-bottom: 6rem;
}
#wrap3 {
  min-height: 100%;
  margin-top: -60px;
}
#wrap4 {
  min-height: 100%;
  margin-top: -80px;
}
.wrap-grey {
	background: #f5f5f5; /*#f2f2f2*/
}
#main {
  /*overflow:auto;*/
  /*padding-bottom:60px;*/ /* this needs to be bigger than footer height*/
}

textarea { resize:none; }

input, textarea { 
	color: #000; 
	border: 1px solid #ccc;
}

.placeholder { color: #cccccc; }

.navbar {
	min-height: 20px;
	margin-bottom: 0px;
}
.navbar-fixed-top {
	border: none;
}
.navbar-wp {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: .75rem;
  padding-top: .75rem;
  border: 0;
  border-bottom: 1px solid #dee2e6!important;
  font-family: Roboto,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  border-radius: 0px;
}
.navbar-simple {
	border-bottom: 1px solid #e5e5e5;
}
.navbar-simple .navbar-bottom {
	height: 100%;
	background: #fff;
	filter: none !important;
}
.navbar-simple .navbar-bottom .navbar-toggle {
	margin-top: -5px;
	padding: 6px 10px;
}
.navbar-index-login {
	background: #ffffff;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	max-height: 80px;
}
.navbar-form {
	border: none;
}
.navbar-simple .navbar-block {
	background: #205AC6;
	min-height: 20px;
	filter: none !important;
	border-width: 0 0 0px;
}
.navbar-inner2 .navbar-nav {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-simple .navbar-block li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-block .nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.navbar-block .nav > li > .dashboard-cog {
	padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #000;
}
.navbar-block .nav > li > .navbar-dropdown {
	padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}
.navbar-block .nav > li > .navbar-home {
	padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.navbar-btn-login {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0px 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #205AC6;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #f6b019;
  *border: 0;
  border-bottom-color: #f6a819;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.navbar-btn-login:hover,
.navbar-btn-login:focus,
.navbar-btn-login:active,
.navbar-btn-login.active,
.navbar-btn-login.disabled,
.navbar-btn-login[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.navbar-btn-login:active,
.navbar-btn-login.active {
  background-color: #F6C719 \9;
}
.navbar-btn-login:first-child {
  *margin-left: 0;
}
.navbar-btn-login:hover,
.navbar-btn-login:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.navbar-btn-login:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.dropdown-bars {
	margin-right: -15px;
}
.dropdown-bars-left {
	margin-left: -15px;
}
.navbar-block .nav > li > .notification-navbar {
	padding-left: 10px;
	padding-right: 10px;
  font-size: 14px;
  color: #fff;
}

.navbar-simple .navbar-block .navbar-gold a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #F6C719;
  font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-block .navbar-grey a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #757575;
  font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-block .navbar-blue a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  color: #205AC6;
  font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-block .navbar-red a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  color: #B40407;
  font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-block .nav li a:hover, .navbar-simple .navbar-block .nav li a:focus {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #e5e5e5;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000;
    background-color: transparent;
}
.navbar-simple .navbar-block .nav .navbar-blue a:hover, .navbar-simple .navbar-block .nav .navbar-blue a:focus {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #205AC6;
	opacity: 0.6;
}
.navbar-simple .navbar-block .nav .navbar-red a:hover, .navbar-simple .navbar-block .nav .navbar-red a:focus {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #B40407;
	opacity: 0.6;
}
.navbar-block .navbar-toggle {
  position: relative;
  float: right;
  padding: 2px 9px;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 3px;
  background-color: #F6C719;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-block .navbar-toggle-wp {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-simple .navbar-block .dropdown-menu li a {
	color: #000;
    font-family:helvetica, arial;
	text-shadow: none !important;
}
.navbar-simple .navbar-block .dropdown-menu li a:hover {
    color: #000;
    text-decoration: none;
    background-color: #eef6ff;
}
.navbar-simple .navbar-block .navbar-brand {
	display: block;
	padding: 5px;
	height: 30px;
	margin-left: 0px;
}

.navbar-block .navbar-brand img {
	height:	20px;
	display: block;
}

.navbar-wp .navbar-brand {
  display: block;
	padding: 10px;
	height: 100%;
	margin-left: 0px;
}
.navbar-wp .navbar-brand img {
	display: block;
}
.navbar-wp .navbar-nav > li > a {
  color: #000;
}
.brandmarketdesk {
	display: inline-block;
	float: left;
	padding: 5px 10px 5px 5px;
	line-height: 20px;
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;

	text-decoration: none;
}
.brandmarketdesk a{
	color: #fff;
	text-decoration: none;
}
.navbar-announcement {
	padding: 5px 10px 5px 5px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	color: #205AC6;
}
.navbar-simple .navbar-inner {
	padding: 0px;
	background: #205AC6;
	min-height: 20px;
	filter: none !important;
	padding-right: 0px;
	padding-left: 0px;
	border-width: 0 0 0px;
}
.navbar-simple .navbar-inner li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-inner .nav > li > a {
  padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.navbar-inner .nav > li > .dashboard-cog {
  	padding-left: 5px;
  	padding-right: 10px;
}
.navbar-inner .nav > li > .notification-navbar {
  	padding-left: 5px;
  	padding-right: 10px;
}

.navbar-simple .navbar-inner .navbar-gold li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #F6C719;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-inner .nav li a:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #e5e5e5;
}
.navbar-simple .navbar-inner2 {
	padding: 0px;
	background: #fff;
	min-height: 20px;
	filter: none !important;
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-simple .navbar-inner2 {
  border-width: 0 0 0px;
}

.navbar-simple .navbar-inner2 li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-inner2 .nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-simple .navbar-inner2 .navbar-gold li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #F6C719;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-inner2 .nav li a:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #e5e5e5;
}
.navbar-simple .navbar-inner3 {
	padding: 0px;
	background: #205AC6;
	min-height: 20px;
	filter: none !important;
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-simple .navbar-inner3 {
  border-width: 0 0 0px;
}

.navbar-simple .navbar-inner3 li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-inner3 .nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-simple .navbar-inner3 .navbar-gold li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #F6C719;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-inner3 .nav li a:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #e5e5e5;
}
.navbar-gold > li > a {
	padding-right: 15px;
}

.brand-container{
	background-color: #ffffff;
	float: left;
}
.navbar .brand{
	display: block;
	float: left;
	padding: 10px 10px 5px;
	padding-left: 0px;
}
.navbar .brand img {
	height:	20px;
}

.navbar-search {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
}

.frontbody {
	background: #205AC6;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 100px;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(30,87,153,1) 0%, rgba(32,124,202,1) 50%, rgba(32,124,202,1) 50%, rgba(32,124,202,1) 50%, rgba(32,124,202,1) 63%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(32,124,202,1)), color-stop(50%,rgba(32,124,202,1)), color-stop(50%,rgba(32,124,202,1)), color-stop(63%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 63%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 63%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 63%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 50%,rgba(32,124,202,1) 63%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}
.frontbody2 {
	background: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
}
.frontfeatured {
	background: #f5f5f5;
	padding-top: 0px;
	padding-bottom: 10px;
}
.frontregister {
	/*background: #f5f5f5;*/
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 100%;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.remember-forgot {
  font-size: 12px;
  cursor: pointer;
}
.front-agree {
  font-size: 12px;
  cursor: pointer;
}
.footer-text {
	font-size: 12px;
}
.footer-divider {
	width:5px;
	display:inline-block;
}
.login-recover {
  font-size: 12px;
  cursor: pointer;
  margin-left: 98px;
}
.navbar-title{
	padding-top: 16px;
	float:left;
}

.navbar-title-blue{
	padding-top: 22px;
}

.navlogin input[type="text"],
.navlogin input[type="password"],
.navlogin input[type="email"]{
  display: inline-block;
  height: 26px;
  width: 200px;
  padding: 4px 6px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.navlogin {
  margin-right:10px;
  margin-left:10px;	
}
.collapse-center {
	padding-top: 0px;;
}

/*REAL-TIME Columns Definitions box */
.parentDiv {             
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 15px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.childDiv {             
	overflow-y:auto;
}

.childDiv table {
	border-collapse: collapse;
	border-spacing: 0px
}
.childDiv input[type="text"] {
	float:left;
	display:inline;
	width:120px;
	font-size: 15px;
	margin-right: 30px;
	line-height: 16px;
	color: #555555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#basetablecolumn select {
	float:left;
	display:inline;
	width:120px;
	color: #2D2D2D;
	font-size: 15px;
	margin-right: 30px;
	line-height: 16px;
	color: #555555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#basetablecolumn label {
	color: #2D2D2D;
	font-size: 15px;
	min-width: 220px;
	float: left;
}

/*----------------------------------*/

.radioinput {
  width: 100%;
  padding: 0px;
  margin-bottom: 5px;
}
.radioinput label {
	font-weight: normal;
}
.radio {
  display: inline-block;
  padding-right: 5px;	
}
.checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkbox input[type='checkbox']:hover,
.radio input[type='radio']:hover {
	cursor: pointer;
}
input[type='checkbox']:hover,
input[type='radio']:hover {
	cursor: pointer;
}
.selectinput {
  display: inline-block;
  margin-bottom: 10px;
}
.selectinput label {
	font-weight: normal;
}

.signuplegend{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}

.signupheader{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  border-bottom: 2px solid #e5e5e5;
}
.loginheader {
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.registeredheader{
  display: block;
  width: 100%;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
.signupdesc{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 15px;
  color: #000;
}
.helpheader{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #205AC6;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.recoverheader{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #205AC6;
}

.recovertext{
  display: block;
  font-weight: bold;
  width: 100%;
  padding-bottom:20px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.publisherheader{
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #205AC6;
}

.recoverinput input[type="text"],
.recoverinput input[type="password"],
.recoverinput input[type="email"]{
  display: inline-block;
  height: 26px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.signinput input[type="text"],
.signinput input[type="password"],
.signinput input[type="email"],
.signinput input[type="tel"]{
  display: inline-block;
  height: 26px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.logininput input[type=email],
.logininput input[type=password],
.logininput input[type=tel],
.logininput input[type=text] {
  display: inline-block;
  width: 100%;
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 15px;
  vertical-align: middle;
}
.form-check input[type="radio"], .form-check input[type="checkbox"] {
  margin: 0;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem!important;
  margin-left: -2rem!important;
}
.remember-check {
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  border-radius: 4px;
  background-color: #fff;
}
.front-agree {
  font-weight: 300;
  color: #000;
  margin-left: .5rem;
}
.front-agree, .forgotlabel{
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  cursor: pointer;
}
.forgotlabel {
  font-weight: 600;
  color: #c4212f;
}
.login-button {
    width: 100%;
    border: none;
    border-radius: 30px;
    border-image-slice: 1;
    color: #fff;
    padding: .375rem .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    white-space: nowrap;
    background-color: #205AC6;
    margin-top: 1rem;
}
.login-button:focus, .login-button:active{
  color: #bfbfbf;
  border: none;
  outline: none;
  border-color: #c3212e;
  border-image-source: #c3212e;
  box-shadow: 0 0 0 0.2rem rgba(195, 33, 46, 0.25);
}
.login-button:hover {
  color: #bfbfbf;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
.signpass input[type="text"],
.signpass input[type="password"],
.signpass input[type="email"]{
  display: inline-block;
  height: 26px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.inviteuser input[type="text"],
.inviteuser input[type="password"],
.inviteuser input[type="email"]{
  display: inline-block;
  height: 26px;
  padding: 4px 6px;
  font-size: 12px;
  width: 300px;;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.shareinput input[type="text"],
.shareinput input[type="email"]{
  display: inline-block;
  height: 24px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.packageinput input[type="text"]{
  display: inline-block;
  height: 14px;
  width: 360px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.sharetextarea {
	padding-left: 10px;
	padding-right: 10px;
}
.sharetextarea textarea{
  display: inline-block;
  height: 110px;
  width: 100%;
  margin-top: 10px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.shareinputline {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  text-align: center;
}

.helpinput input[type="text"],
.helpinput input[type="password"],
.helpinput input[type="email"]{
  display: inline-block;
  height: 26px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.helptextarea textarea{
  display: inline-block;
  height: 170px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bsinput input[type="text"],
.bsinput input[type="password"],
.bsinput input[type="email"]{
  display: inline-block;
  height: 26px;
  width: 90%;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.publishinput input[type="text"],
.publishinput input[type="password"],
.publishinput input[type="email"]{
  display: inline-block;
  height: 26px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.publishtextarea textarea{
  display: inline-block;
  height: 130px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.staticinput input[type="text"],
.staticinput input[type="password"],
.staticinput input[type="email"] {
  display: inline-block;
  height: 26px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.staticinputpop input[type="text"],
.staticinputpop input[type="password"],
.staticinputpop input[type="email"] {
  height: 26px;
  width: 95%;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.inline-popover {
	display: inline-block;
  margin-bottom: 8px;
  color: #205AC6;	
}
.statichelptxt {
 	line-height: 28px;
  	font-size: 18px;
  	color: #555555;
}

.staticfile input[type="file"] {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.staticselect {
  display: inline-block;
  padding: 1px 0px;
  margin-bottom: 10px;
  color: #555555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.statictextarea textarea{
  display: inline-block;
  height: 120px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.statictextareapop textarea{
  display: inline-block;
  height: 120px;
  width: 95%;
  padding: 4px 6px;
  margin-bottom: -5px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.statictextarea label{
	font-weight: normal;
}
.tableinput input[type="text"] {
  display: inline-block;
  min-height: 24px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.tableinput-lrg input[type="text"]{
  display: inline-block;
  min-height: 24px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
  
.tabletextarea textarea{
  display: inline-block;
  height: 60px;
  width: 100%;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeeeee
}

.tabletextarea-lrg textarea{
  display: inline-block;
  height: 160px;
  padding: 4px 6px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.columninput {

}

.columninput input[type="text"]{
  display: inline-block;
  height: 26px;
  width: 48%;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}


/*customized button-----------------------------*/
.btn-sign {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-sign:hover,
.btn-sign:focus,
.btn-sign:active,
.btn-sign.active,
.btn-sign.disabled,
.btn-sign[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn-sign:active,
.btn-sign.active {
  background-color: #cccccc \9;
}
.btn-sign:first-child {
  *margin-left: 0;
}
.btn-sign:hover,
.btn-sign:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-sign:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*customized button-----------------------------*/

.btn-gold-login {
  color: #205AC6;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-login:hover,
.btn-gold-login:focus,
.btn-gold-login:active,
.btn-gold-login.active,
.btn-gold-login.disabled,
.btn-gold-login[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-login:active,
.btn-gold-login.active {
  background-color: #F6C719 \9;
}

.btn-success-sign {
  color: #ffffff;
  margin-top: 5px;
  text-shadow: none;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#5bb75b));
  background-image: -webkit-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -o-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: linear-gradient(to bottom, #5bb75b, #5bb75b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #5bb75b #5bb75b #5bb75b;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success-sign:hover,
.btn-success-sign:focus,
.btn-success-sign:active,
.btn-success-sign.active,
.btn-success-sign.disabled,
.btn-success-sign[disabled] {
  color: #e5e5e5;
  background-color: #5bb75b;
  *background-color: #5bb75b;
}
.btn-success-sign:active,
.btn-success-sign.active {
  background-color: #5bb75b \9;
}

.btn-gold-sign {
  color: #205AC6;
  margin-top: 10px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-sign:hover,
.btn-gold-sign:focus,
.btn-gold-sign:active,
.btn-gold-sign.active,
.btn-gold-sign.disabled,
.btn-gold-sign[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-sign:active,
.btn-gold-sign.active {
  background-color: #F6C719 \9;
}


.btn-search {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 2px 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active,
.btn-search.active,
.btn-search.disabled,
.btn-search[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn-search:active,
.btn-search.active {
  background-color: #cccccc \9;
}
.btn-search:first-child {
  *margin-left: 0;
}
.btn-search:hover,
.btn-search:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-search:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-gold-search {
  color: #205AC6;
  text-shadow: none;
  margin-bottom: 0px;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-search:hover,
.btn-gold-search:focus,
.btn-gold-search:active,
.btn-gold-search.active,
.btn-gold-search.disabled,
.btn-gold-search[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-search:active,
.btn-gold-search.active {
  background-color: #F6C719 \9;
}
.btn-gold-agree {
  color: #205AC6;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-agree:hover,
.btn-gold-agree:focus,
.btn-gold-agree:active,
.btn-gold-agree.active,
.btn-gold-agree.disabled,
.btn-gold-agree[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-agree:active,
.btn-gold-agree.active {
  background-color: #F6C719 \9;
}
.btn-gold-table {
  color: #205AC6;
  min-width: 60px;
  height: 20px;
  padding: 2px 2px;
  margin-bottom: 5px;
  margin-left: 6px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-table:hover,
.btn-gold-table:focus,
.btn-gold-table:active,
.btn-gold-table.active,
.btn-gold-table.disabled,
.btn-gold-table[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-table:active,
.btn-gold-table.active {
  background-color: #F6C719 \9;
}

.btn-gold-help {
  color: #205AC6;
  min-width: 70px;
  height: 22px;
  padding: 2px 4px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-help:hover,
.btn-gold-help:focus,
.btn-gold-help:active,
.btn-gold-help.active,
.btn-gold-help.disabled,
.btn-gold-help[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-help:active,
.btn-gold-help.active {
  background-color: #F6C719;
}

.btn-gold-rt {
  color: #205AC6;
  margin-top: -5px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-rt:hover,
.btn-gold-rt:focus,
.btn-gold-rt:active,
.btn-gold-rt.active,
.btn-gold-rt.disabled,
.btn-gold-rt[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-rt:active,
.btn-gold-rt.active {
  background-color: #F6C719 \9;
}

.btn-gold-file {
  color: #205AC6;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-file:hover,
.btn-gold-file:focus,
.btn-gold-file:active,
.btn-gold-file.active,
.btn-gold-file.disabled,
.btn-gold-file[disabled] {
  color: #ffffff;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold-file:active,
.btn-gold-file.active {
  background-color: #F6C719 \9;
}

.btn-gold {
  color: #205AC6;
  margin-top: -10px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.btn-gold.disabled,
.btn-gold[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-gold:active,
.btn-gold.active {
  background-color: #F6C719 \9;
}

.btn-red {
  color: #ffffff;
  margin-top: 0px;
  text-shadow: none;
  background-color: #B40407;
  background-image: -moz-linear-gradient(top, #B40407, #B40407);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B40407), to(#B40407));
  background-image: -webkit-linear-gradient(top, #B40407, #B40407);
  background-image: -o-linear-gradient(top, #B40407, #B40407);
  background-image: linear-gradient(to bottom, #B40407, #B40407);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #B40407 #B40407 #B40407;
  *background-color: #B40407;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #e5e5e5;
  background-color: #B40407;
  *background-color: #B40407;
}
.btn-red:active,
.btn-red.active {
  background-color: #B40407 \9;
}

.btn-red-table {
  color: #ffffff;
  min-width: 70px;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #B40407;
  background-image: -moz-linear-gradient(top, #B40407, #B40407);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B40407), to(#B40407));
  background-image: -webkit-linear-gradient(top, #B40407, #B40407);
  background-image: -o-linear-gradient(top, #B40407, #B40407);
  background-image: linear-gradient(to bottom, #B40407, #B40407);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #B40407 #B40407 #B40407;
  *background-color: #B40407;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red-table:hover,
.btn-red-table:focus,
.btn-red-table:active,
.btn-red-table.active,
.btn-red-table.disabled,
.btn-red-table[disabled] {
  color: #e5e5e5;
  background-color: #B40407;
  *background-color: #B40407;
}
.btn-red-table:active,
.btn-red-table.active {
  background-color: #B40407 \9;
}

.btn-success {
  color: #ffffff;
  margin-top: 0px;
  text-shadow: none;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#5bb75b));
  background-image: -webkit-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -o-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: linear-gradient(to bottom, #5bb75b, #5bb75b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #5bb75b #5bb75b #5bb75b;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #e5e5e5;
  background-color: #5bb75b;
  *background-color: #5bb75b;
}
.btn-success:active,
.btn-success.active {
  background-color: #5bb75b \9;
}

.btn-success-sign {
  color: #ffffff;
  margin-top: 10px;
  text-shadow: none;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#5bb75b));
  background-image: -webkit-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -o-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: linear-gradient(to bottom, #5bb75b, #5bb75b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #5bb75b #5bb75b #5bb75b;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success-sign:hover,
.btn-success-sign:focus,
.btn-success-sign:active,
.btn-success-sign.active,
.btn-success-sign.disabled,
.btn-success-sign[disabled] {
  color: #e5e5e5;
  background-color: #5bb75b;
  *background-color: #5bb75b;
}
.btn-success-sign:active,
.btn-success-sign.active {
  background-color: #5bb75b \9;
}

.btn-red-sign {
  color: #ffffff;
  margin-top: 10px;
  text-shadow: none;
  background-color: #B40407;
  background-image: -moz-linear-gradient(top, #B40407, #B40407);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B40407), to(#B40407));
  background-image: -webkit-linear-gradient(top, #B40407, #B40407);
  background-image: -o-linear-gradient(top, #B40407, #B40407);
  background-image: linear-gradient(to bottom, #B40407, #B40407);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #B40407 #B40407 #B40407;
  *background-color: #B40407;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red-sign:hover,
.btn-red-sign:focus,
.btn-red-sign:active,
.btn-red-sign.active,
.btn-red-sign.disabled,
.btn-red-sign[disabled] {
  color: #e5e5e5;
  background-color: #B40407;
  *background-color: #B40407;
}
.btn-success-sign:active,
.btn-success-sign.active {
  background-color: #B40407 \9;
}

.btn-success-table {
  color: #ffffff;
  min-width: 70px;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#5bb75b));
  background-image: -webkit-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -o-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: linear-gradient(to bottom, #5bb75b, #5bb75b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #5bb75b #5bb75b #5bb75b;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success-table:hover,
.btn-success-table:focus,
.btn-success-table:active,
.btn-success-table.active,
.btn-success-table.disabled,
.btn-success-table[disabled] {
  color: #e5e5e5;
  background-color: #5bb75b;
  *background-color: #5bb75b;
}
.btn-success-table:active,
.btn-success-table.active {
  background-color: #5bb75b \9;
}

.frontheader {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 100;
  transition: font-size 300ms linear;
}
.frontblack {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  opacity: .5;
  letter-spacing: -1px;
  padding-top: 5px;
  padding-bottom: 10px;
  transition: opacity 300ms linear;
}
.frontblue {
  color: #205AC6;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: opacity 300ms linear;
}
.registerinfo {
  color: #000;
  padding-top: 0px;
}
.registerheader {
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  color: #205AC6;
  padding-bottom: 10px;
}
.registerlist {
  font-size: 17px;
  line-height: 26px;
  /*padding-left: 20px;*/
}
.registerlist >li {
	list-style-type: none;
}
.logogrey {
  font-size: 20px;
  line-height: 23px;
  color: #c6c6c6;
}
.logogreysm {
  font-size: 14px;
  line-height: 14px;
  color: #c6c6c6;
}
.logowhite {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}
.logowhitesm {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.aboutgrey{
  padding-top: 40px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
}

.aboutgreymiddle{
  padding-top: 40px;
  padding-left: 70px;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
}

.aboutred{
  margin-top:-15px;
  margin-left: 16px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #B40407;	
}

.logolink {
	margin-left:-96px;
	margin-bottom: -7px;
    width:21px;
    height:21px;
    display:inline-block;
    z-index:2;
}

a.logolink:hover { 
	background-color: #F6C719;
}

.whygreytop{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
}

.whygreymiddle{
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
}

.publisherred{
  margin-top:-15px;
  margin-left: 15px;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  color: #B40407;	
}

.errorred{
  width: auto;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #B40407;	
}
.errorheader {
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #205AC6;	
}
.helpred {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
  color: #B40407;	
}
.packagered {
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #B40407;
}
.purchasered {
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #B40407;
}
.packagemodalred {
  padding-left: 0px;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 16px;
  color: #B40407;	
}
.faqred{
  display: inline-block!important;
  width: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #B40407;	
}

.indexblack{
  width: 100%;
  display: inline-block !important;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  color: #2f3f4e;
  padding-bottom: 5px;
}

.tablered {
  padding-bottom:0px;
  font-size: 14px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  font-weight: bold;
  color: #B40407;
}

.inline-red {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  font-weight: bold;
  color: #B40407;
}

.tabledescr-container {
	padding-bottom: 5px;
}
.tablename {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.faqblue{
  display: inline-block!important;
  width: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #205AC6;	
}

.shareblue{
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}
.logoblue{
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}
.inline-blue {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  font-weight: bold;
  color: #205AC6;	
}
.arrowblue{
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}

.arrowblue a:hover{
  cursor: pointer;
  color: #ffffff;
}

.errorblue{
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.titleblue{
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #205AC6;	
}
.homeblue {
  color: #205AC6;	
}
.titleblue2{
  margin-top: 10px;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  color: #205AC6;	
}
.titleblack{
  margin-top: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 28px;
  color: #000;	
}
.indexblue {
  display: inline-block;
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  color: #205AC6;
}
.tosbody{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 25px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
}
.wellabout {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.welllogin {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0;
  outline: 0;
  padding: 1.5rem;
  margin: 1rem 0;
}
.aboutblue {
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  color: #205AC6;
  padding-bottom: 10px;
}
.aboutbody {
  font-size: 15px;
}
.wellmainpack {
  min-height: 20px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #ffffff;
  border: 1px solid #757575;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wellhome{
  min-height: 200px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border: 1px solid #757575;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}

.welltable{
  min-height: 65px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  background-color: #e5e5e5;
  border: 1px solid #757575;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}
.welllogo-reg {
  min-height: 65px;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #757575;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}
.wellpackage{
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wellpackage button {
	margin-top: 5px;
	margin-bottom: 5px;
}
.packagenavleft{
  height: auto;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-left:-5px;
}

.packagewrap {
  background-color: #f5f5f5;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 1px solid #757575;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}

.homebox{
	height: 500px;
	min-width: 600px;
}
.footer {
  background-color: #f5f5f5;
  color: #757575;
  position: relative;
  /*margin-top: -60px;*/ /* negative value of footer height */
  /*height: 60px;*/
  clear:both;
  padding-top:20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
}
.alert-general {
	min-height:100px;
  font-size: 18px;
  line-height: 20px;
  color: #205AC6;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(96, 96, 96, .5);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #424242;
  width:10px;
  height:10px;
  margin-top: 1px;
}

.carousel-control.left {  
	width: auto;
    background-image: none;
}

.carousel-control.right {
	width: auto;
    background-image: none;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

.container-login {
	padding-top: 10px;
}
.container-general {
	padding-top: 20px;
}
/* FROM USERSTYLE CSS */
#confirmOverlay{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
    z-index:100000;
}

#confirmBox{
  width: auto;
  position: relative;
  top:30%;
  margin-top: 30%;
  border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#confirmBox h1,
#confirmBox p{
    background: #f5f5f5;
    padding: 10px 25px;
}

#confirmBox h5,
#confirmBox .packageinput{
	margin-bottom: 0px;
  padding: 0px 25px;
}

#confirmBox h1{
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}

#confirmBox p{
    background:none;
    font-size:16px;
    font-weight: bold;
    line-height:1.4;
    padding-top: 25px;
    font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}

#confirmButtons{
    padding:15px 0 25px;
    text-align:center;
}

#confirmShareButtons{
    padding: 5px 0 10px;
    text-align:center;
}

#confirmBox .buttonShare{
    display:inline-block;
    position:relative;
    font:12px/18px "Arial", Georgia, Sans Serif, Times New Roman;
    margin-right: 15px;
    padding: 0 35px 0 40px;
}

#confirmBox .button{
    display: inline-block;
    position: relative;
    height: 28px;
    font:15px/28px "Arial", Georgia, Sans Serif, Times New Roman;
    margin-bottom: 10px;
    padding: 0 35px 0 40px;
    text-decoration:none;
    border:none;
}

#confirmBox .buttondivider{
    width:5px;
    height:auto;
    display:inline-block;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
    position:absolute;
    top:0;
    right:-5px;
    width:5px;
    height:33px
}

.pcontrol {
	display: inline-block;
	vertical-align: middle;
}
.pPagestat {
	display: inline-block;
	vertical-align: middle;
}
.body-error {
	padding-top: 200px;
	/*background-color: #F6C719;*/
	height: 700px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(246,198,25) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(246,198,25) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(246,198,25) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(246,198,25) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(246,198,25) 100%);
}
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #B40407;
  margin-top: 5px;
  margin-bottom: 5px;
}

.modal-footer {
	margin-top: 0px;
	background-color: #ffffff;
}

.modal-body {
	position: relative;
	/*overflow-y: auto;
  max-height: 600px;*/
	padding:10px;
}
.modal-content {
	padding:5px;
}
.modal {
  text-align: center;
}

.fileupload {
    width: 130px;
    height: 27px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.fileupload input {
    position: absolute;
    top: 0;
    right: 0; /* not left, because only the right part of the input seems to
                 be clickable in some browser I can't remember */
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you
                                 want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
    height: 100px;
}
.fileinfo {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}

.fontwrapper input { 
	font-family: 'FontAwesome';
}
.fontwrapper {
	display: inline-block;
}

/*Registered logo container*/
.welllogo {
	display: table;
	table-layout: fixed;
	/*padding: 0px;*/
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #757575;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}
.welllogo-buttons {
  padding-left: 0px;
	padding-bottom: 0px;
	background-color: #e5e5e5;
	border-top: 1px solid #757575;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}
.welllogo-description {
	padding: 5px;	
}
.btn-group-tbl {
	margin-left: 1px;
}
.btn-group-tbl .btn {
	background-color: #e5e5e5;
  border-radius: 1px;
	font-size: 12px;
	line-height: 12px;
	height: 22px;
	padding: 5px;
}
.pubinfo {
	display: table-cell;
	height: 100%;
	font-size: 14px;
	width: 100%;
	line-height: 1;
	font-family: "Arial", Georgia, Sans Serif, Times New Roman;
	padding-left: 5px;
	overflow: hidden;

}
.pub-tablered {
	display: inline-block;
	height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: "Arial", Georgia, Sans Serif, Times New Roman;
	font-weight: bold;
	color: #205AC6; /*#B40407*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.pub-tablered:hover { 
    opacity: 0.5;
    filter: alpha(opacity=100);
}

.tablelogo {
	display: table-cell;
	height: 100%;

	vertical-align: middle;
}
.publishericontable {
	width: 36px;
	vertical-align: middle;
}
.publisherlogotable {
	max-width: 120px;
	max-height: 36px;
	vertical-align: middle;
}
.displaylogo {
	margin-top:5px;
	height: 60px;
	width:120px;
}
.publogo {
	margin-top:10px;
}
.pubicon {
	margin-top:10px;
}

.sharepack {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #555555;
  text-decoration: underline;
}

.packagenavleft #dropnav {
    list-style: none;
}
.packagenavleft li {
	color: #205AC6;
    list-style: none;

}
/*.packagenavleft #dropnav li {
	color: #205AC6;
    list-style: none;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #ffffff;
}*/
.packagenavleft #dropnav li {
	color: #205AC6;
	font-size: 14px;
    list-style: none;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 10px;
    border-style: none;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    background-color: #eeeeee;
}
.packagenavleft li:hover {
    cursor: pointer;
}
#navtoggle {
    cursor: pointer;
}
/*#navtoggle:hover {
	background-color: #ffffff;
}*/
.dropdowntop li {
	display: inline-block;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#addtable {
	display: inline-block;
}
#viewtable {
	display: none;
}
#applytable {
	display: none;
}
#canceltable {
	display: none;
}
#deltable {
	display: none;
}

.addpackage{background-color:#F6C719;color:#205AC6;font-size:11px;padding: 0px 10px;padding-top:1px;padding-left:20px;margin-left:5px;position:relative;}
.addpackage:before{position:absolute;font-family:FontAwesome;font-size:14px;color:#5bb75b;left:5px;content:"\f055";}
.deletepackage{background-color:#F6C719;color:#205AC6;font-size:11px;padding: 0px 10px;padding-top:1px;padding-left:20px;margin-left:5px;position:relative;}
.deletepackage:before{position:absolute;font-family:FontAwesome;font-size:14px;color:#B40407;top:1px;left:5px;content:"\f056";}
.plustable{background-color:#F6C719;color:#205AC6;font-size:11px;padding: 0px 10px;padding-top:1px;padding-left:20px;margin-left:5px;position:relative;}
.plustable:before{position:absolute;font-family:FontAwesome;font-size:14px;color:#5bb75b;left:5px;content:"\f055";}
.deletetable{background-color:#F6C719;color:#205AC6;font-size:11px;padding: 0px 10px;padding-top:1px;padding-left:20px;margin-left:10px;position:relative;}
.deletetable:before{position:absolute;font-family:FontAwesome;font-size:14px;color:#B40407;top:1px;left:5px;content:"\f056";}
.deleteusers{background-color:#F6C719;color:#205AC6;font-size:14px;padding: 0px 10px;padding-top:2px;padding-bottom:2px;padding-left:20px;position:relative;}
.deleteusers:before{position:absolute;font-family:FontAwesome;font-size:14px;color:#B40407;top:1px;left:5px;content:"\f056";}
.announcement{background-color:#F6C719;color:#205AC6;font-size:11px;padding: 0px 10px;padding-top:1px;padding-left:25px;margin-left:5px;position:relative;}
.announcement:before{position:absolute;font-family:FontAwesome;font-size:14px;color:#205AC6;left:5px;content:"\f1ea";}


.package-content {
	width: 270px;
	height: auto;
	margin: 5px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #ABABAB;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);	
}
.package-content-small {
	width: 160px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	float: none;
	position: relative;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #ABABAB;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.package-content-small2 {
	width: 160px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	float: none;
	position: relative;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #ABABAB;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}	
.package-nav {
	width: 100px;
	height: 100px;
	float: left;

}
.package-nav .btn {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 0;
	font-size: 14px;
	font-family: "Arial", Georgia, Sans Serif, Times New Roman;
	font-weight: normal;
    line-height: 1.3em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}	
.package-content-click {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	display: block;
}

.package-cluster {
	display: inline-block;
}
.package-header {
	margin: 5px;
	position: relative;
}

.package-list {
	display: inline-block;
	margin: 0px auto;
}

.package-cover {
	height: 32px;
	width: 100%;
	margin-top: 5px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.package-cover-small {
	height: auto;
	width: 160px;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.package-cover-over {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.package-cover-over:hover {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.package-cover-over-sm {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}
.package-cover-over-sm.active {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.package-cover-over-sm:hover {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.package-cover-over-sub {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 160px;
}
.package-cover-over-sub.active {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.package-cover-over-sub:hover {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
	background: rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.package-cover-outer {
	display: table;
	height: 100%;
	width: 100%;
}
.package-cover-inner {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.package-cover-outer-sm {
	display: table;
	height: 100%;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.package-cover-inner-sm {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.package-cover-trial {
	float: right;
	height: 100%;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 30px;
	color: #B40407;
}

.package-cover-img {

}
.package-cover-img2 {
	max-height: 32px;
}
.package-cover-img2:hover {
    opacity: .3;
}

.image-container {
	height: 68px;
	line-height: 68px;
}
.index-logoimg {
	display: inline-block;
	height: 60px;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	float: none;
}
.index-logoimg:hover {
    opacity: .3;
}
.index-logotxt {
	height: 68px;
	line-height: 68px;
	font-size: 40px;
	text-align: center;
	color: #B40407;	
}
.index-logotxt:hover {
    opacity: .3;
}
.thumbnail {
	padding: 0px;
	margin-bottom: 0px;
}

.publisher-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	height: 50px;
}
.publisher-container2 {
	height: 60px;
}

.publisherdetails-img {
	height: 50px;
}

.img-res-center {
	margin: 0 auto;
}

.img-res-center2 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.package-detail {
	padding: 0px 10px 10px;
}
.package-detail-btn {
	padding: 10px 10px 10px;
}
.package-detail-footer {
	padding: 10px 10px 10px;
}

.packagetext-sm {
	position: relative;
	overflow: hidden;
	max-height: 2em;
	min-height: 2em;
	font-size: 11px;
	line-height: 11px;
	margin-top: 4px;
	margin-bottom: 3px;
	white-space: normal;
	font-family: "Arial", Georgia, Sans Serif, Times New Roman;
	color: #205AC6;
}

.package-detail-small {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: block;
	padding: 0px 6px 0px;
	position: relative;
}
.packageblue-sm {
  display: inline-block;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
  margin-bottom: 3px;
  white-space: normal;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}

.packageblue {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 3px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}
.packagedetailblue {
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 12px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}
.packagedetailreg {
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 12px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.packagebluepub {
  display: block;
  overflow: hidden;
  text-decoration: underline;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 3px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #205AC6;
}
.trialtime {
  display: inline-block;
  overflow: hidden;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
  padding-left: 10px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
  color: #F6C719;
}
.packagetitleblue {
  /*display: inline-block;
  /*width: 100%;*/
  font-size: 16px;
  line-height: 16px;
  color: #205AC6;	
}

.landingtitleblue {
  display: inline-block;
  /*width: 100%;*/
  font-size: 16px;
  line-height: 16px;
  color: #205AC6;
  margin-top: 4px;
  padding-left: 5px;
}
.landingblack {
  font-size: 12px;
  line-height: 12px;
  color: #000;
}
.landingblack-big {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #000;	
}
.landinggrey {
  font-size: 12px;
  line-height: 12px;
  color: #757575;
}
.landingred {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  color: #B40407;	
}
.landingpreviewblue {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  color: #205ac6;	
}
.landing-img {
	float: left;
	height: 32px;
}
.landing-big-img {
	display:inline-block;
	height: 64px;
}
.landing-titleblue {
  display: inline-block;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  padding-top: 23px;
  padding-right: 10px;
  height: 64px;
  vertical-align: middle;
  color: #205AC6;	
}
.package-button{
  padding: 5px 10px;
}
.package-pub{
  display: block;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.package-name{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.package-name a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}
.package-name-end {
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
	bottom: 0;
	height: 25px;
	max-height: 100%;
	position: absolute;
	right: 0;
	width: 40px;
}
.package-detail-wrap {
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display: block;
	padding: 0px 6px 0px;
}
.package-text {
	position: relative;
	overflow: hidden;
	max-height: 2em;
	min-height: 2em;
	font-size: 14px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 3px;
	font-family: "Arial", Georgia, Sans Serif, Times New Roman;
	color: #205AC6;
}
.package-name-end-wrap {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
	height: 11px;
	width: 40px;
}
.package-name-end-sm {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
	height: 11px;
	width: 15px;
}
.package-pub-sm{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.package-description{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 12px;
  line-height: 15px;
  padding: 5px;
  margin: 2px 0;
  font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}

.package-pub-link{
	display: inline-block;
	color: #000;
	padding-top:3px;
	overflow:hidden;
}

.package-pub-link-sm{
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	display: inline-block;
	color: #000;
	padding-top:3px;
}

.btn-success-package {
  color: #ffffff;
  min-width: 110px;
  float: left;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#5bb75b));
  background-image: -webkit-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: -o-linear-gradient(top, #5bb75b, #5bb75b);
  background-image: linear-gradient(to bottom, #5bb75b, #5bb75b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #5bb75b #5bb75b #5bb75b;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success-package:hover,
.btn-success-package:focus,
.btn-success-package:active,
.btn-success-package.active,
.btn-success-package.disabled,
.btn-success-package[disabled] {
  color: #e5e5e5;
  background-color: #5bb75b;
  *background-color: #5bb75b;
}
.btn-red-package {
  color: #ffffff;
  min-width: 100px;
  float: left;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #B40407;
  background-image: -moz-linear-gradient(top, #B40407, #B40407);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B40407), to(#B40407));
  background-image: -webkit-linear-gradient(top, #B40407, #B40407);
  background-image: -o-linear-gradient(top, #B40407, #B40407);
  background-image: linear-gradient(to bottom, #B40407, #B40407);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #B40407 #B40407 #B40407;
  *background-color: #B40407;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red-package:hover,
.btn-red-package:focus,
.btn-red-package:active,
.btn-red-package.active,
.btn-red-package.disabled,
.btn-red-package[disabled] {
  color: #e5e5e5;
  background-color: #B40407;
  *background-color: #B40407;
}

.btn-red-purchase {
  color: #ffffff;
  min-width: 100px;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #B40407;
  background-image: -moz-linear-gradient(top, #B40407, #B40407);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B40407), to(#B40407));
  background-image: -webkit-linear-gradient(top, #B40407, #B40407);
  background-image: -o-linear-gradient(top, #B40407, #B40407);
  background-image: linear-gradient(to bottom, #B40407, #B40407);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #B40407 #B40407 #B40407;
  *background-color: #B40407;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red-purchase:hover,
.btn-red-purchase:focus,
.btn-red-purchase:active,
.btn-red-purchase.active,
.btn-red-purchase.disabled,
.btn-red-purchase[disabled] {
  color: #e5e5e5;
  background-color: #B40407;
  *background-color: #B40407;
}

.btn-gold-package {
  color: #205AC6;
  min-width: 110px;
  float: left;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-package:hover,
.btn-gold-package:focus,
.btn-gold-package:active,
.btn-gold-package.active,
.btn-gold-package.disabled,
.btn-gold-package[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}

.btn-gold-purchase{
  color: #205AC6;
  min-width: 100px;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #5bb75b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-gold-purchase:hover,
.btn-gold-purchase:focus,
.btn-gold-purchase:active,
.btn-gold-purchase.active,
.btn-gold-purchase.disabled,
.btn-gold-purchase[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}

.body-package {
	padding-top: 20px;
	min-width: 790px;
	min-height: 700px;
	background-color: #f2f2f2;
}

.package-detail-cover {
	padding-left: 10px;
	display:inline-block;
}
.package-detail-name {
	vertical-align: top;
	display:inline-block;
}
.packagepriceinput input[type="text"]{
  display: inline-block;
  width: auto;
  margin-bottom:4px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.packageperiod input[type="text"]{
  display: inline-block;
  width: auto;
  margin-bottom:4px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
img.resize {
    width:32px;
    height: 32px;
}
img.browsers {
    width:40px;
    height: 40px;
    margin-left: 5px;
}
.subscribedcontainer {
	overflow: auto;	
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	white-space: nowrap;
}
.subscribedsubcontainer {
	overflow: auto;	
	overflow-y: hidden;
	-ms-overflow-y: hidden;
	white-space: nowrap;

}
.pubpackcontainer {
	max-height: 702px;
	width: 170px;
	overflow: auto;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}
.mainpackageblue {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #205AC6;	
}
.linkify:hover {
	cursor: pointer;
}
.landing-linkify {
	display: inline-block;
	color: #0000EE;
}
.landing-linkify:hover {
	cursor: pointer;
}
.dimoverlay {
background-color: Black;
opacity:.7;
}

.modal-image {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 800px;
  margin-left: -400px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.publisherlogo {
	/*width:120px;*/
	height:60px;
}
.publisherlogo2 {
	width:120px;
}

.publishericonremote {
	width:16px;
	height:16px;
}
.publishericon {
	width:32px;
	height:32px;
}
/* FROM USERSTYLE CSS*/

/* BOOTSTRAP 3 CSS */
.img-column {
	padding: 0px;
}
.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}
.padding-rt {
	padding-left: 5px;
	padding-right: 5px;
}
.center {
	margin: 0 auto;
	float: none;
}
.tablelist {
	max-height: 300px;
	margin-bottom: 10px;
	overflow:auto;
	/*background-color: #ffffff;*/
}
.packagepreview {
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: auto;
	white-space: nowrap;
}

.packagepreview img {
	display: inline;
	height: 200px;
	margin: 0 10px;
}

/* JQGRID */
.pagination-centered {
  text-align: center;
}
.ui-pg-input {
	height: 100% !important;
	text-align: center;
}
.frozen-div {
	height: 23px !important;
}

/*OFFCANVAS CONTAINER*/

.nav-expander {
  background: none repeat scroll 0 0 #555555;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 100%;
  margin-right: 0;
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 100px;
  text-decoration: none;
  text-transform: uppercase;
  width: 20px;
  z-index: 12;

  transition: right 0.3s ease-in-out .4s;
  -webkit-transition: right 0.3s ease-in-out .4s;
  -moz-transition: right 0.3s ease-in-out .4s;
  -o-transition: right 0.3s ease-in-out .4s;
}
.nav-expander li >a {
	color: #ffffff;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-expander li >a:hover {
  background-color:#393939;
}
.nav-expander li >a {
  color:#ffffff;
  background-color:transparent;
  text-shadow:0 0 2px #000000;
}
.nav-expander li > a:hover {
  cursor: pointer;
  background-color:#393939;
}

.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    left: 20em;
}

.navside {
  background: #555555;
  color:#ffffff;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  padding-top: 15px;
  left: -14em;
  padding-left: 3px;
  font-size: 12px;
  top: 100px;
  width: 14em;
  z-index: 2000;
  
  transition: right 0.3s ease-in-out .4s;
  -webkit-transition: right 0.3s ease-in-out .4s;
  -moz-transition: right 0.3s ease-in-out .4s;
  -o-transition: right 0.3s ease-in-out .4s;
}
.navside li>a{
	color: #ffffff;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navside li>a:hover:hover {
  cursor: pointer;
  background-color:#393939;
}

.nav-expanded .navside {
  left: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out .4s;
  -webkit-transition: right 0.4s ease-in-out .4s;
  -moz-transition: right 0.4s ease-in-out .4s;
  -o-transition: right 0.4s ease-in-out .4s;
}

.offcanvas-container {
	padding-left: 20px;
}
.footer-offcanvas {
	padding-left: 20px;
}

@media (max-width: 768px) {
	.navbar-canvas {
	  padding-left:20px;
	}
	.nav-expander {
		top: 0;
	}
	.navside {
	  top: 0;
	
	}
	
	.container-carousel { display: none; }
	.container-publisher { display: block; }
}

/*NOTIFICATION*/
@media (min-width: 768px) {
	.widget-notifications .notification, .widget-notifications .notifications-link {
	border-color: #f1f1f1;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.05)inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.05)inset;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	}
	
	.navbar .nav-icon-btn>a .small-screen-text {
		display: none;
	}
	
	.navbar .nav-icon-btn>a .badge, .navbar .nav-icon-btn>a .label {
	font-size: 8px;
	padding: 0 2px;
	line-height: 10px;
	position: absolute;
	display: block;
	right: 5px;
	}
	
	.container-carousel { display: block; }
	.container-publisher { display: none; }
}

.navbar .nav-icon-btn .label {
	background: #e66454;
}

.slimScrollDiv {
	height: auto;
	overflow: auto;
}

.notifications-list {
	height: auto;
	overflow: auto;
}

.widget-notifications .notification+.notification {
border-top: 1px solid #e4e4e4;
}
.widget-notifications .notification {
position: relative;
padding: 7px 12px;
}
.widget-notifications .notification-ago, .widget-notifications .notification-description, .widget-notifications .notification-title {
display: block;
margin-right: 35px;
}
.widget-notifications .notification-description {
font-size: 11px;
color: #666;
}
.widget-notifications .notification-ago {
font-size: 11px;
font-style: italic;
color: #bbb;
}

.widget-notifications .notification-icon {
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 2px;
position: absolute;
top: 50%;
right: 0;
margin: -13px 12px 0 0;
font-size: 14px;
}
.widget-notifications .notifications-link {
text-align: center;
padding: 8px 0!important;
border-top: 1px solid #e4e4e4;
display: block;
text-decoration: none!important;
font-size: 10px;
font-weight: 800;
color: #999!important;
line-height: 18px!important;
height: auto!important;
}
.widget-notifications .notifications-link:hover{
color: #000!important;
background-color: #e4e4e4!important;
}

.no-padding {
	padding: 0px;
}

.quote-highlight {
border: 1px solid #fed22f;
background: #fed22f url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
color: #363636;
}

.websocket-btn-red {
	cursor: default;
  	color: #B40407;
	font-size: 14px;
	/*line-height: 20px;*/
	display:inline-block;
}
.websocket-btn-green {
	cursor: default;
  	color: #5bb75b;
	font-size: 14px;
	display:inline-block;
}

.unsub-paypal {
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 5px;
}

/*FLEXIGRID BUTTONS */
.flexigrid div.fbutton {
	line-height: 20px;
}
.pcontrol input {
	width: 30px;
}
.container-display {
	line-height: 1;
}
#flex-container {
	margin-bottom: 10px;
	padding-right: 10px;
}
.flexigrid .pDiv2 {
	margin: 0px;
}
.flexigrid .pDiv2 .pGroup {
	margin-top: 0px;
	height: 20px;
}
.flexigrid {
	z-index: 2;
	padding-right: 10px;
}
.ftitle {
	font-size: 10px;
	line-height: 11px;
}
.flexigrid div.bDiv td div {
	font-size: 10px;
	line-height: 18px;
}

.flexsidebar {
    position: absolute;
	height: 100%;
	width: 10px;
	top: 0;
	right: 0;
    background: #a9a9a9;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    cursor: pointer;
	color: #205AC6;	
}
.flexsidebar:hover {
    background: #ffffff;
}
.flexinner {
    position: absolute;
	top: 50%;
    vertical-align: middle;
    margin: 0 auto;
}
.subscribedbar {
    width: 100%;
    height: 10px;
    line-height: 9px !important;
    background: #a9a9a9;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
	color: #205AC6;	
}
.subscribedbar:hover {
    background: #ffffff;
}
.packcontainerparent {
	margin-bottom: 5px;
}
.tblcol1 {
	display: inline-block;
	width: 10px;
}

.tblcol2 {
	display: table-cell;
	max-width: 100%;
	vertical-align: top;
}

.table-container {
	background-color: #f5f5f5;
}
#table-container {

}
.table-container-left {
    float: left;
    width: 400px;
    /*overflow: visible !important;*/
    overflow: auto;
	border: 2px solid #ccc;
	background-color: #fff;
	margin-right: 20px;
	max-height: 600px;
}
.table-container-right {
	overflow:hidden;
}

/*ymenubar dropdown settings*/
.navbar-simple .navbar-inner .dropdown-menu li a {
	color: #000;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}
.navbar-simple .navbar-inner .dropdown-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #205AC6;
}

.colorpicker {
	padding: 5px;
	padding-bottom: 5px;
	color: #000;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}

.colorpicker-inner {
	display: inline-block;
}

/* download modal */
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.modal-download {
		    width: 40%;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.modal-download {
		    width: 30%;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.modal-download {
		    width: 20%;
		}
    }
    
.modal-download-txt {
	font-size: 14px;
    font-family:helvetica, arial; 
	text-shadow: none !important;
}

.modal-body-download {
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-footer-download {
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn-modal-download {
  color: #205AC6;
  margin-top: 0px;
  text-shadow: none;
  background-color: #F6C719;
  background-image: -moz-linear-gradient(top, #F6C719, #F6C719);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F6C719), to(#F6C719));
  background-image: -webkit-linear-gradient(top, #F6C719, #F6C719);
  background-image: -o-linear-gradient(top, #F6C719, #F6C719);
  background-image: linear-gradient(to bottom, #F6C719, #F6C719);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #F6C719 #F6C719 #F6C719;
  *background-color: #F6C719;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-modal-download:hover,
.btn-modal-download:focus,
.btn-modal-download:active,
.btn-modal-download.active,
.btn-modal-download.disabled,
.btn-modal-download[disabled] {
  color: #e5e5e5;
  background-color: #F6C719;
  *background-color: #F6C719;
}
.btn-modal-download:active,
.btn-modal-download.active {
  background-color: #F6C719 \9;
}

.btn-ann {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.txtannounce{
  display: inline-block;
  height: 130px;
  width: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.announcebox {
	display: none;
}

.dashboard-container {
	background-color: #f5f5f5;
}

.featurelogo {
	min-width: 60px;
}

.newsbox-container {
    border-bottom: 2px solid #c4c4c4;
    border-left: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    border-top: 2px solid #d3d3d3;
    box-shadow: 0 2px 0 rgba(0,0,0,0.07);
}
.newsbox {
	display: inline-block;
	position: relative;
	vertical-align: top;
	float: none;
	width: 100%;
	height: auto;
	background-color: #ffffff;
    border-bottom: 2px solid #e3e3e3;
    padding: 0px;
	overflow: hidden;
}
.newsbox-title {
	display: block;
	width: 100%;
	line-height: 20px;
	color: #000000;
    font-family: Arial;
    font-size: 16px;
    /*font-weight: bold;*/
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	word-wrap: break-word;
}
.newsbox-titlelink {
	display: inline-block;
}
.newsbox-title:hover {
	opacity: 0.5;
}
.newsbox-desc {
	display: table;
	line-height: 16px;
	max-height: 100%;
	color: #205AC6;
    font-family:Arial;
    font-size: 16px;
    padding-top: 5px;
}
.newsbox-time {
	display: table-cell;
	line-height: 15px;
	height: 100%;
	color: #808080;
    font-family: Arial;
    font-style: italic;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 0px;
    word-wrap: break-word;
    vertical-align: middle;
}
.news-cover-over {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	/*matches height of newsbox-title*/
	max-height: 100px;
	width: 100%;
}
.newsbox-domain {
	margin-left: 5px;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
}
.news-cover {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 5px;
}
.news-cover-right {
	margin-left: 80px;
}
.newsbox-img {
	width: 70px;
	height: auto;
	display: block;
}
.newsbox-img-none {
	opacity: 0.5;
}
.btn-expand {
	padding: 3px 6px;
}
.collapse-news {
	padding: 5px;
	padding-top: 0px;
}

.wellnews {
	overflow: auto;
	margin-bottom: 0px;
	padding: 5px;
	font-family: "Arial", Georgia, Sans Serif, Times New Roman;
}
.wellnews img {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	text-align: center !important;
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

.jqgrid-link {
  color: #205AC6 !important;
  font-weight: bold;
}

.tablebox {
    opacity: 1;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tablebox:hover {
	outline: none;
	background-color: #eef6ff;
}
.tablebox-section {
    user-select: none;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    box-shadow: 0 1px 0 rgba(0,0,0,0.07);
}
.tablebox-cell {
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
}
.tablebox-icon {
    white-space: nowrap;
    display: inline-block;
    padding: 5px 0;
}
.tablebox-icon-img {
    margin-left: 16px;
    direction: ltr;
    text-align: left;
    height: 21px;
    overflow: hidden;
    vertical-align: middle;
    width: 21px;
}
.tablebox-title {
    margin-right: 12px;
    width: 45%;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 8px;
    margin-right: 6px;   
    /*word-wrap: break-word;*/
    white-space: nowrap;
    cursor: pointer;
}
.tablebox-title-value {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.tablebox-pub {
	font-size: 14px;
    color: #777777;
    align-items: center;
    margin-left: 0px;
    margin-right: 8px;
    display: inline-flex;
    flex: 10;
    overflow: hidden;
    text-overflow: ellipsis;   
    white-space: nowrap;
    cursor: pointer;
}
.tablebox-pub-value {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
	font-size: 14px;
    color: #777777;
}
.tablebox-share {
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.tablebox-fav {
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.tablebox-content {
    padding-left: 6px;
    padding-right: 12px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.tablebox-fav .fa-star-o {
	color: #F6C719;
	font-size: 16px;
}

.tablebox-fav .goldstar{
	color: #F6C719;
	font-size: 16px;
}
.tablebox-overflow {
    cursor: pointer;
    display: inline-flex;
    float: right;
    color: #444;
}
.tablebox-overflow-icon {
    outline: none;
    direction: ltr;
    text-align: left;
    overflow: hidden;
    position: relative;
    vertical-align: middle;  
}
.tablebox-overflow-img {
    height: 24px;
    outline: none;
    width: 24px;
    direction: ltr;
    text-align: left;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.singlebox {
    opacity: 1;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.singlebox-title {
    margin-right: 12px;
    width: 45%;
    align-items: center;
    display: inline-flex;
    font-weight: 500;
    margin-left: 14px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: auto;
    margin-left: 16px;
    margin-top: auto;
    white-space: nowrap;
    padding: 13px 0;
}

.single-cover-over {

}
.single-cover {

}
.themetitle {
	line-height: 20px;
	height: 20px;
	color: #000000;
    font-family: Arial;
    font-size: 14px;
	overflow: hidden;
	width: 100%;
}

.tab-content {
	padding-left: 0px;
	padding-right: 0px;
}
.nav-tabs {
	color: #000;
	background-color: #eee; /*#f5f5f5*/
	border-top: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: 0px;
}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    padding: 5px 10px;
    border-radius: 2px;
    color: #000;
    font-size: 13px;
}
.nav-tabs > li > a:hover {
    margin-right: 0px;
    line-height: 1.42857143;

    color: #000;
    border-radius: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    margin-right: 0px;
    line-height: 1.42857143;

    border-radius: 0px;
    color: #000;
  	background-color: #E0E0E0; 
}
.nav-tabs > li > .searchtablabel {
    margin-right: 0px;
    line-height: 1.42857143;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
    color: #333;
}
.nav-tabs > li > .searchtablabel:hover {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
  	background-color: #f5f5f5; 
}
.nav-tabs > li > .searchtablabel:focus {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
  	background-color: #f5f5f5; 
}
.nav-sort {
	list-style-type: none;
}
.nav-tabs > li > .privblue {
	color: #428bca;
	font-weight: bold;
}
.nav-tabs > li > .privblue:hover {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
  	background-color: #e5e5e5; 
}
.nav-tabs > li > .privblue:focus {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
  	background-color: #e5e5e5; 
}
.header-btn {
	height: 2em;
	background: #E0E0E0;
	color: #000000;
    font-family: arial, helvetica;
    font-size: .8em;
    border-radius: 0;
    padding: 2px;
}
.header-btn.activeheader {
	background: #205ac6;
	color: #ffffff;
}
.nav-tabs > li > a.searchtab {
    margin-right: 0px;
    line-height: 1.42857143;
    border-radius: 0px;
    color: #000;
	background: #eee;
	padding: 0px;
    border: 0px;
}
.nav-tabs > li.active > a.searchtab, .nav-tabs > li.active > a.searchtab:hover, .nav-tabs > li.active > a.searchtab:focus {
	color: #000;
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px;
    color: #fff;
  	background-color: #f5f5f5; 
}

.searchinput {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  padding-top: 10px;
}

.searchinput input[type="text"],
.searchinput input[type="password"],
.searchinput input[type="email"] {
  display: inline-block;
  height: 100%;
  width: 220px;
  padding: 2px 6px;
  font-size: 14px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

.searchinput-tab {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.searchinput-tab input[type="text"],
.searchinput-tab input[type="password"],
.searchinput-tab input[type="email"] {
  display: inline-block;
  height: 100%;
  max-width: 220px;
  padding: 2px 6px;
  font-size: 14px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
    height: 25px;
}
.tab-breadcrumb {
	padding-left: 0px;
	padding-top: 0px;
  	font-size: 14px;
  	color: #205AC6;
}
.tab-breadcrumb .crumblink {
  	display: inline-block;
  	cursor: pointer;
  	padding-left: 5px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.tab-breadcrumb .active {
  	font-weight: bold;
  	border-bottom: 0px solid #ccc;
  	cursor: default;
  	
}
.tab-breadcrumb .crumblink:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}

.publishersblack {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  opacity: .9;
  letter-spacing: -1px;
  padding-top: 5px;
  padding-bottom: 10px;
  transition: opacity 300ms linear;
}
.publishersred {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #B40407;
  padding-bottom: 5px;
}
.publishersblue {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #205AC6;
  padding-bottom: 10px;
}
.publishersbody {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  opacity: .7;
}
.contentheader {
    bottom: auto;
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    outline: none;
    position: relative;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;

}
.contenttitle {
	width: 45%;
    line-height: 21px;
    margin-left: 20px;
    margin-right: 25px;
}
.contentpublisher {
    line-height: 21px;	
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 10px;
}
.contentsort {
    line-height: 21px;	
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 10px;
}
.contentsort .fa-sort-alpha-asc {
	min-width: 45px;
}
.contentsort .fa-sort-alpha-asc:before {
	margin-left: 15px;
}
.contentblack {
	color: #000;
	padding: 10px;
	font-size: 16px;
}
.popover-content {
    word-wrap: break-word;
}

.ui-jqgrid-bdiv {
	background-color: #e5e5e5;
}

.colorbuttons {
	display: inline-block;
	min-height: 20px;
	padding-right: 5px;
}
.dashboardhover:hover {
	cursor: pointer;
	opacity: 0.6;
}
.table-nomargin {
	margin-bottom: 0px;
}
.dashboardtablerecord {
	background-color: #e5e5e5;
}
.dashboardtableuser {
	background-color: #f5f5f5;
}
.goldstar i {
	color: #F6C719;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
/*Modal column divider */
.col-divider {
  border-right: 1px solid #333;
}

/*footer background */
.bgimg-6 {
  background: #2e4e7f;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  /*background: #2e4e7f;*/
  background: #1C1B4A;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.footer-list {
  list-style-type: none;
  padding: 0;
}
.footer-text {
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.footer-text a {
  color: #fff;
}
.footer-brand-logo {
  color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: auto!important;
  margin-bottom: 0!important;
  margin-top: 0!important;
}
.float-md-right {
  float: right!important;
}
.float-left {
  float: left!important;
}
.footer-copy {
  padding-top: 10px;
}
.alert-dark {
  background-color: #00004d;
  color: #fff;
  border-color: #2e4e7f;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.login-top {
  padding-top: 10%;
}

/*Video seciton for signin*/
.section-video {
  background-color: #205AC6 !important;
}
.section-video-bg {
  opacity: 0.1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  transition: display .3s;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 768px) {
	.navlogin input[type="text"],
	.navlogin input[type="password"],
	.navlogin input[type="email"]{
	  display: inline-block;
	  height: 26px;
	  width: 90%;
	  margin-left: 5%;
	  margin-right: 5%;
	  padding: 4px 6px;
	  margin-bottom: 5px;
	  margin-top: 5px;
	  font-size: 12px;
	  line-height: 16px;
	  color: #555555;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  vertical-align: middle;
	}
	.nav-tabs > li {
		width: 33%;
		text-align: center;
	}
	.colorbuttons {
		width: 50%;
		float: left;
	}
	.colorbtnbox {
		display: block;
	}
	.nav-tabs > li.searchtab-right {
		width: 100%;
		text-align: center;
	}
	.nav-tabs > li.private-right {
		width: 100%;
		text-align: center;
	}
	.login-recover {
	  margin-left: 80px;
	}
	.navbar-index-login {
		max-height: 500px;
		text-align: center;
	}	
	.navlogin .btn-gold-login {
	  width: 90%;
	  margin-left: 5%;
	  margin-right: 5%;
	}
	
	.table-container-left {
	    float: none;
	    width: 100%;
	    display: block;
	    /*overflow: visible !important;*/
	    overflow: none;
		border: 2px solid #ccc;
		background-color: #fff;
		margin-bottom: 10px;
		max-height: 200px;
	}
	.treeview {
		width: 100%;
	}
	
	.navlogin .checkbox-inline {
		margin-top:5px;
	}
	.navbar-inner {
	  	/*display: none;*/
	}
	.dropdown-bars {
		display: none;
	}
	.dropdown-bars-left {
		display: none;
	}
	.navbar-collapse-index {
		padding-left: 0px;
		padding-right:0px;
	}
	body {
		padding-top: 60px;
	}
	.body-login {
		padding-top: 0px;
	}
	.registerinfo {
		padding-top: 10px;	
	}
	.frontblack {
	  padding-top: 0px;
	}
	#wrap {
	  margin-top: -60px;
	  padding-top: 0px;
	}
	#wrap2 {
	  margin-top: -60px;
	  padding-top: 0px;
	}
	#wrap3 {
	  margin-top: -60px;
	}
	.carousel-control.left {  
	    margin-left: -15px;
	}
	
	.carousel-control.right {
	    margin-right: -15px;
	}
	.navbar-fixed-top {
		position: static;
	}
	.rowpadding {
		margin-left: 15px;
		margin-right: 15px;
	}
	.nopaddingpackage {
		padding-left: 0px;
		padding-right: 0px;
	}
	.modal-body {
		/*max-height: 240px;*/
	}
	.modal-content {
		padding:5px;
	}
	.subscribedcontainer {
		height: auto;
		overflow: auto;	
		overyflow-y: hidden;
		-ms-overflow-y: hidden;
		white-space: nowrap;	
	}
	.subscribedsubcontainer {
		height: auto;
		overflow: auto;	
		overyflow-y: hidden;
		-ms-overflow-y: hidden;
		white-space: nowrap;	
	}
	.packageblue-sm {
		white-space: normal;
	}	
	.pubpackcontainer {
		height: auto;
		width: 100%;
		overflow: auto;	
		overyflow-y: hidden;
		-ms-overflow-y: hidden;
		white-space: nowrap;
	}	
	.package-content-small {
		width: 160px;
		height: auto;
		margin-bottom: 10px;
		margin-left: 3px;
		margin-right: 3px;
		display: inline-block;
		float: none;
		position: relative;
		vertical-align: top;
		background-color: #ffffff;
		border: 1px solid #ABABAB;
		-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);	
	}	
	.package-content-small2 {
		width: 160px;
		height: auto;
		margin-bottom: 10px;
		margin-left: 3px;
		margin-right: 3px;
		display: inline-block;
		float: none;
		position: relative;
		vertical-align: top;
		background-color: #ffffff;
		border: 1px solid #ABABAB;
		-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);	
	}	
	.package-cover-small {
		height: auto;
		width: 160px;
		display: block;
		overflow: hidden;
		position: relative;
		-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
	}
	.package-cover-outer-sm {
		display: table;
		height: 100%;
		width: 160px;
	}
	.package-cover-inner-sm {
		display: table-cell;
		padding-left: 10px;
		vertical-align: middle;
	}
	.mainpackageblue {
	  display: block;
	  margin-top: 5px;
	  margin-bottom: 5px;
	  font-size: 14px;
	  line-height: 14px;
	  color: #205AC6;	
	}
	.package-content {
		width: 280px;
	}
	.searchinput {
		padding-top: 0px;
	}
	.navbar-title {
		padding-top: 0px;
	}
	.collapse-center {
		padding-top: 15px;;
	}
	
	.tablebox-title {
	    margin-right: 12px;
	    width: 45%;
	    align-items: center;
	    display: inline-flex;
	    font-size: 14px;
	    padding-left: 2px;
	    padding-right: 2px;
	    margin-left: 14px;
	    margin-right: 12px;   
	    margin-bottom: auto;
	    margin-top: auto;
	    word-wrap: break-word;
	    white-space: normal;
	    cursor: pointer;
	}
	.tablebox-title-value {
	    display: inline-block;
	    max-width: 100%;
	    overflow: visible;
	    vertical-align: middle;
	    white-space: normal;
	}
	.contenttitle {
		width: 45%;
	    line-height: 21px;
	    margin-left: 20px;
	    margin-right: 35px;
	}
	.contentpublisher {
	    display: none;
	}
	.tablebox-pub-value {
	    display: none;
	}
	.frontregister {
		padding-top: 5px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  
  .navbar-inner2 {
    display: none;
  }

  .navbar-inner .nav > li {
    float: left;
  }
  .navbar-inner .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-inner2 .nav > li {
    float: left;
  }
  .navbar-inner2 .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-inner3{
    display: none;
  }  
  .navbar-inner3 .nav > li {
    float: left;
  }
  .navbar-inner3 .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container {
  	width: 750px;
  } 
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 991px) {
  .container {
    width: 970px;
  }
}

@media (max-width: 768px) {
	.arrowblue{
		padding-bottom:10px;
	}
	#flex-container {
		margin-right: 0px;
	}
	.nav-tabs > li > a.searchtab {
	    padding-top: 5px;
	    margin-bottom: 5px;
	}
  .navbar-notifcations {
    display: none!important;
  }
	.searchinput-tab {
		display: inline-block;
	  	vertical-align: middle;
	  	line-height: 14px;
	}
	.searchinput-tab input[type="text"],
	.searchinput-tab input[type="password"],
	.searchinput-tab input[type="email"] {
	  display: inline-block;
	  height: 25px;
	  max-width: 300px;
	  padding: 2px 6px;
	  font-size: 14px;
	  color: #555555;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  vertical-align: middle;
	}
	.searchtab-right {
		float: left !important;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		
	}
	
	.footer {
	  /*background-color: #f5f5f5;
	  color: #757575;
	  position: relative;
	  margin-top: 0px; /* negative value of footer height */
	  /*height: 60px;*/
	  /*clear:both;
	  padding-top:20px;
	  padding-left: 15px;
	  padding-right: 15px;
	  text-align: center;
	  vertical-align: middle;*/
  }
  .col-divider {
      border-right: none;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
