/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/* SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 *
 * Grays moved to front, because they are needed before this point.
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*
 * TREE
 */
.tree {
  min-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  position: relative; }

.tree ul ul li:hover {
  background: rgba(0, 0, 0, .015); }

.tree li:before, .tree li:after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto; }

.tree li:before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: -11px;
  width: 1px;
  -webkit-transition: "border-color 0.1s ease 0.1s";
  -moz-transition: "border-color 0.1s ease 0.1s";
  -o-transition: "border-color 0.1s ease 0.1s";
  transition: "border-color 0.1s ease 0.1s"; }

.tree li:after {
  border-top: 1px solid #999;
  height: 20px;
  top: 18px;
  width: 25px; }

.tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dotted #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -moz-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s; }

.tree li.parent_li > span {
  cursor: pointer;
  padding: 7px; }

.tree > ul > li:before, .tree > ul > li::after {
  border: 0; }

.tree li:last-child::before {
  height: 30px; }

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000; }

.tree > ul {
  padding-left: 0px; }

.tree ul ul {
  padding-left: 34px;
  padding-top: 10px; }

.tree li.parent_li > span:hover {
  background-color: #df8505;
  border: 1px solid #c67605;
  color: #fff; }

.tree li.parent_li > span:hover + ul li::before {
  border-left-color: #f89406; }

.tree li.parent_li > span:hover + ul li::after {
  border-top-color: #f89406; }

.tree li.parent_li > span:hover + ul li span {
  background: #fddfb3 !important;
  border: 1px solid #faa937;
  color: #000; }
/* icons */
.tree .fa.icon-minus-sign:before {
  content: "\f056" !important; }

.tree .fa.icon-plus-sign:before {
  content: "\f055" !important; }

.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px; }
  .bootstrap-duallistbox-container label {
    display: block;
    margin-top: 0px !important;
    font-weight: 400 !important; }
  .bootstrap-duallistbox-container .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px; }
  .bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
    display: none;
    font-size: 10px; }
  .bootstrap-duallistbox-container .box1.filtered .clear1, .bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block; }
  .bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove {
    width: 60%; }
  .bootstrap-duallistbox-container .btn-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .bootstrap-duallistbox-container select {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall {
    width: 40%; }
  .bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
    margin-left: 0; }
  .bootstrap-duallistbox-container select {
    width: 100%;
    height: 300px;
    padding: 0; }
  .bootstrap-duallistbox-container .filter {
    display: inline-block;
    width: 100%;
    height: 31px;
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .bootstrap-duallistbox-container .filter.placeholder {
      color: #aaa; }
  .bootstrap-duallistbox-container.moveonselect .move, .bootstrap-duallistbox-container.moveonselect .remove {
    display: none; }
    .bootstrap-duallistbox-container.moveonselect .moveall, .bootstrap-duallistbox-container.moveonselect .removeall {
      width: 100%; }
/**
 * Bootstrap-Markdown.sass
 *
 * @author Taufan Aditya @taufanaditya
 * @copyright 2013-2016 Taufan Aditya
 */
.md-editor {
  display: block;
  border: 1px solid #ddd; }
  .md-editor > .md-header, .md-editor .md-footer {
    display: block;
    padding: 6px 4px;
    background: #f5f5f5;
    margin: 0; }
  .md-editor > .md-header > :first-child {
    margin-left: 0px; }
  .md-editor > .md-preview {
    background: #fff;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 10px;
    padding: 10px;
    overflow: auto; }
  .md-editor > textarea {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    margin: 0;
    display: block;
    padding: 10px;
    width: 100%;
    border: 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    box-shadow: none;
    background: #eee; }
    .md-editor > textarea:focus {
      box-shadow: none;
      background: #fff; }
  .md-editor.active {
    border-color: #66afe9;
    outline: 0; }
  .md-editor .md-controls {
    float: right;
    padding: 3px; }
    .smart-rtl .md-editor .md-controls {
      float: left; }
    .md-editor .md-controls .md-control {
      right: 5px;
      color: #bebebe;
      padding: 3px 3px 3px 10px; }
      .smart-rtl .md-editor .md-controls .md-control {
        right: auto;
        left: 5px;
        padding: 3px 10px 3px 3px; }
      .md-editor .md-controls .md-control:hover {
        color: #333; }
  .md-editor.md-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 60px 30px 15px;
    background: #fff !important;
    border: 0 !important; }
    .md-editor.md-fullscreen-mode .md-footer {
      display: none; }
    .md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
      margin: 0 auto !important;
      height: 100% !important;
      font-size: 20px !important;
      padding: 20px !important;
      color: #999;
      line-height: 1.6em !important;
      resize: none !important;
      box-shadow: none !important;
      background: #fff !important;
      border: 0 !important; }
    .md-editor.md-fullscreen-mode .md-preview {
      color: #333;
      overflow: auto; }
    .md-editor.md-fullscreen-mode .md-input:hover, .md-editor.md-fullscreen-mode .md-input:focus {
      color: #333;
      background: #fff !important; }
    .md-editor.md-fullscreen-mode .md-header {
      background: none;
      text-align: center;
      position: fixed;
      width: 100%;
      top: 20px; }
    .md-editor.md-fullscreen-mode .btn-group {
      float: none; }
    .md-editor.md-fullscreen-mode .btn {
      border: 0;
      background: none;
      color: #b3b3b3; }
      .md-editor.md-fullscreen-mode .btn:hover, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active {
        box-shadow: none;
        color: #333; }
    .md-editor.md-fullscreen-mode .md-fullscreen-controls {
      position: absolute;
      top: 20px;
      right: 20px;
      text-align: right;
      z-index: 1002;
      display: block; }
      .md-editor.md-fullscreen-mode .md-fullscreen-controls a {
        color: #b3b3b3;
        clear: right;
        margin: 10px;
        width: 30px;
        height: 30px;
        text-align: center; }
        .md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
          color: #333;
          text-decoration: none; }
    .md-editor.md-fullscreen-mode .md-editor {
      height: 100% !important;
      position: relative; }
  .md-editor .md-fullscreen-controls {
    display: none; }

.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%; }
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .slider.slider-horizontal {
    width: 100% !important;
    height: 20px; }
    .slider.slider-horizontal .slider-track {
      height: 10px;
      width: 100%;
      margin-top: -5px;
      top: 50%;
      left: 0; }
    .slider.slider-horizontal .slider-selection {
      height: 100%;
      top: 0;
      bottom: 0; }
      .slider.slider-horizontal .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
        content: "\f0d9"; }
    .slider.slider-horizontal .slider-handle {
      margin-left: -10px;
      margin-top: -5px; }
      .slider.slider-horizontal .slider-handle.triangle {
        width: 20px;
        height: 20px;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        border: none;
        line-height: 21px;
        color: #797777;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
        .slider.slider-horizontal .slider-handle.triangle:before {
          content: "\f0da";
          font-size: 34px; }
  .slider.slider-vertical {
    height: 210px;
    width: 20px; }
    .slider.slider-vertical .slider-track {
      width: 10px;
      height: 100%;
      margin-left: -5px;
      left: 50%;
      top: 0; }
    .slider.slider-vertical .slider-selection {
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0; }
      .slider.slider-vertical .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
        content: "\f0d8";
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8); }
    .slider.slider-vertical .slider-handle {
      margin-left: -5px;
      margin-top: -10px; }
      .slider.slider-vertical .slider-handle.triangle {
        width: 20px;
        height: 20px;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        border: none;
        line-height: 21px;
        color: #797777;
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8); }
        .slider.slider-vertical .slider-handle.triangle:before {
          content: "\f0d7";
          font-size: 32px;
          text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  .slider input {
    display: none; }
  .slider .tooltip-inner {
    white-space: nowrap; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #e5e5e5; }

.slider-selection {
  position: absolute;
  background: #3276b1; }

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #858585;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #bdbdbd;
  text-shadow: 0 1px 0 rgba(77, 77, 77, 0.5);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
  .slider-handle:before {
    content: "\f0c9"; }
  .slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 20px;
    height: 20px; }
  .slider-handle.triangle {
    background: transparent none; }
/*
 * Slider colors
 */
.slider-danger + .slider-track > .slider-selection {
  background: #a90329; }

.slider-warning + .slider-track > .slider-selection {
  background: #c79121; }

.slider-info + .slider-track > .slider-selection {
  background: #57889c; }

.slider-success + .slider-track > .slider-selection {
  background: #739e73; }

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.42857;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0; }
  .bootstrap-tagsinput > span {
    border-radius: 0px !important;
    font-weight: normal;
    padding: 3px 28px 4px 8px;
    font-size: 13px;
    border: 1px solid #285e8e;
    background: #3276b1; }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit; }
    .bootstrap-tagsinput input:focus {
      border: none;
      box-shadow: none; }
  .bootstrap-tagsinput .tag {
    color: #fff;
    position: relative;
    margin: 3px 0 3px 2px;
    display: inline-block; }
    .bootstrap-tagsinput .tag [data-role="remove"] {
      display: block;
      top: -1px;
      right: 0px;
      padding: 3px 4px 3px 5px;
      width: 23px;
      height: 22px;
      position: absolute;
      cursor: pointer; }
      .bootstrap-tagsinput .tag [data-role="remove"]:hover {
        background: rgba(0, 0, 0, 0.3); }
      .bootstrap-tagsinput .tag [data-role="remove"]:after {
        content: "\f057";
        font-family: fontAwesome;
        padding: 2px 1px;
        line-height: 17px;
        font-size: 15px;
        text-align: center; }
      .bootstrap-tagsinput .tag [data-role="remove"]:hover {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
        .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.modal-open .bootstrap-timepicker-widget.dropdown-menu.open {
  z-index: 1051 !important; }

.bootstrap-timepicker {
  position: relative; }
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      left: auto;
      right: 12px; }
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      left: auto;
      right: 13px; }
  .bootstrap-timepicker .add-on {
    cursor: pointer; }
    .bootstrap-timepicker .add-on i {
      display: inline-block;
      width: 16px;
      height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block; }
  .bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
  .bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:before {
    left: 6px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
    left: 7px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:before {
    right: 6px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
    right: 7px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before {
    top: -7px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
    top: -6px; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999; }
  .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff; }
  .bootstrap-timepicker-widget.dropdown-menu a.btn, .bootstrap-timepicker-widget.dropdown-menu input {
    border-radius: 4px; }
  .bootstrap-timepicker-widget.dropdown-menu table {
    width: 100%;
    margin: 0; }
    .bootstrap-timepicker-widget.dropdown-menu table td {
      text-align: center;
      height: 30px;
      margin: 0;
      padding: 2px; }
      .bootstrap-timepicker-widget.dropdown-menu table td:not(.separator) {
        min-width: 30px; }
      .bootstrap-timepicker-widget.dropdown-menu table td span {
        width: 100%; }
      .bootstrap-timepicker-widget.dropdown-menu table td a {
        border: 1px transparent solid;
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 8px 0;
        outline: 0;
        color: #333; }
        .bootstrap-timepicker-widget.dropdown-menu table td a i {
          margin-top: 2px;
          font-size: 18px; }
        .bootstrap-timepicker-widget.dropdown-menu table td a:hover {
          text-decoration: none;
          background-color: #eee;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          border-color: #ddd; }
      .bootstrap-timepicker-widget.dropdown-menu table td input {
        width: 25px;
        margin: 0;
        text-align: center; }
  .bootstrap-timepicker-widget.dropdown-menu .modal-content {
    padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
    .bootstrap-timepicker .dropdown-menu {
      width: 100%; } }

.bv-form .help-block {
  margin-bottom: 0; }
  .bv-form .tooltip-inner {
    text-align: left; }

.nav-tabs li.bv-tab-success > a {
  color: #3c763d; }
  .nav-tabs li.bv-tab-error > a {
    color: #a94442; }

[class^="col-"] > .form-control + .form-control-feedback {
  right: 13px; }

.has-feedback.has-success .radio-inline + .form-control-feedback {
  display: none !important; }
/*
 * CUSTOM CSS PAGE RELATED
 */
#buttonGroupForm .btn-group .form-control-feedback {
  top: 0;
  right: -30px; }

#productForm .inputGroupContainer .form-control-feedback, #productForm .selectContainer .form-control-feedback {
  top: 0;
  right: -15px; }
/*
 * jQuery CSSEmoticons plugin 0.2.9
 *
 * Copyright (c) 2010 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Date: Sun Oct 22 1:00:00 2010 -0500
 */
/* Basic styles for emoticons */
span.css-emoticon {
  font-family: "Trebuchet MS";
  /* seems to give the best and most consistent emoticon appearance */
  font-size: 0.8em;
  font-weight: bold;
  color: #000;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  width: 1.54em;
  /* note that this is a multiple of this span's font-size, not containing text font-size */
  height: 1.54em;
  /* so, relative to containing text, width and height are 0.9 x 1.6 = 1.44em */
  text-align: center;
  padding: 0;
  line-height: 1.34em;
  -moz-border-radius: 1.54em;
  -webkit-border-radius: 1.54em;
  border-radius: 1.54em;
  -moz-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fc0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ffb800), color-stop(0.56, #fd5), color-stop(1, #fea));
  background-image: -moz-linear-gradient(center right, #ffb800 41%, #fd5 56%, #fea 100%);
  -webkit-transition-property: color, background, transform;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease-in;
  margin-top: -0.4em; }
/* Styles for two-character emoticons that need more letter-spacing for proportionality */
span.css-emoticon.spaced-emoticon {
  padding-left: 0.2em;
  width: 1.34em;
  /*letter-spacing: 0.2em;*/ }
/* This is a dirty dirty hack, because webkit doesn't properly do the padding+width=total-width as it should
 I think the width of the border may be throwing things off, because it's more noticable for small icons */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  span.css-emoticon.spaced-emoticon {
    width: 1.4em; } }
/* Styles for emoticons that need to have smaller characters to fit inside the circle */
span.css-emoticon.small-emoticon {
  font-size: 0.7em;
  width: 1.82em;
  height: 1.82em;
  line-height: 1.72em;
  -moz-border-radius: 1.82em;
  -webkit-border-radius: 1.82em;
  border-radius: 1.82em; }

span.css-emoticon.small-emoticon.spaced-emoticon {
  padding-left: 0;
  width: 1.82em;
  letter-spacing: 0.1em; }
/* Styles for additional colors */
span.css-emoticon.red-emoticon {
  background-color: #eb0542;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ff7c7c), color-stop(0.56, #e79494), color-stop(1, #e78ba5));
  background-image: -moz-linear-gradient(center right, #ff7c7c 41%, #e79494 56%, #e78ba5 100%); }

span.css-emoticon.pink-emoticon {
  background-color: #ff8fd4;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
  background-image: -moz-linear-gradient(center right, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%); }
/* styles for emoticons that need no rotation, like O_o */
span.css-emoticon.no-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.45em;
  width: 2.2em;
  height: 2.2em;
  line-height: 1.9em;
  -moz-border-radius: 2.2em;
  -webkit-border-radius: 2.2em;
  border-radius: 2.2em;
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #fc0), color-stop(0.56, #fd5), color-stop(1, #fea));
  background-image: -moz-linear-gradient(center bottom, #fc0 41%, #fd5 56%, #fea 100%); }

span.css-emoticon.no-rotate.red-emoticon {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
  background-image: -moz-linear-gradient(center bottom, #eb0542 41%, #eb265a 56%, #fa376e 100%); }

span.css-emoticon.no-rotate.pink-emoticon {
  background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
  background-image: -moz-linear-gradient(center bottom, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%); }
/* Styles for emoticons that need to be rotated counter-clockwise, like <3 */
span.css-emoticon.counter-rotated {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #fc0), color-stop(0.56, #fd5), color-stop(1, #fea));
  background-image: -moz-linear-gradient(center left, #fc0 41%, #fd5 56%, #fea 100%); }

span.css-emoticon.counter-rotated.red-emoticon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
  background-image: -moz-linear-gradient(center left, #eb0542 41%, #eb265a 56%, #fa376e 100%); }

span.css-emoticon.counter-rotated.pink-emoticon {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
  background-image: -moz-linear-gradient(center left, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%); }
/* Styles for animated states */
span.css-emoticon.un-transformed-emoticon, span.css-emoticon.animated-emoticon:hover {
  /* font-size: inherit;
   font-weight: inherit;
   vertical-align: inherit;
   line-height: inherit;
   font-family: inherit; */
  letter-spacing: inherit;
  color: inherit;
  overflow: visible;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background: none;
  background-image: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent; }

span.css-emoticon.nintendo-controller {
  font-size: 0.8em;
  height: 1.2em;
  line-height: 1em;
  width: 2.7em;
  vertical-align: bottom;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #74798c), color-stop(0.55, #a5aabd));
  background: -moz-linear-gradient(center bottom, #74798c 9%, #a5aabd 55%); }
/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
 */
.clockpicker .input-group-addon {
  cursor: pointer; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-align-left.popover > .arrow {
  left: 25px; }

.clockpicker-align-top.popover > .arrow {
  top: 17px; }

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px; }

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px; }

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }
  .clockpicker-popover .popover-title span {
    cursor: pointer; }
  .clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px; }

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker-canvas, .clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer; }
  .clockpicker-tick.active, .clockpicker-tick:hover {
    background-color: #c0e5f7;
    background-color: rgba(0, 149, 221, .25); }

.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0; }
  .clockpicker-button:hover {
    background-image: none;
    background-color: #ebebeb; }
  .clockpicker-button:focus {
    outline: none !important; }

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms; }
  .clockpicker-canvas line {
    stroke: #0095dd;
    stroke-width: 1;
    stroke-linecap: round;
    /*shape-rendering: crispEdges;*/ }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing, .clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd; }

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7; }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, .25); }
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../bundles/smartadmin/images/saturation.png");
  cursor: crosshair;
  float: left; }
  .colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px; }
  .colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff; }

.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }
  .colorpicker-hue i, .colorpicker-alpha i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px; }

.colorpicker-hue {
  background-image: url("../bundles/smartadmin/images/hue.png"); }

.colorpicker-alpha {
  background-image: url("../bundles/smartadmin/images/alpha.png");
  display: none; }

.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 4px; }
  .colorpicker:before, .colorpicker:after {
    content: " ";
    display: table; }
  .colorpicker:after {
    clear: both; }
  .colorpicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .colorpicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .colorpicker div {
    position: relative; }
  .colorpicker.alpha {
    min-width: 140px; }
  .colorpicker.alpha .colorpicker-alpha {
    display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../bundles/smartadmin/images/alpha.png");
  background-position: 0 100%; }
  .colorpicker-color div {
    height: 10px; }

.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left; }
  div.dataTables_length select {
    width: 75px; }
  div.dataTables_filter label {
    font-weight: normal;
    float: right; }
  div.dataTables_filter input {
    width: 16em; }
  div.dataTables_info {
    padding-top: 8px; }
  div.dataTables_paginate {
    float: right;
    margin: 0; }
  div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }
  table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer; }
  table.dataTable thead .sorting {
    background: url("../bundles/smartadmin/images/sort_both.png") no-repeat center right; }
  table.dataTable thead .sorting_asc {
    background: url("../bundles/smartadmin/images/sort_asc.png") no-repeat center right; }
  table.dataTable thead .sorting_desc {
    background: url("../bundles/smartadmin/images/sort_desc.png") no-repeat center right; }
  table.dataTable thead .sorting_asc_disabled {
    background: url("../bundles/smartadmin/images/sort_asc_disabled.png") no-repeat center right; }
  table.dataTable thead .sorting_desc_disabled {
    background: url("../bundles/smartadmin/images/sort_desc_disabled.png") no-repeat center right; }
  table.dataTable thead > tr > th {
    padding-left: 18px;
    padding-right: 18px; }
  table.dataTable th:active {
    outline: none; }
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
 width calculations when using scrolling impossible to align columns. We have
 to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important; }
  table.table-bordered thead th, table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0; }
  table.table-bordered tbody th, table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0; }
  table.table-bordered th:last-child, table.table-bordered td:last-child {
    border-right-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }
/*
 * TableTools styles
 */
/* conflicting styles with bootstrap
 .table tbody tr.active td,
 .table tbody tr.active th {
 background-color: #08C;
 color: white;
 }
 .table tbody tr.active:hover td,
 .table tbody tr.active:hover th {
 background-color: #0075b0;
 }
 .table tbody tr.active a {
 color: white;
 }
 .table-striped tbody tr.active:nth-child(odd) td,
 .table-striped tbody tr.active:nth-child(odd) th {
 background-color: #017ebc;
 } */
table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn {
  color: #333 !important;
  font-size: 12px; }
  div.DTTT .btn:hover {
    text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }
  ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important;
    /* needed only when demo_page.css is included */ }
  ul.DTTT_dropdown.dropdown-menu li {
    position: relative; }
  ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #08c;
    color: white !important; }

div.DTTT_collection_background {
  z-index: 2002; }
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center; }
  div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em; }
  div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px; }
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0; }

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important; }

div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
  border-top: none; }
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important; }
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202; }

div.DTCR_pointer {
  width: 1px;
  background-color: #0259c4;
  z-index: 201; }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
div.ColVis {
  float: right;
  margin-bottom: 1em; }

button.ColVis_Button, ul.ColVis_collection li {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: #fff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0);
  /* IE6-9 */ }

.ColVis_Button:hover, ul.ColVis_collection li:hover {
  border: 1px solid #666;
  text-decoration: none !important;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0);
  /* IE6-9 */ }

button.ColVis_Button {
  height: 30px;
  padding: 3px 8px; }
  button.ColVis_Button:active {
    outline: none; }

button.ColVis_Button::-moz-focus-inner {
  border: none !important;
  padding: 0; }

div.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1100; }

ul.ColVis_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  margin: 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
  ul.ColVis_collection li {
    position: relative;
    height: auto;
    left: 0;
    right: 0;
    padding: 0.5em;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    text-align: left; }
  ul.ColVis_collection li.ColVis_Button:hover {
    border: 1px solid #999;
    background-color: #f0f0f0; }

ul.ColVis_collection li span {
  display: inline-block;
  padding-left: 0.5em;
  cursor: pointer; }
  ul.ColVis_collection li.ColVis_Special {
    border-color: #555;
    background: #ededed;
    /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0);
    /* IE6-9 */ }
  ul.ColVis_collection li.ColVis_Special:hover {
    background: #e2e2e2;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0);
    /* IE6-9 */ }

span.ColVis_radio {
  display: inline-block;
  width: 20px; }

div.ColVis_catcher {
  position: absolute;
  z-index: 1101; }

.disabled {
  color: #999; }
/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 *
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em; }

@media screen and (max-width: 640px) {
  div.DTTT_container {
    float: none !important;
    text-align: center; }
    div.DTTT_container:after {
      visibility: hidden;
      display: block;
      content: "";
      clear: both;
      height: 0; } }

button.DTTT_button, div.DTTT_button, a.DTTT_button {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: #fff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0);
  /* IE6-9 */ }
  button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
    border: 1px solid #666;
    text-decoration: none !important;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    background: #f3f3f3;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0);
    /* IE6-9 */ }
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
  height: 30px;
  padding: 3px 8px; }

.DTTT_button embed {
  outline: none; }

button.DTTT_disabled, div.DTTT_disabled, a.DTTT_disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  background: #fff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #fff 0%, #f9f9f9 89%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0);
  /* IE6-9 */ }
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in
 a.DTTT_button_csv,
 a.DTTT_button_xls,
 a.DTTT_button_copy,
 a.DTTT_button_pdf,
 a.DTTT_button_print {
 padding-right: 0px;
 }
 a.DTTT_button_csv span,
 a.DTTT_button_xls span,
 a.DTTT_button_copy span,
 a.DTTT_button_pdf span,
 a.DTTT_button_print span {
 display: inline-block;
 height: 24px;
 line-height: 24px;
 padding-right: 30px;
 }
 a.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
 a.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }
 a.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
 a.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }
 a.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
 a.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }
 a.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
 a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }
 a.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
 a.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }
 */
button.DTTT_button_collection span {
  padding-right: 17px;
  /*background: url("#{$base-url}/collection.png") no-repeat center right;*/ }

button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0;
  /*background: #f0f0f0 url("#{$base-url}/collection_hover.png") no-repeat center right;*/ }
/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand; }

table.dataTable tr.DTTT_selected.odd {
  background-color: #9fafd1; }

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
  background-color: #9fafd1; }

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
  background-color: #9fafd1; }

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9fafd1; }

table.dataTable tr.DTTT_selected.even {
  background-color: #b0bed9; }

table.dataTable tr.DTTT_selected.even td.sorting_1 {
  background-color: #b0bed9; }

table.dataTable tr.DTTT_selected.even td.sorting_2 {
  background-color: #b0bed9; }

table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #b0bed9; }
/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }

div.DTTT_collection_background {
  /*background: transparent url("#{$base-url}/background.png") repeat top left;*/
  z-index: 2001; }

div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button, div.DTTT_collection a.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999; }
/*
 * PRINTING
 * Print display styles
 */
.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #fff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0);
  /* IE6-9 */
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); }
  .DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em; }
  .DTTT_print_info p {
    font-size: 14px;
    line-height: 20px; }

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  background: url('../img/plus.png') no-repeat 5px center;
  padding-left: 32px;
  cursor: pointer; }

table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background: url('../img/minus.png') no-repeat 5px center; }

table.has-columns-hidden > tbody > tr.row-detail > td {
  background: #eee; }

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
  font-weight: bold; }

.dt-toolbar {
  display: block;
  position: relative;
  padding: 6px 7px 1px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  background: #fafafa; }

.dt-toolbar-footer {
  background: #fafafa;
  font-size: 11px;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff; }

.dt-toolbar > :first-child, .dt-toolbar-footer > :first-child {
  padding-left: 0px !important; }
  .dt-toolbar > :last-child, .dt-toolbar-footer > :last-child {
    padding-right: 0px !important; }

table.dataTable thead .sorting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right; }
  table.dataTable thead .sorting_asc {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right; }
  table.dataTable thead .sorting_desc {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right; }
  table.dataTable thead .sorting_asc_disabled {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right; }
  table.dataTable thead .sorting_desc_disabled {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right; }
  table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #eee; }
  table.dataTable thead > tr > th.hasinput {
    padding: 6px !important; }
    table.dataTable thead > tr > th.sorting_disabled {
      padding-right: 9px !important; }
  table.dataTable thead > tr > th, table.dataTable tfoot > tr > th {
    padding-left: 9px !important; }
    table.dataTable thead > tr > th input, table.dataTable tfoot > tr > th input {
      width: 100% !important;
      font-weight: normal; }

.dataTables_empty {
  padding: 20px 10px !important;
  font-size: 14px;
  text-align: center;
  color: #575757; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px 10px; }

div.dataTables_info {
  padding-top: 9px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #969696; }
/*
 * Double lines in thead tfoot
 */
.dataTable thead > tr > th {
  border-left: none !important; }
/* checkbox */
.dataTable input[type=checkbox].checkbox, .dataTable input[type=radio].radiobox {
  left: -999px; }
/*
 * DT FIlter
 */
.dataTables_filter {
  float: left;
  width: 100%; }
  .dataTables_filter .input-group-addon {
    width: 32px;
    margin-top: 0px;
    float: left;
    height: 32px;
    padding-top: 8px; }
  .dataTables_filter .input-group-addon + .form-control {
    float: left; }
/*
 * LTR filter position
 */
.dt-toolbar > :first-child .dataTables_filter > :only-child, .dt-toolbar > :first-child .DTTT, .dt-toolbar > :first-child .pagination, .dt-toolbar > :first-child .dataTables_length {
  float: left !important; }
  .dt-toolbar > :last-child .dataTables_filter > :only-child, .dt-toolbar > :last-child .DTTT, .dt-toolbar > :last-child .pagination, .dt-toolbar > :last-child .dataTables_length {
    float: right; }
/* bottom portion */
.dt-toolbar-footer > :first-child .dataTables_filter > :only-child, .dt-toolbar-footer > :first-child .DTTT, .dt-toolbar-footer > :first-child .pagination, .dt-toolbar-footer > :first-child .dataTables_length {
  float: left; }
  .dt-toolbar-footer > :last-child .dataTables_filter > :only-child, .dt-toolbar-footer > :last-child .DTTT, .dt-toolbar-footer > :last-child .pagination, .dt-toolbar-footer > :last-child .dataTables_length {
    float: right; }
/*
 * PRINT
 */
body.DTTT_Print {
  background: #fff !important; }

.DTTT_Print #main {
  margin: 0px !important; }

.DTTT_PrintMessage {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold; }

.DTTT_Print table.dataTable {
  margin-top: 0px !important; }

.DTTT_Print .dataTables_wrapper table {
  border: 1px solid #c7c7c7 !important; }
/*
 * COLUMN SHOW/HIDE
 */
div.ColVis {
  margin-bottom: 0px !important; }

ul.ColVis_collection {
  width: 127px; }
  ul.ColVis_collection span {
    vertical-align: 3px; }
  ul.ColVis_collection label {
    margin-bottom: 0px !important; }
/*
 * Processing Fix
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }
/* custom font icon */
.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.dataTable tbody .details-control:before {
  font-family: 'FontAwesome';
  content: "\f055";
  font-size: 1.4em;
  color: #739e73; }

.dataTable tbody .shown .details-control:before {
  content: "\f056";
  color: #a90329; }

.dataTable tbody .shown + tr > td {
  padding: 0px !important; }

.dataTable tbody .shown {
  background: rgba(205, 209, 98, 0.2) !important; }

.dataTable tbody .shown > td {
  background: none !important; }

.dataTable tbody .shown + tr > td > table > tbody > tr:last-child {
  border-bottom: 1px solid #c2c2c2; }

.dataTable tbody .shown + tr > td > table tbody tr {
  background-color: rgba(205, 209, 98, 0.05) !important; }

.table-bordered .progress {
  background: #fff !important;
  -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #d6d6d6 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #d6d6d6 inset;
  box-shadow: 0 1px 0 transparent, 0 0 0 1px #d6d6d6 inset; }
/* datatable scroll-y bug fix for firefox */
.dataTables_scroll .dataTables_scrollHead, .dataTables_scroll .dataTables_scrollBody, .dataTables_scroll + .dt-toolbar-footer {
  float: left; }

.dataTables_scroll + .dt-toolbar-footer {
  width: 100%; }

.dataTables_scroll .dataTables_scrollHeadInner {
  margin-top: -6px; }

.dataTables_scroll .dataTables_scrollHead {
  background: #f4f4f4; }
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 300px;
  border: 1px dashed rgba(0, 0, 0, .3);
  border-radius: 5px;
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  margin-top: 3.4%; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border: 1px dashed rgba(68, 135, 165, 1) !important; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: none; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.easy-pie-title {
  display: inline-block;
  margin: 10px 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100px;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .easy-pie-title .icon-color-good, .easy-pie-title .icon-color-bad {
    font-size: 18px; }

.easy-pie-chart {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .easy-pie-chart .percent {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center; }
  .easy-pie-chart .percent .fa {
    display: none; }

.degree-sign:after, .percent-sign:after {
  content: " %";
  line-height: normal; }

.fd-form-element-hidden {
  display: none; }

.fd-slider {
  width: 100%;
  height: 20px;
  margin: 0; }

.fd-slider-vertical {
  width: 20px;
  height: 100%;
  margin: 0 10px 10px 0; }

.fd-slider, .fd-slider-vertical {
  display: block;
  position: relative;
  text-decoration: none;
  border: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  user-select: none; }

.fd-slider-inner {
  display: none; }

.fd-slider-bar {
  position: absolute;
  display: block;
  z-index: 2;
  height: 6px;
  width: 100%;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 4px;
  top: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #333; }

.fd-slider-range {
  position: absolute;
  display: block;
  z-index: 3;
  height: 6px;
  margin: 0;
  padding: 0 2px 0 0;
  overflow: hidden;
  top: 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eee; }

.fd-slider-handle {
  position: absolute;
  display: block;
  padding: 0;
  border: 0 none;
  margin: 0 0 0 1px;
  z-index: 3;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  line-height: 1px !important;
  outline: 0 none;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 12px;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-user-focus: none;
  -moz-outline: 0 none;
  user-select: none; }
  .fd-slider-handle:focus {
    outline: 0 none;
    border: 0 none;
    -moz-user-focus: normal; }
  .fd-slider-handle:focus::-moz-focus-inner {
    border-color: transparent; }

body.fd-slider-drag-vertical, body.fd-slider-drag-vertical * {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

body.fd-slider-drag-horizontal, body.fd-slider-drag-horizontal * {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.fd-slider-handle:before, .fd-slider-handle:after {
  opacity: 0;
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 1s;
  /* WebKit */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 1s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 1s;
  -o-transition-delay: 1s;
  /* Standard */
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s; }

.fd-slider-focused .fd-slider-handle:before, .fd-slider-hover .fd-slider-handle:before, .fd-slider-active .fd-slider-handle:before {
  display: block;
  position: absolute;
  top: -21px;
  left: -8px;
  margin: 0;
  width: 20px;
  padding: 3px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #1a3a95;
  background: #2f6ee0;
  z-index: 1;
  content: attr(aria-valuetext);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 4px #aaa;
  -webkit-box-shadow: 0 0 4px #aaa;
  box-shadow: 0px 0px 4px #999;
  opacity: 1; }

.fd-slider-focused .fd-slider-handle:after, .fd-slider-hover .fd-slider-handle:after, .fd-slider-active .fd-slider-handle:after {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -5px;
  background: #2f6ee0;
  z-index: 2;
  width: 10px;
  height: 10px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-box-shadow: 0 0 4px #aaa;
  -webkit-box-shadow: 0 0 4px #aaa;
  box-shadow: 0 0 4px #aaa;
  clip: rect(4px, 14px, 14px, 4px);
  opacity: 1; }

.oldie .fd-slider-handle:before, .oldie .fd-slider-handle:after {
  display: none; }
/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }
  .fc table {
    border-collapse: collapse;
    border-spacing: 0; }

html .fc {
  font-size: 1em; }

.fc table {
  font-size: 1em; }
  .fc td, .fc th {
    padding: 0;
    vertical-align: top; }
/* Header
 ------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }
  .fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
  margin-right: -1px; }
  .fc-header .fc-corner-right, .fc-header .ui-corner-right {
    /* theme */
    margin-right: 0;
    /* back to normal */ }
  .fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2; }
  .fc-header .fc-state-down {
    z-index: 3; }
  .fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4; }
/* buttons edges butting together */
/* button layering (for border precedence) */
/* Content
 ------------------------------------------------------------------------*/
.fc-content {
  position: relative;
  z-index: 1;
  /* scopes all other z-index's to be inside this container */
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  position: relative;
  width: 100%;
  overflow: hidden; }
/* Cell Styles
 ------------------------------------------------------------------------*/
.fc-widget-header, .fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */ }
/* Buttons
 ------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 0.6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }
  .fc-state-default.fc-corner-left {
    /* non-theme */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .fc-state-default.fc-corner-right {
    /* non-theme */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
/*
 Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
 and we'll try to make them look good cross-browser.
 */
.fc-button .fc-icon {
  margin: 0 0.1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold; }

.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

.fc-icon-right-double-arrow:after {
  content: "\000BB"; }
/* icon (for jquery ui) */
.fc-button .ui-icon {
  position: relative;
  top: 50%;
  float: left;
  margin-top: -8px;
  /* we know jqui icons are always 16px tall */ }
/*
 button states
 borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
 */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down, .fc-state-active {
  background-color: #ccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }
/* Global Event Styles
 ------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }
  .fc-event-container > .ui-draggable-dragging, .fc-event-container > .ui-resizable-resizing {
    z-index: 9; }

.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: 0.85em;
  cursor: default; }

a.fc-event {
  text-decoration: none;
  cursor: pointer; }

.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time, .fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }
/* Horizontal Events
 ------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize; }
  .fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize; }
  .fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
    /* IE6 had 0 height */ }
/* Reusable Separate-border Table
 ------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th, .fc-border-separate td {
  border-width: 1px 0 0 1px; }
  .fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
    border-right-width: 1px; }
  .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 1px; }
  .fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0; }
/* Month View, Basic Week View, Basic Day View
 ------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }
  .fc .fc-week-number div {
    padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }
  .fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */ }
  .fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
    /* distance between events and day edges */ }
  .fc-grid .fc-event-time {
    font-weight: bold; }
/* event styles */
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }
  .fc-rtl .fc-grid .fc-event-time {
    float: right; }
/* Agenda Week View, Agenda Day View
 ------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  font-weight: normal; }

.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap; }

.fc-agenda .fc-week-number {
  font-weight: bold; }
  .fc-agenda .fc-day-content {
    padding: 2px 2px 1px; }
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }
  .fc-agenda-days .fc-col0 {
    border-left-width: 0; }
/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }
  .fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
    _height: 34px; }
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }
/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }
  .fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none; }
  .fc-agenda-slots td div {
    height: 20px; }
  .fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0; }
  .fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted; }
    .fc-agenda-slots tr.fc-minor th.ui-widget-header {
      *border-top-style: solid;
      /* doesn't work with background in IE6/7 */ }
/* Vertical Events
 ------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }
  .fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px; }
  .fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2; }
  .fc-event-vert .fc-event-bg {
    /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.25;
    filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }
/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }
/*
 * CUSTOM
 */
.fc-event-title .fa {
  font-size: 14px;
  margin-top: 4px;
  margin-right: 4px; }

.fc-grid .fc-event-time {
  display: block; }

.fc-event {
  border: none !important;
  border-right: none;
  border-left: 6px solid rgba(0, 0, 0, .15) !important;
  padding-left: 2px; }

.fc-event.fc-event-draggable {
  cursor: move; }

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start, .fc-event-vert.fc-event-end {
  border-right-width: 0px;
  border-radius: 0px; }

.fc-ltr .fc-event-hori.fc-event-end:active, .fc-rtl .fc-event-hori.fc-event-start:active, .fc-event-vert.fc-event-end:active {
  opacity: 0.8; }
/*
 * Ion Slider
 */
/* RangeSlider */
.irs {
  position: relative;
  display: block; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 10%; }

.irs-line-mid {
  left: 10%;
  width: 80%; }

.irs-line-right {
  right: 0;
  width: 10%; }

.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }
  .irs-slider.single {
    left: 10px; }
  .irs-slider.single:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: -150%;
    width: 400%;
    height: 200%;
    background: rgba(0, 0, 0, 0.0); }
  .irs-slider.from {
    left: 100px; }
  .irs-slider.from:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: -300%;
    width: 400%;
    height: 200%;
    background: rgba(0, 0, 0, 0.0); }
  .irs-slider.to {
    left: 300px; }
  .irs-slider.to:before {
    position: absolute;
    display: block;
    content: "";
    top: -50%;
    left: 0;
    width: 400%;
    height: 200%;
    background: rgba(0, 0, 0, 0.0); }
  .irs-slider.last {
    z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }
  .irs-grid-pol.small {
    height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000; }
/*
 * CUST
 *
 */
.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 8px;
  top: 25px;
  background: #eee; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-diapason {
  height: 8px;
  top: 25px; }

.irs-slider {
  width: 10px;
  height: 22px;
  top: 17px;
  border: 1px solid #fff;
  background: #858585; }
  .irs-slider:hover {
    background: #6c6c6c; }

#irs-active-slider {
  background: #686868;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 0px;
  width: 12px;
  height: 24px;
  top: 16px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #bfbfbf; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid-pol {
  background: #99a4ac; }

.irs-grid-text {
  color: #99a4ac; }

.irs-diapason {
  background: #3276b1; }
/*
 Copyright 2013 - SmartAdmin : WebApp (Sunny)
 * This is part of an item on wrapbootstrap.com
 * https://wrapbootstrap.com/user/myorange
 * ==================================
 Table of Contents
 ---------------------------------------------------------------
 - Main
 - Header
 - Content
 - Edit box
 - Timestamp
 - Helpers
 - Fullscreen
 - Styling
 - Custom styles
 - Icons - A few used examples
 - RTL support
 - Clearfix
 - Examples (minimalistic in grid)
 - Examples (lists)
 */
/*
 * MAIN
 */
article.sortable-grid {
  min-height: 30px; }

.jarviswidget {
  margin: 0 0 30px 0;
  position: relative;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0; }

.widget-content-padding {
  padding: 20px; }
  .widget-content-padding .well {
    margin-bottom: 0px; }
/*
 * HEADER
 */
.jarviswidget > header {
  height: 34px;
  /* make sure ".jarviswidget-loader" is also the same height or it will flicker during collapse */
  padding: 0;
  line-height: 40px; }
  .jarviswidget > header > :first-child.widget-icon {
    margin-left: 0; }
  .jarviswidget > header .jarviswidget-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 10px 0 0;
    display: block;
    zoom: 1;
    z-index: 4000; }
  .jarviswidget > header > .widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px; }
  .jarviswidget > header > h2 {
    margin-left: 10px !important;
    float: left; }
  .jarviswidget > header h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0px; }

.ui-sortable .jarviswidget-sortable > header {
  cursor: move;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05); }
  .ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

.jarviswidget-ctrls {
  width: auto;
  float: right;
  padding: 0;
  margin: 0; }
  .jarviswidget-ctrls .button-icon {
    min-width: 30px;
    height: 32px;
    float: left;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    border-left: 1px solid rgba(0, 0, 0, 0.09); }
  .jarviswidget-ctrls .button-icon:hover {
    background-color: rgba(0, 0, 0, 0.05); }

.jarviswidget-loader {
  width: 32px;
  height: 32px;
  margin: 0;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  text-align: center;
  line-height: 32px;
  font-size: 111%; }
/*
 * CONTENT
 */
.jarviswidget > div {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc !important;
  border-bottom-color: #ccc !important;
  border-left-color: #ccc !important;
  padding: 13px 13px 0px;
  /* as per version 1.3 */
  overflow: visible; }
  .jarviswidget .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px; }
  .jarviswidget .widget-body.widget-hide-overflow {
    overflow: hidden; }

.widget-toolbar.no-border {
  border-left: none; }

.widget-body.no-padding {
  margin: -13px -13px 0px; }

.jarviswidget.well.transparent .widget-body.no-padding {
  margin: 0px !important; }

.widget-body > table {
  margin-bottom: 0; }

.widget-body.no-padding .alert {
  margin: 0 0 10px;
  padding: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-width: 0px 0px 1px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important; }

.widget-body.no-padding .cke_chrome, .no-padding .md-editor {
  border: none; }

.widget-toolbar > .smart-form {
  margin-top: 2px; }

.widget-toolbar > .smart-form .toggle:last-child {
  font-size: 12px;
  line-height: 29px; }

.widget-toolbar > .smart-form .radio input + i, .widget-toolbar > .smart-form .checkbox input + i, .widget-toolbar > .smart-form .toggle input + i {
  border-width: 1px;
  border-color: #c7c7c7 !important;
  margin-top: 1px;
  box-shadow: 0 1px 1px #fff, 0 1px 1px #858585 inset;
  -webkit-box-shadow: 0 1px 1px #fff, 0 1px 1px #858585 inset;
  -moz-box-shadow: 0 1px 1px #fff, 0 1px 1px #858585 inset; }
/*
 * WELL WIDGET
 */
.jarviswidget.well {
  margin: 0 0 30px 0; }
  .jarviswidget.well > div {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important; }
  .jarviswidget.well header {
    display: none; }
/*
 * WIDGET FOOTER
 */
.widget-footer {
  display: block;
  min-height: 32px;
  vertical-align: middle;
  position: relative;
  background-color: #f8f7f7;
  padding: 5px;
  border-top: 1px solid #e4e4e4;
  text-align: right;
  margin: 0px -13px -13px; }
  .no-padding .widget-footer {
    margin: 0; }
  .widget-footer.smart-form > label {
    margin-top: 4px;
    display: block; }
/*
 * EDIT BOX
 */
.jarviswidget-editbox {
  display: none;
  padding: 10px; }
/*.jarviswidget-editbox div {
 width: 100%;
 float: left;
 margin-bottom: 0;
 }
 .jarviswidget-editbox label {
 width: 80px;
 height: 26px;
 float: left;
 line-height: 26px;
 font-weight: bold;
 margin-bottom:0;
 }
 .jarviswidget-editbox input {
 width: 200px;
 height: 24px;
 padding: 0 5px;
 border: 1px solid #666;
 }
 .jarviswidget-editbox span {
 height: 26px;
 width: 26px;
 float: left;
 margin: 0 5px 0 0;
 cursor: pointer;
 }*/
/*
 * TIMESTAMP
 */
.jarviswidget-timestamp {
  font-size: 12px;
  color: #868686;
  font-style: italic;
  margin: 10px 0 0; }
/*
 * HELPERS
 */
.jarviswidget-placeholder {
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 28px;
  /* adjusted from 28px */
  padding: 0;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
/*
 * FULL SCREEN
 */
body.nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%; }

#jarviswidget-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050; }
  #jarviswidget-fullscreen-mode .jarviswidget {
    margin: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  #jarviswidget-fullscreen-mode .jarviswidget > div {
    overflow-y: scroll;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    #jarviswidget-fullscreen-mode .jarviswidget > div > header {
      cursor: default; }
/*
 * WIDGET BODY TOOLBAR
 */
.widget-body-toolbar, .smart-form.widget-body-toolbar {
  display: block;
  padding: 8px 10px;
  margin: -13px -13px 13px;
  min-height: 42px;
  border-bottom: 1px solid #ccc;
  background: #fafafa; }

.no-padding.widget-body-toolbar, .no-padding .widget-body-toolbar, .no-padding .smart-form.widget-body-toolbar {
  display: block;
  margin: 0px; }

.widget-body-toolbar.smart-form .inline-group, .smart-form .widget-body-toolbar .inline-group {
  float: left;
  margin-top: 4px; }

.widget-body-toolbar .btn {
  vertical-align: middle; }

.widget-body-toolbar .btn-xs {
  margin-top: 5px; }
/*
 * WIDGET BODY AJAX LOAD
 */
.widget-body-ajax-loading::before {
  content: url("../bundles/smartadmin/images/ajax-loader.gif");
  padding-top: 18%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute; }

.widget-body-ajax-loading:hover {
  cursor: wait !important; }
/*
 * STYLING
 */
.jarviswidget > header {
  color: #333;
  border: 1px solid #c2c2c2;
  background: #fafafa; }
  .jarviswidget > div {
    background-color: #fff !important; }

.jarviswidget-editbox {
  border-bottom: 1px solid #b1b1b1;
  background-color: #fff;
  margin: -13px -13px 13px; }
  .no-padding .jarviswidget-editbox {
    margin: 0 0 10px; }

.jarviswidget-placeholder {
  background-color: #ffc;
  border: 1px dashed #a7a7a7; }
/*
 * CUSTOM STYLES
 */
/* remove colors */
.jarviswidget-remove-colors {
  color: #333 !important;
  padding: 0 !important;
  background: none !important; }
/* magenta theme */
.jarviswidget-color-magenta > header {
  background: #6e3671;
  color: #fff; }
  .jarviswidget-color-magenta > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-magenta .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-magenta .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-magenta > header {
    border-color: #6e3671 !important; }
/* pink theme */
.jarviswidget-color-pink > header {
  background: #ac5287;
  color: #fff; }
  .jarviswidget-color-pink > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-pink .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-pink .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-pink > header {
    border-color: #ac5287 !important; }
/* pinkDark theme */
.jarviswidget-color-pinkDark > header {
  background: #a8829f;
  color: #fff; }
  .jarviswidget-color-pinkDark > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-pinkDark .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-pinkDark .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-pinkDark > header {
    border-color: #a8829f !important; }
/* yellow theme */
.jarviswidget-color-yellow > header {
  background: #b09b5b;
  color: #fff; }
  .jarviswidget-color-yellow > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-yellow .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-yellow .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-yellow > header {
    border-color: #b09b5b !important; }
/* orange theme */
.jarviswidget-color-orange > header {
  background: #c79121;
  color: #fff; }
  .jarviswidget-color-orange > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-orange .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-orange .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-orange > header {
    border-color: #c79121 !important; }
/* orangeDark theme */
.jarviswidget-color-orangeDark > header {
  background: #a57225;
  color: #fff; }
  .jarviswidget-color-orangeDark > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-orangeDark .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-orangeDark .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-orangeDark > header {
    border-color: #a57225 !important; }
/* darken theme */
.jarviswidget-color-darken > header {
  background: #404040;
  color: #fff; }
  .jarviswidget-color-darken > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-darken > .nav-tabs > li:not(.active) > a {
    color: #fff !important; }
  .jarviswidget-color-darken .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-darken > header {
    border-color: #404040 !important; }
/* purple theme */
.jarviswidget-color-purple > header {
  background: #65596b;
  color: #fff; }
  .jarviswidget-color-purple > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-purple .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-purple .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-purple > header {
    border-color: #65596b !important; }
/* teal theme */
.jarviswidget-color-teal > header {
  background: #568a89;
  color: #fff; }
  .jarviswidget-color-teal > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-teal .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-teal .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-teal > header {
    border-color: #568a89 !important; }
/* teal theme */
.jarviswidget-color-blueDark > header {
  background: #4c4f53;
  color: #fff; }
  .jarviswidget-color-blueDark > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-blueDark .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-blueDark > header {
    border-color: #4c4f53 !important; }
/* blue theme */
.jarviswidget-color-blue > header {
  background: #60747c;
  color: #fff; }
  .jarviswidget-color-blue > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-blue .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-blue .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-blue > header {
    border-color: #60747c !important; }
/* blueLight theme */
.jarviswidget-color-blueLight > header {
  background: #ccdadf;
  color: #2b363c; }
  .jarviswidget-color-blueLight > header > .jarviswidget-ctrls a {
    color: #2b363c !important; }
  .jarviswidget-color-blueLight .nav-tabs li:not(.active) a, .jarviswidget-color-blueLight .nav-tabs li a:hover {
    color: #2b363c !important; }
  .jarviswidget-color-blueLight > header {
    border-color: #92a2a8 !important; }
/* red theme */
.jarviswidget-color-red > header {
  background: #931313;
  color: #fff; }
  .jarviswidget-color-red > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-red .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-red .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-red > header {
    border-color: #931313 !important; }
/* redLight theme */
.jarviswidget-color-redLight > header {
  background: #a65858;
  color: #fff; }
  .jarviswidget-color-redLight > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-redLight .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-redLight .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-redLight > header {
    border-color: #a65858 !important; }
/* white theme */
.jarviswidget-color-white > header {
  background: #fff;
  color: #838383; }
  .jarviswidget-color-white > header > .jarviswidget-ctrls a {
    color: #838383 !important; }
  .jarviswidget-color-white .nav-tabs li:not(.active) a, .jarviswidget-color-white .nav-tabs li a:hover {
    color: #838383 !important; }
  .jarviswidget-color-white > header {
    border-color: #c8c8c8 !important; }
/* greenDark theme */
.jarviswidget-color-greenDark > header {
  background: #496949;
  color: #fff; }
  .jarviswidget-color-greenDark > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-greenDark .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-greenDark .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-greenDark > header {
    border-color: #638167 !important; }
/* green theme */
.jarviswidget-color-green > header {
  background: #356e35;
  color: #fff; }
  .jarviswidget-color-green > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-green .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-green .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-green > header {
    border-color: #638167 !important; }
/* greenLight theme */
.jarviswidget-color-greenLight > header {
  background: #71843f;
  color: #fff; }
  .jarviswidget-color-greenLight > header > .jarviswidget-ctrls a {
    color: #fff !important; }
  .jarviswidget-color-greenLight .nav-tabs li:not(.active) a {
    color: #fff !important; }
  .jarviswidget-color-greenLight .nav-tabs li a:hover {
    color: #333 !important; }
  .jarviswidget-color-greenLight > header {
    border-color: #638167 !important; }
/*
 * WIDGET COLOR DROPDOWN
 */
.color-select {
  list-style: none;
  margin: 0;
  padding: 4px;
  min-width: 166px;
  max-width: 156px;
  right: -3px; }
  .color-select li {
    display: block;
    margin: 2px;
    float: left; }
  .color-select li span:hover {
    border: 3px solid rgba(0, 0, 0, .2); }

.color-select li span, .color-box {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  background: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer; }

.color-box {
  position: relative;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  outline: 1px solid rgba(0, 0, 0, .1);
  background: rgba(255, 255, 255, .3) !important; }
  .color-box:hover, .open .color-box {
    outline: 1px solid rgba(0, 0, 0, .1) !important; }
  .color-box:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07); }
  .color-box:active {
    top: 1px;
    left: 1px; }
  .widget-toolbar > .color-box {
    margin-top: 7px;
    width: 18px;
    height: 18px;
    outline: 1px solid rgba(0, 0, 0, 0.2); }
  .widget-toolbar > .color-box:hover, .widget-toolbar > .color-box:active, .widget-toolbar > .color-box:focus {
    outline: 1px solid rgba(0, 0, 0, 0.25) !important; }

.widget-toolbar .dropdown-menu.color-select {
  right: -1px; }
/*
 * ICONS
 */
.jarviswidget-ctrls a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333; }
/*
 * RTL - SUPPORT
 .rtl {
 .jarviswidget > header {
 padding: 0 7px 0 0;
 h2 {
 float: right;
 text-align: right
 }
 .jarviswidget-icon {
 float: right;
 margin: 12px 0 0 7px;
 }
 }
 .jarviswidget-ctrls {
 float: left;
 padding: 10px 0 0 3px;
 margin: 0;
 .button-icon { margin: 0 0 5px 5px; }
 }
 .jarviswidget-loader { float: left; }
 }*/
/*
 * CLEARFIX
 */
.jarviswidget:before, .jarviswidget:after, .jarviswidget > div:before, .jarviswidget > div:after, .inner-spacer:before, .inner-spacer:after, .jarviswidget-editbox:before, .jarviswidget-editbox:after, .clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }

.jarviswidget:after, .jarviswidget > div:after, .inner-spacer:after, .jarviswidget-editbox:after, .clearfix:after {
  clear: both; }

.jarviswidget, .jarviswidget > div, .inner-spacer:after, .jarviswidget-editbox, .clearfix {
  zoom: 1;
  /*IE*/ }
/*
 * WIDGET TOOLBARS
 */
.widget-toolbar {
  display: inline-block;
  float: right;
  width: auto;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
  padding: 0 8px;
  text-align: center; }
  .widget-toolbar > :first-child {
    text-align: left; }
/*
 * WIDGET TOOLBAR COMPONENTS
 */
/*
 * TABS
 */
.jarviswidget header .nav-tabs {
  border-bottom-color: transparent; }
  .jarviswidget header .nav-tabs > li > a {
    border-radius: 0px;
    border: none;
    padding: 7px 15px 6px; }
  .jarviswidget header .nav-tabs > li.active > a, .jarviswidget header .nav-tabs > li.active > a:hover, .jarviswidget header .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-bottom-color: transparent;
    border-top: none;
    cursor: default; }

.jarviswidget header:first-child .nav-tabs {
  float: left; }
  .jarviswidget header:first-child .nav-tabs li {
    padding-left: 0; }
  .jarviswidget header:first-child .nav-tabs li a {
    color: #333; }
  .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
    margin-right: 0px !important;
    border-right: none !important; }
/*
 * PILLS
 */
.jarviswidget header .nav-pills {
  margin: 3px; }
  .jarviswidget header .nav-pills > li > a {
    padding: 3px 5px 4px; }
/*
 * BTN GROUPS
 */
.widget-toolbar .btn-group {
  margin-top: -3px; }
/*
 * BTNs
 */
.widget-toolbar > .btn {
  margin-top: -3px;
  font-size: 12px !important;
  padding: 1px 8px !important; }
/*
 * INPUT
 */
.widget-toolbar .smart-form label.checkbox, .widget-toolbar .smart-form label.radio {
  line-height: 29px; }
/*
 * LABELS
 */
.widget-toolbar > .label {
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px 7px; }
/*
 * BADGE
 */
.widget-toolbar > .badge {
  padding: 5px 5px;
  font-size: 14px;
  border-radius: 50%;
  font-weight: normal;
  min-width: 24px;
  text-align: center !important; }
/*
 * PROGRESS BARS
 */
.widget-toolbar .progress {
  width: 130px;
  margin: 7px 0 0 0;
  height: 18px !important;
  font-size: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #d1d1d1 inset; }

.widget-toolbar .progress-bar {
  font-size: 12px; }
/*
 * PAGINATION
 */
.widget-toolbar .pagination {
  margin: 4px 0; }
  .widget-toolbar .pagination > li > a {
    padding: 2px 7px; }
/*
 * TEXT INPUT
 */
.widget-toolbar .widget-text-input {
  max-width: 220px; }

.widget-toolbar input[type='text'] {
  height: 28px !important;
  margin-top: 2px; }

.widget-toolbar.smart-form .icon-append, .widget-toolbar.smart-form .icon-prepend, .widget-toolbar .smart-form .icon-append, .widget-toolbar .smart-form .icon-prepend {
  top: 3px !important; }
/*
 * Enhancements for other plugins 
 */
#jarviswidget-fullscreen-mode .fc-grid .fc-day-number {
  padding: 5px 12px;
  font-size: 40px; }
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
 The outer-most container in a typical Jcrop instance
 If you are having difficulty with formatting related to styles
 on a parent element, place any fixes here or in a like selector
 You can also style this element if you want to add a border, etc
 A better method for styling can be seen below with .jcrop-light
 (Add a class to the holder and style elements for that extended class)
 */
.jcrop-holder {
  direction: ltr;
  text-align: left; }
/* Selection Border */
.jcrop-vline, .jcrop-hline {
  background: #fff url("../bundles/smartadmin/images/jcrop/Jcrop.gif");
  font-size: 0;
  position: absolute; }

.jcrop-vline {
  height: 100%;
  width: 1px !important; }
  .jcrop-vline.right {
    right: 0; }

.jcrop-hline {
  height: 1px !important;
  width: 100%; }
  .jcrop-hline.bottom {
    bottom: 0; }

.jcrop-tracker {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.jcrop-handle {
  background-color: #333;
  border: 1px #eee solid;
  width: 7px;
  height: 7px;
  font-size: 1px; }
  .jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0; }
  .jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px; }
  .jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%; }
  .jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%; }
  .jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0; }
  .jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0; }
  .jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0; }
  .jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px; }
/* Dragbars */
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%; }
  .jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px; }
  .jcrop-dragbar.ord-n {
    margin-top: -4px; }
  .jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px; }
  .jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0; }
  .jcrop-dragbar.ord-w {
    margin-left: -4px; }
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
  background: #fff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }
  .jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px; }
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }
  .jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px; }
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline, .solid-line .jcrop-hline {
  background: #fff; }
/* Fix for twitter bootstrap et al. */
.jcrop-holder {
  display: inline-block;
  float: left;
  margin-bottom: 20px; }
  .modal .jcrop-holder {
    display: block;
    float: none !important;
    margin: 0px !important; }

.jcrop-holder img, img.jcrop-preview {
  max-width: none; }
/* Grid */
.ui-jqgrid {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border: 1px solid #ccc !important;
  /* caption */
  /* header */ }
  .ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 11px; }
  .ui-jqgrid .ui-jqgrid-view input {
    margin: 0px !important; }
  .ui-jqgrid .ui-jqgrid-view button, .ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea {
    font-size: 11px;
    /*font-size: 13px;
     padding: 4px;
     margin: 5px 2px;*/ }
  .ui-jqgrid .ui-jqgrid-titlebar {
    padding: 12px 13px;
    position: relative;
    font-size: 12px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #bebebe; }
  .ui-jqgrid .ui-jqgrid-caption {
    text-align: left; }
  .ui-jqgrid .ui-jqgrid-title {
    font-size: 15px;
    color: #333; }
  .ui-jqgrid .ui-jqgrid-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    right: 10px !important;
    cursor: pointer; }
  .ui-jqgrid .ui-jqgrid-titlebar-close span {
    display: block;
    margin: 1px; }
  .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
    padding: 0; }
  .ui-jqgrid .ui-jqgrid-hdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    border-left: 0 none !important;
    border-top: 0 none !important;
    border-right: 0 none !important; }
  .ui-jqgrid .ui-jqgrid-hbox {
    float: left;
    padding-right: 20px; }
  .ui-jqgrid .ui-jqgrid-htable {
    table-layout: fixed;
    margin: 0; }
  .ui-jqgrid .ui-jqgrid-htable th {
    padding: 0 2px 0 2px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%); }
  .ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    background: none; }
  .ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
    /*overflow-x: hidden;
     height: 300px !important;*/
    background: #fff; }
  .ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0;
    outline-style: none; }
  .ui-jqgrid .ui-th-div-ie {
    white-space: nowrap;
    zoom: 1; }
  .ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden; }
  .ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
    right: 0px; }
  .ui-jqgrid .ui-icon-asc {
    margin-top: -4px;
    right: -1px; }
  .ui-jqgrid .ui-icon-desc {
    margin-top: 3px;
    height: 12px; }
  .ui-jqgrid .ui-i-asc {
    margin-top: 0;
    height: 16px; }
  .ui-jqgrid .ui-i-desc {
    margin-top: 0;
    margin-left: 13px;
    height: 16px; }
  .ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer; }
  .ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 1px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important; }
  .ui-jqgrid .ui-state-hover td {
    background: #ecf3f8 !important; }
  .ui-jqgrid .ui-pg-button {
    height: auto !important; }
  .ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-pg-selbox {
    height: auto;
    font-size: inherit; }
  .ui-jqgrid .ui-state-highlight td {
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important; }
  .ui-jqgrid .ui-state-highlight + .ui-widget-content > td {
    border-top-color: #bce8f1; }
  .ui-jqgrid .ui-jqgrid-pager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    margin: 0 !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
    font-size: 12px;
    height: auto;
    padding: 4px !important; }
  .ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 1px 0;
    float: left;
    position: relative; }
  .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px; }
  .ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer; }
  .ui-jqgrid .ui-search-table {
    padding: 0;
    border: 0 none;
    height: 20px;
    width: 100%; }
  .ui-jqgrid .ui-search-table .ui-search-oper {
    width: 20px; }
  .ui-jqgrid .ui-search-table .ui-search-input > input, .ui-jqgrid .ui-search-table .ui-search-input > select {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ui-jqgrid .ui-jqgrid-caption-rtl {
    text-align: right; }
  .ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px; }
  .ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0; }
  .ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -2px 0 -1px -3px; }
  .ui-jqgrid .ui-sort-rtl {
    left: 0; }
  .ui-jqgrid .tree-wrap-ltr {
    float: left; }
  .ui-jqgrid .tree-wrap-rtl {
    float: right; }
  .ui-jqgrid .ui-ellipsis {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .ui-jqgrid tr.ui-row-ltr td, .ui-jqgrid tr.ui-row-ltr, .ui-jqgrid table {
    border-left: none !important; }
  .ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    padding: 6px 4px;
    font-size: 13px !important; }
  .ui-jqgrid tr.ui-row-rtl td {
    text-align: right; }
  .ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px 0 2px;
    border-right-width: 1px;
    border-right-style: solid; }
  .ui-jqgrid tr.jqgrow {
    outline-style: none;
    height: 30px;
    font-size: 12px; }
  .ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre; }
  .ui-jqgrid tr.jqgroup {
    outline-style: none; }
  .ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre; }
  .ui-jqgrid tr.jqfoot td {
    font-weight: bold;
    overflow: hidden;
    white-space: pre; }
  .ui-jqgrid td.jqgrid-rownum {
    padding: 0 2px 0 2px;
    margin: 0;
    border: 0 none; }
  .ui-jqgrid .ui-jqgrid-resize-mark {
    width: 2px;
    left: 0;
    background-color: #777;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
    z-index: 99999; }
  .ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 0 none !important;
    border-top: 0 none !important;
    border-right: 0 none !important; }
  .ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom: 0; }
  .ui-jqgrid tr.footrow td {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px; }
  .ui-jqgrid tr.footrow-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid; }
  .ui-jqgrid tr.footrow-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  border: none; }

tr.ui-jqgrid-labels {
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px; }

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none; }

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-left: 0 none; }

.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  border-right: 0 none; }

.ui-first-th-ltr {
  border-right: 1px solid; }

.ui-first-th-rtl {
  border-left: 1px solid; }

tr.ui-search-toolbar input {
  margin: 1px 0 0 0; }

tr.ui-search-toolbar select {
  margin: 1px 0 0 0; }
/* Pager*/
.ui-jqgrid .ui-pager-control {
  position: relative; }

.ui-jqgrid .ui-pg-table {
  position: relative;
  padding-bottom: 2px;
  width: auto;
  margin: 0; }
  .ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1px; }

.ui-jqgrid .ui-pg-button {
  height: 19px !important; }
  .ui-jqgrid .ui-pg-button span {
    display: block;
    margin: 1px;
    float: left; }
  .ui-jqgrid .ui-pg-button:hover {
    /*padding: 0;*/ }

.ui-jqgrid .ui-state-disabled:hover {
  padding: 1px; }

.ui-jqgrid .ui-pg-input {
  height: 13px;
  font-size: 0.8em;
  margin: 0; }

.ui-jqgrid .ui-pg-selbox {
  font-size: 0.8em;
  line-height: 18px;
  display: block;
  height: 18px;
  margin: 0; }

.ui-jqgrid .ui-separator {
  height: 18px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 1px;
  float: right; }

.ui-jqgrid .ui-paging-info {
  font-weight: normal;
  height: 19px;
  margin-top: 3px;
  margin-right: 4px; }

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
  margin: 0; }

.ui-jqgrid td textarea {
  width: auto;
  height: auto; }

.ui-jqgrid .ui-jqgrid-toppager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 25px !important;
  white-space: nowrap;
  overflow: hidden; }
  .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
    padding: 1px 0;
    float: left;
    position: relative; }
  .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px; }
  .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
    cursor: pointer; }
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block; }

.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%; }
  .ui-jqgrid .ui-subgrid table {
    table-layout: fixed; }
  .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
    height: 18px;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid; }
  .ui-jqgrid .ui-subgrid td.subgrid-data {
    border-top: 0 none !important; }
  .ui-jqgrid .ui-subgrid td.subgrid-cell {
    border-width: 0 0 1px 0; }

.ui-jqgrid .ui-th-subgrid {
  height: 20px; }
/* loading */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px; }

.ui-jqgrid .jqgrid-overlay {
  display: none;
  z-index: 100; }
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
  border-left: 0 none;
  border-right: 0 none;
  height: 21px;
  overflow: hidden; }
/*Modal Window */
.ui-jqdialog {
  display: none;
  width: 300px;
  position: absolute;
  padding: 0.2em;
  font-size: 11px;
  overflow: visible; }
  .ui-jqdialog .ui-jqdialog-titlebar {
    padding: 0.3em 0.2em;
    position: relative; }
  .ui-jqdialog .ui-jqdialog-title {
    margin: 0.1em 0 0.2em; }
  .ui-jqdialog .ui-jqdialog-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
    cursor: pointer; }
  .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
    padding: 0; }
  .ui-jqdialog .ui-jqdialog-titlebar-close span {
    display: block;
    margin: 1px; }
  .ui-jqdialog .ui-jqconfirm {
    padding: 0.4em 1em;
    border-width: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: visible;
    display: none;
    height: 80px;
    width: 220px;
    text-align: center; }
  .ui-jqdialog > .ui-resizable-se {
    bottom: -3px;
    right: -3px; }

.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
  border: 0;
  background: none;
  height: auto; }

.ui-jqgrid > .ui-resizable-se {
  bottom: -3px;
  right: -3px; }
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
  margin: 0; }
  .ui-jqdialog-content .EditTable {
    width: 100%;
    margin-bottom: 0; }
  .ui-jqdialog-content .DelTable {
    width: 100%;
    margin-bottom: 0; }
  .ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px; }
  .ui-jqdialog-content td.navButton {
    text-align: center;
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px; }
  .ui-jqdialog-content input.FormElement {
    padding: 0.3em; }
  .ui-jqdialog-content select.FormElement {
    padding: 0.3em; }
  .ui-jqdialog-content .data-line {
    padding-top: 0.1em;
    border: 0 none; }
  .ui-jqdialog-content .CaptionTD {
    vertical-align: middle;
    border: 0 none;
    padding: 2px;
    white-space: nowrap; }
  .ui-jqdialog-content .DataTD {
    padding: 2px;
    border: 0 none;
    vertical-align: top; }
  .ui-jqdialog-content .form-view-data {
    white-space: pre; }

.EditTable td input, .EditTable td select, .EditTable td textarea {
  margin: 0; }

.EditTable td textarea {
  width: auto;
  height: auto; }

.fm-button {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0.4em 0.5em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1; }

.fm-button-icon-left {
  padding-left: 1.9em; }
  .fm-button-icon-left .ui-icon {
    right: auto;
    left: 0.2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px; }

.fm-button-icon-right {
  padding-right: 1.9em; }
  .fm-button-icon-right .ui-icon {
    left: auto;
    right: 0.2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px; }

#nData, #pData {
  float: left;
  margin: 3px;
  padding: 0;
  width: 15px; }
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
  font-style: normal;
  border-left: 0 none; }
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span, .ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
  margin: -1px; }
/* Tree Grid */
.ui-jqgrid .tree-wrap {
  float: left;
  position: relative;
  height: 18px;
  white-space: nowrap;
  overflow: hidden; }
  .ui-jqgrid .tree-minus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden; }
  .ui-jqgrid .tree-plus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden; }
  .ui-jqgrid .tree-leaf {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden; }
  .ui-jqgrid .treeclick {
    cursor: pointer; }
/* moda dialog */
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px; }
/* Toolbar Search Menu */
.ui-search-menu {
  position: absolute;
  padding: 2px 5px; }

a.g-menu-item, a.soptclass, a.clearsearchclass {
  cursor: pointer; }
/*
 * CUSTOM
 */
.jqgrid-new-row {
  color: #1b641b !important;
  background-color: #a8e798 !important;
  border-color: #7e9e64 !important; }

.ui-jqdialog-content .DataTD {
  padding-bottom: 5px; }
  .ui-jqdialog-content .DataTD:last-child {
    padding-bottom: 10px; }
/*
 * VECTOR MAP
 */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  background: #292929;
  padding: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #bfbfbf; }

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
  background: #eee;
  border-color: #d9d9d9; }

.jvectormap-zoomin {
  top: 0px; }

.jvectormap-zoomout {
  top: 24px; }

.vector-map {
  height: 300px;
  width: 100%;
  padding: 10px; }

#heat-fill {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background: #333;
  height: 7px;
  width: 200px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC); }

.fill-a, .fill-b {
  width: 20px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background: #fff;
  padding-right: 4px;
  position: absolute;
  left: 0px;
  margin-top: -7px;
  font-weight: bold; }

.fill-b {
  text-align: left;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 60px;
  padding-left: 4px;
  padding-right: 0px; }
/*!
 * Select2 4.0.1
 * https://select2.github.io
 *
 * Released under the MIT license
 * https://github.com/select2/select2/blob/master/LICENSE.md
 */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  /*
   Force border-box so that % widths fit the parent
   container without overlap because of margin/padding.
   More Info : http://www.quirksmode.org/css/box.html
   */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-selection, .select2-container .select2-choice {
  display: block;
  height: 32px;
  padding: 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  /* rtl settings */ }
  .smart-rtl .select2-selection, .smart-rtl .select2-container .select2-choice {
    text-align: right;
    margin-right: -1px; }

.select2-container--above .select2-selection, .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc; }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('${base-url}/select2.png') right top no-repeat;*/
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  /*background-position: right -11px;*/
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background: #fff;
  filter: alpha(opacity=0); }

.select2-dropdown, .select2-drop {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  /* rtl settings */ }
  .smart-rtl .select2-dropdown, .smart-rtl .select2-drop {
    direction: rtl;
    text-align: right; }

.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto; }

.select2-container--open .select2-dropdown--above .select2-search, .select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container--open .select2-dropdown.select2-dropdown--above, .select2-drop.select2-drop-above {
  margin-bottom: 0px;
  border-top: 1px solid #5d98cc;
  border-top-width: 3px;
  border-bottom: 0;
  margin-top: 1px;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); }

.select2-container--open .select2-dropdown, .select2-drop-active {
  border: 1px solid #5d98cc;
  border-top: none;
  border-bottom-width: 3px; }

.select2-container--open .select2-dropdown--above, .select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px; }

.select2-selection__arrow, .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
  /* rtl settings */ }
  .smart-rtl .select2-selection__arrow, .smart-rtl .select2-container .select2-choice .select2-arrow {
    border-left: none;
    border-right: 1px solid #ccc;
    left: 0;
    right: auto; }

.select2-selection__arrow b, .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px; }

.select2-selection__arrow b:before, .select2-container .select2-choice .select2-arrow b:before {
  content: "\f107";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: linear-gradient(top, #fff 85%, #eee 99%);
  /* rtl settings */ }
  .smart-rtl .select2-search input {
    padding: 6px 10px 5px 20px; }

.select2-search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f002";
  top: 50%;
  margin-top: -8px;
  right: 10px;
  color: #686868 !important;
  /* rtl settings */ }
  .smart-rtl .select2-search:before {
    left: 10px;
    right: auto; }

.select2-drop.select2-drop-above .select2-search:before {
  margin-top: -5px; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-drop.select2-drop-above .select2-search:before {
  top: 34%; }

.select2-search input.select2-active {
  background: #fff url('${base-url}/select2-spinner.gif') no-repeat 100%;
  background: url('${base-url}/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('${base-url}/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('${base-url}/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('${base-url}/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%); }

.select2-container--open .select2-selection, .select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #5d98cc;
  outline: none; }

.select2-container--open .select2-selection, .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5d98cc;
  border-top-color: transparent; }

.select2-container--open .select2-selection .select2-selection__arrow, .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

.select2-container--open .select2-selection .select2-selection__arrow b, .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }
/* results */
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block; }

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

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results__options--nested .select2-results__option, .select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results__options--nested .select2-results__option, .select2-results .select2-results__group, .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  display: block;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results__option--highlighted, .select2-results .select2-highlighted {
  background: #3276b1;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px; }

.select2-no-results {
  padding-left: 20px; }

.select2-no-results:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  margin-right: 5px; }
/*
 disabled look for disabled choices in the results dropdown
 */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url('${base-url}/select2-spinner.gif') no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }
/* multiselect */
.select2-selection--multiple, .select2-container-multi .select2-choices {
  height: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5d98cc;
  outline: none; }

.select2-selection__choice, .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
  /* rtl settings */ }
  .smart-rtl .select2-selection__choice, .smart-rtl .select2-container-multi .select2-choices li {
    float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('${base-url}/select2-spinner.gif') no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-selection__choice, .select2-container-multi .select2-choices .select2-search-choice {
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: #fff;
  cursor: default;
  border: 1px solid #2a6395;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3276b1;
  /* rtl settings */ }
  .smart-rtl .select2-selection__choice, .smart-rtl .select2-container-multi .select2-choices .select2-search-choice {
    margin: 4px 5px 3px 0; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  opacity: 0.8; }

.select2-selection__clear, .select2-search-choice-close {
  display: none; }

.select2-selection__choice__remove, .select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 3px 4px 3px 6px; }

.select2-selection__choice__remove:before {
  content: "\f057";
  display: block;
  font-size: 15px; }

.select2-selection__choice__remove {
  font-family: FontAwesome;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-height: 20px;
  min-width: 21px;
  position: absolute;
  text-decoration: none !important; }

.select2-selection__rendered {
  padding: 0; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent none repeat scroll 0 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 0;
  padding: 0;
  /* rtl settings */ }
  .smart-rtl .select2-container--default .select2-search--inline .select2-search__field {
    text-align: right; }

.select2-container .select2-search--inline {
  float: left;
  width: auto;
  line-height: 28px;
  /* rtl settings */ }
  .smart-rtl .select2-container .select2-search--inline {
    float: right; }

.select2-container .select2-search--inline:before {
  display: none !important; }

.select2-selection__choice__remove:hover, .select2-container-multi .select2-search-choice-close:hover {
  background: rgba(0, 0, 0, .3); }
/*
 .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
 background-position: right -11px;
 }
 .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
 background-position: right -11px;
 }*/
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #4a90cc;
  background-image: none;
  background-color: #86b4dd;
  cursor: not-allowed; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }
/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-hidden-accessible, .select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }
/*
 * ADJUSTMENTS
 */
.has-error .select2-choice, .has-error .select2-container .select2-choice .select2-arrow, .has-error .select2-container-multi .select2-choices {
  border-color: #b94a48; }

.has-error .select2-container .select2-choice .select2-arrow {
  background: #f2dede;
  color: #b94a48; }

.has-error .select2-dropdown-open .select2-choice {
  border-color: #5d98cc !important; }

.select2-drop.select2-drop-above.select2-drop-active {
  margin-top: 2px; }

.editable-input > .select2-container {
  min-width: 200px; }
/* style sheets */
.ui-chatbox {
  position: fixed;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  z-index: 959; }

.ui-chatbox-titlebar {
  padding: 0px;
  height: 36px;
  cursor: pointer;
  background: #474544 !important;
  color: #fff !important;
  font-weight: normal;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05); }

.ui-chatbox-titlebar > span {
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  display: inline-block;
  float: left; }

.ui-chatbox-titlebar > span > :first-child {
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px; }

.ui-chatbox-titlebar.online > span > i {
  background: #54ce3c; }

.ui-chatbox-titlebar.busy > span > i {
  background: #f14b52; }

.ui-chatbox-titlebar.away > span > i {
  background: #ffc40d; }

.ui-chatbox-titlebar.incognito > span > i {
  background: #a19e9d; }

.ui-chatbox-titlebar.ui-state-focus {
  background: #201f1f !important;
  color: #fff; }

.ui-chatbox-content {
  padding: 0px;
  margin: 0px;
  border: 0px !important; }

.ui-chatbox-content > .alert-msg {
  border-bottom: 1px dashed #d6d6d6;
  padding: 4px 10px;
  color: #c20f16;
  display: block;
  font-size: 11px;
  text-align: center;
  display: none; }

.ui-chatbox-content.true > .alert-msg {
  display: block !important; }

.ui-chatbox-log {
  padding: 7px 10px;
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: none !important; }

.ui-chatbox-log > :first-child {
  margin-top: 0px; }

.ui-chatbox-input {
  padding: 3px;
  border-top: 1px solid grey;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  border-width: 0px !important; }

.ui-chatbox-input-box {
  margin: 2px;
  border: 1px solid !important;
  /* #6699FF */
  border-color: #666 #ccc #ccc #ccc !important;
  padding: 2px;
  height: 50px;
  outline: none;
  resize: none;
  background-color: rgba(48, 126, 204, .05) !important; }

.ui-chatbox-icon {
  float: right;
  min-width: 30px;
  height: 36px;
  border-left: 1px solid rgba(0, 0, 0, .09);
  font-size: 14px;
  line-height: 26px;
  color: #fff !important;
  padding: 5px 9px; }

.ui-chatbox-icon.ui-state-hover {
  background-color: rgba(0, 0, 0, .07) !important;
  border-left: 1px solid rgba(0, 0, 0, .09) !important; }

.ui-chatbox-input-focus {
  border-color: #5d98cc !important;
  background-color: #fff !important; }

.ui-chatbox-msg {
  margin-top: 10px;
  float: left;
  clear: both;
  /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */ }
/*
 * IN THE MENU
 */
.chat-users > ul:before, .chat-users li:before {
  border: none; }

.chat-users .display-users {
  display: block;
  padding: 0px 15px; }

.chat-users .display-users a[data-chat-id] {
  padding: 4px 6px;
  font-size: 13px;
  margin: 1px 0px; }

.chat-users .display-users [data-chat-id]:hover {
  background: rgba(255, 255, 255, .1); }

.chat-users .display-users [data-chat-id] > i {
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px;
  width: auto !important; }

.chat-users .display-users [data-chat-status="away"] > i {
  background: #ffc40d; }

[data-chat-status="away"] + .popover .usr-card > img {
  border-left-color: #ffc40d; }

.chat-users .display-users [data-chat-status="online"] > i {
  background: #54ce3c; }

[data-chat-status="online"] + .popover .usr-card > img {
  border-left-color: #54ce3c; }

.chat-users .display-users [data-chat-status="incognito"] > i {
  background: #a19e9d; }

[data-chat-status="incognito"] + .popover .usr-card > img {
  border-left-color: #a19e9d; }

.chat-users .display-users [data-chat-status="busy"] > i {
  background: #f14b52; }

[data-chat-status="busy"] + .popover .usr-card > img {
  border-left-color: #f14b52; }

.display-users > dl {
  margin: 0px; }

.chat-user-filter {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 27px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 4px;
  font-size: 14px; }
/*
 * POPOVER STYLE
 */
[data-chat-id] + .popover {
  min-width: 250px;
  margin-left: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: normal !important; }

[data-chat-id] + .popover .popover-content {
  padding: 8px; }
/*
 * USER CARD
 */
.usr-card {
  position: relative; }

.usr-card > img {
  display: inline-block;
  border-left: 3px solid #fff; }

.usr-card-content {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  padding-left: 5px;
  max-width: 174px; }

.usr-card-content > :first-child {
  margin: 0px;
  font-size: 14px;
  color: #3276b1;
  font-weight: bold; }

.usr-card-content > p {
  margin: 0px; }

.usr-card-content > p > small {
  display: block;
  color: #7e7e7e; }
/*
 * DEMO BUTTON
 */
.sa-chat-learnmore-btn {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 0px !important;
  background: rgba(0, 0, 0, .2);
  border-color: rgba(0, 0, 0, .2);
  color: #c2c2c2;
  border-radius: 5px; }
/*! X-editable - v1.5.0 
 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
 * http://github.com/vitalets/x-editable
 * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */ }
  .editableform .control-group {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
    white-space: nowrap;
    /* prevent wrapping buttons on new line */ }

.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }
  .editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 7px;
    margin-left: 0; }

.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-buttons .editable-cancel {
  margin-left: 7px; }
/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px; }

.editableform-loading {
  background: url("../bundles/smartadmin/images/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px; }

.editable-inline .editableform-loading {
  background-position: left 5px; }

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }
/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px; }

.editable-error {
  color: red; }
/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left; }
/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px; }
/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], .editable-checklist label span {
  vertical-align: middle;
  margin: 0; }

.editable-checklist label {
  white-space: nowrap; }
/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px; }
/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }
/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url("../bundles/smartadmin/images/clear.png") center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px; }

.editable-clear-x:hover {
  opacity: 1; }

.editable-pre-wrapped {
  white-space: pre-wrap; }

.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */ }

.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */ }

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */ }

.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #08c; }

.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none; }

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #d14;
  /* border-bottom: none; */
  text-decoration: none; }

.editable-unsaved {
  font-weight: bold; }

.editable-unsaved:after {
  /*    content: '*'*/ }

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out; }
/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block; }
/*
 * x-editable CSS
 */
.editable-address {
  display: block;
  margin-bottom: 5px; }

.editable-address span {
  width: 70px;
  display: inline-block; }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.editable-input .datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  /*.dow {
   border-top: 1px solid #ddd !important;
   }*/ }
  .editable-input .datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .editable-input .datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .editable-input .datepicker > div {
    display: none; }
  .editable-input .datepicker table {
    width: 100%;
    min-width: 214px;
    margin: 0; }
  .editable-input .datepicker td, .editable-input .datepicker th {
    text-align: center;
    width: 24px;
    height: 20px; }
  .editable-input .datepicker td.day:hover {
    background: #eee;
    cursor: pointer; }
  .editable-input .datepicker td.day.disabled {
    color: #555; }
  .editable-input .datepicker td.old, .editable-input .datepicker td.new {
    color: #555; }
  .editable-input .datepicker td.active, .editable-input .datepicker td.active:hover {
    background: #3276b1;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border-radius: 3px; }
  .editable-input .datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer; }
  .editable-input .datepicker td span:hover {
    background: #eee; }
  .editable-input .datepicker td span.active {
    background: #3276b1;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    border-radius: 3px; }
  .editable-input .datepicker td span.old {
    color: #555; }
  .editable-input .datepicker th.switch {
    width: 145px; }
  .editable-input .datepicker th.next, .editable-input .datepicker th.prev {
    font-size: 19.5px; }
  .editable-input .datepicker thead tr:first-child th {
    cursor: pointer; }
  .editable-input .datepicker thead tr:first-child th:hover {
    background: #eee; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.editable-input .datepicker .next i, .datepicker .prev i {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }

.editable-input .datepicker .prev i:before {
  content: "\f060"; }

.editable-input .datepicker .next i:before {
  content: "\f061"; }
/*Messagebox */
.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000; }
/*
 .MessageIE {
 background-image: url("#{$base-url}/bg.png");    
 }*/
.MessageBoxContainer {
  position: relative;
  top: 35%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px; }
  .MessageBoxContainer input {
    width: 50%;
    padding: 5px; }
  .MessageBoxContainer select {
    width: 50%;
    padding: 5px; }

.MessageBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%; }
  .MessageBoxMiddle .MsgTitle {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 300; }
  .MessageBoxMiddle .pText {
    font-style: 30px; }

.MessageBoxButtonSection {
  width: 100%;
  height: 30px; }
  .MessageBoxButtonSection button {
    float: right;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold; }
/* End of MessageBox */
.LoadingBoxContainer {
  position: relative;
  top: 20%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323; }
  .LoadingBoxContainer .MsgTitle {
    font-size: 26px; }
  .LoadingBoxContainer .pText {
    font-style: 30px; }

.LoadingBoxMiddle {
  position: relative;
  left: 20%;
  width: 50%;
  padding: 10px; }

#LoadingPoints {
  position: absolute; }
/* bigBoxes */
.bigBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #004d60;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  color: white;
  z-index: 99999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .bigBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    padding: 5px 0 !important;
    display: block; }
  .bigBox p {
    font-size: 13px;
    margin-top: 10px; }
  .bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0; }
  .bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px; }

#divMiniIcons {
  position: fixed;
  width: 415px;
  right: 10px;
  bottom: 180px;
  z-index: 9999;
  float: right; }
  #divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #fff;
    float: right;
    cursor: pointer;
    display: block;
    background-color: #f00;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px; }
  #divMiniIcons .cajita:active {
    top: 1px;
    left: 1px;
    position: relative; }

.botClose {
  position: absolute;
  right: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.5;
  display: block;
  top: 15px; }
  .botClose:hover {
    opacity: 1; }

.cajita img {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  padding-top: 3px; }
/* End of  bigBoxes */
/* SmallBox */
#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent; }
  .SmallBox:hover {
    border: 1px solid #fff;
    cursor: pointer; }
  .SmallBox .foto {
    font-size: 50px;
    position: absolute;
    left: 17px; }
  .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px; }
  .SmallBox .textoFoto {
    width: 78%;
    margin: 3px 20px 3px 80px;
    float: left; }
  .SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0; }
  .SmallBox p {
    font-size: 13px;
    margin-top: 2px; }

.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px; }

.miniIcono {
  height: 100%;
  font-size: 20px; }
/* End of SmallBox */
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 305px;
  padding: 20px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #004d60;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 0px 0px #222;
  box-shadow: inset 0 0 0px 0px #222; }

.purehtml {
  color: white;
  font-size: 16px; }
/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {
  /* SmallBox Responsive */
  /* End of SmallBox Responsive*/
  /* bigBoxes Responsive */
  /* End of  bigBoxes  Responsive */
  /*Messagebox Responsive */
  /* End of MessageBox Responsive */
    #divSmallBoxes {
      position: fixed;
      width: 90%;
      right: 0;
      top: 0; }
    .SmallBox {
      width: 95%; }
      .SmallBox:hover {
        box-shadow: 0px 0px 10px #888;
        cursor: pointer; }
      .SmallBox span {
        font-size: 16px;
        /*font-weight: bold;*/ }
      .SmallBox p {
        font-size: 12px;
        margin-top: 2px; }
      .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px; }
      .SmallBox .textoFoto {
        width: 55%;
        margin: 3px 20px 3px 80px;
        float: left; }
    .bigBox {
      position: fixed;
      right: 10px;
      bottom: 10px;
      background-color: #004d60;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 5px;
      width: 88%;
      height: 150px;
      color: white;
      z-index: 99999; }
    .divMessageBox {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 100000; }
    .MessageBoxContainer {
      position: relative;
      top: 25%;
      color: white;
      position: relative;
      width: 100%;
      background-color: #232323; }
    .MessageBoxMiddle {
      position: relative;
      left: 0;
      width: 100%;
      padding: 3px; }
    .MessageBoxMiddle .MsgTitle {
      font-size: 22px; }
    .MessageBoxMiddle .pText {
      font-style: 10px; }
    .MessageBoxContainer input {
      width: 50%;
      padding: 5px; }
    .MessageBoxContainer select {
      width: 50%;
      padding: 5px; }
    .MessageBoxButtonSection {
      width: 100%;
      height: 30px; }
    .MessageBoxButtonSection button {
      float: right;
      margin-right: 5px;
      padding-left: 15px;
      padding-right: 15px; } }
/* Animations */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.fast {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

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

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

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

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

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

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

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

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }
/*
 * SPARKLINE
 */
.jqstooltip {
  padding: 7px !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 1) !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.jqstooltip .jqsfield {
  font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 11px; }

#sparks {
  display: block;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: right; }

#sparks li {
  display: inline-block;
  max-height: 47px;
  overflow: hidden;
  text-align: left;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#sparks li h5 {
  color: #555;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin: -3px 0 0 0;
  padding: 0;
  border: none;
  text-transform: uppercase; }

#sparks li span {
  color: #636363;
  display: block; }

#sparks li {
  border-left: 1px dotted #c7c7c7;
  padding: 0 10px; }

#sparks li:last-child {
  padding-right: 0; }

#sparks li:first-child {
  border-left: none;
  padding-left: 0; }

.sparks-info {
  min-width: 70px; }

.sparks-info span {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  text-transform: none; }

.sparks-info .sparkline {
  display: block;
  float: right;
  margin: 3px 0 0 20px; }
/* width 100% */
[data-sparkline-width="100%"] > canvas {
  width: 100% !important; }
/* adjustment */
.dataTable [data-sparkline-width="100%"] > canvas {
  max-width: 60px !important; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../bundles/smartadmin/fonts/summernote.eot?0d0d5fac99cc8774d89eb08b1a8323c4");
  src: url("../bundles/smartadmin/fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../bundles/smartadmin/fonts/summernote.woff?0d0d5fac99cc8774d89eb08b1a8323c4") format("woff"), url("../bundles/smartadmin/fonts/summernote.ttf?0d0d5fac99cc8774d89eb08b1a8323c4") format("truetype"); }

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrow-circle-down:before {
  content: "\f108"; }

.note-icon-arrow-circle-left:before {
  content: "\f109"; }

.note-icon-arrow-circle-right:before {
  content: "\f10a"; }

.note-icon-arrow-circle-up:before {
  content: "\f10b"; }

.note-icon-arrows-alt:before {
  content: "\f10c"; }

.note-icon-arrows-h:before {
  content: "\f10d"; }

.note-icon-arrows-v:before {
  content: "\f10e"; }

.note-icon-bold:before {
  content: "\f10f"; }

.note-icon-caret:before {
  content: "\f110"; }

.note-icon-chain-broken:before {
  content: "\f111"; }

.note-icon-circle:before {
  content: "\f112"; }

.note-icon-close:before {
  content: "\f113"; }

.note-icon-code:before {
  content: "\f114"; }

.note-icon-col-after:before {
  content: "\f115"; }

.note-icon-col-before:before {
  content: "\f116"; }

.note-icon-col-remove:before {
  content: "\f117"; }

.note-icon-eraser:before {
  content: "\f118"; }

.note-icon-font:before {
  content: "\f119"; }

.note-icon-frame:before {
  content: "\f11a"; }

.note-icon-italic:before {
  content: "\f11b"; }

.note-icon-link:before {
  content: "\f11c"; }

.note-icon-magic:before {
  content: "\f11d"; }

.note-icon-menu-check:before {
  content: "\f11e"; }

.note-icon-minus:before {
  content: "\f11f"; }

.note-icon-orderedlist:before {
  content: "\f120"; }

.note-icon-pencil:before {
  content: "\f121"; }

.note-icon-picture:before {
  content: "\f122"; }

.note-icon-question:before {
  content: "\f123"; }

.note-icon-redo:before {
  content: "\f124"; }

.note-icon-row-above:before {
  content: "\f125"; }

.note-icon-row-below:before {
  content: "\f126"; }

.note-icon-row-remove:before {
  content: "\f127"; }

.note-icon-special-character:before {
  content: "\f128"; }

.note-icon-square:before {
  content: "\f129"; }

.note-icon-strikethrough:before {
  content: "\f12a"; }

.note-icon-subscript:before {
  content: "\f12b"; }

.note-icon-summernote:before {
  content: "\f12c"; }

.note-icon-superscript:before {
  content: "\f12d"; }

.note-icon-table:before {
  content: "\f12e"; }

.note-icon-text-height:before {
  content: "\f12f"; }

.note-icon-trash:before {
  content: "\f130"; }

.note-icon-underline:before {
  content: "\f131"; }

.note-icon-undo:before {
  content: "\f132"; }

.note-icon-unorderedlist:before {
  content: "\f133"; }

.note-icon-video:before {
  content: "\f134"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: 0.95; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px; }

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 337px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }

.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

.note-editor {
  position: relative;
  border: 1px solid #a9a9a9; }
  .note-editor .note-dropzone {
    position: absolute;
    z-index: 1;
    display: none;
    color: #87cefa;
    background-color: white;
    border: 2px dashed #87cefa;
    opacity: 0.95;
    pointer-event: none; }
  .note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
  .note-editor .note-dropzone.hover {
    color: #098ddf;
    border: 2px dashed #098ddf; }
  .note-editor.dragover .note-dropzone {
    display: table; }
  .note-editor .note-toolbar {
    background-color: #f5f5f5;
    border-bottom: 1px solid #a9a9a9; }
  .note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%; }
  .note-editor.fullscreen .note-editable {
    background-color: white; }
  .note-editor.fullscreen .note-resizebar {
    display: none; }
  .note-editor.codeview .note-editable {
    display: none; }
  .note-editor.codeview .note-codable {
    display: block; }
  .note-editor .note-statusbar {
    background-color: whitesmoke; }
  .note-editor .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    cursor: ns-resize;
    border-top: 1px solid #a9a9a9; }
  .note-editor .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9; }
  .note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: 0; }
  .note-editor .note-editable[contenteditable="false"] {
    background-color: #e5e5e5; }
  .note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none; }

.note-air-editor {
  outline: 0; }

.note-popover .popover {
  max-width: none; }
  .note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; }
  .note-popover .popover .arrow {
    left: 20px; }
  .note-popover .popover .popover-content {
    padding: 0 0 5px 5px;
    margin: 0; }

.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover .popover-content .note-table .dropdown-menu, .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px; }

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker, .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover .popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
  min-width: 340px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px; }

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee; }

.note-popover .popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child, .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover .popover-content .dropdown-menu.right::before, .note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover .popover-content .dropdown-menu.right::after, .note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover .popover-content .dropdown-menu li a.checked i, .note-toolbar .dropdown-menu li a.checked i {
  visibility: visible; }

.note-popover .popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid white; }

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid black; }

.note-dialog > div {
  display: none; }
  .note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgrey; }
  .note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background: transparent;
    background-color: #222 !important;
    border: 0;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90); }
  .note-dialog .note-help-dialog .modal-content {
    background: transparent;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .note-dialog .note-help-dialog a {
    font-size: 12px;
    color: white; }
  .note-dialog .note-help-dialog .title {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: white 1px solid; }
  .note-dialog .note-help-dialog .modal-close {
    font-size: 14px;
    color: #dd0;
    cursor: pointer; }
  .note-dialog .note-help-dialog .note-shortcut-layout {
    width: 100%; }
  .note-dialog .note-help-dialog .note-shortcut-layout td {
    vertical-align: top; }
  .note-dialog .note-help-dialog .note-shortcut {
    margin-top: 8px; }
  .note-dialog .note-help-dialog .note-shortcut th {
    font-size: 13px;
    color: #dd0;
    text-align: left; }
  .note-dialog .note-help-dialog .note-shortcut td:first-child {
    min-width: 110px;
    padding-right: 10px;
    font-family: "Courier New";
    color: #dd0;
    text-align: right; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }
  .note-handle .note-control-selection > div {
    position: absolute; }
  .note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30); }
  .note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black; }
  .note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: white;
    border: 1px solid black; }
  .note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0; }
  .note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none; }
  .note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0; }
  .note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize; }
  .note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: white;
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70); }
/* adjustment */
.note-editor .note-editable {
  background-color: rgba(48, 126, 204, 0.05); }

.note-editor .note-editable:focus {
  background-color: #fff; }

.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #dbdbdb; }

.note-editor .note-statusbar:hover {
  background: #eee; }

.note-editor .note-statusbar:active {
  background: #eaeaea; }
/*
 Important this file is beeen modified by Webarch
 */
/*------------------------------------*\
 SuperBox
 \*------------------------------------*/
.superbox *, .superbox *:after, .superbox *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
/* SuperBox */
.superbox-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
  padding: 5px;
  position: relative; }
  .superbox-list.active:before {
    content: "\f0d8";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 43%;
    bottom: -34px;
    z-index: 2;
    text-align: center;
    font-size: 45px;
    color: #222; }

.superbox-img {
  max-width: 100%;
  width: 100%;
  cursor: pointer; }
  .superbox-img:hover {
    opacity: 0.8; }

.superbox-show {
  text-align: left;
  position: relative;
  background-color: #222;
  width: 100%;
  float: left;
  padding: 25px 0 12px 25px;
  display: none;
  margin: 5px 0; }

.superbox-current-img {
  max-width: 100%;
  float: left;
  padding-right: 25px;
  padding-bottom: 13px; }

.superbox-float {
  float: left; }

.superbox-close {
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.1s linear 0s; }
  .superbox-close:hover {
    opacity: 1; }

.superbox-imageinfo {
  display: inline-block;
  max-width: 500px;
  color: #fff;
  padding: 0 25px 0 0; }
  .superbox-imageinfo span {
    font-size: 13px;
    color: #a19994;
    margin-right: -2px;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 13px; }
  .superbox-imageinfo span p:last-child {
    margin-top: 30px; }
  .superbox-imageinfo > :first-child {
    margin-bottom: 10px;
    font-weight: bold; }

@media only screen and (min-width: 320px) {
  .superbox-list {
    width: 50%; } }

@media only screen and (min-width: 486px) {
  .superbox-list {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .superbox-list {
    width: 16.66667%; } }

@media only screen and (min-width: 1025px) {
  .superbox-list {
    width: 12.5%; } }

@media only screen and (min-width: 1824px) {
  .superbox-list {
    width: 12.5%; } }

#speech-btn > :first-child {
  position: relative; }

.voice-command-active #speech-btn > :first-child > a {
  background: #0e70ca;
  border: 1px solid #125a9c;
  color: rgba(255, 255, 255, 0.9); }

.voice-command-active.service-not-allowed #speech-btn > :first-child > a {
  background: #a90329;
  border: 1px solid #8b0913;
  color: rgba(255, 255, 255, 0.9); }

.voice-command-active.service-allowed #speech-btn > :first-child > a {
  background: url("../bundles/smartadmin/images/voicecommand/active-btn.gif") no-repeat center center #0e70ca;
  border: 1px solid #125a9c;
  color: rgba(255, 255, 255, 0.9); }

#speech-btn > :first-child > a + .popover {
  display: none;
  top: 42px;
  left: -113px;
  width: 255px; }

#speech-btn > :first-child > a + .popover > .popover-content {
  padding: 9px 12px; }

#speech-btn > :first-child > a + .popover .btn {
  padding: 4px 12px; }

.vc-title {
  margin-bottom: 10px !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center; }

.vc-title-error {
  display: none; }

.voice-command-active.service-not-allowed .vc-title, .voice-command-active.service-not-allowed .popover .btn, .service-not-allowed .vc-title, .service-not-allowed .popover .btn {
  display: none !important; }

.voice-command-active.service-not-allowed .vc-title-error {
  display: block; }

.vc-title > small {
  font-size: 80%; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.28571%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0);
  /* IE6-9 */ }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0);
  /* IE6-9 */ }
