﻿.ak-login .ak-singlepage-content .ak-userpanel {
  float: right; }

.ak-login .ak-layout-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
  padding-top: 30px; }

.ak-login .ak-content {
  background: #fff;
  border: 3px solid #6c697f;
  padding: 2em;
  margin-top: 30px; }

.ak-pg {
  height: 100%;
  background-size: cover;
  color: #444;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  -webkit-overflow-scrolling: touch; }
  .ak-pg .ui-widget {
    /* jquery override */
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1em; }

.ak-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  padding: 0.4em;
  height: 3.2em;
  border-bottom: 1px solid #e3e3e3;
  z-index: 70;
  -o-transition: margin-left 500ms,margin-right 500ms;
  transition: margin-left 500ms,margin-right 500ms; }
  .ak-header .ak-btn.ak-checked {
    background-color: #eeba8c;
    color: #FFFFFF;
    outline: none; }
    .ak-header .ak-btn.ak-checked:hover {
      background-color: #e67e22; }
  .ak-header .ak-btn.default {
    border: 1px solid transparent;
    background: none;
    color: black; }
    .ak-header .ak-btn.default:hover {
      color: #fff;
      background-color: #e67e22; }

.ak-footer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  background-color: #f6f6f6;
  padding: 0.4em;
  border-top: 1px solid #e3e3e3;
  z-index: 70;
  -o-transition: margin-left 500ms,margin-right 500ms, bottom 500ms;
  transition: margin-left 500ms,margin-right 500ms, bottom 500ms;
  display: none;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .ak-footer {
      bottom: 0; } }

.ak-layout-content {
  height: auto;
  background-color: #FFFFFF;
  -o-transition: margin-left 500ms,margin-right 500ms;
  transition: margin-left 500ms,margin-right 500ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ak-header ~ .ak-layout-content {
  position: absolute;
  left: 0;
  top: 3.2em;
  right: 0;
  bottom: 0;
  display: block; }

.ak-content-toolbar {
  float: left; }
  @media screen and (max-width: 500px) {
    .ak-content-toolbar button.ak-btn:not(.ak-btn-important) span {
      display: none; } }

.ak-content-search, .ak-notifications, .ak-user, .ak-help {
  float: right; }

.ak-pg-logo {
  display: block;
  background: no-repeat center;
  background-size: contain;
  width: 100%;
  height: 5em; }

.ak-content-search {
  width: 10em; }
  @media screen and (max-width: 320px) {
    .ak-content-search {
      width: 6em; } }
  .ak-content-search input {
    width: 100%; }
  .ak-content-search.focus {
    position: absolute;
    right: 0.4em;
    left: 0.4em;
    width: auto;
    z-index: 71; }

.ak-page-title {
  clear: both;
  font-size: 1.7em;
  border-bottom: 1px solid #e3e3e3;
  padding: 0.4em; }
  @media screen and (max-width: 800px) {
    .ak-page-title {
      text-align: center; } }

.ak-page-subtitle {
  font-size: 1.1em;
  margin: 0.4em 0 0.4em 0.4em; }

@media screen and (max-width: 768px) {
  .ak-user span {
    display: none; } }

@viewport {
  width: device-width; }

HTML, BODY {
  height: 100%; }

BODY {
  overflow-y: scroll;
  overflow-x: auto;
  background-color: #FFFFFF; }

.ie8 BODY {
  overflow-x: hidden;
  overflow-y: visible; }

A {
  color: #08c;
  cursor: pointer;
  text-decoration: none; }

A:hover {
  text-decoration: underline; }

A:visited {
  color: #007AB8; }

P {
  margin-top: 6px;
  margin-bottom: 6px; }

.ui-controlset .ui-label {
  padding-top: 0.4em; }

.ui-controlset .ui-control-container {
  overflow: visible;
  position: relative;
  display: inline-block;
  width: 100%; }
  .ui-controlset .ui-control-container .ui-control-icon {
    display: inline-block;
    min-width: 1.2em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1.38462em;
    text-align: center;
    position: absolute;
    left: 2px;
    top: 2px;
    color: #666666; }
    .ui-controlset .ui-control-container .ui-control-icon + .ui-control, .ui-controlset .ui-control-container .redactor-box .ui-control-icon + .redactor-editor {
      padding-left: 1.4em; }
  .ui-controlset .ui-control-container .ui-control, .ui-controlset .ui-control-container .redactor-box .redactor-editor {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.38462em;
    background-color: #FFFFFF;
    color: black;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-top: 0.4em;
    padding-left: 0.4em;
    padding-bottom: 0.4em; }
    .ui-controlset .ui-control-container .ui-control:focus, .ui-controlset .ui-control-container .redactor-box .redactor-editor:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .ui-controlset .ui-control-container .ui-control::-moz-placeholder, .ui-controlset .ui-control-container .redactor-box .redactor-editor::-moz-placeholder {
      color: #666666;
      opacity: 1; }
    .ui-controlset .ui-control-container .ui-control:-ms-input-placeholder, .ui-controlset .ui-control-container .redactor-box .redactor-editor:-ms-input-placeholder {
      color: #666666; }
    .ui-controlset .ui-control-container .ui-control::-webkit-input-placeholder, .ui-controlset .ui-control-container .redactor-box .redactor-editor::-webkit-input-placeholder {
      color: #666666; }
    .ui-controlset .ui-control-container .ui-control:hover, .ui-controlset .ui-control-container .redactor-box .redactor-editor:hover {
      border: 1px solid #66afe9; }
    .ui-controlset .ui-control-container .ui-control::-ms-expand, .ui-controlset .ui-control-container .redactor-box .redactor-editor::-ms-expand {
      border: 0;
      background-color: transparent; }
    .ui-controlset .ui-control-container .ui-control[disabled], .ui-controlset .ui-control-container .redactor-box [disabled].redactor-editor, .ui-controlset .ui-control-container .ui-control[readonly], .ui-controlset .ui-control-container .redactor-box [readonly].redactor-editor, .ui-controlset .ui-control-container .ui-control.disabled, .ui-controlset .ui-control-container .redactor-box .disabled.redactor-editor {
      background-color: #ececec;
      opacity: 1;
      cursor: not-allowed; }
  .ui-controlset .ui-control-container .ui-control-select {
    padding-left: 0;
    padding-right: 1em;
    height: 2.38462em;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
    background-position: right 0 top;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .ui-controlset .ui-control-container .ui-control-select {
        background: inherit; } }
  .ui-controlset .ui-control-container .ui-control-radio {
    line-height: 26px;
    vertical-align: middle; }
    .ui-controlset .ui-control-container .ui-control-radio .ui-radio {
      white-space: nowrap;
      margin-right: 0.4em; }
      .ui-controlset .ui-control-container .ui-control-radio .ui-radio .ui-control-radio-option {
        vertical-align: middle; }
    .ui-controlset .ui-control-container .ui-control-radio .ui-control-radio-label {
      padding-left: 0.2em;
      padding-right: 0.4em;
      vertical-align: middle; }
  .ui-controlset .ui-control-container .ui-control-checkbox {
    margin: 0.2em;
    vertical-align: middle; }
  .ui-controlset .ui-control-container .ui-control-checkbox-label {
    padding-left: 0.2em;
    padding-right: 0.4em;
    vertical-align: middle; }
  .ui-controlset .ui-control-container .ui-control-dropdown {
    padding: 0;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    bottom: 0.2em;
    border: none !important;
    line-height: 2em;
    z-index: 1; }
    .ui-controlset .ui-control-container .ui-control-dropdown + .ui-control-hasdropdown {
      position: relative;
      padding-right: 1.5em;
      display: inline-block; }
  .ui-controlset .ui-control-container .ie9 .ui-control-dropdown {
    top: -8px; }
  .ui-controlset .ui-control-container .ui-control-invalid {
    border-color: #d43f3a !important; }
    .ui-controlset .ui-control-container .ui-control-invalid:focus {
      border: 1px solid #d43f3a !important;
      outline: 1px solid #d43f3a !important;
      outline-offset: 0; }
  .ui-controlset .ui-control-container .redactor-box {
    margin-top: 0.4em;
    margin-bottom: 0.4em; }
    .ui-controlset .ui-control-container .redactor-box.ui-control-invalid .redactor-editor {
      border-color: #d43f3a !important; }

.ui-controlset-error-container {
  display: none;
  width: auto;
  position: absolute;
  z-index: 500;
  white-space: nowrap;
  /*
  &:nth-of-type(3n+0) {
    display: none !important;
  }
*/ }
  .ui-controlset-error-container ol {
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    padding: 10px;
    list-style: none;
    line-height: 16px;
    display: inline-block; }
  .ui-controlset-error-container span {
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #d9534f;
    border-top: 0;
    margin-left: 0.4em; }
  .ui-controlset-error-container ol li a {
    color: #fff; }

.ui-column span.ui-form-label, .ui-control-container span.ui-control, .ui-controlset .ui-control-container .redactor-box span.redactor-editor {
  display: inline-block;
  padding-top: 0.4em;
  padding-bottom: 0.4em; }

.ak-btn {
  padding: 0.4em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  *cursor: hand;
  margin-left: 0.4em;
  min-width: 1.5em;
  -o-transition: background-color 300ms, color 300ms, border 300ms;
  transition: background-color 300ms, color 300ms, border 300ms;
  background: none;
  border: 1px solid transparent;
  display: inline-block;
  outline-color: #e6e6e6; }
  .ak-btn:hover {
    background-color: #e67e22;
    border-color: #d67118;
    color: #fff; }
  .ak-btn:hover {
    text-decoration: none; }
  .ak-btn:not(.ui-helper-hidden) ~ * {
    margin-left: 0.2em; }
  @media screen and (max-width: 400px) {
    .ak-btn {
      max-width: 10em;
      text-overflow: ellipsis;
      overflow: hidden; } }
  .ak-btn.ak-checked {
    outline: 1px inset #e67e22;
    outline-offset: -1px; }
  .ak-btn.default {
    background-color: #FFFFFF;
    color: #444;
    border: 1px solid #e6e6e6; }
    .ak-btn.default:hover {
      background-color: #e67e22;
      color: #fff;
      border: 1px solid #d67118;
      outline-color: #d67118; }
  .ak-btn.primary {
    background-color: #e67e22;
    color: #fff;
    border: 1px solid #d67118;
    outline-color: #d67118; }
    .ak-btn.primary:hover {
      background-color: #bf6516; }
  .ak-btn.success {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #4cae4c;
    outline-color: #4cae4c; }
    .ak-btn.success:hover {
      background-color: #449d44; }
    .ak-btn.success.ak-checked {
      outline: 2px inset #449d44;
      background-color: #449d44; }
  .ak-btn.info {
    background-color: #5bc0de;
    color: #fff;
    border: 1px solid #46b8da;
    outline-color: #46b8da; }
    .ak-btn.info:hover {
      background-color: #31b0d5; }
    .ak-btn.info.ak-checked {
      outline: 2px inset #31b0d5;
      background-color: #31b0d5; }
  .ak-btn.warning {
    background-color: #f0ad4e;
    color: #fff;
    border: 1px solid #eea236;
    outline-color: #eea236; }
    .ak-btn.warning:hover {
      background-color: #ec971f; }
    .ak-btn.warning.ak-checked {
      outline: 2px inset #ec971f;
      background-color: #ec971f; }
  .ak-btn.error {
    background-color: #d9534f;
    color: #fff;
    border: 1px solid #d43f3a;
    outline-color: #d43f3a; }
    .ak-btn.error:hover {
      background-color: #c9302c; }
    .ak-btn.error.ak-checked {
      outline: 2px inset #c9302c;
      background-color: #c9302c; }
  .ak-btn .fa {
    padding-right: 0.1em;
    padding-left: 0.1em; }
  .ak-btn > span {
    padding-left: 0.2em;
    display: inline-block;
    height: 1em; }
  .ak-btn.ui-right {
    float: right; }
  .ak-btn.ak-has-drop {
    margin-right: 0 !important;
    border-right: none !important; }

.ak-btn-seperator {
  display: inline-block;
  width: 0.4em; }

.ak-btn-drop {
  margin-left: 0 !important;
  border-left: none !important; }

.ui-message {
  padding: 0.4em;
  margin-top: 0.4em;
  margin-bottom: 0.4em; }
  .ui-message > .fa {
    font-size: 2em; }
  .ui-message .ui-message-text {
    color: black; }
    .ui-message .ui-message-text:before {
      font-family: fontawesome;
      padding-right: 0.4em;
      font-size: 1.2em; }
  .ui-message .ui-message-detail {
    color: #919191; }
    .ui-message .ui-message-detail pre {
      width: 600px;
      height: 220px;
      overflow: auto; }
  .ui-message.info {
    border: 1px solid #3db5d8; }
    .ui-message.info .ui-message-text:before {
      content: "\f05a";
      color: #5bc0de; }
  .ui-message.error {
    border: 1px solid #d43f3a; }
    .ui-message.error .ui-message-text:before {
      content: "\f057";
      color: #d9534f; }
  .ui-message.warning {
    border: 1px solid #eea236; }
    .ui-message.warning .ui-message-text:before {
      content: "\f06a";
      color: #f0ad4e; }
  .ui-message.success {
    border: 1px solid #4cae4c; }
    .ui-message.success .ui-message-text:before {
      content: "\f00c";
      color: #5cb85c; }

.ui-login-service {
  padding: 0.4em;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  *cursor: hand;
  margin-left: 0.4em;
  min-width: 1.5em;
  -o-transition: background-color 300ms, color 300ms, border 300ms;
  transition: background-color 300ms, color 300ms, border 300ms;
  display: block;
  border: 1px solid #e3e3e3;
  margin: 0.2em;
  font-size: 1.3em;
  color: #444; }
  .ui-login-service:hover {
    background-color: #e67e22;
    border-color: #d67118;
    color: #fff; }
  .ui-login-service:hover {
    text-decoration: none; }

.ui-login-Organization {
  color: #e67e22; }
  .ui-login-Organization:before {
    content: '\00a0';
    display: block;
    background-image: url("/r/WorkRunner.Images/logo32.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.ui-login-Facebook {
  color: #3B5999; }
  .ui-login-Facebook:before {
    content: "\f082"; }

.ui-login-Foursquare {
  color: #17BCE2; }
  .ui-login-Foursquare:before {
    content: "\f082"; }

.ui-login-GitHub {
  color: #000; }
  .ui-login-GitHub:before {
    content: "\f092"; }

.ui-login-Google {
  color: #DF4A32; }
  .ui-login-Google:before {
    content: "\f0d4"; }

.ui-login-Instagram {
  color: #1D5B82; }
  .ui-login-Instagram:before {
    content: "\f16d"; }

.ui-login-Ldap {
  color: #FF7300; }
  .ui-login-Ldap:before {
    content: "\f0c0"; }

.ui-login-LinkedIn {
  color: #007BB6; }
  .ui-login-LinkedIn:before {
    content: "\f08c"; }

.ui-login-MailRu {
  color: #00468C; }
  .ui-login-MailRu:before {
    content: "\f1fa"; }

.ui-login-Odnoklassniki {
  color: #00468C; }
  .ui-login-Odnoklassniki:before {
    content: "\f1e9"; }

.ui-login-Salesforce {
  color: #00A0DF; }

.ui-login-Twitter {
  color: #22B0F2; }
  .ui-login-Twitter:before {
    content: "\f099"; }

.ui-login-Vk {
  color: #4C75A3; }
  .ui-login-Vk:before {
    content: "\f189"; }

.ui-login-WindowsLive {
  color: #64A7F1; }
  .ui-login-WindowsLive:before {
    content: "\f17a"; }

.ui-login-Office365 {
  color: #DC3C00; }
  .ui-login-Office365:before {
    content: "\f17a"; }

.ui-login-Yandex {
  color: #FF120E; }
  .ui-login-Yandex:before {
    content: "\f19e"; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

