/* reset.css from yui */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img {
  border:0;
}
caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
code {
  background-color: #e0e0e0;
  padding: 0 5px 0 5px;
} 
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after {
  content:'';
}
abbr, acronym {
  border:0;
}
strong {
  font-weight: bolder;
}
/* defaults */
ul.nobullets, ol.nobullets, ul.nobullets li, ol.nobullets li {
  margin: 0;
  padding: 0;
  list-style:none;
}
#browserAlert {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 20px;
  background: #FFEEDD url(../images/smallwarning2.gif) 5px 3px no-repeat;
  padding: 4px 4px 4px 22px;
  border-bottom: 1px solid #999;
  font-size: 12px;
  color:#666;
  font-family: Verdana;
  z-index: 200;
  position: relative;
}
#browserAlert span {
  text-decoration: underline;
}
td {
  vertical-align: top;
}
.required {
  color: red;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.black, .red, .green {
  font-weight: bold;
}
.red {
  color: red;
}
.green {
  color: green;
}
.black {
  color: black;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.nobr {
  white-space: nowrap;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
img.floatleft {
  float: left;
  margin: 0 5px 3px 0;
}
h1, h2 {
  font-weight: bold;
  color: #656565;
  font-size: 18px;
  margin-bottom: 10px;
}
h1.nomargin, h2.nomargin {
  margin-bottom: 0px;
}
h2 {
  font-size: 16px;
  color: #858585;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  color: #858585;
}
p {
  margin-bottom: 10px;
}
body {
  line-height: 18px;
  font-family: "Arial", "sans-serif";
  color: #333;
  font-size: 13px;

  background: #51AAFC;
  background-image: url(../images/cloudbgillu.png);
  background-repeat: repeat-x;
  background-position: center 0;
}
body.index {
  background-image: url(../images/cloud.jpg);
  filter: none;
  background-position: center 0;
  background-repeat: no-repeat;
}
body.nolayout {
  background: none;
  padding-right: 10px;
}
a {
  color: #00546F;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
.alignright, th.alignright, td.alignright {
  text-align: right;
}

.wrap {
  margin: 0 auto 0 auto;
  width: 960px;
  /*
    padding: 0px 20px 20px 20px;
    background-image: url(../images/wrap_bg.jpg);
    background-position: 0px 15px;
  */
}
.w20  { width: 20px; }
.w30  { width: 30px; }
.w60  { width: 60px; }
input[type=text].w60 { width: 60px; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w160 { width: 160px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
input[type=text].w300 { width: 300px; }
.w400 { width: 400px; }
input[type=text].w400 { width: 400px; }
.w500 { width: 500px; }
input[type=text].w500 { width: 500px; }
.w800 { width: 800px; }

/* header */
#headerbg {
  float: left;
  height: 15px;
  width: 1000px;
  position: absolute;
  top: 0px;
  /* background-image: url(../images/header_bg.png); */
  z-index: 0;
  margin: 0px -20px 0px -20px;
}
#header {
  float: left;
  clear: both;
  height: 70px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  color: #fff;
}
#logocontainer {
  float: left;
  width: 350px;
  margin: 0;
}
a#logo {
  position: absolute;
  top: 0;
}
a#logo, a#logo span {
  overflow: hidden;
  display: block;
  float: left;
  height: 94px;
  width: 97px;
}
a#logo span {
  background-image: url(../images/header_logo.png);
}
#logocontainer h1, #logocontainer h2 {
  display: block;
  color: white;
  width: 245px;
  float: right;
  margin: 0;
  text-transform: uppercase;
}
#logocontainer h1 {
  padding-top: 27px;
  font-size:   20px;
  font-weight: 400;
  font-family: 'Francois One', sans-serif;
}
#logocontainer h2 {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Magra', sans-serif;
}
#header #actionmenu ul {
  float: right;
}
#header ul li, .submenu ul li {
  float: left;
  margin-right: 20px;
}
#header #topmenu a {
  color: #fff;
  font-weight: bold;
}
#header #topmenu li {
  background-image: url(../images/separator_white.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 10px;
  padding-right: 10px;
}
#header #topmenu li.last {
  background-image: none;
}
#header #topmenu li.last, #header li.last {
  margin-right: 10px;
  padding-right: 0;
}
#header #topmenu {
  margin-bottom: 5px;
  clear: both;
}
#header #actionmenu {
  clear: both;
}
#header .menu, #header #topmenu {
  float: right;
}
#header .menu {
  clear: right;
  margin-top: 20px;
}
#header .menu ul {
  margin-top: 0px;
}
#header a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.pagertable th a:hover {
  text-decoration: underline;
}
#header .menu a.active {
  border-bottom: 3px solid #7AaDcF;
}
#header .menu .member {
  margin-top: 3px;
}
#header .menu .member a {
  font-size: 12px;
  color: #92eDFf;
  display: block;
  float: left;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#header .menu .member a:hover {
  color: white;
}
#header .menu .member a.home {
  background-image: url(../images/icon_house.png);
}
#header .menu .member a.settings {
  background-image: url(../images/icon_cog.png);
}
#header .menu .member a.logout {
  background-image: url(../images/icon_power.png);
}
#header .menu .welcome {
  font-weight: bold;
  font-size: 16px;
  text-shadow: 0 0 3px rgba( 255,255,255, 0,5 );
  margin-right: 10px;
}
#mobilemenu {
  display: none;
  width: 50px;
  height: 45px;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 20px 5px 0 0;
  position: fixed;
  right: 0;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
}

/* footer */
#footercontainer {
  background-image: url(../images/footer-bg.png);
  background-color: #222222;
  bottom: 0;
  z-index: 1999;
  margin-top: -18px;
}

#footer {
  width: 960px;
  color: #999999;
  padding: 25px 20px 0px 20px;
  margin: 0px auto 0px auto;
  overflow: hidden;
  font-size: 11px;
  line-height: 18px;
}

#footer a {
  color: #999999;
}
#footer a:hover {
  color: #999999;
}

#footer .subcolumns {
  overflow: hidden;
  border-bottom: 1px solid #313435;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#footer .subcolumns div {
  width: 220px;
  margin-left: 20px;
  float: left;
}
#footer .subcolumns div.footer-links {
  width: 460px;
}
#footer .subcolumns div.footer-links div {
  margin: 0;
}
#footer .subcolumns div.footer-links div.last {
  margin: 0 0 0 20px;
}
#footer h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  height: 18px;
  text-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.4);
}

#footer .footer-links ul {
  padding: 0;
  margin: 0;
}

#footer .footer-links ul li:first-child {
  border-top: none;
}

#footer .footer-links ul li {
  border-top: 1px solid #313435;
  font-size: 14px;
  line-height: 32px;
  list-style: none outside none;
}

#footer .subcolumns div:first-child {
  margin-left: 0;
}

#footerbottom {
  position: relative;
  height: 70px;
  overflow: hidden;
}

#footerbottom #footernotice {
  width: 510px;
  background-image: url(../images/footerlogo.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  padding-left: 50px;
  height: 50px;
  float: left;
}

#footerbottom #footerlinks {
  width: 400px;
  float: left;
  text-align: right;
}

#footer img#paymentproviders {
  margin-top: 15px;
}

/* submenu */
.submenu {
  width: 900px;
  margin: 25px auto 0px auto;
}
.submenu ul li {
  margin-right: 0px;
  border: 2px solid transparent;
  border-bottom: none;
  padding-bottom: 5px;
}
.submenu ul li.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  border: 2px solid #Ef6a4f;
  border-bottom: none;
  height: 25px;
}
.submenu a {
  color: #92eDFf;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  font-weight: bold;
  font-size: 14px;
  padding: 5px 15px 0px 15px;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
}
.submenu a:hover {
  color: white;
}
.submenu a.active {
  border-radius: 20px;
  -moz-border-radius: 20px;
  text-shadow: none;
  color: #Ef6a4f;
}
/* body */
.body {
  background-color: #fff;
  border-radius: 30px;
  -moz-border-radius: 20px;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  clear: both;
  width: 900px;
  margin: 0px auto 30px auto;
  padding: 20px 30px 40px 30px;
}
#bodytop, #bodybottom {
  display: none;
}
/* form */
fieldset {
  clear: both;
  float: left;
  margin: 20px 0 10px 0;
  padding: 0 10px 0 30px;
}
fieldset legend {
  font-weight: bold;
  color: #656565;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #a0a0a0;
  margin: 0px 0px 10px -30px;
}
.formrow {
  clear: both;
  margin: 3px 0px 3px 0px;
  display: inline-block;
  float: left;
}
.formrow .label, .formrow .element {
  float: left;
}
.formrow .element {
}
.formrow .label {
  width: 145px;
  padding: 0 5px 0 0;
}
input[type=text], input[type=password] {
  padding: 3px 2px 0px 2px;
  width: 170px;
  border: 1px solid #656565;
}
form .submitbutton {
  clear: both;
  border: 0;
  padding: 0;
  margin: 10px 0px 0px 0px;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
  background-image: url(../images/button_bg.png);
  background-repeat: no-repeat;
  padding-right: 10px;
  width: 139px;
  height: 33px;
}
.button {
  margin: 0;
  border: 0;
  box-shadow: 2px 3px 0 #d3d3d3;
  -moz-box-shadow: 2px 3px 0 #d3d3d3;
  -webkit-box-shadow: 2px 3px 0 #d3d3d3;
  padding: 5px 20px 5px 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #61c4df;
  color: #fff;
  font-weight: bold;
}

.smallbutton {
  padding: 4px 10px 4px 10px;
  font-weight: normal;
}

a.button:hover {
  color: #fff;
  background-color: #61c4df;
  text-decoration: none;
}
.errors {
  padding: 5px 5px 5px 5px;
  background-color: #D03030;
  color: white;
  clear: both;
}
form#paymentsadd .formrow {
  margin-bottom: 25px;
}
/* index */
#index_headline {
  clear: both;
  margin: 0px auto 0px auto;
  padding: 80px 0 0 0;
  z-index: 9;
  width: 960px;
}
#index_headline div#illustration {
  width: 350px;
  float: left;
  height: 300px;
  margin-right: 25px;
  background-image: url('../images/mobilephone_new.jpg');
  background-repeat: no-repeat;
  background-position: right 0;
}
#index_headline div#headline {
  width: 480px;
  float: left;
  min-height: 10px;
}
#index_headline div#headline h1 {
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 15px;
  color: #Ef6a4f;
}
#index_headline div#headline h2 {
  color: #Ef6a4f;
  width: 100%;
  border-bottom: 3px solid #adf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#index_headline a#signup {
  background: #Ef6a4f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  border-bottom: 3px solid #CB563F;
  border-right: 3px solid #CB563F;
  box-shadow: #A9422E 0px 1px 0px 0px, #A9422E 0px -1px 0px 0px;
  color: #FFFFFF;
  display: block;
  font: normal normal 500 16px/19.68px Arial;
  height: 19px;
  margin: 20px 0px 15px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.400);
  vertical-align: baseline;
  width: 210px;
}
#index_headline a#signup:hover {
  background: #f46f54;
}

#index_bodycontainer {
  background-color: #e0e0e0;
  border-top: 1px solid white;
  position: relative;
  margin: 60px 0 0px 0;
  height: 380px;
}

#index_body {
  clear: both;
  position: relative;
  top: -40px;
  margin: 0px auto 0px auto;
  padding: 30px 0 60px 0;
  width: 958px;
  height: 330px;
  background-repeat: no-repeat;
  /* background-image: url(../images/index_body.png); */
  background-color: #f0f0f0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#index_body li.first, #index_body li.second, #index_body li.third, #index_body li.fourth {
  float: left;
  padding: 0px 15px 0px 20px;
  margin: 0;
  display: block;
  color: #787975;
  font: normal normal 400 13px/18px Arial;
  width: 195px;
}
#index_body li.first {
  width: 220px;
  margin-left: 10px;
}
#index_body a {
  color: #3F3F38;
  font-weight: bold;
  text-decoration: underline;
}
#index_body h1 {
  margin-bottom: 20px;
  color: #3F3F38;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  font-family: 'Magra', sans-serif;
  text-shadow: 1px 1px 0px #FFFFFF;
}
#index_body p {
  color: #787975;
  font: normal normal 400 13px/18px Arial;
}

#index_actions {
  text-align: center;
  margin: 0 auto 0 auto;
  margin: 25px 0;
}

#index_actions a {
  display: inline-block;
  color: white;
  line-height: 35px;
  font-weight: bold;
  background-color: #EF6A4F;
  text-decoration: none;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 20px;
  margin: 5px 0;
  white-space: nowrap;
}

#index_actions a:hover {
  background-color: #ff7a5f;
  text-decoration: none;
}

#index_blogcontainer {
  background-image: url(../images/leather.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-bottom: 40px;
  z-index: 1;
  box-shadow:
    inset 0px 5px 5px rgba( 0, 0, 0, 0.5),
    inset 0px -5px 5px rgba( 0, 0, 0, 0.5);
}

#index_blog {
  margin-top: 30px;
  clear: both;
  color: #B79173;
  width: 920px;
  margin: 0 auto 0 auto;
  padding: 0 14px 20px 20px;
  background-color: rgba(110, 73, 44, 0.3);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#index_blog #shadowcontainer {
  box-shadow: inset 0px 5px 5px rgba( 0, 0, 0, 0.5);
  height: 10px;
  margin: 0 -20px 15px -20px;
}

#index_blog h1, #index_blog h2, #index_blog a {
  color: #E1BEA2;
  font-family: 'Magra', sans-serif;
}
#index_blog h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
#index_blog h2 {
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0 5px 30px;
}

#index_blog p {
  margin-left: 30px;
}

.promoleft {
  float: left;
  width: 570px;
  margin-right: 20px;
}

.promoleft .buttons {
  margin-top: 10px;
  float: left;
}

.promoright {
  float: left;
  width: 280px;

  /*
  padding: 10px;
  background-color: lightblue;
  */
}

/* timeline */
#timeline {
  float: left;
  clear: both;
  margin: -14px -10px 10px -10px;
  padding-top: 10px;
  background-color: white;
}
#timeline ul {
  float: left;
  width: 916px;
  height: 41px;
  background-image: url(../images/timeline_sprite.png);
  background-repeat: no-repeat;
}
#timeline ul.bg0 { background-position: 0px 0px;    }
#timeline ul.bg1 { background-position: 0px -42px;  }
#timeline ul.bg2 { background-position: 0px -84px;  }
#timeline ul.bg3 { background-position: 0px -126px; }

#timeline li {
  float: left;
}
#timeline li a {
  text-decoration: none;
  color: #656565;
}

#timeline li span {
  color: #656565;
  float: left;
  height: 30px;
  padding: 11px 0px 0px 70px;
  overflow: hidden;
}

#timeline ul.bg0 .first  span a, #timeline ul.bg0 .first  span,
#timeline ul.bg1 .second span a, #timeline ul.bg1 .second span,
#timeline ul.bg2 .third  span a, #timeline ul.bg2 .third  span,
#timeline ul.bg3 .fourth span a, #timeline ul.bg3 .fourth span { color: #fff; }

#timeline .first span {
  width: 190px;
}
#timeline .second span {
  width: 160px;
}
#timeline .third span {
  width: 135px;
  padding-left: 80px;
}
#timeline .fourth span {
  width: 120px;
  padding-left: 90px;
}

/* addressbook search */
.addressbooksearchwrap {
  float: left;
  width: 181px;
  padding-top: 7px;
}
#pagingsearch #searchq {
  width: 130px;
  padding: 0px 20px 0px 5px;
  height: 20px;
}
#pagingsearch #searchinarrow {
  position: relative;
  display: inline-block;
  float: right;
  width: 19px;
  height: 21px;
  border-left: 1px solid #656565;
  top: 1px;
  left: -24px;
}
#pagingsearch #searchinarrow a {
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
}
#pagingsearch #searchin {
  position: absolute;
  background-color: #fff;
  display: none;
  z-index: 200;
  border: 1px solid #656565;
  margin-top: -1px;
}
#pagingsearch #searchin ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#pagingsearch #searchin li {
  padding: 2px 5px 2px 5px;
}
#pagingsearch #searchin li.first {
  margin-top: 0px;
}
#pagingsearch #searchin li.last {
  margin-bottom: 0px;
}
#pagingsearch #searchin li a {
  display: block;
}
#pagingsearch #searchin li.selected {
  background-color: #ccc;
}
.addressbookinlineactions, .incominginlineactions {
  float: left;
  display: inline-block;
  margin: 9px 10px 10px 0;
}

/* pager */
.widepager {
  width: 900px;
  text-align: center;
  position: relative;
  padding: 8px 0px 8px 0px;
  clear: both;
  z-index: 100;
}
body.nolayout .widepager {
  width: 100%;
}
.widepager form {
  display: inline;
  margin-left: 150px;
}
.widepager ul {
  margin: 0;
}
.widepager li {
  float: none;
  display: inline;
}
.widepager li a, .widepager .currentpage {
  padding: 3px 14px 3px 14px;
}
.widepager li a {
  text-decoration: none;
  color: #656565;
}
.widepager li a:hover {
  text-decoration: underline;
  color: #222;
}
.currentpage {
  background-color: #61c4df;
  color: #fff;
}
.widepager .previous {
  position: absolute;
  left: 0px;
  padding-left: 0;
  margin-right: 30px;
}
.widepager .previous:hover, .widepager .next:hover {
  background: none;
  color: #222;
  text-decoration: underline;
}
.widepager .next {
  position: absolute;
  right: 0px;
  padding-right: 0;
  margin-left: 30px;
}
.widepager.inlinesearch {
  width: 450px;
  clear: none;
  margin: 0;
  float: right;
  text-align: left;
}
.widepager.inlinesearch ul {
  padding: 0;
  margin: 0px 30px 0px 50px;
}
.widepager.inlinesearch form {
  margin-left: 0px;
  position: absolute;
  right: 0px;
}
.widepager.inlinesearch .previous {
  margin-right: 0px;
  margin-top: -3px;
}
.widepager.inlinesearch .next {
  margin-left: 0px;
  margin-top: -3px;
  right: 115px;
}
.widepager.inlinesearch .currentpage, .widepager.inlinesearch li a {
  padding: 3px 10px 3px 10px;
}
.widepager .spinner {
  position: absolute;
  left: 50%;
  top: 45px;
  display: none;
}

/* paging - table */
.pagertable {
  width: 100%;
}
table.styled td, table.styled th, .pagertable td, .pagertable th {
  border-right: 1px solid #fff;
}
table th img {
  vertical-align: middle;
}
table.styled.withdivider td {
  border-bottom: 1px solid #fff;
}
table.styled tr.summary td {
  border-top: 1px solid #909090;
  font-weight: bold;
}
table.styled td, table.styled th, table.styled th a,
.pagertable td, .pagertable th, .pagertable th a {
  padding: 5px;
  font-size: 12px;
}
table.styled th, table.styled th a,
.pagertable th, .pagertable th a {
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(28,28,28,0.3);
}

table.styled th a, .pagertable th a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
table.styled th, table.styled td.total, .pagertable th, .pagertable td.total {
  background-color: #61c4df;
  color: #fff;
  font-weight: bold;
}
table.styled td, .pagertable td {
  color: #656565;
  border-right: 1px solid #fff;
}
table.styled tr.last td, .pagertable tr.last td {
  border-bottom: 2px solid #61c4df;
}
table.styled tr:hover td, .pagertable tr:hover td {
  background-color: #ffffb0;
}
table.styled tr.even:hover td, .pagertable tr.even:hover td {
  background-color: #efefa0;
}
table.styled tr.even td, .pagertable tr.even td {
  background-color: #e5ebe9;
}
table.styled td.invalid, .pagertable td.invalid {
  background-color: #fcd2d2;
}
table.styled .left, .pagertable .left {
}
table.styled .right, .pagertable .right {
  border-right: 0px;
}
table.styled td div.actions, .pagertable td div.actions {
  float: right;
}
table.styled td div.actions.floatleft, .pagertable td div.actions.floatleft {
  float: left;
}
table.styled td a, .pagertable td a {
  text-decoration: underline;
  color: #808080;
}
table.styled td div.actions a,
table.styled td a.actions,
.pagertable td div.actions a,
.pagertable td a.actions {
  padding: 0 3px 0 3px;
  margin: 0;
  display: inline-block;
  margin-bottom: 3px;
  vertical-align: middle;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(255,255,255,0.5);
  background-repeat: no-repeat;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
table.styled td div.actions a:hover,
table.styled td a.actions:hover,
.pagertable td div.actions a:hover,
.pagertable td a.actions:hover {
  text-decoration: none;
  border: 1px solid #61C4DF;
  background-color: #f8f8f8;
  color: black;
}
table.styled td div.actions a img,
table.styled td a.actions img,
.pagertable td div.actions a img,
.pagertable td a.actions img {
  vertical-align: bottom;
  margin: 0px 5px 1px 0;
}
table.styled td.w200,
.pagertable td.w200 {
  width: 200px;
}
#addressbookactions, #paymentsactions {
  float: left;
  width: 900px;
  margin-top: 10px;
}
body.nolayout #addressbookactions, body.nolayout #paymentsactions {
  width: 100%;
}
#messagesactions {
  margin-bottom: 10px;
}
#uploadcsv #formtoggle,
#addressbookactions #add,
#addressbookactions #newgroup,
#paymentsactions #add, #messagesactions #add {
  padding-left: 20px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#uploadcsv #formtoggle {
  float: right;
}
#addressbookexportgroup,
#addressbooknewgroup,
#incomingexportfolder a,
#incomingnewfolder,
#addressbookactions #groupselect {
  padding-left: 20px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 20px;
  margin: 0 0 0 30px;
  background-position: 0px 0px;
}
#incomingexportfolder a,
#addressbookexportgroup {
  background-image: url(../images/icon_download.png);
}
#incomingexportfolder a {
  margin: 0 0 0 20px;
  background-position: 0 0;
}
#incomingexportfolder a.excel {
  background-image: url(../images/icon_page_excel.png);
}
.foreachelse p {
  padding: 20px 0px 20px 0px;
  font-weight: bold;
  clear: both;
}
.recipienttable .left {
  width: 18px;
}
.recipienttable .right {
  border-right: 1px solid #fff;
}
.recipienttable .filterrow select,
.recipienttable .filterrow input {
  font-size: 11px;
  border: 1px solid #d0d0d0;
  height: 18px;
}
.recipienttable .filterrow input {
  padding: 2px;
  height: 14px;
  width: 60px;
}
.templatevariable-notice {
  text-align: right;
}
.templatevariable-notice .smallinfo {
  display: inline;
}

/* messages */
#messagesend {
  float: left;
  clear: both;
  margin-top: 20px;
  width: 900px;
}
#messagesend li {
  float: left;
}
#messagesend h2 {
  font-size: 16px;
}
#messagesend a {
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding: 5px 20px 0px 70px;
  float: left;
  width: 360px;
  height: 120px;
}
#messagesend a:hover, #messagesend a:hover h2 {
  text-decoration: none;
  color: black;
}
#fromaddressbook, #frommanual, #fromprevious, #fromcsv {
  padding: 20px 0px 20px 70px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
#fromaddressbook {
  background-image: url(../images/icon_addressbook.png);
}
#frommanual {
  background-image: url(../images/icon_manual.png);
}
#fromprevious {
  background-image: url(../images/icon_previous.png);
  background-position: 5px 2px;
}
#fromcsv {
  background-image: url(../images/icon_csv.png);
}
#fromscheduler {
  background-image: url(../images/icon_scheduler.png);
}
.error {
  display: none;
  padding: 2px 5px 2px 5px;
  background-color: #d03030;
  color: white;
}
#uploadcsv .label {
  display: block;
}
#uploadcsv .submitbutton {
  margin: 0;
}
#groupselect {
  float: left;
  margin: 0 0 5px 0;
}
#groupselect select {
  max-width: 400px;
}
#folderselect {
  margin: 0 0 15px 0;
}
#csvinfo {
  margin: 5px 0 10px 0;
  clear: both;
}
#csvinfo span {
  padding: 5px;
  line-height: 20px;
}
#csvinfo #csvinfoall     { padding-left: 0px; }
#csvinfo #csvinfovalid   { color: #108010; font-weight: bold; }
#csvinfo #csvinfoinvalid { color: #f06060; font-weight: bold; }
#csvinfo .csvinfooperator {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 0 0 0;
  margin: 0;
  color: #808080;
}
.searchtable {
  float: right;
  clear: both;
}
.searchtable select {
  width: 160px;
}
#searchsubmit {
  height: 35px;
}
table#messagetracking_overview {
  margin-left: 100px;

}
table#messagetracking_overview td {
  border: 0px solid black;
  padding: 4px;
}
table#messagetracking_overview td.percents {
  width: 47px;
}
table#messagetracking_overview td.clicks {
  width: 85px;
}
table#messagetracking_overview td.clicktargets {
  width: 400px;
  padding-left: 20px;
}
table#messagetracking_overview td.clicktargets img {
  max-width: 400px;
}

#messagestracking_summary h2 {
  display: inline-block;
}
#messagestracking_summary div.details {
  display: inline-block;
  margin: 0 0 0 20px;
}
#messagestracking_summary h2 span {
  display: inline-block;
  width: 90px;
}
#messagestracking_summary h2 span.value {
  width: 55px;
  text-align: right;
}

/* chooserecipients */
#manual textarea {
  float: left;
  width: 400px;
  margin: 15px 10px 20px 0px;
  padding: 5px 5px 5px 5px;
  min-height: 300px;
}
#unsubscribegroupinfo.info,
#manual .info {
  float: left;
  clear: none;

  margin: 15px 0px 0px 0px;
  padding: 20px 10px 20px 70px;
  width: 380px;
  min-height: 270px;

  background-repeat: no-repeat;
  background-position: 5px 20px;
  background-image: url(../images/icon_info.png);
  background-color: #61c4df;

  color: #fff;
  font-weight: bold;
}
/* addressbook_beforepager */
#unsubscribegroupinfo.info { 
  font-weight: normal;
  float: none;
  width: auto;
  min-height: unset;
  border-radius: 15px;
  margin-bottom: 15px;
} 

.actions .variables {
  float: right;
}
.actions .parent {
  float: left;
  clear: both;
}
.actions .child {
  float: left;
  clear: both;
  margin-left: 20px;
  display: none;
}
tr.skippedrow td {
  padding-left: 20px;
}
#groupwrap input {
  margin-left: 10px;
}
#filterwrap {
  margin-bottom: 20px;
  padding-left: 2px;
}
#previouswrap {
  margin-left: 120px;
}
#previouswrap select {
  width: 500px;
  margin-right: 10px;
}
#recipientwrap {
  overflow: auto;
  margin-bottom: 10px;
}
#clearsearchbutton {
  margin-right: 10px;
}
/* compose, scheduler */
#compose .mainrow {
  margin-top: 2px;
}
#compose textarea,
#scheduler textarea,
#messagetemplates textarea {
  height: 90px;
  width: 290px;
  padding: 5px 5px 5px 5px;
}
#compose #messagetoolscontainer,
#scheduler #messagetoolscontainer {
  position: relative;
  top: -18px;
  float: left;
  width: 435px;
}
#compose .variablewrap, #compose .messagewrap, #compose .previewrap,
#scheduler .variablewrap, #scheduler .messagewrap, #scheduler .previewrap {
  float: left;
  margin-right: 10px;
}
#compose .messagewrap,
#scheduler .messagewrap {
  width: 304px;
  position: relative;
}
#compose .previewrap,
#scheduler .previewrap {
  margin-right: 0px;
}
#compose #variable,
#scheduler #variable {
  width: 120px;
  height: 82px;
}
#compose #insertvariable, #compose #counter,
#scheduler #insertvariable, #scheduler #counter {
  margin-top: 5px;
  clear: both;
}
#compose #counter,
#scheduler #counter {
  text-align: right;
  width: 100%;
  margin-top: 0;
}
#compose #messagetemplatesbuttoncontainer {
  position: absolute;
  top: -19px;
  right: 2px;
  z-index: 9;
}
#compose #messagetemplatesbutton {
  background-color: #a1dfff;
  color: white;
  height: 20px;
  padding: 3px 10px 3px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-decoration: none;
}
#compose #messagetemplatesbuttoncontainer:hover #messagetemplatesbutton{
  background-color: #61c4df;
}
#compose #timestamp_sendtimeshort {
  width: 40px;
}
#togglevariables {
  text-decoration: underline;
  display: block;
}
#compose .previewrap {
  margin: -19px 0 0 0;
}
tr.scheduler td {
  padding: 10px 5px 10px 5px;
}
/* overview */
#overview {
  margin: 0px auto 20px auto;
  width: 343px;
  min-height: 312px;
  padding: 0px 0px 0px 0px;
  border: 40px solid #61C4DF;
  background-color: #61C4DF;
  border-radius: 40px;
}
#overview textarea {
  width: 333px;
  height: 144px;
  max-width: 333px;
  max-height: 144px;
  padding: 10px 5px 5px 5px;
  border: 0;
  margin: 0;
}
#overview #counter,
#overview #unsubscribecounter {
  background-color: #c9ebf4;
  color: #48a2bb;
  width: 333px;
  padding: 5px 5px 3px 5px;
}
#overview #counter, 
#overview #unsubscribecounter,
#overviewsend, #overviewerror {
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
}
#overview #unsubscribecounter {
  background-color: #c9ebf4;
  font-weight: normal;
  padding-left: 25px;
  width: 313px;
  background-position: 5px 5px;
  color: #707070;
  filter: grayscale(100%);
}
#overview #buttoncontainer {
  background-color: #61C4DF;
  padding-top: 10px;
}
#overviewsend, #overviewerror {
  clear: both;
  width: 208px;
  display: block;
  padding: 15px 55px 14px 80px;
  background-repeat: no-repeat;
  background-color: #000;
  line-height: 18px;
  height: 18px;
}
#overviewsend:hover, #overviewerror:hover {
  text-decoration: none;
}
#overviewsend {
  color: #40a128;
  margin-bottom: 10px;
  background-image: url(../images/overview_send.png);
}
#overviewerror {
  color: #ff9600;
  background-image: url(../images/overview_error.png);
}
.unselected {
  display: table-row;
}
.unselectforced {
  display: none;
}
.formrow .info {
  font-size: 11px;
  padding: 1px 0px 0px 22px;
  background-image: url(../images/icon_question.png);
  background-repeat: no-repeat;
}
.fieldsetinfo {
  margin: 10px 0 10px 0;
}
/* bullet lists should be working on defaults too */
ol.bullets {
  list-style-type: decimal;
  margin-left: 20px;
}
ol.bullets li {
  margin-bottom: 15px;
}

ul.bullets, #index_body ul.bullets {
  margin: 15px 0 0 15px;
  padding: 0;
}
ul.bullets li, #index_body ul.bullets li {
  list-style-type: disc;
  margin: 0 0 5px 0;
  padding: 0;
}

ul.bullets, ol.bullets {
  margin-bottom: 25px;
}

ul.imagebullets, ul.smallimagebullets {
  width: 100%;
  clear: both;
  display: block;
  margin-top: 7px;
}

ul.imagebullets li, ul.smallimagebullets li {
  padding: 0;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  clear: both;
  float: left;
}

ul.smallimagebullets li {
  margin: 0 0 3px 0;
}

ul.imagebullets li img, ul.smallimagebullets li img {
  float: left;
  margin: 0 10px 3px 0;
}

span.dotted {
  border-bottom: 2px dotted white;
  cursor: help;
}
.helpicon {
  padding: 0 5px 0 5px;
  background-color: lightblue;
  color: white;
  font-weight: bold;
  cursor: help;
}
.zoomicon {
  padding-left: 18px;
  background-image: url(../images/icon_magnifier.png);
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.downloadicon {
  padding-left: 18px;
  background-image: url(../images/icon_download.png);
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.backicon {
  padding-left: 20px;
  background-image: url(../images/icon_back.png);
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* Easy Slider */

  #slider ul, #slider li,
  #slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
    }
  #slider2{margin-top:1em;}
  #slider {
    clear: both;
    margin-bottom: 20px;
    width:958px;
    height: 230px;
    overflow: hidden;
  }
  #slider li, #slider2 li{
    /*
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
    */
    width:958px;
    height:230px;
    overflow:hidden;
    }
  #prevBtn, #nextBtn,
  #slider1next, #slider1prev{
    display:block;
    width:30px;
    height:77px;
    float: left;
    position:relative;
    margin-bottom: -70px;
    left:-16px;
    top:-175px;
    z-index:1000;
    }
  #nextBtn, #slider1next{
    left:927px;
    }
  #prevBtn a, #nextBtn a,
  #slider1next a, #slider1prev a{
    display:block;
    position:relative;
    width:30px;
    height:77px;
    overflow: hidden;
    background:url(../images/btn_prev.gif) no-repeat 0 0;
    }
  #nextBtn a, #slider1next a{
    background:url(../images/btn_next.gif) no-repeat 0 0;
    }

  /* numeric controls */

  ol#controls{
    margin:1em 0;
    padding:0;
    height:28px;
    }
  ol#controls li{
    margin:0 10px 0 0;
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    }
  ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#DAF3F8;
    color:#555;
    padding:0 10px;
    text-decoration:none;
    }
  ol#controls li.current a{
    background:#5DC9E1;
    color:#fff;
    }
  ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

#callbackpreview {
  width: 900px;
  height: 500px;
  overflow: scroll;
}

/* tour timeline */
#tourtimeline {
  float: left;
  clear: both;
  margin: 5px -10px 10px -10px;
}
#tourtimeline ul {
  float: left;
  width: 916px;
  height: 41px;
  background-image: url(../images/tour_sprite.png);
  background-repeat: no-repeat;
}
#tourtimeline ul.bg0 { background-position: 0px 0px; }
#tourtimeline ul.bg1 { background-position: 0px -42px; }
#tourtimeline ul.bg2 { background-position: 0px -84px; }
#tourtimeline ul.bg3 { background-position: 0px -126px; }

#tourtimeline ul.bg0 li.first span,
#tourtimeline ul.bg1 li.second span,
#tourtimeline ul.bg2 li.third span,
#tourtimeline ul.bg3 li.fourth span,
#tourtimeline ul.bg0 .first a,
#tourtimeline ul.bg1 .second a,
#tourtimeline ul.bg2 .third a,
#tourtimeline ul.bg3 .fourth a { color: #fff; }

#tourtimeline li {
  float: left;
  line-height: 15px;
}
#tourtimeline li.first span {
  margin-left: 15px;
}
#tourtimeline li span {
  width: 20px;
  margin: 6px 6px 0 10px;
  line-height: 30px;
  font-size: 38px;
  display: block;
  float: left;
  color: #61c4df;
}
#tourtimeline li a {
  float: left;
  text-decoration: none;
  color: #61c4df;
  float: left;
  height: 37px;
  margin: 5px 0px 0px 0px;
  overflow: hidden;
}
#tourtimeline li.first    { width: 258px; }
#tourtimeline li.first a  { width: 180px; }
#tourtimeline li.second   { width: 230px; }
#tourtimeline li.second a { width: 160px; }
#tourtimeline li.third    { width: 215px; }
#tourtimeline li.third a  { width: 165px; }
#tourtimeline li.fourth a { width: 150px; }

h3.tourtimeline {
  color: #61c4df;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
}

.indent {
  margin-left: 20px;
}

div.smallinfo {
  font-size: 12px;
  background-image: url(../images/info_mini.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding: 1px 0 0 17px;
  cursor: help;
}

div.smallinfoicon {
  font-size: 12px;
  cursor: help;
  background-image: url(../images/info_mini.gif);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  background-position: 0 -1px;
  border: 0px solid red;
  width: 17px;
  height: 13px;
  padding: 0;
  margin: 0 5px 0 0;
}

#termsofservice {
  width: 640px;
  margin-top: 20px;
  height: 250px;
  font-size: 10px;
  line-height: 15px;
  overflow: scroll;
  background-color: #e8e8e8;
  border: 2px solid #c8c8c8;
  padding: 10px;
}

div.serviceinfopayments,
div.formalert {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  background-position: 8px 9px;
  font-weight: bold;
  background-image: url(../images/smallwarning.gif);
  background-repeat: no-repeat;
  background-color: #ffff80;
  border: 2px solid red;
}

div.serviceinfopayments {
  margin: 1rem 0 1rem 0;
  font-weight: bold;
}

body.form-paymentsadd div.serviceinfopayments {
  margin: 4rem 0 4rem 0;
}

div.formalert a {
  text-decoration: underline;
}

div.paymentformalert {
  margin: 80px 0 80px 0;
  padding: 25px 10px 25px 25px;
  border: 5px solid red;
  background-position: 8px 29px;
}

tr.messagelistitem {
  height: 1px;     /* will be ignored though, but required to be able to fill the entire cell */
}
tr.messagelistitem td.messagecontainercell {
  height: inherit; /* required to be able to fill the entire cell height with a div */
}

.messagelistitem .messagecontainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.messagelistitem .messagecontainer .messagebody {
  flex-grow: 1;
  flex-shrink: 0;
}

.messagelistitem .messagecontainer .senderidcontainer {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}

/* progress: show for pending/processing, hide for failed/completed */
.messagelistitem .progress {
  margin-bottom: 5px;
  text-align: center;
}

.messagelistitem .progress .statustext {
}

.messagelistitem .status-failed     .progress
.messagelistitem .status-pending    .progress,
.messagelistitem .status-processing .progress {
  display: block;
}

.messagelistitem .status-failed .ui-progress-bar {
  opacity: 0.5;
}
.messagelistitem .status-failed .ui-progress {
  background: #ccc;
  box-shadow: inset 0px 1px 0px 0px #ddd, inset 0px -1px 1px #777;
  border: 1px solid #555;
  animation: none;
}

.messagelistitem .status-completed  .progress {
  display: none;
}

/* actions: hide for pending/processing, show for failed/completed */
.messagelistitem .status-pending    div.actions,
.messagelistitem .status-processing div.actions {
  display: none;
}

.messagelistitem .status-failed     div.actions,
.messagelistitem .status-completed  div.actions {
  display: block;
}

.senderid {
  display: inline-block;
  text-align: left;
  width: 100px;
  padding: 2px 0 0 5px;
  margin-top: 5px;
  margin-right: -5px;
  margin-bottom: -5px;
  clear: both;
  border-top: 1px dashed #d0d0d0;
  border-left: 1px dashed #d0d0d0;
  color: #a0a0a0;
}

#systemmessage {
  background-color: #ffff80;
  border-radius: 20px;
  -moz-border-radius: 20px;
  font-weight: bold;
  padding: 10px 20px 10px 30px;
  clear: both;
  margin: 40px auto 10px auto;
}

body > #systemmessage {
  width: 910px;
}

#systemmessageclose {
  float: right;
  padding-left: 10px;
  margin-top: 2px;
}

#systemmessageclose a {
  float: left;
  width: 14px;
  height: 14px;
  background-image: url(../images/cross.png);
}
table.codepagesampler {
  width: 100%;
}

table.codepagesampler td {
  padding: 3px;
  border: 1px solid #ccc;
  empty-cells: show;
}

table.codepagesampler .button {
  margin: 10px;
}

table.codepagesampler tr.separator td {
  background-color: #ccc;
  height: 10px;
}

div#codepagesamplercontainer {
  width: 100%;
  overflow: scroll;
  margin: 20px 0 20px 0;
}

table.codepagesampler td.selector {
  text-align: center;
}

table.codepagesampler td.selector input {
  margin-bottom: 8px;
}

table.codepagesampler td.value:hover {
  font-size: 25px;
  padding-left: 25px;
  background-image: url(../images/munich-16x16/zoom.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
}

/* tooltips */
.tooltip {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #61c4df;
   color: white;
   z-index: 3;
   display: none;
   padding: 5px;
   font-size: 20px;
}
#spinner {
  display: none;
}

.paymentdownload {
  background-image: url(../images/icon_pdf_alt.png);
  background-repeat: no-repeat;
  background-position: 3px 6px;
  padding: 0px 0px 0px 26px;
  width: auto;
  min-height: 36px;
  margin: 0 0 5px 0;
  border: 1px solid #f0f0f0;
  text-decoration: underline;
  display: block;
}

.paymentdownload:hover {
  color: black;
  border: 1px solid transparent;
}

.invoicereference {
  background-image: url(../images/icon_crm.png);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  padding: 0px 0px 0px 26px;
  width: auto;
  margin: 0 0 5px 0;
  cursor: help;
}

#welcomeright {
  float: right;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}
#fsapi .formrow {
  width: 840px;
}

/* recipient table scroll bars */
#recipientwrapleftscroll, #recipientwraprightscroll {
  display:  block;
  width:    15px;
  position: absolute;
  border: 1px solid #c0c0c0;
  background-repeat: repeat-y;
  background-position: 4px 0;
  outline: none;
}
#recipientwrapleftscroll:hover, #recipientwraprightscroll:hover {
  background-color: #f0f0f0;
  border-color: #d8d8d8;
}
#recipientwrapleftscroll {
  background-image: url(../images/arrow_transparent_left.gif);
  background-color: #e0e0e0;
}
#recipientwraprightscroll {
  background-image: url(../images/arrow_transparent_right.gif);
  background-color: #e0e0e0;
}
#recipientwrapleftscroll.disabledScrollingSidebar,
#recipientwraprightscroll.disabledScrollingSidebar {
  background-image: none;
  display: none;
}

img.statusbadge {
  vertical-align: middle;
}
.verticalmiddle {
  vertical-align: middle;
}

.paymentmethod {
  width: 715px;
  clear: left;
  margin-bottom: 10px;
}

.creategroup {
  height: 60px;
}

.creategroup.csvimport {
}

.creategroup.csvimport .csvimport_radio {
  float: left;
  width: 20px;
  margin-right: 5px;
}

.creategroup.csvimport .csvimport_label {
  margin-left: 25px; 
}

.paymentmethod.active {
  background-color: #e0ffe0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.paymentmethod .paymentmethod_radiobutton {
  width: 40px;
  height: 40px;
  margin-top: 12px;
  display: none;
}

.paymentmethod label {
  display: block;
  background-image: url(../images/icon_radio_empty.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  width: 585px;
  padding: 10px 0 10px 60px;
  cursor: pointer;
}

.paymentmethod.active label {
  background-image: url(../images/icon_radio_selected.png);
}


span.grosspaymentaltogether, span.grosspaymentcurrency {
  font-weight: bold;
}

.paymentprovider {
}

input#paymentaltogether {
  border: none;
  width: 60px;
  text-align: right;
  line-height: auto;
  padding: 0;
  font-size: inherit;
  margin: -2px 0 0 0;
  color: #333;
  background-color: transparent;
}

.paymentmethod ul {
  padding: 0 0 0 15px;
}

#paymentmethod_paypal       {}
#paymentmethod_wiretransfer {}
#paymentmethod_simplepay img {
  background-color: white;
  padding: 8px;
}
#paymentmethod_simplepay {
  position: relative;
}
#paymentmethod_simplepay .newlabel {
  border-radius: 3px;
  background-color: #63b32e;
  color: white;
  padding: 3px 8px;
  margin: 0 10px 0 0;
  position: absolute;
  top: 30px;
  left: -50px;
  transform: rotate(-5deg);
  transition-duration: 0.3s;
} 
#paymentmethod_simplepay .newlabel:hover {
  background-color: #83d34e;
  background-color: orange;
  transform: rotate(5deg);
}

table.pagertable td .paymentpaypalbutton {
  color: #fff;
  text-decoration: none;
  float: left;
  margin: 3px 0px 3px 0px;
}
.massactionscontrol {
  float: right;
}
.textcenter {
  text-align: center;
  vertical-align: middle;
}
#massactionsth {
  padding: 0;
  width: 37px;
}
#massactionsselect {
  white-space: nowrap;
  display: inline-block;
  height: 21px;
  width: 37px;
  padding: 7px 0px 0px 0px;
  text-align: center;
}
#massactionsselect:hover {
  text-decoration: none;
}
#massactionsselect input {
  cursor: default;
}
#massactionsselect span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 4px;
  background-image: url(../images/arrow_down.png);
  top: -4px;
}
#massactionscontrols {
  position: absolute;
  background-color: #61C4DF;
  display: none;
  z-index: 200;
}
#massactionscontrols ul {
  padding: 0;
  margin: 0;
}
#massactionscontrols ul li {
  padding: 5px 5px 2px 5px;
}
#massactionscontrols #massactionsreverseselection {
  padding-bottom: 5px;
}
#massactionsgrouptoplayer, #massactionsgroupbottomlayer {
  position: absolute;
  display: none;
  z-index: 200;
  margin-top: 4px;
  padding: 10px 5px 10px 5px;
  background-color: #61C4DF;
  box-shadow: 2px 3px 0 #d3d3d3;
  -moz-box-shadow: 2px 3px 0 #d3d3d3;
  -webkit-box-shadow: 2px 3px 0 #d3d3d3;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#massactions .pagertable td input {
  position: relative;
  left: -5px;
}
td.crmdetails img {
  margin-right: 5px;
}

.maxwidth {
  max-width: 900px;
  overflow: auto;
}
body.nolayout .maxwidth {
  max-width: 100%;
}

.csvimportfirstcolumn {
  text-align: right;
  background-color: #d0d0d0;
}
.creategroup #groupname {
  width: 230px;
}
.creategroup #groupid {
  width: 240px;
}
table.tableborder {
  border-collapse: collapse;
}
table.tableborder td {
  border:  1px solid #d0d0d0;
  padding: 2px;
}
table.tableborder th {
  background-color: #e0e0e0;
  font-weight: bold;
}

/* crm template table */
table.crmtemplatetable, table.crmtemplatetable .formrow {
  width: 100%;
}
table.crmtemplatetable td.column {
  width: 50%;
}
table.crmtemplatetable .formrow .label {
  width: 25.5%;
  padding-right: 1%;
}
table.crmtemplatetable td.column.parameters .formrow .label {
  width: 100%;
}
table.crmtemplatetable .formrow .element {
  width: 73.5%;
}
table.crmtemplatetable td.column.parameters .formrow .element {
  width: 100%;
}
table.crmtemplatetable td.column.parameters .crmparameter {
  width: 100%;
}
table.crmtemplatetable td.column.parameters .crmparameter.textarea {
  height: 300px;
  white-space: pre-wrap;
  font-size: 10px;
}
table.crmtemplatetable td.column.parameters .formrow .element,
table.crmtemplatetable td.column.parameters .formrow .label {
  float: none;
}

.spinner {
  display: none;
}

table.pagertable td div.actions a.pay {
  background-color: #60c060;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
table.pagertable td div.actions a.pay:hover {
  background-color: #70d070;
  border: 0;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#billinginfo div.label {
  font-style: italic;
  float: left;
  width: 120px;
}
#editbillinginfo {
  margin-top: 15px;
  display: inline-block;
}
form#paymentsadd #fsbilling .formrow {
  margin-bottom: 0;
}
form#paymentsadd input#paymentrequestemails:disabled {
  border: none;
  background: none;
  padding: 0 0 0 17px;
}
#wiretransfer_description {
  display: block;
}

#prepareerror {
  font-weight: bold;
  color: red;
}

a.refer,
#index_blog a.refer,
#index_body a.refer {
  cursor: text;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a.refer:hover {
  text-decoration: none;
}

.incomingdetails {
  margin: 0px 10px 0px 10px;
  font-style: italic;
}

#notifybalancepercentrow .element,
#notifybalanceemailrow .element {
  width: 460px;
}
#notifybalancepercentrow #notifybalancepercent {
  width: 20px;
  padding: 0 2px 0 2px;
  text-align: right;
}
select#billing_countryid, select#postal_countryid {
  width: 175px;
}
#fsbilling span.postfix .smallinfo.billingcountry {
  width: 0px;
  height: 14px;
}
#fsbilling span.postfix {
  width: 16px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  height: 18px;
  clear: both;
}
#fspostal .smallinfo {
  width: 172px;
}
#cf_errorbilling_countryid, #cf_errorpostal_countryid {
  width: 166px;
}
#cf_errorvatnumber {
  width: 230px;
  text-align: justify;
}
#signupwebgalamb input#tos,
input#acceptpp {
  margin: 3px 5px 0 0;
}
.qtip {
  background-color: #61c4df;
  font-size: 24px;
  line-height: 26px;
  width: auto;
  border: 0;
  padding: 5px;
  color: white;
}
.qtip-smallinfoicon {
  font-size: 12px;
  line-height: normal;
  padding: 0;
  border: 1px solid lightgray;
}

#composeemail input[type=text] {
  width: 360px;
}
#composeemail #variable {
  padding: 5px;
}
#composeemail .globaltemplates label {
  border: 1px solid transparent;
  display: block;
}
#composeemail .globaltemplates input[type=radio] {
  display: none;
}
#composeemail .globaltemplates input[type=radio]:checked + label {
  border: 1px solid #f00;
}
#composeemail #template_preview {
  padding: 10px 0;
  display: block;
  clear: both;
}
#composeemail .subjectwrap {
  display: inline-block;
}
#composeemail .variablewrap {
  display: inline-block;
}
#composeemail #insertvariable {
  margin: 5px 0 10px 0;
}
#composeemail .previewrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
#composeemail #togglevariables {
  margin: 10px 0 0 0;
}

.status {
  float: right;
}
.status .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/spinner.gif);
}
.status .icon-ok {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_smsstatustranslated_successful.png);
}
.status .icon-error {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_smsstatustranslated_failed.png);
}
a.csvdelimiter, .pagertable td a.csvdelimiter {
  width: 15px;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: right;
  text-align: center;
}

tr.freefields td,
table.styled tr.even.freefields td,
table.styled tr.odd.freefields td,
.pagertable tr.even.freefields td,
.pagertable tr.odd.freefields td {
  padding: 0;
  background: none;
}

tr.freefields td div {
  border-left:  1px solid #61c4df;
  border-bottom: 1px solid #61c4df;
  border-right:  1px solid #61c4df;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 2px;
  padding: 0 5px 3px 5px;
  font-size: 11px;
  margin-bottom: 8px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
}

tr.even.freefields td div {
  background-color: #e5ebe9;
}

table.styled tr.even.freefields td.cleancell,
.pagertable tr.even.freefields td.cleancell,
table.styled tr.odd.freefields td.cleancell,
.pagertable tr.odd.freefields td.cleancell {
  background: none;
  border-bottom: none;
  border-top: 1px solid #61c4df;
}

form#scheduler select {
  max-width: 300px;
}

div#schedulerOperatorContainer {
  clear: both;
  float: left;
  padding: 0;
  width: 600px;
}

div#schedulerOperatorContainer div.radioitem {
  display: block;
  padding: 10px 5px 10px 5px;
  text-align: center;
  margin: 0 15px 15px 0;
  float: left;
  border: 10px solid #e0e0e0;
}

div#schedulerOperatorContainer div.radioitem input {
  display: none;
}

div#schedulerOperatorContainer div.radioitem label {
  background-repeat: no-repeat;
  padding: 0 0 0 50px;
  cursor: pointer;
  display: block;
  width: 190px;
  height: 60px;
  border-bottom: 2px solid white;
}

tr.scheduler .metadata {
  float: left;
  width: 210px;
}

div.scheduler-icon {
  width: 20px;
  height: 37px;
  background-size: 20px 37px;
  float: left;
  margin: 0 10px 5px 5px;
}
div.scheduler-icon.icon-yearly,
div#schedulerOperatorContainer div.radioitem input[value=yearly] + label {
  background-image: url(../images/icon_scheduler_yearly.png);
}
div.scheduler-icon.icon-nameday,
div#schedulerOperatorContainer div.radioitem input[value=nameday] + label {
  background-image: url(../images/icon_scheduler_nameday.png);
}
div.scheduler-icon.icon-exactdate,
div#schedulerOperatorContainer div.radioitem input[value=exactdate] + label {
  background-image: url(../images/icon_scheduler_exactdate.png);
}
div.scheduler-icon.icon-exacttimestamp,
div#schedulerOperatorContainer div.radioitem input[value=exacttimestamp] + label {
  background-image: url(../images/icon_scheduler_exacttimestamp.png);
}

div#schedulerOperatorContainer div.radioitem:hover {
  border: 10px solid #d0d0d0;
}

div#schedulerOperatorContainer div.radioitem.active {
  border: 10px solid #60b0e0;
}

#scheduler_info_more {
  display: none;
}

.pagertable td a.schedulerdisabled {
  background-color: orange;
  color: white;
  font-weight: normal;
  text-decoration: none;
  float: right;
  padding: 0 5px 0 5px;
  border-radius: 3px;
  text-decoration: none;
}

fieldset#free .smallinfo {
  margin-left: 15px;
}

#maxinputwarning {
  display: none;
  background-color: red;
  color: white;
  width: 150px;
  padding: 10px;
  position: fixed;
  right: 0;
}

.clipboardJsBtn {
  margin: 0 5px 0 0;
  padding: 3px 5px 0px 8px;
  background-image: url(../images/icon_clippy.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  border: 1px solid #656565;
  border-left: none;
  background-position: 50% 50%;
  float: left;
}

.clipboardJsTarget {
  float: left;
}

a#testcallback.button {
  display: inline-block;
  margin: 5px 0 0 25px;
  font-weight: normal;
  padding: 2px 10px 2px 10px;
}

#password-whitespace {
  display: none;
  padding: 2px 5px;
  background-color: #fbf676;
  margin: 0 0 0 -5px;
}
#mandatoryvat-wrap {
  display: none;
}
#mandatoryvat {
  padding: 2px 5px;
  background-color: #fbf676;
  margin: 0 0 0 -5px;
}
.formerrors {
  color: red;
}

#subaccountsmanagebalance #amount {
  text-align: right;
  width: 80px;
}
#subaccountsmanagebalance td.amountcol {
  text-align: right;
  padding: 0 0 0 5px;
}

#templatewarning {
  display: none;
  background-color: red;
  color: #fff;
  font-weight: bold;
  text-align: center;
  clear: both;
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.micromodal-slide {
}
.modal__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 740px;
  height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__close {
  background: transparent;
  border: 0;
  margin: 0 0 5px 0;
  cursor: pointer;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}
#idle-modal-content {
  margin-top: 1rem;
}
.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
.modal .messagetemplatestab {
  border: 1px solid #e0e8f0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 15px 10px 15px;
  margin-right: 10px;
  text-decoration: none;
  color: #808080;
  font-weight: bold;
}
.modal .messagetemplatestab.active {
  background-color: #e0e8f0;
  color: #404040;
}
.modal #messagetemplatecounter {
  margin-bottom: 5px;
} 

.modal #messagetemplateisdefaultcontainer {
  margin: 3px 0 8px 0;  
}

.modal #messagetemplateisdefaultcontainer #messagetemplateisdefault {
  margin-right: 5px;
  vertical-align: text-bottom;
} 

.modal ul {
  padding: 10px 0px 10px 0;
  margin-top: 0;
  background-color: #e0e8f0;
}
.modal ul li {
  margin: 20px 20px 20px 20px;
  background: white;
  border-radius: 8px;
  list-style-type: none;
  padding: 5px 10px 5px 10px;
  word-break: break-all;
  position: relative;
}
.modal ul li:last-child {
  padding: 10px;
}
.modal ul li.listcontent {
  white-space: pre-wrap;
}
.modal ul li.listcontent .buttoncontainer {
  display: none;
  margin-top: -2px;
  margin-left: 10px;
  position: absolute;
  right: 0px;
}
.modal ul li.listcontent button {
  cursor: pointer;
  margin-right: 10px;
}
.modal ul li.listcontent a {
  text-decoration: none;
  display: block;
}
.modal ul li.listcontent.isdefault {
  background-color: #f0fff0;
}
.modal ul li.listcontent.isdefault span.isdefaultlabel{
  margin-top: -2px;
  margin-right: 8px;
  position: absolute;
  right: 0px;
  background-color: #7fdd7f;
  font-weight: bold;
  padding: 2px 8px 2px 8px;
  border-radius: 5px;
}
.modal ul li.listcontent button.setdefault {
  background-color: #7fdd7f;
  font-weight: bold;
}
.modal ul li.listcontent button.cleardefault {
  background-color: #fc5151;
  font-weight: bold;
}
.modal #previousmessages {
  display: none;
}
/* password-strength ui */
#password-strength-meter-wrap {
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#password-strength-meter-wrap {
  border-radius: 0px;
}
#password-strength-label .smallinfo {
  margin-left: 5px;
}
#password-strength-label {
  display: inline-block;
}
meter#password-strength-meter {
  display: block;
  background: none;
  background-color: rgba(128, 128, 128, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#password-strength-meter {
  width: 100%;
  border-radius: 0px;
}
meter#password-strength-meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
meter#password-strength-meter::-webkit-meter-bar {
  border-radius: 0px;
}
meter#password-strength-meter[value="1"]::-webkit-meter-optimum-value { background: #ff5656; }
meter#password-strength-meter[value="2"]::-webkit-meter-optimum-value { background: #e8ef52; }
meter#password-strength-meter[value="3"]::-webkit-meter-optimum-value { background: #b3ed93; }
meter#password-strength-meter[value="4"]::-webkit-meter-optimum-value { background: #6caf47; }

meter#password-strength-meter[value="1"]::-moz-meter-bar { background: #ff5656; }
meter#password-strength-meter[value="2"]::-moz-meter-bar { background: #e8ef52; }
meter#password-strength-meter[value="3"]::-moz-meter-bar { background: #b3ed93; }
meter#password-strength-meter[value="4"]::-moz-meter-bar { background: #6caf47; }

a#logo.xmas-wobble-hor-top {
  -webkit-animation: wobble-hor-top 18s linear infinite both;
  animation: wobble-hor-top 18s linear infinite both;
}

a#logo.xmas-wobble-hor-top span {
  background-image: url(../images/header_logo_xmas.png);
}

/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-7px) rotate(1.7deg);
            transform: translateX(-7px) rotate(1.7deg);
  }
  30% {
    -webkit-transform: translateX(7px) rotate(-1.7deg);
            transform: translateX(7px) rotate(-1.7deg);
  }
  45% {
    -webkit-transform: translateX(-7px) rotate(1.7deg);
            transform: translateX(-7px) rotate(1.7deg);
  }
  60% {
    -webkit-transform: translateX(7px) rotate(-1.2deg);
            transform: translateX(7px) rotate(-1.2deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(0.6deg);
            transform: translateX(-3px) rotate(0.6deg);
  }
}
@keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-7px) rotate(1.7deg);
            transform: translateX(-7px) rotate(1.7deg);
  }
  30% {
    -webkit-transform: translateX(7px) rotate(-1.7deg);
            transform: translateX(7px) rotate(-1.7deg);
  }
  45% {
    -webkit-transform: translateX(-7px) rotate(1.7deg);
            transform: translateX(-7px) rotate(1.7deg);
  }
  60% {
    -webkit-transform: translateX(4px) rotate(-1.2deg);
            transform: translateX(4px) rotate(-1.2deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(0.6deg);
            transform: translateX(-3px) rotate(0.6deg);
  }
}
