/**
 * (c) 2013 simple dino
 **/
/* general */
*,
html,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: 'Open Sans', Arial, serif;
}
a[href^="error:"] {
  background: red;
  color: white;
}
.submit {
  text-align: center;
  margin: auto;
  display: block;
  padding: 1rem;
}
.recurr tr td {
  color: #74c078;
}
.small-btn {
  font-size: 12px;
  height: 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ul.error {
  list-style-type: none;
  padding: 0;
}
ul.error li {
  background: #aa3333;
  color: #fff;
  padding: .5em;
}
.bubble {
  display: inline;
}
input.happy,
textarea.happy,
select.happy,
option.happy,
.button.happy,
button.happy {
  border: 1px green solid;
}
input.unhappy,
textarea.unhappy,
select.unhappy,
option.unhappy,
.button.unhappy,
button.unhappy {
  border: 1px red solid;
}
.unhappyMessage {
  display: block;
  font-size: .8em;
  color: #aa3333;
}
.document .unhappyMessage {
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  background-color: #ffffff;
  line-height: 125%;
  margin-top: 4px;
}
.fb-comments {
  margin: auto;
  display: block !important;
  width: 600px;
}
h1 {
  font-weight: bold;
  margin: .5em 0 .3em;
}
body {
  padding: 0 0 5rem 0 !important;
}
.entrepreneur h3 {
  min-height: 2.5em;
}
.entrepreneur img {
  max-width: 7rem;
  max-height: 7rem;
}
.green-text {
  color: #74c078;
}
.dark-green-text {
  color: #449d44;
}
.white-text {
  color: #ffffff;
}
.text-large {
  font-size: 2.5rem;
}
.text-bigger {
  font-size: 1.25rem;
}
.text-normal {
  font-size: 1rem;
}
.text-middle {
  font-size: 0.9rem;
}
.text-medium {
  font-size: 0.75rem;
}
.text-small {
  font-size: 0.6rem;
}
hr {
  border: 0.15rem #dddddd dotted;
}
.wrap-3rem {
  min-width: 3rem;
  display: inline-block;
  text-align: center;
  margin-right: .5rem;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  text-align: center;
  line-height: 1.5em;
  padding: .25rem 0 .25rem .5rem;
  font-size: .75rem;
}
.eu-cookies button {
  margin: 0;
}
a,
.btn-link {
  color: #449d44;
}
a:hover,
.btn-link:hover {
  color: #2a951f;
}
a:active,
a:focus {
  color: #2a951f;
}
.navbar .btn-link {
  color: #455a64;
}
/* bootstrap general */
@media (min-width: 90rem) {
  .container-wide {
    max-width: 90rem !important;
  }
}
.carousel-indicators li {
  border-radius: 1;
  background: #B0BFC6;
  border: none;
}
.carousel-indicators li.active {
  background: #74c078;
}
.navbar {
  background: rgba(255, 255, 255, 0.9);
}
.navbar-brand img {
  height: 2.8rem;
  padding-top: 0.08rem;
}
.navbar-nav {
  padding-top: .7rem;
}
@media (max-width: 62em) {
  .navbar-nav > li {
    display: block;
    width: 100%;
    float: none;
    line-height: 2rem;
  }
}
.dropdown-item a {
  display: block;
  text-align: left;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
.navbar-nav .nav-item img,
.flag-image {
  height: 1.2em;
  position: relative;
  top: -0.15em;
}
@media (min-width: 62em) {
  .navbar-toggleable-lg {
    display: block !important;
  }
}
.alert.alert-default {
  background: #F1F6F9;
}
.c-input > input:checked ~ .c-indicator {
  background-color: #74c078;
}
.rounded {
  border-radius: 9999999999rem;
}
.btn,
.card,
.card-header,
.dropdown-menu,
.form-control,
.c-checkbox .c-indicator,
.alert {
  border-radius: 0 !important;
}
.btn-success {
  background: #74c078;
  border-color: #5cb85c;
  color: #fff !important;
}
.btn-success:focus,
.btn-success:hover {
  background-color: #449d44 !important;
  border-color: #419641 !important;
}
.btn-edufi {
  background: #15958C;
  color: #ffffff;
}
.btn-edufi:hover,
.btn-edufi:focus {
  background: #43aaa3;
  color: #ffffff;
}
.btn-social {
  color: #445964;
}
.btn-social:hover {
  color: #74c078;
}
.btn-social:focus {
  color: #74c078;
}
.btn-social-no-background {
  color: #A2ACB1;
}
.btn-social-no-background:hover {
  color: #74848B;
}
.btn-social-no-background:focus {
  color: #74848B;
}
.document-search {
  border: 2px solid #74c078;
  outline: none;
}
.form-control:focus {
  border-color: #74c078;
  outline: none;
}
.form-control:active {
  border-color: #74c078;
  outline: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.p-t-md {
  padding-top: .8rem;
}
.p-t-lg {
  padding-top: 3rem;
}
.p-t-xl {
  padding-top: 5rem;
}
.p-b-lg {
  padding-bottom: 3rem;
}
.p-b-xl {
  padding-bottom: 5rem;
}
.p-b-md {
  padding-bottom: .8rem;
}
.p-l-upsale {
  padding-left: 60px;
}
.p-l-tree-upsale {
  padding-left: 20px;
}
.p-r-services {
  padding-right: .2rem;
}
.p-l-services {
  padding-left: .2rem;
}
.p-r-services {
  padding-right: .2rem;
}
.p-l-services {
  padding-left: .2rem;
}
.p-t {
  padding-top: .5rem;
}
.p-b {
  padding-bottom: .5rem;
}
.m-b {
  margin-bottom: .5rem;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-r {
  margin-right: .5rem;
}
.m-r-md {
  margin-right: 1rem;
}
.m-r-lg {
  margin-right: 3rem;
}
.m-t-minus-md {
  margin-top: -0.8rem;
}
.m-t-minus-lg {
  margin-top: -1rem;
}
.m-t {
  margin-top: .5rem;
}
.m-t-md {
  margin-top: .8rem;
}
.m-b-slot-md {
  margin-bottom: .7rem;
}
.m-t-slot-lg {
  margin-top: 2.8rem;
}
.m-t-lg {
  margin-top: 3rem;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.m-l {
  margin-left: .5rem;
}
/* custom css indicators got busted in bootstrap for some reason*/
.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}
.c-checkbox .c-indicator {
  border-radius: .25rem;
}
.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.c-radio .c-indicator {
  border-radius: 50%;
}
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
@media (min-width: 992px) {
  .col-lg-offset-1 {
    margin-left: 8.33%;
  }
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* homepage */
.icons-with-text {
  text-align: center;
  padding: 2rem 0;
}
.icons-with-text h2 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 1em;
  line-height: 1.15em;
}
#agreements-accordion .even,
.dark-background {
  background: #f5f5f5;
}
.green-background {
  background: #dff0d8;
}
.black-background {
  background: #445964;
  color: #000000;
}
.black-background a {
  color: #ffffff;
}
.card-homepage {
  font-size: .9em;
  text-align: center;
  padding: .2rem;
}
.card-homepage:hover .card {
  border-color: #74c078;
  text-decoration: none;
}
.card-homepage .card-block {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.card-block-wizard::after {
  content: "";
  display: table;
  clear: both;
}
.card-homepage:hover .card-block {
  border-color: #74c078;
}
.card-homepage .card-block-modal {
  border: 1px solid #e5e5e5;
}
.card-homepage:hover .card-block-modal {
  border-color: #74c078;
}
.card-homepage .card-block-wizard {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.card-homepage:hover .card-block-wizard {
  border-color: #74c078;
}
.card-homepage:hover .card-footer {
  -webkit-box-shadow: inset 0 0 0 1px #74c078;
  box-shadow: inset 0 0 0 1px #74c078;
}
.card-homepage:hover .card-footer-new-doc {
  -webkit-box-shadow: inset 0 0 0 1px #74c078;
  box-shadow: inset 0 0 0 1px #74c078;
}
.card-homepage:hover .card a {
  text-decoration: none !important;
}
.card-homepage .card-block {
  padding: 1rem .7rem 0;
  min-height: 18em;
  background: #fff;
}
.card-homepage .card-block-modal {
  padding: 1rem .7rem 0;
  min-height: 16em;
}
.card-homepage .card-block-wizard {
  padding: 1rem .7rem 0;
  min-height: 12em;
}
.card-footer:last-child {
  border-radius: 0;
}
.card-footer-new-doc {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  min-height: 8.5rem;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-footer-new-doc-not-active {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  min-height: 8.3rem;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.125);
}
.card-homepage .card-block-wizard-doc {
  padding: 1rem .7rem 0;
  min-height: 9em;
}
.card-footer-wizard-doc {
  padding-right: 0.6rem;
  min-height: 6em;
}
.main-document {
  border-color: #74c078;
}
.related-document {
  border-color: #000000;
}
html.de .document-box h3,
html.de .icons-with-text h2 {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.card-homepage p {
  text-align: left;
}
.card-homepage h3,
.card-homepage h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.15em;
}
.card-homepage h4 {
  font-size: 1.1rem;
}
@media (min-width: 75rem) {
  .card-homepage {
    width: 25%;
  }
}
@media (min-width: 81rem) {
  .card-homepage {
    width: 20%;
  }
}
@media (min-width: 85rem) {
  .card-homepage {
    width: 16.6666666%;
  }
}
.cards-homepage .card-block h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 150%;
}
.card-bold {
  border: 0.15rem black solid;
}
.card-bold .card-block {
  min-height: 16.2rem;
}
.card-bold strong {
  font-size: 1.3rem;
}
.homepage-cta {
  padding: 2em 0 1em;
}
.homepage-cta button:first-child {
  margin-right: 1em;
}
.homepage-references {
  padding: 2em 0 0;
}
.homepage-references .carousel-item {
  padding: .5em 0 0;
  min-height: 17em;
}
.homepage-references .carousel-item img {
  margin: auto;
  border-radius: 10000px;
  width: 6em;
  height: 6em;
}
.homepage-references .carousel-item blockquote {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 1.1em;
}
.homepage-references .carousel-item blockquote cite {
  font-weight: normal;
  font-size: .9em;
  margin: .5em 0 0;
  display: block;
}
h3.agreement-group a {
  text-align: left;
  color: #465a65;
  font-size: 1.5rem;
}
.media-references {
  padding: 2em 0 0;
}
.media-references .carousel-item {
  padding: .5em 0 0;
  min-height: 12em;
}
.media-references .carousel-item img {
  margin: auto;
  height: 2em;
}
.media-references .carousel-item blockquote {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 1.1em;
}
.media-references .carousel-item blockquote cite {
  font-weight: normal;
  font-size: .9em;
  margin: .5em 0 0;
  display: block;
}
.lawyer-references {
  padding: 2em 0 0;
}
.lawyer-references .carousel-item {
  padding: .5em 0 0;
  min-height: 15em;
}
.lawyer-references .carousel-item img {
  margin: auto;
  border-radius: 10000px;
  width: 6em;
  height: 6em;
}
.lawyer-references .carousel-item blockquote {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 1.1em;
}
.lawyer-references .carousel-item blockquote cite {
  font-weight: normal;
  font-size: .9em;
  margin: .5em 0 0;
  display: block;
}
.numbers {
  color: #74c078;
  font-size: 3em;
}
.green-text {
  color: #74c078;
}
.dark-text {
  color: #445964;
}
.logo-text {
  color: #74c078;
  font-weight: bold;
}
/* benefit detail */
.benefit-steps .circle {
  border-radius: 10000rem;
  width: 3rem;
  height: 3rem;
  border: .2rem #475B64 solid;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #475B64;
  margin: auto;
}
.benefit-steps .active .circle {
  border: none;
  background: #74c078;
  color: #fff;
  padding-top: .2rem;
}
/* document detail */
.document-pitch {
  font-size: 1.4rem;
}
.document-pitch img {
  max-height: 3rem;
}
.document-steps {
  margin-top: 2rem;
}
.document-steps p {
  font-size: .85rem;
  padding-left: 3.8rem;
}
.document-steps p img {
  max-height: 1.2rem;
}
.document-steps .circle {
  border-radius: 10000rem;
  width: 3rem;
  height: 3rem;
  border: 0.2rem #475b64 solid;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #475b64;
  float: left;
  margin-right: .8rem;
}
.document-steps .active .circle {
  border: none;
  background: #74c078;
  color: #fff;
  padding-top: .2rem;
}
.document-steps h3 {
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}
.document-steps .active h3 {
  color: #74c078;
}
.document-option {
  line-height: 250%;
}
.document-option h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.document-option .pull-right {
  position: relative;
  top: -0.7rem;
}
.box {
  border: 0.2rem #475b64 solid;
  padding: 2rem 2rem 2rem 3rem;
}
.document {
  border-left: 0.2rem #475b64 solid;
  border-right: 0.2rem #475b64 solid;
  border-top: .2rem #ddd dashed;
}
.document-block-container {
  padding: 2rem 2rem 2rem 3rem;
}
.document:empty {
  display: none;
}
.document,
.body-document-default,
.body-common-document-default {
  margin-top: 0rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.document:first-child {
  border-left: 0.2rem #475b64 solid;
  border-top: 0.2rem #475b64 solid;
  border-right: 0.2rem #475b64 solid;
}
.document input,
.document select,
.document textarea {
  max-width: 100%;
  height: auto !important;
}
.document select {
  font-size: 0.7rem;
}
.popover.popover-right.help-bubble,
.popover.popover-bottom.help-bubble {
  border-color: #74c078 !important;
  z-index: 1000 !important;
}
.popover.popover-right.help-bubble .popover-arrow {
  border-right-color: #74c078 !important;
}
.popover.popover-bottom.help-bubble .popover-arrow {
  border-bottom-color: #74c078 !important;
  left: 90% !important;
}
.document select {
  border: none;
  font-size: 16px;
  background: #dff0d8;
  height: 22px !important;
  padding: 0 !important;
  margin-bottom: 5px;
}
.popover.start.popover-right,
.popover.start.popover-bottom .popover-content {
  background: #DFF0D8;
}
.popover.start.popover-right .popover-arrow::after {
  border-right-color: #DFF0D8;
}
.popover.start.popover-bottom .popover-arrow::after {
  border-bottom-color: #DFF0D8;
}
.document input:not([type="submit"]) {
  font-size: 1rem;
  height: 22px !important;
  margin-bottom: 4px;
  border-color: #74c078;
  width: 112px;
  min-width: 70px !important;
}
.document input:not([type="submit"]):focus {
  border-color: #518654;
}
@-webkit-keyframes unhappy-blink {
  0% {
    background-color: #ff9999;
  }
  49% {
    background-color: #ff9999;
  }
  50% {
    background-color: #fff;
  }
  99% {
    background-color: #fff;
  }
  100% {
    background-color: #ff9999;
  }
}
@-moz-keyframes unhappy-blink {
  0% {
    background-color: #ff9999;
  }
  49% {
    background-color: #ff9999;
  }
  50% {
    background-color: #fff;
  }
  99% {
    background-color: #fff;
  }
  100% {
    background-color: #ff9999;
  }
}
@keyframes unhappy-blink {
  0% {
    background-color: #ff9999;
  }
  49% {
    background-color: #ff9999;
  }
  50% {
    background-color: #fff;
  }
  99% {
    background-color: #fff;
  }
  100% {
    background-color: #ff9999;
  }
}
.document input.unhappy:not([type="submit"]) {
  border-color: #AA3333;
  -webkit-animation: unhappy-blink 1s infinite;
  -moz-animation: unhappy-blink 1s infinite;
  animation: unhappy-blink 1s infinite;
}
.document input.unhappy:not([type="submit"]):focus {
  background-color: #fff;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.document input[type="submit"],
.document button[type="submit"] {
  height: 22px !important;
  margin-bottom: 5px;
  border: none;
  font-size: 12px;
}
.help-bubble img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}
.factbox {
  background: #F1F6F9;
}
.factbox h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
/* form elements */
.document-radio {
  display: block;
  margin: -0.7rem 0 0.8rem;
  line-height: 2.5rem;
  padding: 0;
}
.markup + .document-radio {
  margin-top: 0;
}
.document-radio input[type=radio] {
  display: none;
}
.document-radio .btn,
.document-radio .main-label {
  line-height: 2.5rem;
  margin: 0;
}
.document-radio .main-label {
  margin: .2rem 0 0 1rem;
  font-weight: bold;
}
.document-radio .btn,
.document-radio .main-label-upsale {
  line-height: 2.5rem;
  margin: 0;
}
.document-radio .main-label-upsale {
  margin: .5rem 0 0 1rem;
}
.document .paragraph {
  line-height: 150%;
  margin: 0 0 .4rem 0;
  position: relative;
  padding-left: 3.6rem;
}
.document table.renderer-table {
  width: 100%;
}
.document table.renderer-table-border th,
.document table.renderer-table-border td {
  border: #0a0a0a solid 1px;
}
.document .inline-field {
  display: inline-block;
  position: relative;
}
.document .inline-placeholder {
  font-size: 60%;
  color: #74c078;
  border: 1px solid #74c078;
  border-bottom: none;
  background-color: #FFFFFF;
  line-height: 120%;
  position: absolute;
  top: -12px;
  z-index: 1;
  padding: 0.0rem 0.3rem;
  display: none;
}
.document .paragraph.level-0 {
  font-weight: bold;
  margin-top: 1.3rem;
}
.document .paragraph.paragraph-disabled,
.document .paragraph.paragraph-disabled input {
  color: #999;
  font-style: italic;
  text-decoration: line-through;
}
.print-only {
  display: none !important;
}
.document .c-checkbox {
  float: left;
  position: absolute;
  top: .2rem;
  left: -1.5rem;
}
.document .number {
  width: 2.5em;
  display: inline-block;
  position: absolute;
  text-align: left;
  left: 0;
}
.document .form-control {
  padding: .1rem;
}
.document-format {
  border: 1px #ddd solid;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.document-format label {
  cursor: pointer;
}
.document-format .c-indicator {
  left: .5rem;
  top: 1.74rem;
}
.highlight-change.active,
.highlight-block.active ~ .document {
  -webkit-animation: yellow-fade-persisted 1s forwards;
  animation: yellow-fade-persisted 1s forwards;
}
@-webkit-keyframes yellow-fade-persisted {
  0% {
    background: #e8e655;
  }
  100% {
    background: #ece4ac;
  }
}
@keyframes yellow-fade-persisted {
  0% {
    background: #e8e655;
  }
  100% {
    background: #ece4ac;
  }
}
.terms-checkbox .c-indicator {
  top: -0.65rem;
}
@-webkit-keyframes yellow-fade {
  0% {
    background: #e8e16e;
  }
  100% {
    background: #F1F6F9;
  }
}
@keyframes yellow-fade {
  0% {
    background: #e8e16e;
  }
  100% {
    background: #F1F6F9;
  }
}
.highlight {
  -webkit-animation: yellow-fade 1s ease-in 1;
  animation: yellow-fade 1s ease-in 1;
}
/* sign up*/
.cursor .card-header,
.cursor .card-footer,
.cursor .card-block {
  cursor: pointer;
  border-radius: 0;
}
@media (min-width: 62em) {
  .plan .table {
    min-height: 20rem;
  }
}
@media (min-width: 75em) {
  .plan .table {
    min-height: 17.2rem;
  }
}
.plan .table td {
  font-size: .8rem;
  padding: .5rem .2rem;
}
.plan.active .card-footer,
.plan.active .card-header,
.plan.active .card-block.btn-block {
  background: #dff0d8;
  border-color: #dff0d8 !important;
}
.plan.active .btn {
  background: #74c078;
  border-color: #74c078;
  color: #ffffff !important;
}
.plan.active .btn:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.plan.active .list-group,
.plan.active .list-group-item,
.plan.active {
  border-color: #74c078 !important;
}
.plan.active .left-right-borders {
  border-left: #dff0d8 1px solid;
  border-right: #dff0d8 1px solid;
}
.left-right-borders {
  border-left: #f5f5f5 1px solid;
  border-right: #f5f5f5 1px solid;
}
.no-box-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.discount-price {
  color: #ccc;
}
/* profile (medallions) */
.profileH2 {
  font-size: 1.5rem;
}
.profileH3 {
  font-size: 1rem;
}
/* team */
.team h2 {
  font-size: 1.5rem;
}
.team h3 {
  font-size: 1rem;
}
/* order summary */
.credit-cards img {
  height: 2rem;
}
.payment-types,
.payment-types .c-radio {
  padding-top: 2rem;
  padding-left: 0;
}
.payment-types .c-radio {
  width: 10rem;
  display: block;
  text-align: center;
  font-weight: bold;
}
.payment-types .c-indicator {
  top: 0;
  left: 50%;
  left: calc(49.5%);
}
.order-summary {
  font-size: 1.3rem;
}
.order-dashed {
  border-top: .2rem #ddd dashed;
}
.order-sum {
  color: #74c078;
}
/* contract definition */
#document-contents {
  padding: 0;
  position: relative;
}
#document-contents ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#document-contents > li {
  background: rgba(255, 255, 255, 0.85);
  padding: .5rem .5rem 0 .5rem;
  position: relative;
  border-left: 1px #777 solid;
}
#document-contents > li.level-0 {
  margin-top: .5rem;
}
#document-contents li.level-1 {
  margin-left: 2rem;
}
#document-contents li.level-2 {
  margin-left: 4rem;
}
#document-contents li.level-3 {
  margin-left: 6rem;
}
#document-contents li.level-4 {
  margin-left: 8rem;
}
#document-contents li.level-5 {
  margin-left: 10rem;
}
#document-contents > li > ul > li {
  padding: 0 .5rem;
  margin: 0 0 .5rem .5rem;
}
#document-contents .element-header {
  background: #ddd;
  padding: .3rem;
  margin-bottom: .5em;
  cursor: row-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#document-contents .element-header .button {
  margin-top: 0;
}
#document-contents .paragraph-contents > .element-header {
  background: #ffcccc;
}
#document-contents .paragraph-contents.level-0 > .element-header {
  background: #ccccff;
}
#document-contents .paragraph-contents > .element-header:after {
  content: " Paragraph";
  font-size: .8em;
  font-style: italic;
}
#document-contents .paragraph-contents.level-0 > .element-header:after {
  content: " Article";
}
#document-contents .element-title {
  float: right;
  margin-right: 2em;
  font-size: .9em;
  line-height: 2em;
}
#document-contents .button.toggle {
  float: right;
}
#document-contents .form-element textarea {
  width: 100%;
  max-width: 100%;
  height: 5em;
}
#document-contents label {
  font-size: .8em;
}
#document-contents .fixed-label {
  width: 10em;
  display: inline-block;
}
#document-contents .large-input {
  width: 100%;
}
#document-contents input[type=checkbox] + label {
  margin-right: 2em;
}
#quick-document-tools {
  position: fixed;
  top: 5em;
  left: 0;
  width: 3em;
  background: #ddd;
  line-height: 200%;
  text-align: center;
  padding-top: .3em;
}
#submit-status {
  font-size: .7em;
  text-align: center;
}
.pull-right.btn-group {
  float: right;
  margin-top: -0.8em;
}
.rules-group-header .btn-group .btn,
.rule-header .btn-group .btn {
  font-size: .7em !important;
  padding: .2em .4em;
}
.conditionStatus {
  font-weight: bold;
  color: #ff0033;
  font-size: 1.1em;
}
@media (min-width: 90rem) {
  .fixed-on-scroll {
    position: fixed;
    right: 0;
  }
}
.lawyer-description {
  margin: 20px 0px 20px 0px;
}
/* /contract definition */
/* checkbox as button - for the registration */
.registration > .checkbox > label > input[type=checkbox] {
  display: none;
}
/* davide dostyluj si dle potřeby */
.registration > .checkbox > label {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0 !important;
  color: #fff;
  background: #74c078;
}
/* end of checkbox as button */
.not-available {
  opacity: 0.5;
}
.not-active {
  border: #515151 1px dashed !important;
}
.not-active-block {
  opacity: 0.5;
}
/* wizard menu */
.wizard-steps .circle {
  border-radius: 10000rem;
  width: 3rem;
  height: 3rem;
  border: 0.2rem #475b64 solid;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #475b64;
  margin: auto;
}
.wizard-steps .active .circle {
  border: none;
  background: #74c078;
  color: #fff;
  padding-top: .2rem;
}
.wizard-steps a:hover .circle {
  border: none;
  background: #74c078;
  color: #fff;
  padding-top: .2rem;
}
.wizard-steps a:hover {
  text-decoration: none !important;
}
.wizard-menu li {
  display: inline-block;
  list-style: none;
  margin: 10px;
}
.wizard-active {
  color: green;
}
.wizard-non-active a {
  color: greenyellow;
}
.wizard-non-available a {
  color: grey;
}
/* wizard document blocks */
.documents li {
  display: inline-block;
  list-style: none;
  border: #515151 1px solid;
  margin: 10px;
  padding: 5px;
}
.relatedForm,
.presetForm {
  display: none;
}
.related_document {
  background: lightgrey;
  border: 1px black dashed !important;
}
.email_document {
  background: #dee1de;
  border: 1px black dotted !important;
}
.main_document {
  background: white;
}
.changed {
  transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
}
.highlight {
  background-color: #74c078;
}
.disabled {
  pointer-events: none;
  color: #AAA;
  background: #f5f5f5;
}
.textAreaMessage {
  background-color: white !important;
  cursor: default !important;
  border: 0 !important;
}
.nav-wizard {
  line-height: 2.5rem;
  padding: 0;
}
.nav-wizard .btn {
  line-height: 2.5rem;
  margin: 0;
}
#imageToCrop {
  display: block;
  margin: 0 auto;
}
#cropDiv {
  text-align: center;
}
.cropButton {
  margin-top: 20px;
}
/*removed blue border around focus link See more on: http://stackoverflow.com/questions/13644262/bootstrap-2-2-1-modal-bug-blue-border-around-calling-href*/
a:focus {
  outline: none !important;
}
.success-text {
  color: #5cb85c;
}
.danger-text {
  color: #AA3333;
}
.indent-md {
  text-indent: 30px;
}
/* Cislovane odrazky - druha uroven from http://stackoverflow.com/questions/31862365/style-an-ordered-list-like-x-x-based-on-list-start-attribute*/
.customListBox > ol {
  counter-increment: lists;
  counter-reset: items;
  list-style-type: none;
}
/* Cislovane odrazky - druha uroven from http://stackoverflow.com/questions/31862365/style-an-ordered-list-like-x-x-based-on-list-start-attribute*/
.customListBox > ol > li::before {
  content: counters(lists, "", decimal) "." counters(items, "", decimal) " ";
  counter-increment: items;
  position: absolute;
  left: 0;
}
/* nprogress */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #74c078;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
body.save-contract-div-visible #nprogress .bar {
  margin-top: 2.2rem;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #74c078, 0 0 5px #74c078;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
  margin-top: 2.2rem;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #74c078;
  border-left-color: #74c078;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.black {
  color: #445964;
}
a.black:link {
  text-decoration: none;
  color: #445964;
}
a.black:visited {
  text-decoration: none;
  color: #445964;
}
a.black:hover {
  text-decoration: underline;
  color: #445964;
}
a.black:active {
  text-decoration: none;
  color: #445964;
}
.help-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #dff0d8;
  border-top: 1px solid #74c078;
  z-index: 1000;
}
.green-border {
  border: 1px solid #74c078;
}
@media (min-width: 1200px) {
  .modal-big {
    max-width: 1150px;
  }
}
.align-middle {
  vertical-align: middle !important;
}
.main-label-insurance {
  margin-left: 1rem;
}
.dashed-border {
  border-top: 2px #445964 dashed;
}
.m-b-minus-1 {
  margin-bottom: -1rem !important;
}
/* Form renderer - sorry guys could not find exact spot in 2k lines CSS file ;) */
.document input.plus-paragraph-button {
  color: #74c078;
  font-size: 1.4em;
  font-weight: bold;
  height: auto !important;
  margin: 0px !important;
  padding: 0px !important;
}
.document input.plus-paragraph-button:hover {
  color: #74c078;
}
.document-email {
  border-bottom: 0.2rem #475b64 solid;
  border-right: 0.2rem #475b64 solid;
  border-left: 0.2rem #475b64 solid;
}
.document-services {
  border-left: 0.2rem #475b64 solid;
  border-right: 0.2rem #475b64 solid;
}
.btn-send-document {
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .col-md-offset-1-and-half {
    margin-left: 12.499999995%;
  }
}
/* Top distance of every modal */
.modal {
  top: 20px;
}
.dotted-underline {
  border-bottom: 1px dotted #445964;
}
.bubble-written-font {
  font-family: 'Patrick Hand', cursive;
}
/* Typewriting of European no. 1 */
.animated path {
  fill: none;
  stroke: #74c078;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.animated path {
  animation: dash 520ms cubic-bezier(0.63, 0.25, 0.25, 0.9) forwards;
  -webkit-animation: dash 520ms cubic-bezier(0.63, 0.25, 0.25, 0.9) forwards;
  animation-delay: 10ms;
  -webkit-animation-delay: 10ms;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.animated {
  position: absolute;
  top: 2.23ex;
  left: 0;
  width: 100%;
}
.underline_svg {
  position: relative;
}
.half-opacity {
  opacity: 0.4;
}
/*no space after title on mobiles in accounts*/
@media (min-width: 768px) {
  .no-space {
    padding-bottom: 4.5rem;
  }
}
/*style for summary border*/
.summary-frame {
  border-radius: 0 !important;
  border: 1px solid #74c078;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.none-border {
  border: none !important;
}
.big-checkbox {
  width: 1rem !important;
  height: 1rem !important;
}
/*styles for question mark and green hover*/
#feedback {
  z-index: 1061;
}
#feedback h4 {
  text-align: center;
}
.tooltip-inner {
  background-color: #74c078;
  color: #fff;
}
.tooltip .tooltip-arrow {
  border-bottom: 5px solid #74c078 !important;
}
.display-none {
  display: none;
}
#save-contract-div {
  width: 100%;
  height: 2.2rem;
  z-index: 1061;
  position: fixed;
  top: 0;
  border: 0;
  background-color: #445964;
  padding-top: 2px;
  border-radius: 0;
}
#save-contract-div input {
  height: 22px;
}
#save-contract-div label {
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #save-contract-div {
    min-height: 5rem;
  }
  .input-email-size {
    max-width: 200px;
    margin-left: 75px;
  }
}
@media (min-width: 768px) {
  .input-email-size {
    max-width: 250px;
  }
}
.document button.emptyLink {
  display: inline-block;
  border: 1px dashed #999988;
  background-color: transparent;
  width: 3em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
}
/*CHOOSE PLAN BEFORE PAYMENT*/
.plan.active .l-r-b-borders {
  border-left: #dff0d8 1px solid;
  border-right: #dff0d8 1px solid;
  border-bottom: #dff0d8 1px solid;
}
.l-r-b-borders {
  border-left: #f5f5f5 1px solid;
  border-right: #f5f5f5 1px solid;
  border-bottom: #f5f5f5 1px solid;
}
.p-b-t-half {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.full-max-width {
  max-width: 100%;
}
/* Corporates */
.card-corporate .card-block {
  min-height: 12em;
  border: 1px solid #e5e5e5;
  font-size: .9em;
  text-align: center;
  padding: .4rem;
}
.corporate-settings .corporate-set-block {
  border: 1px solid #000000;
  position: relative;
  height: 250px;
  margin: 0.8em;
  padding: 0.8em;
}
.corporate-settings .corporate-set-block h3 {
  color: #449d44;
  float: left;
}
.corporate-settings .corporate-set-block i {
  color: #449d44;
  float: right;
}
.corporate-settings .corporate-set-block p {
  color: #0a0a0a;
  clear: both;
  padding: 0.5em 0.0em;
}
.corporate-settings .corporate-set-block a {
  position: absolute;
  bottom: 0.8em;
  right: 0.8em;
  width: 8em;
}
.light-grey-text {
  color: #A2ACB1;
}
a.light-grey-text:hover {
  color: #74848B;
}
a.light-grey-text:focus {
  color: #A2ACB1;
}
/* Sticky corporate footer - more at http://v4-alpha.getbootstrap.com/examples/sticky-footer-navbar/ */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.corporate-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 9.5rem;
  background-color: #f5f5f5;
}
.corporate-search {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.corporate-forms {
  padding: 0;
  line-height: normal;
}
.multi-fields-button {
  cursor: pointer;
}
.corporate-persons {
  border: 1px solid #449d44;
  padding: 0.6em;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
.icon-facebook-small {
  display: inline-block;
  width: 32px;
  width: 2.28571rem;
  height: 32px;
  height: 2.28571rem;
}
.icon-facebook-small:before {
  content: "\e904";
}
.icon-linkedin-small {
  display: inline-block;
  width: 32px;
  width: 2.28571rem;
  height: 32px;
  height: 2.28571rem;
}
.icon-linkedin-small:before {
  content: "\e905";
}
.icon-twitter-small {
  display: inline-block;
  width: 32px;
  width: 2.28571rem;
  height: 32px;
  height: 2.28571rem;
}
.icon-twitter-small:before {
  content: "\e906";
}
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  border: 1px solid #000000;
  display: table-cell;
  padding: 0.3em 0.6em;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.search-control {
  font-family: 'Open Sans', FontAwesome, Arial, serif;
}
