@charset "UTF-8";
/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-angle-down{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 91.66666666666666% 85.04672897196261%; background-size: 700% 813.3333333333333%; width: 24px; height: 15px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-burger{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 100% 31.63265306122449%; background-size: 466.6666666666667% 508.3333333333333%; width: 36px; height: 24px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-check-gray{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 54.54545454545454% 92.63157894736842%; background-size: 466.6666666666667% 451.8518518518518%; width: 36px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-eye{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 0% 0%; background-size: 420% 305%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-info{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 34.375% 0%; background-size: 420% 305%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-lock{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 0% 53.65853658536586%; background-size: 420% 305%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-message{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 34.375% 53.65853658536586%; background-size: 420% 305%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-print{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 68.75% 51.162790697674424%; background-size: 420% 338.88888888888886%; width: 40px; height: 36px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-success{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 100% 0%; background-size: 466.6666666666667% 451.8518518518518%; width: 36px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-user-alt-dark{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 0% 100%; background-size: 525% 358.8235294117647%; width: 32px; height: 34px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-user-alt{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 26.47058823529412% 100%; background-size: 525% 358.8235294117647%; width: 32px; height: 34px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-user{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 68.75% 0%; background-size: 420% 305%; width: 40px; height: 40px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-x{ background-image: url("../img/sprite.df33f3faf3bb.png"); background-position: 94.28571428571428% 62.76595744680851%; background-size: 600% 435.71428571428567%; width: 28px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0px; }
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #f3f7fa;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: 363636; }
body.body-white {
  background: #fff; }
.body-text-small {
  font-size: 13px; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
.h1 {
  font-size: 24px;
  font-weight: 400; }
h1 {
  font-size: 20px;
  font-weight: 400; }
h2 {
  font-size: 16px;
  font-weight: 400; }
h3 {
  font-size: 14px;
  font-weight: 400; }
hr {
  border: 0;
  height: 1px;
  margin: 16px 0;
  background-color: #d8d8d8; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana-Bold.9c65bd95a517.woff2") format("woff2"), url("../fonts/Verdana-Bold.42471d8e0850.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Verdana';
  src: url("../fonts/Verdana.febe5db2853f.woff2") format("woff2"), url("../fonts/Verdana.adba75af4441.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after{ content: ''; display: block; clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%; }
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.col--1of2 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.col--1of3 {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
.col--2of3 {
    width: 66.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%; }
.col--size1 {
    max-width: 48.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%; }
.col--size2 {
    max-width: 51.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.5%;
            flex: 0 0 51.5%; }
@media (max-width: 767px) {
  .cols {
    display: block;
    margin: 0; }
    .cols .col {
      max-width: 100%;
      padding: 0; } }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Selectric
\* ------------------------------------------------------------ */
.select-custom:after {
  display: none; }
.selectric {
  border: none; }
.selectric .label {
    height: 32px;
    line-height: 32px;
    background: #fff;
    margin: 0;
    font-size: 11px;
    padding-left: 8px;
    padding-top: 2px;
    color: #4a4a4a; }
.selectric .label img {
      max-width: 22px;
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -2px; }
.selectric .button {
    font-size: 0;
    background: none;
    height: 32px;
    line-height: 32px;
    width: 30px; }
.selectric .button:after {
      display: none; }
.selectric .button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("../img/ico-angle-down.88a16dc9b1fd.png") no-repeat 0 0;
      width: 8px;
      height: 5px;
      background-size: 100% 100%; }
.selectric-items {
  padding-top: 4px; }
.selectric-items li {
    font-size: 9px; }
.selectric-items li img {
      margin-right: 8px; }
.messages {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 20px; }
.messages li {
    background: #e5efff;
    color: #5a6cff;
    font-size: 11px;
    margin-top: 16px;
    padding: 8px 10px 8px 16px; }
.messages li.error {
      background: #FFE5E5;
      color: #FF5A5A; }
.messages li.success {
      background: #e9ffe8;
      color: #5cb26a; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative; }
@media (min-width: 1023px) {
    .wrapper.has-section-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1014px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
.shell--size1 {
    max-width: 1011px; }
@media (max-width: 1023px) {
  .shell {
    padding: 0 24px; } }
@media (max-width: 767px) {
  .shell {
    padding: 0 8px; } }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  display: none;
  text-align: center;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  padding: 18px 0; }
.header .btn-burger {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.header .btn-user {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
@media (max-width: 1023px) {
  .header {
    display: block; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  width: 240px;
  position: relative;
  background: #fff;
  min-height: 100vh;
  padding: 40px 17px 250px;
  min-height: 100vh;
  height: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07); }
.sidebar .logo {
    display: block;
    margin: 0 auto 40px;
    position: relative;
    left: -10px; }
.sidebar .nav {
    margin: 0 -17px; }
.sidebar .credits {
    font-size: 13px;
    color: #cfcfcf;
    padding-left: 32px; }
.sidebar .credits a {
      margin-top: 7px; }
.sidebar .sidebar__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 16px; }
.sidebar .sidebar__foot .nav--primary {
      margin: 0 -10px 50px; }
@media (max-width: 1023px) {
  .sidebar {
    min-height: 100%;
    height: calc(100vh - 65px);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
    padding: 32px 16px 250px; }
    .sidebar .logo {
      display: none; }
    .sidebar .credits {
      padding-left: 24px; }
    .sidebar.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; } }
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  text-align: center;
  padding-bottom: 48px; }
.footer .credits {
    font-size: 14px;
    color: #939393; }
.footer .credits a {
      vertical-align: middle;
      margin-left: 8px; }
/*@media(min-width: 1024px){
	.footer {
		position: absolute; 
		bottom: 0; 
		left: 0; 
		width: 100%; 
	}
}*/
.create {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 240px;
  height: 100%;
  padding: 16px;
  background-color: white;
  border-left: 1px solid #dadada; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #53bbaf;
  color: #fff;
  padding: 20px 8px;
  font-size: 14px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }
.btn:hover, .btn.focus {
    background: #4ba99e; }
.btn:focus, .btn.hover {
    background: #47a196; }
.btn.disabled, .btn[disabled] {
    color: white !important;
    background-color: #eaeaea !important; }
.btn--inverse {
  -webkit-box-shadow: inset 0 0 0 1px #53bbaf;
          box-shadow: inset 0 0 0 1px #53bbaf;
  background: transparent;
  color: #53bbaf; }
.btn--inverse:hover {
    background: #4ba99e;
    color: white; }
.btn--inverse:focus {
    background: #47a196;
    color: white; }
.btn--inverse.disabled {
    background: #eaeaea;
    color: white; }
.btn--inverse.focus {
    background: #47a196;
    color: white; }
.btn--inverse.hover {
    background: #4ba99e;
    color: white; }
.btn--small {
  padding: 14px 16px;
  font-size: 12px;
  line-height: 14px; }
/* ------------------------------------------------------------ *\
	Button Alt
\* ------------------------------------------------------------ */
.btn-alt {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  color: #ffb22b;
  background: #fff5e5;
  padding: 6px 9px; }
.btn-alt--green {
  background: #e4ffe6;
  color: #61c96a; }
.btn-alt--pink {
  background: #fff2f2;
  color: #ff8686; }
.btn-alt--pending {
  color: #ffb22b;
  background: #fff5e5; }
.btn-alt--assigned {
  color: #56b9ae;
  background-color: #daf2ef; }
.btn-alt--received {
  color: #61a3c9;
  background: #d2eaf7; }
.btn-alt--started {
  color: white;
  background-color: #61c96a; }
.btn-alt--completed {
  background: #e4ffe6;
  color: #61c96a; }
.btn-alt--archived {
  background: #fff2f2;
  color: #ff8686; }
/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */
.btn-burger {
  display: none;
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block; }
.btn-burger span {
    width: 100%;
    height: 2px;
    background: #363636;
    position: absolute;
    left: 0;
    border-radius: 2px;
    -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
    transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
    -o-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
    transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s; }
.btn-burger span:first-child {
      top: 0; }
.btn-burger span:nth-child(2) {
      top: 5px; }
.btn-burger span:last-child {
      top: 10px; }
.btn-burger.active span {
    -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
    -o-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s;
    transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s; }
.btn-burger.active span:first-child {
      top: 5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.btn-burger.active span:nth-child(2) {
      opacity: 0; }
.btn-burger.active span:last-child {
      top: 5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
@media (max-width: 767px) {
  .btn-burger {
    display: block; } }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
input::placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
textarea::placeholder {
  color: inherit;
  opacity: 1;
  color: #abadb0; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/*  Invalid Container  */
.invalid-container i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
.invalid-container .ico-error {
  opacity: 1 !important;
  visibility: visible !important; }
.invalid-container .field {
  border-color: #f67675;
  color: #474747; }
.invalid-container .form__field-error {
  display: block !important; }
/*  Invalid Container  */
.valid-container i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
.valid-container .ico-success {
  opacity: 1 !important;
  visibility: visible !important; }
.valid-container .field {
  border-color: #87de9a;
  color: #474747; }
/*  Invalid Form  */
.invalid-form .form__error-message {
  display: block !important; }
.hover .field {
  border-color: #c7c7c7;
  color: #abadb0; }
.active .field {
  border-color: #b1b1b1;
  color: #474747; }
/*  Field  */
.field {
  width: 100%;
  height: 48px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #eaeaea;
  color: black;
  font-size: 12px;
  padding: 16px 48px 16px 16px;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s; }
.field:hover {
    border-color: #c7c7c7;
    color: #abadb0; }
.field:focus {
    border-color: #b1b1b1;
    color: #363636; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .field::-webkit-input-placeholder {
    color: #abadb0; }
  .field::-moz-placeholder {
    color: #abadb0; }
  .field:-ms-input-placeholder {
    color: #abadb0; }
  .field:-moz-placeholder {
    color: #abadb0; } }
/*   Select  */
.select {
  position: relative;
  background: transparent; }
.select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.select select:invalid {
      color: #abadb0; }
.select select::-ms-expand {
      display: none; }
.select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
.select option {
    color: black; }
.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 18px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px; }
/* ------------------------------------------------------------ *\
	Form Group
\* ------------------------------------------------------------ */
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 24px; }
/* ------------------------------------------------------------ *\
	Form Label
\* ------------------------------------------------------------ */
.form-label {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #363636; }
/* ------------------------------------------------------------ *\
	Form Upload
\* ------------------------------------------------------------ */
.file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 136px;
  text-align: center;
  background-color: #f8fbfd;
  outline: 1px dashed rgba(0, 116, 183, 0.23);
  outline-offset: -4px;
  margin-bottom: 12px; }
.file-upload input {
    display: none; }
.file-upload--error {
  outline: 1px dashed #ff7878; }
.file-upload__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background: url("../img/ico-upload.785005a7d4df.svg") no-repeat 0 0;
  opacity: 0.25;
  margin-bottom: 8px; }
.file-upload__text {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 6px; }
.file-upload__size {
  color: #adadad;
  font-size: 11px;
  line-height: 13px; }
.file-upload__link {
  text-decoration: underline;
  cursor: pointer; }
/* ------------------------------------------------------------ *\
	File Upload Pill
\* ------------------------------------------------------------ */
.file-upload-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 16px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 0 2px 0 rgba(43, 50, 62, 0.04), 0 2px 4px 0 rgba(43, 50, 62, 0.06);
          box-shadow: 0 0 2px 0 rgba(43, 50, 62, 0.04), 0 2px 4px 0 rgba(43, 50, 62, 0.06); }
.file-upload-pill__text {
  color: #4a4a4a;
  font-size: 13px; }
.file-upload-pill__size {
  color: #939393;
  font-size: 12px; }
.file-upload-pill__remove {
  width: 24px;
  height: 24px;
  margin-right: -6px;
  background: url("../img/ico-close-8.0b4bdae58248.svg") no-repeat 0 0;
  cursor: pointer; }
/**
 * https://github.com/dangrossman/daterangepicker/blob/master/daterangepicker.css
 */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ""; }
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }
.daterangepicker.opensleft:before {
  right: 9px; }
.daterangepicker.opensleft:after {
  right: 10px; }
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }
.daterangepicker.opensright:before {
  left: 9px; }
.daterangepicker.opensright:after {
  left: 10px; }
.daterangepicker.drop-up {
  margin-top: -7px; }
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none; }
.daterangepicker.single .drp-selected {
  display: none; }
.daterangepicker.show-calendar .drp-calendar {
  display: block; }
.daterangepicker.show-calendar .drp-buttons {
  display: block; }
.daterangepicker.auto-apply .drp-buttons {
  display: none; }
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }
.daterangepicker .drp-calendar.right {
  padding: 8px; }
.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }
.daterangepicker .calendar-table .next span {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  background-color: rgba(83, 187, 175, 0.4);
  border-color: transparent;
  color: #000;
  border-radius: 0; }
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }
.daterangepicker td.start-date.end-date {
  border-radius: 4px; }
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #53bbaf;
  border-color: transparent;
  color: #fff; }
.daterangepicker th.month {
  width: auto; }
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }
.daterangepicker select.yearselect {
  width: 40%; }
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }
.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }
.daterangepicker .ranges li:hover {
  background-color: #eee; }
.daterangepicker .ranges li.active {
  background-color: #53bbaf;
  color: #fff; }
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }
/* ------------------------------------------------------------ *\
	Code that cascades datepicker.css
\* ------------------------------------------------------------ */
/**
 * https://github.com/wenzhixin/multiple-select/blob/develop/src/multiple-select.scss
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important; }
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff; }
.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default; }
.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
    padding-left: 8px; }
.ms-choice > span.placeholder {
      color: #999; }
.ms-choice > div.icon-close {
    position: absolute;
    top: 0px;
    right: 16px;
    height: 100%;
    width: 16px; }
.ms-choice > div.icon-close:before {
      content: "×";
      color: #888;
      font-weight: bold;
      position: absolute;
      top: 50%;
      margin-top: -14px; }
.ms-choice > div.icon-close:hover:before {
      color: #333; }
.ms-choice > div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px; }
.ms-choice > div.icon-caret.open {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px; }
.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.ms-search::after {
    position: absolute;
    right: 20px;
    top: 16px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background: url("../img/ico-search.1db51da0dfba.svg") no-repeat 0 0; }
.ms-search input {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none; }
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0; }
.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: 0.25rem 8px; }
.ms-drop ul > li .disabled {
      font-weight: normal !important;
      opacity: 0.35;
      filter: Alpha(Opacity=35);
      cursor: default; }
.ms-drop ul > li.multiple {
      display: block;
      float: left; }
.ms-drop ul > li.group {
      clear: both; }
.ms-drop ul > li.multiple label {
      width: 100%;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
.ms-drop ul > li label {
      position: relative;
      padding-left: 1.25rem;
      margin-bottom: 0;
      font-weight: normal;
      display: block;
      white-space: nowrap;
      cursor: pointer; }
.ms-drop ul > li label.optgroup {
        font-weight: bold; }
.ms-drop ul > li.hide-radio {
      padding: 0; }
.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
        background-color: #f8f9fa; }
.ms-drop ul > li.hide-radio.selected {
        color: #fff;
        background-color: #007bff; }
.ms-drop ul > li.hide-radio label {
        margin-bottom: 0;
        padding: 5px 8px; }
.ms-drop ul > li.hide-radio input {
        display: none; }
.ms-drop ul > li.option-level-1 label {
      padding-left: 28px; }
.ms-drop ul > li.option-divider {
      padding: 0;
      border-top: 1px solid #e9ecef; }
.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.ms-drop .ms-no-results {
  display: none; }
/* ------------------------------------------------------------ *\
	Code that cascades multiple-slect.css
\* ------------------------------------------------------------ */
select.ms-offscreen {
  display: none;
  width: auto; }
div.ms-parent {
  padding: 0 !important; }
div.ms-parent button.ms-choice {
    border: 0;
    height: 46px;
    line-height: 46px; }
div.ms-parent button.ms-choice span {
      padding-left: 16px;
      color: black; }
div.ms-parent button.ms-choice span.placeholder {
      color: #abadb0; }
div.ms-parent button.ms-choice div.icon-caret {
      right: 18px; }
div.ms-parent button.ms-choice div.icon-close {
      right: 32px; }
div.ms-parent button.ms-choice div.icon-close:before {
      margin-top: -22px;
      text-align: center; }
div.ms-parent .ms-drop.bottom .ms-search {
    padding: 8px;
    padding-bottom: 0; }
div.ms-parent .ms-drop.bottom .ms-search input {
      min-height: 40px;
      padding-left: 12px;
      border-radius: 0;
      border-color: #b1b1b1; }
div.ms-parent .ms-drop.bottom .ms-search + ul span {
      padding-left: 8px; }
div.ms-parent .ms-drop.bottom .ms-search + ul span::before {
        opacity: 0; }
div.ms-parent .ms-drop.bottom .ms-search + ul span::after {
        display: none; }
div.ms-parent .ms-drop.bottom .ms-no-results {
    height: 36px;
    line-height: 30px;
    padding: 4px 12px !important;
    opacity: 0.5; }
div.ms-parent .ms-drop.bottom {
    margin-top: 1px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 4px 6px 0 rgba(0, 0, 0, 0.08); }
div.ms-parent .ms-drop.bottom ul {
      display: block;
      overflow: scroll;
      margin: 0;
      padding: 4px 0; }
div.ms-parent .ms-drop.bottom ul li {
        padding: 0 !important;
        margin: 0;
        list-style: none;
        display: list-item;
        background-image: none;
        position: static;
        padding: 0.25rem 8px;
        max-width: 100%; }
div.ms-parent .ms-drop.bottom ul li label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 36px;
          padding-left: 12px; }
div.ms-parent .ms-drop.bottom ul li span {
          padding-left: 28px;
          color: #4a4a4a; }
div.ms-parent .ms-drop ul > li.hide-radio.selected {
    background-color: transparent; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* Changes */
.form__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__flex-item {
    margin-right: 5px;
}
.widget-status ul {
    background: #fff;
    padding: 12px 15px;
}
.widget-status ul li button {
    padding: 6px;
    margin: 5px;
    border: 0px;
    color: #fff;
}
button.btn-text {
    background-color: #53bbaf;
}
button.link-remove {
    background-color: #ff8686;
    padding: 6px;
    margin: 5px;
    border: 0px;
    color: #fff;
}
.remove {
    color: #ff8686 !important;
}
.green {
    color: #53bbaf !important;
}

.form__error-message,
.form__success-message {
  font-size: 11px;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 1px; }
.form__error-message:empty,
.form__success-message:empty {
   display: none;
}
.form__error-message {
  background: #ffe5e5;
  color: #ff5a5a; }
.form__success-message {
  background: #e9ffe8;
  color: #5cb26a; }
.form__error-list {
  font-size: 11px;
  line-height: 17px;
  color: #ff5a5a;
  padding-top: 12px;
  padding-left: 20px; }
.form {
  background: #fff;
  padding: 64px;
  /*  Form Primary  */
  /*  Form Primary Alt  */
  /*  Form ALt  */
  /*  Form Secondary  */
  /*  Form Teritary  */ }
.form .form__field-error {
    display: none;
    color: #ff7878;
    font-size: 11px;
    margin-top: 8px;
    padding-bottom: 2px; }
.form .form__head {
    margin-bottom: 64px; }
.form .form__head h1 {
      font-weight: 400;
      margin-bottom: 8px;
      color: #363636; }
.form .form__head h1 strong {
        font-weight: 700; }
.form .form__head h2 {
      font-weight: 400;
      font-size: 18px;
      color: #4a4a4a; }
.form .form__head h2 strong {
        font-weight: 700; }
.form .form__head > a {
      display: inline-block;
      text-decoration: none;
      color: #939393; }
.form .form__head p {
      font-size: 13px;
      line-height: 1.62;
      color: #939393;
      padding-right: 32px; }
.form .form__head .form__error-message {
      display: none;
      background: #ffe5e5;
      color: #ff5a5a;
      font-size: 11px;
      margin-top: 16px;
      margin-bottom: -48px;
      padding: 9px 16px; }
.form .form__head .form__success-message {
      background: #e9ffe8;
      color: #41ab63;
      font-size: 11px;
      margin-top: 16px;
      padding: 8px 10px 8px 16px; }
.form .form__body > p {
    font-size: 13px;
    color: #939393; }
.form .form__controls {
    position: relative; }
.form .form__controls > i {
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity 0.4s, visibility 0.4s;
      -o-transition: opacity 0.4s, visibility 0.4s;
      transition: opacity 0.4s, visibility 0.4s; }
.form .form__controls .ico-success,
    .form .form__controls .ico-error {
      opacity: 0;
      visibility: hidden; }
.form .form__help-text {
    margin-top: 5px; }
.form .form__help-text ul {
      font-size: 12px;
      color: #777;
      list-style: none outside none; }
.form .form__actions {
    position: relative;
    margin-top: 25px;
    /*  Form Actions Primary  */ }
.form .form__actions .form__link {
      position: absolute;
      top: 0;
      right: 4px;
      text-decoration: none;
      color: #777;
      text-decoration: none;
      font-size: 12px;
      -webkit-transition: color 0.4s;
      -o-transition: color 0.4s;
      transition: color 0.4s; }
.form .form__actions .form__link:hover {
        color: #53bbaf; }
.form .form__actions .checkbox {
      margin-bottom: 40px; }
.form .form__actions .btn {
      display: block;
      width: 100%; }
.form .form__actions--primary {
      text-align: center; }
.form .form__actions--primary .form__link {
        position: static;
        margin: 24px 0 0;
        display: block; }
.form .form__row + .form__row {
    margin-top: 16px; }
.form .form__group + .form__group {
    margin-top: 32px; }
.form--primary {
    max-width: 480px;
    margin: auto; }
.form--primary .form__head {
      margin-bottom: 40px;
      /*  Form Head Primary  */
      /*  Form Head Primary  */ }
.form--primary .form__head--primary {
        margin-bottom: 16px; }
.form--primary .form__head--secondary {
        margin-bottom: 64px; }
.form--primary .form__actions {
      margin-top: 15px;
      /*  Form Actions Primary ALt  */
      /*  Form Actions Secondary  */ }
.form--primary .form__actions--primary-alt {
        margin-top: 16px; }
.form--primary .form__actions--secondary {
        margin-top: 40px; }
.form--primary-alt .form__head {
    margin-bottom: 36px; }
.form--primary-alt .form__head p {
      padding-right: 0; }
.form--primary-alt .form__actions {
    margin-top: 40px; }
.form--alt {
    padding: 0 163px 0 0;
    position: relative; }
.form--alt .form__actions {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0; }
.form--alt .form__actions .btn {
        padding: 16px 8px;
        min-width: 148px; }
.form--secondary {
    padding: 0;
    max-width: 464px; }
.form--secondary .form__head {
      margin-bottom: 32px; }
.form--secondary .form__actions {
      margin-top: 40px;
      margin-bottom: 40px; }
.form--teritary .form__actions .form__link {
    color: #666; }
@media (max-width: 1023px) {
  .form {
    padding: 40px;
    /*  Form ALt  */
    /*  Form Secondary  */ }
    .form--alt {
      padding: 0 125px 0 0; }
      .form--alt .form__actions .btn {
        min-width: 112px; }
    .form--secondary {
      padding: 0;
      max-width: 100%; } }
@media (max-width: 767px) {
  .form {
    padding: 24px;
    /*  Form ALt  */
    /*  Form Secondary  */ }
    .form .form__actions .checkbox {
      margin-bottom: 24px; }
    .form .form__actions .form__link {
      position: static;
      margin-bottom: 24px;
      display: inline-block; }
    .form--alt {
      padding: 0; }
      .form--alt .form__actions {
        position: static;
        margin: 24px 0 0; }
    .form--secondary {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Form Aside
\* ------------------------------------------------------------ */
.form-aside {
  position: relative;
  min-height: 100vh;
  margin-bottom: 80px; }
.form-aside h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
.form-aside h3 {
    color: #939393;
    font-size: 14px;
    line-height: 19px;
    padding: 18px 0; }
.form-aside p {
    color: #939393;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 15px; }
.form-aside label + p {
    font-size: 12px;
    padding-top: 3px;
    color: #363636; }
.form-aside hr {
    margin: 0; }
.form-aside fieldset {
    border: 0; }
.form-aside textarea {
    min-height: 68px; }
.form-aside__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #e1e1e1; }
.form-aside__form {
  display: none;
  padding: 20px; }
.form-aside__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px; }
.form-aside__hide {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: -8px;
  border: 0;
  background: url("../img/ico-close.4d8768e03184.svg") 0px 0px no-repeat;
  cursor: pointer; }
.form-aside__download {
  position: relative;
  font-size: 12px;
  color: #939393;
  margin-bottom: 15px;
  text-align: right; }
.form-aside__download .widget {
    display: none;
    position: absolute;
    right: 0;
    max-width: 166px; }
.form-aside__download.is-active .widget {
    display: block;
    visibility: visible;
    opacity: 1; }
.form-aside__download a {
    text-decoration: underline; }
.form-aside__controls {
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 336px;
  padding: 16px 16px;
  background-color: white; }
.form-aside__controls button {
    min-width: 104px;
    margin-left: 12px; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  background: url("../img/logo.3d46e45b6322.png") no-repeat 0 0;
  width: 160px;
  height: 88px;
  background-size: 100% 100%; }
.logo--size1 {
    width: 145px;
    height: 80px; }
.logo-secondary {
  display: inline-block;
  background: url("../img/logo-secondary.0fb9b4cb140f.png") no-repeat 0 0;
  width: 86px;
  height: 41px;
  background-size: 100% 100%; }
.logo-teritary {
  display: inline-block;
  background: url("../img/logo-teritary.ec97a1ce42e0.png") no-repeat 0 0;
  width: 141px;
  height: 25px;
  background-size: 100% 100%; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  list-style: none; }
.nav li {
  position: relative; }
.nav li:hover > a {
    background: #f9fbfc;
    color: #4a4a4a; }
.nav li:hover > ul {
    opacity: 1;
    visibility: visible; }
.nav li ul {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    min-width: 166px;
    font-size: 12px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    margin-left: -25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s; }
.nav li ul a {
      padding: 13px 18px;
      color: #666; }
.nav a {
  display: block;
  text-decoration: none;
  color: #ADADAD;
  padding: 14px 40px 15px;
  position: relative;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }
.nav a i {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.nav a:hover {
    background: #f4f7fa;
    color: #4a4a4a; }
.nav .active > a {
  background: #f4f7fa;
  color: #4a4a4a; }
.nav .hover > a {
  background: #f9fbfc;
  color: #838383; }
@media (max-width: 767px) {
  .nav a {
    padding: 8px 32px; }
    .nav a i {
      left: 8px; }
  .nav ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding-left: 40px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s; }
    .nav ul ul a {
      padding: 10px; }
  .nav .open > ul {
    max-height: 999px; } }
/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary a {
  text-decoration: none;
  position: relative;
  display: block; }
/* ------------------------------------------------------------ *\
	Section Container
\* ------------------------------------------------------------ */
@media (min-width: 767px) {
  .section-container {
    /*min-height: 830px; */
    height: 100vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .section-container .section-container__inner {
      padding: 40px 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
@media (max-width: 1025px) {
  .section-container--alt {
    overflow-y: auto;
    min-height: 830px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 152px 0; }
.section ul {
    list-style: none; }
.section .section__group {
    /*  Typography  */
    /*  Buttons  */
    /*  Fields  */
    /*  Fields  */
    /*  Fields  */
    /*  Fields  */
    /*  Icons  */ }
.section .section__group > .h1 {
      margin-bottom: 40px; }
.section .section__group > h3 {
      margin-bottom: 24px; }
.section .section__group + .section__group {
      margin-top: 72px; }
.section .section__group--colors .cols {
      margin: 0 -24px; }
.section .section__group--colors .cols .col {
        padding: 0 24px; }
.section .section__group--colors .cols .col--1of3 {
          max-width: 40%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 40%;
                  flex: 0 0 40%; }
.section .section__group--colors .cols .col--2of3 {
          max-width: 60%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 60%;
                  flex: 0 0 60%; }
.section .section__group--colors .cols + .cols {
        margin-top: 40px; }
.section .section__group--colors ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -24px;
      list-style: none; }
.section .section__group--colors ul li {
        border-radius: 10px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding: 0 24px; }
.section .section__group--colors ul li div {
          height: 128px;
          border-radius: 5px 5px 0 0; }
.section .section__group--colors ul li p {
          padding: 16px;
          font-size: 12px; }
.section .section__group--colors ul li p span {
            display: inline-block;
            margin-top: 8px; }
.section .section__group--colors ul li > span {
          border-radius: 5px;
          display: block;
          -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
                  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11); }
.section .section__group--colors ul li > span strong {
            font-weight: 400;
            color: #848484; }
.section .section__group--colors h3 {
      margin-bottom: 24px; }
.section .section__group--colors .col--2of3 ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%; }
.section .section__group--typography ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.section .section__group--typography ul h3 {
        color: #939393; }
.section .section__group--typography ul li + li {
        margin-left: 60px; }
.section .section__group--typography ul p:last-child {
        margin-top: 8px; }
.section .section__group--typography ul + ul {
        margin-top: 32px; }
.section .section__group--buttons {
      margin-right: -208px; }
.section .section__group--buttons ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -24px; }
.section .section__group--buttons ul li {
          padding: 0 24px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          max-width: 25%; }
.section .section__group--buttons .btn {
        display: block;
        width: 100%;
        margin-top: 24px; }
.section .section__group--fields {
      margin-right: -208px; }
.section .section__group--fields .form {
        padding: 0;
        margin: 24px 0 0; }
.section .section__group--fields ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -36px -40px; }
.section .section__group--fields ul li {
          padding: 0 36px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33%;
                  flex: 0 0 33.33%;
          max-width: 33.33%;
          margin-bottom: 40px; }
.section .section__group--checkbox {
      margin-right: -173px; }
.section .section__group--checkbox .checkbox {
        margin-top: 24px; }
.section .section__group--checkbox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
.section .section__group--form .form__success-message,
    .section .section__group--form .form__error-message {
      margin-top: 24px; }
.section .section__group--form ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.section .section__group--form ul li {
        min-width: 350px; }
.section .section__group--form ul li + li {
          margin-left: 64px; }
.section .section__group--menu {
      margin-right: 130px; }
.section .section__group--menu .nav {
        margin-top: 24px; }
.section .section__group--menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -35px; }
.section .section__group--menu > ul + ul {
          margin-top: 40px; }
.section .section__group--menu > ul > li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33%;
                  flex: 0 0 33.33%;
          max-width: 33.33%;
          padding: 0 32px; }
.section .section__group--icons > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.section .section__group--icons > ul > li + li {
        margin-left: 115px; }
.section .section__group--icons > ul > li > span {
        display: block;
        margin-top: 24px; }
.section .section__group--icons > ul > li > span i + i {
          margin-left: 24px; }
.section .section__group--icons > ul > li > span img + img {
          margin-left: 24px; }
.error-message {
  font-size: 11px;
  color: #ff5a5a; }
.success-message {
  font-size: 11px;
  color: #41ab63; }
.label {
  font-size: 12px;
  font-weight: 400;
  color: #abadb0; }
.cta {
  font-size: 12px;
  font-weight: 400;
  color: #666; }
.link {
  color: #53bbaf;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
.link:hover {
    color: #133430; }
.header-inactive {
  color: #adadad;
  font-size: 14px; }
.body-text-paragraph {
  color: #939393; }
/* ------------------------------------------------------------ *\
	Section Login
\* ------------------------------------------------------------ */
.section-login {
  padding: 136px 0 66px;
  padding: 40px 0; }
.section-login .select--nav {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 120px; }
.section-login .section__head {
    text-align: center;
    margin-bottom: 60px; }
.section-login .section__image {
    height: 100%; }
.section-login .section__image-inner {
    background-size: cover;
    height: 100%; }
@media (max-width: 767px) {
  .section-login {
    padding: 100px 0 40px;
    /*.select--nav {
			top: 0; right: 0;
		}*/ }
    .section-login .section__image-inner {
      padding-top: 96%; }
    .section-login .col--size2 {
      display: none; } }
/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */
.section-primary {
  position: relative;
  padding: 40px 24px 0 264px; }
@media (min-width: 1023px) {
    .section-primary.has-section-form {
      width: calc(100% - 336px); } }
.section-primary .section__title {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #363636; }
.section-primary .section__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 24px; }
@media (min-width: 767px) {
      .section-primary .section__controls {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: -61px; } }
@media (min-width: 1023px) {
      .section-primary .section__controls {
        margin-left: -16px;
        margin-right: -16px; } }
.section-primary .section__controls button {
      width: calc(50% - 6px); }
@media (min-width: 767px) {
        .section-primary .section__controls button {
          width: initial;
          margin-left: 12px; } }
.section-primary .section__inner {
    background: #fff;
    min-height: calc(100vh - 97px);
    padding: 32px; }
.section-primary .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
@media (min-width: 1023px) {
      .section-primary .sidebar {
        position: fixed; } }
.section-primary .form + .table {
    margin-top: 24px; }
@media (max-width: 1023px) {
  .section-primary .section__inner {
    margin-right: 16px;
    padding: 20px; } }
@media (max-width: 1023px) {
  .section-primary {
    padding: 0 16px; }
    .section-primary .content {
      padding: 40px 8px 0; }
    .section-primary .section__inner {
      margin: 0 -8px;
      padding-bottom: 100px; } }
@media (max-width: 767px) {
  .section-primary {
    padding: 0 8px; }
    .section-primary .section__inner {
      padding: 12px; } }
/* ------------------------------------------------------------ *\
	Section Create
\* ------------------------------------------------------------ */
.section-form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07); }
.has-section-form .section-form {
    display: block; }
@media (min-width: 767px) {
    .section-form {
      left: initial;
      width: 336px; } }
@media (min-width: 1023px) {
    .section-form {
      position: initial;
      min-height: 100%; } }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  text-align: left;
  font-size: 12px; }
.table table {
    table-layout: fixed; }
.table th,
  .table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 25px; }
.table th {
    padding-top: 4px;
    height: 56px;
    color: #939393;
    font-weight: 400; }
.table td {
    height: 48px;
    color: #363636; }
.table th:last-child,
  .table td:last-child {
    text-align: right;
    padding-right: 46px; }
@media (max-width: 1023px) {
  .table th,
  .table td {
    padding: 0; }
  .table th:last-child,
  .table td:last-child {
    padding-right: 25px; } }
@media (max-width: 767px) {
  .table thead {
    display: none; }
  .table table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100% !important;
    height: initial;
    border: none;
    text-align: left !important; }
  .table td:before {
    content: attr(data-text);
    display: block;
    font-size: 18px;
    margin-bottom: 5px; }
  .table td + td {
    margin-top: 15px; }
  .table tr {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    padding-top: 30px; } }
.table--managers th:nth-child(1),
.table--managers td:nth-child(1) {
  width: 42.4%; }
.table--managers th:nth-child(2),
.table--managers td:nth-child(2) {
  width: 43.9%; }
.table--managers td:nth-child(2) {
  color: #656565; }
@media (max-width: 1439px) {
  .table--managers th:nth-child(1),
  .table--managers td:nth-child(1) {
    width: 36%; }
  .table--managers th:nth-child(2),
  .table--managers td:nth-child(2) {
    width: 36%; } }
@media (max-width: 1023px) {
  .table--managers th:nth-child(1),
  .table--managers td:nth-child(1) {
    width: 36%; }
  .table--managers th:nth-child(2),
  .table--managers td:nth-child(2) {
    width: 36%; } }
@media (min-width: 1023px) {
  .table--jobs {
    width: calc(100% + 32px);
    margin: 0 -16px; } }
.table--jobs th,
.table--jobs td {
  padding-left: 5px;
  padding-right: 5px; }
.table--jobs th:first-child,
.table--jobs td:first-child {
  padding: 0; }
.table--jobs thead tr {
  display: none; }
@media (min-width: 767px) {
    .table--jobs thead tr {
      display: table-row; } }
.table--jobs tbody tr:hover {
  cursor: pointer;
  background-color: #fafcff; }
.table--jobs tr.no-records-found td {
  text-align: left;
  padding-left: 2px; }
/* ------------------------------------------------------------ *\
	Table Filter
\* ------------------------------------------------------------ */
.table-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px; }
@media (min-width: 767px) {
    .table-filter {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
.table-filter--top {
  margin: 0 -12px;
  margin-top: -12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media (min-width: 767px) {
    .table-filter--top {
      margin: 0 -20px;
      margin-top: -20px;
      background-color: #fafcff;
      border-bottom: 1px solid #d8d8d8; } }
@media (min-width: 1023px) {
    .table-filter--top {
      margin: 0 -32px;
      margin-top: -32px; } }
.table-filter--bottom {
  display: none;
  margin-bottom: 40px; }
.table-filter--bottom.is-active {
    display: block; }
@media (min-width: 767px) {
    .table-filter--bottom {
      margin: 0;
      border-bottom: 1px solid #e1e1e1; } }
@media (min-width: 1023px) {
    .table-filter--bottom {
      margin: 0 -16px; } }
@media (min-width: 767px) {
  .table-filter__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 100%; } }
@media (min-width: 767px) and (min-width: 767px) {
    .table-filter__controls {
      padding: 8px 0 30px 0;
      margin: 0 -8px;
      width: calc(100% + 8px); } }
@media (min-width: 767px) {
    .table-filter__controls > div {
      margin: 8px; } }
.table-filter__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0 12px;
  margin-bottom: 16px; }
@media (min-width: 767px) {
    .table-filter__search {
      margin-bottom: 0; } }
.table-filter__search::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 24px;
    top: 16px;
    z-index: 10;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background: url("../img/ico-search.1db51da0dfba.svg") no-repeat 0 0; }
.table-filter__search input {
    position: relative;
    width: 235px;
    padding-left: 44px; }
@media (min-width: 767px) {
    .table-filter__search input,
    .table-filter__search button {
      margin-top: 10px;
      height: 36px; } }
.table-filter__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 16px;
  border: 0;
  color: #939393;
  background-color: transparent;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
.table-filter__toggle:hover {
    color: #8c8c8c; }
.table-filter__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: 100%;
  background: url("../img/ico-table-filter.0cedfcb73281.svg") no-repeat 0 0; }
.table-filter__reset {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-size: 13px;
  color: #939393;
  text-decoration: underline; }
@media (min-width: 767px) {
    .table-filter__reset {
      margin-top: 20px;
      padding: 0 16px;
      width: 90px;
      height: 46px;
      background-color: transparent; } }
/* ------------------------------------------------------------ *\
	Table Tabs
\* ------------------------------------------------------------ */
.table-tabs {
  font-size: 13px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 12px; }
@media (min-width: 767px) {
    .table-tabs {
      background-color: 0;
      border-bottom: 0;
      margin-bottom: 0; } }
.table-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.table-tabs__item {
  color: #939393;
  background-color: #fafcff;
  border-top: 2px solid #fafcff;
  border-right: 1px solid #d8d8d8;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
.table-tabs__item:hover {
    color: #041e32; }
.table-tabs__item.is-active {
    color: #041e32;
    border-top: 2px solid #53bbaf;
    background-color: white;
    margin-bottom: -1px; }
.table-tabs__item a {
    display: inline-block;
    text-decoration: none;
    padding: 18px 32px; }
/* ------------------------------------------------------------ *\
	Table Link
\* ------------------------------------------------------------ */
.table-link {
  display: inline-block;
  padding: 10px;
  margin-left: -10px;
  color: #939393;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
.table-link:hover {
    color: #4a4a4a;
    text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Table Bulk
\* ------------------------------------------------------------ */
.table-bulk-wrap {
  position: relative; }
.table-bulk {
  display: none; }
@media (min-width: 767px) {
    .table-bulk {
      position: absolute;
      left: 36px;
      top: 0;
      z-index: 100;
      height: 56px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 24px;
      background-color: white; }
      .table-bulk.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
@media (min-width: 1023px) {
    .table-bulk {
      left: 20px; } }
.table-bulk button {
    height: 36px;
    padding: 11px 16px;
    margin-left: 12px; }
.table-bulk__filter input[type="checkbox"] + span:before,
.table-bulk__filter input[type="checkbox"] + span:after {
  top: -6px; }
.table-bulk__text {
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  line-height: 16px;
  color: #4a4a4a; }
/* ------------------------------------------------------------ *\
	Table Bulk Dropdown
\* ------------------------------------------------------------ */
thead .bs-checkbox .th-inner {
  position: relative; }
thead .bs-checkbox .th-inner:after {
  display: none;
  position: absolute;
  top: -6px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/ico-table-carot.f4e2c3cb1556.svg") no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer; }
.table-bulk-dropdown {
  display: none;
  position: absolute;
  top: 36px;
  left: -16px;
  z-index: 200; }
.table-bulk-dropdown.is-active {
    display: block; }
.table-bulk-dropdown.is-active .widget {
      opacity: 1;
      visibility: visible; }
/* ------------------------------------------------------------ *\
	Table Dropdown
\* ------------------------------------------------------------ */
.table-dropdown {
  position: relative; }
.table-dropdown .ms-parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 232px !important; }
.table-dropdown__container {
  display: none; }
.table-dropdown__container.is-active {
    display: block; }
/* ------------------------------------------------------------ *\
	Bootstrap Table
\* ------------------------------------------------------------ */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6; }
.page-link:hover {
  z-index: 2;
  color: #024dbc;
  background-color: #e9ecef;
  border-color: #dee2e6; }
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); }
.page-item:not(:first-child) .page-link {
  margin-left: -1px; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }
.page-link {
  padding: 0.375rem 0.75rem; }
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }
/* ------------------------------------------------------------ *\
	Bootstrap Table (ugly code from bootstrap table)
\* ------------------------------------------------------------ */
.bootstrap-table .search-input {
  display: none !important; }
@media (max-width: 767px) {
  .bootstrap-table .bs-checkbox {
    margin-top: -20px; }
    .bootstrap-table .bs-checkbox label {
      display: none; } }
.bootstrap-table .fixed-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  margin: 0px -24px; }
@media (min-width: 1023px) {
    .bootstrap-table .fixed-table-pagination {
      padding: 24px 12px;
      padding-bottom: 0; } }
.bootstrap-table .pagination-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #adadad; }
.bootstrap-table .pagination-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px; }
.bootstrap-table .page-list {
  display: none; }
.bootstrap-table .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.bootstrap-table .pagination .pagination {
  padding-left: 20px;
  margin: 0 -6px;
  color: #53bbaf; }
.bootstrap-table .page-item {
  padding-left: 6px;
  padding-right: 6px; }
.bootstrap-table .page-item .page-link {
  border: 0;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
  line-height: 28px;
  text-align: center;
  color: #adadad;
  font-size: 12px; }
.bootstrap-table .page-item.active .page-link {
  color: white;
  background-color: #53bbaf;
  border-radius: 100%;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s; }
.bootstrap-table .page-item.active .page-link:hover {
    background-color: #4ba99e; }
.bootstrap-table .page-item.page-pre .page-link {
  font-size: 16px; }
.bootstrap-table .page-item.page-next .page-link {
  font-size: 16px; }
.bootstrap-table .fixed-table-container .table thead th .both {
  cursor: pointer; }
.bootstrap-table .fixed-table-container .table thead th .both::after,
.bootstrap-table .fixed-table-container .table thead th .asc:after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 12px;
  height: 14px;
  margin-left: 4px;
  background: url("../img/ico-table-sort.b9a6c7c2d632.svg") no-repeat 0 0;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
.bootstrap-table .fixed-table-container .table thead th .desc:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  min-width: 166px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 100;
  background: #fff;
  list-style: none;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px; }
.widget a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #666;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s; }
.widget a:hover {
      background-color: #fafcff; }
.widget a.link-remove {
      color: #ff8686; }
/* ------------------------------------------------------------ *\
	Widget Status
\* ------------------------------------------------------------ */
.widget-status {
  position: relative;
  /*  Widget Status Active  */ }
@media (min-width: 1023px) {
    .widget-status {
      margin-right: -16px; } }
.widget-status ul,
  .widget-status ul.widget {
    position: absolute;
    top: 100%;
    right: -24px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 100;
    background: #fff;
    list-style: none;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px; }
.widget-status ul a,
    .widget-status ul.widget a {
      display: block;
      padding: 13px 15px;
      text-decoration: none;
      color: #666; }
.widget-status ul a.link-remove,
      .widget-status ul.widget a.link-remove {
        color: #ff8686; }
.widget-status ul a:hover,
      .widget-status ul.widget a:hover {
        background-color: #fafcff; }
.widget-status .btn-alt {
    position: relative; }
.widget-status .btn-alt:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url("../img/ico-angle-down-dark.764d71dc22b3.png") no-repeat 0 0;
      width: 8px;
      height: 5px;
      background-size: 100% 100%;
      -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      -o-transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
      opacity: 0.5; }
.widget-status.active .btn-alt:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
.widget-status.active > ul {
    opacity: 1;
    visibility: visible; }
@media (max-width: 767px) {
  .widget-status {
    padding-top: 20px; }
    .widget-status ul {
      right: auto;
      left: 0; } }
/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */
.ico-message {
  width: 20px;
  height: 20px; }
.ico-lock {
  width: 20px;
  height: 20px; }
.ico-eye {
  width: 20px;
  height: 20px; }
.ico-user {
  width: 20px;
  height: 20px; }
.ico-success {
  width: 18px;
  height: 14px; }
.ico-angle-down {
  width: 12px;
  height: 8px; }
.ico-x {
  width: 14px;
  height: 14px; }
.ico-check-gray {
  width: 18px;
  height: 14px; }
.ico-message--size1 {
  width: 25px;
  height: 25px; }
.ico-eye--size1 {
  width: 25px;
  height: 25px; }
.ico-info {
  width: 20px;
  height: 20px; }
.ico-burger {
  width: 18px;
  height: 12px; }
.ico-lock--size1 {
  width: 25px;
  height: 25px; }
.ico-print {
  width: 20px;
  height: 16px; }
.ico-user--size1 {
  width: 25px;
  height: 25px; }
.ico-user-alt-dark,
.ico-user-alt {
  width: 16px;
  height: 17px; }
.ico-error {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative; }
.ico-error:after, .ico-error:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #f67675;
    width: 100%;
    height: 2px; }
.ico-error:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
#embed-container {
  position: absolute;
  top: 0;
  left: 240px;
  right: 0;
  bottom: 0;
  min-height: 799px; }
#embed-container iframe {
    border: none; }
@media (max-width: 1023px) {
  #embed-container {
    left: 0; } }
