@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@media screen and (min-width: 1200px){#choletaise .login-container{transform:translate(-50%, -80%)}}*{font-family:"Open Sans",sans-serif;font-size:100%;box-sizing:border-box}.small{font-size:.75em;color:#555}.text-primary{color:#53877b}.text-red{color:#e53935}.text-center{text-align:center}a{color:#53877b;text-decoration:none}a:hover{color:#223833;text-decoration:underline}.white-link{color:#fff;text-decoration:none}.white-link:hover{color:#fff;font-weight:bold;text-decoration:underline}input:not([type^=submit]):not([class^=dx]),textarea{padding:7px;border:1px solid #7aada1;border-radius:0;outline:none}input:not([type^=submit]):not([class^=dx]).form-error,textarea.form-error{border-color:#dc3545}.input label,.input input:not([type^=checkbox]),.input textarea{display:block}.input label{font-size:.75em;color:#555;padding:5px}.input input:not([type^=checkbox]),.input textarea{width:100%}.input.checkbox label{display:block}.input.checkbox input{vertical-align:middle;margin-right:5px}div.input{margin-bottom:10px}.error-message{width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.checkbox-list{text-decoration:none;list-style:none}.checkbox-line{cursor:pointer}.checkbox-line .checkbox{position:relative;display:inline-block;width:10px;height:10px;border:1px solid #222}.checkbox-line .checkbox .checkbox-check{position:absolute;font-size:18px;left:-2px;top:-7px;font-weight:bold;color:#53877b}.button,.navbar-container .navbar .navbar-button{position:relative;margin:0 0 10px 0;text-align:center;text-transform:uppercase;color:#555;border:1px solid rgba(0,0,0,0);border-radius:0;overflow:hidden;cursor:pointer;text-decoration:none;transition:background-color .3s;padding:10px 12px;font-size:.875em}.button:hover,.navbar-container .navbar .navbar-button:hover{text-decoration:none}.button.active,.navbar-container .navbar .active.navbar-button{color:#53877b}.button.block,.navbar-container .navbar .block.navbar-button{display:block;width:100%}.button.sm,.navbar-container .navbar .sm.navbar-button{padding:8px 10px;font-size:.75em}.button.lg,.navbar-container .navbar .lg.navbar-button{padding:12px 14px;font-size:1em}.button.primary,.navbar-container .navbar .primary.navbar-button{color:#fff;background-color:#53877b}.button.primary:hover,.navbar-container .navbar .primary.navbar-button:hover{background-color:#7aada1}.button.secondary,.navbar-container .navbar .secondary.navbar-button{color:#fff;background-color:#54b4a0}.button.secondary:hover,.navbar-container .navbar .secondary.navbar-button:hover{background-color:#89cbbe}.button.error,.navbar-container .navbar .error.navbar-button{color:#fff;background-color:#e53935}.button.error:hover,.navbar-container .navbar .error.navbar-button:hover{background-color:#eb6562}.loader-container{opacity:0;width:100%;height:100%;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;z-index:990;display:none;animation:fadeOut .5s forwards}.loader-container.show{animation:fadeIn .5s forwards;pointer-events:all}.loader-container .overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:995;background:rgba(255,255,255,.85);pointer-events:none}.loader-container .loader{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1000}.pause .loader{animation-play-state:paused}.inner-loader,.loader-container .loader{width:64px !important;height:64px !important;background:url(/choletaise/img/loader.sprites.gif) no-repeat;animation:like-gif steps(34) 2s infinite both}@keyframes like-gif{0%{background-position:0}100%{background-position:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.toast-container{display:table-cell;vertical-align:middle;position:absolute;right:20px;top:112px;z-index:100}.toast-container .toast-cell{display:inline-block}.toast-container .toast-cell .toast{text-align:left;padding:21px 0;background-color:#fff;border-radius:4px;max-width:500px;top:0;position:relative;box-shadow:1px 7px 14px -5px rgba(0,0,0,.2);display:none}.toast-container .toast-cell .toast::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;border-top-left-radius:4px;border-bottom-left-radius:4px}.toast-container .toast-cell .toast .toast-icon{position:absolute;box-sizing:content-box;top:50%;left:22px;transform:translateY(-50%);width:14px;height:14px;padding:7px;border-radius:50%;display:inline-block}.toast-container .toast-cell .toast .toast-icon .toast-svg{fill:#fff}.toast-container .toast-cell .toast .toast-content{padding-left:70px;padding-right:60px}.toast-container .toast-cell .toast .toast-content .toast-type{color:#3e3e3e;font-weight:700;margin-top:0;margin-bottom:8px}.toast-container .toast-cell .toast .toast-content .toast-message{font-size:14px;margin-top:0;margin-bottom:0;color:#878787}.toast-container .toast-cell .toast .toast-close{position:absolute;right:22px;top:50%;width:14px;cursor:pointer;height:14px;fill:#878787;transform:translateY(-50%)}.toast-info::before,.toast-info .toast-icon{background-color:#1d72f3}.toast-success::before,.toast-success .toast-icon{background-color:#2bde3f}.toast-warning::before,.toast-warning .toast-icon{background-color:#ffc007}.toast-error::before,.toast-error .toast-icon{background-color:#b00020}.modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000;perspective:1300px;visibility:hidden}.modal .overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:995;background:rgba(0,0,0,.85)}.modal .modal-content{z-index:1000;position:absolute;top:50%;left:50%;max-height:80%;overflow:auto;background:#fff;padding:20px;box-shadow:0 1px 5px rgba(0,0,0,.7);border-radius:4px;width:520px;transform-style:preserve-3d;transform:translate(-50%, -50%) translateZ(600px) rotateX(20deg);visibility:hidden}@media screen and (max-width: 768px){.modal .modal-content{width:80%;top:55%}}.modal.open{visibility:visible}.modal.open .modal-content{transition:all .3s ease-in;transform:translate(-50%, -50%) translateZ(0px) rotateX(0deg);visibility:visible}.modal .modal-close{position:absolute;right:10px;top:10px;cursor:pointer;font-size:18px;opacity:.5;background:none;border:none;transition:opacity .2s ease}.modal .modal-close:hover{opacity:.9}.hidden{display:none !important}.hidden-xs{display:block}@media screen and (max-width: 480px){.hidden-xs{display:none !important}}.hidden-sm{display:block}@media screen and (max-width: 768px){.hidden-sm{display:none !important}}.hidden-md{display:block}@media screen and (max-width: 992px){.hidden-md{display:none !important}}.hidden-lg{display:block}@media screen and (max-width: 1200px){.hidden-lg{display:none !important}}.visible-xs{display:none}@media screen and (max-width: 480px){.visible-xs{display:block}}.visible-sm{display:none}@media screen and (max-width: 768px){.visible-sm{display:block}}.visible-md{display:none}@media screen and (max-width: 992px){.visible-md{display:block}}.visible-lg{display:none}@media screen and (max-width: 1200px){.visible-lg{display:block}}.visible-inline-sm{display:none}@media screen and (max-width: 768px){.visible-inline-sm{display:inline}}.clearfix{clear:both}.svgicon{fill:#53877b;transition:fill .3s}.svgicon:hover{fill:#7aada1}.imgicon{transition:filter .3s}.imgicon:hover{filter:brightness(150%)}.opacity{transition:opacity .3s;opacity:0;pointer-events:none}.navbar-container{position:fixed;top:0;height:92px;width:100%;background:#fafafa;z-index:10000;box-shadow:0 3px 5px -2px rgba(0,0,0,.2)}@media screen and (max-width: 768px){.navbar-container{height:50px}}.navbar-container .logo img{position:absolute;padding:10px 0 10px 15px;float:left}@media screen and (min-width: 768px){.navbar-container .logo img{width:120px}}@media screen and (max-width: 768px){.navbar-container .logo img{height:50px}}.navbar-container #certification-logos{position:absolute;height:100%;display:flex;align-items:flex-end;margin-left:120px;padding-bottom:10px}@media screen and (max-width: 768px){.navbar-container #certification-logos{height:50px}}.navbar-container #certification-logos img{position:relative;height:50%;width:auto;padding:0}@media screen and (max-width: 768px){.navbar-container #certification-logos img{height:70%}}.navbar-container .navbar{display:flex;justify-content:center;align-items:center;position:relative;top:50%;left:50%;margin:0 auto;transform:translate(-50%, -50%);float:none}.navbar-container .navbar .navbar-button{margin:0 10px;padding:6px 10px;float:left;font-size:1em}.navbar-container .navbar .navbar-button a{text-decoration:none;color:inherit}.navbar-container .navbar .navbar-button-dotted{font-size:15px;border:1px dashed #fff;border-radius:4px}.navbar-container .navbar .navbar-button:not(.navbar-active):hover{color:#000 !important}.navbar-container .navbar-user{position:absolute;top:10px;right:20px;width:80px;float:right;overflow:visible;z-index:1}.navbar-container .navbar-user .navbar-user-icon{width:70px;height:70px;border-radius:50%;background:#53877b;overflow:hidden;cursor:pointer}.navbar-container .navbar-user .navbar-user-icon img{display:inline-block;position:relative;top:0px;left:50%;width:80%;margin:0 auto;transform:translate(-50%, 0);float:none}.navbar-container .navbar-user .navbar-user-icon .navbar-user-text{position:relative;bottom:20px;font-size:10px;text-align:center;color:#fff}.navbar-container .navbar-mobile-user{float:right;top:50%;transform:translate(0, 50%);margin-right:20px}.navbar-container .navbar-mobile-user svg{fill:#53877b}.navbar-title{position:fixed;top:92px;left:50%;transform:translate(-50%, 0);z-index:9998}.navbar-title p{margin:0;position:relative;padding:7px 25px 7px 25px;text-align:center;color:#fff;border-radius:0 0 5px 5px;background:#54b4a0;white-space:nowrap}@media screen and (max-width: 768px){.navbar-title{top:50px}}@media screen and (max-width: 768px){.navbar-title{width:100%}}html{height:100%;width:100%}body{background:#fff}body,.main-container{height:calc(100% - 92px - 45px);width:100%}@media screen and (max-width: 768px){body,.main-container{height:calc(100% - 50px - 45px)}}.main-container{margin-top:92px;margin-bottom:45px;height:100%;position:relative;line-height:1;color:#222;background:#fff url(/choletaise/img/back.png) no-repeat fixed center;background-size:cover;overflow-y:scroll;-webkit-overflow-scrolling:touch;overflow-x:hidden}@media screen and (max-width: 768px){.main-container{margin-top:50px}}.row .left{float:left;width:49%}.row .right{float:right;width:49%}footer{position:fixed;min-width:1140px;z-index:9999;bottom:0;width:100%;height:45px;background:#53877b;color:#fff}footer a{color:#fff}footer .footer-copyright,footer .footer-company{position:relative;top:50%;transform:translate(0, -50%);font-size:13px}footer .footer-copyright{left:20px;float:left}footer .footer-company{right:20px;float:right;margin-right:10px}.simple-page{display:inline-block;padding-top:10%;position:absolute;left:50%;transform:translate(-50%, 0%)}.simple-page .simple-page-icon{fill:#53877b;width:250px;height:250px;margin-right:50px}.simple-page .simple-page-icon,.simple-page .simple-page-content{float:left}.simple-page .simple-page-title{color:#53877b}.simple-page .simple-page-content{max-width:calc(100% - 300px)}.simple-page .simple-page-text{margin-top:20px;font-size:1.2em;line-height:1.3em}@media screen and (max-width: 768px){.simple-page{padding-top:5%;width:90%;margin:0 auto}.simple-page .simple-page-icon{float:none;width:50%;height:50%;margin:0 auto}.simple-page .simple-page-content{max-width:inherit}}
