<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "GothamRoundedLight";
  src: url(../fonts/Gotham-Rounded-Light.eot);
  src: url(../fonts/Gotham-Rounded-Light.eot) format("embedded-opentype"),
    url(../fonts/Gotham-Rounded-Light.woff) format("woff"),
    url(../fonts/Gotham-Rounded-Light.ttf) format("truetype");
}

@font-face {
  font-family: "GothamRoundedBook";
  src: url(../fonts/Gotham-Rounded-Book.eot);
  src: url(../fonts/Gotham-Rounded-Book.eot) format("embedded-opentype"),
    url(../fonts/Gotham-Rounded-Book.woff) format("woff"),
    url(../fonts/Gotham-Rounded-Book.ttf) format("truetype");
}

@font-face {
  font-family: "GothamRoundedMedium";
  src: url(../fonts/Gotham-Rounded-Medium.eot);
  src: url(../fonts/Gotham-Rounded-Medium.eot) format("embedded-opentype"),
    url(../fonts/Gotham-Rounded-Medium.woff) format("woff"),
    url(../fonts/Gotham-Rounded-Medium.ttf) format("truetype");
}

body,
html {
  height: 100%;
}

body {
  background-color: #eeeff3;
  color: #343a48;
  font: 1.3em/1.6 "Roboto", Arial, sans-serif;
}

body.no-scroll {
  overflow: hidden;
}

body &gt; .error {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

body &gt; .error h1 {
  font-size: 3.2rem;
}

body &gt; .error a.main-btn {
  background-color: #11b499;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 45px;
  margin-top: 30px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

body &gt; .error a.main-btn:hover {
  background-color: #0e957f;
}

body &gt; .error a.main-btn.logout {
  position: absolute;
  right: 30px;
  top: 0;
}

strong {
  font-weight: 700;
}

input:not([type="checkbox"]),
select,
textarea {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.3rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="file"] {
  left: -9999px;
  position: absolute;
}

input.uppercase {
  text-transform: uppercase;
}

select {
  background: #fff url(../img/select-arrow.svg) no-repeat center right;
  background-size: 20px;
  padding-right: 30px !important;
  text-overflow: ellipsis;
}

textarea {
  height: auto;
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #8b95ab;
  text-transform: none;
}

:-moz-placeholder {
  color: #8b95ab;
  opacity: 1;
  text-transform: none;
}

::-moz-placeholder {
  color: #8b95ab;
  opacity: 1;
  text-transform: none;
}

:-ms-input-placeholder {
  color: #8b95ab !important;
  text-transform: none;
}

::-ms-input-placeholder {
  color: #8b95ab;
  text-transform: none;
}

.hidden {
  display: none !important;
}

/*********************************************************************************************************************/
/** margin ***********************************************************************************************************/
/*********************************************************************************************************************/

.top-margin-0px {
  margin-top: 0 !important;
}

.top-margin-10px {
  margin-top: 10px !important;
}

.top-margin-15px {
  margin-top: 15px !important;
}

.top-margin-20px {
  margin-top: 20px !important;
}

.top-margin-30px {
  margin-top: 30px !important;
}

.top-margin-40px {
  margin-top: 40px !important;
}

.top-margin-50px {
  margin-top: 50px !important;
}

.top-margin-60px {
  margin-top: 60px !important;
}

.btm-margin-0px {
  margin-bottom: 0 !important;
}

.btm-margin-10px {
  margin-bottom: 10px !important;
}

.btm-margin-20px {
  margin-bottom: 20px !important;
}

.btm-margin-30px {
  margin-bottom: 30px !important;
}

.btm-margin-40px {
  margin-bottom: 40px !important;
}

.btm-margin-50px {
  margin-bottom: 50px !important;
}

.btm-margin-60px {
  margin-bottom: 60px !important;
}

/*********************************************************************************************************************/
/** padding **********************************************************************************************************/
/*********************************************************************************************************************/

.top-padding-0px {
  padding-top: 0 !important;
}

.right-padding-0px {
  padding-right: 0 !important;
}

.btm-padding-0px {
  padding-bottom: 0 !important;
}

.left-padding-0px {
  padding-left: 0 !important;
}

/*********************************************************************************************************************/
/** login ************************************************************************************************************/
/*********************************************************************************************************************/

body.login {
  align-items: center;
  background: #464d5b url(../img/login-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  height: 100%;
}

#login-box {
  margin: auto;
  position: relative;
  text-align: center;
  width: 500px;
  height: auto;
}
#login-box.menu {
  width: 50%;
}

#login-box .top {
  background-color: #424a5c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 110px;
  padding: 0 30px 30px 30px;
}

#login-box .top img.logo {
  margin: -50px 0 10px 0;
  width: 90px;
}

#login-box .top strong {
  display: block;
  font-family: "GothamRoundedMedium";
  font-size: 2rem;
  font-weight: normal;
}

#login-box .top p {
  line-height: 1.4;
  opacity: 0.7;
}

#login-box .top strong + p {
  margin-top: 10px;
}

#login-box form {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
  padding: 40px;
}

#login-box input[type="text"],
#login-box input[type="password"] {
  background-color: #ebebf1;
  font-size: 1.4rem;
  height: 42px;
  line-height: 42px;
}
#login-box select {
  background-color: #ebebf1;
}
#login-box textarea {
  background-color: #ebebf1;
  font-size: 1.4rem;
}

#login-box a.submit {
  background-color: #50b62d;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  margin-top: 30px;
  padding: 10px 15px;
  text-decoration: none;
}

#login-box a.submit:hover {
  background-color: #4aa82a;
}

#login-box a.submit + a {
  color: #11b499;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  text-decoration: none;
}

#login-box a.submit + a:hover {
  color: #0e957f;
}

#login-box .bottom {
  color: #ebebf1;
  margin-bottom: 60px;
}

#login-box .bottom a {
  color: #11b499;
  text-decoration: none;
}

#login-box .bottom a:hover {
  color: #0e957f;
}

#login-box .choice {
  background-color: #ebebf1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 20px 0;
}

#login-box .choice a {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #343a48;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 25%;
}

@media (max-width: 1280px) {
  #login-box .choice{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #login-box .choice a {
    width: 80% !important;
    margin-bottom: 20px;
  }
}


#login-box .choice a:hover {
  border: 2px solid #11b499;
}

#login-box .choice a strong {
  color: #11b499;
  display: block;
  font-size: 1.8rem;
  position: relative;
}

#login-box .choice a em.small {
  display: block;
  color: #78839d;
  font-size: 1.4rem;
  /*height: 60px;*/
  /*line-height: 60px;*/
  /*margin 20px 0;*/
  margin: 20px 0 0 0;
  padding: 15px 0 0 0;
  position: relative;
}

#login-box .choice a em.small:before {
  background-color: #d0d4dd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#login-box .section-title.header {
  margin-top: -20px;
  margin-bottom: 0;
}

#login-box .section-title.header a {
  margin-left: 0;
}

#login-box .label-top label {
  text-align: left;
}

/*********************************************************************************************************************/
/** notification-msg *************************************************************************************************/
/*********************************************************************************************************************/

#notification-msg {
  margin-left: 50%;
  position: fixed;
  top: -45px;
  z-index: 2000;
}

#notification-msg div {
  background-color: #50b62d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  transform: translateX(-50%);
}

#notification-msg div.error {
  background-color: #db1412;
}

/*********************************************************************************************************************/
/** info-warning-error-msg *******************************************************************************************/
/*********************************************************************************************************************/

.info-msg,
.warning-msg,
.error-msg {
  align-items: center;
  border-radius: 3px;
  display: flex;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.info-msg + :not([class$="-msg"]),
.warning-msg + :not([class$="-msg"]),
.error-msg + :not([class$="-msg"]) {
  margin-top: 60px;
}

.info-msg {
  background: rgba(2, 131, 204, 0.1);
  border: 1px solid #0283cc;
  color: #0283cc;
}

.warning-msg {
  background: rgba(232, 145, 0, 0.1);
  border: 1px solid #e89100;
  color: #e89100;
}

.error-msg {
  background: rgba(238, 52, 50, 0.1);
  border: 1px solid #ee3432;
  color: #ee3432;
}

.info-msg strong,
.warning-msg strong,
.error-msg strong {
  margin-right: 10px;
  white-space: nowrap;
}

.info-msg .icon,
.warning-msg .icon,
.error-msg .icon {
  font-size: 2rem;
  margin-right: 10px;
}

.info-msg .icon:before {
  content: "\ed52";
}

.warning-msg .icon:before,
.error-msg .icon:before {
  content: "\ed50";
}

.info-msg a,
.warning-msg a,
.error-msg a {
  margin-left: auto;
  text-decoration: none;
}

.info-msg a {
  border-bottom: 1px dotted #0283cc;
  color: #0283cc;
}

.warning-msg a {
  border-bottom: 1px dotted #e89100;
  color: #e89100;
}

.error-msg a {
  border-bottom: 1px dotted #ee3432;
  color: #ee3432;
}

/*********************************************************************************************************************/
/** top-bar **********************************************************************************************************/
/*********************************************************************************************************************/

#top-bar {
  background-color: #fff;
  border-bottom: 1px solid #d0d4dd;
  height: 70px;
  min-width: 1000px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

#top-bar .left {
  align-items: center;
  display: flex;
  float: left;
  height: 100%;
  margin-left: 290px;
}

#top-bar .left .create &gt; a {
  align-items: center;
  color: #11b499;
  display: flex;
  font-size: 1.5rem;
  text-decoration: none;
}

#top-bar .left .create &gt; a span {
  align-items: center;
  background-color: #11b499;
  border-radius: 999px;
  color: #fff;
  display: flex;
  margin-right: 8px;
  padding: 8px;
  text-decoration: none;
}

#top-bar .left .create &gt; a span .icon {
  font-size: 1.6rem;
  width: 16px;
}

#top-bar .left .create:hover &gt; a {
  color: #0e957f;
}

#top-bar .left .create:hover &gt; a span {
  background-color: #0e957f;
}

#top-bar .left .title {
  align-items: center;
  border-left: 1px solid #d0d4dd;
  display: flex;
  font-size: 1.8rem;
  margin-left: 20px;
  padding-left: 20px;
}

#top-bar .left .partner {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  margin-left: 80px;
}

#top-bar .left .partner img {
  margin-left: 15px;
  max-height: 90%;
}

#top-bar .right .help {
  align-items: center;
  border-right: 1px solid #d0d4dd;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
}

#top-bar .right .help a {
  align-items: center;
  border-radius: 5px;
  color: #11b499;
  display: inline-flex;
  font-size: 1.5rem;
  margin-left: 25px;
  text-decoration: none;
}

#top-bar .right .help a:hover {
  color: #0e957f;
}

#top-bar .right .help a .icon {
  /*animation: compass 2s alternate infinite;*/
  font-size: 2.6rem;
  margin-right: 8px;
}

#top-bar .right .help a .icon:before {
  animation: blinker 30s linear infinite;
  content: "\ebf6";
}

#top-bar .right .help a em {
  border-bottom: 1px dotted #11b499;
}

#top-bar .right .tips {
  align-items: center;
  border-right: 1px solid #d0d4dd;
  display: flex;
  margin-right: 20px;
  padding-right: 20px;
}

#top-bar .right .tips &gt; a {
  align-items: center;
  border-radius: 5px;
  color: #11b499;
  display: inline-flex;
  font-size: 1.5rem;
  /*margin-left: 25px;*/
  text-decoration: none;
}

#top-bar .right .tips &gt; a:hover {
  color: #0e957f;
}

#top-bar .right .tips &gt; a .icon {
  /*animation: compass 2s alternate infinite;*/
  font-size: 2.6rem;
  margin-right: 8px;
}

#top-bar .right .tips &gt; a .icon:before {
  /*animation: blinker 30s linear infinite;*/
  /*content: '\ebf6';*/
}

#top-bar .right .tips &gt; a em {
  border-bottom: 1px dotted #11b499;
}

@keyframes compass {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes blinker {
  0% {
    content: "\ebf7";
  }
  2% {
    content: "\ebf6";
  }
  4% {
    content: "\ebf7";
  }
  6% {
    content: "\ebf6";
  }
  8% {
    content: "\ebf7";
  }
  10% {
    content: "\ebf6";
  }
  12% {
    content: "\ebf7";
  }
  14% {
    content: "\ebf6";
  }
  16% {
    content: "\ebf7";
  }
  18% {
    content: "\ebf6";
  }
}

#top-bar .right {
  align-items: center;
  display: flex;
  float: right;
  height: 100%;
  margin-right: 40px;
}

@media (max-width: 1580px) {
  #top-bar .right {
    float: none;
  }
}

#top-bar .right .profile &gt; a {
  align-items: center;
  color: #66728d;
  display: flex;
  font-size: 1.4rem;
  text-decoration: none;
}

#top-bar .right .profile &gt; a span.name {
  padding-right: 5px;
}

#top-bar .right .profile &gt; a .icon.arrow {
  font-size: 1.6rem;
  padding: 0 5px;
  width: 16px;
}

#top-bar .right .profile &gt; a .icon.arrow:before {
  content: "\edc9";
}

#top-bar .right .profile &gt; a .icon.avatar {
  background-color: #ebebf1;
  border-radius: 999px;
  color: #11b499;
  font-size: 1.6rem;
  padding: 8px;
  width: 16px;
}

#top-bar .right .profile &gt; a .icon.avatar:before {
  content: "\eb0b";
}

#top-bar .right .profile:hover &gt; a .icon.avatar {
  background-color: #11b499;
  color: #fff;
}

#top-bar .right .lang {
  margin-left: 20px;
}

#top-bar .right .lang &gt; a {
  color: #11b499;
  font-size: 1.8rem;
  text-decoration: none;
}

#top-bar .right .lang &gt; a:hover {
  color: #0e957f;
}

#top-bar .menu {
  display: none;
  padding-top: 18px;
  position: absolute;
  top: 46px;
  width: 220px;
}

#top-bar .tips .menu {
  width: 380px;
}

#top-bar .lang .menu {
  /*display: none;*/
  /*padding-top: 18px;*/
  /*position: absolute;*/
  /*top: 46px;*/
  width: 75px;
}

#top-bar .lang .menu img {
  height: 50%;
  margin-right: 5px;
}

#top-bar .left .create:hover .menu,
#top-bar .right .tips:hover .menu,
#top-bar .right .profile:hover .menu,
#top-bar .right .lang:hover .menu {
  display: block;
}

/*#top-bar .right .menu {*/
/*  right: 40px;*/
/*}*/

#top-bar .menu &gt; ul {
  background-color: #343a48;
  border-radius: 3px;
  padding: 10px 0;
  position: relative;
}

/*#top-bar .tips .menu.light &gt; ul {*/
/*    background-color: #eeeff3;*/
/*    border-radius: 3px;*/
/*    padding: 10px 0;*/
/*    position: relative;*/
/*}*/

#top-bar .menu &gt; ul.style1 {
  border-bottom-right-radius: 0;
}

#top-bar .menu &gt; ul li.separation {
  margin-top: 11px;
}

#top-bar .menu &gt; ul &gt; li &gt; a {
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 15px;
  text-decoration: none;
}

#top-bar .menu &gt; ul &gt; li &gt; a:hover {
  color: #fff;
}

#top-bar .menu &gt; ul &gt; li &gt; a .icon {
  font-size: 1.6rem;
  margin-right: 10px;
  text-align: center;
  width: 16px;
}

#top-bar .menu li.submenu &gt; a:hover {
  background-color: #424a5c;
}

#top-bar .menu li.submenu ul {
  background-color: #424a5c;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  display: none;
  margin-left: 220px;
  margin-top: -32px;
  position: absolute;
}

#top-bar .menu li.submenu ul.style1 {
  border-bottom-left-radius: 3px;
}

#top-bar .menu li.submenu:hover ul {
  display: block;
}

#top-bar .menu li.submenu li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  min-width: 150px;
  padding: 3px 20px;
  text-decoration: none;
}

#top-bar .menu li.submenu li a:hover {
  color: #fff;
}

#top-bar .menu li.submenu li:first-child a {
  padding-top: 15px;
}

#top-bar .menu li.submenu li:last-child a {
  padding-bottom: 15px;
}

#top-bar .menu li.submenu:hover &gt; a {
  background-color: #424a5c;
  color: #fff;
}

#top-bar .menu ul li.separation:before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: 1px;
  margin: -6px 5% 0 5%;
  position: absolute;
  width: 90%;
}

#top-bar .menu ul li a.contact .icon:before {
  content: "\ea2b";
}

#top-bar .menu ul li a.document .icon:before {
  content: "\e9dc";
}

#top-bar .menu ul li a.product .icon:before {
  content: "\e9ff";
}

#top-bar .menu ul li a.recurring .icon:before {
  content: "\edac";
}

#top-bar .menu ul li a.video .icon:before {
  content: "\e961";
}

#top-bar .menu ul li a.company .icon:before {
  content: "\e909";
}

#top-bar .menu ul li a.profile .icon:before {
  content: "\eb0b";
}

#top-bar .menu ul li a.debug .icon:before {
  content: "\eb78";
}

#top-bar .menu ul li a.logout .icon:before {
  content: "\ec4b";
}

body.side-bar-toggle #top-bar .left {
  margin-left: 110px;
}

#top-bar div.support{
  position: fixed;
  bottom: 14px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #343a48 !important;
  /*opacity: 1;*/
  /*transition: opacity 0.3s linear 2s;*/
  /*transition-duration: 250ms;*/
  /*transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);*/
  /*transition-property: opacity, top, bottom;*/
}

#top-bar div.support a {
  text-decoration: none;
  white-space: nowrap;
  margin: 12px;
  font-size: 14px;
  color: #FFFFFF !important;
  letter-spacing: 0.08em;
  font-weight: bolder;
}

/*********************************************************************************************************************/
/** side-bar *********************************************************************************************************/
/*********************************************************************************************************************/

#side-bar {
  background-color: #343a48;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 250px;
  z-index: 999;
}

#side-bar .wrapper {
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  width: 100%;
}

#side-bar h1 {
  background: #343a48 url(../img/hiveinvoice-icon.svg) no-repeat 12px 12px;
  background-size: 50px 56px;
  border-bottom: 12px solid #343a48;
  color: #fff;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  width: 210px;
  z-index: 1999;
}

#side-bar h1 span {
  margin: 5px 0 0 50px;
  opacity: 0.5;
  position: absolute;
}

#side-bar h1 a {
  color: rgba(255, 255, 225, 0.6);
  position: absolute;
  right: 20px;
  text-decoration: none;
  z-index: 999;
}

#side-bar h1 a:hover {
  color: #fff;
}

#side-bar h1 a .icon {
  font-size: 1.6rem;
  line-height: inherit;
  width: 16px;
}

#side-bar h1 a .icon:before {
  content: "\ede2";
}

#side-bar h2 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 0 20px;
  text-transform: uppercase;
}

#side-bar h2:first-child {
  margin-top: 110px;
}

#side-bar ul.menu {
  margin-bottom: 40px;
  margin-right: -17px;
}

#side-bar ul.menu li {
  position: relative;
}

#side-bar ul.menu &gt; li &gt; a {
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  font-size: 1.4rem;
  height: 48px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

#side-bar ul.menu &gt; li &gt; a.active {
  background-color: #11b499;
  color: #fff;
}

#side-bar ul.menu li a:hover {
  color: #fff;
}

#side-bar ul.menu li a .icon {
  font-size: 2rem;
  margin-right: 15px;
  text-align: center;
  width: 28px;
}

#side-bar ul.menu li.submenu &gt; a:not(.active):hover {
  background-color: #424a5c;
}

#side-bar ul.menu li.submenu:hover &gt; a.active:hover + ul:before,
#side-bar ul.menu li.submenu:hover &gt; a.active + ul:before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #11b499;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 16px;
  width: 0;
}

#side-bar ul.menu li.submenu ul {
  background-color: #424a5c;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  display: none;
  margin-left: 250px;
  margin-top: -48px;
  position: fixed;
}

#side-bar ul.menu li.submenu li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  min-width: 150px;
  padding: 5px 20px;
  text-decoration: none;
}

#side-bar ul.menu li.submenu li:first-child a {
  padding-top: 14px;
}

#side-bar ul.menu li.submenu li:last-child a {
  padding-bottom: 14px;
}

#side-bar ul.menu li.submenu li a:hover {
  color: #fff;
}

#side-bar ul.menu li.submenu:hover &gt; a:not(.active) {
  background-color: #424a5c;
  color: #fff;
}

#side-bar ul.menu li.submenu:hover ul {
  display: block;
}

#side-bar ul.menu li a.dashboard .icon:before {
  content: "\eb87";
}

#side-bar ul.menu li a.people .icon:before {
  content: "\ea2b";
}

#side-bar ul.menu li a.supplier .icon:before {
  content: "\ea2b";
}

#side-bar ul.menu li a.document .icon:before {
  content: "\e9dc";
}

#side-bar ul.menu li a.recurring .icon:before {
  content: "\edac";
}

#side-bar ul.menu li a.lateness .icon:before {
  content: "\ea53";
}

#side-bar ul.menu li a.product .icon:before {
  content: "\e9ff";
}

#side-bar ul.menu li a.project .icon:before {
  content: "\e995";
}

#side-bar ul.menu li a.accounting .icon:before {
  content: "\ec02";
}

#side-bar ul.menu li a.company .icon:before {
  content: "\e909";
}

#side-bar ul.menu li a.profile .icon:before {
  content: "\eb0b";
}

body.side-bar-toggle #side-bar h1 {
  background-image: none;
  width: 23px;
}

body.side-bar-toggle #side-bar h1 a .icon:before {
  content: "\edde";
}

body.side-bar-toggle #side-bar {
  width: 70px;
}

body.side-bar-toggle #side-bar h2 {
  display: none;
}

body.side-bar-toggle ul.menu:first-of-type {
  margin-top: 110px;
}

body.side-bar-toggle #side-bar ul.menu li a {
  padding-left: 25px;
}

body.side-bar-toggle #side-bar ul.menu li a span {
  visibility: hidden;
}

body.side-bar-toggle #side-bar ul.menu li a.active .icon {
  color: #fff;
}

body.side-bar-toggle #side-bar ul.menu li a .icon {
  color: rgba(255, 255, 255, 0.6);
}

body.side-bar-toggle #side-bar ul.menu li a:hover .icon {
  color: #fff;
}

body.side-bar-toggle #side-bar ul.menu li.submenu ul {
  margin-left: 70px;
}

body.side-bar-toggle #side-bar ul.menu li.submenu:hover a .icon {
  color: #fff;
}

/*********************************************************************************************************************/
/** main-content *****************************************************************************************************/
/*********************************************************************************************************************/

#main-content {
  min-width: 1024px;
  padding: 110px 100px 100px 350px;
}

body.side-bar-toggle #main-content {
  padding-left: 170px;
}

/* For devices smaller than 1700px */
@media (max-width: 1700px) {
  #main-content {
    padding-left: 290px;
    padding-right: 40px;
  }

  body.side-bar-toggle #main-content {
    padding-left: 110px;
  }
}

/*********************************************************************************************************************/
/** grid *************************************************************************************************************/
/*********************************************************************************************************************/

.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.row.align-center {
  align-items: center;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
  -ms-flex: 0 0 auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  -ms-flex: 0 0 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  -ms-flex: 0 0 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

/*********************************************************************************************************************/
/** card *************************************************************************************************************/
/*********************************************************************************************************************/

.card {
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.card.no-btm-margin {
  margin-bottom: 0;
}

.card.last {
  margin-bottom: 0;
}

.card &gt; .header {
  align-items: center;
  border-bottom: 1px solid #d0d4dd;
  color: #11b499;
  display: flex;
  font-size: 1.4rem;
  margin: 0 20px;
  padding-bottom: 15px;
}

.card.no-margin &gt; .header {
  margin: 0;
}

.card &gt; .header:not(:first-child) {
  margin-top: 30px;
}

.card &gt; .header .icon {
  color: #11b499;
  display: none;
  font-size: 2rem;
  margin-right: 10px;
  text-align: center;
}

.card &gt; .header select {
  height: 30px;
  margin-left: 30px;
  padding: 0 5px 0 10px;
}

.card &gt; .header select + select {
  margin-left: 10px;
}

.card .body {
  padding: 0 20px;
}

.card.no-margin .body {
  padding-left: 0;
  padding-right: 0;
}

.card.no-btm-margin .body {
  padding-bottom: 0;
}

.card .body .txt-light {
  color: #78839d;
}

.card .body .frame {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
}

.mobile .card .body .frame {
  padding: 5px;
}

.card .header + .body {
  padding-top: 30px;
}

.card .body .status-no-icon &gt; span {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 7px 30px;
  text-align: center;
}

.card .body div + .status-no-icon {
  align-items: center;
  display: flex;
  margin-top: 25px;
}

.card .body div a {
  color: #11b499;
  text-decoration: none;
}

.card .body div a:hover {
  color: white;
}

.card .body div a.refuse,
.card .body div a.accept {
  color: white;
  text-decoration: none;
}

.card .body div a:hover.refuse,
.card .body div a:hover.accept {
  color: white;
}

.card .body div + .status-no-icon a {
  align-items: center;
  background-color: #11b499;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  line-height: 45px;
  margin-left: 15px;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}

.card .body div + .status-no-icon a:hover {
  background-color: #0e957f;
}

.card .body div + .status-no-icon a .icon {
  font-size: 1.6rem;
  margin-right: 10px;
}

.card .body div + .status-no-icon a .icon:before {
  content: "\edde";
}

/*********************************************************************************************************************/
/** form-group *******************************************************************************************************/
/*********************************************************************************************************************/

.form-group {
  align-items: center;
  display: flex;
  line-height: 1.4;
  position: relative;
  width: 100%;
}

.input-loading:after,
.input-btn-loading:after,
.input-btn-2x-loading:after {
  animation: clockwiseSpin 1s infinite linear;
  color: #11b499;
  content: "\eb29";
  font-family: "IcoMoon-Ultimate" !important;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 10px;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
}

.input-btn-loading:after {
  right: 44px;
}

.input-btn-2x-loading:after {
  right: 74px;
}

.select-loading:after,
.select-btn-loading:after {
  animation: clockwiseSpin 1s infinite linear;
  color: #11b499;
  content: "\eb29";
  font-family: "IcoMoon-Ultimate" !important;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 10px;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
}

.select-btn-loading:after {
  right: 78px;
}

@keyframes clockwiseSpin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form-group:not(:first-of-type) {
  margin-top: 10px;
}

.form-group.label-top {
  flex-wrap: wrap;
}

.form-group.label-top:not(:first-of-type) {
  margin-top: 15px;
}

.form-group &gt; label {
  color: #78839d;
  margin-right: 30px;
  width: calc(40% - 30px);
}

.form-group.label-top &gt; label {
  margin-bottom: 10px;
  width: 100% !important;
}

.form-group.label-top &gt; label + div {
  width: 100% !important;
}

.form-group.no-label &gt; label {
  display: none;
}

.form-group.no-label &gt; label + div {
  width: 100% !important;
}

.form-group &gt; label.required:after {
  color: #11b499;
  content: "\02731";
  font-size: 1.2rem;
  margin-left: 10px;
}

.form-group &gt; label + .split &gt; .full-width {
  width: 100%;
}

.form-group &gt; label + .split &gt; div {
  position: relative;
}

.form-group &gt; label + .split &gt; div + div {
  margin-left: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
  box-sizing: border-box;
  color: #343a48;
  height: 34px;
  padding: 0 15px;
  width: 100%;
}

body.firefox .form-group select {
  padding: 0 11px;
}

.tablesorter td .form-group input,
.tablesorter td .form-group select,
.tablesorter td .form-group textarea {
  background-color: #ebebf1;
}

.form-group input[readonly]:not(.no-opacity),
.form-group input:disabled,
.form-group select[readonly]:not(.no-opacity),
.form-group select:disabled,
.form-group textarea[readonly]:not(.no-opacity),
.form-group textarea:disabled {
  opacity: 0.5;
}

.form-group input:not(.flexdatalist-alias).txt-hidden {
  color: transparent;
}

.form-group input[readonly] {
  text-overflow: ellipsis;
}

.form-group select {
  background-image: url(../img/select-arrow-large.svg);
  background-size: 34px;
  padding-right: 44px !important;
}

.form-group textarea {
  min-height: 150px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tablesorter td .form-group textarea {
  min-height: 80px;
}

.form-group &gt; label + div {
  align-items: center;
  display: flex;
  margin-left: auto;
  min-height: 34px;
  position: relative;
  width: 60%;
}

.form-group &gt; label + div &gt; span {
  display: inline-block;
  margin-left: 20px !important;
}

.form-group &gt; label + div &gt; span.filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-large .form-group &gt; label {
  width: calc(25% - 30px);
}

.form-large .form-group &gt; label + div {
  width: 75%;
}

.form-small .form-group &gt; label {
  width: calc(55% - 30px);
}

.form-small .form-group &gt; label + div {
  width: 45%;
}

.form-group .language {
  margin-bottom: 20px;
  min-height: 0;
}

.form-group .language a {
  background-color: #ffff;
  border-radius: 3px;
  color: #66728d;
  display: inline-block;
  font-size: 1.1rem;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}

.form-group .language a:not(.active):hover {
  background-color: #f8f8fa;
  color: #11b499;
}

.form-group .language a.active {
  background-color: #11b499;
  color: #fff;
}

.form-group .language a + a {
  margin-left: 10px;
}

.form-group label.toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 30px;
  position: relative;
}

.form-group label.toggle.right {
  margin-left: auto;
}

.form-group label.toggle input {
  display: none;
}

.form-group label.toggle input + div {
  align-items: center;
  display: flex;
  height: 100%;
}

.form-group label.toggle input:disabled + div {
  opacity: 0.5;
}

.form-group label.toggle span.slider {
  background-color: #ee3432;
  border-radius: 34px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 46px;
}

.form-group label.toggle span.slider:before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 26px;
}

.form-group label.toggle input:checked + div &gt; span.slider {
  background-color: #50b62d;
}

.form-group label.toggle input:checked + div &gt; span.slider:before {
  transform: translateX(16px);
  -ms-transform: translateX(16px);
  -webkit-transform: translateX(16px);
}

.form-group label.toggle span[class^="text-"] {
  display: none;
  margin-left: 56px;
}

.form-group label.toggle span[class^="text-"].large {
  font-size: 1.5rem;
}

.form-group label.toggle input:checked + div &gt; span.text-on {
  color: #50b62d;
  display: inline;
}

.form-group label.toggle input:not(:checked) + div &gt; span.text-off {
  color: #ee3432;
  display: inline;
}

.form-group label.checkbox {
  align-items: center;
  display: flex;
  min-height: 30px; /* IE bug */
  padding-left: 44px;
  position: relative;
}

#login-box .form-group label.checkbox {
  text-align: left;
  width: 100%;
}

.form-group label.checkbox input {
  height: 30px; /* IE bug */
  margin-left: -30px; /* IE bug */
  visibility: hidden;
  width: 30px; /* IE bug */
  -ms-user-select: none;
}

.form-group label.checkbox span {
  margin-left: 0 !important;
  margin-right: 10px;
  user-select: none;
  -ms-user-select: none;
}

.form-group label.checkbox span.txt-small {
  font-size: 1.2rem;
}

.form-group label.checkbox span:before {
  background-color: #fff;
  border-radius: 3px;
  color: #11b499;
  content: "\00a0";
  cursor: pointer;
  font-size: 1.8rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

#login-box .form-group label.checkbox span:before {
  background-color: #ebebf1;
}

.tablesorter td .form-group label.checkbox span:before {
  background-color: #ebebf1;
}

.form-group label.checkbox input:checked + span:after {
  border: solid #11b499;
  border-width: 0 3px 3px 0;
  content: "";
  cursor: pointer;
  height: 11px;
  left: 11px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 5px;
}

.form-group label.checkbox input[readonly] + span:before,
.form-group label.checkbox input:disabled + span:before {
  opacity: 0.5;
}

.form-group label.checkbox input:disabled + span:before {
  cursor: not-allowed;
}

.form-group input.button,
.form-group select.button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: calc(100% - 34px);
}

.form-group input.button ~ a,
.form-group select.button ~ a {
  background-color: #f5f5f8;
  color: #11b499;
  display: inline-block;
  height: 34px;
  text-align: center;
  text-decoration: none;
  width: 34px;
}

.form-group input.button ~ a:hover,
.form-group select.button ~ a:hover {
  color: #0e957f;
}

.form-group input.button[readonly] ~ a,
.form-group input.button:disabled ~ a,
.form-group select.button[readonly] ~ a,
.form-group select.button:disabled ~ a {
  opacity: 0.5;
}

.form-group input.button[readonly] ~ a,
.form-group input.button:disabled ~ a,
.form-group select.button[readonly] ~ a,
.form-group select.button:disabled ~ a {
  cursor: not-allowed;
}

.form-group input.button ~ a .icon,
.form-group select.button ~ a .icon {
  font-size: 1.6rem;
  line-height: 34px;
}

.form-group small,
.form-image small {
  background-color: #ee3432;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 1.2rem;
  left: 0; /* IE bug */
  line-height: 1.6;
  margin: -10px 0 0 -5px;
  /*max-width: 300px;*/
  padding: 15px 20px;
  position: absolute;
  text-align: left;
  top: 0;
}

.form-group small.nowrap,
.form-image small.nowrap {
  white-space: nowrap;
  z-index: 1;
}

.form-group small:after,
.form-image small:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ee3432;
  bottom: -9px;
  content: "";
  height: 0;
  left: 20px;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.form-group a.button {
  background-color: #fff;
  border-radius: 3px;
  color: #11b499;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-decoration: none;
}

.form-group a.button:not(.hidden) + a.button {
  margin-left: 10px;
}

.form-group a.button:hover {
  background-color: #11b499;
  color: #fff;
}

.form-group.label-top + .row {
  margin-top: 15px;
}

.form-image {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  padding: 20px;
  position: relative;
  text-align: center;
}

.form-image span {
  color: #8b95ab;
  display: block;
}

.form-image img {
  max-height: 60px;
  max-width: 400px;
  padding: 10px;
}

.form-image .btn {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.form-image .btn a {
  background-color: #ebebf1;
  border-radius: 3px;
  color: #11b499;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}

.form-image .btn a + a {
  margin-top: 5px;
}

.form-image .btn a:hover {
  background-color: #11b499;
  color: #fff;
}

/*********************************************************************************************************************/
/** main-tab *********************************************************************************************************/
/*********************************************************************************************************************/

.main-tab {
  border-bottom: 1px solid #d0d4dd;
  margin-bottom: 60px;
}

.main-tab a {
  color: #343a48;
  display: inline-block;
  font-size: 1.5rem;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
}

.main-tab a:hover {
  color: #11b499;
}

.main-tab a.active:after {
  background-color: #11b499;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.main-tab-pane {
  display: none;
}

.main-tab-pane.active {
  display: block;
}

/*********************************************************************************************************************/
/** sub-tab **********************************************************************************************************/
/*********************************************************************************************************************/

.sub-tab {
  align-items: center;
  display: flex;
  margin: -20px 0 60px 0;
}

.sub-tab a {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  color: #66728d;
  display: flex;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
}

.sub-tab a:hover:not(.active) {
  background-color: #f8f8fa;
  color: #11b499;
}

.sub-tab a.active {
  background-color: #11b499;
  color: #fff;
}

.sub-tab a.active:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #11b499;
  bottom: -9px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.sub-tab a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.sub-tab a + a {
  margin-left: 10px;
}

.sub-tab a span.status {
  background: #ccc;
  border: 2px solid #fff;
  border-radius: 999px;
  height: 10px;
  margin-left: 7px;
  width: 10px;
}

.sub-tab a span.status.on {
  background-color: #50b62d;
}

.sub-tab a span.status.off {
  background-color: #ee3432;
}

.sub-tab-pane {
  display: none;
}

.sub-tab-pane.active {
  display: block;
}

/*********************************************************************************************************************/
/** modal-tab *********************************************************************************************************/
/*********************************************************************************************************************/

.modal-tab {
  background-color: #eeeff3;
  padding: 10px 20px;
}

.modal-tab &gt; div {
  border-bottom: 1px solid #d0d4dd;
}

.modal-tab a {
  color: #343a48;
  display: inline-block;
  font-size: 1.4rem;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
}

.modal-tab a:hover {
  color: #11b499;
}

.modal-tab a.active:after {
  background-color: #11b499;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.modal-tab-pane {
  display: none;
}

.modal-tab-pane:first-child {
  display: block;
}

.modal .body {
}

.modal a.select-button {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  color: #66728d;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
}

.modal a.select-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.modal a.select-button:hover {
  background-color: #fff;
}

.modal a.select-button + a.select-button {
  margin-top: 10px;
}

.modal a.select-button div:not(:first-child) {
  flex: 1;
}

.modal a.select-button strong {
  color: #11b499;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}

.modal a.select-button strong + span {
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}

.modal a.select-button:hover strong {
  color: #0e957f;
}

.modal a.select-button .icon {
  background-color: #11b499;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 20px;
  padding: 10px;
  text-decoration: none;
}

.modal a.select-button:hover .icon {
  background-color: #0e957f;
}

.modal a.select-button.email .icon::before {
  content: "\ea2f";
}

.modal a.select-button.print .icon::before {
  content: "\ea68";
}

.modal .footer a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*********************************************************************************************************************/
/** section-title ****************************************************************************************************/
/*********************************************************************************************************************/

.section-title {
  align-items: center;
  display: flex;
  height: 45px; /* Si pas de boutons */
}

.section-title.header {
  margin-bottom: 30px;
}

.tablesorter .section-title.footer {
  margin-top: 30px;
}

.section-title .left,
.section-title .right {
  align-items: center;
  display: inline-flex;
  max-width: 50%;
}

.section-title a:not(.help) {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  color: #66728d;
  display: flex;
  line-height: 45px;
  margin-left: 10px;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}

.section-title a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.section-title a.green {
  background-color: #50b62d;
  border-left: none;
  color: #fff;
  font-size: 1.5rem;
}

.section-title a.red {
  background-color: #ee3432;
  border-left: none;
  color: #fff;
  font-size: 1.5rem;
}

.section-title a .icon {
  font-size: 1.6rem;
  margin-right: 10px;
}

.section-title .left h2 {
  color: #11b499;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-title .left h2 span {
  display: block;
  font-size: 1.5rem;
}

.section-title .left h2 + a {
  margin-left: 40px;
}

.section-title .right {
  margin-left: auto;
}

.section-title .right .form-group + a {
  margin-left: 30px;
}

.section-title .submenu {
  position: relative;
}

.section-title .submenu:hover &gt; a:not(.green):not(.red) {
  background-color: #f8f8fa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #11b499;
}

.section-title .submenu:hover &gt; a.green {
  background-color: #4aa82a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-title .submenu &gt; a + ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 998;
}

.section-title .submenu:hover &gt; a + ul {
  display: block;
}

.section-title .submenu &gt; a + ul li a {
  border-radius: 0;
  display: block;
  line-height: 35px;
}

.section-title .submenu &gt; a + ul li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.section-title a.green:hover {
  background-color: #4aa82a;
}

.section-title a.red:hover {
  background-color: #eb1613;
}

.section-title a:hover:not(.green):not(.red) {
  background-color: #f8f8fa;
  color: #11b499;
}

.section-title a.back .icon:before {
  content: "\eabf";
}

.section-title a.export .icon:before {
  content: "\ec84";
}

.section-title a.import .icon:before {
  content: "\ec83";
}

.section-title a.create .icon:before {
  content: "\ed5d";
}

.section-title a.save .icon:before,
.section-title a.accept .icon:before {
  content: "\ed71";
}

.section-title a.update .icon:before {
  content: "\edaa";
}

.section-title a.cancel .icon:before,
.section-title a.refuse .icon:before {
  content: "\ed6d";
}

.section-title a.undo .icon:before {
  content: "\eaa5";
}

.section-title a.download .icon:before {
  content: "\ec8b";
}

.section-title a.send .icon:before {
  content: "\ec09";
}

.section-title a.edit .icon:before {
  content: "\e90f";
}

.section-title a.delete .icon:before {
  content: "\ebfd";
}

.section-title a.clone .icon:before {
  content: "\e9c7";
}

.section-title a.invoice .icon:before {
  content: "\e9ca";
}

.section-title a.credit .icon:before {
  content: "\e9a3";
}

.section-title a.bringBack .icon:before {
  content: "\edde";
}

.section-title a.hide .icon:before {
  content: "\ecb1";
}

.section-title a.show .icon:before {
  content: "\ecae";
}

.section-title a.help .icon:before {
  content: "\ea1b";
}

.section-title a.preview .icon:before {
  content: "\ecae";
}

.section-title a.print .icon:before {
  content: "\ea68";
}

.section-title a.mail .icon:before {
  content: "\ea30";
}

.section-title a.email .icon:before {
  content: "\ea2f";
}

.section-title a.transform .icon:before {
  content: "\e9ca";
}

.section-title a.token .icon:before {
  content: "\edde";
}

.section-title + .row,
.section-title + form {
  margin-top: 60px;
}

.section-title a[data-main-tab] {
  display: none;
}

.section-title a[data-main-tab].active {
  display: flex;
}

.section-title a[data-sub-tab] {
  display: none;
}

.section-title a[data-sub-tab].active {
  display: flex;
}

form + .section-title.header {
  margin-top: 60px;
}

/*********************************************************************************************************************/
/** list-paging ******************************************************************************************************/
/*********************************************************************************************************************/

.list-paging {
  align-items: center;
  display: flex;
}

.list-paging.header {
  border-bottom: 1px solid #d0d4dd;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.list-paging.footer {
  border-top: 1px solid #d0d4dd;
  display: none;
  margin-top: 30px;
  padding-top: 15px;
}

.list-paging .left,
.list-paging .right {
  align-items: center;
  display: inline-flex;
}

.list-paging .left .info {
  align-items: center;
  display: inline-flex;
}

.list-paging .left .info strong {
}

.list-paging .left .paging {
  align-items: center;
  display: inline-flex;
  margin-left: 20px;
}

.list-paging .left .paging a {
  background-color: #fff;
  border-radius: 3px;
  color: #66728d;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  padding: 0 10px;
  text-decoration: none;
}

.list-paging .left .paging a.ctrl {
  align-items: center;
  background-color: transparent;
  border: none;
  display: inline-flex;
  padding: 5px 0;
}

.list-paging .left .paging a.ctrl:hover * {
  color: #0e957f;
}

.list-paging .left .paging a.active {
  background-color: #11b499;
  border: none;
  color: #fff;
  font-weight: 700;
}

.list-paging .left .paging a:not(.active):not(.ctrl):hover {
  background-color: #f8f8fa;
  color: #11b499;
}

.list-paging .left .paging a .icon {
  color: #11b499;
  font-size: 1.6rem;
  width: 16px;
}

.list-paging .left .paging a.first .icon:before {
  content: "\ed8c";
}

.list-paging .left .paging a.previous .icon:before {
  content: "\ed88";
}

.list-paging .left .paging a.next .icon:before {
  content: "\ed89";
}

.list-paging .left .paging a.last .icon:before {
  content: "\ed8d";
}

.list-paging .left .paging a.ctrl + a:not(.ctrl) {
  margin-left: 10px;
}

.list-paging .left .paging a:not(.ctrl) + a.ctrl {
  margin-left: 10px;
}

.list-paging .left .filter {
  margin-left: 20px;
}

.list-paging .left .filter a {
  align-items: center;
  background-color: #50b62d;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  height: 30px;
  line-height: 30px;
  margin: -3px 0;
  padding: 0 7px 0 10px;
  text-decoration: none;
}

.list-paging .left .filter a .icon.before {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 7px;
}

.list-paging .left .filter a .icon.before:before {
  content: "\ee8b";
}

.list-paging .left .filter a .icon.after {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  margin-left: 10px;
}

.list-paging .left .filter a .icon.after:before {
  content: "\ed6d";
}

.list-paging .left .filter a:hover {
  background-color: #4aa82a;
}

.list-paging .left .filter a:hover .icon.after {
  color: #fff;
}

.list-paging .right {
  margin-left: auto;
}

.list-paging .right select {
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 3px;
}

.list-paging .right a {
  align-items: center;
  background-color: #11b499;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  text-decoration: none;
}

.list-paging .right a:hover {
  background-color: #0e957f;
}

.list-paging .right a .icon {
  font-size: 1.3rem;
  margin-right: 8px;
  width: 13px;
}

/*********************************************************************************************************************/
/** tablesorter ******************************************************************************************************/
/*********************************************************************************************************************/

.tablesorter {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: -10px 0 -10px 0;
  width: 100%;
}

.tablesorter.no-header {
  margin: -15px 0 -10px 0;
}

.tablesorter th:first-child,
.tablesorter td:first-of-type {
  padding-left: 20px !important;
}

.tablesorter th:last-child,
.tablesorter td:last-of-type {
  padding-right: 20px !important;
}

.tablesorter th {
  text-align: left;
}

.tablesorter th .icon {
  cursor: pointer;
  font-size: 1.6rem;
}

.tablesorter th.align-right {
  text-align: right !important;
}

.tablesorter th:not(.sorter-false).align-right {
  padding-right: 40px !important;
}

.tablesorter th.align-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: center !important;
}

.tablesorter th.align-center:last-child {
  padding-right: 40px !important;
}

.tablesorter th:not(.sorter-false) .tablesorter-header-inner,
.tablesorter th div {
  cursor: pointer;
}

.tablesorter th:not(.sorter-false) .tablesorter-header-inner:after,
.tablesorter thead tr:first-child th div:after {
  background: no-repeat center left;
  background-size: 16px;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 3px 0 0 8px;
  position: absolute;
  width: 16px;
  z-index: 997;
}

.tablesorter
  th:not(.sorter-false).tablesorter-headerUnSorted
  .tablesorter-header-inner:after,
.tablesorter thead tr:first-child th.sort div:after {
  background-image: url(../img/table-sort-both.svg);
}

.tablesorter
  th:not(.sorter-false).tablesorter-headerAsc
  .tablesorter-header-inner:after,
.tablesorter thead tr:first-child th.sort-asc div:after {
  background-image: url(../img/table-sort-asc.svg);
}

.tablesorter
  th:not(.sorter-false).tablesorter-headerDesc
  .tablesorter-header-inner:after,
.tablesorter thead tr:first-child th.sort-desc div:after {
  background-image: url(../img/table-sort-desc.svg);
}

.tablesorter tr:first-child th {
  color: #11b499;
  font-size: 1.4rem;
  padding: 0 40px 5px 10px;
  white-space: nowrap;
}

.tablesorter tr.sorter-false:first-child th {
  padding-right: 10px;
}

.tablesorter tr.filter th {
  background-color: #e4e6ec;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
}

.tablesorter tr.filter th:first-child {
  border: 1px solid #e4e6ec; /* IE bug */
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 20px;
}

.tablesorter tr.filter th:last-child {
  border: 1px solid #e4e6ec; /* IE bug */
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.tablesorter tr.filter th div {
  position: relative;
}

.tablesorter tr.filter th div + div {
  margin-top: 5px;
}

.tablesorter tr.filter th select,
.tablesorter tr.filter th input {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  color: #66728d;
  font-size: 1.2rem;
  height: 30px;
  padding: 0 5px 0 10px;
  width: calc(100% - 30px);
}

body.firefox .tablesorter tr.filter th select {
  padding: 0 5px 0 6px;
}

.tablesorter tr.filter th select {
  background-image: none;
  padding-right: 5px !important;
}

.tablesorter tr.filter th a.reset {
  align-items: center;
  background-color: #eeeff3;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: #11b499;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 5px;
  text-decoration: none;
  top: 0;
  width: 26px;
}

.tablesorter tr.filter th select option:disabled {
  color: rgba(102, 114, 141, 0.5);
}

.tablesorter tr.filter th a.reset:hover {
  color: #0e957f;
}

.tablesorter tr.filter th a.reset .icon {
  font-size: 1.2rem;
  line-height: 32px;
  width: 12px;
}

.tablesorter tr.filter th a.reset .icon:before {
  content: "\ed6d";
}

.tablesorter tr.filter th.action {
  line-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
  white-space: nowrap;
}

.tablesorter tr.filter th.action a {
  background-color: #11b499;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

.tablesorter tr.filter th.action a.reset-all span {
  background-color: #50b62d;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 24px;
  line-height: 22px;
  margin-top: -12px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 50%;
  width: 24px;
}

.tablesorter tr.filter th.action a:hover {
  background-color: #0e957f;
}

.tablesorter tr.filter th.action a .icon {
  font-size: 1.6rem;
  width: 16px;
}

.tablesorter tr.filter th.action a.search .icon:before {
  content: "\eb30";
}

.tablesorter tr.filter th.action a.reset-all .icon:before {
  content: "\ed6d";
}

.tablesorter th.action a + a {
  margin-left: 5px;
}

.tablesorter tfoot th {
  padding-top: 10px !important;
}

.tablesorter tbody:before {
  color: transparent;
  content: "";
  display: block;
  line-height: 5px;
}

.tablesorter.small-row tbody:before {
  display: none;
}

.tablesorter td {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.tablesorter tr.empty td {
  color: #8b95ab;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.frame .tablesorter tr.empty td {
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.tablesorter tr.empty:not(:only-child) {
  display: none;
}

.tablesorter.pointer tbody tr:not(.empty) {
  cursor: pointer;
}

.tablesorter.draggable tbody tr:not(.empty) {
  cursor: move;
}

.tablesorter td {
  background-color: #f8f8fa;
  /*line-height: 18px;*/
}

.tablesorter tr.selected td {
  background-color: #fff;
}

.tablesorter tr.unselected td {
  opacity: 0.5;
}

.tablesorter tr:not(.empty):hover td {
  background-color: #fff;
}

.tablesorter td:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tablesorter td:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tablesorter td &gt; .id-name {
  align-items: center;
  display: flex;
}

.tablesorter td &gt; .id-name &gt; span:first-child {
  background-color: #ebebf1;
  border-radius: 3px;
  color: #66728d;
  font-size: 1.1rem;
  margin-right: 15px;
  padding: 5px 10px;
}

.tablesorter td {
  line-height: 1.4;
}

.tablesorter br {
  line-height: 1.6;
}

.tablesorter td span.subline {
  color: #8b95ab;
  display: block;
}

.tablesorter td * + span.subline {
  margin-top: 3px;
}

.tablesorter td.subscription * + span.subline {
  margin-top: 0;
}

.tablesorter td.subscription * + span.subline:nth-child(2) {
  margin-top: 5px;
}

.tablesorter td span.old-value,
.tablesorter td span.new-value {
  display: block;
}

.tablesorter td span.new-value {
  color: #8b95ab;
}

.tablesorter tr.toggle-on td span.old-value {
  color: #8b95ab;
}

.tablesorter tr.toggle-on td span.new-value {
  color: #343a48;
}

.tablesorter td {
  padding: 15px 40px 15px 10px;
  vertical-align: middle;
}

.tablesorter.small-row td {
  padding: 10px;
}

.tablesorter th.full-width,
.tablesorter td.full-width {
  width: 100%;
}

.tablesorter td.full-width.ellipsis {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tablesorter td.nowrap {
  white-space: nowrap;
}

.tablesorter td.align-right {
  text-align: right;
}

.tablesorter td.align-center {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.tablesorter td a {
  color: #11b499;
  text-decoration: none;
}

.tablesorter td a:hover {
  color: #0e957f;
}

.tablesorter td.toggle label {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 26px;
  position: relative;
}

.tablesorter td.toggle label input {
  display: none;
}

.tablesorter td.toggle label input:disabled + div {
  opacity: 0.5;
}

.tablesorter td.toggle input + div {
  align-items: center;
  display: flex;
  height: 100%;
}

.tablesorter td.toggle span.slider {
  background-color: #ee3432;
  border-radius: 34px;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 42px;
}

.tablesorter td.toggle span.slider:before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 22px;
  left: 2px;
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 22px;
}

.tablesorter td.toggle input:checked + div &gt; span.slider {
  background-color: #50b62d;
}

.tablesorter td.toggle input:checked + div &gt; span.slider:before {
  transform: translateX(16px);
  -ms-transform: translateX(16px);
  -webkit-transform: translateX(16px);
}

.tablesorter td.toggle span[class^="text-"] {
  display: none;
  margin-left: 52px;
}

.tablesorter td.toggle input:checked + div &gt; span.text-on {
  color: #50b62d;
  display: inline;
}

.tablesorter td.toggle input:not(:checked) + div &gt; span.text-off {
  color: #ee3432;
  display: inline;
}

.tablesorter td.checkbox {
  line-height: 0;
}

.tablesorter td.checkbox label {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.tablesorter td.checkbox label input {
  position: absolute;
  visibility: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.tablesorter td.checkbox label span:before {
  background-color: #ebebf1;
  border-radius: 3px;
  color: #11b499;
  content: "\00a0";
  cursor: pointer;
  font-size: 1.8rem;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-align: center;
  width: 30px;
}

.tablesorter td.checkbox label input:checked + span:after {
  border: solid #11b499;
  border-width: 0 3px 3px 0;
  content: "";
  cursor: pointer;
  height: 12px;
  margin: -10px 0 0 -4px;
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 5px;
}

.tablesorter td.checkbox label input[readonly] + span:before,
.tablesorter td.checkbox label input:disabled + span:before {
  opacity: 0.5;
}

.tablesorter td.checkbox label input:disabled + span:before {
  cursor: not-allowed;
}

.tablesorter td.icon-img {
  /*line-height: 0;*/
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
}

.tablesorter td.icon-img &gt; div {
  align-items: center;
  display: flex;
}

.tablesorter td.icon-img img {
  display: inline-block;
  margin-right: 15px;
  padding: 13px 0;
  text-decoration: none;
  width: 40px;
}

.tablesorter td.icon-img.no-text img {
  margin-right: 0;
}

.tablesorter td.status {
  white-space: nowrap;
}

.tablesorter td.status &gt; div {
  align-items: center;
  display: flex;
}

.tablesorter td.status .icon {
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
}

.tablesorter td.status.no-text .icon {
  margin-right: 0;
}

.tablesorter td.status-no-icon {
  white-space: nowrap;
}

.tablesorter td.status-no-icon &gt; div {
  border-radius: 3px;
  color: #fff;
  padding: 6px 15px;
  text-align: center;
}

.tablesorter td.status .accountantCustomer-pending {
  color: #ffb136;
}

.tablesorter td.status .accountantCustomer-pending .icon {
  background-color: #ffb136;
}

.tablesorter td.status .accountantCustomer-pending .icon:before {
  content: "\ea4f";
}

.tablesorter td.status .accountantCustomer-refused {
  color: #ee3432;
}

.tablesorter td.status .accountantCustomer-refused .icon {
  background-color: #ee3432;
}

.tablesorter td.status .accountantCustomer-refused .icon:before {
  content: "\ed6d";
}

.tablesorter td.status .accountantCustomer-confirmed {
  color: #50b62d;
}

.tablesorter td.status .accountantCustomer-confirmed .icon {
  background-color: #50b62d;
}

.tablesorter td.status .accountantCustomer-confirmed .icon:before {
  content: "\ed71";
}

.tablesorter td.status .contact-0 {
  color: #aaa;
}

.tablesorter td.status .contact-0 .icon {
  background-color: #aaa;
}

.tablesorter td.status .contact-0 .icon:before {
  content: "\eafa";
}

.tablesorter td.status .contact-10 {
  color: #38b1ec;
}

.tablesorter td.status .contact-10 .icon {
  background-color: #38b1ec;
}

.tablesorter td.status .contact-10 .icon:before {
  content: "\eaf7";
}

.tablesorter td.status .contact-20 {
  color: #9778cb;
}

.tablesorter td.status .contact-20 .icon {
  background-color: #9778cb;
}

.tablesorter td.status .contact-20 .icon:before {
  content: "\ea0c";
}

.tablesorter td.status .contact-30 {
  color: #db5f56;
}

.tablesorter td.status .contact-30 .icon {
  background-color: #db5f56;
}

.status .contact-30 .icon:before {
  content: "\e9dc";
}

.status .document-0 {
  color: #aaa;
}

.status .document-0 .icon {
  background-color: #aaa;
}

.status .document-0 .icon:before {
  content: "\e99e";
}

.status .document-10 {
  color: #50b62d;
}

.status .document-10 .icon {
  background-color: #50b62d;
}

.status .document-10 .icon:before {
  content: "\e9ae";
}

.status .document-20 {
  color: #38b1ec;
}

.status .document-20 .icon {
  background-color: #38b1ec;
}

.status .document-20 .icon:before {
  content: "\ec09";
}

.status .document-30 {
  color: #aaa;
}

.tablesorter td.status .document-30 .icon {
  background-color: #aaa;
}

.tablesorter td.status .document-30 .icon:before {
  content: "\ea82";
  /*content: '\ea87';*/
}

/*.status .payment-0 {*/
/*  color: #aaa;*/
/*}*/

/*.status .payment-0 .icon {*/
/*  background-color: #aaa;*/
/*}*/

/*.status .payment-0 .icon:before {*/
/*  content: "\ed58";*/
/*}*/

/*.status .payment-10 {*/
/*  color: #ffb136;*/
/*}*/

/*.status .payment-10 .icon {*/
/*  background-color: #ffb136;*/
/*}*/

/*.status .payment-10 .icon:before {*/
/*  content: "\ed71";*/
/*}*/

/*.status .payment-20 {*/
/*  color: #50b62d;*/
/*}*/

/*.status .payment-20 .icon {*/
/*  background-color: #50b62d;*/
/*}*/

/*.status .payment-20 .icon:before {*/
/*  content: "\ed71";*/
/*}*/

/*.status .payment-30 {*/
/*  color: #ee3432;*/
/*}*/

/*.status .payment-30 .icon {*/
/*  background-color: #ee3432;*/
/*}*/

/*.status .payment-30 .icon:before {*/
/*  content: "\ed6d";*/
/*}*/

.status-no-icon .doc-paid-0,
.status-no-icon .doc-paid-1000 {
  background-color: #aaa;
}

.status-no-icon .doc-paid-10,
.status-no-icon .doc-paid-1010 {
  background-color: #ffb136;
}

.status-no-icon .doc-paid-20,
.status-no-icon .doc-paid-1020 {
  background-color: #50b62d;
}

.status-no-icon .doc-paid-30 {
  background-color: #ee3432;
}

.status-no-icon .doc-paid-40 {
  background-color: #0db5c0;
}

.status .document-50 {
  color: #fcca3a;
}

.status .document-50 .icon {
  background-color: #fcca3a;
}

.status .document-50 .icon:before {
  content: "\ea53";
}

.status .document-60 {
  color: #ee3432;
}

.status .document-60 .icon {
  background-color: #ee3432;
}

.status .document-60 .icon:before {
  content: "\ed6d";
}

.status .document-40,
.status .document-70 {
  color: #50b62d;
}

.status .document-40 .icon,
.status .document-70 .icon {
  background-color: #50b62d;
}

.status .document-40 .icon:before,
.status .document-70 .icon:before {
  content: "\ed71";
}

.status .document-80 {
  color: #9778cb;
}

.status .document-80 .icon {
  background-color: #9778cb;
}

.status .document-80 .icon:before {
  content: "\e9ca";
}

.status .document-90 {
  color: #9778cb;
}

.status .document-90 .icon {
  background-color: #9778cb;
}

.status .document-90 .icon:before {
  content: "\e9a4";
}

/*.status .document-12,*/
/*.status .document-13,*/
/*.status .document-14 {*/
/*  color: #ffb136;*/
/*}*/

.status .document-1000,
.status .document-1010,
.status .document-1020 {
  color: #e58f40;
}

.status .document-1000 .icon,
.status .document-1010 .icon,
.status .document-1020 .icon {
  background-color: #e58f40;
}

.status .document-1000 .icon:before,
.status .document-1010 .icon:before,
.status .document-1020 .icon:before {
  content: "\ea59";
}

.status .document-1030 {
  color: #db5f56;
}

.status .document-1030 .icon {
  background-color: #db5f56;
}

.status .document-1030 .icon:before {
  content: "\e9dc";
}

.status .document-100 {
  color: #aaa;
}

.status .document-100 .icon {
  background-color: #aaa;
}

.status .document-100 .icon:before {
  content: "\ea52";
}

.tablesorter td.status [class^="reminder-"] {
  color: #e58f40;
  flex-direction: column;
}

.tablesorter td.status [class^="reminder-"] .icon {
  background-color: #e58f40;
  margin: 0 0 5px 0;
}

.tablesorter td.status [class^="reminder-"] .icon:before {
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  height: 16px;
  text-align: center;
  width: 16px;
}

.tablesorter td.status .reminder-1000 .icon:before {
  content: "1";
}

.tablesorter td.status .reminder-1010 .icon:before {
  content: "2";
}

.tablesorter td.status .reminder-1020 .icon:before {
  content: "3";
}

.tablesorter td span.total {
  border-top: 1px solid transparent;
  display: block;
  margin-top: 5px;
  padding-top: 5px;
}

.tablesorter td span.total.topline {
  border-top: 1px solid #d0d4dd;
}

.tablesorter td.action {
  line-height: 0;
  text-align: right;
  white-space: nowrap;
}

.tablesorter td.action a {
  background-color: #ebebf1;
  border-radius: 999px;
  color: #11b499;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}

.tablesorter td.action a:hover {
  background-color: #11b499;
  color: #fff;
}

.tablesorter td.action a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tablesorter td.action a .icon {
  font-size: 1.6rem;
  width: 16px;
}

.tablesorter td.action a + a {
  margin-left: 5px;
}

.tablesorter td.action a.edit .icon:before {
  content: "\e90f";
}

.tablesorter td.action a.show .icon:before {
  content: "\ecae";
}

.tablesorter td.action a.no-pointer {
  cursor: default;
}

.tablesorter td.action a.default {
  background-color: #50b62d;
  color: #fff;
}

.tablesorter td.action a.default .icon:before {
  content: "\ed6f";
}

.tablesorter td.action a.new-pack {
  background-color: #0283cc;
  color: #fff;
}

.tablesorter td.action a.not-paid-pack {
  background-color: #ee3432;
  color: #fff;
}

.tablesorter td.action a.new-pack .icon:before,
.tablesorter td.action a.not-paid-pack .icon:before {
  content: "\ed52";
}

.tablesorter td.action a.not-default .icon:before {
  content: "\ed70";
}

.tablesorter td.action a.delete .icon:before {
  content: "\ebfd";
}

.tablesorter td.action a.download .icon:before {
  content: "\e9a5";
}

.tablesorter td.action a.detail .icon:before {
  content: "\ecae";
}

.tablesorter td.action a.email .icon:before {
  content: "\ea2f";
}

.tablesorter td.action a.cancel .icon:before {
  content: "\ed6d";
}

.tablesorter td.action a.undo .icon:before {
  content: "\eaa5";
}

.tablesorter td.action a.transform .icon:before {
  content: "\e9ca";
}

.tablesorter td.action a.bringBack .icon:before {
  content: "\edde";
}

/*********************************************************************************************************************/
/** Tooltip **********************************************************************************************************/
/*********************************************************************************************************************/

#tooltip {
  background: #343a48;
  border-radius: 3px;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}

#tooltip:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #343a48;
  bottom: -8px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}

#tooltip.top:after {
  border-bottom: 10px solid #343a48;
  border-top-color: transparent;
  bottom: auto;
  top: -20px;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  left: auto;
  margin: 0;
  right: 10px;
}

#tooltip ul {
  list-style: disc;
  margin: 5px 0 0 10px;
}

/*********************************************************************************************************************/
/** Loader ***********************************************************************************************************/
/*********************************************************************************************************************/

#loader,
#loader-register {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

#loader &gt; div,
#loader-register &gt; div {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#loader-register &gt; div &gt; div {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
}

#loader &gt; div &gt; div {
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #fff;
  border-radius: 100%;
  display: none;
  height: 18px;
  margin: 0 5px;
  width: 18px;
}

#loader.loading &gt; div &gt; div {
  display: inline-block;
}

#loader .bounce1 {
  animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
}

#loader .bounce2 {
  animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*********************************************************************************************************************/
/** Dashboard ********************************************************************************************************/
/*********************************************************************************************************************/

.frame h3 {
  color: #11b499;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.frame .legend div {
  align-items: center;
  display: flex;
}

.frame .legend div span {
  border-radius: 1px;
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 13px;
}

#chart-donut {
  min-height: 160px;
}

.frame .turnover {
  margin-bottom: 30px;
  min-height: 66px;
}

.frame .turnover strong {
  font-size: 2.4rem;
  font-weight: normal;
}

.frame .tablesorter:not(.pointer) tr:hover td {
  background-color: #f8f8fa;
}

.frame .tablesorter td span.bullet {
  background-color: #ebebf1;
  border-radius: 999px;
  color: #11b499;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

#unpaid {
  display: flex;
  justify-content: space-between;
}

#unpaid .frame + .frame {
  margin-top: 20px;
}

#unpaid &gt; div {
  align-items: center;
  display: inline-flex;
}

.mobile #unpaid &gt; div {
  display: initial;
}

#unpaid &gt; div strong {
  color: #ee3432;
  font-size: 2rem;
  font-weight: normal;
  margin-left: 10px;
}

#unpaid &gt; div strong.count {
  background: #ee3432;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 10px;
  padding: 3px 10px;
}

#unpaid &gt; .none strong {
  color: #50b62d;
}

#unpaid &gt; .none strong.count {
  background-color: #50b62d;
  color: #fff;
}

/*#unpaid .link {*/
/*display: flex;*/
/*}*/

#unpaid .link a {
  align-items: center;
  background-color: #ebebf1;
  border-radius: 3px;
  color: #11b499;
  display: inline-flex;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}

#unpaid .link a.main {
  background-color: #11b499;
  color: #fff;
}

#unpaid .link a + a {
  margin-left: 10px;
}

#unpaid .link a .icon {
  font-size: 1.6rem;
  margin-right: 10px;
}

#unpaid .link a .icon:before {
  content: "\edde";
}

#unpaid .link a.mef .icon:before {
  content: "\e9dc";
}

#unpaid .link a:hover {
  background-color: #11b499;
  color: #fff;
}

#unpaid .link a.main:hover {
  background-color: #0e957f;
}

#unpaid .link a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*********************************************************************************************************************/
/** Modal ************************************************************************************************************/
/*********************************************************************************************************************/

#modal-wrapper {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2001;
}

#modal-container {
  box-sizing: border-box;
  display: table;
  padding: 30px;
  margin: auto;
  height: 100%;
  /*
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2001;
    */
}

#modal-container &gt; div {
  display: table-cell;
  margin: 30px auto;
  vertical-align: middle;
  /*
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;*/
}

.modal {
  display: none;
  min-width: 400px;
}

.modal.loading {
  display: block;
  margin-top: -100px;
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.modal.loaded {
  margin-top: 0;
  opacity: 1;
}

.modal .header {
  align-items: center;
  background-color: #11b499;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  display: flex;
  padding: 5px 17px 5px 20px;
}

.modal .header h1 {
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  text-align: left;
  white-space: nowrap;
}

.modal .header a.close {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 16px;
  margin-left: auto;
  text-decoration: none;
  width: 16px;
}

.modal .header a.close:hover {
  color: #fff;
}

.modal .header a.close .icon {
  font-size: 1.6rem;
}

.modal .header a.close .icon:before {
  content: "\ed6d";
}

.modal-warning-msg,
.modal-error-msg {
  background-color: #eeeff3;
  padding: 30px 40px 0 40px;
  text-align: center;
}

.modal-warning-msg span {
  background-color: rgba(232, 145, 0, 0.1);
  border: 1px solid #e89100;
  border-radius: 3px;
  color: #e89100;
  display: block;
  padding: 10px 20px;
}

.modal-error-msg span {
  background: rgba(238, 52, 50, 0.1);
  border: 1px solid #ee3432;
  border-radius: 3px;
  color: #ee3432;
  display: block;
  padding: 10px 20px;
}

.modal .title {
  background-color: #eeeff3;
  font-size: 1.4rem;
  padding: 30px 40px 0 40px;
}

.modal .body {
  background-color: #eeeff3;
  padding: 40px;
  position: relative;
}

.modal .body.center {
  text-align: center;
}

.modal .body.justify {
  text-align: justify;
}

.modal .body a {
  color: #11b499;
  text-decoration: none;
}

.modal .body.center span.email-token {
  color: #78839d;
  display: block;
}

.modal .body.center .form-group.label-top label {
  margin-right: 0;
}

.modal .body.center .form-group.label-top input {
  text-align: center;
}

.modal .body.readonly:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal .body.radius {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.modal .body h2 {
  font-size: 1.4rem;
}

.modal .body h2.warning {
  color: #e89100;
}

.modal .body h2.info,
.modal .body h2.success {
  color: #4aa82a;
}

.modal .body h2.error,
.modal .body h2.delete {
  color: #ee3432;
}

.modal .body h2 .icon {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.modal .body h2.warning .icon:before,
.modal .body h2.error .icon:before,
.modal .body h2.save .icon:before,
.modal .body h2.delete .icon:before {
  content: "\ed50";
}

.modal .body h2.info .icon:before {
  content: "\ed52";
}

.modal .body h2.success .icon:before {
  content: "\ee76";
}

.modal .body p {
  color: #78839d;
}

.modal .body h2 + p {
  color: #78839d;
  margin-top: 20px;
}

.modal .body p + p {
  margin-top: 10px;
}

.modal .footer {
  align-items: center;
  background-color: #eeeff3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  justify-content: flex-end;
  margin-top: -1px; /* IE bug */
  padding: 1px 20px 20px 20px;
}

.modal .footer a {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  color: #66728d;
  display: inline-flex;
  line-height: 35px;
  margin-left: 10px;
  padding: 0 15px;
  text-decoration: none;
}

.modal.retry .footer a.retry {
  display: inline-flex;
}

.modal .footer a.retry {
  display: none;
}

.modal.anyway .footer a.anyway {
  display: inline-flex;
}

.modal .footer a.anyway {
  display: none;
}

.modal .footer a:hover:not(.green):not(.red) {
  background-color: #f8f8fa;
  color: #11b499;
}

.modal .footer a .icon {
  font-size: 1.6rem;
  margin-right: 8px;
}

.modal .footer a.red {
  background-color: #ee3432;
  color: #fff;
}

.modal .footer a.red:hover {
  background-color: #db1412;
}

.modal .footer a.green {
  background-color: #50b62d;
  color: #fff;
}

.modal .footer a.green:hover {
  background-color: #4aa82a;
}

.modal .form-group textarea {
  min-height: 60px;
}

.modal .checkbox-grid {
  width: 100%;
}

.modal .checkbox-grid .form-group &gt; label {
  width: calc(100% - 60px);
}

.modal .checkbox-grid .form-group &gt; label + div {
  min-height: 30px;
  width: 30px;
}

.modal .checkbox-grid .form-group label.checkbox {
  padding-left: 0;
}

.modal .checkbox-grid .form-group label.checkbox span:before {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

#modal-register-step .body ul {
  font-size: 1.4rem;
  position: relative;
}

#modal-register-step .body li {
  line-height: 30px;
  padding-left: 40px;
}

#modal-register-step .body li i.icon {
  color: #11b499;
  font-size: 1.8rem;
  height: 30px;
  left: 0;
  line-height: 27px;
  position: absolute;
}

#modal-register-step .body li.done i.icon:before {
  color: #50b62d;
  content: "\ed6f";
}

#modal-register-step .body li.in-progress i.icon:before {
  animation: clockwiseSpin 1s infinite linear;
  color: #11b499;
  content: "\eb29";
  font-family: "IcoMoon-Ultimate" !important;
  font-size: 1.8rem;
  left: 0;
  letter-spacing: 0;
  line-height: 28px;
  position: absolute;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
}

#modal-register-step .body li.waiting {
  opacity: 0.5;
}

#modal-register-step .body li.waiting i.icon:before {
  content: "\ed70";
}

.solvency-status {
  margin-bottom: 60px;
  text-align: center;
}

.solvency-status h2 {
  color: #78839d;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.solvency-status h2 + div {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  min-height: 120px;
  padding: 0 20px;
}

.solvency-slider {
  align-items: center;
  display: flex;
  height: 30px;
  padding: 0 80px;
}

.solvency-slider .range {
  background: linear-gradient(to right, #d20000 0%, #d1d114 50%, #00d200 100%);
  background: -moz-linear-gradient(left, #d20000 0%, #d1d114 50%, #00d200 100%);
  background: -o-linear-gradient(left, #d20000 0%, #d1d114 50%, #00d200 100%);
  background: -webkit-linear-gradient(
    left,
    #d20000 0%,
    #d1d114 50%,
    #00d200 100%
  );
  border-radius: 999px;
  flex-grow: 1;
  height: 14px;
  margin: 0 20px;
  position: relative;
}

.solvency-slider .range h2 {
  color: #78839d;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  top: -35px;
  width: 200px;
}

.solvency-slider .range .handle {
  background-color: #fff;
  border-radius: 999px;
  height: 24px;
  margin: -5px 0 0 -12px;
  position: absolute;
  width: 24px;
}

.solvency-slider .range span.marker {
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 20px;
  position: absolute;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.solvency-slider .range span.marker:after {
  border-bottom: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: -9px;
  width: 0;
}

.document-amount-slider {
  align-items: center;
  display: flex;
  height: 12px;
  margin-left: 30px !important;
  width: 100%;
}

.document-amount-slider &gt; div:not(.range):first-child {
  margin-right: 15px;
}

.document-amount-slider &gt; div:not(.range):last-child {
  margin-left: 15px;
}

.document-amount-slider .range {
  background-color: #d0d4dd;
  border-radius: 999px;
  height: 100%;
  width: 100%;
}

.document-amount-slider .range &gt; div {
  float: left;
  height: 100%;
  min-width: 12px;
}

.document-amount-slider .payment {
  background-color: #11b499;
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

.document-amount-slider .payment:last-child {
  border-radius: 999px;
}

.document-amount-slider .next-document {
  background-color: #9778cb;
  border-bottom-right-radius: 999px;
  border-top-right-radius: 999px;
}

.document-amount-slider .next-document:first-child {
  border-radius: 999px;
}

#select-product-document {
  margin: 0 0 60px 50%;
  position: relative;
}

#select-product-document .form-group input {
  height: 44px;
  padding-left: 50px;
}

#select-product-document .icon {
  color: #11b499;
  font-size: 2rem;
  left: 12px;
  margin-right: 15px;
  position: absolute;
  top: 12px;
}

#select-product-document .icon:before {
  content: "\e9ff";
}

#document-view-container {
  padding-right: 40px;
}

#document-view {
  background-color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  min-height: 600px;
  padding: 60px 40px;
  position: relative;
}

#document-view .purchaseInvoice {
  max-width: 100%;
}

#document-history .status {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
}

#document-history .status:first-child {
  background: #fff;
}

#document-history .status:last-of-type {
  margin-bottom: 0;
}

#document-history .status .icon {
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 20px;
  padding: 10px;
  text-decoration: none;
}

#document-history .status span {
  color: #8b95ab;
  display: block;
}

/*#document-history .icon-img img {*/
/*display: inline-block;*/
/*margin-right: 15px;*/
/*text-decoration: none;*/
/*width: 40px;*/
/*}*/

.payment-info {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 60px;
  padding: 78px 30px;
  text-align: center;
}

.payment-info img {
  height: 50px;
  margin-bottom: 20px;
  width: 50px;
}

.payment-info strong {
  display: block;
}

.payment-info-arrow {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}

.payment-info-arrow span.date {
  color: #11b499;
  font-size: 1.6rem;
}

.payment-info-arrow span.amount {
  font-size: 1.8rem;
  font-weight: bold;
}

.payment-info-arrow .icon {
  background-color: #50b62d;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  margin: 10px 0;
  padding: 15px;
}

.payment-info-arrow .icon.icon-arrow-right8 {
  background-color: #ee3432;
}

#main-tab-link h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#main-tab-link img {
  margin-right: 50px;
  width: 180px;
}

#main-tab-link img.active {
  /*opacity: .9;*/
  position: absolute;
  left: 130px;
  top: 10px;
  width: 150px;
}

#main-tab-link .frame {
  align-items: center;
  display: flex;
}

#main-tab-link .row + .section-title.header {
  padding: 0 20px;
}

/*#main-tab-ef * {*/
/*color: #293b45;*/
/*font: 1.1em/1.5 'Ubuntu', Arial, sans-serif;*/
/*}*/

#main-tab-ef .row {
  color: #78839d;
  display: block;
  font-size: 1.4rem;
}

#main-tab-ef .row + .row {
  margin-top: 20px;
}

#main-tab-ef img {
  margin-bottom: 20px;
  width: 250px;
}

#main-tab-ef strong {
  color: #343a48;
}

#main-tab-ef h3 {
  color: #343a48;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#main-tab-ef .row:last-child {
  margin-top: 40px;
}

#main-tab-ef .row:last-child {
  color: #343a48;
  font-size: 1.6rem;
  font-weight: normal;
}

#main-tab-ef .row:last-child a {
  color: #11b499;
  text-decoration: none;
}

#ef-litigation {
  max-width: 800px;
}

#ef-litigation h2 {
  color: #11b499;
  font-size: 1.6rem;
  margin: 20px 0;
  text-transform: uppercase;
}

#ef-litigation a {
  color: #0e957f;
  text-decoration: none;
}

#ef-litigation table {
  border: 1px solid #11b499;
  margin: 20px 0 5px 0;
}

#ef-litigation table td {
  padding: 10px 20px;
}

#ef-litigation table td:last-of-type {
  text-align: center;
}

#ef-litigation table tr.head td {
  background-color: #11b499;
  color: #fff;
  text-transform: uppercase;
}

#ef-litigation p + p {
  margin-top: 20px;
}

#ef-litigation li {
  align-items: center;
  display: flex;
}

#ef-litigation li + li {
  margin-top: 5px;
}

#ef-litigation .icon {
  color: #11b499;
  font-size: 1.6rem;
  margin-right: 10px;
}

#ef-litigation .row + .row {
  margin-top: 20px;
}

#ef-litigation p.remark {
  color: #78839d;
  font-size: 1.2rem;
}

#modal-create-pack .form-group.pack {
  display: flex;
  flex-direction: row;
  /*justify-content: space-between;*/
  justify-content: space-around;
  margin-bottom: 50px;
}

#modal-create-pack .form-group.pack a {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #343a48;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 30%;
}

#modal-create-pack .form-group.pack a.active {
  border: 2px solid #11b499;
}

#modal-create-pack .form-group.pack a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#modal-create-pack .form-group.pack a strong {
  color: #11b499;
  display: block;
  position: relative;
}

#modal-create-pack .form-group.pack a strong span {
  display: block;
  font-size: 1.8rem;
}

#modal-create-pack .form-group.pack a em.month {
  display: block;
  font-size: 2.4rem;
  height: 60px;
  line-height: 60px;
  /*margin 20px 0;*/
  margin: 20px 0 0 0;
  position: relative;
}

#modal-create-pack .form-group.pack a em.month:before {
  background-color: #d0d4dd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*#modal-create-pack .form-group.pack a em.month:after {*/
/*    background-color: #d0d4dd;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    height: 1px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

#modal-create-pack .form-group.pack a em.htva {
  display: block;
  font-size: 1.6rem;
  position: relative;
}

#modal-create-pack .form-group.pack a em span {
  color: #78839d;
  font-size: 1.2rem;
}

/*#modal-create-pack .form-group.pack a em.year {*/
/*    display: block;*/
/*    font-size: 1.6rem;*/
/*}*/

#modal-create-pack .form-group.pack a em.month span:first-child {
  margin-right: 10px;
}

/*#modal-create-pack .form-group.option {*/
/*    text-align: left;*/
/*}*/

#modal-create-pack .form-group.general-terms {
  margin-top: 40px;
}

#modal-create-pack .form-group.general-terms &gt; label {
  width: 100%;
}

#modal-create-pack .form-group.general-terms a {
  color: #11b499;
  margin: 0 2px;
}

#modal-create-pack .body .form-group.option:not(:first-of-type) {
  margin-top: 10px;
}

#modal-create-pack .form-group.option strong {
  color: #343a48;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

#modal-create-pack .form-group.option .price {
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: 30px;
}

#modal-create-pack .form-group.option .price span {
  color: #78839d;
  font-size: 1.2rem;
}

.lastExportInfo {
  color: #78839d;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;

  border: 1px solid transparent;

  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  box-sizing: border-box;
  height: 40px;

  padding: 10px 12px;
  transition: box-shadow 150ms ease;
  -webkit-transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.text-left {
  text-align: left !important;
}
.bg-LightGrey {
  background-color: #464d5b !important;
}
.text-white {
  color: white !important;
}
.p-15 {
  padding: 15px;
}
.d-inline-block {
  display: inline-block !important;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.shadow {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.circle-icon {
  padding:30px;
  border-radius: 50%;
}
</pre></body></html>