@charset "UTF-8";
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  font-size: 0;
  line-height: 0;
  display: inline-block; }

.arrow-down.grey {
  border-top: 5px solid #999; }

.arrow-down.white {
  border-top: 5px solid #FFF; }

/*
//LIGHT THEME
$bg: #538cbd;
$titleBg: #4a7da9;
$linkColor: #4a87b6;
$linkHover: #74b1df;
$linkActive: #4a87b6;
$borderColor: #6D84A6;
*/
/* WHITE THEME 
$bg: #fff;
$titleBg: rgb(44, 53, 73);
$linkColor: #4a87b6;
$linkHover: #74b1df;
$linkActive: #4a87b6;
$borderColor: #6D84A6;
*/
/* JIRA THEME */
/* DARK THEME 
$bg: #2C3549;
$titleBg: #252C3C;
$linkColor: #fff;
$linkHover: #404C67;
$linkActive: #6D84A6;
$borderColor: rgba(#fff, .1);
*/
.left-pane ~ .navbar {
  left: 50px !important; }

.navbar {
  right: 0;
  left: 0;
  height: 40px;
  z-index: 110;
  position: absolute;
  background-color: #205081;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .navbar .title {
    width: 240px;
    height: 40px;
    float: left;
    background-color: #205081; }
    .navbar .title .module {
      font-size: 16px;
      font-family: "Open Sans","Arial",sans-serif;
      color: #fff;
      padding: 9px 20px;
      font-weight: 400; }
  .navbar > .left {
    float: left; }
    .navbar > .left a {
      float: left;
      border-right: 1px solid rgba(58, 123, 188, 0.3); }
      .navbar > .left a:first-child {
        margin-left: 0;
        border-left: 1px solid rgba(58, 123, 188, 0.3); }
  .navbar > .right {
    float: right; }
    .navbar > .right a {
      float: left;
      border-left: 1px solid rgba(58, 123, 188, 0.3); }
  .navbar a {
    display: block;
    text-align: center;
    height: 40px;
    min-width: 56px;
    line-height: 45.6px;
    padding-left: 13.33333px;
    padding-right: 13.33333px;
    font-size: 11px;
    color: #fff;
    text-decoration: none; }
    .navbar a.notifications-button {
      position: relative; }
      .navbar a.notifications-button .notification-number {
        position: absolute;
        background-color: rgba(188, 8, 0, 0.8);
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        position: absolute;
        right: 4px;
        top: 4px;
        border-radius: 2px; }
    .navbar a .fa {
      font-size: 17.3913px; }
      .navbar a .fa + .droptext {
        margin-left: 10px; }
    .navbar a .item-name {
      display: none;
      margin-left: 10px;
      line-height: 12px;
      position: relative;
      top: -2px; }
    .navbar a .droptext {
      display: inline-block;
      line-height: 40px;
      vertical-align: top; }
      .navbar a .droptext .arrow-down {
        margin-bottom: 1px;
        margin-left: 10px;
        border-top: 5px solid rgba(255, 255, 255, 0.5); }
    .navbar a:hover {
      background-color: rgba(58, 123, 188, 0.3);
      color: white;
      text-decoration: none; }
      .navbar a:hover .arrow-down {
        border-top: 5px solid #fff; }
    .navbar a.active {
      background-color: rgba(58, 123, 188, 0.7);
      color: #fff;
      border-color: rgba(58, 123, 188, 0.7); }

.notifications {
  position: absolute;
  right: 0;
  min-width: 450px;
  width: 450px;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: #fbfbfb;
  border-left: 1px solid #e4e4e4;
  -webkit-box-shadow: -1px 0 4px 1px rgba(90, 90, 90, 0.1);
  box-shadow: -1px 0 4px 1px rgba(90, 90, 90, 0.1);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  margin-top: 40px;
  overflow: auto;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  /** STYLE DLA ZADAN */ }
  .notifications.hidden {
    right: -451px; }
  .notifications .empty-notifications {
    text-align: center;
    padding: 30px 0;
    color: #CFD7E2; }
    .notifications .empty-notifications i {
      font-size: 48px; }
  .notifications .notification-msg {
    border-top: 1px solid #CFD7E2;
    background-color: #fff;
    padding: 10px 10px 10px 30px;
    border-left: 5px solid transparent;
    cursor: pointer; }
    .notifications .notification-msg:hover {
      border-left: 5px solid #74b2e2; }
    .notifications .notification-msg .readbtn {
      color: #cfd7e2;
      display: inline-block;
      float: left;
      font-size: 16px;
      left: 5px;
      padding: 0 5px;
      position: absolute; }
      .notifications .notification-msg .readbtn:hover {
        text-decoration: none;
        color: #1e86bc; }
        .notifications .notification-msg .readbtn:hover:before {
          content: "\f10c"; }
    .notifications .notification-msg .title {
      font-size: 12px;
      font-weight: bold;
      color: #333;
      margin-bottom: 5px; }
    .notifications .notification-msg p {
      margin: 5px 0;
      color: #737373; }
    .notifications .notification-msg time {
      font-size: 10px;
      text-align: right;
      margin-bottom: 5px;
      color: #999; }
  .notifications .messages-block {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px; }
  .notifications .messages-block .date {
    font-weight: bold;
    margin-top: 10px; }
  .notifications .messages-block .date:first-child {
    margin-top: 0px; }
  .notifications .messages-block .item {
    border-bottom: 1px solid #efefef;
    padding: 10px 5px;
    line-height: 1.4em; }
  .notifications .messages-block .item:last-child {
    border-bottom: 0; }
  .notifications .messages-block .item .read {
    background-color: #ACCBE5;
    color: #fff;
    float: right;
    font-size: 9px;
    padding: 4px;
    cursor: pointer;
    line-height: 1em; }
  .notifications .messages-block .item .read:hover {
    background-color: #357ebd; }
  .notifications .messages-block .item .user {
    font-weight: bold; }
  .notifications .messages-block .item strong {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px; }
  .notifications .messages-button .counter {
    position: absolute;
    font-size: 10px;
    display: block;
    padding: 4px;
    background-color: #994046;
    top: 5px;
    right: 5px; }
  .notifications .messages-button.selected {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: inset 0px 2px 4px 0px rgba(50, 50, 50, 0.6);
    box-shadow: inset 0px 2px 4px 0px rgba(50, 50, 50, 0.6); }
  .notifications .message-item-content {
    float: left;
    width: 380px; }
  .notifications .messages-block .item.task {
    border-left-style: solid;
    border-left-width: 4px;
    padding-left: 10px; }
  .notifications .messages-block .item.task .case-number {
    display: block;
    font-size: 11px;
    font-weight: bold; }
  .notifications .messages-block .task .message-item-content {
    width: 395px !important; }
  .notifications .messages-block .task .author {
    display: block;
    font-size: 11px;
    text-align: right; }
  .notifications .messages .empty-tasks {
    margin-top: 20px;
    font-size: 12px; }

@media all and (max-width: 1280px) {
  .navbar a .item-localGUID {
    display: none; } }

@media all and (max-width: 1420px) {
  a .localGUID {
    display: none; }
  a.user .droptext {
    margin-left: 0 !important; } }

.sidebar {
  -webkit-box-shadow: inset -12px 0px 20px -12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -12px 0px 20px -12px rgba(0, 0, 0, 0.5);
  box-shadow: inset -12px 0px 20px -12px rgba(0, 0, 0, 0.5);
  background-color: #343f57; }
  .sidebar dd {
    color: #5e7291;
    padding: 0px;
    margin: 5px 30px 0px 20px;
    padding-bottom: 6px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #3f4d66; }
    .sidebar dd div {
      cursor: default; }
    .sidebar dd i {
      float: right; }
    .sidebar dd .collapsed {
      color: #7a94bc; }
  .sidebar dt:last-child {
    border-bottom: none; }
  .sidebar dl ul {
    padding-left: 0;
    margin: 0; }
    .sidebar dl ul li {
      list-style: none;
      position: relative; }
      .sidebar dl ul li:last-child a {
        border-bottom: 1px solid transparent; }
      .sidebar dl ul li a {
        display: block;
        padding: 8px 0 8px 0;
        margin: 0 30px 0 20px;
        text-decoration: none;
        color: white;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        border-bottom: 1px solid rgba(140, 140, 140, 0.2); }
        .sidebar dl ul li a:hover:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 15px;
          display: inline-block;
          font-family: 'FontAwesome';
          color: rgba(140, 140, 140, 0.7);
          content: "\f105"; }
      .sidebar dl ul li.active a {
        color: #fff;
        background-color: rgba(109, 132, 166, 0.2);
        margin-left: 0;
        padding-left: 20px;
        margin-left: 0;
        padding-right: 30px;
        margin-right: 0;
        margin-top: -1px;
        padding-top: 9px;
        border-top: 1px solid rgba(140, 140, 140, 0.5);
        border-bottom: 1px solid rgba(140, 140, 140, 0.5); }
        .sidebar dl ul li.active a:before {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 15px;
          display: inline-block;
          font-family: 'FontAwesome';
          color: rgba(140, 140, 140, 0.5);
          content: "\f105"; }
      .sidebar dl ul li.active .sli {
        color: #4A87B6; }
      .sidebar dl ul li.active .fa {
        color: #4A87B6; }
      .sidebar dl ul li .sli {
        font-size: 12px;
        line-height: 13px;
        display: inline-block;
        margin-right: 12px;
        vertical-align: text-bottom;
        color: rgba(68, 68, 68, 0.7); }
      .sidebar dl ul li .fa {
        font-size: 14px;
        line-height: 15px;
        display: inline-block;
        margin-right: 12px;
        vertical-align: text-bottom;
        color: #6d84a6; }

.content {
  margin: 0px;
  overflow: hidden; }
  .content .content-left-toolbar {
    width: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #f8f8f8;
    z-index: 10; }
    .content .content-left-toolbar a {
      color: #4A87B6;
      display: inline-block;
      font-size: 20px;
      line-height: 30px;
      padding: 0 10px; }
      .content .content-left-toolbar a.slide-left:after {
        vertical-align: text-top;
        line-height: 28px;
        font-size: 10px;
        display: inline-block;
        right: 15px;
        font-family: 'FontAwesome';
        color: rgba(140, 140, 140, 0.7);
        content: "\f105";
        margin-left: 4px; }
      .content .content-left-toolbar a.slide-left.active {
        background-color: #fff;
        width: 47px; }
        .content .content-left-toolbar a.slide-left.active:after {
          vertical-align: text-top;
          line-height: 28px;
          font-size: 10px;
          display: inline-block;
          right: 15px;
          font-family: 'FontAwesome';
          color: rgba(140, 140, 140, 0.7);
          content: "\f104";
          margin-left: 4px; }
  .content .content-left {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly      works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #fff;
    -webkit-transform: translate3d(-249px, 0, 0);
    transform: translate3d(-249px, 0, 0);
    margin-right: -250px;
    width: 250px;
    border-right: 1px solid rgba(140, 140, 140, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .content .content-left .inner-content {
      display: block;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      overflow: auto;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      -moz-transition: opacity .3s ease-in-out;
      -webkit-transition: opacity .3s ease-in-out; }
    .content .content-left.visible {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      margin-right: 0px;
      width: 250px; }
      .content .content-left.visible .inner-content {
        display: block;
        opacity: 1;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -webkit-transition: opacity .3s ease-in-out; }
  .content .content-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    margin-left: -250px;
    width: 250px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    border-left: 1px solid rgba(140, 140, 140, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .content .content-right .inner-content {
      display: block;
      opacity: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      overflow: auto;
      position: relative;
      -o-transition: opacity .9s ease-in-out;
      transition: opacity .9s ease-in-out;
      -moz-transition: opacity .9s ease-in-out;
      -webkit-transition: opacity .9s ease-in-out; }
    .content .content-right.visible {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      margin-left: 0px; }
      .content .content-right.visible .inner-content {
        display: block;
        opacity: 1; }
  .content .content-wrapper .data-toolbar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(140, 140, 140, 0.2); }
    .content .content-wrapper .data-toolbar .left {
      float: left; }
    .content .content-wrapper .data-toolbar .right {
      float: right; }
    .content .content-wrapper .data-toolbar a {
      color: #4A87B6;
      display: inline-block;
      font-size: 20px;
      line-height: 30px;
      padding: 0 10px; }
      .content .content-wrapper .data-toolbar a.slide-left:after {
        vertical-align: text-top;
        line-height: 28px;
        font-size: 10px;
        display: inline-block;
        right: 15px;
        font-family: 'FontAwesome';
        color: rgba(140, 140, 140, 0.7);
        content: "\f105";
        margin-left: 4px; }
      .content .content-wrapper .data-toolbar a.slide-left.active:after {
        display: none; }
      .content .content-wrapper .data-toolbar a.slide-left.active:before {
        margin-right: 4px;
        vertical-align: text-top;
        line-height: 28px;
        font-size: 10px;
        display: inline-block;
        right: 15px;
        font-family: 'FontAwesome';
        color: rgba(140, 140, 140, 0.7);
        content: "\f104"; }
  .content .content-wrapper .data {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

html {
  font-size: 12px; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans","Arial",sans-serif;
  font-weight: 200; }

a.button {
  text-decoration: none; }

button:focus {
  outline: 0; }

.button, button, input[type=submit] {
  text-decoration: none;
  -webkit-user-select: none;
  font-size: 12px;
  border-radius: 0px;
  display: inline-block;
  line-height: 22px;
  font-weight: 400;
  text-shadow: none;
  padding: 1px 10px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #dbdbdb;
  color: #444;
  /**
    * HACK DLA CHROME'a
    **/
  /**
    * Przycisk z listą rozwijaną
    **/
  /**
    * KOLORY
    */
  /**
    * ROZMIARY
    **/ }
  .button.loading, button.loading, input[type=submit].loading {
    opacity: 0.4; }
    .button.loading:after, button.loading:after, input[type=submit].loading:after {
      content: url("/assets/images/symbols/small-preloader.gif");
      display: inline-block;
      line-height: 13px;
      padding-left: 10px;
      vertical-align: bottom;
      opacity: 1; }
  .button.disabled, button.disabled, input[type=submit].disabled {
    opacity: 0.4;
    cursor: default; }
  .button .fa, .button span[class^="icon"], button .fa, button span[class^="icon"], input[type=submit] .fa, input[type=submit] span[class^="icon"] {
    line-height: 16px;
    margin-right: 6px;
    vertical-align: text-bottom; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .button .fa, button .fa, input[type=submit] .fa {
      line-height: 13px; } }
  .button:hover, button:hover, input[type=submit]:hover {
    background-color: #e8e8e8;
    border: 1px solid #d3d3d3;
    text-decoration: none; }
  .button.dropdown:after, button.dropdown:after, input[type=submit].dropdown:after {
    padding-left: 10px;
    display: inline-block;
    font-family: 'FontAwesome';
    color: rgba(140, 140, 140, 0.7);
    content: "\f0d7";
    line-height: 0.5;
    line-height: 13px;
    margin-right: 3px; }
  .button.green, button.green, input[type=submit].green {
    background-color: #5FC660;
    border-color: #52a853;
    color: #fff; }
    .button.green:hover, button.green:hover, input[type=submit].green:hover {
      background-color: #50a650;
      border-color: #418541; }
    .button.green.dropdown::after, button.green.dropdown::after, input[type=submit].green.dropdown::after {
      color: rgba(255, 255, 255, 0.7) !important; }
  .button.blue, button.blue, input[type=submit].blue {
    background-color: #4A87B6;
    border-color: #437ba6;
    color: #fff; }
    .button.blue:hover, button.blue:hover, input[type=submit].blue:hover {
      background-color: #437ba6;
      border-color: #335d7e; }
    .button.blue.dropdown::after, button.blue.dropdown::after, input[type=submit].blue.dropdown::after {
      color: rgba(255, 255, 255, 0.7) !important; }
  .button.red, button.red, input[type=submit].red {
    background-color: #ea5446;
    border-color: #ac3e33;
    color: #fff; }
    .button.red:hover, button.red:hover, input[type=submit].red:hover {
      background-color: #d34c3f;
      border-color: #8d332a; }
    .button.red.dropdown::after, button.red.dropdown::after, input[type=submit].red.dropdown::after {
      color: rgba(255, 255, 255, 0.7) !important; }
  .button.large, button.large, input[type=submit].large {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 1px; }
  .button.small, button.small, input[type=submit].small {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 1px;
    padding: 2px 6px; }
    .button.small .fa, button.small .fa, input[type=submit].small .fa {
      line-height: 11px;
      margin-right: 4px;
      vertical-align: text-bottom; }
      .button.small .fa:only-child, button.small .fa:only-child, input[type=submit].small .fa:only-child {
        margin-right: 0px; }
    .button.small.loading::after, button.small.loading::after, input[type=submit].small.loading::after {
      line-height: 10px;
      height: 15px; }
  .button.xsmall, button.xsmall, input[type=submit].xsmall {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 1px;
    padding: 2px 6px; }

.radio-buttons input[type="radio"] {
  display: none; }

.radio-buttons label input:checked + .button {
  border: 1px solid #c6c6c6;
  background-color: #ececec;
  -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.37); }

.ios-toggle {
  display: inline-block; }
  .ios-toggle input[type=checkbox] {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    display: none; }
  .ios-toggle input + label {
    display: block;
    position: relative;
    -webkit-box-shadow: inset 0 0 0px 1px #d5d5d5;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    text-indent: -5000px;
    height: 30px;
    width: 50px;
    border-radius: 15px; }
  .ios-toggle input + label:before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(19, 191, 17, 0);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .ios-toggle input + label:after {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0px;
    border-radius: 15px;
    background: white;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .ios-toggle input:checked + label:before {
    width: 50px;
    background: #13bf11; }
  .ios-toggle input:checked + label:after {
    left: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #13bf11, 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px #13bf11, 0 1px 2px rgba(0, 0, 0, 0.2); }
  .ios-toggle.small input + label {
    height: 20px;
    width: 30px;
    border-radius: 15px; }
  .ios-toggle.small input + label:before {
    height: 20px;
    width: 20px;
    border-radius: 10px; }
  .ios-toggle.small input + label:after {
    height: 20px;
    width: 20px;
    border-radius: 10px; }
  .ios-toggle.small input:checked + label:before {
    width: 30px; }
  .ios-toggle.small input:checked + label:after {
    left: 10px; }
  .ios-toggle.tiny input + label {
    height: 15px;
    width: 30px;
    border-radius: 15px; }
  .ios-toggle.tiny input + label:before {
    height: 15px;
    width: 30px;
    border-radius: 10px; }
  .ios-toggle.tiny input + label:after {
    height: 15px;
    width: 15px;
    border-radius: 10px; }
  .ios-toggle.tiny input:checked + label:before {
    width: 30px; }
  .ios-toggle.tiny input:checked + label:after {
    left: 15px; }

body {
  font-family: arial, sans-serif !important;
  font-size: 100%;
  font-weight: 300;
  height: 100%;
  display: block;
  overflow-x: hidden; }
  body.pretend .navbar {
    top: 25px; }
  body.pretend .main {
    margin-top: 65px; }
  body.pretend .pretend-msg {
    background-color: #ba3922;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    body.pretend .pretend-msg a, body.pretend .pretend-msg a:hover {
      color: #fff; }

.main {
  position: absolute;
  margin-top: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .main .sidebar {
    width: 240px;
    overflow: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 240px;
    top: 0; }
    .main .sidebar + .workspace {
      left: 240px; }
  .main .workspace {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly      works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main .workspace header {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.workspace header {
  border-bottom: 1px solid rgba(140, 140, 140, 0.2); }
  .workspace header .title {
    margin: 15px 20px 15px 20px;
    font-size: 18px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 200;
    color: #4A87B6;
    float: left; }
  .workspace header .toolbar {
    float: right;
    margin-top: 15px;
    margin-right: 15px; }
  .workspace header .tabs {
    background-color: transparent;
    border-bottom: 0 none;
    clear: both;
    float: left;
    margin: 0;
    padding: 0 20px; }
    .workspace header .tabs li a {
      padding: 0 0 11px; }

.left-tabs.tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  background-color: #fefefe;
  border-right: 1px solid #ccc;
  bottom: 0;
  -webkit-box-shadow: -5px 0 8px -8px rgba(0, 0, 0, 0.3) inset;
  box-shadow: -5px 0 8px -8px rgba(0, 0, 0, 0.3) inset;
  margin: 0;
  list-style: none inside none;
  padding: 0; }
  .left-tabs.tabs ul {
    list-style: none;
    list-style-position: outside;
    padding-left: 0px;
    margin: 0; }
  .left-tabs.tabs li > ul li {
    padding-left: 8px; }
  .left-tabs.tabs li > a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc; }
  .left-tabs.tabs li.active > a {
    background-color: #fff;
    margin-right: -1px;
    font-weight: bold; }

.left-tabs + .tab-content {
  position: absolute;
  left: 240px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto; }
  .left-tabs + .tab-content .tab-content-empty {
    color: #dedede;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%; }

.tree-tabs.tabs {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  background-color: #fefefe;
  border-right: 1px solid #ccc;
  bottom: 0;
  margin: 0;
  list-style: none inside none;
  padding: 0;
  overflow: auto; }
  .tree-tabs.tabs ul {
    list-style: none;
    list-style-position: outside;
    padding-left: 0px;
    margin: 0; }
  .tree-tabs.tabs li {
    position: relative;
    padding-left: 12px;
    border-bottom: 1px solid #fefefe; }
    .tree-tabs.tabs li > i.fa {
      position: absolute;
      left: 4px;
      top: 8px;
      color: #d4d4d4;
      font-size: 10px; }
      .tree-tabs.tabs li > i.fa.opened {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #6e6e6e; }
      .tree-tabs.tabs li > i.fa:hover {
        color: #bfbfbf; }
    .tree-tabs.tabs li > a {
      display: block;
      padding: 6px 6px;
      margin-left: 4px; }
      .tree-tabs.tabs li > a:hover {
        background-color: rgba(59, 170, 227, 0.1);
        text-decoration: none; }
    .tree-tabs.tabs li.active > a {
      background-color: rgba(59, 170, 227, 0.2);
      font-weight: bold; }

.tree-tabs + .tab-content {
  position: absolute;
  left: 240px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto; }
  .tree-tabs + .tab-content .tab-content-empty {
    color: #dedede;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%; }

ul.icontabs {
  clear: both;
  list-style: none;
  padding: 9px 10px;
  font-size: 12px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #ddd; }
  ul.icontabs:after {
    content: "";
    display: table;
    clear: both; }
  ul.icontabs li {
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }
    ul.icontabs li .label {
      display: inline-block;
      line-height: 23px;
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      vertical-align: top;
      width: 0;
      visibility: hidden;
      margin-right: 5px; }
    ul.icontabs li .icon {
      color: #9fbfd6;
      font-size: 22px;
      margin-right: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    ul.icontabs li.active {
      float: left;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      ul.icontabs li.active .icon {
        color: #4a87b6; }
      ul.icontabs li.active .label {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

ul.texttabs {
  border-bottom: 1px solid #DBDBDB;
  padding-top: 5px;
  background-color: #F4F4F4;
  padding: 0 20px;
  font-size: 12px; }
  ul.texttabs li {
    display: block;
    float: left;
    margin-right: 15px; }
    ul.texttabs li a, ul.texttabs li span {
      display: inline-block;
      color: rgba(68, 68, 68, 0.9);
      text-decoration: none;
      padding: 12px 0 11px;
      border-bottom: 3px solid transparent;
      cursor: pointer; }
      ul.texttabs li a .fa, ul.texttabs li span .fa {
        display: none; }
      ul.texttabs li a:hover, ul.texttabs li span:hover {
        border-bottom: 4px solid rgba(74, 135, 182, 0.4);
        margin-bottom: -1px; }
    ul.texttabs li.active a, ul.texttabs li.active span {
      color: #4A87B6;
      font-weight: bold;
      border-bottom: 4px solid #4a87b6;
      margin-bottom: -1px; }
  ul.texttabs.icons {
    font-size: 11px; }
    ul.texttabs.icons .fa {
      display: block;
      font-size: 25px;
      text-align: center;
      margin-bottom: 10px;
      margin-top: 10px;
      color: rgba(68, 68, 68, 0.5); }

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }
  .content .content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .content .content-wrapper header, .content .content-wrapper nav {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .content .content-left {
    position: absolute;
    top: 0;
    bottom: 0; }

.grid {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .grid td > .color-marker {
    font-size: 26px;
    line-height: 10px; }
  .grid .grid-inner-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .grid .grid-toolbar {
    height: 42px; }
    .grid .grid-toolbar:after {
      content: "";
      display: table;
      clear: both; }
    .grid .grid-toolbar .left {
      float: left; }
    .grid .grid-toolbar .right {
      float: right; }
    .grid .grid-toolbar .action, .grid .grid-toolbar .grid-view-switch a, .grid .grid-toolbar .grid-toolbar-btn {
      margin-left: 10px;
      margin-top: 8px;
      -webkit-user-select: none;
      font-size: 12px;
      border-radius: 0px;
      display: inline-block;
      line-height: 22px;
      font-weight: 400;
      text-shadow: none;
      padding: 1px 8px;
      white-space: nowrap;
      cursor: pointer;
      background-color: #f4f4f4;
      color: #444;
      text-decoration: none; }
      .grid .grid-toolbar .action:hover, .grid .grid-toolbar .grid-view-switch a:hover, .grid .grid-toolbar .grid-toolbar-btn:hover {
        background-color: #e8e8e8; }
      .grid .grid-toolbar .action.active, .grid .grid-toolbar .grid-view-switch a.active, .grid .grid-toolbar .grid-toolbar-btn.active {
        background-color: #e8e8e8; }
      .grid .grid-toolbar .action.disabled, .grid .grid-toolbar .grid-view-switch a.disabled, .grid .grid-toolbar .grid-toolbar-btn.disabled {
        opacity: 0.3;
        cursor: default; }
    .grid .grid-toolbar .action.filter:before {
      font-family: 'FontAwesome';
      content: "\f0b0";
      line-height: 21px;
      font-size: 15px; }
    .grid .grid-toolbar .action.dropdown:after {
      line-height: 21px;
      padding-left: 5px;
      display: inline-block;
      font-family: 'FontAwesome';
      color: rgba(0, 0, 0, 0.3);
      content: "\f0d7";
      font-size: 10px;
      vertical-align: top; }
    .grid .grid-toolbar .grid-view-switch {
      margin-left: 20px; }
    .grid .grid-toolbar .grid-paginator {
      margin-left: 20px; }
      .grid .grid-toolbar .grid-paginator .info {
        display: inline-block;
        margin-right: 15px;
        margin-left: 10px; }
      .grid .grid-toolbar .grid-paginator ul {
        list-style: none;
        display: inline-block;
        margin: 8px 0;
        padding-left: 0; }
      .grid .grid-toolbar .grid-paginator ul > li {
        display: inline-block; }
        .grid .grid-toolbar .grid-paginator ul > li + li {
          margin-left: 3px; }
      .grid .grid-toolbar .grid-paginator ul > li.previous-page a:before {
        font-family: 'FontAwesome';
        content: "\f104";
        line-height: 21px; }
      .grid .grid-toolbar .grid-paginator ul > li.previous-page span {
        display: none; }
      .grid .grid-toolbar .grid-paginator ul > li.next-page a:before {
        font-family: 'FontAwesome';
        content: "\f105";
        line-height: 21px; }
      .grid .grid-toolbar .grid-paginator ul > li.next-page span {
        display: none; }
      .grid .grid-toolbar .grid-paginator ul > li > a {
        -webkit-user-select: none;
        font-size: 12px;
        border-radius: 0px;
        display: inline-block;
        line-height: 22px;
        font-weight: 400;
        text-shadow: none;
        padding: 1px 10px;
        white-space: nowrap;
        cursor: pointer;
        background-color: #f4f4f4;
        color: #444;
        text-decoration: none; }
        .grid .grid-toolbar .grid-paginator ul > li > a:hover {
          background-color: #e8e8e8; }
      .grid .grid-toolbar .grid-paginator ul > li.spacer > span {
        display: inline-block;
        padding: 1px 10px;
        color: #999; }
      .grid .grid-toolbar .grid-paginator ul > li.active > span {
        -webkit-user-select: none;
        font-size: 12px;
        border-radius: 0px;
        display: inline-block;
        line-height: 22px;
        font-weight: 600;
        text-shadow: none;
        padding: 1px 10px;
        white-space: nowrap;
        cursor: pointer;
        color: #444;
        text-decoration: none; }
  .grid table {
    table-layout: fixed;
    empty-cells: show; }
  .grid table tr.item {
    cursor: pointer; }
  .grid table td {
    border: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 4px; }
  .grid .grid-header-container {
    height: 40px;
    position: relative;
    background-color: #f4f4f4; }
    .grid .grid-header-container a, .grid .grid-header-container span {
      display: block;
      line-height: 40px;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      text-align: left;
      padding: 0 5px;
      background-color: #f4f4f4; }
      .grid .grid-header-container a.reorder-clone, .grid .grid-header-container span.reorder-clone {
        border: 1px solid #ddd;
        border-width: 1px 1px 0 1px;
        opacity: 0.8;
        overflow: hidden;
        white-space: nowrap; }
      .grid .grid-header-container a small, .grid .grid-header-container span small {
        display: block;
        font-weight: normal;
        line-height: 10px; }
    .grid .grid-header-container .order-by-direction-asc > a {
      background-image: url("/assets/images/symbols/grid-order-asc.png");
      background-position: right 5px center;
      background-repeat: no-repeat; }
    .grid .grid-header-container .order-by-direction-desc > a {
      background-image: url("/assets/images/symbols/grid-order-desc.png");
      background-position: right 5px center;
      background-repeat: no-repeat; }
    .grid .grid-header-container .grid-header-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      background-color: #f4f4f4; }
      .grid .grid-header-container .grid-header-wrapper table {
        height: 40px; }
        .grid .grid-header-container .grid-header-wrapper table th {
          border: 1px solid #ddd;
          white-space: nowrap;
          overflow: hidden;
          position: relative;
          font-weight: normal; }
          .grid .grid-header-container .grid-header-wrapper table th:first-child {
            border-left: 0; }
      .grid .grid-header-container .grid-header-wrapper .resize-handle {
        background-color: rgba(99, 99, 99, 0);
        width: 5px;
        height: 40px;
        top: 0;
        position: absolute;
        cursor: col-resize; }
        .grid .grid-header-container .grid-header-wrapper .resize-handle.disabled {
          cursor: default; }
        .grid .grid-header-container .grid-header-wrapper .resize-handle.handler-drag {
          background-color: rgba(255, 255, 255, 0.4); }
        .grid .grid-header-container .grid-header-wrapper .resize-handle.reorder-highlight {
          background-color: rgba(102, 184, 244, 0.8); }
    .grid .grid-header-container.with-groups {
      height: 60px; }
      .grid .grid-header-container.with-groups a, .grid .grid-header-container.with-groups span {
        line-height: 37px; }
      .grid .grid-header-container.with-groups.handler-drag {
        height: 60px;
        line-height: 60px; }
      .grid .grid-header-container.with-groups table {
        height: 60px; }
      .grid .grid-header-container.with-groups .resize-handle {
        height: 60px; }
      .grid .grid-header-container.with-groups .groups-row th {
        padding: 4px; }
      .grid .grid-header-container.with-groups .groups-row th.empty {
        border-bottom: 1px solid transparent; }
  .grid .grid-body-container {
    position: relative; }
    .grid .grid-body-container .grid-body-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow-y: scroll;
      overflow-x: auto; }
    .grid .grid-body-container table td {
      border: 1px solid #d4dce4;
      white-space: nowrap;
      border-right: 1px solid #f0f0f0;
      overflow: hidden; }
      .grid .grid-body-container table td:first-child {
        border-left: 0; }
    .grid .grid-body-container table tr {
      border-bottom: 1px solid #d4dce4; }
      .grid .grid-body-container table tr:hover td {
        background-color: #dfeff7; }
      .grid .grid-body-container table tr:nth-child(even) {
        border-bottom: 1px solid #d4dce4; }
        .grid .grid-body-container table tr:nth-child(even):hover td {
          background-color: #dfeff7; }
        .grid .grid-body-container table tr:nth-child(even) td {
          background-color: #f9f9f9; }
      .grid .grid-body-container table tr.selected td {
        background-color: #fffdda; }
  .grid .grid-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5); }
  .grid .grid-data {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .grid .empty {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 20px; }

.grid-filter {
  float: left;
  border-right: 1px solid #ccc;
  width: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: inset -5px 0px 8px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -5px 0px 8px -8px rgba(0, 0, 0, 0.3);
  box-shadow: inset -5px 0px 8px -8px rgba(0, 0, 0, 0.3);
  background-color: #fefefe;
  position: absolute;
  top: 0;
  bottom: 0; }
  .grid-filter .grid-filter-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .grid-filter .grid-filter-header {
    border-bottom: 1px solid #eee;
    height: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .grid-filter .grid-filter-header h5 {
      color: #4a87b6;
      font-size: 16px;
      margin: 8px 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .grid-filter .grid-filter-submit {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 6px 16px;
    text-align: right;
    -webkit-box-shadow: inset -5px 0px 8px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -5px 0px 8px -8px rgba(0, 0, 0, 0.3);
    box-shadow: inset -5px 0px 8px -8px rgba(0, 0, 0, 0.3); }
  .grid-filter .grid-filter-fields {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
    .grid-filter .grid-filter-fields .filter-row {
      padding: 7px 15px;
      border-bottom: 1px solid #ededed; }
      .grid-filter .grid-filter-fields .filter-row > label {
        font-size: 11px;
        font-weight: bold;
        display: block;
        margin-bottom: 3px;
        color: #7c7c7c;
        text-transform: uppercase; }
      .grid-filter .grid-filter-fields .filter-row input[type=text] {
        padding: 4px;
        font-size: 12px;
        border: 1px solid #b4b4b4;
        width: 100%; }
      .grid-filter .grid-filter-fields .filter-row select {
        padding: 3px;
        font-size: 12px;
        border: 1px solid #b4b4b4;
        width: 100%; }
      .grid-filter .grid-filter-fields .filter-row.bigdecimal-range input {
        width: 40%; }
      .grid-filter .grid-filter-fields .filter-row.date-range input {
        width: 80px; }
      .grid-filter .grid-filter-fields .filter-row.date-range select {
        width: 70px; }
      .grid-filter .grid-filter-fields .filter-row.color-marker-like .color-marker-chooser > span {
        padding: 4px 4px 2px 0px; }
        .grid-filter .grid-filter-fields .filter-row.color-marker-like .color-marker-chooser > span input[type=checkbox] {
          display: none; }
        .grid-filter .grid-filter-fields .filter-row.color-marker-like .color-marker-chooser > span label {
          border-radius: 3px;
          display: inline-block;
          height: 24px;
          width: 24px;
          text-align: center;
          color: #fff;
          line-height: 24px;
          font-size: 16px;
          font-family: FontAwesome; }
          .grid-filter .grid-filter-fields .filter-row.color-marker-like .color-marker-chooser > span label:before {
            content: "\f00c";
            color: #fff;
            line-height: 20px;
            color: rgba(255, 255, 255, 0); }
        .grid-filter .grid-filter-fields .filter-row.color-marker-like .color-marker-chooser > span input:checked + label:before {
          color: white; }
  .grid-filter .toggle {
    position: absolute;
    top: 4px;
    right: -1px;
    background-color: #fff;
    height: 30px;
    width: 15px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    cursor: pointer;
    background-image: url("/assets/images/symbols/right-chevron.svg");
    background-size: 65% 45%;
    background-repeat: no-repeat;
    background-position: center right 2px;
    z-index: 10; }
  .grid-filter.active {
    visibility: visible;
    opacity: 1;
    width: 320px; }
    .grid-filter.active .grid-filter-container {
      visibility: visible;
      opacity: 1; }
    .grid-filter.active + .grid-inner-container {
      margin-left: 320px; }
    .grid-filter.active .toggle {
      background-image: url("/assets/images/symbols/left-chevron.svg"); }
  .grid-filter + .grid-inner-container {
    margin-left: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.main > .loading-indicator {
  background-color: rgba(230, 230, 230, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1040;
  opacity: 0;
  display: block;
  visibility: hidden;
  text-align: center;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out; }
  .main > .loading-indicator img {
    height: 60px;
    width: 60px;
    top: calc(50% - 120px);
    opacity: 0.3;
    position: absolute; }

.main.loading > .loading-indicator {
  visibility: visible;
  opacity: 1; }

.dict-forms {
  margin: 10px; }
  .dict-forms .form-group-title {
    border-bottom: 1px solid #ddd;
    color: #4a87b6;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 4px;
    padding-bottom: 5px; }
  .dict-forms .appendable-item {
    position: relative; }
    .dict-forms .appendable-item label {
      display: none; }
    .dict-forms .appendable-item[data-index="0"] label,
    .dict-forms .appendable-item .forcelabel label {
      display: block; }
    .dict-forms .appendable-item .remove-button {
      position: absolute;
      bottom: 10px;
      float: left;
      padding: 5px;
      cursor: pointer; }

.deal-stage-selector {
  border: 1px solid #eee;
  display: inline-block;
  min-width: 240px;
  padding: 5px;
  text-align: left;
  color: #999;
  cursor: pointer; }
  .deal-stage-selector b {
    color: #000;
    font-weight: bold; }
  .deal-stage-selector > i.fa:last-child {
    float: right;
    margin-right: 3px; }
  .deal-stage-selector:hover {
    border: 1px solid #aaa;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); }

.deal-lawyer-name {
  color: #333; }

.login-form {
  font-family: "Open Sans", "Arial", sans-serif; }
  .login-form .control-group {
    margin-bottom: 10px;
    padding: 0; }
  .login-form .hide-label .control-label {
    display: none !important; }
  .login-form input {
    border: 1px solid #ddd !important;
    font-size: 17px !important;
    padding: 10px !important; }
  .login-form input[type=checkbox] {
    width: auto;
    float: left; }
  .login-form .left-checkbox label {
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px; }
  .login-form .left-checkbox .controls {
    position: relative;
    top: -18px; }
  .login-form .button {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    background-color: #386390;
    color: #fff;
    border: 0;
    width: 160px; }
  .login-form .global-success, .login-form .global-error {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(200, 200, 200, 0.5);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 25px;
    padding: 10px; }

.ui-autocomplete-category {
  background-color: #eaeaea;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 5px; }

.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; }

.left-pane ~ .main {
  left: 50px !important; }

.left-pane {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 50px;
  background-color: #242b3c;
  border: 1px solid #252d3e;
  -webkit-box-shadow: inset -3px -3px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset -3px -3px 3px 0px rgba(0, 0, 0, 0.4); }
  .left-pane .logo {
    height: 40px;
    text-align: center;
    margin-top: -1px; }
    .left-pane .logo img {
      height: 40px; }
  .left-pane a {
    display: block;
    color: rgba(232, 241, 249, 0.8);
    font-size: 18px;
    margin: 6px;
    text-align: center;
    padding: 6px;
    position: relative; }
    .left-pane a:hover {
      color: rgba(232, 241, 249, 0.9); }
    .left-pane a.active {
      background-color: rgba(255, 255, 255, 0.1);
      color: #e8f1f9; }
    .left-pane a .count {
      position: absolute;
      top: -2px;
      right: -2px;
      background-color: rgba(188, 8, 0, 0.8);
      height: 18px;
      line-height: 18px;
      padding: 0 3px;
      border-radius: 2px;
      font-size: 11px; }
    .left-pane a.greenbtn {
      background: #46863b;
      margin: 8px;
      color: #fff;
      padding: 7px 6px 5px;
      border-radius: 2px; }
  .left-pane .divider {
    padding-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 6px;
    margin-left: 6px; }

.bok-pass {
  margin: 4px;
  border: 1px solid #DBDBDB;
  border-left: 5px solid #444;
  font-size: 13px; }
  .bok-pass.bok {
    border-left-color: #f3c38b; }
    .bok-pass.bok .fa {
      color: #f3c38b; }
  .bok-pass.law {
    border-left-color: #a4c9ec; }
    .bok-pass.law .fa {
      color: #a4c9ec; }
  .bok-pass.lawret {
    border-left-color: #cabcec; }
    .bok-pass.lawret .fa {
      color: #cabcec; }
  .bok-pass .bok-pass__date {
    float: right;
    font-weight: 500; }
  .bok-pass .bok-pass__title {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding: 10px; }
    .bok-pass .bok-pass__title .fa {
      font-size: 22px;
      vertical-align: -3px;
      display: inline-block;
      margin-right: 10px; }
  .bok-pass .bok-pass__msg {
    margin: 0px 10px 5px 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea; }

.bok-email {
  margin: 4px;
  border: 1px solid #DBDBDB; }
  .bok-email .bok-email__subject {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee; }
    .bok-email .bok-email__subject .fa {
      font-size: 22px;
      vertical-align: -2px;
      margin-right: 10px; }
  .bok-email.incoming .bok-email__subject .fa {
    color: #2168b1; }
  .bok-email.outgoing .bok-email__subject .fa {
    color: #26a43f; }
  .bok-email .bok-email__sec {
    color: #999999;
    font-weight: bold;
    display: inline-block;
    width: 30px; }
  .bok-email .bok-email__date {
    float: right;
    margin-top: 4px;
    color: #666;
    font-weight: bold; }
  .bok-email .bok-email__from {
    padding: 5px 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee; }
    .bok-email .bok-email__from .bok-email__fromwrap {
      display: inline-block;
      padding: 3px 5px;
      background-color: #fafafa;
      border: 1px solid #ddd;
      margin-right: 8px; }
      .bok-email .bok-email__from .bok-email__fromwrap .bok-email__fromname {
        color: #444; }
      .bok-email .bok-email__from .bok-email__fromwrap .bok-email__fromemail {
        color: #000; }
  .bok-email .bok-email__to {
    padding: 5px 10px;
    font-size: 13px; }
    .bok-email .bok-email__to .bok-email__towrap {
      display: inline-block;
      padding: 3px 5px;
      background-color: #fafafa;
      border: 1px solid #ddd;
      margin-right: 8px; }
      .bok-email .bok-email__to .bok-email__towrap .bok-email__toname {
        color: #444; }
      .bok-email .bok-email__to .bok-email__towrap .bok-email__toemail {
        color: #000; }
  .bok-email .bok-email__content {
    border-top: 1px solid #eee;
    font-size: 13px;
    padding: 10px;
    font-weight: normal; }
  .bok-email .bok-email__att {
    border-top: 1px solid #eee;
    padding: 5px 10px;
    overflow: auto; }
    .bok-email .bok-email__att .bok-email__att-link {
      border: 1px solid #ddd;
      padding: 4px 10px 4px 4px;
      margin-right: 10px;
      overflow: hidden;
      float: left; }
      .bok-email .bok-email__att .bok-email__att-link:hover {
        border: 1px solid #1e86bc;
        text-decoration: none; }
    .bok-email .bok-email__att .bok-email__att-name {
      display: block;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      color: #333;
      font-size: 12px; }
    .bok-email .bok-email__att .bok-email__att-size {
      font-size: 11px;
      color: #999; }
    .bok-email .bok-email__att .bok-email__att-type {
      float: left;
      font-size: 24px;
      margin-right: 10px;
      color: #ddd;
      overflow: hidden; }
      .bok-email .bok-email__att .bok-email__att-type .fa-file-word-o {
        color: #2A5699; }
      .bok-email .bok-email__att .bok-email__att-type .fa-file-excel-o {
        color: #207245; }
      .bok-email .bok-email__att .bok-email__att-type .fa-file-pdf-o {
        color: #e91f00; }
      .bok-email .bok-email__att .bok-email__att-type .fa-file-archive-o {
        color: #5ab328; }
      .bok-email .bok-email__att .bok-email__att-type .fa-file-image-o {
        color: #d87a2e; }
