*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: trueno-light, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
ol.message_list {
  position: relative; }

@font-face {
  font-family: Officina;
  src: url("../fonts/OfficinaSansStd-Book.otf"); }
html, body {
  min-height: 100vh; }

body#front {
  width: 100vw;
  margin: auto;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow-x: hidden;
  padding-top: 40px; }
  @media screen and (min-width: 992px) {
    body#front {
      padding-top: 80px; } }

#front header.bg-light {
  background-color: #f8f9fa !important; }
  #front header.bg-light .navbar {
    box-shadow: none; }

#front nav, #front #footerCopyright, #front #contentWrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%; }

#contentWrapper {
  padding: 80px 0;
  height: 100%; }
  #contentWrapper h1 {
    font-size: 2em;
    text-align: center;
    font-weight: 300; }
    #contentWrapper h1 ~ hr {
      margin-bottom: 40px; }
      @media screen and (min-width: 992px) {
        #contentWrapper h1 ~ hr {
          margin-bottom: 80px; } }
  #contentWrapper h2 {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: 300; }
  #contentWrapper h3 {
    font-weight: 300; }

.alertSuccess {
  background-color: #c8e6c9;
  color: #10ac84;
  padding: 10px 30px;
  border-radius: 3px;
  margin-bottom: 20px; }

.alertFail {
  background-color: #e55039;
  color: #a22d12;
  padding: 10px 30px;
  border-radius: 3px;
  margin: 20px; }

.textCenter {
  text-align: center; }

.errorMsg {
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 0.8em;
  color: #e74c3c;
  width: 100%; }

.hidden {
  display: none; }

.slideFromLeft {
  position: relative;
  opacity: 0;
  left: -40px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.slideFromRight {
  position: relative;
  opacity: 0;
  left: 40px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.slideFromBottom {
  position: relative;
  opacity: 0;
  top: 60px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.slideFromTop {
  position: relative;
  opacity: 0;
  top: -60px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.g-recaptcha {
  margin-bottom: 20px; }

.list_value {
  color: #7a7a7a; }

.pagination {
  justify-content: center; }

.clickable-row {
  cursor: pointer; }

.btn-primary {
  background-color: #0a3d62;
  border-color: #0a3d62; }

.btn-export {
  margin-right: 12px !important; }

#contentWrapper table th a:visited, #contentWrapper table th a, #contentWrapper table th a:focus, #contentWrapper table th a:hover {
  color: #757575; }

.undefined {
  color: #bfbfbf;
  font-style: italic; }

.table-responsive {
  width: 360px !important;
  margin: auto; }
  @media screen and (min-width: 500px) {
    .table-responsive {
      width: 480px !important; } }
  @media screen and (min-width: 600px) {
    .table-responsive {
      width: 580px !important; } }
  @media screen and (min-width: 700px) {
    .table-responsive {
      width: 680px !important; } }
  @media screen and (min-width: 800px) {
    .table-responsive {
      width: 780px !important; } }
  @media screen and (min-width: 900px) {
    .table-responsive {
      width: 880px !important; } }
  @media screen and (min-width: 1000px) {
    .table-responsive {
      width: 980px !important; } }
  @media screen and (min-width: 1100px) {
    .table-responsive {
      width: 1080px !important; } }
  @media screen and (min-width: 1200px) {
    .table-responsive {
      width: 1200px !important; } }

body#backOfficeBody {
  font-family: 'Officina'; }

body#backOfficeBody {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  margin: 0; }
  body#backOfficeBody #contentWrapper {
    flex-grow: 2;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch; }
  body#backOfficeBody .sectionContent {
    flex-grow: 1;
    padding: 20px 10px; }
    @media screen and (min-width: 768px) {
      body#backOfficeBody .sectionContent {
        padding: 0px; } }

#backOffice {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  padding: 0; }
  #backOffice #navBackOfficeWrapper {
    position: absolute;
    left: 0;
    background-color: #f1f2f6; }
    #backOffice #navBackOfficeWrapper > i {
      background-color: #f1f2f6;
      padding: 10px;
      position: absolute;
      right: -28px;
      top: 0; }
  #backOffice nav {
    width: 300px;
    padding: 40px;
    display: none; }
    #backOffice nav h2 {
      padding-bottom: 20px;
      margin-bottom: 40px;
      border-bottom: 1px solid #e8e8e8;
      text-transform: uppercase;
      color: #555555; }
    #backOffice nav #chemin {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: center; }
      #backOffice nav #chemin a {
        color: #3498db;
        text-transform: capitalize; }
      #backOffice nav #chemin i {
        margin: 0 5px;
        color: #555555;
        font-size: 0.8em; }
    #backOffice nav a {
      color: #555555;
      text-decoration: none; }
      #backOffice nav a:hover {
        color: #3498db; }
    #backOffice nav ul {
      padding: 0;
      list-style: none; }
      #backOffice nav ul li {
        margin-bottom: 20px; }
        #backOffice nav ul li:hover > a {
          position: relative; }
          #backOffice nav ul li:hover > a::before {
            content: '';
            height: 4px;
            width: 4px;
            border-radius: 50%;
            display: inline-block;
            background-color: #3498db;
            position: absolute;
            top: 10px;
            left: -20px; }
        #backOffice nav ul li .active {
          position: relative; }
          #backOffice nav ul li .active::before {
            content: '';
            height: 4px;
            width: 4px;
            border-radius: 50%;
            display: inline-block;
            background-color: #3498db;
            position: absolute;
            top: 10px;
            left: -20px; }
      #backOffice nav ul .dropdown > a {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center; }
      #backOffice nav ul .dropdown ul {
        display: none;
        padding: 20px; }
      #backOffice nav ul .dropdown:hover > a {
        color: #3498db; }
      #backOffice nav ul .dropdown:hover > ul {
        display: block; }
  #backOffice #contentBackOffice {
    flex-grow: 1;
    padding: 40px;
    color: #555555;
    background-color: white !important; }
    #backOffice #contentBackOffice .createLink {
      background-color: #f1f2f6;
      padding: 3px 10px;
      border-radius: 5px;
      color: #3498db;
      -webkit-transition: all 0.5 ease;
      -moz-transition: all 0.5 ease;
      -ms-transition: all 0.5 ease;
      -o-transition: all 0.5 ease;
      transition: all 0.5 ease; }
      #backOffice #contentBackOffice .createLink i {
        font-size: 0.8em; }
      #backOffice #contentBackOffice .createLink:hover {
        background-color: #3498db;
        color: #ecf0f1;
        text-decoration: none; }

@media screen and (min-width: 992px) {
  #backOffice #navBackOfficeWrapper {
    position: relative; }
    #backOffice #navBackOfficeWrapper nav {
      display: block; } }
header a, header a:visited, header a:focus, header a:hover {
  color: #333; }
header button {
  color: #ecf0f1;
  padding: 12px 20px !important; }

footer {
  background-color: #0a3d62;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  color: #555555; }
  footer p {
    margin: 0; }
  footer #footerDetails {
    padding: 20px 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    width: 100%;
    max-width: 900px;
    color: #bfbfbf; }
    footer #footerDetails div {
      width: 100%;
      max-width: 300px;
      margin-bottom: 20px;
      padding-bottom: 15px;
      flex: 1; }
      footer #footerDetails div h3 {
        color: #ecf0f1; }
    footer #footerDetails ul {
      padding: 0;
      list-style: none; }
    footer #footerDetails nav .hiddenFooter {
      display: none; }
  footer #footerCopyright {
    padding: 20px 10px;
    color: #ecf0f1; }
    footer #footerCopyright p {
      text-align: center; }
    footer #footerCopyright a {
      color: #ecf0f1; }

@media screen and (min-width: 576px) {
  footer #footerDetails {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch; }
    footer #footerDetails div {
      width: auto;
      padding-top: 20px;
      flex: 1; } }
#backOfficeBody header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  #backOfficeBody header #logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background-color: #0a3d62;
    color: #ecf0f1; }
    #backOfficeBody header #logo a, #backOfficeBody header #logo a:visited, #backOfficeBody header #logo a:focus, #backOfficeBody header #logo a:hover {
      color: #ecf0f1;
      text-decoration: none; }
    #backOfficeBody header #logo h1 {
      margin: 0; }
  #backOfficeBody header nav {
    background-color: #e1e4ec;
    display: none; }
    #backOfficeBody header nav > ul {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding-left: 0;
      margin: 0; }
      #backOfficeBody header nav > ul li {
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 100%;
        text-align: center; }
        #backOfficeBody header nav > ul li a {
          display: block;
          color: #555555;
          text-decoration: none;
          padding: 10px 0; }
          #backOfficeBody header nav > ul li a i {
            position: relative;
            top: 1px; }
        #backOfficeBody header nav > ul li a:focus, #backOfficeBody header nav > ul li a:visited, #backOfficeBody header nav > ul li a:hover {
          color: #555555;
          text-decoration: none; }
      #backOfficeBody header nav > ul li:hover {
        background-color: #d2d5e2; }
      #backOfficeBody header nav > ul .dropdown {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center; }
        #backOfficeBody header nav > ul .dropdown .dropdown-menu {
          max-height: 0;
          background-color: #3498db;
          width: 100%;
          margin: 0;
          list-style: none;
          padding-left: 0;
          transition: max-height 1s ease;
          overflow: hidden; }
          #backOfficeBody header nav > ul .dropdown .dropdown-menu li {
            padding: 10px 0;
            border-bottom: 1px solid #dcdde1; }
      #backOfficeBody header nav > ul .dropdown:hover .dropdown-menu {
        max-height: 200px; }
@media screen and (min-width: 992px) {
  #backOfficeBody header {
    flex-flow: row nowrap;
    justify-content: space-around;
    background-color: #0a3d62; }
    #backOfficeBody header #hamburger {
      display: none; }
    #backOfficeBody header nav {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: stretch;
      background-color: inherit; }
      #backOfficeBody header nav > ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: stretch;
        list-style: none;
        padding-left: 0; }
        #backOfficeBody header nav > ul li {
          margin: 0;
          padding: 0 15px;
          display: flex;
          flex-flow: column nowrap;
          justify-content: center;
          align-items: center;
          border-top: 4px solid transparent !important;
          width: auto;
          text-transform: initial; }
          #backOfficeBody header nav > ul li a {
            color: #ecf0f1;
            padding: 0; }
          #backOfficeBody header nav > ul li a:hover, #backOfficeBody header nav > ul li a:visited, #backOfficeBody header nav > ul li a:hover {
            color: #ecf0f1;
            text-decoration: none; }
        #backOfficeBody header nav > ul li:hover {
          background-color: #353b48;
          border-top: 4px solid #3498db; }
        #backOfficeBody header nav > ul .dropdown {
          position: relative; }
          #backOfficeBody header nav > ul .dropdown .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 200px;
            background-color: #3498db; }
            #backOfficeBody header nav > ul .dropdown .dropdown-menu li {
              align-items: flex-start;
              margin: 0;
              border-top: none;
              padding: 0;
              display: flex;
              flex-flow: column nowrap;
              justify-content: flex-start;
              align-items: stretch; }
              #backOfficeBody header nav > ul .dropdown .dropdown-menu li a {
                padding: 10px 10px;
                text-align: left; }
            #backOfficeBody header nav > ul .dropdown .dropdown-menu li:hover {
              background-color: #217dbb; } }

.formWrapper {
  width: 100%;
  padding: 20px; }
  .formWrapper .formHeading {
    text-align: center;
    margin: 20px 0 60px 0;
    font-variant: small-caps;
    border-bottom: 3px solid #38ada9;
    padding-bottom: 20px; }
    .formWrapper .formHeading h1 {
      font-weight: 300; }
  .formWrapper .form .formField {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    .formWrapper .form .formField label {
      position: absolute;
      top: 3px;
      left: 30px;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease;
      z-index: -1; }
    .formWrapper .form .formField.file label, .formWrapper .form .formField.select label, .formWrapper .form .formField.date label {
      position: relative;
      top: 0;
      left: 25px; }
    .formWrapper .form .formField.file label {
      top: 2px; }
    .formWrapper .form .formField input[type='date'] ~ label {
      top: -30px; }
    .formWrapper .form .formField textarea {
      width: 100%;
      height: 100px; }
    .formWrapper .form .formField textarea:focus {
      outline: none; }
    .formWrapper .form .formField textarea ~ label {
      top: 3px; }
    .formWrapper .form .formField input:focus ~ label, .formWrapper .form .formField input ~ .has-val {
      top: -30px;
      left: 25px;
      font-size: 0.9em; }
    .formWrapper .form .formField textarea:focus ~ label, .formWrapper .form .formField textarea ~ .has-val {
      top: -30px;
      left: 25px;
      font-size: 0.9em; }
    .formWrapper .form .formField select ~ label {
      top: -30px; }
    .formWrapper .form .formField i {
      color: #555555;
      font-size: 0.9em;
      position: absolute;
      top: 6px; }
    .formWrapper .form .formField .errorMsg {
      margin-top: 10px;
      font-weight: 100;
      font-size: 0.8em;
      color: #e74c3c;
      width: 100%;
      padding-left: 25px; }
    .formWrapper .form .formField .fieldInfo {
      color: #bfbfbf;
      position: relative;
      left: 25px; }
  .formWrapper .form .formSubmit .errorMsg, .formWrapper .form .formCheckBox .errorMsg, .formWrapper .form .formRadio .errorMsg {
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 0.8em;
    color: #e74c3c;
    width: 100%; }
  .formWrapper .form .formSubmit .errorMsg {
    text-align: center; }
  .formWrapper .form .formCheckBox {
    margin-bottom: 40px; }
  .formWrapper .form .formRadio {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px; }
    .formWrapper .form .formRadio .radio {
      text-align: center; }
      .formWrapper .form .formRadio .radio input {
        margin-left: 10px;
        margin-right: 5px; }
  .formWrapper .form label {
    color: #bfbfbf; }
  .formWrapper .form input:not([type="checkbox"]):not([type="radio"]):not(.submit), .formWrapper .form select, .formWrapper .form textarea {
    background: #38ada9, #d0cece;
    /* Old browsers */
    background: -moz-linear-gradient(left, #38ada9 0%, #38ada9 29%, #133938 100%), -moz-linear-gradient(left, #d0cece 0%, #d0cece 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #38ada9 0%, #38ada9 29%, #133938 100%), -webkit-linear-gradient(left, #d0cece 0%, #d0cece 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #38ada9 0%, #38ada9 29%, #133938 100%), linear-gradient(to right, #d0cece 0%, #d0cece 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    border: none;
    padding-bottom: 10px;
    margin-left: 25px;
    color: #555555;
    width: 100%; }
  .formWrapper .form input:focus, .formWrapper .form select:focus, .formWrapper .form textarea:focus {
    outline: none;
    background-size: 100% 2px, 100% 1px !important; }
  .formWrapper .form input[type='file'] {
    background: none !important;
    padding-bottom: 0 !important; }
  .formWrapper .form ::placeholder {
    color: #bfbfbf;
    opacity: 1;
    /* Firefox */ }
  .formWrapper .form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bfbfbf; }
  .formWrapper .form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bfbfbf; }
  .formWrapper .form input:-webkit-autofill,
  .formWrapper .form input:-webkit-autofill:hover,
  .formWrapper .form input:-webkit-autofill:focus
  input:-webkit-autofill,
  .formWrapper .form textarea:-webkit-autofill,
  .formWrapper .form textarea:-webkit-autofill:hover
  textarea:-webkit-autofill:focus,
  .formWrapper .form select:-webkit-autofill,
  .formWrapper .form select:-webkit-autofill:hover,
  .formWrapper .form select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #555555;
    -webkit-box-shadow: none;
    outline: none;
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .formWrapper .form select {
    display: block;
    border: none; }
  .formWrapper .form .formSubmit {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 20px; }
    .formWrapper .form .formSubmit button, .formWrapper .form .formSubmit .submit {
      background: #d0cece, #e74c3c;
      /* Old browsers */
      background: -moz-linear-gradient(left, #d0cece 0%, #d0cece 29%, #d0cece 100%), -moz-linear-gradient(left, #e74c3c 0%, #e74c3c 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #d0cece 0%, #d0cece 29%, #d0cece 100%), -webkit-linear-gradient(left, #e74c3c 0%, #e74c3c 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #d0cece 0%, #d0cece 29%, #d0cece 100%), linear-gradient(to right, #e74c3c 0%, #e74c3c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      background-size: 0 2px, 100% 100%;
      background-repeat: no-repeat;
      background-position: center center, center center;
      background-color: transparent;
      transition: background 0.5s ease-out;
      padding: 7px 40px;
      margin-bottom: 10px;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #ecf0f1; }
    .formWrapper .form .formSubmit button:hover, .formWrapper .form .formSubmit .submit:hover {
      background-size: 100% 100%, 0 1px; }
    .formWrapper .form .formSubmit .forgotPassword {
      font-size: 0.6em; }
  .formWrapper .form .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0; }
  .formWrapper .form .label-cbx input:checked + .checkbox {
    border-color: #38ada9; }
  .formWrapper .form .label-cbx input:checked + .checkbox svg path {
    fill: #38ada9; }
  .formWrapper .form .label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0; }
  .formWrapper .form .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0; }
  .formWrapper .form .label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px; }
  .formWrapper .form .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px; }
  .formWrapper .form .label-cbx .checkbox svg path {
    fill: none;
    stroke: #38ada9;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease; }
  .formWrapper .form .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease; }
  .formWrapper .form .label-cbx > span {
    pointer-events: none;
    vertical-align: middle; }
  .formWrapper .form .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0; }

@media screen and (min-width: 480px) {
  .formWrapper {
    background-color: white;
    -moz-box-shadow: 1px 1px 20px 0px #cfcfcf;
    -webkit-box-shadow: 1px 1px 20px 0px #cfcfcf;
    -o-box-shadow: 1px 1px 20px 0px #cfcfcf;
    box-shadow: 1px 1px 20px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=20); } }
/* -- Box model ------------------------------- */
/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff; }
  .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      text-align: left;
      padding: 0.5rem;
      vertical-align: top;
      border-top: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .table > thead > tr > th {
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  .table .table {
    background-color: #fff; }
  .table .no-border {
    border: 0; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 0.25rem; }

.table-bordered {
  border: 0; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #dcdde1; }

.table-responsive-vertical {
  width: 100%;
  max-width: 1500px;
  overflow: auto; }
  @media screen and (max-width: 768px) {
    .table-responsive-vertical {
      max-width: 400px; }
      .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent; }
        .table-responsive-vertical > .table > thead,
        .table-responsive-vertical > .table > tfoot {
          display: none; }
        .table-responsive-vertical > .table > tbody {
          display: block; }
          .table-responsive-vertical > .table > tbody > tr {
            display: block;
            border: 1px solid #e0e0e0;
            border-radius: 2px;
            margin-bottom: 0.5rem; }
            .table-responsive-vertical > .table > tbody > tr > td {
              background-color: #fff;
              display: block;
              vertical-align: middle;
              text-align: right; }
            .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
              content: attr(data-title);
              float: left;
              font-size: inherit;
              font-weight: 400;
              color: #757575; }
      .table-responsive-vertical.shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
          -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
      .table-responsive-vertical > .table-bordered {
        border: 0; }
        .table-responsive-vertical > .table-bordered > tbody > tr > td {
          border: 0;
          border-bottom: 1px solid #e0e0e0; }
        .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
          border-bottom: 0; }
      .table-responsive-vertical > .table-striped > tbody > tr > td,
      .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
        background-color: #fff; }
      .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
        background-color: #f5f5f5; }
      .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
      .table-responsive-vertical > .table-hover > tbody > tr:hover {
        background-color: #fff; }
      .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
        background-color: #dcdde1; } }

.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc; }

.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc; }

  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb; } }
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec; }

.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec; }

  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0; } }
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5; }

.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5; }

  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7; } }
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6; }

.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6; }

  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9; } }
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6; }

.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6; }

  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9; } }
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd; }

.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd; }

  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff; } }
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe; }

.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #dcdde1;
  color: #555555; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe; }

  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc; } }
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa; }

.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa; }

  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2; } }
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1; }

.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1; }

  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb; } }
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce; }

.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce; }

  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4; } }
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9; }

.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9; }

  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8; } }
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7; }

.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7; }

  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3; } }
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7; }

.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7; }

  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4; } }
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1; }

.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1; }

  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3; } }
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0; }

.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0; }

  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2; } }
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7; }

.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc; }

@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff; }

  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7; }

  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff; }

  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc; } }
.tableActions {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 138px; }
  .tableActions button {
    margin: 0 5px; }

#loginPage, #registerPage, #contactPage, #resetPasswordPage, #newPasswordPage {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px; }
  #loginPage .formWrapper, #registerPage .formWrapper, #contactPage .formWrapper, #resetPasswordPage .formWrapper, #newPasswordPage .formWrapper {
    padding-top: 25px;
    width: 320px; }
  #loginPage .formSubmit .btn, #registerPage .formSubmit .btn, #contactPage .formSubmit .btn, #resetPasswordPage .formSubmit .btn, #newPasswordPage .formSubmit .btn {
    white-space: inherit; }

#contactPage .formWrapper {
  width: 100%;
  max-width: 500px; }
  #contactPage .formWrapper input, #contactPage .formWrapper textarea {
    max-width: 400px; }

#listUsers .wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 900px; }

#indexBackOffice #stats {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  list-style: none; }
  #indexBackOffice #stats li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center; }
    #indexBackOffice #stats li i {
      font-size: 4em; }
    #indexBackOffice #stats li span {
      font-size: 2.5em;
      display: none; }

#contentBackOffice .formWrapper {
  -webkit-box-shadow: inset 0 0 0 white;
  -moz-box-shadow: inset 0 0 0 white;
  box-shadow: inset 0 0 0 white; }
#contentBackOffice h1 {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px; }
#contentBackOffice .formHeading {
  text-align: left; }
#contentBackOffice .formBody {
  width: 100%;
  max-width: 400px; }
#contentBackOffice .pagination li a {
  color: #3498db; }
  #contentBackOffice .pagination li a:hover {
    text-decoration: none; }
#contentBackOffice .pagination li.active {
  color: #3498db;
  border: 2px solid #3498db; }
#contentBackOffice .pagination li:not(.active):not(.disabled):hover {
  background-size: 100% 2px, 100% 1px; }

.tableActions {
  flex-flow: row nowrap; }

.buttonAction {
  border: none;
  border-radius: 3px;
  color: #ecf0f1;
  padding: 6px 8px;
  width: 36px; }
  .buttonAction a {
    color: #ecf0f1; }

.buttonShow {
  background-color: #10ac84; }
  .buttonShow:hover {
    background-color: #f1f2f6; }
    .buttonShow:hover a {
      color: #10ac84; }

.buttonDelete {
  background-color: #e55039; }
  .buttonDelete:hover {
    background-color: #f1f2f6; }
    .buttonDelete:hover i {
      color: #e55039; }

.buttonEdit {
  background-color: #e67e22; }
  .buttonEdit:hover {
    background-color: #f1f2f6; }
    .buttonEdit:hover a {
      color: #e67e22; }

.buttonDownload {
  background-color: #227093; }
  .buttonDownload:hover {
    background-color: #f1f2f6; }
    .buttonDownload:hover a {
      color: #227093; }

.buttonEnable {
  background-color: #10ac84; }
  .buttonEnable:hover {
    background-color: #f1f2f6; }
    .buttonEnable:hover a {
      color: #10ac84; }

.buttonDisable {
  background-color: #bfbfbf; }
  .buttonDisable:hover {
    background-color: #f1f2f6; }
    .buttonDisable:hover a {
      color: #bfbfbf; }

.buttonAddDocument {
  background-color: #34495e; }
  .buttonAddDocument i {
    font-size: 0.4em; }
  .buttonAddDocument a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
  .buttonAddDocument:hover {
    background-color: #f1f2f6; }
    .buttonAddDocument:hover a {
      color: #227093;
      text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body#page404 {
  padding: 0;
  margin: 0; }

#notfound {
  position: relative;
  height: 100vh; }

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px; }

.notfound .notfound-404 {
  position: relative;
  height: 220px; }

.notfound .notfound-404 h1 {
  font-family: 'Kanit', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: 200;
  margin: 0px;
  background: linear-gradient(130deg, #ffa34f, #ff6f68);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase; }

.notfound h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 33px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px; }

.notfound p {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 25px; }

.notfound a {
  font-family: 'Kanit', sans-serif;
  color: #ff6f68;
  font-weight: 200;
  text-decoration: none;
  border-bottom: 1px dashed #ff6f68;
  border-radius: 2px; }

.notfound-social > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #ff6f68;
  border: 1px solid #efefef;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

.notfound-social > a:hover {
  color: #fff;
  background-color: #ff6f68;
  border-color: #ff6f68; }

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    position: relative;
    height: 168px; }

  .notfound .notfound-404 h1 {
    font-size: 142px; }

  .notfound h2 {
    font-size: 22px; } }
.card-address .card-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center; }
  .card-address .card-footer > button:first-of-type {
    margin-right: 10px; }

#costs_table .fa-times {
  color: #e55039; }
#costs_table .fa-check {
  color: #10ac84; }
#costs_table .col-amount {
  text-align: right;
  padding-right: 30px; }

#factures_table .col-amount {
  text-align: right;
  padding-right: 30px; }

.create_or_edit_facture h3 {
  font-size: 1.2em;
  cursor: pointer; }

.create_or_edit_facture .prestation > .row {
  padding: 15px;
  background-color: #f3f3f3;
  margin: 0; }

.create_or_edit_facture .togglePrestation {
  cursor: pointer; }

.create_or_edit_facture i.togglePrestation {
  transition: all 0.5s ease; }

.create_or_edit_facture i.togglePrestation.rotated {
  transform: rotate(90deg); }

#result p {
  margin: 0; }
#result div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center; }

.buttonPrint {
  display: block;
  background-color: #0a3d62;
  color: white;
  border-radius: 3px;
  padding: 5px 15px;
  cursor: pointer; }
  .buttonPrint:hover {
    color: white; }

#addressOverview {
  font-size: 0.9em; }

#calendarWrapper {
  height: 700px; }
  @media screen and (max-width: 450px) {
    #calendarWrapper .fc-header-toolbar {
      justify-content: center; }
    #calendarWrapper .fc-header-toolbar > div:nth-of-type(1) {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      order: 2; }
    #calendarWrapper .fc-header-toolbar > div:nth-of-type(2) {
      order: 1;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    #calendarWrapper .fc-header-toolbar > div:nth-of-type(3) {
      width: 100%;
      order: 3;
      text-align: center; }
    #calendarWrapper .search_form_agenda {
      order: 4; } }
  @media screen and (min-width: 451px) and (max-width: 649px) {
    #calendarWrapper .fc-header-toolbar {
      justify-content: space-between; }
    #calendarWrapper .fc-header-toolbar > div:nth-of-type(1) {
      order: 2;
      width: auto; }
    #calendarWrapper .fc-header-toolbar > div:nth-of-type(2) {
      order: 1;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    #calendarWrapper .fc-header-toolbar > div:nth-of-type(3) {
      order: 3;
      width: auto; }
    #calendarWrapper .search_form_agenda {
      order: 4; } }
  #calendarWrapper .fc-scrollgrid {
    border-radius: 3px; }
  #calendarWrapper .fc-toolbar-title, #calendarWrapper .fc-col-header-cell-cushion {
    text-transform: capitalize;
    margin: 0; }
  #calendarWrapper .fc-day {
    cursor: pointer; }
  #calendarWrapper .fc-day-today {
    background-color: #f8f9fa !important; }
  #calendarWrapper .btn-primary {
    background-color: #0a3d62 !important; }
  #calendarWrapper .btn-primary.disabled, #calendarWrapper .btn-primary:disabled {
    background-color: #005cbf !important;
    opacity: 1; }
  #calendarWrapper .btn-primary:not(:disabled):not(.disabled).active, #calendarWrapper .btn-primary:not(:disabled):not(.disabled):active, #calendarWrapper .show > .btn-primary.dropdown-toggle {
    background-color: #005cbf !important; }
  #calendarWrapper .fc .fc-timegrid-now-indicator-arrow {
    border-color: #dc3545;
    border-top-color: transparent;
    border-bottom-color: transparent; }
  #calendarWrapper .fc .fc-timegrid-now-indicator-line {
    border-color: #dc3545; }
  #calendarWrapper .fc-header-toolbar {
    flex-flow: row wrap; }
  #calendarWrapper .search_form_agenda {
    width: 100%;
    position: relative; }
    #calendarWrapper .search_form_agenda input {
      margin-left: 0; }
    #calendarWrapper .search_form_agenda .cross {
      position: absolute;
      right: 10px;
      bottom: 5px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      color: #a3a3a3;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      #calendarWrapper .search_form_agenda .cross:hover {
        background-color: #f4f4f4; }

#calendar_legend {
  margin-top: 10px; }
  #calendar_legend ul {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none; }
    #calendar_legend ul li {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      line-height: 15px;
      margin-bottom: 10px; }
    #calendar_legend ul .color {
      margin-right: 10px;
      width: 30px;
      height: 15px;
      display: inline-block;
      border-radius: 2px; }
    #calendar_legend ul .color_patient {
      background-color: #0A3D62; }
    #calendar_legend ul .color_libre {
      background-color: #8E44AD; }
    #calendar_legend ul .color_billed {
      background-color: #27AE60; }
  @media screen and (min-width: 500px) {
    #calendar_legend ul {
      flex-flow: row nowrap; }
      #calendar_legend ul li {
        margin-right: 20px; } }

#modalTitle {
  text-transform: capitalize;
  margin: auto; }

.logoWrapper {
  position: relative;
  width: 200px;
  margin: auto; }
  .logoWrapper:hover .buttonDeleteLogo {
    opacity: 1; }

.buttonDeleteLogo {
  position: absolute;
  opacity: 0;
  top: 5px;
  right: 5px;
  border: 1px solid black;
  border-radius: 3px;
  background-color: transparent;
  color: black;
  transition: opacity 0.5s ease; }
  .buttonDeleteLogo i {
    line-height: inherit; }

#statistics h1 {
  margin-bottom: 40px !important; }
  @media screen and (min-width: 992px) {
    #statistics h1 {
      margin-bottom: 80px !important; } }
#statistics .statsNumber {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center; }
  #statistics .statsNumber .number {
    font-size: 2.5em; }
#statistics #paid_costs_table thead th:not(:first-of-type), #statistics #paid_costs_table thead td:not(:first-of-type), #statistics #paid_costs_table tbody th:not(:first-of-type), #statistics #paid_costs_table tbody td:not(:first-of-type) {
  text-align: right;
  min-width: 150px; }
#statistics #paid_costs_table thead th:first-of-type, #statistics #paid_costs_table thead td:first-of-type, #statistics #paid_costs_table tbody th:first-of-type, #statistics #paid_costs_table tbody td:first-of-type {
  width: 150px; }
#statistics #paid_factures_table thead th:not(:first-of-type), #statistics #paid_factures_table thead td:not(:first-of-type), #statistics #paid_factures_table tbody th:not(:first-of-type), #statistics #paid_factures_table tbody td:not(:first-of-type) {
  text-align: right;
  min-width: 200px; }
#statistics #paid_factures_table thead th:first-of-type, #statistics #paid_factures_table thead td:first-of-type, #statistics #paid_factures_table tbody th:first-of-type, #statistics #paid_factures_table tbody td:first-of-type {
  width: 200px; }

#tasks_table .col-amount {
  text-align: right;
  padding-right: 30px;
  max-width: 150px;
  width: 150px; }
#tasks_table .tableActions {
  justify-content: flex-start; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px); }

/* Rounded sliders */
.slider.round {
  border-radius: 30px; }

.slider.round:before {
  border-radius: 50%; }

/*# sourceMappingURL=app.css.map */
