/* edit,,copy,thumbs_bg_color: #da3068, thumbs_border_color: #475c7a */
/* ===============================================================================
 * MAIN
 * ============================================================================ */
#main {
  width: 100%;
  min-height: 600px;
  min-width: 1040px;
  height: 100%;
  border-spacing: 0; }

/* ===============================================================================
 * MENU
 * ============================================================================ */
#menu {
  height: 40px;
  padding: 0 0px;
  background-color: #e6e6e6;
  color: black;
  background-image: linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
  background-image: -o-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
  background-image: -webkit-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
  background-image: -ms-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #e6e6e6), color-stop(0.83, #e6e6e6), color-stop(1, #e6e6e6)); }
  #menu a {
    color: black;
    padding: 0 2px;
    line-height: 40px; }
  #menu input[type=text], #menu input[type=password] {
    border: 1px solid #b3b3b3;
    height: 40px;
    vertical-align: top; }
  #menu input[type=submit] {
    height: 42px; }
  #menu ul {
    float: left;
    list-style: none; }
    #menu ul li {
      float: left;
      position: relative;
      /*--Declare X and Y axis base--*/
      margin: 0; }
      #menu ul li a {
        padding: 0 20px;
        display: block;
        text-decoration: none;
        float: left;
        height: 40px;
        line-height: 40px;
        color: black; }
        #menu ul li a:hover {
          background-color: #7f7f7f;
          color: #da3068;
          background-image: linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
          background-image: -o-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
          background-image: -moz-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
          background-image: -webkit-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
          background-image: -ms-linear-gradient(bottom, #e6e6e6 9%, #e6e6e6 83%, #e6e6e6 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #e6e6e6), color-stop(0.83, #e6e6e6), color-stop(1, #e6e6e6)); }
        #menu ul li a.disabled {
          color: #e6e6e6;
          background-color: #e6e6e6;
          cursor: default;
          background-image: none; }
      #menu ul li span {
        width: 17px;
        height: 40px;
        float: left;
        background: url(images/sortdesc.png) no-repeat center center; }
      #menu ul li ul {
        position: absolute;
        /*--Important - Keeps subnav from affecting main navigation flow--*/
        left: 0;
        top: 40px;
        background: #e6e6e6;
        display: none;
        float: left;
        width: 140px;
        border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        z-index: 999 !important; }
        #menu ul li ul li {
          cursor: pointer;
          margin: 0;
          padding: 0;
          clear: both;
          line-height: 0.8em; }
          #menu ul li ul li:last-child {
            border-bottom-left-radius: 0px;
            -moz-border-radius-bottomleft: 0px;
            -webkit-border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            -moz-border-radius-bottomright: 0px;
            -webkit-border-bottom-right-radius: 0px; }
          #menu ul li ul li a {
            float: left;
            width: 120px;
            line-height: 40px;
            padding: 0 10px;
            cursor: pointer;
            color: black; }
            #menu ul li ul li a:hover {
              color: #da3068;
              background-color: #e6e6e6;
              background-image: none; }
            #menu ul li ul li a.disabled {
              color: #e6e6e6;
              background-color: #e6e6e6;
              cursor: default;
              background-image: none; }
  #menu #upgrade-button {
    height: 40px;
    line-height: 40px;
    background-color: #D90303;
    background-image: linear-gradient(bottom, #6b0505 9%, #d90303 83%, #6b0505 100%);
    background-image: -o-linear-gradient(bottom, #6b0505 9%, #d90303 83%, #6b0505 100%);
    background-image: -moz-linear-gradient(bottom, #6b0505 9%, #d90303 83%, #6b0505 100%);
    background-image: -webkit-linear-gradient(bottom, #6b0505 9%, #d90303 83%, #6b0505 100%);
    background-image: -ms-linear-gradient(bottom, #6b0505 9%, #d90303 83%, #6b0505 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #6b0505), color-stop(0.83, #d90303), color-stop(1, #6b0505));
    margin-left: 20px;
    display: block;
    float: left;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    padding: 0 10px; }
    #menu #upgrade-button:hover {
      background-image: linear-gradient(bottom, #d90303 9%, #6b0505 83%, #d90303 100%);
      background-image: -o-linear-gradient(bottom, #d90303 9%, #6b0505 83%, #d90303 100%);
      background-image: -moz-linear-gradient(bottom, #d90303 9%, #6b0505 83%, #d90303 100%);
      background-image: -webkit-linear-gradient(bottom, #d90303 9%, #6b0505 83%, #d90303 100%);
      background-image: -ms-linear-gradient(bottom, #d90303 9%, #6b0505 83%, #d90303 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #d90303), color-stop(0.83, #6b0505), color-stop(1, #d90303));
      background-color: #6B0505; }
    #menu #upgrade-button.disabled {
      background-image: none;
      background-color: #6B0505;
      color: #888;
      cursor: default; }

#right_menu {
  display: block;
  float: right;
  line-height: 40px; }
  #right_menu a {
    padding: 0 20px; }

/* ===============================================================================
 * LOGO
 * ============================================================================ */
#logo {
  color: #7f7f7f;
  background-color: white;
  height: 70px;
  padding: 0 0px 0 20px;
  font-size: 60px; }
  #logo img {
    margin: 5px 0; }

#right_panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #e6e6e6;
  padding: 2px;
  z-index: 2;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px; }
  #right_panel a {
    line-height: 0; }

/* ===============================================================================
 * FOOTER
 * ============================================================================ */
#footer table {
  height: 30px;
  width: 100%;
  color: #475c7a;
  background-color: #e6e6e6; }
  #footer table td {
    width: 20%;
    text-align: center;
    vertical-align: middle; }
  #footer table a {
    color: #475c7a; }
  #footer table div.thumbs_icon {
    display: block;
    border-style: solid;
    border-width: 2px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 8px 2px;
    cursor: pointer; }
  #footer table div.theme {
    line-height: 30px;
    display: inline-block;
    margin: 0 auto; }

/* ===============================================================================
 * PAGE
 * ============================================================================ */
#page {
  vertical-align: top;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-bottom: 20px;
  background-color: white; }

#content {
  padding: 20px; }

#search-content {
  margin-top: 15px; }

#cookie_msg {
  background-color: #e6e6e6;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: none;
  min-width: 1040px;
  color: #475c7a; }
  #cookie_msg a {
    text-decoration: underline;
    color: #475c7a; }
    #cookie_msg a.close {
      position: fixed;
      right: 10px; }

.user_send_email_addresses {
  width: 800px !important;
  height: 200px; }

#login-content {
  margin: 100px auto;
  width: 323px; }
  #login-content label {
    display: inline-block;
    margin-bottom: 5px; }
  #login-content .form-group {
    margin-bottom: 15px; }
  #login-content input[type=text], #login-content input[type=password] {
    width: 96%;
    padding: 5px; }

/*
Uploadify v2.1.4
Release Date: November 8, 2010

Copyright (c) 2010 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 3px;
  padding: 5px;
  width: 350px; }

.uploadifyError {
  background-color: #dddddd !important;
  border: 1px solid #dddddd !important; }

.uploadifyQueueItem .cancel {
  float: right; }

.uploadifyQueue .completed {
  background-color: #dddddd; }

.uploadifyProgress {
  background-color: #bbbbbb;
  margin-top: 5px;
  width: 100%; }

.uploadifyProgressBar {
  background-color: #777777;
  height: 3px;
  width: 1px; }

/* ===============================================================================
 * GENERAL
 * ============================================================================ */
* {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 12px; }

html, body {
  height: 100%;
  width: 100%; }

a, a:hover, a:visited {
  color: black;
  cursor: pointer;
  text-decoration: none; }

p {
  padding: 5px;
  white-space: normal; }

h1 {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 20px; }

h2, h3 {
  margin: 5px 10px;
  font-size: 16px; }

input[type=button], input[type=submit], button, .ui-button {
  background-color: white;
  background-image: linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -o-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -moz-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -webkit-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -ms-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, white), color-stop(0.83, white), color-stop(1, white));
  border: 1px solid #475c7a;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  color: #475c7a;
  font-weight: bold;
  padding: 5px;
  cursor: pointer; }
  input[type=button]:hover, input[type=button].ui-state-active, input[type=submit]:hover, input[type=submit].ui-state-active, button:hover, button.ui-state-active, .ui-button:hover, .ui-button.ui-state-active {
    color: #da3068;
    background-color: white;
    border-color: #475c7a;
    background-image: linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -o-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -moz-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -webkit-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -ms-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, white), color-stop(0.83, white), color-stop(1, white)); }
  input[type=button][disabled], input[type=submit][disabled], button[disabled], .ui-button[disabled] {
    background-color: white;
    color: white;
    border-color: white;
    background-image: none; }

.ui-button {
  padding: 5px;
  display: inline-block; }

input[type=text], textarea, input[type=password] {
  border: 1px solid #475c7a;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px; }

hr {
  margin: 6px 0px; }

li {
  margin: 4px 20px; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0; }
  table tr, table td {
    border: 0;
    vertical-align: top; }

label {
  margin-left: 2px; }

.panel {
  min-width: 280px;
  max-width: 310px;
  padding: 15px; }

.help {
  position: fixed;
  top: 0;
  right: 0; }

div.textbox {
  height: 300px;
  width: 600px;
  background-color: #FFFFFF;
  overflow-y: scroll; }

#plan-tabs form {
  padding: 10px; }

#upgrade-content {
  display: block;
  float: left;
  margin-bottom: 10px; }

.link {
  cursor: pointer; }

.block {
  display: block;
  float: left; }

div.vspace {
  padding: 5px 0px; }

img.theme {
  vertical-align: middle;
  width: 22px; }

#infos {
  display: block;
  width: 300px;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 1100;
  margin-left: -150px; }

div.close-info {
  display: block;
  float: right;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url("../images/close.png");
  width: 16px;
  text-indent: -999999px; }

div.info {
  background-color: #bbbbbb;
  /*background-image: url("../images/info.jpg");*/
  background-repeat: repeat-x;
  background-position: bottom;
  -moz-box-shadow: 5px 5px 5px #888888;
  -webkit-box-shadow: 5px 5px 5px #888888;
  box-shadow: 5px 5px 5px #888888;
  margin: 3px auto;
  width: 280px;
  padding: 10px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  text-align: center;
  cursor: pointer; }

/* ===============================================================================
 * TOOLTIPY i BLEDY
 * ============================================================================ */
.tooltip {
  background-color: #7f7f7f;
  border: 1px solid white;
  padding: 10px 15px;
  width: 200px;
  display: none;
  color: white;
  text-align: left;
  font-size: 12px;
  z-index: 3000; }

.label-tooltip {
  background-color: #7f7f7f;
  border: 1px solid white;
  padding: 10px 15px;
  width: 120px;
  display: none;
  color: white;
  text-align: left;
  font-size: 12px;
  z-index: 3000;
  /* outline radius for mozilla/firefox only */
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000; }

/* ===============================================================================
 * IKONY
 * ============================================================================ */
img.smallicon {
  width: 16px;
  height: 16px; }

img.icon {
  width: 32px;
  height: 32px; }

img.msgicon {
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 10px;
  display: block;
  float: left; }

/* ===============================================================================
 * LOADING
 * ============================================================================ */
#loading, #loading-trans {
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10000;
  top: 0;
  left: 0; }

#loading {
  position: absolute; }

#loading-trans {
  position: fixed;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

#loading-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 220px;
  height: 50px;
  text-align: center; }

/* ===============================================================================
 * PREVIEW
 * ============================================================================ */
#doc-preview {
  background-color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 40000;
  top: 0;
  left: 0; }

td.preview {
  text-align: center;
  vertical-align: middle;
  height: 100%; }

#preview-buttons-right {
  position: absolute;
  top: 0;
  right: 0; }

#preview-buttons-left {
  position: absolute;
  top: 0;
  left: 0; }

div.progressbar {
  background-color: white;
  background-image: linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -o-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -moz-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -webkit-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -ms-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, white), color-stop(0.83, white), color-stop(1, white));
  height: 30px;
  position: absolute; }

div.progressbar-bg {
  background-color: #999999;
  height: 30px;
  position: relative;
  width: 400px; }

div.progressbar-text {
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  z-index: 2; }

div.box {
  border: 1px solid white;
  padding: 7px;
  margin: 7px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  float: left;
  display: block; }

div.sortable {
  max-width: 800px; }
  div.sortable .group {
    display: inline-block;
    vertical-align: top;
    margin: 5px; }
    div.sortable .group input[type=checkbox] {
      height: 16px; }
    div.sortable .group label {
      float: right; }
      div.sortable .group label:last-child {
        margin-left: 20px;
        margin-right: 3px; }
    div.sortable .group .group_header {
      font-weight: bold;
      color: white;
      border: 1px solid #e6e6e6;
      background-color: #475c7a;
      padding: 5px;
      cursor: move; }
      div.sortable .group .group_header > img {
        vertical-align: middle;
        float: right; }
    div.sortable .group .group_fields {
      border: 1px solid #e6e6e6;
      min-height: 20px;
      list-style-type: none; }
      div.sortable .group .group_fields li {
        cursor: move;
        margin: 0;
        padding: 5px;
        border: 1px solid #e6e6e6; }

div.sortable .unassigned_group {
  clear: both; }
  div.sortable .unassigned_group .group_header {
    cursor: auto; }

table.index {
  white-space: nowrap;
  border-collapse: collapse;
  margin-bottom: 10px; }
  table.index tr.even {
    background-color: #e6e6e6; }
  table.index tr.odd {
    background-color: white; }
  table.index tr.odd:hover {
    background-color: #bfbfbf; }
  table.index tr.even:hover {
    background-color: #bfbfbf; }
  table.index th, table.index td {
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    cursor: default; }
  table.index th {
    height: 20px;
    line-height: 20px;
    background-color: #475c7a;
    background-image: linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -o-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -moz-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -webkit-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -ms-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #475c7a), color-stop(0.83, #475c7a), color-stop(1, #475c7a));
    color: white;
    font-weight: bold;
    padding: 5px; }
    table.index th.sortable {
      cursor: pointer; }
  table.index td {
    font-size: 12px;
    padding: 5px; }
  table.index td.errors {
    background-color: #ff3c3c; }

table.form {
  white-space: normal;
  border-collapse: collapse;
  margin-bottom: 10px; }
  table.form th, table.form td {
    border: 1px solid #e6e6e6;
    padding: 1px 5px; }
  table.form th {
    width: 150px;
    background-color: #e6e6e6;
    color: #404040;
    font-weight: bold;
    text-align: left;
    vertical-align: middle; }
  table.form td {
    width: 150px;
    background-color: #e6e6e6;
    color: #404040; }
    table.form td input[type=text], table.form td textarea, table.form td input[type=password], table.form td select {
      width: 148px; }
    table.form td input.datepicker {
      width: 132px; }
    table.form td input.colorpicker {
      width: 122px; }
    table.form td input.template_subject {
      width: 500px; }
    table.form td a.selectBox {
      width: 108px; }
  table.form td.errors {
    background-color: #ff3c3c; }
  table.form td.exceeded {
    font-weight: bold;
    color: #FF0000; }

span.required {
  color: #ff3c3c; }

td.center {
  text-align: center; }

td.left {
  text-align: left; }

td.right {
  text-align: right; }

td.wrap {
  white-space: normal;
  max-width: 300px; }

.columns-menu {
  padding: 5px;
  display: block;
  float: left; }
  .columns-menu a {
    text-decoration: underline; }
  .columns-menu ul {
    background-color: #e6e6e6;
    display: none;
    color: black;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    position: absolute; }
    .columns-menu ul li {
      margin: 2px; }

div.ctxmenu {
  position: fixed;
  top: 0;
  left: 0; }

div.ctxsubmenu {
  position: absolute;
  display: none;
  top: 0; }

div.ctxitem {
  background-color: #DDDDDD;
  border: 1px solid #999999;
  padding: 5px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #000000;
  white-space: nowrap; }

div.ctxitem-hover {
  background-color: #C9C9C9 !important; }

div.ctxsubitem, div.ctxbondsubitem {
  background-color: #DDDDDD;
  border: 1px solid #999999;
  padding: 5px;
  position: relative;
  top: -1px;
  cursor: pointer;
  color: #000000;
  white-space: nowrap; }

div.ctxsubitem:hover, div.ctxbondsubitem:hover {
  background-color: #C9C9C9; }

.ui-widget-overlay {
  background-color: white;
  left: 0;
  position: fixed;
  top: 0;
  opacity: .80;
  filter: Alpha(Opacity=80); }

.ui-helper-hidden-accessible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/*button sets*/
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -5px;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0; }
.ui-buttonset .ui-corner-left {
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; }
.ui-buttonset .ui-corner-right {
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0; }
.ui-buttonset .ui-corner-bottom {
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0; }
.ui-buttonset .ui-corner-top {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
.ui-dialog {
  border: 1px solid #475c7a;
  border-bottom-left-radius: 1px;
  -moz-border-radius-bottomleft: 1px;
  -webkit-border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  -moz-border-radius-bottomright: 1px;
  -webkit-border-bottom-right-radius: 1px;
  border-top-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  -webkit-border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  -webkit-border-top-right-radius: 1px;
  position: absolute;
  width: 300px;
  overflow: visible;
  background-color: white; }
  .ui-dialog .ui-dialog-titlebar {
    background-color: #475c7a;
    background-image: linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -o-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -moz-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -webkit-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -ms-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #475c7a), color-stop(0.83, #475c7a), color-stop(1, #475c7a));
    color: white;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    position: relative;
    cursor: move;
    font-weight: bold; }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
      background: no-repeat url("../images/close.png");
      background-size: 30px 30px;
      height: 30px;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px; }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
      display: block;
      float: left;
      line-height: 30px;
      height: 30px; }
  .ui-dialog .ui-dialog-content {
    padding: 10px; }
  .ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid black; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right;
      margin: 10px 5px; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
        margin: 0 5px; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-accordion {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  background-color: #e6e6e6;
  border-collapse: collapse; }
  .ui-accordion .ui-accordion-header {
    background-color: #475c7a;
    background-image: linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -o-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -moz-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -webkit-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -ms-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #475c7a), color-stop(0.83, #475c7a), color-stop(1, #475c7a));
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #e6e6e6;
    cursor: pointer; }
    .ui-accordion .ui-accordion-header a {
      color: white;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden; }
  .ui-accordion .ui-accordion-content {
    padding: 10px; }
  .ui-accordion div:last-child h3 {
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px; }
  .ui-accordion div:first-child h3 {
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px; }

.ui-tabs {
  position: relative;
  background-color: white; }
  .ui-tabs .ui-tabs-nav {
    background-color: #777777; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 .2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap;
      border-top-left-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -webkit-border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      -moz-border-radius-topright: 2px;
      -webkit-border-top-right-radius: 2px;
      background-color: #777777;
      background-image: linear-gradient(bottom, #444444 9%, #777777 83%, #444444 100%);
      background-image: -o-linear-gradient(bottom, #444444 9%, #777777 83%, #444444 100%);
      background-image: -moz-linear-gradient(bottom, #444444 9%, #777777 83%, #444444 100%);
      background-image: -webkit-linear-gradient(bottom, #444444 9%, #777777 83%, #444444 100%);
      background-image: -ms-linear-gradient(bottom, #444444 9%, #777777 83%, #444444 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #444444), color-stop(0.83, #777777), color-stop(1, #444444));
      padding: 0 5px;
      height: 25px;
      line-height: 25px; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        background-color: #444444;
        background-image: linear-gradient(bottom, #777777 9%, #444444 83%, #777777 100%);
        background-image: -o-linear-gradient(bottom, #777777 9%, #444444 83%, #777777 100%);
        background-image: -moz-linear-gradient(bottom, #777777 9%, #444444 83%, #777777 100%);
        background-image: -webkit-linear-gradient(bottom, #777777 9%, #444444 83%, #777777 100%);
        background-image: -ms-linear-gradient(bottom, #777777 9%, #444444 83%, #777777 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #777777), color-stop(0.83, #444444), color-stop(1, #777777)); }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          color: white; }
      .ui-tabs .ui-tabs-nav li a {
        color: white; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    background-color: #bbbbbb;
    margin-bottom: 10px; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

.ui-datepicker .ui-datepicker-title {
  line-height: 25px;
  text-align: center; }

.ui-datepicker-header {
  background-color: #475c7a;
  background-image: linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
  background-image: -o-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
  background-image: -moz-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
  background-image: -webkit-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
  background-image: -ms-linear-gradient(bottom, #475c7a 9%, #475c7a 83%, #475c7a 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #475c7a), color-stop(0.83, #475c7a), color-stop(1, #475c7a));
  color: white;
  height: 25px;
  line-height: 25px;
  padding: 0 5px; }

.ui-datepicker {
  background-color: #e6e6e6;
  border: 1px solid #7f7f7f;
  padding: 0;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px; }

.ui-datepicker-calendar table {
  margin: 0; }
.ui-datepicker-calendar th, .ui-datepicker-calendar td, .ui-datepicker-calendar a {
  padding: 2px; }
.ui-datepicker-calendar .ui-state-highlight {
  color: black;
  background-color: #bfbfbf; }
.ui-datepicker-calendar .ui-state-active {
  color: #da3068;
  background-color: #bfbfbf; }
.ui-datepicker-calendar a:hover {
  color: #da3068;
  background-color: #bfbfbf; }

.ui-icon-circle-triangle-e {
  background-image: url("images/next.png");
  width: 16px;
  height: 16px; }

.ui-icon-circle-triangle-w {
  background-image: url("images/prev.png");
  width: 16px;
  height: 16px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 18px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 18px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 18px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 18px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c5c5c5; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%; }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #da3068;
  font-weight: normal;
  margin: -1px;
  border: 1px solid #79b7e7;
  background: white; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/* Dropdown control */
.selectBox-dropdown {
  /*width: $selectbox_width; /* width = (desired width) - padding-right */
  padding-right: 40px;
  position: relative;
  border: solid 1px #475c7a;
  text-decoration: none;
  color: #475c7a;
  outline: none;
  vertical-align: middle;
  background-color: white;
  background-image: linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -o-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -moz-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -webkit-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -ms-linear-gradient(bottom, white 9%, white 83%, white 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, white), color-stop(0.83, white), color-stop(1, white));
  /*background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);*/
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  display: inline-block;
  cursor: default; }
  .selectBox-dropdown:hover {
    color: #da3068;
    background-color: white;
    background-image: linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -o-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -moz-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -webkit-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -ms-linear-gradient(bottom, white 9%, white 83%, white 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, white), color-stop(0.83, white), color-stop(1, white)); }

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #475c7a; }

.selectBox-dropdown.selectBox-menuShowing {
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0; }

.selectBox-dropdown .selectBox-label {
  /*width: 100%;*/
  padding: 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(images/jquery.selectBox-arrow.gif) 50% center no-repeat;
  border-left: solid 1px #475c7a; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  border: solid 1px #475c7a;
  /* should be the same border width as .selectBox-dropdown */
  background: white;
  /*-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);*/
  overflow: auto; }

/* Inline control */
.selectBox-inline {
  width: 250px;
  outline: none;
  border: solid 1px #475c7a;
  background: white;
  display: inline-block;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  overflow: auto; }

.selectBox-inline:focus {
  border-color: #475c7a; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0; }

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat; }

.selectBox-options LI.selectBox-hover A {
  color: #366b94;
  background-color: #bfbfbf; }

.selectBox-options LI.selectBox-disabled A {
  color: white;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected A {
  color: white;
  background-color: #7f7f7f; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: white !important;
  background-color: white !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: white; }

.selectBox-inline.selectBox-disabled {
  color: white !important;
  background-color: white !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

.paginator {
  margin-top: 60px;
  font-size: 1em; }

.paginator table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 5px; }

.paginator table td {
  padding: 0;
  white-space: nowrap;
  text-align: center;
  width: 30px; }

.paginator span {
  display: block;
  margin: 0;
  color: white;
  background-color: #bfbfbf; }

.paginator span.selected {
  background-color: #475c7a; }

.paginator .scroll_bar {
  width: 100%;
  height: 10px;
  position: relative;
  margin-top: 3px; }

.paginator .scroll_trough {
  /*width:100%;*/
  height: 3px;
  background: #7f7f7f;
  overflow: hidden; }

.paginator .scroll_thumb {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  font-size: 1px;
  background: #475c7a; }

.paginator .scroll_knob {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/slider_knob.gif) no-repeat 50% 50%;
  cursor: pointer; }

.paginator .current_page_mark {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  overflow: hidden;
  background: #bfbfbf; }

.fullsize .scroll_thumb {
  display: none; }

.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(../images/colorpicker/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  z-index: 2000; }

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair; }

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../images/colorpicker/colorpicker_overlay.png); }

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../images/colorpicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px; }

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize; }

.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/colorpicker/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px; }

.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00; }

.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00; }

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px; }

.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(../images/colorpicker/colorpicker_hex.png) top;
  left: 212px;
  top: 142px; }

.colorpicker_hex input {
  right: 6px; }

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute; }

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize; }

.colorpicker_rgb_r {
  background-image: url(../images/colorpicker/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px; }

.colorpicker_rgb_g {
  background-image: url(../images/colorpicker/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px; }

.colorpicker_rgb_b {
  background-image: url(../images/colorpicker/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px; }

.colorpicker_hsb_h {
  background-image: url(../images/colorpicker/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px; }

.colorpicker_hsb_s {
  background-image: url(../images/colorpicker/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px; }

.colorpicker_hsb_b {
  background-image: url(../images/colorpicker/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px; }

.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/colorpicker/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden; }

.colorpicker_focus {
  background-position: center; }

.colorpicker_hex.colorpicker_focus {
  background-position: bottom; }

.colorpicker_submit.colorpicker_focus {
  background-position: bottom; }

.colorpicker_slider {
  background-position: bottom; }

fieldset {
  min-width: 250px;
  border-radius: 5px 5px 5px 5px;
  margin: 3px;
  padding: 5px; }
  fieldset div {
    clear: both;
    min-height: 20px; }
    fieldset div span.label {
      display: block;
      float: left;
      width: 190px; }
    fieldset div span.input {
      padding: 2px;
      display: block;
      float: left; }
    fieldset div span.errors {
      border: 1px solid red; }
  fieldset legend {
    padding: 0 3px; }

/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
  position: relative;
  color: #666666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  /*    height: 300px;
      width: 400px;*/ }

/*rules applied to all axes*/
.jqplot-axis {
  font-size: 0.75em; }

.jqplot-xaxis {
  margin-top: 10px; }

.jqplot-x2axis {
  margin-bottom: 10px; }

.jqplot-yaxis {
  margin-right: 10px; }

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis {
  margin-left: 10px;
  margin-right: 10px; }

/*rules applied to all axis tick divs*/
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
  position: absolute; }

.jqplot-xaxis-tick {
  top: 0px;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-top: 10px;*/
  vertical-align: top; }

.jqplot-x2axis-tick {
  bottom: 0px;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-bottom: 10px;*/
  vertical-align: bottom; }

.jqplot-yaxis-tick {
  right: 0px;
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  /*    padding-right: 10px;*/
  text-align: right; }

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
  left: 0px;
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  /*    padding-left: 10px;*/
  /*    padding-right: 15px;*/
  text-align: left; }

.jqplot-meterGauge-tick {
  font-size: 0.75em;
  color: #999999; }

.jqplot-meterGauge-label {
  font-size: 1em;
  color: #999999; }

.jqplot-xaxis-label {
  margin-top: 10px;
  font-size: 11pt;
  position: absolute; }

.jqplot-x2axis-label {
  margin-bottom: 10px;
  font-size: 11pt;
  position: absolute; }

.jqplot-yaxis-label {
  margin-right: 10px;
  /*    text-align: center;*/
  font-size: 11pt;
  position: absolute; }

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
  /*    text-align: center;*/
  font-size: 11pt;
  position: absolute; }

table.jqplot-table-legend {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px; }

table.jqplot-table-legend, table.jqplot-cursor-legend {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #cccccc;
  position: absolute;
  font-size: 0.75em; }

td.jqplot-table-legend {
  vertical-align: middle; }

td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
  cursor: pointer; }

td.jqplot-table-legend > div {
  border: 1px solid #cccccc;
  padding: 1px; }

div.jqplot-table-legend-swatch {
  width: 0px;
  height: 0px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid; }

.jqplot-title {
  top: 0px;
  left: 0px;
  padding-bottom: 0.5em;
  font-size: 1.2em; }

table.jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em; }

.jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px; }

.jqplot-highlighter-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px; }

.jqplot-point-label {
  font-size: 0.75em;
  z-index: 2; }

td.jqplot-cursor-legend-swatch {
  vertical-align: middle;
  text-align: center; }

div.jqplot-cursor-legend-swatch {
  width: 1.2em;
  height: 0.7em; }

.jqplot-error {
  /*   Styles added to the plot target container when there is an error go here.*/
  text-align: center; }

.jqplot-error-message {
  /*    Styling of the custom error message div goes here.*/
  position: relative;
  top: 46%;
  display: inline-block; }

div.jqplot-bubble-label {
  font-size: 0.8em;
  /*    background: rgba(90%, 90%, 90%, 0.15);*/
  padding-left: 2px;
  padding-right: 2px;
  color: #333333; }

div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  background: rgba(229, 229, 229, 0.7); }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

#home-content h1 {
  font-size: 28px;
  text-align: center;
  padding-top: 40px; }
#home-content h2 {
  font-size: 23px; }
#home-content hr {
  width: 1000px;
  margin: 0 auto; }

.home-section {
  margin: auto;
  width: 1100px;
  height: 700px;
  position: relative;
  color: #444444; }

#home-start {
  background-image: url("/static/images/home-start.jpg");
  background-repeat: no-repeat; }
  #home-start #home-start-owl {
    position: absolute;
    top: 430px;
    right: 50px;
    width: 500px;
    height: 290px; }
    #home-start #home-start-owl .owl-page span {
      background-color: #000000; }

#demo-account {
  right: 105px;
  top: 250px; }

#demo-account, #download-brochure {
  position: absolute;
  width: 400px;
  height: 80px;
  font-size: 20px;
  color: #FFF;
  background-image: none;
  background-color: #777;
  border-radius: 10px; }
  #demo-account:hover, #download-brochure:hover {
    background-color: #444; }

#download-brochure {
  right: 105px;
  bottom: 40px;
  line-height: 80px;
  text-align: center;
  font-weight: bold; }

#home-why div.left {
  float: left;
  width: 500px; }
#home-why img {
  float: right;
  margin-right: 70px; }
#home-why h2 {
  margin-bottom: 30px; }
#home-why #home-why-owl {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 1000px; }

#home-news {
  background-image: url("/static/images/home-news.jpg"); }
  #home-news #home-news-owl {
    position: absolute;
    top: 150px;
    right: 100px;
    width: 600px;
    height: 300px; }

#home-contact {
  background-image: url("/static/images/home-contact.jpg");
  height: 400px; }
  #home-contact div.left {
    position: absolute;
    top: 135px;
    left: 120px; }
    #home-contact div.left address {
      font-size: 20px;
      color: #FFF;
      margin-bottom: 20px; }
    #home-contact div.left h1 {
      margin: 0;
      margin-bottom: 10px;
      padding: 0;
      font-size: 30px;
      color: #FFF;
      height: 34px; }
  #home-contact #contact-map {
    position: absolute;
    right: 120px;
    bottom: 20px; }

.owl-carousel p, .owl-carousel ul li, .owl-carousel a {
  font-size: 20px; }
.owl-carousel h2 {
  font-size: 30px; }
