*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 12pt;
}
body {
  background: #f6f7fb;
  margin: 0;
  padding: 0 0 0 45px;
  font-family: Ubuntu, sans-serif;
  color: #979797;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
  will-change: padding-left;
}
a {
  color: #af7ec1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.siteContent {
  display: block;
}
.wrapper {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.col-1 {
  width: calc(100% / 12);
  float: left;
}
.col-2 {
  width: calc(100% / 12 * 2);
  float: left;
}
.col-3 {
  width: calc(100% / 12 * 3);
  float: left;
}
.col-4 {
  width: calc(100% / 12 * 4);
  float: left;
}
.col-5 {
  width: calc(100% / 12 * 5);
  float: left;
}
.col-half,
.col-6 {
  width: calc(100% / 2);
  float: left;
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-9 {
  width: calc(100% / 12 * 9);
}
.col-10 {
  width: calc(100% / 12 * 10);
}
.col-11 {
  width: calc(100% / 12 * 11);
}
.col-12 {
  width: 100%;
}
input,
select,
textarea,
button,
.button {
  margin: 0;
  padding: .75rem 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  min-height: 1.5rem;
  outline: none;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: .4rem;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder,
.button::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #c6c6c6;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
button::-ms-input-placeholder,
.button::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  color: #c6c6c6;
}
input::placeholder,
select::placeholder,
textarea::placeholder,
button::placeholder,
.button::placeholder {
  font-style: italic;
  font-weight: 300;
  color: #c6c6c6;
}
input:active,
select:active,
textarea:active,
button:active,
.button:active,
input:focus,
select:focus,
textarea:focus,
button:focus,
.button:focus {
  border-color: #af7ec1;
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem -0.75rem #979797;
          box-shadow: 0.5rem 0.5rem 1.5rem -0.75rem #979797;
}
input.big,
select.big,
textarea.big,
button.big,
.button.big {
  padding: 1.5rem 3rem;
}
input[type="radio"],
input[type="checkbox"] {
  min-height: initial;
  width: auto;
}
input[type="date-range"],
input[type="date-single"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  padding-right: 2.5em;
  background: #fff url(/images/calendar.png?219633ccde23bd07061951eaa295157c) right 1em center no-repeat;
}
input[type="date-range"] {
  min-width: 15em;
}
select {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  background: #fff url(/images/dropdown.png?3e0e40d09d56b5166dc610be52186aac) right 1em center no-repeat;
  padding-right: 2em;
}
select:invalid {
  color: #c6c6c6;
}
select option[value=""][disabled] {
  display: none;
}
select[multiple] {
  background-image: none;
  padding-right: .75em;
}
button,
[type="submit"],
[type="reset"],
[type="button"],
.button {
  background-color: #af7ec1;
  color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem -0.75rem #979797;
          box-shadow: 0.5rem 0.5rem 1.5rem -0.75rem #979797;
  cursor: pointer;
}
button.green,
[type="submit"].green,
[type="reset"].green,
[type="button"].green,
.button.green {
  background-color: #4cc4c0;
  color: #fff !important;
}
button.green.alt,
[type="submit"].green.alt,
[type="reset"].green.alt,
[type="button"].green.alt,
.button.green.alt {
  background-color: transparent;
  border-color: #4cc4c0;
  color: #4cc4c0 !important;
}
button.violet,
[type="submit"].violet,
[type="reset"].violet,
[type="button"].violet,
.button.violet {
  background-color: #af7ec1;
  color: #fff !important;
}
button.grey,
[type="submit"].grey,
[type="reset"].grey,
[type="button"].grey,
.button.grey {
  background-color: #9c9c9c;
  color: #fff !important;
}
[type="reset"] {
  background-color: #f26666;
}
.login-page form .field input {
  width: 100%;
}
form.modal .field input,
form.modal .field select {
  width: 100%;
}
form .field {
  padding: 1rem 2rem;
  position: relative;
}
form .field label {
  margin: .5rem 0;
  display: block;
}
form .field.date label {
  margin: 0 0 0 .8rem;
}
form .field input,
form .field select,
form .field textarea {
  margin: .5rem 0;
  width: 100%;
  background-color: #fff;
}
form .field input.mini,
form .field select.mini,
form .field textarea.mini {
  width: 14rem;
}
form .field input,
form .field select {
  width: 65%;
}
form .field.disabled label {
  opacity: .3;
}
form .field input:disabled,
form .field select:disabled,
form .field textarea:disabled {
  opacity: .3;
}
form .field textarea {
  min-height: 170px;
}
form .field input[data-source] + * {
  position: absolute;
  top: calc(100% - 1rem);
  left: 2rem;
  width: calc(100% - 4rem);
  background-color: #fff;
  display: none;
  z-index: 2;
}
form .field input[data-source] + *:focus,
form .field input[data-source] + *:active,
form .field input[data-source]:focus + * {
  display: block;
}
form .field input[data-source-text] + * {
  position: absolute;
  top: calc(100% - 1rem);
  left: 2rem;
  width: calc(100% - 4rem);
  background-color: #fff;
  display: none;
  z-index: 2;
}
form .field input[data-source-text] + *:focus,
form .field input[data-source-text] + *:active,
form .field input[data-source-text]:focus + * {
  display: block;
}
form .field input[type="checkbox"],
form .field > input[type="radio"] {
  width: auto;
  vertical-align: middle;
}
form .field input[type="checkbox"] + label,
form .field > input[type="radio"] + label {
  vertical-align: middle;
  width: auto;
  display: inline-block;
}
@media (max-width: 576px) {
  form .field {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.add-file {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #af7ec1;
  margin: 2em;
  position: relative;
}
.add-file input[type="file"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.add-file .icon {
  font-size: 1rem !important;
  color: #af7ec1 !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border-radius: 100% !important;
}
.add-file .label {
  margin-left: 1rem;
}
#side-bar {
  -webkit-box-shadow: 0 0 3em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3em rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  will-change: width;
  -webkit-transition: width .3s;
  transition: width .3s;
  overflow-x: hidden;
  overflow-y: auto;
  background: #05161a url(/images/bg-menu.png?d37fa6badc3e1e7d9b6bcf7e068c2365) right bottom -1px no-repeat;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 4rem;
}
#side-bar a:hover {
  text-decoration: none;
}
#side-bar .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0 1em .4em;
}
#side-bar .top .logo,
#side-bar .top .icon {
  height: 80px;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#side-bar .top .icon {
  width: 45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  cursor: pointer;
}
#side-bar .top .logo {
  width: calc(290px - 90px);
}
#side-bar .user {
  text-align: center;
  width: 290px;
}
#side-bar .user .photo {
  background: url(/images/bg-avatar.png?d5e89eb6cfe6dbdd304cb2fb18c0e1dd) center no-repeat;
  height: 85px;
  margin-bottom: .5em;
  padding: 5px;
}
#side-bar .user .photo img {
  border-radius: 100%;
  width: auto;
  height: 100%;
}
#side-bar .user .name,
#side-bar .user .email {
  padding: .3em .5em;
}
#side-bar .user .name {
  color: #ffffff;
}
#side-bar .user .email {
  color: #989898;
  font-size: 0.75em;
}
#side-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-bar ul li {
  margin: 0;
  padding: 0;
}
#side-bar .menu {
  padding: 0;
  max-height: calc(100% - 230px - 2.5em - 4rem);
  overflow-y: auto;
}
#side-bar .menu .icon-waves:before {
  font-size: 140%;
}
#side-bar .menu .icon-users:before {
  font-size: 130%;
}
#side-bar .menu .icon-shops:before {
  font-size: 140%;
}
#side-bar .menu li .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: .9em;
}
#side-bar .menu li .item:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
#side-bar .menu li .item .icon,
#side-bar .menu li .item .label {
  position: relative;
  width: 45px;
  height: 45px;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#side-bar .menu li .item .icon {
  color: rgba(255, 255, 255, 0.5);
}
#side-bar .menu li .item .label {
  width: calc(290px - 45px - 1em);
  height: auto;
  min-height: 45px;
  color: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .9em 0;
  font-size: 0.9375em;
  line-height: 1.4;
}
#side-bar .menu li > ul {
  display: none;
}
#side-bar .menu li > ul .item {
  padding-left: calc(0.9em + 45px);
  position: relative;
  min-height: 36px;
  border-bottom: none;
}
#side-bar .menu li > ul .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 2px;
  height: 20px;
  background-color: transparent;
}
#side-bar .menu li > ul .item .label {
  min-height: 36px;
}
#side-bar .menu li > ul li.active .item,
#side-bar .menu li > ul li.current .item,
#side-bar .menu li > ul li.active .item:hover,
#side-bar .menu li > ul li.current .item:hover {
  background-color: transparent;
}
#side-bar .menu li > ul li.active .item .label,
#side-bar .menu li > ul li.current .item .label,
#side-bar .menu li > ul li.active .item:hover .label,
#side-bar .menu li > ul li.current .item:hover .label {
  color: #979797;
}
#side-bar .menu li > ul li.active .item:before,
#side-bar .menu li > ul li.current .item:before,
#side-bar .menu li > ul li.active .item:hover:before,
#side-bar .menu li > ul li.current .item:hover:before {
  background-color: #4cc4c0;
}
#side-bar .menu li > ul li .item:hover:before {
  background-color: #4cc4c0;
}
#side-bar .menu li > ul li:last-child .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 38px;
  padding-bottom: 8px;
}
#side-bar .menu li > ul li:last-child .item:before {
  top: calc(50% - 14px);
}
#side-bar .menu li.active > .item > .icon,
#side-bar .menu li.current > .item > .icon,
#side-bar .menu li.active > .item > .label,
#side-bar .menu li.current > .item > .label {
  color: #4cc4c0;
}
#side-bar .menu li.active > ul,
#side-bar .menu li.current > ul {
  display: block;
}
body.side-bar--full {
  padding-left: 290px;
}
body.side-bar--full #side-bar {
  width: 290px;
}
body.side-bar--full #side-bar .top .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 768px) {
  body.side-bar--full {
    padding-left: 45px;
  }
}
#side-bar {
  overflow: visible;
  background-position: -66px bottom;
}
#side-bar .top {
  padding-left: .7em;
  font-size: 14px;
}
#side-bar .top .logo-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 1.2em;
  top: 100px;
}
#side-bar .top .logo {
  display: none;
}
#side-bar .menu > li {
  overflow-y: auto;
  overflow-x: hidden;
}
#side-bar .menu > li > .item {
  padding-left: .7em;
}
#side-bar .menu > li > .item > .label {
  display: none;
}
#side-bar .menu > li > .item .label i {
  padding-left: 10px;
}
#side-bar .menu > li > .item.dropdown .icon:after {
  font-family: "symbols";
  content: '\F105';
  position: absolute;
  right: -5px;
  font-size: 12px;
  padding-bottom: 4px;
}
#side-bar .menu > li.current > .item .label {
  display: none;
}
#side-bar .menu > li.current > .item .icon {
  color: #4cc4c0;
}
#side-bar .menu > li.current > ul {
  display: none;
}
#side-bar .menu > li.hover > .item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 70px;
  min-height: 52px;
  padding: 0 15px;
  background-color: #05161a;
  width: 180px;
}
#side-bar .menu > li.hover > .item .icon {
  color: #4cc4c0;
}
#side-bar .menu > li.hover > .item.dropdown > .label {
  color: #4cc4c0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: initial;
}
#side-bar .menu > li.hover > ul {
  display: block;
  position: absolute;
  left: 70px;
  min-height: 52px;
  background-color: #05161a;
  width: 180px;
}
#side-bar .menu > li.hover > ul li a {
  padding-left: 15px;
}
#side-bar .menu > li.hover > ul li a .aside-badge {
  right: 75px;
}
#side-bar .menu > li.hover > ul li .item:before {
  right: 0;
  left: initial;
}
#side-bar .user {
  margin-bottom: 3.4em;
  width: 50px;
  margin-top: 125px;
  margin-left: 10px;
}
#side-bar .user .name {
  display: none;
}
#side-bar .user .email {
  display: none;
}
#side-bar .user .photo {
  background-size: contain;
  height: 50px;
}
.side-bar--full #side-bar .top .logo-mini {
  display: none;
}
.side-bar--full #side-bar .top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-bar--full #side-bar .user {
  width: 290px;
  margin-top: 0;
}
.side-bar--full #side-bar .user .name {
  display: block;
}
.side-bar--full #side-bar .user .email {
  display: block;
}
.side-bar--full #side-bar .user .photo {
  height: 85px;
}
.side-bar--full #side-bar .menu li {
  background-position: right bottom -1px;
}
.side-bar--full #side-bar .menu li .item {
  padding-left: .9em;
}
.side-bar--full #side-bar .menu li .item .label {
  display: inline-block;
}
.side-bar--full #side-bar .menu li .item.dropdown .label i {
  float: right;
  padding-right: 10px;
  padding-left: 0;
}
.side-bar--full #side-bar .menu li .item.dropdown .icon:after {
  content: none;
}
.side-bar--full #side-bar .menu li ul .item {
  padding-left: calc(0.9em + 45px);
}
.side-bar--full #side-bar .menu li.active .item.dropdown .label i:before,
.side-bar--full #side-bar .menu li.current .item.dropdown .label i:before {
  content: '\F106';
}
.side-bar--full #side-bar .menu > li.current > .item .label {
  display: inline-block;
}
.side-bar--full #side-bar .menu > li.current > ul {
  display: block;
}
.side-bar--full #side-bar .menu > li.current > ul li .item:before {
  left: 0;
  right: initial;
}
.side-bar--full #side-bar .menu > li.current > .item.dropdown {
  border-bottom-color: transparent;
}
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.5;
}
body .daterangepicker {
  -webkit-box-shadow: 0 0 1em -0.25em rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 1em -0.25em rgba(0, 0, 0, 0.6);
  color: #979797;
  display: none;
}
body .daterangepicker .off {
  color: rgba(151, 151, 151, 0.5);
}
body .daterangepicker .weekend {
  color: #f26666;
}
body .daterangepicker .weekend.off {
  color: rgba(242, 102, 102, 0.5);
}
body .daterangepicker .today {
  background-color: rgba(175, 126, 193, 0.2);
}
body .daterangepicker .active {
  color: #fff;
  background-color: rgba(76, 196, 192, 0.8);
}
body .daterangepicker .active:hover {
  background-color: #4cc4c0;
}
body .daterangepicker .input-mini.active {
  border-color: #979797;
}
body .daterangepicker select.monthselect,
body .daterangepicker select.yearselect {
  padding-left: 0.75em;
}
body .avatar {
  border-radius: 100%;
  border: 2px solid;
}
body .green {
  color: #4cc4c0;
}
body .green.avatar {
  border-color: #4cc4c0;
}
body .red {
  color: #f26666 !important;
}
body .red.avatar {
  border-color: #f26666;
}
body .violet {
  color: #af7ec1;
}
body .violet.avatar {
  border-color: #af7ec1;
}
body .gray {
  color: #979797;
}
body .login-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: url(/images/bg-login-page.png?ca64d90924c1d6ed697b5ad145caf5d1) center;
  background-size: cover;
}
body .login-page form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .login-page form .wrapper {
  margin: 2rem;
  border-radius: 10px;
  background-color: #fff;
  max-width: 490px;
  padding: 2rem;
  width: 100%;
}
body .login-page form .logo,
body .login-page form .text {
  text-align: center;
  margin-bottom: 2rem;
}
body .login-page form .field {
  width: 100%;
  padding: .5rem 1rem;
}
body .login-page form .field label,
body .login-page form .field input {
  margin: .2rem 0;
}
body .login-page form .field label {
  font-size: .8em;
}
body .login-page form .field input {
  border-color: #ececec;
  background-color: #ececec;
  padding-left: 4rem;
}
body .login-page form .field input:focus {
  border-color: #4cc4c0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .login-page form .field.login,
body .login-page form .field.password {
  position: relative;
}
body .login-page form .field.login:before,
body .login-page form .field.password:before {
  content: '';
  width: 3rem;
  height: 1.6rem;
  position: absolute;
  bottom: 1.2rem;
  left: .9rem;
  background: center no-repeat;
  border-right: 1px solid #9c9c9c;
}
body .login-page form .field.login .indicator,
body .login-page form .field.password .indicator {
  display: block;
  background: url(/images/icon-tick.png?0e1cefe04f7fe2d1398e9eaa65ee59c2) center no-repeat;
  position: absolute;
  width: 1rem;
  height: 1.6rem;
  bottom: 1.2rem;
  right: 1.7rem;
  visibility: hidden;
  pointer-events: none;
}
body .login-page form .field.login input:valid + .indicator,
body .login-page form .field.password input:valid + .indicator {
  visibility: visible;
}
body .login-page form .field.login:before {
  background-image: url(/images/icon-login.png?138dbc7cf249a4cadbc476fe4eab329b);
}
body .login-page form .field.password:before {
  background-image: url(/images/icon-password.png?74c71a5e3a7fe5c4f419a587e69355de);
}
body .login-page form .field.submit {
  margin-top: 2rem;
  text-align: center;
}
body .login-page form .field.submit button {
  padding: 1rem 3rem;
  border: 0;
}
body .login-page footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 3rem;
  text-align: center;
}
body.page-dashboard > header {
  min-height: 125px;
}
body.page-dashboard > header .wrapper {
  padding: 1rem 2rem;
}
body > header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 85px;
  font-size: 1.5em;
  font-weight: 300;
}
body > header .wrapper {
  padding-top: 2.8rem;
  padding-bottom: 0.5rem;
  padding-left: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > header .wrapper .title .icon {
  margin-right: .5rem;
}
body > header .wrapper .title .icon .icon-waves {
  line-height: 2em;
}
body > header .wrapper .title .icon .icon-waves:before {
  font-size: 115%;
}
body > header .title {
  margin: 0;
  padding: 0;
}
body > header .add {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: #4cc4c0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: baseline;
  margin: 0 1rem;
  text-align: center;
  border: 4px solid #eaeaec;
}
body > header .user-actions {
  margin-left: auto;
  padding-left: 1rem;
  white-space: nowrap;
  text-align: right;
}
body > header .user-actions > * {
  border-radius: 100%;
  background-color: #e1e2e7;
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px 0 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body > header .user-actions > * .badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  font-size: 8px;
  background-color: #af7ec1;
  color: #fff;
  line-height: 1;
  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;
}
body > header .user-actions > * .dropdown {
  position: absolute;
  right: -12px;
  width: 12px;
  top: 0;
  bottom: 0;
  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;
  font-size: 12px;
}
body > header .user-actions > * .dropdown-content {
  position: absolute;
  top: calc(100% + 6px);
  right: -12px;
  border: 1px solid rgba(156, 156, 156, 0.3);
  border-radius: 10px;
  text-align: left;
  max-width: 300px;
  width: 100vw;
  max-height: 500px;
  font-size: 1rem;
  -webkit-box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  padding: 0;
  z-index: 5;
  color: #979797;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}
body > header .user-actions > * .dropdown-content a {
  color: inherit;
}
body > header .user-actions > * .dropdown-content .header {
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
}
body > header .user-actions > * .dropdown-content .main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: block;
}
body > header .user-actions > *:hover .dropdown-content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body > header .user-actions .notifications .item {
  width: 100%;
  display: block;
  padding: .7rem 2rem;
  font-size: .8em;
  position: relative;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
body > header .user-actions .notifications .item > * {
  display: block;
}
body > header .user-actions .notifications .item time {
  font-style: italic;
  font-size: .9em;
  color: #cbcccd;
}
body > header .user-actions .notifications .item:hover {
  text-decoration: none;
  background-color: #f8f9fa;
}
body > header .user-actions .notifications .item.unread:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 8px;
  background-color: rgba(175, 126, 193, 0.2);
}
body > header .user-actions .account .dropdown-content {
  min-width: 250px;
  width: auto;
}
body > header .user-actions .account .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .8rem 1rem;
}
body > header .user-actions .account .header .avatar {
  border: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
body > header .user-actions .account .header .user {
  padding: 0 1rem;
}
body > header .user-actions .account .header .user > * {
  display: block;
}
body > header .user-actions .account .header .user .email {
  color: #af7ec1;
  font-size: .7em;
}
body > header .user-actions .account .main a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
body > header .user-actions .account .main a .icon {
  margin-left: auto;
}
body > header .user-actions .account .main a:hover {
  text-decoration: none;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  body > header .user-actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 1rem;
  }
  body > header .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
body > main .status:before {
  content: '';
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  width: .5em;
  height: .5em;
  margin-right: .6rem;
}
body > main .status.active {
  color: #4cc4c0;
}
body > main .status.active:before {
  background-color: #4cc4c0;
}
body > main .status.inactive {
  color: #f26666;
}
body > main .status.inactive:before {
  background-color: #f26666;
}
body > main .status.waiting {
  color: #ff6702;
}
body > main .status.waiting:before {
  background-color: #ff6702;
}
body > main .status.no-data {
  color: #9c9c9c;
}
body > main .status.no-data:before {
  background-color: #9c9c9c;
}
body > main .breadcrumb {
  margin-bottom: 1.4rem;
  padding-left: .8rem;
}
body > main .breadcrumb .item {
  color: #979797;
}
body > main .breadcrumb .item:first-child {
  color: rgba(151, 151, 151, 0.5);
}
body > main .breadcrumb .item.current {
  color: #4cc4c0;
}
body > main .breadcrumb .item .icon {
  font-size: 1.2em;
}
body > main .breadcrumb .separator {
  display: inline-block;
  margin: 0 .8em;
}
body > main section {
  margin-bottom: 2rem;
}
body > main section > header {
  line-height: 1.2;
  margin-bottom: 1rem;
  width: 100%;
}
body > main section > header .title {
  border-left: 2px solid #4cc4c0;
  margin: 0 .7rem 2rem;
  padding: 0 .7rem;
  font-size: 1.125em;
  font-weight: 400;
}
body > main section p {
  padding: 0 2rem;
}
body > main section.start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body > main section.start .item {
  max-width: 200px;
  width: 25%;
  height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  padding-bottom: 1rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  body > main section.start .item {
    width: 50%;
    font-size: .7em;
  }
}
body > main section.start .item .icon {
  height: 115px;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1rem;
}
body > main section.start .item .label,
body > main section.start .item .sub {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  font-size: 1.125em;
  margin: 0;
  padding: .5rem;
  font-weight: 400;
  color: #979797;
}
body > main section.start .item .sub {
  font-size: 0.875em;
  color: #af7ec1;
}
body > main section.start .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body > main section.start .item:hover:after {
  background-color: #4cc4c0;
}
body > main table {
  -webkit-box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  width: 100%;
  border-collapse: collapse;
}
body > main table a.action {
  font-size: 30px;
}
body > main table button,
body > main table .button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-size: .9em;
  padding: .7rem 1.5rem;
}
body > main table td,
body > main table th {
  padding: 1em;
  font-size: 0.875em;
  text-align: left;
}
body > main table td a,
body > main table th a {
  color: #979797;
}
body > main table th {
  font-weight: 500;
}
body > main table thead tr:first-child td,
body > main table thead tr:first-child th {
  padding-top: 2em;
}
body > main table tfoot tr:last-child td,
body > main table tbody:last-child tr:last-child td,
body > main table tfoot tr:last-child th,
body > main table tbody:last-child tr:last-child th {
  padding-bottom: 2em;
}
body > main table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body > main table tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.025);
}
body > main table .avatar {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem;
  width: 50px;
  height: 50px;
}
body > main table .avatar img {
  width: 100%;
  height: 100%;
}
body > main table .actions {
  white-space: nowrap;
  width: 1%;
}
body > main table .actions .button + .button {
  margin-left: 1rem;
}
body > main table .actions .button {
  padding: .75rem .5rem;
}
body > main table.dataTable th.sorting,
body > main table.dataTable th.sorting_asc,
body > main table.dataTable th.sorting_desc {
  cursor: pointer;
}
body > main table.dataTable th.sorting:after,
body > main table.dataTable th.sorting_asc:after,
body > main table.dataTable th.sorting_desc:after {
  margin-left: .5rem;
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  vertical-align: middle;
  background: url(/images/sorting.png?402abf6f39751ee1e718395ceee620b0) left center no-repeat;
}
body > main table.dataTable th.sorting:after {
  background-position-x: -16px;
}
body > main table.dataTable th.sorting_desc:after {
  background-position-x: -8px;
}
body > main table + .dataTables_info {
  padding: .5rem 1rem;
}
body > main div.paging_simple_numbers a,
body > main div.paging_simple_numbers a:visited,
body > main div.paging_simple_numbers a:active,
body > main div.paging_simple_numbers a:hover {
  padding-right: 10px;
  text-decoration: none;
  color: #9c9c9c;
}
body > main .search-bar,
body > main .filter-bar {
  -webkit-box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  padding: 0.5rem 0;
  margin-bottom: 1.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > main .search-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body > main .search-bar button,
body > main .search-bar input {
  border: 0;
  color: #979797;
  font-size: 1.125em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body > main .search-bar button {
  font-size: 1.5em;
  padding-left: 1em;
  padding-right: .75rem;
}
body > main .search-bar input {
  padding: 1rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 70px);
}
body > main .search-bar input.with-dropdown {
  max-width: calc(100% - 70px);
  width: auto;
}
body > main .search-bar input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
}
body > main .search-bar input::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
}
body > main .search-bar input::placeholder {
  font-style: italic;
  font-weight: 300;
}
body > main .search-bar .dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > main .search-bar .dropdown > .label,
body > main .search-bar .dropdown > .current-value {
  padding: 1rem;
}
body > main .search-bar .dropdown > .label {
  position: relative;
}
body > main .search-bar .dropdown > .label:after {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  border-left: 1px solid #ececec;
}
body > main .search-bar .dropdown > .current-value {
  color: #4cc4c0;
  min-width: 120px;
  cursor: pointer;
}
body > main .search-bar .dropdown .indicator {
  display: block;
  height: 1rem;
  width: 2rem;
  background: url(/images/icon-filter-bar-dropdown.png?12ed8e8c7c0e574953f1f15cecb748a7) center no-repeat;
}
body > main .search-bar .dropdown .values {
  position: absolute;
  top: 100%;
  right: -1rem;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  pointer-events: none;
  -webkit-transition: -webkit-transform .16s;
  transition: -webkit-transform .16s;
  transition: transform .16s;
  transition: transform .16s, -webkit-transform .16s;
  background: #fff;
  z-index: 500;
  -webkit-box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  padding: .7rem 0;
}
body > main .search-bar .dropdown .values .value {
  padding: .4rem 1rem;
  min-width: calc(120px + 3rem);
  cursor: pointer;
}
body > main .search-bar .dropdown.active .indicator,
body > main .search-bar .dropdown:hover .indicator,
body > main .search-bar .dropdown:focus .indicator,
body > main .search-bar .dropdown:active .indicator {
  background-image: url(/images/icon-filter-bar-dropdown-active.png?1d0db058161debec57fc9f8a9a94b1a0);
}
body > main .search-bar .dropdown.active .values,
body > main .search-bar .dropdown:hover .values,
body > main .search-bar .dropdown:focus .values,
body > main .search-bar .dropdown:active .values {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: auto;
}
@media (max-width: 768px) {
  body > main .search-bar .dropdown {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
body > main .filter-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body > main .filter-bar .field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > main .filter-bar .field label {
  white-space: nowrap;
}
body > main .filter-bar .field label + * {
  margin-left: 1em;
}
body > main .page {
  -webkit-box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  border-radius: 0;
}
body > main .page > section {
  padding: 2rem;
  margin: 0 -1rem;
}
body > main .page > section + section {
  border-top: 2px solid #f6f7fb;
}
@media (max-width: 576px) {
  body > main .page > section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body > main .page table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body > main .preview .info-listing {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > main .preview .info-listing .info {
  padding: .5rem 2rem;
  width: 25%;
  margin-bottom: 2rem;
  min-width: 250px;
}
body > main .preview .info-listing .info .label {
  font-weight: 500;
  margin-bottom: 1rem;
}
body > main .preview .action {
  display: inline-block;
  padding: .5rem;
}
body > main .preview .action i {
  font-size: 30px;
  vertical-align: middle;
}
body > main .preview .header .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
body > main .preview .header .upper .name {
  font-size: 30px;
}
body > main .preview .header .upper .button,
body > main .preview .header .upper .action {
  display: inline-block;
  margin: 1rem 1rem 1rem auto;
}
body > main .preview .header .upper .button + .button,
body > main .preview .header .upper .action + .button,
body > main .preview .header .upper .button + .action,
body > main .preview .header .upper .action + .action {
  margin-left: 1rem;
}
body > main .preview .lower {
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body > main .preview .lower .info {
  border-left: 1px solid rgba(151, 151, 151, 0.2);
  width: auto;
}
body > main .preview .lower .info:first-child {
  border-left: 0;
}
body > main .preview .lower .actions {
  margin-left: auto;
}
body > main .worker-preview header {
  margin-top: 4rem;
}
body > main .worker-preview header:first-child {
  margin-top: 0;
}
body > main .worker-preview .education-listing,
body > main .worker-preview .experience-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body > main .worker-preview .education-listing .education,
body > main .worker-preview .experience-listing .education,
body > main .worker-preview .education-listing .experience,
body > main .worker-preview .experience-listing .experience {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  padding: 3rem 0 3rem 5rem;
}
body > main .worker-preview .education-listing .education .no,
body > main .worker-preview .experience-listing .education .no,
body > main .worker-preview .education-listing .experience .no,
body > main .worker-preview .experience-listing .experience .no {
  display: block;
  position: absolute;
  top: 3rem;
  left: 1rem;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  background-color: #af7ec1;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
body > main .worker-preview .education-listing .education .main .date,
body > main .worker-preview .experience-listing .education .main .date,
body > main .worker-preview .education-listing .experience .main .date,
body > main .worker-preview .experience-listing .experience .main .date {
  color: #af7ec1;
}
body > main .worker-preview .education-listing .education .main .company,
body > main .worker-preview .experience-listing .education .main .company,
body > main .worker-preview .education-listing .experience .main .company,
body > main .worker-preview .experience-listing .experience .main .company {
  font-weight: 500;
}
body > main .worker-preview .education-listing .education .responsibilities,
body > main .worker-preview .experience-listing .education .responsibilities,
body > main .worker-preview .education-listing .experience .responsibilities,
body > main .worker-preview .experience-listing .experience .responsibilities {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 3rem;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}
body > main .worker-preview .education-listing .experience + .experience,
body > main .worker-preview .experience-listing .experience + .experience {
  border-top: 2px solid #f6f7fb;
}
body > main .worker-preview .education-listing .education,
body > main .worker-preview .experience-listing .education {
  width: calc(100% / 3);
}
body > main .worker-preview .text {
  padding: .5rem 2rem;
}
body > main .worker-preview .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > main .worker-preview .gallery .photo {
  display: block;
  width: 20%;
  padding: 3px;
}
body > main .worker-preview .gallery .photo img {
  width: 100%;
}
body > main .worker-preview .header .lower .info:first-child {
  margin-left: 100px;
}
body > main .worker-preview .header .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body > main .worker-preview .header .upper .avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
}
body > main .worker-preview .header .upper .name {
  margin-left: 2rem;
}
body > main .worker-preview .header .upper .name > * {
  display: block;
}
body > main .worker-preview .header .upper .name .label {
  font-size: 14pt;
}
body > main .worker-preview .header .upper .name .value {
  font-size: 30px;
}
body > main .worker-preview .header .upper .move,
body > main .worker-preview .header .upper .assign {
  display: inline-block;
  margin: 1rem;
}
body > main .worker-preview .header .upper .move {
  margin-left: auto;
}
@media (max-width: 1024px) {
  body > main .worker-preview .header .upper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body > main .worker-preview .header .upper .avatar,
  body > main .worker-preview .header .upper .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body > main .worker-preview .header .upper .name {
    width: calc(100% - 100px - 2rem);
  }
  body > main .worker-preview .header .upper .move,
  body > main .worker-preview .header .upper .assign {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body > main .worker-preview .header .upper .move {
    margin-left: 0;
  }
  body > main .worker-preview .header .lower {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body > main .worker-preview .header .lower .info {
    min-width: auto;
  }
  body > main .worker-preview .header .lower .info:first-child {
    margin-left: 0;
  }
  body > main .worker-preview .header .lower .actions {
    width: 100%;
    text-align: right;
  }
  body > main .worker-preview .experience-listing .experience .responsibilities {
    -webkit-column-count: 1;
            column-count: 1;
  }
  body > main .worker-preview .education-listing .education {
    width: 50%;
  }
  body > main .worker-preview .experience-listing .experience .main,
  body > main .worker-preview .education-listing .experience .main,
  body > main .worker-preview .experience-listing .education .main,
  body > main .worker-preview .education-listing .education .main,
  body > main .worker-preview .experience-listing .experience .responsibilities,
  body > main .worker-preview .education-listing .experience .responsibilities,
  body > main .worker-preview .experience-listing .education .responsibilities,
  body > main .worker-preview .education-listing .education .responsibilities {
    width: 100%;
  }
  body > main .worker-preview .experience-listing .experience .responsibilities,
  body > main .worker-preview .education-listing .experience .responsibilities,
  body > main .worker-preview .experience-listing .education .responsibilities,
  body > main .worker-preview .education-listing .education .responsibilities {
    margin-top: 1rem;
    margin-left: -4rem;
  }
}
@media (max-width: 768px) {
  body > main .worker-preview .header .lower .info {
    width: 50%;
  }
  body > main .worker-preview .header .lower .info:nth-child(3) {
    border-left: 0;
  }
  body > main .worker-preview .education-listing .education {
    width: 100%;
  }
  body > main .worker-preview .gallery .photo {
    width: calc(100% / 3);
  }
}
@media (max-width: 470px) {
  body > main .worker-preview .gallery .photo {
    width: calc(100% / 2);
  }
}
body > main .reports-worker-preview table.products tbody td,
body > main .reports-worker-preview table.products thead th {
  text-align: center;
}
body > main .reports-worker-preview table.products tbody td:first-child,
body > main .reports-worker-preview table.products thead th:first-child {
  width: 90%;
  text-align: left;
}
body > main .reports-worker-preview table.products tbody th {
  background-color: #ebebeb;
  font-weight: 500;
  text-transform: uppercase;
}
body > main .reports-worker-preview table.photo-report {
  width: auto;
}
body > main .reports-worker-preview table.photo-report td {
  position: relative;
}
body > main .reports-worker-preview table.photo-report input[type="file"] {
  position: absolute;
  visibility: hidden;
}
body > main .reports-worker-preview table.photo-report .add {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: #4cc4c0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: baseline;
  margin: 0 1rem;
  text-align: center;
  border: 4px solid #eaeaec;
}
body > main .reports-worker-preview table.photo-report input[type="file"]:valid + .add {
  background-color: #9c9c9c;
}
body > main .reports-worker-preview table.photo-report td:nth-child(2) {
  min-width: 20vw;
  text-transform: uppercase;
}
body > main table.users td:nth-child(n+4),
body > main table.users th:nth-child(n+4) {
  text-align: center;
  width: 1%;
}
body > main table.downloads td:nth-child(n+2),
body > main table.downloads th:nth-child(n+2) {
  text-align: center;
  width: 8%;
}
body > main .page.notifications .notification {
  position: relative;
  padding: 1rem 3rem 1rem 2rem;
}
body > main .page.notifications .notification.unread:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: .5rem;
  background-color: rgba(175, 126, 193, 0.3);
}
body > main .page.notifications .notification:hover {
  background-color: rgba(156, 156, 156, 0.05);
}
body > main .page.notifications .notification .icon {
  position: absolute;
  font-size: 2rem;
  line-height: 1;
  width: 1em;
  height: 1em;
  right: 1rem;
  top: calc(50% - .5em);
  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;
  color: #cbcccd;
}
body > main .page.notifications .notification time,
body > main .page.notifications .notification .content {
  display: block;
  padding: .2rem 0;
}
body > main .page.notifications .notification time .relative {
  display: inline-block;
  margin-left: 1rem;
  font-size: .8em;
  color: #cbcccd;
  font-style: italic;
}
body > main .page.notifications .notification + .notification {
  border-top: 1px solid rgba(156, 156, 156, 0.3);
}
body > main form.page > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body > main form.page .field {
  width: calc(100% / 3);
  position: relative;
}
body > main form.page .field.big {
  width: calc(100% / 3 * 2);
}
body > main form.page .field.narrow {
  width: calc(100% / 6);
}
body > main form.page .field.half {
  width: calc(100% / 2);
}
body > main form.page .field.quarter {
  width: calc(100% / 4);
}
body > main form.page .field .avatar-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body > main form.page .field .avatar-input input[type="file"] {
  visibility: hidden;
  position: absolute;
}
body > main form.page .field .avatar-input .avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  border-color: transparent;
  background-color: #f7f7f7;
  -webkit-box-shadow: 2px 2px 2px rgba(35, 31, 32, 0.46);
          box-shadow: 2px 2px 2px rgba(35, 31, 32, 0.46);
  position: relative;
}
body > main form.page .field .avatar-input .avatar:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  font-size: 8px;
  background-color: #af7ec1;
  color: #fff;
  line-height: 1;
  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;
  font-size: 14px;
  width: 20px;
  height: 20px;
}
body > main form.page .field .avatar-input .text {
  display: inline-block;
  padding: 0 1.4em;
  font-size: 0.75rem;
}
body > main form.page .field label {
  color: #898989;
  font-weight: 500;
}
body > main form.page .subform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #f7f7f7;
  margin: 0 2rem;
  width: 100%;
}
body > main form.page .subform .col {
  width: calc(100% / 3);
  padding: 1rem 2rem;
}
body > main form.page .subform .field {
  width: 100%;
}
body > main form.page .subform .field label {
  font-weight: 500;
}
body > main form.page .subform .footer {
  width: 100%;
}
body > main form.page .subform.actions .shop,
body > main form.page .subform.actions .day {
  width: 100%;
  border-bottom: 1px solid #dedede;
}
body > main form.page .subform.actions .day {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > main form.page .subform.actions .day .no {
  padding-top: 3em;
  width: 5rem;
  font-size: 1.2em;
}
body > main form.page .subform.actions .day > .field {
  width: auto;
}
body > main form.page .subform.actions .day .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
body > main form.page .subform.actions .day .date > label {
  width: 100%;
}
body > main form.page .subform.actions .day .date .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body > main form.page .subform.actions .day .date .hours > * {
  white-space: nowrap;
}
body > main form.page .subform.actions .day .date .hours label {
  width: auto;
  padding: 0 1em;
  display: inline-block;
}
body > main form.page .subform.actions .day .date .hours input {
  width: auto;
}
body > main form.page .subform.actions .day .dedicated-personnel-switch {
  padding-top: 4rem;
}
body > main form.page .subform.actions .day .dedicated-personnel-switch label {
  font-weight: 400;
}
body > main form.page .subform.actions .day .dedicated-personnel {
  position: relative;
  width: 100%;
  padding-left: 7rem;
  display: none;
}
body > main form.page .subform.actions .day .dedicated-personnel.visible {
  display: block;
}
body > main form.page .subform.actions .add-day {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #af7ec1;
  margin: 2em;
}
body > main form.page .subform.actions .add-day .icon {
  width: 40px;
  height: 40px;
  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;
}
body > main form.page .subform.actions .add-day .icon .icon-add:before {
  font-size: 140%;
}
body > main form.page .subform.actions .add-day .label {
  margin-left: 1rem;
}
body > main form.page .subitems {
  width: 100%;
  padding: 2rem;
}
body > main form.page .subitems > .title {
  font-weight: 500;
}
body > main form.page .subitems .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  padding: 2rem 0 2rem 3rem;
}
body > main form.page .subitems .item .col {
  width: 60%;
}
body > main form.page .subitems .item .col:nth-of-type(2) {
  padding: 0 1rem;
}
body > main form.page .subitems .item .col:nth-of-type(1),
body > main form.page .subitems .item .col:nth-of-type(3) {
  width: 20%;
}
body > main form.page .subitems .item time {
  display: inline-block;
  color: #af7ec1;
  margin-bottom: .5rem;
}
body > main form.page .subitems .item .no {
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  background-color: #af7ec1;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
body > main form.page .subitems .item .action {
  display: inline-block;
  padding: 0 .5rem;
}
body > main form.page .subitems .item .action .icon {
  font-size: 30px;
  vertical-align: middle;
}
body > main form.page .subfiles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 1rem 0 2rem;
}
body > main form.page .subfiles .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  padding: .3rem 1rem;
}
body > main form.page .subfiles .file .name {
  max-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: .3rem 1rem;
  font-size: .8em;
  word-break: break-all;
  overflow: hidden;
}
body > main form.page .subfiles .file .actions {
  padding-left: 1rem;
}
body > main form.page table.subfiles {
  display: table;
  width: auto;
}
body > main form.page table.subfiles .file {
  width: 100%;
}
body > main form.page table.subfiles a.action i {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  body > main form.page .field {
    width: 50%;
  }
  body > main form.page .field.big {
    width: 100%;
  }
  body > main form.page .field.narrow {
    width: 25%;
  }
  body > main form.page .subform .col {
    width: 50%;
  }
  body > main form.page .subform .col .field {
    padding-left: 0;
    padding-right: 0;
  }
  body > main form.page .subform.actions .day > .no {
    padding-top: 1em;
  }
  body > main form.page .subform.actions .day .dedicated-personnel {
    padding-left: 2rem;
  }
  body > main form.page .subform.actions .day .dedicated-personnel input {
    width: 100%;
  }
  body > main form.page .subitems .item .col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  body > main form.page .subitems .item .col:nth-of-type(1),
  body > main form.page .subitems .item .col:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  body > main form.page .subitems .item .col:nth-of-type(2) {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  body > main form.page .field {
    width: 100%;
  }
  body > main form.page .field.narrow {
    width: 50%;
  }
  body > main form.page .subform {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
  body > main form.page .subform .col {
    width: 100%;
  }
  body > main form.page .subform .field {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body > main form.page .subform.actions .day {
    padding-left: 0;
    padding-right: 0;
  }
  body > main form.page .subform.actions .day > .no {
    padding-top: 1em;
    padding-left: 1em;
  }
  body > main form.page .subform.actions .day .dedicated-personnel {
    padding-left: 2rem;
  }
  body > main form.page .subform.actions .day .dedicated-personnel input {
    width: 100%;
  }
  body > main form.page .subitems .item .col {
    width: 100% !important;
  }
  body > main form.page .subitems .item .col:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem;
  }
}
body > main .clearfix:before,
body > main .clearfix:after {
  content: " ";
  display: table;
}
body > main .clearfix:after {
  clear: both;
}
body > main .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body > main .pull-right {
  float: right !important;
}
body > main .pull-left {
  float: left !important;
}
body > main .hide {
  display: none !important;
}
body > main .show {
  display: block !important;
}
body > main .invisible {
  visibility: hidden;
}
body > main .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body > main .hidden {
  display: none !important;
}
body > main .affix {
  position: fixed;
}
body > footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 0.875em;
}
body > footer .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(192, 192, 192, 0.4);
}
body > footer .upper .help span {
  color: #4cc4c0;
}
body > footer .upper a {
  color: #979797;
}
body > footer .lower a {
  color: #c0c0c0 !important;
}
body > footer .lower,
body > footer .upper .copyright,
body > footer .upper .help {
  padding: 1rem 0;
}
body > footer .lower > a,
body > footer .upper .copyright > a,
body > footer .upper .help > a,
body > footer .lower > span,
body > footer .upper .copyright > span,
body > footer .upper .help > span {
  display: inline-block;
  padding: 0 1rem;
  border-left: 1px solid #c0c0c0;
}
body > footer .lower > a:first-of-type,
body > footer .upper .copyright > a:first-of-type,
body > footer .upper .help > a:first-of-type,
body > footer .lower > span:first-of-type,
body > footer .upper .copyright > span:first-of-type,
body > footer .upper .help > span:first-of-type {
  padding-left: 0;
  border-left: 0;
}
body [data-modal] *,
body > .modal > header > .close * {
  pointer-events: none;
}
body > .modal {
  display: none;
  pointer-events: none;
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3rem 0;
}
body > .modal.active {
  display: block;
  pointer-events: auto;
}
body > .modal header,
body > .modal main,
body > .modal footer {
  width: 100%;
  margin: 0 auto;
  max-width: 440px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding: .5rem;
}
body > .modal header {
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body > .modal header .close {
  margin-left: auto;
  cursor: pointer;
}
body > .modal main {
  overflow-y: auto;
  max-height: 70vh;
}
body > .modal main .icon {
  display: block;
  width: 100%;
  font-size: 50px;
  line-height: 1;
  padding: 1rem 0;
  color: #4cc4c0;
}
body > .modal main,
body > .modal footer {
  text-align: center;
}
body > .modal main:last-child,
body > .modal footer:last-child {
  border-radius: 0 0 4px 4px;
}
body > .modal footer {
  padding: 1rem .5rem 2rem;
}
body > .modal footer .button {
  margin: 0 1rem;
}
body > .modal table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .5rem;
  font-size: 0.875rem;
}
body > .modal table th,
body > .modal table td {
  padding: 1rem;
  text-align: left;
}
body > .modal table tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
body > .modal.wide header,
body > .modal.wide main,
body > .modal.wide footer {
  max-width: 900px;
}
body > form.modal main {
  text-align: left;
}
body > form.modal.wide main {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
body > form.modal.wide main .field {
  width: 50%;
}
body > .modal.actions-history header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2rem;
  height: 150px;
}
body > .modal.actions-history header .avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
}
body > .modal.actions-history header .name {
  margin-left: 2rem;
}
body > .modal.actions-history header .name > * {
  display: block;
}
body > .modal.actions-history header .name .value {
  font-size: 30px;
}
body > .modal.actions-history header .close.button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: .9em;
  padding: .8rem 2rem;
}
body > .modal.actions-history main {
  max-height: calc(100vh - 150px - 6rem);
}
body > .modal.actions-history footer {
  display: none;
}
body [data-tooltip] {
  cursor: pointer;
}
body .tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.8;
  color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
body .tooltip.visible,
body .tooltip:hover {
  opacity: 1;
  pointer-events: auto;
}
body .width100 {
  width: 100%;
}
body .width99 {
  width: 99%;
}
body .width98 {
  width: 98%;
}
body .width97 {
  width: 97%;
}
body .width96 {
  width: 96%;
}
body .width95 {
  width: 95%;
}
body .width94 {
  width: 94%;
}
body .width93 {
  width: 93%;
}
body .width92 {
  width: 92%;
}
body .width91 {
  width: 91%;
}
body .width90 {
  width: 90%;
}
body .width89 {
  width: 89%;
}
body .width88 {
  width: 88%;
}
body .width87 {
  width: 87%;
}
body .width86 {
  width: 86%;
}
body .width85 {
  width: 85%;
}
body .width84 {
  width: 84%;
}
body .width83 {
  width: 83%;
}
body .width82 {
  width: 82%;
}
body .width81 {
  width: 81%;
}
body .width80 {
  width: 80%;
}
body .width79 {
  width: 79%;
}
body .width78 {
  width: 78%;
}
body .width77 {
  width: 77%;
}
body .width76 {
  width: 76%;
}
body .width75 {
  width: 75%;
}
body .width74 {
  width: 74%;
}
body .width73 {
  width: 73%;
}
body .width72 {
  width: 72%;
}
body .width71 {
  width: 71%;
}
body .width70 {
  width: 70%;
}
body .width69 {
  width: 69%;
}
body .width68 {
  width: 68%;
}
body .width67 {
  width: 67%;
}
body .width66 {
  width: 66%;
}
body .width65 {
  width: 65%;
}
body .width64 {
  width: 64%;
}
body .width63 {
  width: 63%;
}
body .width62 {
  width: 62%;
}
body .width61 {
  width: 61%;
}
body .width60 {
  width: 60%;
}
body .width59 {
  width: 59%;
}
body .width58 {
  width: 58%;
}
body .width57 {
  width: 57%;
}
body .width56 {
  width: 56%;
}
body .width55 {
  width: 55%;
}
body .width54 {
  width: 54%;
}
body .width53 {
  width: 53%;
}
body .width52 {
  width: 52%;
}
body .width51 {
  width: 51%;
}
body .width50 {
  width: 50%;
}
body .width49 {
  width: 49%;
}
body .width48 {
  width: 48%;
}
body .width47 {
  width: 47%;
}
body .width46 {
  width: 46%;
}
body .width45 {
  width: 45%;
}
body .width44 {
  width: 44%;
}
body .width43 {
  width: 43%;
}
body .width42 {
  width: 42%;
}
body .width41 {
  width: 41%;
}
body .width40 {
  width: 40%;
}
body .width39 {
  width: 39%;
}
body .width38 {
  width: 38%;
}
body .width37 {
  width: 37%;
}
body .width36 {
  width: 36%;
}
body .width35 {
  width: 35%;
}
body .width34 {
  width: 34%;
}
body .width33 {
  width: 33%;
}
body .width32 {
  width: 32%;
}
body .width31 {
  width: 31%;
}
body .width30 {
  width: 30%;
}
body .width29 {
  width: 29%;
}
body .width28 {
  width: 28%;
}
body .width27 {
  width: 27%;
}
body .width26 {
  width: 26%;
}
body .width25 {
  width: 25%;
}
body .width24 {
  width: 24%;
}
body .width23 {
  width: 23%;
}
body .width22 {
  width: 22%;
}
body .width21 {
  width: 21%;
}
body .width20 {
  width: 20%;
}
body .width19 {
  width: 19%;
}
body .width18 {
  width: 18%;
}
body .width17 {
  width: 17%;
}
body .width16 {
  width: 16%;
}
body .width15 {
  width: 15%;
}
body .width14 {
  width: 14%;
}
body .width13 {
  width: 13%;
}
body .width12 {
  width: 12%;
}
body .width11 {
  width: 11%;
}
body .width10 {
  width: 10%;
}
body .width9 {
  width: 9%;
}
body .width8 {
  width: 8%;
}
body .width7 {
  width: 7%;
}
body .width6 {
  width: 6%;
}
body .width5 {
  width: 5%;
}
body .width4 {
  width: 4%;
}
body .width3 {
  width: 3%;
}
body .width2 {
  width: 2%;
}
body .width1 {
  width: 1%;
}
span .details-button {
  margin-left: 5px;
}
body .button.red,
body button.red {
  background-color: #f44336;
  color: #fff !important;
}
form .field .select2 {
  width: 65% !important;
}
form.modal .field .select2 {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  max-width: calc(100% - 2em);
  overflow: hidden;
}
#side-bar .scroll-element .scroll-element_outer .scroll-bar {
  height: calc(100% - 40px);
  opacity: 0.7;
}
.side-bar--full .scrollbar-inner > .scroll-element .scroll-element_outer {
  display: block;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  display: none;
}
body main .gallery {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body main .gallery .photo {
  display: block;
  width: 16.66%;
  padding: 3px;
}
body main .gallery .photo .img-preview {
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
body main .gallery .photo img {
  width: 100%;
}
body main form.page .subfiles .file.file-33 {
  width: 33%;
}
body main form.page .subfiles .file.file-33 .action {
  cursor: pointer;
}
body main .click-element {
  cursor: pointer;
}
body main .click-element:hover {
  text-decoration: underline;
}
body main .table-wrapper table tbody tr td.child {
  padding: 0;
  font-size: 1em;
  border-bottom: 1px solid #4cc4c0;
}
body main .table-wrapper table tbody tr td.child .table-scroll {
  max-height: 200px;
  overflow-y: auto;
}
body main .table-wrapper table tbody tr td.child table {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body main .table-wrapper table tbody tr td.child table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
body main .table-wrapper table tbody tr td.child table td:first-child {
  border-bottom: none;
  border-left: 1px solid #4cc4c0;
}
body main .table-wrapper table tbody tr td.child table td:last-child {
  border-right: 1px solid #4cc4c0;
}
body main .table-wrapper table tbody tr.shown .click-element i:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body main .table-wrapper table tbody tr.shown td {
  border-top: 1px solid #4cc4c0;
}
body main .table-wrapper table tbody tr.shown td:first-child {
  border-left: 1px solid #4cc4c0;
}
body main .table-wrapper table tbody tr.shown td:last-child {
  border-right: 1px solid #4cc4c0;
}
body main .project-presentations {
  margin-top: 40px;
}
body main .project-presentations .block {
  -webkit-box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0 1% 1.3rem;
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body main .project-presentations .block:hover {
  opacity: 0.7;
  text-decoration: none;
}
body main .project-presentations .block div {
  width: 100%;
}
body main .project-presentations .block .header {
  text-align: center;
  font-size: 18px;
  color: #9c9c9c;
  padding: 1em 0;
  max-height: 71px;
  border-bottom: 1px solid #eaeaec;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body main .project-presentations .block .img-content {
  text-align: center;
  padding: 0.2em 0;
  height: 120px;
}
body main .project-presentations .block .img-content img {
  height: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  body main .project-presentations .block {
    width: 23%;
  }
  body main .project-presentations .block .header {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body main .project-presentations .block {
    width: 31.33%;
  }
}
@media (max-width: 576px) {
  body main .project-presentations .block {
    width: 48%;
  }
}
body .red-input {
  border-color: #f44336;
}
body #zero-inputs-modal main i {
  color: #f44336 !important;
}
body #zero-inputs-modal main i.flip {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}
