@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #ebeff5;
    margin-top: 0;
}
a:active,
a:link,
a:visited {
    color: #000099;
    text-decoration: underline;
}
a:hover {
    color: #300;
    text-decoration: underline;
}
h1 {
	display: none;
}
h1 a:active,
h1 a:hover,
h1 a:link,
h1 a:visited {
    color: #23527C;
    text-decoration: none;
}
h2 {
    color: #000;
    font-size: 18px;
}
h3 {
    color: #000;
    margin: 5px 0;
    font-size: 16px;
}
#com-users-methods-list-container img {
	border: 0px;
}
img.com-users-method-image {
	border: 0px;
}
img {
    border: 1px solid #000;
}
img a {
    border: 1px solid #000;
}
img a:visited {
    border: 1px solid #000;
}
img a:hover {
    border: 1px solid #000;
}
img.noborder {
    border: 0;
}
div.floatLeft {
    float: left;
    margin: 0 15px 15px 0;
    text-align: center;
    font-size: 10px;
}
div.floatLeft.half {
    font-size: 16px;
    text-align: left;
    width: 48%;
}
div.floatRight {
    float: right;
    margin: 0 0 15px 15px;
    text-align: center;
    font-size: 10px;
}
div.floatRight.half {
    font-size: 16px;
    text-align: left;
    width: 48%;
}
div.floatLeftClear {
    float: left;
    clear: left;
    margin: 0 15px 15px 0;
    text-align: center;
    font-size: 10px;
}
div.floatRightClear {
    float: right;
    clear: right;
    margin: 0 0 15px 15px;
    text-align: center;
    font-size: 10px;
}
img.floatLeft {
    float: left;
    margin: 0 15px 15px 0;
}
img.floatRight {
    float: right;
    margin: 0 0 15px 15px;
}
img.floatLeftClear {
    float: left;
    clear: left;
    margin: 0 15px 15px 0;
}
img.floatRightClear {
    float: right;
    clear: right;
    margin: 0 0 15px 15px;
}
ul {
    list-style: outside disc;
    margin-left: 20px;
}
ul li {
    padding-bottom: 8px;
}
ol {
    margin-left: 20px;
}
ol li {
    padding-right: 20px;
}
ol.tac {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
ol.tac > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
ol.tac > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}
li.tac ol > li {
    margin: 0;
}
li.tac ol > li:before {
    content: counters(item, ".") " ";
}
hr {
    height: 1px;
    background: #3333FF;
    width: 100%;
    font-size: 1px;
    overflow: hidden;
    border-style: none;
}
#pagecontainer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#header {
	background: #244061;
    text-align: center;
    z-index: 101;
    position: sticky;
	top: 0px;
	height: 52px;
	clear: both;
}
#container {
    line-height: 150%;
	flex: 1;
	padding-bottom: 35px;
}
#left {
    width: 185px;
	border-right: 1px solid #b6b6d3;
	font-size: 12px;
    background: #ffffff;
	position: fixed;
    left: 0px;
    top: 56px;
	overflow-x: hidden;
	overflow-y: auto;
	height: -moz-calc(100% - 56px);
	height: -webkit-calc(100% - 56px);
	height: -o-calc(100% - 56px);
	height: calc(100% - 56px);
	z-index: 1;
}
#contentbg {
	flex-grow: 1;
	background: #ebeff5;
    padding: 30px;
	margin-left: 181px;
}
#content {
	background: #ffffff;
    padding: 20px;
	border: 1px solid #b6b6d3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#logo {
    float: left;
    margin-top: 3px;
    color: #FFF;
    text-align: right;
    font-size: 12px;
}
#pagetitle {
    float: left;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
    margin: 14px 0px 0px 20px;
}
#shopcart {
    margin: 17px 5px 0px 0px;
	float: right;
}

#shopcart a {
	border: 1px solid #426a99;
    padding: 12px;
    text-decoration: none;
    background-image: url('../images/shopcart.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
	color: #FFFFFF;
	background-color: #395a81;
    border-radius: 2px;
}
#shopcart a:hover {
    border: 1px solid #4E87CB;
	color: #4E87CB;
	background-image: url('../images/shopcarthover.png');
}
.cart-text {
    margin-left: 30px;
    top: 5px;
    position: relative;
    font-weight: 700;
}
.cart-qty {
    position: relative;
    left: 14px;
    top: -10px;
    font-weight: 700;
}
#loginname {
	text-align: center;
}
#loginname i {
}
.loginagree {
	font-size: 12px;
}
.ui.message.visible.error {
	color: #712b29;
	background-color: #f7dddc;
	border-radius: 5px;	
	border: 1px solid #f4cfce;
	margin-bottom: 15px;
}
.ui.compact.menu {
	display: inline-flex;
}
.ui.message.visible.error li {
	list-style: none;
}
.ui.secondary.menu .item {
	padding: 4px;
    min-width: 24px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-right: -1px;
	font-size: 14px;
}
.ui.secondary.menu .item.active {
	background-color: #4B78EC;
    border-color: #4B78EC;
	color: #FFF;
}
.ui.compact.menu a.item {
	color: #4B78EC;
	text-decoration: none;
}
.ui.compact.menu a.item:hover {
	background-color: #DDD;
}
.ui.dropdown {
	color: #4B78EC;
    cursor: pointer;
    display: inline-block;
}
.ui.dropdown .menu .item {
	display: block;
	padding: 3px 5px;
    text-decoration: none;
}
.ui.dropdown .menu .item:hover {
	background-color: #DDD;
}

.ui.icon.top.left.dropdown.pointing .menu {
	display:none;
	position: absolute;
	cursor: auto;
    background: #FFF;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 4px;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: 11;
	margin-top: -240px;
}
.header-navButton .fa-bars {
	display: inline;
}
#loginname .fa-user {
	font-size: 26px;
    color: #1a38c9;
}
li.nav-item {
    cursor: pointer;
    padding: 16px 0px 0px 0px;
    position: relative;
    list-style-type: none;
    font-size: 14px;
}
.sidemenu .fa-search {
	margin-top: 6px;
}
.sidemenu .fa-tachometer {
	color: #fff;
    background: #2eab15;
    width: 24px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
	border-radius: 2px;
}
.sidemenu .fa-unlock-alt {
	color: #fff;
    background: #9d892a;
    width: 24px;
    height: 17px;
    text-align: center;
    padding-top: 4px;
	border-radius: 2px;
}
.sidemenu .fa-list {
	color: #fff;
    background: #9f32ba;
    width: 24px;
    height: 17px;
    text-align: center;
    padding-top: 4px;
	border-radius: 2px;
}
.sidemenu .fa-print {
	color: #fff;
    background: #0f9171;
    width: 24px;
    height: 17px;
    text-align: center;
    padding-top: 4px;
	border-radius: 2px;
}
.sidemenu .fa-bar-chart {
	color: #fff;
    background: #215fa4;
    width: 24px;
    height: 17px;
    text-align: center;
    padding-top: 4px;
	border-radius: 2px;
}
.sidemenu .fa-cog {
	color: #fff;
    background: #999999;
    width: 24px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
	border-radius: 2px;
}
.sidemenu .fa-shopping-cart {
	color: #fff;
    background: #20a7db;
    width: 24px;
    height: 18px;
    text-align: center;
    padding-top: 3px;
	border-radius: 2px;
}
.sidemenu .fa-question {
	color: #fff;
    background: #995226;
    width: 24px;
    height: 17px;
    text-align: center;
    padding-top: 4px;
	border-radius: 2px;
}
.sidemenu .fa-power-off {
	color: #fff;
    background: #d6345f;
    width: 24px;
    height: 17px;
    text-align: center;
    padding-top: 4px;
	border-radius: 2px;
}
.sidemenu .fa-angle-right {
	margin: -3px 5px 0px 3px;
	font-size: 16px;
}
.sidemenu .menutitle {
	margin-left: 3px;
}
.sidemenu ul {
    list-style-type: none;
	margin-left: 0px;
	border-bottom: 1px solid #999999;
}
.sidemenu ul li {
	color: #000099;
	border-top: 1px solid #999999;
	cursor: pointer;
    padding: 16px 0px 0px 0px;
	position: relative;
}
.sidemenu ul li .menutitle {
	margin-bottom: 10px;
	margin-left: 37px;
}
.sidemenu ul li:hover {
	background: #9bb5ff;
}
.sidemenu ul .nav-search:hover {
	background: none;
}
.sidemenu ul ul {
    list-style-type: none;
	margin-left: 0px;
	display: none;
	background: #ebebeb;
	border-bottom: 0px;
}
.sidemenu ul ul li {
	padding: 10px 0px 10px 30px;
	border-top: 1px dotted #CCCCCC;
}
.sidemenu ul ul li:hover {
	background: #9bb5ff;
}
.sidemenu ul ul .menutitle {
	margin-left: 0px;
}
.sidemenu .admin-show.showing {
	display: block;
}
.sidemenu .upload-show.showing {
	display: block;
}
.sidemenu .debt-show.showing {
	display: block;
}
.sidemenu .account-show.showing {
	display: block;
}
.sidemenu ul li i {
	margin: -6px 5px 0px 5px;
	font-size: 14px;
	position: absolute;
	width: 20px;
    text-align: center;
}
.sidemenu ul li span {
	position: relative;
    top: -7px;
}
.sidemenu ul ul li i {
	margin: 0px 2px 0px 15px;
	font-size: 10px;
	position: relative;
    text-align: center;
}
.sidemenu ul ul li span {
	position: relative;
    top: 1px;
}
.sidemenu a {
	text-decoration: none;
}
.sidemenu .dropdown {
	position: absolute;
    right: 12px;
	font-weight: 900;
}
.sidemenu .rotate {
	transform: rotate(90deg);
}
#footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #b6b6d3;
    padding: 10px 20px;
    color: #333333;
	text-align: center;
	font-size: 12px;
	margin-left: 186px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
.navSearch {
	width: 130px;
    height: 20px;
    position: relative;
    margin: 0px 0px 16px 30px;
    padding: 2px;
    border: 1px solid #cfcfcf;	
}
.debtSearch {
	width: 130px;
    height: 20px;
    position: relative;
    margin: 0px;
    padding: 2px;
    border: 1px solid #cfcfcf;	
}
#headernavButton {
	display: none;	
}
.header-navButton {
	float: left;
	padding: 12px;
    color: #FFFFFF;
    font-size: 24px;
	display: flex;
}
#status_info_show {
	display: inline;
    color: #000099;
    text-decoration: underline;
	cursor: pointer;
}
#status_info_hide {
	display: inline;
    color: #000099;
    text-decoration: underline;
	cursor: pointer;
}
.four-col-item {
    display: inline-block;
    width: 22%;
    margin: 0 1% 20px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    padding: 15px 5px;
}
.four-col-item h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFF;
}
.four-col-item li {
    list-style-type: none;
    font-size: 16px;
    line-height: 200%;
}
.four-col-item li a:active,
.four-col-item li a:link,
.four-col-item li a:visited {
    text-decoration: none;
}
.four-col-item li a:hover {
    text-decoration: underline;
}
.G3-body .fieldleft {
	margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
}
.G3-body .regsummary .fieldleft label {
	min-width: 220px;
}
.G3-body .regsummary input[type="radio"], .G3-body .regsummary input[type="checkbox"] {
	margin: 24px 0 0 20px;
}
.G3-body .fieldleft label {
	min-width: 460px;
    max-width: 460px;
    font-size: 20px;
    margin-top: 12px;
	float: left;
	text-align: left;
	margin-bottom: 0;
    padding-top: 7px;
}
.G3-body .regsummary .fieldleft label.error {
	margin-left: 270px;
    margin-top: -30px;
}
.G3-body .fieldleft label.error {
	color: #FF0000;
	font-size: 16px;
	font-style: italic;
	margin-left: 480px;
    margin-top: -14px;
	margin-right:250px;
}
#formerrors {
	border: 1px solid #000;
    padding: 10px;
	font-size: 14px;
	max-width: 920px;
    margin: 15px 20px;
}
#formerrors label.error {
    display: list-item;
	list-style-type: disc;
    list-style-position: inside;
    text-align: left;
	color: #FF0000;
}
.G3-body .fieldleft input[readonly], .G3-body .fieldleft input[disabled] {
	background-color: #EEEEEE;
    opacity: 1;
}
.G3-body .fieldleft textarea[readonly], .G3-body .fieldleft textarea[disabled] {
	background-color: #EEEEEE;
    opacity: 1;
}
.G3-body .fieldleft input, .G3-body .fieldleft select {
	background-color: #D8E2FD;
    border: 1px solid #333;
    width: 410px !important;
    margin: 9px 20px;
    color: #000;
    height: 45px !important;
	padding: 6px 12px;
	font-size: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	float: left;
}
.G3-body .fieldleft textarea {
	background-color: #D8E2FD;
    border: 1px solid #333;
    width: 410px !important;
    margin: 12px 20px;
    color: #000;
	padding: 6px 12px;
	font-size: 14px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.G3-body .fieldleft.dtr {
	margin: 0px;
}
.G3-body .fieldleft.dtr label {
	min-width: 260px;
    max-width: none;
    font-size: 16px;
    padding-top: 0px;
	margin-top: 4px;
}
.G3-body .fieldleft.dtr label.error {
	margin-left: 0px;
    margin-top: 6px;
}
.G3-body .fieldleft.dtr input, .G3-body .fieldleft.dtr select {
    width: 300px !important;
    margin: 0px 10px 4px 10px;
    height: 32px !important;
}
.G3-body .fieldleft.dtr textarea {
    width: 300px !important;
    margin: 0px 10px 6px 10px;
	float: left;
}
.G3-body .fieldleft.dtr .importantfield {
	background-color: red;
}

#footerbg {
    background: #244061;
	padding: 4px;
	position: fixed;
    bottom: 0px;
    height: 30px;
}
#menubottom {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    color: #FFFFFF;
    width: 100%;
    clear: both;
    text-align: right;
}
.bottom_menu {
    border-right: 1px dotted #fff;
}
.bottom_menu a:link {
    text-decoration: none;
    color: #FFF;
}
.bottom_menu a:visited {
    text-decoration: none;
    color: #FFF;
}
.bottom_menu a:hover {
    text-decoration: underline;
    color: #3333FF;
}
.bottom_menu li {
    display: inline;
    list-style-type: none;
    padding: 0 10px;
    border-left: 1px dotted #FFF;
}
#fsb {
    float: left;
}
#comodo {
    float: left;
}
.cc_container {
    text-align: center;
}
[class*="span"] {
    float: left;
    min-height: 1px;
}
.readmore {
    width: 116px;
    margin: 10px 0;
    text-align: center;
}
.readmore a:active,
.readmore a:link,
.readmore a:visited {
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.readmore a:hover {
    color: #fff;
    text-decoration: none;
}
.readmore.account {
    width: 160px;
}
.grow {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.grow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none !important;
}
.tooltip {
    position: fixed;
    visibility: hidden;
}
.edit-icon {
    display: none;
}
table.comparison td.desc {
    padding: 5px 45px 5px 0;
}
.G3-body table {
    border-collapse: separate !important;
    border-spacing: 2px;
}
.G3-body .tableouter.epdfsettings {
	margin-top: 12px;
	width: auto;
}
.G3-body .epdfsettings .tbrowhead {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
.G3-body .tableouter.epdfsettings td {
	padding: 3px;
}
.G3-body .epdfsettings .inputvalue {
	font-size: 12px;
    text-align: center;
    height: 54px;
}
.G3-body .epdfsettings input[type="checkbox"]{
	margin: 0px;
}

.G3-body .tableouter.securitysettings {
	margin-top: 12px;
	width: auto;
}
.G3-body .securitysettings .tbrowhead {
	font-weight: normal;
}
.G3-body .tableouter.securitysettings td {
	padding: 3px;
}
.G3-body .securitysettings .textlabel {
	width: 400px;
	text-align: left;
	font-size: 14px;
}
.G3-body .securitysettings .textlabel.corres {
	width: 400px;
}
.G3-body .securitysettings .inputvalue {
	font-size: 14px;
	width: 98px;
    text-align: center;
    height: 54px;
}
.G3-body .securitysettings .inputvalue.corres {
	width: 300px;
}
.G3-body .securitysettings input {
	width: 100% !important;
    height: 30px !important;
    font-size: 10px;
    padding: 4px;
    margin: 0px;
    text-align: center;
}
.G3-body .securitysettings input[type="checkbox"]{
	margin: 0px;
}
.G3-body .securitysettings .hover-text {
	font-size: 18px;
}
.G3-body .securitysettings .hover-text .fa{
	margin-left: 2px;
}

.G3-body .gcore-form-row.security .gcore-label-left.correspondence {
	min-width: 400px;
    max-width: 400px;
}
.G3-body .gcore-form-row.security .gcore-input.correspondence {
	width: 300px;
}
.G3-body .gcore-form-row.security .form-control.correspondence {
	width: 290px !important;
}
.G3-body .gcore-form-row.security.light {
	background-color: #D8E2FD;
	margin-bottom: 2px;
}
.G3-body .gcore-form-row.security.dark {
	background-color: #A6BAFB;
	margin-bottom: 2px;
}
.G3-body .hidden {
	display: none !important;
}
.tablesaw {
    border-collapse: separate;
    border-spacing: 2px;
}
.tableouter {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    border: 1px solid #000 !important;
    background-color: #FFF !important;
    color: #000;
}
.tableouter th {
    text-align: center !important;
}
.tableouter th a {
    color: #000;
    text-decoration: none;
}
.tableouter th a:hover {
    color: #633;
}
.tableouter td {
    padding: 7px;
}
.tableouter td.center {
    text-align: center;
}
.tbrowhead {
    background-color: #4B78EC;
    color: #000;
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.darkrow {
    background-color: #A6BAFB;
    color: #000;
    padding: 5px;
}
.lightrow {
    background-color: #D8E2FD;
    color: #000;
    padding: 5px;
}
.darkrow:hover {
    background-color: #0070c0;
}
.lightrow:hover {
    background-color: #0070c0;
}
.lightrownohover {
	background-color: #D8E2FD;
}
.tableouter.products {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.tableouter.products tr {
    height: 60px;
}
.tableouter.products td {
    width: 25%;
}
.tableouter.howmuch {
    width: 50%;
}
.tableouter td.popular {
    background-color: #110080;
    font-weight: bold;
    color: #FFF;
}
.accountsumleft {
    float: left;
    width: 49%;
    font-size: 14px;
}
.accountsumright {
    float: right;
    width: 49%;
    font-size: 14px;
}
.tableouter.account {
    border-collapse: separate !important;
    border-spacing: 2px;
    width: 100%;
}
.tableouter.account td {
    padding-right: 20px;
    width: 60%;
    text-align: left;
}
.shopcartall {
    padding-top: 15px;
}
.shopcartsummary {
    float: left;
    width: 70%;
    text-align: right;
    padding: 10px;
    margin-bottom: 15px;
}
.shopcartamount {
    float: right;
    width: 20%;
    text-align: right;
    padding: 10px;
    border: 1px solid #000;
}
.shopcartamount.total {
    font-weight: bold;
    font-size: 20px;
}
.shopcartpay {
    clear: both;
    float: right;
}
.tableouter.invoices {
    font-size: 14px;
}
.tableouter.debts {
    font-size: 14px;
}
.tableouter.accounts {
    font-size: 12px;
}
.tableouter.status {
    font-size: 14px;
}
.fancybox img {

}
.fancybox-skin .tablesaw-cell-label {
    display: none;
}
.fancybox-inner img {
    border: 0;
}
.fancybox-inner {
    background-color: #FFF;
}
#ezblog-body .blog-option li.print a {
    background: url('../images/print.png') 7px no-repeat;
    text-decoration: none;
    border: 1px dotted #3333FF;
    padding: 7px 7px 7px 29px;
    font-size: 12px;
    display: inline;
}
#ezblog-body .blog-option li.printeb {
    display: none;
}
#ezblog-head {
    margin-bottom: 0;
}
#ezblog-head .component-links {
    margin: 12px;
}
#ezblog-head .component-links a:hover {
    color: #fff;
}
#eblog-wrapper #ezblog-head .component-title {
    font-family: Arial, 'Open Sans', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: left;
    line-height: 42px;
    border: 1px solid #000 !important;
    padding-left: 15px;
    background: linear-gradient(#5CB5F5, #0070C0);
    -webkit-linear-gradient(#5CB5F5, #0070C0);
    -o-linear-gradient(#5CB5F5, #0070C0);
    -moz-linear-gradient(#5CB5F5, #0070C0);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#ezblog-body .blog-post {
    padding: 0;
}
#ezblog-body .blog-post .blog-title {
    font-size: 20px;
    color: #66CCFF;
    font-weight: 700;
    text-align: left;
    background: #333;
    padding: 10px;
    margin: 0;
}
#ezblog-body .blog-post .blog-title a,
#ezblog-body .blog-post .blog-title a:hover {
    color: #66CCFF;
    font-size: 20px;
}
#ezblog-body .blog-read .blog-title {
    font-size: 20px;
    color: #66CCFF;
    font-weight: 700;
    text-align: left;
    background: #333;
    padding: 10px;
    margin: 0;
}
#ezblog-body .blog-text {
    text-align: justify;
}
#eblog-dialog .mtm,
#eblog-wrapper .mtm {
    margin-top: 0;
    text-align: justify;
}
#ezblog-body .blog-post-in {
    padding-bottom: 20px;
}
#ezblog-body .blog-post + .blog-post {
    border-top: 0;
    margin-top: 5px;
}
#ezblog-posts .blog-meta {
    width: 100%;
    color: #000;
    text-align: right;
    float: left;
}
#ezblog-body .blog-meta > .in {
    padding: 0;
    background: none;
}
#ezblog-posts .blog-meta a {
    color: #000;
    font-style: italic;
}
#ezblog-body .blog-meta {
    width: 100%;
    color: #000;
    text-align: right;
    float: left;
    font-size: 80%;
    margin: 2px 0 7px;
}
#ezblog-body .blog-meta a {
    color: #000;
    font-style: italic;
}
#eblog-dialog .mts,
#eblog-wrapper .mts {
    float: right;
}
#ezblog-body .blog-brief {
    border-bottom: 0;
}
#eblog-dialog .ptl,
#eblog-wrapper .ptl {
    padding-top: 0;
}
#eblog-dialog .pbl,
#eblog-wrapper .pbl {
    padding-bottom: 0;
}
.ezb-mod .mod-post-title {
    line-height: 100%;
}
.ezblog-latestpost .mod-post-content {
    line-height: 135%;
}
.ezb-mod .mod-item {
    padding: 0 !important;
}
.ezb-mod .mod-post-content {
    text-align: justify;
    margin: 5px 0 0;
}
#ezblog-posts .blog-image {
    margin: 0 40px 1px 0;
    padding: 0;
    border: 0;
    background: none;
}
#eblog-wrapper a.easyblog-thumb-preview img {
    border: 1px solid #000;
    padding: 0;
}
.ezb-mod .mod-post-meta.small {
    display: none;
}
#eblog-dialog .mtl,
#eblog-wrapper .mtl {
    margin-top: 0;
}
.contact-container {
    float: left;
    width: 35%;
    margin-bottom: 20px;
}
.contact-container img {
    border: 0;
}
.contact-form {
    float: right;
    padding: 10px;
    background-color: #E4E4E4;
    color: #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #000;
}
.contact-form h2 {
    font-size: 16px;
    color: #66CCFF;
    font-weight: 700;
    text-align: left;
    background: #333;
    padding: 10px;
    margin: 0 0 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.contact-section {
    padding-top: 11px;
}
#chronoform-update_account .form-control.next-step {
    height: 50px !important;
    width: 140px !important;
    cursor: pointer;
    margin: 5px 20px;
}
#chronoform-update_account .form-control.prev-step {
    height: 50px !important;
    width: 140px !important;
    cursor: pointer;
    margin: 5px 20px;
}
#chronoform-update_account .form-control {
    margin: 0 10px;
    height: 32px !important;
    width: 300px !important;
}
#chronoform-update_account .gcore-label-left {
    min-width: 210px;
    max-width: none;
    font-size: 16px;
    padding-top: 0;
}
#chronoform-debt_single_open .gcore-label-left {
    min-width: 220px;
    max-width: none;
}
#chronoform-debt_single_open #vulnerable {
    margin: 13px 418px 13px 20;
}
#chronoform-debt_single_closed .gcore-label-left {
    min-width: 160px;
    max-width: none;
}
#chronoform-debt_single_followup .gcore-label-left {
    min-width: 160px;
    max-width: none;
}
#chronoform-debt_single_litigation .gcore-label-left {
    min-width: 160px;
    max-width: none;
}
#chronoform-debt_single_trace .gcore-label-left {
    min-width: 160px;
    max-width: none;
}
#chronoform-debt_single_litigation_payment .gcore-label-left {
    min-width: 160px;
    max-width: none;
}
#chronoform-invoice_single .form-control.next-step {
    height: 50px !important;
    width: 140px !important;
    cursor: pointer;
    margin: 5px 20px;
}
#chronoform-invoice_single .form-control.prev-step {
    height: 50px !important;
    width: 140px !important;
    cursor: pointer;
    margin: 5px 20px;
}
#chronoform-invoice_single .form-control {
    margin: 0 10px;
    height: 32px !important;
    width: 300px !important;
}
#chronoform-invoice_single .gcore-label-left {
    min-width: 210px;
    max-width: none;
    font-size: 16px;
    padding-top: 0;
}
#chronoform-debt_multiple .form-control.next-step {
    height: 50px !important;
    width: 160px !important;
    cursor: pointer;
}
#chronoform-debt_multiple .form-control.prev-step {
    text-align: center;
    height: 50px !important;
    width: 160px !important;
    cursor: pointer;
}
#chronoform-debt_multiple .form-control {
    margin: 0 10px;
    height: 32px !important;
    width: 300px !important;
}
#chronoform-debt_multiple .gcore-label-left {
    min-width: 210px;
    max-width: none;
    font-size: 16px;
    padding-top: 0;
}
#chronoform-debt_multiple textarea.form-control {
    height: auto !important;
}
#chronoform-debt_multiple #cadpupload {
    height: auto !important;
}
#chronoform-super_debt_single_notclosed_edit .form-control.next-step {
    height: 50px !important;
    width: 140px !important;
    cursor: pointer;
    margin: 5px 20px;
}
#chronoform-super_debt_single_notclosed_edit .form-control.prev-step {
    height: 50px !important;
    width: 140px !important;
    cursor: pointer;
    margin: 5px 20px;
}
#chronoform-super_debt_single_notclosed_edit .form-control {
    margin: 0 10px;
    height: 32px !important;
    width: 300px !important;
}
#chronoform-super_debt_single_notclosed_edit textarea.form-control {
    height: 50px !important;
}
#chronoform-super_debt_single_notclosed_edit .gcore-label-left {
    min-width: 260px;
    max-width: none;
    font-size: 16px;
    padding-top: 0;
}
#chronoform-super_debt_single_notclosed_edit .headerinfo {
    min-width: 310px;
    font-size: 16px;
    padding: 6px;
    font-weight: bold;
    border: 2px solid #000;
    float: left;
    background-color: #3333FF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.complaintinfotext {
	width: 93%;
	text-align: left;
    font-size: 12px;
    border: 1px solid #666666;
    padding: 10px;
    color: #666666;
    margin-bottom: 20px;
}
#additionalinfo {
    position: -webkit-sticky;
    position: sticky;
    top: 46px;
    background-color: #D8E2FD;
    border: 1px solid #333;
    padding: 5px;
    width: 304px;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}
#G3-bodyheader {
    width: 100%;
}
#recommendedaction {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	text-align: left;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #868686;
	border-radius: 4px;
}
#recommendedactionto {
	display: block;
	padding: 9.5px;
	margin: 5px 0 10px 0;
	font-size: 16px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #868686;
	border-radius: 4px;
}
.G3-body p {
    font-size: 14px;
    margin: 0 0 10px;
}
#chronoform-update_password .form-control {
    margin: 5px 0;
}
#chronoform-update_password #idsubmit {
    margin: 5px 20px;
}
#chronoform-update_password #id-cancel {
    margin: 5px 20px;
}
.G3-body #idupanother {
    width: 180px !important;
    float: left;
    cursor: pointer;
}
.G3-body #idprcheckout {
    width: 180px !important;
    float: right;
    cursor: pointer;
}
.G3-body #idupanother a {
    text-decoration: none;
    color: #000;
    position: relative;
    top: 6px;
}
.G3-body #idprcheckout a {
    text-decoration: none;
    color: #000;
    position: relative;
    top: 6px;
}
.G3-body .form-control {
    background-color: #D8E2FD;
    border: 1px solid #333;
    width: 410px !important;
    margin: 5px 20px;
    color: #000;
    height: 45px !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.G3-body label {
    font-weight: 400;
}
.G3-body .gcore-form-row > .gcore-label-checkbox.gcore-label-left {
    width: 220px !important;
    max-width: none;
}
.G3-body .help-block {
	margin: -14px 0 0 480px;
    line-height: 120%;
    font-size: 12px;
    width: 410px;
}
.G3-form .regsummary {
    width: 47%;
    margin: 10px 1%;
    padding: 0 15px;
    min-height: 370px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #CCC;
}
.G3-form #sumleft {
    float: left;
}
.G3-form #sumright {
    float: right;
}
.G3-form #form-row-id-optinmarketing,
.G3-form #form-row-id-optinemail {
    margin-bottom: 0;
}
#chronoform-debt_multiple .help-block {
    margin: 0 0 0 10px;
    width: auto;
}
.G3-body textarea.form-control {
    height: auto !important;
}
.register-nav .steps {
    width: 31%;
    display: inline-block;
    background-color: #66CCFF;
    padding: 10px 27px;
    margin: 20px 1%;
    font-size: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #000;
}
.register-nav .steps.active {
    background-color: #333;
    color: #FFF;
}
.register-nav .steps img {
    height: 50px;
}
.gtooltip.gvalidation-error-tip {
    background-color: #3333FF !important;
    border: 1px solid #000 !important;
}
.gvalidation-error-tip .gtooltip-arrow-border {
    border-color: #000 transparent transparent transparent !important;
}
.gvalidation-error-tip .gtooltip-arrow {
    border-color: #3333FF transparent transparent transparent !important;
}
.G3-body .form-control.next-step {
    text-align: center;
    width: 140px !important;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	float: left;
}
.G3-body .form-control.prev-step {
    cursor: pointer;
    text-align: center;
    width: 140px !important;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	float: left;
}
.G3-body .gcore-label-left {
    min-width: 460px;
    max-width: 460px;
    font-size: 20px;
    margin-top: 6px;
}
.visually-hidden:not(caption), {
    position: absolute !important;
}
.icon-eye, .icon-eye-slash {
	font-size: 16px;
    padding: 7px;
}
.form-control-feedback {
	display: none;
}
.form-check {
	margin-bottom: 20px;
}
.visually-hidden {
	position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
}
#fitem-id-previous,
#fitem15,
#fitem16,
#fitem20,
#fitem27,
#fitem30,
#fitem31,
#fitem32,
#fitem33 {
    width: 50%;
}
#form-row-multi-120 #fitem30 {
    width: auto;
}
#form-row-multi-56 #fitem16 {
    width: auto;
}
#fitem-id-submit {
    width: 50%;
    padding-right: 10px;
}
#fin-id-submit {
    width: 100%;
    padding-right: 15px;
}
#fin-id-previous {}
#id-submit {
    float: right;
    cursor: pointer;
    height: 50px !important;
    margin-top: 15px;
}
#id-previous {
    float: left;
    cursor: pointer;
    height: 50px !important;
    margin-top: 15px;
}
#id-submit a {
    text-decoration: none;
    color: #000;
}
#id-previous a {
    text-decoration: none;
    color: #000;
}
.G3-body {
	line-height: 150%;
}
.G3-body input {
	line-height: 150%;
}
.G3-body .hint {
    margin-left: -16px;
    margin-top: 6px;
}
.G3-body h1 {
	display:	none;
}
.G3-body .header {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.G3-body .uploadheaders {
	width: 960px;
	float:left;
}
.G3-body .headerinfo {
    color: #FFF;
    font-size: 22px;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #000;
    float: left;
    background-color: #0070C0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin-bottom:20px;
}
.G3-body .headernote {
    font-size: 20px;
    padding: 12px;
    font-weight: bold;
    border: 1px solid #000;
    float: left;
    margin-bottom: 20px;
	width: 960px;
}
.G3-body .allsteps {
	float:right;
}
.G3-body .stepcircle {
	border-radius: 50%;
	width: 42px;
	height: 42px;
	padding: 5px;
	background: #0070C0;
	border: 1px solid #000;
	color: #FFF;
	text-align: center;
	font: 26px Arial, sans-serif;
	margin: 0px 5px;
	float:right;
}
.G3-body .stepcircle a:active,
.G3-body .stepcircle a:link,
.G3-body .stepcircle a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.G3-body .stepcircle a:hover {
	color: #000000;
}
.gtooltip-close {
    margin-top: 0;
}
.gtooltip-content {
    padding-top: 4px;
    line-height: normal;
    text-align: left;
}
.G3-body .progress {
    margin-bottom: 0;
	margin-left: 480px;
	width: 410px;
	clear:both; 
}
.G3-body .showhidepw {
	width: 45px !important;
    margin-top: 9px;
    margin-left: -21px;
    border: 1px solid #666;
    height: 45px;
    padding-top: 13px;
    background-color: #D8E2FD;
}
.G3-body input[type="radio"],
.G3-body input[type="checkbox"] {
    margin: 20px 0 0 20px;
	height: auto !important;
	width: auto !important;
}
.G3-body #discount {
    width: 300px !important;
}
.G3-body #btndiscount {
    width: 65px !important;
}
.G3-body h2 {
    color: #000;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.G3-body ul.tabs {
  margin: 0 0 -1px 0;
  padding: 0px;
  list-style: none;
}
.G3-body ul.tabs li {
	border: 1px solid #000000;
    background-color: #9db4fe;
    text-decoration: none;
    color: #000000;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	margin-right: 2px;
    border-radius: 4px 4px 0 0;
}
.G3-body ul.tabs li:hover {
	background-color: #0070C0;
}
.G3-body ul.tabs li.current {
	color: #FFFFFF;
    background-color: #0070C0;
    border: 1px solid #000000;
    border-bottom-color: transparent;
    cursor: default;
}
.G3-body .tab-content {
	display: none;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 0 4px 4px 4px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
.G3-body .tab-content.current {
  display: inherit;
}
.G3-body .fixedinnercontent {
	height:375px;
}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 300px;
  color: #FFF;
  font-size: 14px;
  background-color: #000000;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  text-align: left;
  line-height: 1.4;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  padding: 5px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#tglright {
  top: -8px;
  left: 120%;
}

#tglright::before {
  top: 16px;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

.hover-text .fa {
	color: #2693FF;
    margin-left: 6px;
}

.ui.form select {
	border: 1px solid #666 !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
	line-height: 150% !important;
}
.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
	border: 1px solid #666 !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
	line-height: 150% !important;
}
.cc-search {
    margin: 8px 0 15px;
	float: left;
}
.cc-search #ccsearch {
    padding: 6px;
    font-size: 14px;
    width: 225px;
}
.cc-search #debtstatusfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 0px;
	display: inline;
}
.cc-search #bulkfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 0;
	display: inline;
}
.cc-search #customerfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 4px;
    margin-left: 10px;
	display: inline;
}
.cc-search #leftcustomerfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 4px;
	display: inline;
}
.cc-search #strategytypefilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 0px;
	display: inline;
}
.cc-search #dtrcatfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
	display: inline;
}
.cc-search #corcompfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
	display: inline;
}
.cc-search #corformatfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 4px;
	margin-left: 10px;
	display: inline;
}
.cc-search #corcatfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
	display: inline;
}
.cc-search #corsubcatfilter {
    padding: 6px;
    font-size: 14px;
    width: 225px;
    height: 40px;
    margin-top: 6px;
    margin-right: 4px;
	margin-left: 10px;
	display: inline;
}
.cc-search .ccbtndebt {
    width: 160px;
    margin-left: 10px;
	text-align: center;
    color: #000;
    text-decoration: none;
    padding: 6px;
    background: #AEC3FF;
    border: 1px solid #666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	line-height: 150%;
	cursor: pointer;
}
.cc-search .beforesubmit {
    width: 225px;
}
.cc-search .ccbtndebt.submit {
    margin-left: 239px;
    margin-top: 6px;
}
.pagetotal {
	width: 100%;
	text-align: right;
}
#limit {
    background-color: transparent;
    width: auto !important;
    margin: 0;
    height: auto !important;
    padding: 0;
    display: inline;
}
.gcore-datatable-list {
    display: inline;
}
.btnreset {
    background-image: url('../images/Reset.png');
    height: 28px;
    width: 77px;
    border: 0;
    position: relative;
    top: 8px;
    left: 10px;
    cursor: pointer;
}
.tableouter th.cc-hide {
    display: none;
}
.tableouter td.cc-hide {
    display: none;
}
.cc-dropdown {
    width: 215px;
    padding: 3px;
}
.cc-themis-dropdown {
	padding: 6px;
    font-size: 16px !important;
    width: 225px;
    height: 40px !important;
    margin-top: 6px !important;
    margin-right: 4px !important;
}
.debt_display {
    font-size: 14px;
}
#status_table {
    display: none;
}
.downloadbutton {
    float: right;
    line-height: normal;
    font-size: 14px;
    padding: 8px;
	margin-top: -42px;
    margin-bottom: 5px;
    background-color: #66CC66 !important;
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	cursor: pointer;
}
a:link.downloadbutton, a:hover.downloadbutton, a:active.downloadbutton {
	color: #000;
	text-decoration: none;
}
#toolbar-button-save {
	color: #FFFFFF;
    float: right;
    line-height: normal;
    font-size: 14px;
    padding: 27px 10px 0 !important;
    margin: 8px 0 15px !important;
    background-color: #3333FF !important;
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url('../images/Save.png') 50% 0 no-repeat;
	text-decoration:none;
	cursor: pointer;
}
#toolbar-button-epdf {
	color: #FFFFFF;
    float: right;
    line-height: normal;
    font-size: 14px;
    padding: 27px 10px 0 !important;
    margin: 8px 10px 15px 0px !important;
    background-color: #3333FF !important;
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url('../images/Config.png') 50% 0 no-repeat;
	text-decoration:none;
	cursor: pointer;
	width: 120px !important;
}
#toolbar-button-add {
	color: #FFFFFF;
    float: right;
    line-height: normal;
    font-size: 14px;
    padding: 27px 10px 0 !important;
    margin: 8px 0px 15px 10px !important;
    background-color: #3333FF !important;
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url('../images/Add.png') 50% 0 no-repeat;
	width: 100px !important;
}
.cc-status {
    float: left;
    margin-left: 200px;
}
.cc-status.single {
    float: left;
    margin: 0 240px;
}
.cc-button {
    line-height: normal;
    font-size: 14px;
    padding: 5px;
    margin: 0 0 15px;
    background-color: #3333FF !important;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.G3-body .pagination {
    margin: 0 auto;
}
.G3-body .pagination > .active > a,
.G3-body .pagination > .active > span,
.G3-body .pagination > .active > a:hover,
.G3-body .pagination > .active > span:hover,
.G3-body .pagination > .active > a:focus,
.G3-body .pagination > .active > span:focus {
    background-color: #4B78EC;
    border-color: #4B78EC;
}
.G3-body .pagination > li > a,
.G3-body .pagination > li > span {
    color: #4B78EC;
}
.search .chzn-container {
    min-width: 55px !important;
}
#searchForm {}
#searchForm input {
    padding: 10px;
    font-size: 14px;
}
span.highlight {
    background-color: #3333FF;
    padding: 1px 2px;
}
.phrases {
    padding: 0 0 10px 20px;
    line-height: 200%;
    margin-bottom: 20px;
}
.search-results {
    line-height: 175%;
    margin: 16px 0 10px;
}
dd.result-category {
    display: none;
}
dl.search-results .result-title {
    padding-top: 5px;
}
dl.search-results .result-text {
    padding: 0 0 10px 13px;
    border-bottom: 1px solid #000;
}
.btnsearch {
    background-image: url('../images/Search.png');
    height: 28px;
    width: 77px;
    border: 0;
    position: relative;
    top: 8px;
    left: 10px;
    cursor: pointer;
}
#fin-btnanonymize {
	float: right;
}
#fin-btncreatecorrespondence {
	float: right;
}
#fin-btndownloadsummary {
	float: right;
}
#fin-btnsftpsummary {
	float: right;
}
.login {
    line-height: 150%;
}
.login .well {
    padding: 10px;
    margin: 20px 0;
    background-color: #0070C0;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5x;
}
.login fieldset {
    border: 0;
    margin-top: 25px;
}
.login .control-group {
    margin-bottom: 20px;
}
.login .control-label {
    float: left;
    width: 160px;
    padding: 15px;
    text-align: right;
}
.login input {
    background-color: #faffbd;
    border: 1px solid #333;
    width: 250px;
    margin: 5px 15px;
    color: #000;
    height: 25px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
}
.login input[type="checkbox"] {
    width: auto;
    margin-top: 10px;
}
.login .btn-primary {
    width: 140px !important;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 205px;
    cursor: pointer;
}
.login-greeting {
    padding: 10px
}
.form-text {
    margin: 10px 0px;
}
.com-users-method-edit-pre-message {
    margin: 10px 0px;
}
.btn-primary {
    margin: 20px 10px 0px 0px;
	line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    background: #66CC66;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}
a.btn-primary {
	color: #000;
	text-decoration: none;
}
.com-users-methods-list-method-record-actions .btn-secondary {
    margin: 20px 10px 0px 0px;
	line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    background: #FFCC99;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}
.com-users-methods-list-method-record-actions a.btn-secondary {
	color: #000;
	text-decoration: none;
}
#com-users-methods-list-method-default-tag {
	float:right;
	border: 1px solid #ccc;
    padding: 6px;
    background-color: #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
small.com-users-method-name {
	display:none;
}
.com-users-method-title {
	display: block;
}
.btn-danger {
    margin: 20px 10px 0px 0px;
	line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    background: #CC6666;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}
a.btn-danger {
	color: #000;
	text-decoration: none;
}
#com-users-methods-reset-container {
    margin-bottom: 20px;
}
#com-users-methods-reset-message {
    margin-bottom: 10px;
}
.com-users-methods-list-method-record-info {
    margin-bottom: 20px;
}
.com-users-methods-list-method {
	border: 1px solid #CCC;
    padding: 10px 10px 18px 10px;
	margin-bottom: 20px;
}
.com-users-methods-list-method-record-actions .visually-hidden {
	position: relative !important;
}
.com-users-methods-list-method-addnew-container {
	margin-top: 20px;
}
.btn-outline-primary {
    margin: 20px 10px 0px 0px;
	line-height: normal;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    background: #66CC66;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}
a.btn-outline-primary {
	color: #000;
	text-decoration: none;
}
input[type="text"],
input[type="number"] {
	padding: 4px;
}
.reset .well {
    padding: 10px;
    margin: 20px 0;
    background-color: #0070C0;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5x;
}
.reset fieldset {
    border: 0;
    margin-top: 10px;
}
.reset .control-group {
    margin-bottom: 20px;
}
.reset .control-label {
    float: left;
    width: 160px;
    padding: 15px;
    text-align: right;
}
.reset input {
    background-color: #faffbd;
    border: 1px solid #333;
    width: 250px;
    margin: 5px 15px;
    color: #000;
    height: 25px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
}
.reset .btn-primary {
    width: 140px !important;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 205px;
    cursor: pointer;
}
.reset-greeting {
    margin-top: -10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
.reset-confirm .well {
    padding: 10px;
    margin: 20px 0;
    background-color: #0070C0;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5x;
}
.reset-confirm fieldset {
    border: 0;
    margin-top: 10px;
}
.reset-confirm .control-group {
    margin-bottom: 20px;
}
.reset-confirm .control-label {
    float: left;
    width: 160px;
    padding: 15px;
    text-align: right;
}
.reset-confirm input {
    background-color: #faffbd;
    border: 1px solid #333;
    width: 250px;
    margin: 5px 15px;
    color: #000;
    height: 25px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
}
.reset-confirm .btn-primary {
    width: 140px !important;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 205px;
    cursor: pointer;
}
.reset-confirm-greeting {
    margin-top: -10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
.reset-complete .well {
    padding: 10px;
    margin: 20px 0;
    background-color: #0070C0;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5x;
}
.reset-complete fieldset {
    border: 0;
    margin-top: 10px;
}
.reset-complete .control-group {
    margin-bottom: 20px;
	clear: both;
}
.reset-complete .control-label {
    float: left;
    width: 160px;
    padding: 15px;
    text-align: right;
}
.reset-complete input {
    background-color: #faffbd;
    border: 1px solid #333;
    width: 250px;
    margin: 5px 15px;
    color: #000;
    height: 25px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
}
.reset-complete .btn-primary {
    width: 140px !important;
    display: block;
    line-height: normal;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 8px;
    background: #3333FF;
    border: 1px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 205px;
    cursor: pointer;
}
.reset-complete-greeting {
    margin-top: -10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
meter {
	margin-left: 210px;
    float: left;
    clear: both;
}
div#jform\[password1\]-rules {
	float: left;
    clear: both;
    margin-left: 210px;
}
div#password-0 {
	margin-left: 210px;
    float: left;
    clear: both;
}
.alert {
    color: #fff;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #0070C0;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert h4 {
    text-transform: uppercase;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
.alert a {
    color: #FFF;
}
.close {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;filter: alpha(opacity=80);
}
.accordion-heading {
    text-align: left;
}
.accordion-heading a {
    text-decoration: none;
}
@media print {
    #headerbg {
        border-bottom: 0;
    }
    #headtop {
        display: none;
    }
    #menu {
        display: none;
    }
    #menuuser {
        display: none;
    }
    #slideshow {
        display: none;
    }
    #footerbg {
        display: none;
    }
    #left {
        display: none;
    }
    .nn_tabs-responsive .nn_tabs-tab-sm {
        display: none;
    }
    .noprint {
        display: none;
    }
    .action_icons {
        display: none;
    }
    h1 {
        border: 0;
        color: #000;
        padding-left: 0;
    }
}
@media(min-width: 960px) {
    #header {
		padding: 2px 5px 2px 2px;    
	}
    #menuuser {
        width: auto;
    }
    #container {

    }
    .span12 {
        width: auto;
    }
    .span9 {
        width: auto;
    }
    .span3 {
        width: 160px;
    }
    #menubottom {
        width: auto;
    }
    #footer {

    }
    .proddesktop {
        display: block;
    }
    .prodmobile {
        display: none;
    }
}
@media(max-width: 979px) {
    #header {

    }
	#pagetitle {
		margin: 14px 0px 0px 10px;
	}
    #logo {
		display: none;
    }
	#headernavButton {
		display: inline;
	}
    #shopcart {
        display: none;
    }
	#left {
		display: none;
	}
	#contentbg {
		margin-left: 0px;
		padding: 20px;
	}
    #container {

    }
    #footer {
		margin-left: 0px;
    }
    .proddesktop {
        display: block;
    }
    .prodmobile {
        display: none;
    }
    .G3-body .header {
        width: auto;
    }
    #content {
    }
	div.floatLeft.half {
		width: 100%;
	}
	div.floatRight.half {
		width: 100%;
	}
}
@media(min-width: 768px) and(max-width: 979px) {
    #header {

    }
    #header.user {
        height: 85px;
    }
    #logo {
        margin-top: 20px;
    }
    #logo img {
        width: 285px;
        height: auto;
    }
    #menutop {}
    #menuuser {
        width: 724px;
    }
    #container {

    }
    .span9 {
        width: 484px;
    }
    .span3 {
        width: 160px;
    }
    #bottom {
        width: 724px;
    }
    .four-col-item {
        width: 47%;
    }
    #menubottom {
        width: 724px;
    }
    .bottom_menu li {
        padding: 0 7px;
    }
    #footer {

    }
    #ezblog-posts .blog-image {
        max-width: 50%;
    }
    .proddesktop {
        display: block;
    }
    .prodmobile {
        display: none;
    }
    .tableouter.products {
        width: auto;
    }
    .tableouter.howmuch {
        width: 75%;
    }
    .G3-body .form-group {
        margin: 0;
    }
    .G3-body .form-control {
        margin-bottom: 10px;
    }
    .G3-body .header {
        width: 724px;
    }
    .G3-body .help-block {
        width: 290px !important;
        margin-left: 10px;
    }
    .G3-body .headersteps img {
        width: 40px;
        height: auto;
    }
    .G3-form .regsummary {
        min-height: 450px;
    }
    #chronoform-debt_single .form-control {
        width: 290px !important;
        margin-left: 10px;
    }
    #chronoform-debt_single .gcore-label-left {
        min-width: 300px;
        max-width: 300px;
        font-size: 18px;
    }
    #chronoform-debt_single .form-control.prev-step {
        width: 140px !important;
    }
    #chronoform-debt_single .form-control.next-step {
        width: 140px !important;
    }
    .register-nav .steps {
        width: 30%;
        padding: 10px 3px;
        font-size: 18px;
    }
    .contact-container {
        width: auto;
    }
    .contact-form {
        float: left;
    }
    .accountsumleft {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    .accountsumright {
        width: auto;
        float: none;
    }
    #js-mainnav.megamenu.pits .mm-enable ul.level0 li.mega a.mega {
        font-size: 15px;
        padding: 9px 3px;
    }
    .cc-status {
        margin-left: 65px;
    }
    .cc-status.single {
        margin: 0 110px;
    }
    #content {

    }
}
@media(max-width: 767px) {
    #header {
    }
	#pagetitle {
		font-size: 16px;
	}
    #container {
		margin-left: 0px;
    }
    #bottom {
        width: auto;
    }
    #menubottom {
        display: none;
    }
    #footer {

    }
    #ezblog-posts .blog-image {
        max-width: 50%;
        float: left !important;
    }
    .contact-container {
        width: 100%;
    }
    .proddesktop {
        display: block;
    }
    .prodmobile {
        display: none;
    }
    .tableouter.products {
        width: 100%;
    }
    .tableouter.products img {
        width: 100%;
    }
    .tableouter.products img.tick {
        width: auto;
    }
    .tableouter.howmuch {
        width: 100%;
    }
    .tableouter.invoices {
        font-size: 14px;
    }
    .G3-body .gcore-display-table {
        display: block;
    }
    .G3-body .form-group {
        margin: 0;
    }
    .G3-body .form-control {
        margin-bottom: 10px;
    }
    .G3-body .header {
        width: 100%;
    }
    .G3-body .headerinfo {
        font-size: 22px;
    }
    .G3-body .headersteps {
        padding-right: 0;
    }
    .G3-body .headersteps img {
        width: 40px;
        height: auto;
    }
    .G3-body .help-block {
        width: 260px !important;
        margin-left: 10px;
    }
    .G3-form .regsummary {
        min-height: 500px;
    }
    #chronoform-debt_single .form-control {
        width: 260px !important;
        margin-left: 10px;
    }
    #chronoform-debt_single .gcore-label-left {
        min-width: 200px;
        max-width: 200px;
        font-size: 16px;
    }
    #chronoform-debt_single .form-control.prev-step {
        width: 140px !important;
    }
    #chronoform-debt_single .form-control.next-step {
        width: 140px !important;
    }
    .register-nav .steps {
        width: 30%;
        padding: 10px 3px;
        font-size: 16px;
    }
    .register-nav .steps img {
        width: 30px;
        height: auto;
    }
    .contact-container {
        width: 100%;
    }
    .contact-form {
        float: left;
    }
    .login .control-label {
        width: 120px;
    }
    .login .btn-primary {
        margin-left: 165px;
    }
    .accountsumleft {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .accountsumright {
        width: 100%;
        float: none;
    }
    .cc-search #ccsearch {
        width: 160px;
    }
    .cc-status {
        margin-left: 20px;
    }
    .cc-status.single {
        margin: 0 50px;
    }
    .pweb-offset-top.pweb-left,
    .pweb-offset-top.pweb-right {
        top: 350px;
    }
    #content {

    }

}
@media(max-width: 640px) {
    .tableouter td.center {
        text-align: left;
    }
    .G3-form #sumleft {
        float: none;
        width: 100%;
    }
    .G3-form #sumright {
        float: none;
        width: 100%;
    }
    .G3-form .regsummary {
        min-height: 200px;
    }
    .cc-search #ccsearch {
        width: 150px;
    }
    .cc-status.single {
        margin: 0 20px;
    }
    #content {

    }
}
@media(max-width: 580px) {
	#pagetitle {
		font-size: 14px;
	}
    #contentbg {
		padding: 12px;
	}
	.register-nav .steps {
        font-size: 12px;
    }
    .G3-body .form-control {
        width: 355px !important;
    }
    .G3-body .headerinfo {
        font-size: 20px;
    }
    .G3-body .headersteps img {
        display: none;
    }
    .G3-body .help-block {
        width: 215px !important;
        margin-left: 10px;
    }
    .tableouter.shopcart {
        font-size: 14px;
    }
    #chronoform-debt_single .form-control {
        width: 215px !important;
        margin-left: 10px;
    }
    #chronoform-debt_single .gcore-label-left {
        min-width: 150px;
        max-width: 150px;
        font-size: 16px;
    }
    #chronoform-debt_single .form-control.prev-step {
        width: 140px !important;
    }
    #chronoform-debt_single .form-control.next-step {
        width: 140px !important;
    }
    #chronoform-debt_single_open .form-control {
        width: 215px !important;
        margin-left: 0;
    }
    #chronoform-debt_single_open .gcore-label-left {
        min-width: 150px;
        max-width: 150px;
        font-size: 16px;
    }
    #chronoform-debt_single_open .form-control.prev-step {
        width: 140px !important;
    }
    #chronoform-debt_single_open.form-control.next-step {
        width: 140px !important;
    }
    #chronoform-debt_single_open #vulnerable {
        margin: 13px 202px 13px 20;
    }
    .G3-body #idprcheckout {
        float: left;
    }
    .cc-status.single {
        margin: 0;
    }
    #content {

    }
}
@media(max-width: 480px) {
	#pagetitle {
		font-size: 14px;
	}
    #header {

    }
    .G3-body .header {
        width: 100%;
    }
    #logo {
        float: none;
    }
    #logo img {
        width: 95%;
    }
    #loginname {
        margin-top: 35px;
    }
    #shopcart {
        margin-top: 5px;
    }
    #menutop {
        float: none;
    }
    #menuuser {
        width: 100%;
    }
    #container {

    }
    #bottom {
        width: auto;
    }
    .four-col-item {
        width: 95%;
        padding: 5px;
    }
    #menubottom {
        display: none;
    }
    #footer {

    }
    #ezblog-posts .blog-image {
        max-width: 100%;
        width: 100%;
    }
    img.video {
        max-width: 50%;
        height: auto;
    }
    img.mobile {
        max-width: 40%;
        height: auto;
    }
    .contact-container {
        width: 100%;
    }
    .proddesktop {
        display: none;
    }
    .prodmobile {
        display: block;
    }
    .tableouter.products {
        width: 100%;
    }
    .tableouter.products img {
        width: auto;
    }
    .tableouter.howmuch {
        width: 100%;
    }
    .tableouter.shopcart {
        font-size: 11px;
    }
    .G3-body .form-group {
        margin: 0;
    }
    .G3-body .form-control {
        margin-bottom: 10px;
        width: 275px !important;
    }
    .G3-body .gcore-label-left {
		min-width: 100%;
		max-width: 100%;
		margin-top: 6px;
        font-size: 16px;
    }
    .G3-body .headersteps {
        display: none;
    }
    .G3-body .help-block {
        width: 280px !important;
        margin-left: 0;
        text-align: left;
    }
    .register-nav .steps {
        display: none;
        width: 100%;
        padding: 10px 27px;
        font-size: 20px;
    }
    .register-nav .steps.active {
        display: inline-block !important;
    }
    table.comparison {
        font-size: 12px;
    }
    table.comparison td.desc {
        padding: 5px 10px 5px 0;
    }
    .tableouter.products tr {
        height: 46px;
        line-height: 150%;
    }
    .contact-container {
        width: 100%;
    }
    .contact-form {
        float: left;
        width: 100%;
        padding: 2px;
    }
    .login .control-label {
        text-align: left;
        padding: 5px 15px;
    }
    .login .btn-primary {
        margin-left: 15px;
    }
    .G3-body .hint.nolabel {
        margin-left: -25px;
        margin-top: 5px;
    }
    .G3-body .hint {
        margin-left: -35px;
        margin-top: 0;
    }
    .shopcartsummary {
        width: 60%;
    }
    .shopcartamount {
        width: 40%;
    }
    #chronoform-debt_single #id-package {
        float: none !important;
        margin-top: 15px;
    }
    #chronoform-debt_single .form-control {
        width: 280px !important;
        margin-left: 0;
    }
    #chronoform-debt_single .gcore-label-left {
        min-width: 260px;
        max-width: 260px;
        font-size: 14px;
    }
    #chronoform-debt_single .form-control.prev-step {
        width: 140px !important;
    }
    #chronoform-debt_single .form-control.next-step {
        width: 140px !important;
    }
    #chronoform-debt_single #fitem-debtvalue1,
    #chronoform-debt_single #fitem-debtvalue,
    #chronoform-debt_single #fitem-debtinvoicedate,
    #chronoform-debt_single #fitem-debtinvoicedue,
    #chronoform-debt_single #fitem-debtinvoicenumber,
    #chronoform-debt_single #fitem-debtdescription,
    #chronoform-debt_single #fitem-debtstatutoryfee,
    #chronoform-debt_single #fitem-debtstatutoryfeeamount,
    #chronoform-debt_single #fitem-debtstatutoryinterest,
    #chronoform-debt_single #fitem-debtstatutoryinterestamount,
    #chronoform-debt_single #fitem-debttotalamountdue,
    #chronoform-debt_single #fitem-clientbankname,
    #chronoform-debt_single #fitem-clientbankaccountnumber,
    #chronoform-debt_single #fitem-clientbankaccountsortcode,
    #chronoform-debt_single #fitem-clienttelephonenumber,
    #chronoform-debt_single #fitem-clientemailaddress,
    #chronoform-debt_single #fitem-clientsaveinfo,
    #chronoform-debt_single #fitem-cadppackage,
    #chronoform-debt_single #fitem-discountcode,
    #chronoform-debt_single #fitem-cadppackageprice {
        width: 280px;
    }
    #chronoform-debt_single_open .form-control {
        width: 280px !important;
        margin-left: 0;
    }
    #chronoform-debt_single_open .gcore-label-left {
        min-width: 260px;
        max-width: 260px;
        font-size: 14px;
    }
    #chronoform-debt_single_open .form-control.prev-step {
        width: 140px !important;
    }
    #chronoform-debt_single_open .form-control.next-step {
        width: 140px !important;
    }
    #chronoform-debt_single_open #fitem-debttotalamountdue,
    #chronoform-debt_single_open #fitem-vulnerable,
    #chronoform-debt_single_open #fitem-addanote {
        width: 280px;
    }
    #chronoform-debt_single_open .hint.nolabel {
        margin-top: 0;
    }
    .pweb-offset-top.pweb-left,
    .pweb-offset-top.pweb-right {
        display: none;
    }
    #content {

    }
    #footerbg {

    }
    #fsb img {
        max-width: 30%;
        height: auto;
        margin-top: 10px;
    }
}
@media(max-width: 400px) {
	#pagetitle {
		font-size: 12px;
	}
    #header {

    }
    .G3-body .header {
        width: 100%;
    }
    .G3-body .gcore-label-left {
		font-size: 14px;
    }
    #logo {
        float: none;
    }
    #logo img {
        width: 95%;
    }
    #loginname {
        margin-top: 35px;
    }
    #shopcart {
        margin-top: 5px;
    }
    #menutop {
        float: none;
    }
    #menuuser {
        width: 100%;
    }
    #container {

    }
    #bottom {
        width: auto;
    }
    .four-col-item {
        width: 95%;
        padding: 5px;
    }
    #menubottom {
        display: none;
    }
    #footer {

    }
    #ezblog-posts .blog-image {
        max-width: 99%;
        width: 99%;
    }
    img.video {
        max-width: 99%;
        width: 99%;
    }
    img.mobile {
        max-width: 99%;
        width: 99%;
    }
    img.floatLeft {
        float: none;
        margin: 0 0 15px;
    }
    img.floatLeftClear {
        float: none;
        margin: 0 0 15px;
    }
    img.floatRight {
        float: none;
        margin: 0 0 15px;
    }
    img.floatRightClear {
        float: none;
        margin: 0 0 15px;
    }
    .contact-container {
        width: 100%;
    }
    .proddesktop {
        display: none;
    }
    .prodmobile {
        display: block;
    }
    .tableouter.products {
        width: 100%;
        font-size: 12px;
    }
    .tableouter.account {
        font-size: 12px;
    }
    .tableouter.products tr {
        height: 46px;
        line-height: 150%;
    }
    .tableouter.products img {
        width: auto;
    }
    .tableouter.howmuch {
        width: 100%;
    }
    .top_menu li {
        margin: 0 8px;
    }
    .top_menu .simple_menu a:link,
    .top_menu .simple_menu a:active,
    .top_menu .simple_menu a:visited {
        font-size: 14px;
        padding: 10px;
    }
    .G3-body .form-group {
        margin: 0;
    }
    .G3-body .form-control {
        margin-bottom: 10px;
        width: 250px !important;
    }
    .register-nav .steps {
        display: none;
        width: 100%;
        padding: 10px 27px;
        font-size: 20px;
    }
    .register-nav .steps.active {
        display: inline-block !important;
    }
    .register-nav .steps img {
        width: 40px;
        height: auto;
    }
    table.comparison {
        font-size: 11px;
    }
    table.comparison td.desc {
        padding: 5px 10px 5px 0;
    }
    .contact-container {}
    .contact-form {}
    .login .well {
        padding: 0;
    }
    .login input {
        width: 220px;
    }
    .G3-body .hint {
        margin-left: -50px;
        margin-top: 0;
    }
    #chronoform-debt_single .form-control {
        width: 265px !important;
        margin-left: 0;
    }
    #chronoform-debt_single .gcore-label-left {
        min-width: 260px;
        max-width: 260px;
        font-size: 14px;
    }
    #chronoform-debt_single .form-control.prev-step {
        width: 120px !important;
    }
    #chronoform-debt_single .form-control.next-step {
        width: 120px !important;
    }
    #chronoform-debt_single_open .form-control {
        width: 265px !important;
        margin-left: 0;
    }
    #chronoform-debt_single_open .gcore-label-left {
        min-width: 260px;
        max-width: 260px;
        font-size: 14px;
    }
    #chronoform-debt_single_open .form-control.prev-step {
        width: 120px !important;
    }
    #chronoform-debt_single_open .form-control.next-step {
        width: 120px !important;
    }
    ol.tac {
        font-size: 12px;
    }
    .cc-search #ccsearch {
        width: 110px;
    }
    .pweb-offset-top.pweb-left,
    .pweb-offset-top.pweb-right {
        display: none;
    }
    #content {

    }
}
@media(max-width: 360px) {
    .G3-body .form-control {
        width: 200px !important;
    }
    .G3-body .form-control.prev-step {
        font-size: 14px;
        width: 110px !important;
        margin-left: 0;
    }
    .G3-body .form-control.next-step {
        font-size: 14px;
        width: 110px !important;
        margin-left: 10px;
    }
    .G3-body .headerinfo {
        font-size: 14px;
    }
    .G3-body .hint {
        margin-left: -30px;
        margin-top: 0;
    }
    .G3-body #idprcheckout {
        margin-left: 0;
    }
    #chronoform-debt_single #fitem-debtvalue1,
    #chronoform-debt_single #fitem-debtvalue,
    #chronoform-debt_single #fitem-debtinvoicedate,
    #chronoform-debt_single #fitem-debtinvoicedue,
    #chronoform-debt_single #fitem-debtinvoicenumber,
    #chronoform-debt_single #fitem-debtdescription,
    #chronoform-debt_single #fitem-debtstatutoryfee,
    #chronoform-debt_single #fitem-debtstatutoryfeeamount,
    #chronoform-debt_single #fitem-debtstatutoryinterest,
    #chronoform-debt_single #fitem-debtstatutoryinterestamount,
    #chronoform-debt_single #fitem-debttotalamountdue,
    #chronoform-debt_single #fitem-clientbankname,
    #chronoform-debt_single #fitem-clientbankaccountnumber,
    #chronoform-debt_single #fitem-clientbankaccountsortcode,
    #chronoform-debt_single #fitem-clienttelephonenumber,
    #chronoform-debt_single #fitem-clientemailaddress,
    #chronoform-debt_single #fitem-clientsaveinfo,
    #chronoform-debt_single #fitem-cadppackage,
    #chronoform-debt_single #fitem-discountcode,
    #chronoform-debt_single #fitem-cadppackageprice {
        width: 255px;
    }
    .pweb-offset-top.pweb-left,
    .pweb-offset-top.pweb-right {
        display: none;
    }
    #content {

    }
}