@charset "utf-8";
body {
  background: #ebebeb;
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
}
.clear {
  clear: both;
}
.wrapper {
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
}
.header {
  background-color: #fff;
}
.header-shadow {
  width: 978px;
  height: 13px;
  background-image: url("./img/template/shadow1.png");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.logo {
  width: 266px;
  height: auto;
  float: left;
}
.logo img {
  height: 53px;
  margin: 20px auto;
  display: block;
}
.logout {
  float: right;
  width: 100px;
  border-bottom: 3px solid #FfF8b5;
  margin-right: 40px;
}
.logout a {
  display: block;
  text-decoration: none;
  color: #a9a9a9;
  font-size: 14px;
  background: url("./img/template/logout.png") left no-repeat;
  padding-left: 40px;
  text-align: center;
  padding: 28px 10px;
  margin-top: 0px;
}
.container {
  background-color: #fff;
  margin-top: 13px;
  padding-bottom: 10px;
  clear: both;
}
#container-left {
  width: 26%;
  float: left;
}
#container-left div {
  display: none;
  background-color: #ffbf00;
  width: 32px;
}
#container-left div .menu-btn {
  border: none;
  width: 32px;
  height: 32px;
  background: url("./img/template/menu-lines.png") center no-repeat;
  cursor: pointer;
}
#container-left ul {
  margin: 0;
  padding: 0;
}
#container-left ul li {
  list-style: none;
}
#container-left ul li a {
  border-left: 6px solid #ffbf00;
  display: block;
  background-color: #ffbf00;
  color: #fff;
  padding: 26px 19px 26px 55px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#container-left ul li a.icon01 {
  background-image: url("./img/template/home.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon02 {
  background-image: url("./img/template/payyouraccount.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon03 {
  background-image: url("./img/template/checkusage.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon04 {
  background-image: url("./img/template/unbilled.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon05 {
  background-image: url("./img/template/invoices.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon06 {
  background-image: url("./img/template/edit.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon07 {
  background-image: url("./img/template/customersupport.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.icon08 {
  background-image: url("./img/template/faqs.png");
  background-position: left 18px center;
  background-repeat: no-repeat;
}
#container-left ul li a.active,
#container-left ul li a:hover {
  border-left: 6px solid #FfF8b5;
}
#container-right {
  width: 65.5%;
  float: right;
  padding: 36px 42px 0 0;
}
.flex-component-page-console-header-container {
  padding-bottom: 45px;
}
.headecontainer,
.flex-component-page-invoice-payments-header-container,
.flex-component-page-edit-form-header-container,
.flex-component-page-unbilled-charges-header-container,
.flex-component-page-pay-header-container {
  padding-bottom: 25px;
}
.headecontainer h1,
.flex-component-page-invoice-payments-header-container h1,
.flex-component-page-edit-form-header-container h1,
.flex-component-page-unbilled-charges-header-container h1,
.flex-component-page-console-header-container h1,
.flex-component-page-pay-header-container h1 {
  color: #525252;
  font-size: 18px;
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  font-weight: 400;
}
.headecontainer p,
.flex-component-page-invoice-payments-header-container p,
.flex-component-page-edit-form-header-container p,
.flex-component-page-unbilled-charges-header-container p,
.flex-component-page-console-header-container p,
.flex-component-page-pay-header-container p {
  color: #c5c5c5;
  font-size: 11px;
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}
.flex-component-page-usage-header-container {
  padding-bottom: 15px;
}
.flex-component-page-usage-header-container h1 {
  color: #525252;
  font-size: 18px;
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  font-weight: 400;
}
.flex-component-page-usage-header-container p {
  color: #c5c5c5;
  font-size: 11px;
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}
.flex-component-page-console-account-details-header,
.flex-component-page-pay-account-details-header,
.flex-component-user-support-headecontainer {
  border-bottom: 1px solid #ffbf00;
}
.flex-component-page-console-header-service {
  background-color: #ebebeb;
  width: 98%;
  font-size: 14px;
}
.flex-component-page-console-header-service-pleft {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #525252;
}
.flex-component-page-console-header-service-pright {
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #525252;
}
#flex-component-page-console-service-list {
  width: 98%;
  font-size: 12px;
  font-weight: normal;
  color: #525252;
}
.flex-component-page-console-service-list-header {
  width: 45%;
  float: right;
}
.flex-component-page-console-name {
  padding-left: 5px;
}
.flex-component-page-console-quantity {
  padding-right: 5px;
}
#flex-component-page-console-palign-left,
#flex-component-page-pay-palign-left {
  float: left;
  color: #447bb7;
  margin-left: 2%;
}
#flex-component-page-pay-palign-right {
  float: right;
  color: #525252;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}
#flex-component-page-console-palign-right {
  float: right;
  color: #525252;
  font-size: 12px;
  font-weight: bold;
  padding-top: 6px;
}
#flex-component-page-console-compare-spend-label {
  float: left;
  color: #447bb7;
}
#flex-component-page-console-service-list {
  width: 94%;
  font-size: 14px;
  border-collapse: collapse;
}
#flex-component-page-console-service-list td {
  border-bottom: 1px solid #ffbf00;
}
#flex-component-page-console-listService {
  float: right;
  color: #447bb7;
  padding: 0;
  margin-right: 35%;
}
#portal-user-registration h2,
#container-right h2 {
  font-size: 18px;
  color: #525252;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 8px 0 0 0;
  border-bottom: 1px solid #ffbf00;
  clear: both;
}
#supClassBal {
  font-size: 12px;
  color: #525252;
}
#supClass {
  font-size: 12px;
  color: #ffbf00;
}
/*.InternalContainer
	margin 0px auto
	border 1px solid

.InternalContainer
	div
		position relative
		border 1px solid #ccc
		float left
		margin-right 5px
	span
		position absolute
		bottom 0
		right 0
*/
.flex-component-page-pay-label {
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 105px;
  margin: 5 0 0 45;
  cursor: pointer;
}
.flex-component-page-pay-paynow-label {
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 91px;
  margin: 5 0 0 45;
  cursor: pointer;
}
.flex-component-page-pay-block-div {
  background-color: #ffbf00;
  width: 188px;
  height: 100px;
  margin-right: 12px;
  margin-top: 3%;
  padding: 15px;
  float: left;
  position: relative;
  cursor: pointer;
}
.flex-component-page-pay-block-div p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ffbf00;
  margin-left: 5%;
}
.flex-component-page-pay-direct-debit-rform {
  background-image: url("./img/0000002531-portal_pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 40;
  height: 40;
  margin: 15 0 0 75;
}
.flex-component-page-pay-now {
  background-image: url("./img/0000002531-portal_pay.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 40;
  height: 40;
  margin: 15 0 0 75;
}
.flex-component-page-pay-direct-debit-online {
  background-image: url("./img/0000002531-portal_dd.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  width: 40;
  height: 40;
  margin: 15 0 0 75;
}
.flex-component-page-console-block {
  background-image: url("./img/0000002531-dollar-icon-grey.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 160px;
  height: 75px;
  overflow: hidden;
  margin-right: 12px;
  margin-top: 5%;
  padding: 14px 0px;
  border: 1px solid #ffbf00;
  float: left;
  margin-bottom: 12px;
}
.flex-component-page-console-block p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #ffbf00;
  margin-left: 5%;
}
.flex-component-page-console-block h3 {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 18px;
  color: #ffbf00;
  font-weight: 600;
  margin-left: 5%;
}
.flex-component-page-console-block h3 span {
  color: #ffbf00;
}
.flex-component-page-console-due-date-span {
  float: right;
  margin-top: 15px;
  margin-right: 5px;
  font-size: 14px;
  color: #ffbf00;
}
.flex-component-page-console-overdue-div {
  width: 85%;
  float: right;
  margin-top: 15px;
  margin-right: 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-color: #f00;
}
.flex-component-page-console-compare-spend {
  width: 45%;
  display: inline-block;
  margin-left: 2%;
}
.flex-component-page-console-unbilled-calls-span {
  float: right;
  margin-top: 15px;
  margin-right: 5px;
  font-size: 14px;
  color: #ffbf00;
}
.flex-component-page-console-block-customer-balance {
  background-image: url("./img/0000002531-dollar-icon-grey.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 45%;
  height: 75px;
  overflow: hidden;
  margin-right: 12px;
  margin-top: 5%;
  padding: 14px 0px;
  border: 1px solid #ffbf00;
  float: left;
  margin-bottom: 12px;
}
.flex-component-page-console-block-customer-balance p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #447bb7;
  margin-left: 5%;
}
.flex-component-page-console-block-customer-balance h3 {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 18px;
  color: #525252;
  font-weight: 600;
  margin-left: 5%;
}
.flex-component-page-console-block-customer-balance h3 span {
  color: #eb3838;
}
.flex-component-page-console-account-boxes-div,
.flex-component-page-pay-account-boxes-div {
  width: 108%;
}
.flex-component-page-console-account-details {
  padding: 10px 0;
}
.flex-component-page-console-account-details p {
  margin: 4px 0;
  padding: 0;
  font-size: 14px;
  color: #525252;
}
.footer {
  padding: 20px 23px;
}
.footer-left {
  width: auto;
  float: left;
}
.footer-left p {
  font-size: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #9e9e9e;
  margin-bottom: 7px;
  margin-top: 0;
  padding: 0;
}
.footer-right {
  width: auto;
  float: right;
}
.footer-right p {
  font-size: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #9e9e9e;
  margin-bottom: 7px;
  text-align: right;
  margin-top: 0;
  padding: 0;
}
/* button */
.general-button {
  margin-left: 5px;
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/* start comman accordion css */
.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion {
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  border-radius: 3px;
}
.accordion-section-title {
  width: 100%;
  padding: 10px 30px;
  display: inline-block;
  transition: all linear 0.15s;
  font-size: 14px;
  color: #525252;
  text-decoration: none;
  border-top: 1px solid rgba(0,0,0,0.2);
  min-height: 65px;
  background-image: url("./img/arrow-right.png");
  background-position: left 4px center;
  background-repeat: no-repeat;
}
.accordion-section-title.active,
.accordion-section-title:hover {
  background: #ffbf00;
  color: #fff;
  text-decoration: none;
  background-image: url("./img/arrow-down.png");
  background-position: left 4px center;
  background-repeat: no-repeat;
}
.accordion-section:first-child .accordion-section-title {
  border-top: none;
}
.accordion-section-content {
  display: none;
  padding: 0px 10px;
  background-color: #fff;
  color: #525252;
  font-size: 10pt;
  line-height: 16pt;
}
/*  EDIT FORM */
.flex-component-page-edit-form-container {
  border: none;
  margin: 0px;
  padding: 0px;
}
.flex-component-page-edit-form-box-container,
.flex-component-user-support-box-container,
.flex-component-user-ajaxrequests-box-container {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
}
.flex-component-page-edit-form-group,
.flex-component-user-support-form-group,
.flex-component-user-ajaxrequests-form-group,
.flex-component-user-sendrequest-form-group {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 4px 0px;
}
label.flex-component-user-ajaxrequests-form-group-id {
  min-height: 1px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 0;
  text-align: right;
  color: #525252;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
}
label.flex-component-page-edit-form-control-label,
label.flex-component-user-support-control-label,
label.flex-component-user-ajaxrequests-control-label,
label.flex-component-user-sendrequest-control-label {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 0;
  text-align: right;
  color: #525252;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
}
.flex-component-user-support-extra-label {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 0;
  padding: 0 0 10px;
}
.flex-component-page-edit-form-control-div-input,
.flex-component-page-edit-form-control-div-input-address,
.flex-component-user-support-form-control-div-input {
  width: 65%;
  float: left;
}
.flex-component-page-edit-form-control-div-input input,
.flex-component-page-edit-form-control-div-input select,
.flex-component-page-edit-form-control-div-input-address input {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.flex-component-user-support-form-control-div-input input,
.flex-component-user-support-form-control-div-input select,
.flex-component-user-support-form-control-div-input-address input {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.flex-component-user-ajaxrequest-control-div-input,
.flex-component-user-ajaxrequest-control-div-input-address {
  width: 65%;
  float: left;
}
.flex-component-user-ajaxrequest-control-div-input input,
.flex-component-user-ajaxrequest-control-div-input select,
.flex-component-user-ajaxrequest-control-div-input-address input {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.flex-component-user-support-form-control-div-input input,
.flex-component-user-support-form-control-div-input select,
.flex-component-user-support-form-control-div-input-address input {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.flex-component-page-edit-form-control-div-input-address input {
  margin-bottom: 2px;
}
.flex-component-page-edit-form-account .accordion-section-title {
  min-height: 20px;
}
.flex-component-page-edit-form-button-container {
  padding-top: 20px;
}
/* radion button*/
.flex-component-page-edit-form-control-div-radio input[type=radio],
.flex-component-user-ajaxrequest-control-div-input-radio input[type=radio] {
  display: none;
}
.flex-component-page-edit-form-control-div-radio input[type=radio] + label,
.flex-component-user-ajaxrequest-control-div-input-radio input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.flex-component-page-edit-form-control-div-radio input[type=radio]:checked + label,
.flex-component-user-ajaxrequest-control-div-input-radio input[type=radio]:checked + label {
  background-image: none;
  outline: 0;
  background-color: #ffbf00;
  color: #fff;
}
/* END */
/* Fancy Checkbox */
textarea {
  resize: none;
}
.flex-component-user-support-checkbox-div {
  margin-left: 25px;
  width: 96%;
}
.flex-component-user-support-checkbox-div input[type=checkbox] {
  display: none;
}
.flex-component-user-support-checkbox-div label {
  cursor: pointer;
  font-size: 13px;
  position: relative;
}
.flex-component-user-support-checkbox-div label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  left: -25px;
  position: absolute;
  background-color: #FfF8b5;
  box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.8);
}
.flex-component-user-support-checkbox-div label:before {
  border-radius: 3px;
}
.flex-component-user-support-checkbox-div input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
}
.flex-component-user-ajaxrequest-service-checkbox-container {
  margin: 0px 200px;
  width: 35%;
}
.flex-component-page-edit-form-cancel-button {
  margin-left: 5px;
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.flex-component-page-edit-form-update-button,
.flex-component-user-support-general-button-update {
  margin-left: 5px;
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  float: right;
}
/* POPUP BOX */
.flex-component-page-edit-popup-box,
.flex-component-user-sendrequest-popup-box {
  width: 500px;
  padding: 0px 15px;
}
.flex-component-page-edit-popup-box p,
.flex-component-user-sendrequest-popup-box p {
  padding: 0px;
  margin: 5px 0px;
}
.flex-component-page-edit-popup-box h4,
.flex-component-user-sendrequest-popup-box h4 {
  padding: 0px;
  margin: 5px 0px;
}
.flex-component-page-edit-box-container .flex-component-page-edit-form-group {
  padding: 0px;
}
.flex-component-user-sendrequest-box-container .flex-component-user-sendrequest-form-group {
  padding: 0px;
}
.flex-component-page-edit-box-container,
.flex-component-user-sendrequest-box-container {
  padding: 6px 0px;
}
.flex-component-page-edit-box-container,
.flex-component-user-sendrequest-box-container {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: solid 1px #d2d2d2;
  background: #f1f1f1;
  width: 100%;
}
/* END  */
.flex-customer-portal-component-faq-search-form,
.flex-customer-portal-component-faq-all-search-form {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: solid 1px #d2d2d2;
  padding: 15px 18px;
  width: 95%;
  box-shadow: 0 1px 0px rgba(0,0,0,0.1);
  background: #f1f1f1;
}
.flex-customer-portal-component-faq-search-form a,
.flex-customer-portal-component-faq-all-search-form a {
  color: #9e9e9e;
  text-decoration: none;
  font-size: 14px;
  float: right;
  padding-top: 1ch;
}
.flex-customer-portal-component-faq-search-form input,
.flex-customer-portal-component-faq-all-search-form input {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.flex-customer-portal-component-faq-search-form button,
.flex-customer-portal-component-faq-all-search-form button {
  margin-left: 5px;
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.box-container {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 12px 0px;
  width: 100%;
}
.box-container .form-group {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 4px 0px;
}
.box-container .control-label {
  margin-bottom: 0;
  text-align: right;
}
.box-container label {
  display: inline-block;
  color: #525252;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
}
.col-sm-2 .col-sm-10 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.box-container .form-group .col-sm-2 {
  width: 25%;
  float: left;
}
.box-container .form-group .col-sm-10 {
  width: 65%;
  float: left;
  padding-left: 7px;
}
.box-container .form-group .address input {
  margin-bottom: 5px;
}
.box-container .form-group input {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.box-container .form-group select {
  background: #fff;
  padding: 9px 10px 10px 12px;
  width: 302px;
  border: solid 1px #bcbbbb;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.box-container .form-group .btn-group input {
  width: 0px;
}
.box-container .form-group .btn-group input[type=radio] {
  display: none;
}
.box-container .form-group .btn-group input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.box-container .form-group .btn-group input[type=radio]:checked + label {
  background-image: none;
  outline: 0;
  background-color: #ffbf00;
  color: #fff;
}
.edit-account .accordion-section-title {
  min-height: 0px;
}
.flex-component-user-ajaxrequests-accordion-container .accordion-section-title {
  min-height: 0px;
}
/* FW Windows */
.fw-layer-window {
  border: 1px solid #000;
  background: transparent;
  position: absolute;
  box-shadow: 0 0 20px #000;
  border-radius: 5px 5px 1px 1px;
}
.fw-layer-window {
  border: 1px solid #000;
  background: transparent;
  position: absolute;
  box-shadow: 0 0 20px #000;
  border-radius: 5px 5px 1px 1px;
}
.fw-layer-window .fw-popup-content {
  padding: 0.5em;
  font-family: 'Titillium Web', sans-serif;
}
.fw-layer-window.-closable .fw-popup-header-close {
  display: block;
}
/* FW Popup */
.fw-layer {
  position: fixed;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 100%;
  z-index: 45;
}
.fw-layer-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.25;
  opacity: 0.25;
  z-index: 50;
}
.fw-layer-window {
  margin: auto;
  border: 0.1em solid rgba(0,0,0,0.4);
  background-color: #efefef;
  z-index: 50;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 40px #000;
  overflow: hidden;
}
.fw-popup-header * {
  vertical-align: middle;
}
.fw-popup-header {
  height: auto;
  padding: 3px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.15));
  box-shadow: 0 -8px 8px 8px #000;
  -moz-user-select: none;
  -webkit-user-select: none;
  min-height: 16;
}
.fw-popup-header-title {
  color: #333;
  display: inline-block;
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 79%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 0.5em;
}
.fw-popup-header-close {
  float: right;
  background-image: url("img/template/close.png") !important;
  width: 16px;
  height: 16px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.fw-popup-alert-buttons {
  text-align: center;
  padding: 0.5em;
}
.admin-popup-confirm-buttons {
  margin: 10px 15px;
  margin-left: 380px;
}
.admin-popup-confirm-buttons button {
  margin-left: 5px;
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.fw-popup-alert {
  width: 300px;
}
.table-div-height {
  padding-bottom: 15px;
  width: 98%;
/**************************************************************************/
/* END                           */
/**************************************************************************/
}
/****Theme Table CSS ***/
table.flex-theme-table {
  margin: 1%;
  border: 1px solid #ffbf00;
  width: 98%;
}
table.flex-theme-table th {
  border-left: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  color: #525252;
  background-color: #eee;
}
table.flex-theme-table th.flex-theme-table-caption,
table.flex-theme-table td.flex-theme-table-footer {
  padding: 10px;
  text-align: left;
  background: #ffbf00;
  color: #fff;
}
table.flex-theme-table th.flex-theme-table-caption {
  border-bottom: 1px solid #ccc;
}
table.flex-theme-table td.flex-theme-table-footer button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 0px;
  margin-left: 1px;
  cursor: pointer;
}
table.flex-theme-table td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}
table.flex-theme-table th.pointer {
  cursor: pointer;
}
table.flex-theme-table tbody tr:hover td {
  background-color: #ddd !important;
}
table.flex-theme-table td:first-child,
table.flex-theme-table th:first-child {
  border-left: none;
}
table.flex-theme-table a {
  text-decoration: none;
  color: #525252;
  font-size: 14px;
}
.flex-theme-table-footer button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 2px solid #ffbf00;
  padding: 0px;
  margin-left: 1px;
}
.flex-component-page-console-view-details-button {
  float: right;
  padding-right: 10px;
}
.flex-component-page-console-view-details-button button {
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/**** Customer Usage Module ***/
.flex-component-page-usage {
  width: 100%;
}
.flex-component-page-usage fieldset {
  width: 97%;
  display: inline-block;
  border: 1px solid #d2d2d2;
  padding-top: 15px;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
  background: #f1f1f1 none repeat scroll 0%;
}
.flex-component-page-usage fieldset .flex-component-page-usage-service-container-button {
  float: right;
  padding-right: 10px;
}
.flex-component-page-usage fieldset .flex-component-page-usage-service-container-button button {
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.flex-component-page-usage fieldset label span {
  font-size: 14px;
  max-width: 100%;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
.flex-component-page-usage fieldset label select {
  background: #fff none repeat scroll 0% 0%;
  padding: 9px 10px 10px 12px;
  max-width: 150px;
  border: 1px solid #bcbbbb;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.2) inset;
}
.flex-component-page-usage h1,
.flex-customer-portal-component-faq-all h1,
.flex-customer-portal-component-faq h1,
.flex-customer-portal-component-invoice-payments h1 {
  font-size: 18px;
  color: #525252;
  font-weight: 500;
  padding: 0px 0px 10px;
  margin: 8px 0px 0px;
}
.flex-component-page-usage .accordion,
.flex-customer-portal-component-faq-all .accordion,
.flex-customer-portal-component-faq .accordion,
.flex-customer-portal-component-invoice-payments .accordion {
  margin-top: 10px;
  margin-left: 5px;
}
.flex-component-page-usage .accordion-section-title,
.flex-customer-portal-component-faq-all .accordion-section-title,
.flex-customer-portal-component-faq .accordion-section-title,
.flex-customer-portal-component-invoice-payments .accordion-section-title {
  min-height: 0;
}
.flex-theme-popup {
  width: 650px;
}
.flex-component-page-usage-fieldset-div {
  padding-bottom: 15px;
}
.flex-component-page-usage-mobile-give-extra-height {
  height: 10%;
}
.flex-component-page-usage-mobile-data-container-top-header,
.flex-component-page-usage-mobile-call-container-top-header,
.flex-component-page-usage-mobile-sms-container-top-header {
  color: #333;
  border-bottom: 1px solid #ffbf00;
  width: 100%;
  height: 35px;
  clear: both;
}
.flex-component-page-usage-mobile-data-container-top-total,
.flex-component-page-usage-mobile-call-container-top-total,
.flex-component-page-usage-mobile-sms-container-top-total {
  clear: left;
  float: right;
  width: 40%;
}
.flex-component-page-usage-mobile-data-container-top-total-allowed,
.flex-component-page-usage-mobile-call-container-top-total-allowed,
.flex-component-page-usage-mobile-sms-container-top-total-allowed {
  padding: 5px 1.5%;
  margin-top: 5px;
  color: #333;
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
.flex-component-page-usage-mobile-total-allowed-data-div {
  width: 17.5px;
  height: 6px;
  float: right;
  background-color: #ffbf00;
  color: #333;
  font-weight: bold;
  margin-top: -5px;
  margin-right: -6px;
  padding: 12px 0.5%;
  text-align: center;
}
.flex-component-page-usage-mobile-total-used-data-div {
  width: 17.5px;
  height: 6px;
  float: right;
  background-color: #FfF8b5;
  font-weight: bold;
  margin-top: -5px;
  margin-right: -6px;
  padding: 12px 0.5%;
}
.flex-component-page-usage-mobile-total-used-data-div-extra {
  width: 17.5px;
  height: 6px;
  float: right;
  background-color: #f00;
  font-weight: bold;
  margin-top: -5px;
  margin-right: -6px;
  padding: 12px 0.5%;
}
.flex-component-page-usage-mobile-data-container-top-total-used,
.flex-component-page-usage-mobile-data-container-top-total-percentage,
.flex-component-page-usage-mobile-call-container-top-total-used,
.flex-component-page-usage-mobile-call-container-top-total-percentage,
.flex-component-page-usage-mobile-sms-container-top-total-used,
.flex-component-page-usage-mobile-sms-container-top-total-percentage {
  padding: 5px 1.5%;
  margin-top: 5px;
  color: #333;
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
.flex-component-page-usage-mobile-call-container-top-total-used-extra,
.flex-component-page-usage-mobile-call-container-top-total-percentage-extra,
.flex-component-page-usage-mobile-data-container-top-total-used-extra,
.flex-component-page-usage-mobile-data-container-top-total-percentage-extra {
  padding: 5px 1.5%;
  margin-top: 5px;
  color: #f00;
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
.flex-component-page-usage-mobile-data-container-top-total-allowed-value,
.flex-component-page-usage-mobile-data-container-top-total-used-value,
.flex-component-page-usage-mobile-data-container-top-total-used-percentage-value,
.flex-component-page-usage-mobile-call-container-top-total-allowed-value,
.flex-component-page-usage-mobile-call-container-top-total-used-value,
.flex-component-page-usage-mobile-call-container-top-total-used-percentage-value,
.flex-component-page-usage-mobile-sms-container-top-total-allowed-value,
.flex-component-page-usage-mobile-sms-container-top-total-used-value,
.flex-component-page-usage-mobile-sms-container-top-total-used-percentage-value {
  font-size: 14px;
  color: #333;
  padding-right: 20px;
}
.flex-component-page-usage-mobile-call-container-top-total-used-value-extra,
.flex-component-page-usage-mobile-data-container-top-total-used-value-extra,
.flex-component-page-usage-mobile-sms-container-top-total-used-value-extra {
  font-size: 14px;
  color: #f00;
  padding-right: 20px;
}
a.flex-component-page-usage-mobile-data-container-top-link,
a.flex-component-page-usage-mobile-call-container-top-link,
a.flex-component-page-usage-mobile-sms-container-top-link {
  cursor: pointer;
  clear: left;
  float: right;
  -moz-user-select: none;
  background-color: #ffbf00;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
a.flex-component-page-usage-mobile-data-container-top-link:hover,
a.flex-component-page-usage-mobile-call-container-top-link:hover,
a.flex-component-page-usage-mobile-sms-container-top-link:hover {
  text-decoration: none;
}
.flex-component-page-usage-mobile-data-container-table-info,
.flex-component-page-usage-mobile-call-container-table-info,
.flex-component-page-usage-mobile-sms-container-table-info,
.flex-customer-portal-component-faq-all-info,
.flex-component-page-invoice-payments-container-table-info-invoice,
.flex-component-page-invoice-payments-container-table-info-payment,
.flex-component-page-invoice-payments-container-table-info-adjustments,
.flex-component-page-unbilled-charges-container-table-info-charge,
.flex-component-page-unbilled-charges-container-table-info-services {
  display: inline-block;
  float: right;
}
/* LOGIN */
.login-body {
  background: url("img/template/bg.png") repeat;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
}
.login-container_wide {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.login-container {
  padding: 0px;
  margin: 135px auto 220px auto;
  max-width: 1000px;
  background: #fff;
  min-height: 580px;
}
.login-container h1 {
  font-size: 30px;
  color: #000;
  padding: 25px 0px 0px 0px;
  text-align: center;
  font-weight: 300;
  margin-top: 10px 0px 0px 0px;
}
.login-logo {
  padding: 0px;
  margin: 0px auto;
}
.login-logo a {
  text-align: none;
  outline: none;
  border: none;
  min-height: 76px;
  min-width: 204px;
  display: block;
  text-align: center;
  padding: 54px 0px 0px 0px;
  margin: 0px auto;
}
.login-cont {
  padding: 0px;
  margin: 0px auto;
  min-height: 295px;
  max-width: 475px;
  display: block;
}
.login-cont input[type=text] {
  background: url("img/template/username.png") no-repeat left;
  padding: 0px 0px 0px 50px;
  margin: 0px auto;
  font-size: 20px;
  color: #bfbfbf;
  width: 87%;
  min-height: 80px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffbf00;
  font-weight: 300;
  outline-style: none;
}
.login-cont input[type=password] {
  background: url("img/template/password.png") no-repeat left;
  padding: 0px 0px 0px 50px;
  margin: 0px auto;
  font-size: 20px;
  color: #bfbfbf;
  width: 87%;
  min-height: 80px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffbf00;
  font-weight: 300;
  outline-style: none;
}
.login-button-sub {
  padding: 0px;
  margin: 30px auto 0px auto;
  display: block;
  height: 62px;
  width: 243px;
  color: #fff;
  background: #ffbf00;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.login-button-sub:hover {
  background: #FfF8b5;
}
.login-container-link-cont {
  padding: 0px;
  margin: 0px auto 50px auto;
  min-height: 40px;
  max-width: 243px;
}
.login-container-link-cont a.left {
  color: #ababab;
  text-decoration: underline;
  float: left;
}
.login-container-link-cont a.right {
  color: #ababab;
  text-decoration: underline;
  float: right;
}
.IncorrectLogin {
  text-align: center;
  color: #d30;
  font-weight: bold;
}
/* RESIGSTRATION */
#portal-user-registration {
  width: 100%;
  margin: 0 auto;
}
#portal-user-registration h3 {
  text-align: center;
  font-weight: normal;
  color: #525252;
  font-size: 18px;
}
#portal-user-registration fieldset {
  overflow: hidden;
  padding: 80px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: none;
}
#portal-user-registration {
strong
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
#portal-user-registration .-invalid {
  margin-top: 0.4em !important;
  padding: 2px 4px !important;
  background: #ffecf0;
  color: #111;
  border: 1px solid #d30;
  display: block;
}
#portal-user-registration-error.-invalid {
  margin-bottom: 0.4em !important;
}
#portal-user-registration-buttons {
  text-align: center;
}
#portal-user-registration-buttons button {
  display: inline;
}
.portal-user-registration-link {
  color: #ababab;
  text-decoration: none;
}
.portal-user-registration-instructions {
  padding-left: 35px;
}
.flex-customer-portal-component-faq-all-container {
  width: 100%;
}
.flex-customer-portal-component-faq-all-pagination,
.flex-customer-portal-component-faq-pagination {
  margin-left: 4px;
  padding: 10px 5%;
  text-align: left;
  background: #ffbf00;
  color: #fff;
  width: 90%;
}
.flex-customer-portal-component-faq-all-pagination button,
.flex-customer-portal-component-faq-pagination button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 0px;
  margin-left: 1px;
  cursor: pointer;
}
/* Support */
#flex-component-user-support-submit-button-handler {
  display: none;
}
.flex-component-user-support-footer-table {
  width: 100%;
  margin-top: 25px;
}
#flex-component-user-support-service-address-details-container {
  display: none;
}
.flex-component-user-support-noaccordion,
.flex-component-user-support-noaccordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-component-user-support-noaccordion {
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  border-radius: 3px;
}
.flex-component-user-support-noaccordion-section-title {
  width: 100%;
  padding: 10px 30px;
  display: inline-block;
  transition: all linear 0.15s;
  font-size: 14px;
  color: #525252;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  min-height: 65px;
  background-color: #ffbf00;
  background-image: url("./img/arrow-right.png");
  background-position: left 4px center;
  background-repeat: no-repeat;
}
.flex-component-user-support-noaccordion-section-title.active,
.flex-component-user-support-noaccordion-section-title:hover {
  background: #ffbf00;
  color: #fff;
  text-decoration: none;
  background-image: url("./img/arrow-down.png");
  background-position: left 4px center;
  background-repeat: no-repeat;
}
.flex-component-user-support-noaccordion-section-content {
  padding: 15px;
  display: none;
  width: 100%;
  background-color: #fff;
  color: #525252;
  font-size: 10pt;
  line-height: 16pt;
  box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.2), inset 0px -1px 0px 0px rgba(0,0,0,0.4);
}
.noaccordion {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  overflow: hidden;
}
.no-accordion-section-content {
  padding: 15px;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #525252;
  font-size: 10pt;
  line-height: 16pt;
  box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.2), inset 0px -1px 0px 0px rgba(0,0,0,0.4);
}
.no-accordion-section-title {
  width: 100%;
  padding: 10px 30px;
  display: inline-block;
  transition: all linear 0.15s;
  font-size: 14px;
  text-shadow: 0px 1px 0px #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  min-height: 65px;
  background-color: #ffbf00;
  background-image: url("./img/arrow-down.png");
  background-position: left 4px center;
  background-repeat: no-repeat;
}
#formText {
  color: #525252;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
}
.extraLabel {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 0;
  padding: 0 0 10px;
}
.fw-datepicker .fw-popup-content {
  padding: 0;
}
.fw-datepicker .bar {
  width: 100%;
  color: #fff;
  background-color: #ffbf00;
  text-align: left;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-repeat: repeat-x;
  font-weight: bold;
  text-align: center;
}
.fw-datepicker .bar img {
  display: none;
}
.fw-datepicker .dateChooser {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  border: 0.1em solid #d1d1d1;
  background-color: #ffbf00;
  border-spacing: 0;
  font-size: 14px;
  border: none;
}
.fw-datepicker .dateChooser > thead {
  color: #fff;
  background-color: #499fcf;
  text-align: left;
}
.fw-datepicker .dateChooser > thead > tr > th {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-repeat: repeat-x;
  font-weight: bold;
}
.fw-datepicker .dateChooser > tbody {
  vertical-align: top;
  font-size: inherit;
}
.fw-datepicker .dateChooser > * > tr > td,
.fw-datepicker .dateChooser > * > tr > th {
  vertical-align: top;
  padding: 0.25em 0.5em;
  font-size: inherit;
}
.fw-datepicker .dateChooser > tbody > tr > td,
.fw-datepicker .dateChooser > tbody > tr > th {
  background-color: #fff;
  color: #333;
}
.fw-datepicker .dateChooser > tbody > tr:nth-child(even) > td,
.fw-datepicker .dateChooser > tbody > tr:nth-child(even) > th {
  background-color: #ddd;
}
.fw-datepicker .dateChooser > tfoot {
  color: #fff;
  background-color: #499fcf;
  text-align: left;
  text-align: right;
}
.fw-datepicker .dateChooser > tfoot a:link {
  color: #fff;
}
.fw-datepicker .dateChooser td {
  text-align: center;
}
.fw-datepicker .dateChooser td:first-child {
  text-align: left;
}
.fw-datepicker .dateChooser tr:first-child td,
.fw-datepicker .dateChooser tr:first-child th {
  background: none;
  font-weight: bold;
  color: #fff;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-repeat: repeat-x;
  font-weight: bold;
}
.fw-datepicker-active-today {
  font-weight: bold;
}
.fw-datepicker-active {
  cursor: pointer;
}
.fw-control-datetime-launch-icon {
  margin: -0.5ch !important;
  padding: 0 !important;
  transform: translateX(-100%);
}
#portal-user-registration {
  width: 100%;
}
#portal-user-registration input[type=text],
#portal-user-registration input[type=password],
#portal-user-registration input[type=email] {
  padding: 0px 0px 0px 20px;
  margin: 0px auto;
  font-size: 20px;
  color: #bfbfbf;
  width: 87%;
  min-height: 50px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffbf00;
  font-weight: 300;
  outline-style: none;
}
#portal-user-registration h2 img {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}
#portal-user-registration .form-group label {
  min-height: 50px;
  padding-top: 10px;
  font-size: 20px;
}
#submitButtonHandler .general-button {
  margin-left: 5px;
  color: #fff;
  background-color: #ffbf00;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  float: right;
}
#portal-user-registration-mask {
  position: absolute;
  z-index: 9000;
  margin-top: -135px;
  background-color: #000;
  display: none;
}
#portal-user-registration-boxes .portal-user-registration-window {
  position: fixed;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
}
#portal-user-registration-boxes .portal-user-registration-window p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #90d49a;
}
#portal-user-registration-boxes #portal-user-registration-dialog {
  width: 375px;
  height: 130px;
  background: #fff none repeat scroll 0 0;
  border: 15px solid #bebebe;
}
@media screen and (max-width: 830px) {
  #container-left {
    clear: both;
    width: 100%;
  }
  #container-left div {
    display: block;
  }
  #container-left ul {
    display: none;
  }
  #container-right {
    clear: both;
    padding: 10px 0 0 0;
    width: 100%;
  }
  #container-right .flex-component-page-usage {
    width: 97%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 970px) {
  .header-shadow {
    background: none;
    border-bottom: 2px solid #ffbf00;
  }
}
@media screen and (max-width: 1040px) {
  body {
    background: none;
  }
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
