.fl{
  float:left;
}
.fr{
  float:right;
}
.cl{
  clear:both;
}
.usernameDiv {
	padding-top:10px;
	padding-right:10px;
}
html{
    position: relative;
    min-height: 100%;
}
body{
  background-color:#efefef;
  font-size:14px;
  margin-bottom: 180px;
  overflow: hidden;
  padding-bottom:20px;

}
.announcement{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.announcement-small{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.main-container{
  width:1120px;
  display:table;
}
.left-section,.right-section{
  display:table-cell;
  text-align:left;
  vertical-align:top;
}
.left-section{
  width:170px;
  background-color:#b2bb1c;
  padding:15px;
  word-wrap:break-word;
}
.link-box a{
  display:block;
  padding:15px 10px;
  background-color:#719312;
  color:#FFFFFF;
  border-radius:4px;
  margin-bottom:10px;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
}
.link-box a.active{
  background-color:#316c09;

}
.grey-strip{
  background:url('../images/grey-strip.gif') repeat-x top left;
}
.top-section{
  height: 68px;
  padding-left: 40px;
  display: block;
  vertical-align: middle;
  padding-top: 15px;
  box-sizing: border-box;
}
.link-back{
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  letter-spacing:1px;
  color:#000000;
  margin-right:20px;
  vertical-align:middle;
  font-family:Roboto, Arial, Helvetica, sans-serif;
}
.link-back .icon-chevron-left{
   font-size:20px;
  vertical-align:middle;
}
/*.custom-select{
  border-radius:4px;
  background-color:#316c09;
  padding:10px;
  color:#FFFFFF;
}*/
.custom-select select,select.form-select {
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #316c09 url('../images/select-arrow.png') no-repeat 95% center;
  text-indent: 0.01px;
  text-overflow: "";
  color: #FFF;
  border-radius: 2px;
  padding: 9px 20px 9px 9px;
}

.custom-select select::-ms-expand, .form-select::-ms-expand {
    display: none;
}

.custom-select select.item-count, select.form-select{
  border: 1px solid #858585 !important;
  background: #FFF url('../images/select-arrow-black.png') no-repeat right center;
  color: #4e4e53;
  padding: 6px 20px 6px 6px;
}
.custom-select select option{
  background-color:#FFF;
  color:#4e4e53;
}
.page-content{
  padding:20px;
}
/*accordion css */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	margin-top: -13px;
	left:15px;
}
.ui-accordion-header {
  background-color: #ccc;
  padding: 11px 40px !important;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-radius: 0px !important;
  border: 0px !important;
  background-image: none;
  color: #4e4e53;
}
.ui-icon-circle-arrow-s,.ui-icon-circle-arrow-e{
	background-image: none !important;
	text-indent: inherit;
    width: 20px;
	height: 20px;
}
.ui-icon-circle-arrow-s:before{
	content:"\f078";
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.ui-icon-circle-arrow-e:before{
	content:"\f053";
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

span.ui-accordion-header-icon {
  vertical-align: middle;
  margin-right: 7px;
  display: inline-block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-family:Roboto, Arial, Helvetica, sans-serif;
}
.ui-accordion-header.ui-state-active{
  margin-bottom:0px;
  margin-top:0;
}
.ui-accordion .ui-accordion-content{
  background-color:#fff;
  padding:30px 15px 15px;
  margin-bottom:20px;
}
.ui-tabs.ui-widget-content{
padding:0;
}
.ui-widget-content{ background:none; border:0; border-radius:10px !important;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align: middle;
}
.ui-accordion-content p{
  margin:0;
}
.form-label{
	display:inline-block;
	text-align:right;
	font-size:14px;
  vertical-align:middle;
  font-family:Roboto, Arial, Helvetica, sans-serif;
  line-height:1.1;
}
.form-control{
	border:1px solid #868686;
	border-radius:2px;
	padding:7px;
  vertical-align:middle;
  box-sizing:border-box;
}
.form-group{
	margin-bottom:10px;
    font-size: 0;
}
.form-group:after{
	content:"";
	display:block;
	clear:both;
}
.ui-widget-content.ui-datepicker {
  background: inherit;
}
button.ui-datepicker-trigger {
  position: relative;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  content: "";
  border: 0px;
  background: none!important;
  width: 17px;
  height: 17px;
  vertical-align:bottom;
}
button.ui-datepicker-trigger:before {
  content: "\f073";
  font-family: Roboto, Arial, Helvetica, sans-serif;
  width: 17px;
  height: 17px;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  background: #FFF;
}
.ui-tabs .ui-tabs-nav {
  padding: 0px;
  border: 0px;
  background-color: #ccc;
  background-image: none;
  border-radius: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #4e4e53;
  text-decoration: none;
  outline:none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	color: #4e4e53;
	outline:none;
}
.ui-tabs .ui-tabs-nav li {
  border: 0px;
  background: none;
  outline:none;
  font-size:14px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border: 0px;
  border-radius: 0px;
  margin-top: 0;
  padding-top: 1px;
  background: #FFF;
}
.ui-tabs .ui-tabs-panel{
	background-color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
  padding-top:25px;
}
.action-links {
text-align:right;
font-size:13px;

}
.action-links a{
  text-decoration:none !important;
  margin-left:20px;
  text-transform:uppercase;
  color:#4e4e53;
  vertical-align:middle;
  outline:none;
}
.action-links i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.text-green{
	color:rgb(113,147,18);
}
.text-marun{
	color:rgb(183,14,14);
}
.history-grid{ border-collapse:collapse; margin-top:20px; margin-bottom:20px;}
.history-grid th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:13px;
	padding:8px 10px;
  letter-spacing:0.5px;
  font-family:Roboto, Arial, Helvetica, sans-serif;;
}
.history-grid td{
	border-bottom:1px solid #ccc;
	padding:8px 10px;
	font-size:13px;
}
.history-grid tr:hover td{
  background-color:#e5e5e5;
  position:relative;
}
.history-grid tr:hover td:last-child a.edit-link{
  display:block;
}
.pagination{
	font-size:14px;
}
.pagi-title{
	color:grey;
}
.pagination-right{
	float:right;
}
.pagination-left{
	float:left;
	color:grey;
}

.submit-btn {
    border: 0;
    padding: 2px 10px 2px 10px;
    vertical-align: middle;
    line-height: 31px;
    border-radius: 7px;
    background-color: #FF6A07;
    color: #ffffff;
    cursor: pointer;
}

.cancel-btn {
    border: 0;
    padding: 2px 10px 2px 10px;
    vertical-align: middle;
    line-height: 31px;
    border-radius: 7px;
    background-color: grey;
    color: #ffffff;
    cursor: pointer;
}

.faded-border {
    border-color: #dbdbdc;
    border-width: 2px;
}

.next-btn,.prev-btn,.current-count{
	border:1px solid #999;
	border-radius:4px;
	width:30px;
	height:30px;
	font-size:20px;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	line-height:30px;
	float:left;
}
.prev-btn{
	border-radius:4px 0 0 4px;
}
.current-count{
	border-radius:0 4px 4px 0;
	border-left:0px;
	font-size:13px;
}
.total-count{
	display:inline-block;
  margin-top: 8px;
  margin-left: 15px;
  margin-right: 15px;
  float:left;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{
  font-family:Roboto, Arial, Helvetica, sans-serif;
  font-weight:bold;
}
.level-1{

}
.col-1,.col-2,.col-3{
  vertical-align: middle;
}
.col-3{
  width:70%;
}
/*.col-1{
  width:40%;
}*/
.col-2{
  width:350px;
  display: inline-block;
}
.col-1 > .form-label {
  width: 35%;
}
.col-1 > .form-control {
  width: 58%;
}
.col-2 > .form-label {
  width: 32%;
}
.col-2 > .form-control {
  width: 65%;
}
.col-3 > .form-label {
  width: 20%;
}
.col-3 > .form-control {
  width: 78.8%;
}
.sub-act-link{
  text-decoration:none;
  display:inline-block;
  vertical-align:bottom;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-left: 5px;
}
.edit-link{
  display:none;
  position:absolute;
  width:18px;
  height:18px;
  line-height:18px;
  font-size:18px;
  text-decoration:none;
  vertical-align:middle;
  right:10px;
  top:8px;
}
.top-right-section{
  float:right;
  font-size:12px;
  text-align:right;
  padding-top:10px;
}
.top-right-section a{
  color:#4e4e53;
  text-decoration:none;
  text-transform:uppercase;
  margin-left:10px;
}

.sub-accordion .ui-accordion-header {
  background: #e5e5e5;
  padding-left: 11px !important;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal !important;
  color:#4e4e53;
  font-family:Roboto, Arial, Helvetica, sans-serif;
  margin-top:0;
}
.ui-accordion.sub-accordion .ui-accordion-header .ui-accordion-header-icon{
  left:inherit;
  right:15px;
  color:#919191;
}
.ui-accordion.sub-accordion .ui-accordion-content{
  padding:0;
  font-family:inherit;
}
.ui-accordion.sub-accordion .ui-accordion-content .history-grid{
  margin-top:0;
}
.custom-check{
  display:none;
  position:absolute;
}
.custom-check + label{
  padding-left: 28px;
  height:17px;
  position: relative;
  display: inline-block;
}
.custom-check + label:before{
  display: block;
  content: "\f096";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 22px;
  height: 22px;
  width: 22px;
  margin-top: -12px;
  color: #868686;
}
.custom-check:checked + label:after{
  display: block;
  content: "\f00c";
  position: absolute;
  left: 3PX;
  top: 1PX;
  font-size: 11px;
  color:#cb2020;
}
/*input[type="text"]{*/
  /*border:1px solid #868686;*/
  /*padding:5px;*/
  /*vertical-align:middle;*/
/*}*/
/*input[type="password"]{*/
  /*border:1px solid #868686;*/
  /*padding:5px;*/
  /*vertical-align:middle;*/
/*}*/

.width-100{
  width:100%;
  box-sizing:border-box;
}



.grey-text,.sub-act-link.grey-text{
  color:#858585;
}
.text-area{
  width:100%;
  padding:5px;
  border:1px solid #858585;
  border-radius:5px;
  box-sizing:border-box;
  margin-top:5px;
}
.error-view{
 color:#c10000;
  margin-bottom:15px;
  line-height:1.5;
  font-size:13px;
}
.success-view{
  color:#316c09;
  margin-bottom:15px;
}
.error-view p,.success-view p{
  margin:0px;
}
select.error, .error{
   border:1px solid #c10000 !important;
  color:#cb2020;
}

.with-circle{
   background-color:#316c09;
  color:#ffffff;
  width:20px;
  height:20px;
  display:inline-block;
  border-radius:50%;
  text-align:center;
  line-height:20px;
}
.page-header{
  background-color:#cccccc;
  font-size:14px;
  font-weight:normal;
  padding:10px;
  margin:0;
}
.page-inner-content{
  background-color:#fff;
  box-sizing:border-box;
  padding:15px;
}
.filter-box{
  border-bottom:1px solid #cccccc;
  padding:0 0 15px;
  margin-bottom:25px;
}
.btn-sm{
  padding:3px 8px;
  cursor:pointer;
}
.row-action{
  position:absolute;
  right:10px;
  top:4px;
  display:none;
}
.history-grid tr:hover td:last-child .row-action{
  display:block;
}
/* dialog Css */
.ui-widget-overlay{
	background: #666666 !important;
}
.ui-dialog.ui-widget {
	background: #FFF;
	padding: 0px;
}
.ui-dialog-titlebar.ui-widget-header {
  background: url('../images/dialog-title.jpg') no-repeat left center;
  border: 0px;
  border-radius: 0px;
  color: #4e4e53;
  font-size: 14px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  height: 75px;
  padding: 0px;
}
.ui-state-default .ui-icon {
	background-image: none !important;
}
.ui-dialog .ui-dialog-titlebar-close:before {
	content: "\2716";
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background: transparent !important;
	position: absolute;
	margin: 2 2 2 2;
	position: absolute;
	right: 2px;
	top: 2px;
	color: #ffffff;
	border:0;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: transparent !important;
	position: absolute;
	margin: 0 0 0 0;
	position: absolute;
	right: 5px;
	top: 2px;
	border:0;
}
.submit-btn.ui-button,.grey-btn.ui-button {
  border: 0;
  padding: 8px 17px;
  background-color: #316c09;
}
.grey-btn.ui-button{
  background-color:#707070;
}
.submit-btn.ui-button .ui-button-text,.grey-btn.ui-button .ui-button-text{
  padding: 0px;
  font-size: 14px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFF;
}
body.landing-home .main-container{
	margin:0 auto;
}
body.landing-home .header-wrapper{
  z-index: 1;
  position: relative;
}
.header-right{
	float:right;
	font-size: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	margin-left: auto;
}

.header-right > p {
	font-size: 20px;
    line-height: 80px;
    height: 80px;
    display: inline-block;
    margin: 0;
    font-weight: bold;
}
.icon-phone{
  width: 20px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 20px;
  line-height: 73px;
}
.header-img{
  box-sizing:border-box;
  width:70%;
  background:url("../images/header-img.png") no-repeat center bottom;
  height:449px;
  float:left;
}

i.premimum-trial-img{
	background:url("../images/landingpage-premtrial.png") no-repeat center bottom;
	display: table-cell;
	bottom: -10px;
	position: relative;
	width:350px;
}
.header-form{
  box-sizing:border-box;
  width: 430px;;
  float:right;
  height:449px;
  padding:10px;
}

.account-container{
  box-sizing:border-box;
  width:100%;
  padding:10px;
}

.form-header{
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 30px;
}

.settings-group {
    margin-bottom: 10px;
    font-size: 0;
}

.settings-group bold {
    font-weight: bold;
}

.settings-group label, .settings-group input, .settings-group select {
    margin-bottom: 6px;
}

.settings-group input, .settings-group select {
    margin-right: .3em !important;
}

.settings-group label{
    font-size: 14px;
}
.settings-group span {
	line-height: 29px;
    font-size: 14px;
}

.settings-group h3 {
    font-size: 14px;
    color: #FF6A07;
    font-weight: bold;
    margin-bottom: .5em;
    margin-top: .5em;
}

.settings-group h2 {
    font-size: 16px;
    color: #FF6A07;
    font-weight: 500;
    margin-bottom: .5em;
    margin-top: .5em;
}

.settings-group select {
    padding: 2px 0px 0px 6px;
}

.settings-group input:disabled, .settings-group select:disabled {
    background-color: rgb(235, 235, 228);
    color: rgb(84, 84, 84);
}

.form-group label {
    display: inline-block;
    width: 90px;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
}

.form-group ul, .form-group li {
    font-size: 14px;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group select {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 13px;
    margin-right: 0px;
    font-weight: normal;
    display: inline-block;
    width: 400px;
}

input[type="text"].form-input, input[type="password"].form-input{
  border:1px solid #c6c6c6;
  border-radius:3px;
  padding:8px;
  width: 320px;
  box-sizing:border-box;
  font-size: 16px;
    height: 44px;
}

input[type="password"].form-input{
    letter-spacing: .1em;
}

.password-form label {
    display: inline-block;
    width: 110px;
    font-size: 13px;
    font-weight: 300;
    vertical-align: middle;
}

.password-form ul, .password-form li {
    font-size: 14px;
}

.password-form input[type="text"],
.password-form input[type="password"],
.password-form select {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 13px;
    margin-right: 0px;
    font-weight: normal;
    display: inline-block;
    width: 400px;
}
.settings-nav {
    width: 100%;
    float: left;
    padding: 10px;
    height: 100%;
    margin-right: 30px;
}
.right-arrow:after {
  content: '\25BA';
  display: inline-block;
  position: absolute;
  padding-left: 20px;
}
.settings-nav a{
	color: #4D4D53;
	display: block;
	text-decoration: none;
	width:100%;
 	text-align:right;
}
.settings-nav ul {
	display: inline-table;
	height:350px;
	border-right: thin #4D4D53 solid;
}
.settings-nav li {
  display: block;
  text-decoration: none;
  padding-bottom: 20px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  margin-right: 60px;
}
.fp-container{
  display:block;
  text-align:right;
  font-size:14px;
  margin-top:15px;
}
.fp-container a{
  text-decoration:none;
  color:#4e4e53;
  font-weight: 700;
}
.btn-orange{/*
  background-color:#f7941e;
  color:#ffffff;
  border-radius:3px;*/
}
.footer-box{
  background-color:#053d57;
  color:#FFFFFF;
  width: 100%;
  min-width: 600px;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 70px;
  position:fixed;
  /* Set the fixed height of the footer here */
  background-color: #435c6f;
}

.green-strap{
  height:42px;
  background-color:#b2bb1c;
  margin-bottom:20px;
}
.red-strap{
  height:12px;
  background-color:#ff6a07;
  width: 100%;
}

.copyright-box{
  background-color:#053d57;
  color:#FFFFFF;
  font-size:12px;
  padding:10px;
}
.copyright-box a{
  text-decoration:none;
  color:#FFFFFF;
  padding:8px;
}
.copyright-box a:hover{
  text-decoration:underline;
}

div.txt-info {
    font-size: 12px;
    line-height: 1.8;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.txt-info a{
  color:#FFFFFF;
}
.txt-info:before{
  position:absolute;
  font-size:16px;
  display:inline-block;
  width:16px;
  line-height:1.4;
  text-align:center;
  color:#787878;
  margin-left:-20px;
}
.footer-title{
  font-size:14px;
  margin-top:0px;
    color: white;
}
.icon-envelope:before{
  font-size:12px;
}
input[type="text"].news-email{
  padding:8px 10px;
  border-radius:5px;
  background-color:#e6e6e6;
  border:0;
  outline:none;
}
.lt-green-btn{
  background-color:#9db43b;
  padding:8px 10px;
  border:0;
  border-radius:5px;
  cursor:pointer;
  outline:none;
}

.link-group{
  display:inline-block;
  padding-top:16px;
}
.header-right .top-link{
  border-left:1px solid #b2b2b2;
  border-right:1px solid #b2b2b2;
  vertical-align:middle;
  display:inline-block;
  margin-right:5px;
  padding:15px 15px;
  color:#4e4e53;
  text-decoration:none;
  font-size:14px;
  height: inherit;
  line-height: 1.2;
}
.field-list{
  list-style:none;
  padding-top:30px;
  padding-bottom:30px;
  margin:0;
  padding-left:0px;
}
.field-list:after{
  content:" ";
  display:block;
  clear:both;
}
.field-list li{
  float:left;
  margin-right:10px;
}
.field-list li label{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: -2px;
}
.field-list li select.form-select{
  border: 1px solid #c1c1c1 !important;
  background: #fafafa url('../images/select-arrow-black.png') no-repeat right center;
  color: #000;
  padding: 6px 20px 6px 6px;
  outline:none;
}
.data-table{
  border-collapse:collapse;
  margin-bottom:20px;
}

.data-table th, .data-table td {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
    vertical-align: baseline;
}

.data-table label {
    width: auto;
}

.data-table th {
    background-color: #435C6F;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #435C6F;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.data-table th > label {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.data-table td {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
}
.data-table tr:nth-child(odd) td{
  background-color:#f2f2f2;
}
.pagination{
  padding:10px 0;
  margin:10px 0;
}
.noteBox{
  font-size:11px;
  line-height:1.5;
  margin-bottom:20px;
}

.pagination-list span {
   color: #435C6F;
}

.pagination-list span > a {
  text-decoration: none;
  color: #4e4e53;
}
.pagination-list > a.active{
  background-color: #435C6F !important;
}

.pagination-list{
    font-size: 0;
}

.pagination-list > a.prev,.pagination-list > a.next{
    font-size: 30px;
    display: inline-block;
    padding: 0;
    background-color: #d2d2d3;
    text-decoration: none;
    color: #FFF;
    /* height: 25px; */
    width: 1em;
    line-height: 1.1;
    border-radius: 6px;
    vertical-align: bottom;
    text-align: center;
}

.pagination-list > * {
    margin-left: 7px;
}

/*a.prev > i::before, a.next > i::before {
    width: 12px;
}*/

.header-right a.top-wc{
  text-transform:inherit;
}
.header-right a.top-wc:hover{
  background-color:transparent;
  position:relative;
}
.sub-menu{
  position:absolute;
  background-color:#FFF;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
  padding:20px;
  display:none;
}
.sub-menu a,.sub-menu a:hover{
  text-transform:inherit;
  padding:0;
  line-height:1.2;
  height:auto;
  background-color:transparent;
}
.sub-menu p{
  margin:0;
}
.sub-menu button{
  margin:10px 0;
}
.sub-menu:before{
  content:"";
  display:block;
  width:0;
  height:0;
  border:10px solid transparent;
  border-bottom:10px solid #ffffff;
  border-top:0;
  position:absolute;
  left:25%;
  top:-10px;
}
.overPop:hover .sub-menu{
  display:block;
}
.data-table th a{
  text-decoration: none;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.2;
  display: inline-block;
  height: 16px;
  vertical-align: top;
}
.data-table th a i:before, .data-table th a i {
  line-height: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  margin-top: -1px;
}
.tableTitle{
  font-size: 16px;
  color: #b2bb1c;
  margin-bottom: 5px;
  display:inline-block;
}

.spacer {
    height: 25px;
}

.btn-arrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.btn-arrow:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #4e4e53;
	border-width: 12px;
	margin-left: -12px;
}

div.vertical-line {
    width: 1px; /* Line width */
    background-color: black; /* Line color */
    display: inline-block;
    height: 42px; /* Override in-line if you want specific height. */
    margin: 19px 10px 0px 10px;
}


button.btn-premium {
    border: 1px solid transparent;
    border-width: 1px;
    border-color: #e99009;
    box-sizing: border-box;
    padding: 5px;
    vertical-align: middle;
    line-height: 13px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 7px;
    background-color: transparent;
    color: #e99009;
    cursor: pointer;
}

.dropdown-content a {
    color: #ffffff;
    text-decoration: none;
}

/* change to a:hover for dropdown */
.dropdown-content a {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}

p.username {
    font-size: 14px;
    line-height: 14px;
    text-transform: lowercase;
    letter-spacing: 0.5px;
}

.primary-color {
    color: #FF6A07;
}

.muted-color {
    color: #a6a6a8;
}

.primary-bg {
    background-color: #435C6F;
    color: white;
}

.muted-bg {
    background-color: #435C6F;
    color: white;
}

th.primary-bg {
    background-color: #FF6A07;
    border-color: #FF6A07;
}

.primary-grad-bg {
    background: -webkit-linear-gradient(#435C6F, #4F768C);
    background: -o-linear-gradient(#435C6F, #4F768C);
    background: -moz-linear-gradient(#435C6F, #4F768C);
    background: linear-gradient(#435C6F, #4F768C);
    color: white;
}


th.primary-grad-bg {
    background: -webkit-linear-gradient(#435C6F, #4F768C);
    background: -o-linear-gradient(#435C6F, #4F768C);
    background: -moz-linear-gradient(#435C6F, #4F768C);
    background: linear-gradient(#435C6F, #4F768C);
}

.secondary-grad-bg {
    background: -webkit-linear-gradient(#435C6F, #4F768C);
    background: -o-linear-gradient(#435C6F, #4F768C);
    background: -moz-linear-gradient(#435C6F, #4F768C);
    background: linear-gradient(#435C6F, #4F768C);
    color: white;
}


.pagination-list >span {
    line-height: 33px;
    height: 33px;
    /* width: 1px; */
    /* padding: 0 3px; */
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.next > i {
    margin-right: -2px;
}

.prev > i {
    margin-left: -2px;
}

.icon-space-right {
    margin-right: .3em;
}

.icon-space-left {
    margin-left: .3em;
}

.icon-wrapper {
    position:relative;
    float:left;
    margin-right: .7em;
}


.small-logo {
    height: 60px;
    float: left;
    margin-top: 10px;
}

.small-logo-center {
    height: 60px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.large-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 7px;
}

.logo-container {
    width: inherit;
    position: absolute;
}

.logon-img {
    box-sizing: border-box;
    height: 350px;
    margin: auto;
    padding-top: 40px;
    display: block;
}
.myaccount{
	width:100%;
	display: inline-block;
	color: #A6A6A8;
	font-size: 24px;
	text-transform: uppercase;
    padding-top: .7em;
    padding-bottom: .1em;
}
.myaccount span, .myaccount label {
    font-size: inherit;
    vertical-align: top;
    line-height: 3em;
}

.myaccount span {
    color: #4D4D53;
    padding-left: .5em;
}
label.myaccount-free  {
	color: #FF6A07;
}

label.myaccount-paid  {
    color: #ff6a07;
}

.logon-img-container {
    box-sizing: border-box;
    width: 60%;
    /*height:449px;*/
    float: left;
}

.logon-title {
    padding-top: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #435c6f;
}

.header-form  button {
    display: block;
    margin-left: auto;
    padding: 2px 15px 2px 15px;
    background-color: #FF6A07;
    margin-top: 17px;
}

.badge-1digit2{
    position: absolute;
    background: rgb(213, 30, 30);
    height: 1.3em;
    top: -.75em;
    right: -.75em;
    width: 1.3em;
    text-align: center;
    line-height: 1.4em;
    font-size: .75em;
    border-radius: 50%;
    color: white;
    border: 1px solid rgb(213, 30, 30);
}

.badge-1digit{
    position: absolute;
    background: rgb(213, 30, 30);
    height: 1em;
    top: -.75em;
    right: -.75em;
    width: 1em;
    text-align: center;
    line-height: 1em;
    font-size: .75em;
    border-radius: 50%;
    color: white;
    border: .35em solid #d51e1e;
}

.badge-2digit {
    position: absolute;
    background: rgb(213, 30, 30);
    height: 1.4em;
    top: -.75em;
    right: -.75em;
    width: 1.4em;
    text-align: center;
    line-height: 1.4em;
    font-size: .7em;
    border-radius: 50%;
    color: white;
    border: .2em solid #d51e1e;
}

.badge-3digit {
    position: absolute;
    background: rgb(213, 30, 30);
    height: 2em;
    top: -1em;
    right: -1em;
    width: 2em;
    text-align: center;
    line-height: 2.1em;
    font-size: .55em;
    border-radius: 50%;
    color: white;
    border: 1px solid #d51e1e;
}

.hidden {
    display: none;
}

.premium-info-box{
    position: absolute;
    left: 10px;
    bottom: -2.4em;
    background-color: orange;
    color: white;
    text-transform: uppercase;
    padding: .5em;
    padding-bottom: .35em;
    border-radius: 0px 5px 5px 5px;
    font-size: .85em;
    line-height: 1em;
}

.arrow_box {
	border: 1px solid #fff;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(0, 26, 255, 0);
    border-bottom-color: #fda401;
    border-width: 7px;
    margin-left: -7px;
}
.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.button-container {
    position: relative;
}

.inactive-btn {
    background-color: #d2d2d3;
    cursor: default;
}

.iframe-container {
    background-color: #efefef;
    height: 100vh;
}

.payment-header {
    font-size: 14px;
    font-weight: 700;
    color: #b2bb1c;
    margin-top: 20px;
    display: block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.payment-error {
    margin-top: 8px;
    font-size: 13px;
}


/* account type page table */
.account-comparison-container {
    margin-left: -30px;
    margin-right: -30px;
}

table.account-comparison  {
    background: transparent;
    border-spacing: 30px 0;
}

.account-comparison td {
    text-align: center;
    border-bottom: 1px solid #a6a6a8;
    height: 70px;
    width: 170px;
}

.account-comparison td:first-child{
    text-align: right;
    border-bottom: none;
    width: 150px;
    font-weight: 500;
}

.account-comparison .header-tab {
    border-radius: 5px 5px 0 0;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: normal;
}

.account-comparison i {
    font-size: 2.3em;
}

/* Larger version of fa-lg */
i.hn-fa-lg {
    font-size: 1.5em;
    line-height: .75em;
    vertical-align: -22.5%;
}

.pricing-terms {
    line-height: 2em;
}

.error-message {
    color: red;
}

input[type="text"], input[type="password"] {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding: 2px 8px 0px 8px;
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 0px;
    font-weight: normal;
    display: inline-block;
    width: 300px;
    line-height: 26px;
    height: 30px;
    vertical-align: initial;
}

select {
    background: #FFF url('../images/select-arrow-black.png') no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
}

select::-ms-expand {
    display: none;
}

.change-password-form input[type="text"], .change-password-form input[type="password"], .change-password-form select {
    margin-right: 0px;
    width: 300px;
    margin-bottom: 6px;
    vertical-align: initial;
}

.change-password-form input[type="password"] {
    letter-spacing: .1em;
}

.change-password-form label {
    width: 180px;
}


/*** custom checkboxes ***/

/* to hide the checkbox itself */
.data-table input[type=checkbox] {
    display: none;
}

.data-table input[type=checkbox] + label:before {
    display: inline-block;
    font-size: 15px;
    width: 1.3em;
}

.data-table input[type=checkbox] + label:before {
    content: "\f096";
}

.data-table td > input[type=checkbox] + label:before {
    color: black;
}

.data-table input[type=checkbox]:checked + label:before {
    content: "\f046";
}

.blue-grad {
	height: 10.5em;
    background: #b2bb1c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#435C6F, #4F768C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#435C6F, #4F768C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#435C6F, #4F768C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#435C6F, #4F768C); /* Standard syntax */
    position: relative;

}

.green-grad {
	height: 10.5em;
    background: #b2bb1c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#b2bb1c, #206020); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#b2bb1c, #206020); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#b2bb1c, #206020); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#b2bb1c, #206020); /* Standard syntax */
    position: relative;

}
.green-grad:after {
    top: 95%;
    left: 50%;
    content: url('../images/arrow_down.png');
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #206020;
    border-width: 20px;
    margin-left: -20px;
    transform: scale(0.17);
}

.alert-white{
	color: white;
	padding: .66em 0;
	text-align: center;
	font-size: 19.8px;
	font-weight: 700;
}

.info-box{
    border-radius: 1em;
    background: #ebebe0;
    padding-top: .83em;
    width: 40em;
    height: 7.5em;
    font-size: .8em;
    color: #435C6F;
    margin: auto;
    text-align: center;
}

.info-box p {
    font-weight: 300;
    padding-top: .7em;
}

.info-box > img {
    bottom: -0.7em;
    position: relative;
    width: 14em;
}

.info-box-grey{
    background-color: #435c6f;
    padding-top: 1.5em;
    color: white;
    height: 12em;
    text-align: center;
    font-size: 22.5px;
    font-weight: 500;
}

.icon-header{
	font-size: .75em;
    color:white;
    text-align:center;
}

.icon-text{
	font-size: .6em;
	color:white;
	text-align:center;
}

.details-landing h1 {
    font-weight: 400;
    display: inline-block;
    margin-right: 1em;
}

.details-landing {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 30px 0;
}

.details-landing button.btn-premium {
    vertical-align: text-bottom;
}

.landing-header {
    width: 100%;
    font-size: 0;
    display: inline-block;
}

.landing-header > img{
    width: 100%;
    height: 100px;
}

.landing-header-main {
    width: 450px;
    height: 373px;
}

.landing-header-line {
    width: calc((100% - 450px)/2);
    height: 373px;
}

.flip-image {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.landing-icons{

}

.landing-icons img {
    height: 6em;
}

.landing-icons > div {
    width: calc(352.63/192*6em);
    display: inline-block;
    vertical-align: top;
    margin-top: .5em;
}


/* landing page account type table */
.landing-comparison-container {
    margin-left: -2em;
    /*margin-right: -2em;*/
    font-size: 16.3px;
}

table.landing-comparison  {
    background: transparent;
    border-spacing: 2em 0;
    margin-left: auto;
    margin-right: auto;
}

.landing-comparison th {
    vertical-align: bottom;
}

.landing-comparison td {
    text-align: center;
    border-bottom: 2px solid #cfd2d2;
    height: 4em;
    width: 11em;
    padding: .7em;
    font-size: 1em;
}

.landing-comparison td:first-child{
    text-align: right;
    border-bottom: none;
    width: 10.5em;
    font-weight: 500;
}

.landing-comparison td:nth-child(2){
    background-color: #f3f3f3;
    width: 11em;
}

.landing-comparison td:nth-child(3){
    background-color: #ffffff;
    width: 13em;
}

.landing-comparison .header-tab {
    border-radius: .36em .36em 0 0;
    padding: .36em;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: normal;
}

.landing-comparison .header-tab-larger {
    border-radius: .36em .36em 0 0;
    padding: .6em 0;
    padding-bottom: .36em;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
}


.landing-comparison .fa {
    font-size: 2em;
}

.landing-cell-transparent > td {
    background-color: transparent !important;
    border: 0;
    height: auto;
}

.secondary-gradhr-bg {
    color: #fff;
    background: #fe8c00;
    background: -webkit-linear-gradient(to left, #fe8c00 , #f83600);
    background: linear-gradient(to left, #fe8c00 , #f83600);
}

.landing-continue {
    font-size: 1.5em;
    font-weight: 500;
    padding: .3em 1em;
    margin-left: auto;
    margin-right: auto;
}

.landing-comparison-validto {
    position: absolute;
    margin-left: -5.3em;
    margin-top: -1.4em;
    font-size: 0.9em;
    font-weight: 700;
}

.landing-freetrial {
    font-size: 0.7em;
    font-weight: 500;
    padding: 0.2em 1em;
    border-radius: 0.3em;
    border: 1px solid white;
    width: auto;
    line-height: 1;
    position: absolute;
    margin-left: -6.9em;
    margin-top: 1.75em;
}

.error-image {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.error-page-message {
    padding-bottom: 30px;
    width: 100%;
    /* text-align: center; */
    font-size: 18px;
    font-weight: 700;
}

.floating-menu-spacer {
    padding: 0;
    height: 115px;
    margin: 0;
}

.menuclick {
    cursor: pointer;
}

button.submit-btn.secondary-grad-bg.landing-freepremiumtrial {
    font-size: 1.5em;
    font-weight: 500;
    padding: .3em 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.header-spacer {
    background-color: #f9f9f9;
    display: block;
    padding-top: 20px;
}

.mandatory label {
    font-weight: bold;
}

.mandatory label::after {
    content: " *";
    color: #BC6262;
}


.ui-widget.error-dialog {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.ui-widget-content.error-dialog {
    background: #FFFFFF;
    border: 1px solid #435C6F;
    color: #222222;

}

.ui-dialog.error-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
    display: initial;
}

.ui-dialog.error-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align:center;

}

.ui-dialog.error-dialog .ui-widget-header {
    background: #435C6F;
    border: 0;
    color: #ffffff;
}

.ui-dialog.error-dialog .ui-dialog-titlebar {
    height: 40px;
    padding: 5px;
    position: relative;
    font-size: 18px;
    overflow: auto;
    letter-spacing:2px;
}

.ui-dialog.error-dialog .ui-dialog-title {
    margin: 0px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .orange
{
    font-size:15px;
    color: #FFFFFF;
    background: #f7941e;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border-radius:3px;
}

#errorDialog {
	display: none;
}

.header-section{
	min-width: 1065px;
}

.scripts-container{
  min-width: 1480px;
}

.scripts-filter-box{
	padding: 0;
}

.scripts-logo{
    margin-top: 7px;
}

.footer-container{
	padding:0;
}

.container{
	padding:0;
}

.script-caption{
	margin-top:20px;
}

.width-spacer{
	min-width:100px;
}

.scripts-footer-box{
	min-width:1480px;
}

.no-padding-left{
	padding-left: 0px;
}

#editDetails > div > label {
  text-align: right;
  padding-right: 10px;
}

@media screen and (width: 1600px){
	.header-wrapper{
		min-width: auto;
	}
	.header-box{
	    min-height: 620px;
	    min-width: auto;
	}
	.footer-box{
		min-width: auto;
	}

	.header-section{
		min-width: 1100px;
	}

}

@media screen and (width: 1280px){
	.header-wrapper{
		min-width: auto;
	}
	.header-box{
	    min-height: 420px;
	    min-width: auto;
	}
	.footer-box{
		min-width: auto;
	}

	.script-caption{
		margin-top:0px;
	}

	.header-section{
		min-width: 1080px;
	}
}

@media screen and (width: 1360px){
	.header-wrapper{
		min-width: auto;
	}
	.header-box{
	    min-height: 420px;
	    min-width: auto;
	}
	.footer-box{
		min-width: auto;
	}

	.script-caption{
		margin-top:0px;
	}

	.scripts-header-container{
		min-height: 420px;
	}

	.header-section{
		min-width: 1100px;
	}

	.width-spacer{
		min-width:0px;
	}

	.scripts-footer-box{
		min-width: 1480px;
	}

}

@media screen and (width: 1440px) or (width: 1400px){
	.header-section{
		min-width: 1100px;
	}
	.scripts-container{
		min-height: 700px;
		min-width: auto;
	}

	.scripts-filter-box{
  		min-width: auto;
	}

	.header-section{
		min-width: 1060px;
	}

	.scripts-footer-box{
		min-width: 1480px;
	}
}

@media screen and (width: 1920px){
	.header-section{
		min-width: 1200px;
	}
}
