html,
body {
  color: #111;
  background: #fff; }

.bg-color-euronics {
  background-color: #001e48; }

.bg-color-el-salg {
  background-color: #e36a08; }

.bg-color-lys-punkt {
  background-color: #dab2a1; }

.row-gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }

.row-gutter-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .row-gutter-40 > [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px; }

.action-icon {
  margin-right: 5px;
  padding: 2px; }
  .action-icon:last-of-type {
    margin-right: 0; }

#header {
  background: #fff;
  border-bottom: 1px solid #e9e9e9; }

#logo-group {
  background: #001e48;
  /*@media screen and (max-width: 479px) and (min-width: 320px) {
    width: 220px !important;
  }*/ }
  #logo-group #logo {
    display: block;
    width: auto;
    height: auto;
    float: none;
    margin: 10px; }
    #logo-group #logo img {
      margin: 0 20px;
      width: 80%;
      padding: 0; }

#activity {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f8f8f8;
  border: 1px solid #bfbfbf;
  color: #c4bab6;
  font-size: 19px;
  margin-top: 10px;
  position: relative; }

#activity:hover {
  border: 1px solid #bfbfbf;
  transition: all 0.0s;
  cursor: pointer !important; }

.ajax-dropdown {
  left: auto;
  right: 15px; }

.header-search > input[type=text]::-webkit-input-placeholder {
  color: #999; }
.header-search > input[type=text]:-moz-placeholder {
  color: #999;
  opacity: 1; }
.header-search > input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1; }
.header-search > input[type=text]:-ms-input-placeholder {
  color: #999; }
.header-search > input[type=text]:-ms-input-placeholder {
  color: #999; }

#left-panel {
  background: #001e48; }
  @media (max-width: 1365px) and (min-width: 768px) {
    #left-panel {
      left: -220px; } }

@media (max-width: 1365px) and (min-width: 768px) {
  #main {
    margin-left: 0; } }

nav {
  margin: 10px 0 0; }
  nav > ul > li > a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    color: #fff;
    padding: 10px 10px 10px 42px; }
    nav > ul > li > a:hover, nav > ul > li > a:active {
      color: #fefe00; }
    nav > ul > li > a:active {
      background: none !important; }
    nav > ul > li > a:focus {
      color: #fff; }
    nav > ul > li > a > .fa {
      line-height: 1;
      color: #fefe00;
      margin: 0;
      position: absolute;
      top: 11px;
      left: 12px; }
      nav > ul > li > a > .fa.fa-home {
        font-size: 18px; }
      nav > ul > li > a > .fa.fa-newspaper-o {
        font-size: 14px;
        top: 13px; }
      nav > ul > li > a > .fa.fa-users {
        font-size: 16px;
        top: 12px; }
      nav > ul > li > a > .fa.fa-book {
        font-size: 18px; }
      nav > ul > li > a > .fa.fa-link {
        font-size: 19px; }
      nav > ul > li > a > .fa.fa-image {
        font-size: 15px;
        top: 12px; }
  nav > ul > li.active > a:before, nav > ul > li.active > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: auto; }
  nav > ul > li.active > a:before {
    width: 4px;
    height: 26px;
    background: #fff; }
  nav > ul > li.active > a:after {
    width: 42px;
    height: 26px;
    background: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1; }

#content {
  padding: 15px 20px; }

button i {
  position: relative; }

.btn {
  font-size: 14px;
  line-height: 11px;
  border-radius: 3px;
  padding: 5px 12px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .btn:active {
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-primary,
.btn-primary:focus {
  color: #fff;
  border-color: #779f70;
  background-color: #779f70; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus,
  .btn-primary:focus:hover,
  .btn-primary:focus:active,
  .btn-primary:focus:active:hover,
  .btn-primary:focus:active:focus {
    color: #fff;
    border-color: #5f8458;
    background-color: #5f8458; }

.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  border-color: #001e48;
  background-color: #001e48; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:hover, .btn-secondary:active:focus,
  .btn-secondary:focus:hover,
  .btn-secondary:focus:active,
  .btn-secondary:focus:active:hover,
  .btn-secondary:focus:active:focus {
    color: #fff;
    border-color: #000915;
    background-color: #000915; }

.btn-tertiary,
.btn-tertiary:focus {
  color: #fff;
  border-color: #5d5d5d;
  background-color: #5d5d5d; }
  .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:active:hover, .btn-tertiary:active:focus,
  .btn-tertiary:focus:hover,
  .btn-tertiary:focus:active,
  .btn-tertiary:focus:active:hover,
  .btn-tertiary:focus:active:focus {
    color: #fff;
    border-color: #444444;
    background-color: #444444; }

.btn-action,
.btn-action:focus {
  color: #fff;
  border-color: #40b3f9;
  background-color: #40b3f9; }
  .btn-action:hover, .btn-action:active, .btn-action:active:hover, .btn-action:active:focus,
  .btn-action:focus:hover,
  .btn-action:focus:active,
  .btn-action:focus:active:hover,
  .btn-action:focus:active:focus {
    color: #fff;
    border-color: #0f9ff7;
    background-color: #0f9ff7; }

.btn-default,
.btn-default:focus {
  color: #333;
  border-color: #d5d5d5;
  background-color: #fff; }
  .btn-default:hover, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus,
  .btn-default:focus:hover,
  .btn-default:focus:active,
  .btn-default:focus:active:hover,
  .btn-default:focus:active:focus {
    color: #0d0d0d;
    border-color: #afafaf; }

.btn-danger,
.btn-danger:focus {
  color: #fff;
  border-color: #a20026;
  background-color: #a20026; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:active:hover, .btn-danger:active:focus,
  .btn-danger:focus:hover,
  .btn-danger:focus:active,
  .btn-danger:focus:active:hover,
  .btn-danger:focus:active:focus {
    color: #fff;
    border-color: #6f001a;
    background-color: #6f001a; }

.btn-sm {
  font-size: 12px;
  line-height: 11px;
  padding: 3px 10px; }

.btn-md {
  padding: 8px 20px 9px; }

.btn-lg {
  padding: 11px 20px 12px; }

.btn-arrow {
  padding: 4px 6px 3px; }

.btn-wide-20 {
  padding-left: 20px;
  padding-right: 20px; }

.btn-wide-30 {
  padding-left: 30px;
  padding-right: 30px; }

.btn-wide-40 {
  padding-left: 40px;
  padding-right: 40px; }

.btn-wide-70 {
  padding-left: 70px;
  padding-right: 70px; }

.btn-group-icons .btn {
  padding: 7px 10px;
  font-size: 20px; }

.btn-group-switch .btn-primary:not(.is-active) {
  border-color: #b1c8ad;
  background-color: #b1c8ad; }
  .btn-group-switch .btn-primary:not(.is-active):hover, .btn-group-switch .btn-primary:not(.is-active):active {
    border-color: #94b38f;
    background-color: #94b38f; }

.btn-add {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 18px 70px; }
  .btn-add + .btn-add {
    margin: 0 0 0 15px; }

.btn-add-icon {
  margin: 0 10px 0 0;
  width: 50px;
  height: auto;
  display: inline-block; }
  .btn-add-icon img {
    max-width: 100%; }

.btn-add,
.btn-add:focus {
  color: #fff;
  border-color: #001e48;
  background-color: #001e48; }
  .btn-add:hover, .btn-add:active, .btn-add:active:hover, .btn-add:active:focus,
  .btn-add:focus:hover,
  .btn-add:focus:active,
  .btn-add:focus:active:hover,
  .btn-add:focus:active:focus {
    color: #fff;
    border-color: #000915;
    background-color: #000915; }

.resize-handle {
  background: #d8d8d8;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 50px;
  height: 16px;
  padding: 3px 0 0;
  cursor: ns-resize; }

.resize-handle-bar {
  background: #b1b1b1;
  width: 20px;
  height: 2px;
  margin: 0 auto 1px; }

.confirmation .popover-title {
  font-size: 11px;
  text-align: center;
  padding: 5px; }

.confirmation-buttons a {
  font-size: 10px !important;
  padding: 6px; }

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Lukasz Pawelczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative; }

.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px; }

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none; }

.easy-autocomplete a {
  display: block; }

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9; }

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc; }

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00; }

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75; }

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b; }

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e; }

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00; }

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233; }

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333; }

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff; }

.easy-autocomplete.eac-dark {
  color: #fff; }

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0; }

.easy-autocomplete.eac-dark ul {
  border-color: #333; }

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333; }

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass {
  color: #fff; }

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0; }

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px; }

.easy-autocomplete.eac-blue {
  color: #fff; }

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0; }

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB; }

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB; }

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6; }

.easy-autocomplete.eac-yellow {
  color: #333; }

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333; }

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0; }

.easy-autocomplete.eac-yellow ul {
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333; }

.easy-autocomplete.eac-purple {
  color: #333; }

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333; }

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0; }

.easy-autocomplete.eac-purple ul {
  border-color: #333; }

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333; }

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333; }

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold; }

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic; }

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px; }

/*# sourceMappingURL=easy-autocomplete.min.css.map */
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Lukasz Pawelczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete.eac-square {
  font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px; }

.easy-autocomplete.eac-square ul {
  border-color: #7f8c8d;
  border-top: 0;
  box-shadow: none;
  top: 0; }

.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  border-color: #7f8c8d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300; }

.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #f1f1f1;
  font-weight: 300; }

.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600; }

.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-round input {
  border: 2px solid #888;
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px; }

.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #3079ed; }

.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px; }

.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #d4e3fb; }

.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0; }

.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px; }

.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700; }

.easy-autocomplete.eac-funky {
  font-family: "Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-funky input {
  background: #07ED89;
  border: 0;
  border-radius: 0;
  color: #ED076B;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px; }

.easy-autocomplete.eac-funky ul {
  background: transparent;
  border: 0; }

.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
  background: transparent;
  border: 0;
  color: #ED076B;
  font-size: 18px;
  padding: 4px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
  color: #8907ED; }

.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px; }

.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
  background-color: #f2f2f2; }

.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px; }

.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px; }

.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
  background: #b5b5b5;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
  color: #ffd464; }

.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #656565; }

.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
  border-radius: 6px 6px 0 0; }

.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
  border-radius: 0 0 6px 6px; }

.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px; }

.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px; }

.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
  color: #ffd464; }

.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
  background: #656565; }

.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
  border-radius: 6px 6px 0 0; }

.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
  border-radius: 0 0 6px 6px; }

/*# sourceMappingURL=easy-autocomplete.themes.min.css.map */
input::-ms-clear {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.form-group {
  margin-bottom: 20px; }

.form-control, div.dataTables_filter .form-control {
  font-size: 14px;
  line-height: 1;
  color: #111;
  border: 1px solid #bdbdbd;
  height: 24px;
  padding: 0 9px 1px; }
  .form-control:focus, div.dataTables_filter .form-control:focus {
    border-color: #001e48; }
  .form-control.resize-vertical, div.dataTables_filter .resize-vertical.form-control {
    resize: vertical; }

textarea.form-control, div.dataTables_filter textarea.form-control {
  line-height: 1.42857143;
  padding-top: 1px; }

.control-label {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-user-select: none;
  /* Prevents image selection on click */
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }

select.form-control, div.dataTables_filter select.form-control {
  padding: 0 5px; }

.search-input .search-icon-holder {
  width: 100%;
  position: relative;
  margin: 0; }
  .search-input .search-icon-holder:after {
    content: "\f002";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #001e48;
    position: absolute;
    top: 6px;
    right: 10px; }
.search-input input {
  font-size: 14px;
  line-height: 1;
  border-color: #999;
  width: 100%;
  height: 30px;
  padding: 0 32px 1px 8px; }

.search-input-white .search-icon-holder:after {
  color: #fff; }
.search-input-white input {
  color: #fff;
  background: none;
  border-color: #fff; }
  .search-input-white input::-webkit-input-placeholder {
    color: #fff; }
  .search-input-white input:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .search-input-white input::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .search-input-white input:-ms-input-placeholder {
    color: #fff; }
  .search-input-white input:-ms-input-placeholder {
    color: #fff; }

.form-horizontal .control-label {
  text-align: left;
  padding-top: 2px; }
  @media screen and (max-width: 767px) {
    .form-horizontal .control-label {
      padding-top: 0; } }

.form-control-static {
  font-size: 14px;
  line-height: 24px;
  min-height: 24px;
  padding: 0;
  vertical-align: middle; }

.form-control-between {
  margin: 0 2px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .form-inline-xs .form-control, .form-inline-xs div.dataTables_filter .form-control, div.dataTables_filter .form-inline-xs .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; } }

.form-date .form-group {
  margin: 0;
  position: relative; }
  @media screen and (max-width: 840px) {
    .form-date .form-group {
      float: left; } }
  @media screen and (max-width: 414px) {
    .form-date .form-group {
      float: none; }
      .form-date .form-group .form-control {
        width: 100%; } }
  .form-date .form-group + .form-group {
    float: right; }
    @media screen and (max-width: 840px) {
      .form-date .form-group + .form-group {
        float: left;
        margin: 0 0 0 50px; } }
    @media screen and (max-width: 414px) {
      .form-date .form-group + .form-group {
        float: none;
        margin: 10px 0 0; } }
.form-date .control-label {
  font-weight: 400;
  margin: 0 5px 0 0; }
.form-date .form-control, .form-date div.dataTables_filter .form-control, div.dataTables_filter .form-date .form-control {
  width: 120px; }

.form-control-icon {
  font-size: 16px;
  line-height: 24px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 10px; }
  @media screen and (max-width: 767px) {
    .form-control-icon {
      top: auto;
      bottom: 0; } }

.input-number-single,
.form-control.input-number-single,
div.dataTables_filter .input-number-single.form-control {
  text-align: center;
  width: 40px; }

.form-buttons-wrapper {
  text-align: center; }

.select2-container {
  width: 100%; }

.select2-selection {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  border: 1px solid #bdbdbd;
  height: 24px;
  padding: 0 9px;
  cursor: default; }

.select2-selection__arrow {
  background: none;
  border: none;
  width: 24px; }
  .select2-selection__arrow b {
    font-size: 18px;
    line-height: 22px; }

.select2-container--open .select2-selection,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #001e48; }

.has-no-search .select2-search {
  display: none; }

.select2-results {
  font-size: 14px;
  margin: 0; }
  .select2-results li {
    padding: 1px 9px 2px;
    cursor: default; }

.select2-selection__placeholder {
  color: #999; }

.select2-container--open .select2-dropdown,
.select2-drop-active {
  border: 1px solid #001e48;
  border-top: none; }

.select2-results .select2-highlighted,
.select2-results__option--highlighted {
  background: #001e48; }

.select2-results__option[aria-selected=true] {
  background: rgba(0, 30, 72, 0.15); }
  .select2-results__option[aria-selected=true].select2-results__option--highlighted, .select2-results__option[aria-selected=true]:hover {
    background: #001e48; }

.select2-search {
  min-height: 22px; }
  .select2-search input {
    min-height: 22px; }

.select2-container .select2-search--inline {
  line-height: 22px; }

.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
  font-size: 10px;
  line-height: 15px;
  background: #779f70;
  border: none;
  border-radius: 2px;
  padding: 0 5px 1px 16px;
  margin: 3px 3px 0 0; }

.select2-container-multi .select2-search-choice-close, .select2-selection__choice__remove {
  min-width: 16px;
  min-height: 16px;
  padding: 4px 5px;
  left: 0;
  right: auto; }
  .select2-container-multi .select2-search-choice-close:hover, .select2-selection__choice__remove:hover {
    opacity: .75;
    background: none; }

.select2-selection__choice__remove:before {
  content: "\f00d";
  font-size: 8px; }

.form-col-left,
.form-col-right {
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  position: relative; }
  @media screen and (max-width: 767px) {
    .form-col-left,
    .form-col-right {
      float: none; } }
  .form-col-left.checkbox-inline,
  .form-col-right.checkbox-inline {
    width: auto !important;
    padding-left: 0; }
    .form-col-left.checkbox-inline i,
    .form-col-right.checkbox-inline i {
      display: inline-block;
      margin-right: 5px;
      top: 1px; }

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px; }

.checkbox-text,
.radio-text {
  -webkit-user-select: none;
  /* Prevents image selection on click */
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.checkbox-label-wrapper {
  margin: 0;
  cursor: pointer; }
  .checkbox-label-wrapper img {
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    /* Prevents image selection on click */
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .checkbox-label-wrapper.is-inline .checkbox-holder {
    display: inline-block;
    top: 1px; }
  .checkbox-label-wrapper.is-inline .checkbox-text {
    display: inline-block;
    margin: 0 0 0 5px; }

.checkbox-holder {
  border: 1px solid #999;
  display: block;
  width: 12px;
  height: 12px;
  position: relative; }
  .checkbox-holder:after {
    content: "";
    font: normal normal normal 9px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #36b200;
    position: absolute;
    top: .25px;
    left: 1px; }

.checkbox-holder-lg {
  width: 16px;
  height: 16px; }
  .checkbox-holder-lg:after {
    font-size: 12px;
    top: 1px; }

input[type=checkbox]:checked + .checkbox-holder:after {
  content: "\f00c"; }

.radio-label-wrapper {
  margin: 0;
  cursor: pointer; }
  .radio-label-wrapper img {
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    /* Prevents image selection on click */
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .radio-label-wrapper.is-inline .radio-holder {
    display: inline-block;
    top: 1px; }
  .radio-label-wrapper.is-inline .radio-text {
    display: inline-block;
    margin: 0 0 0 5px; }

.radio-holder {
  border: 1px solid #999;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: relative; }
  .radio-holder:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    left: 2px; }

input[type=radio]:checked + .radio-holder:after {
  background: #36b200; }

.form-add-product textarea,
.form-add-article textarea {
  min-height: 90px; }

.table-vam > tbody > tr > th, .table-vam > tbody > tr > td, .table-vam > thead > tr > th, .table-vam > thead > tr > td, .table-vam > tfoot > tr > th, .table-vam > tfoot > tr > td {
  vertical-align: middle; }

.table > tbody > tr .th-process, .table > thead > tr .th-process, .table > tfoot > tr .th-process {
  width: 160px; }
.table > tbody > tr .th-date, .table > thead > tr .th-date, .table > tfoot > tr .th-date {
  width: 90px; }
.table.has-tickbox > thead > tr > th:first-child {
  width: 36px; }

.table-text-md {
  font-size: 13px; }

.fc-head-container > thead > tr,
.table > thead > tr {
  background: #f4f4f4; }
  .fc-head-container > thead > tr > th,
  .table > thead > tr > th {
    border-bottom: 0; }
    .fc-head-container > thead > tr > th .fa,
    .table > thead > tr > th .fa {
      font-size: 15px;
      color: #999; }

table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc {
  background-color: transparent; }
table.dataTable > thead > th {
  border-bottom-width: 0; }

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 30, 72, 0.075); }

.dt-toolbar {
  padding: 5px 7px; }

.dt-toolbar-alt {
  background: #fff;
  padding: 20px 7px; }

div.dataTables_filter label {
  width: 100%;
  position: relative;
  margin: 0; }
  div.dataTables_filter label:after {
    content: "\f002";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #001e48;
    position: absolute;
    top: 6px;
    right: 10px; }
div.dataTables_filter .form-control {
  line-height: 1;
  width: 100%;
  height: 30px;
  padding: 0 32px 1px 8px; }

div.dataTables_length {
  font-size: 13px; }
  div.dataTables_length label {
    margin: 0; }

.dt-toolbar-search {
  width: 170px;
  float: left; }

.dt-adv-search {
  padding: 0 0 0 12px;
  float: left; }

.dt-toolbar-search-wide .dt-toolbar-search {
  width: 50%; }
.dt-toolbar-search-wide .dt-adv-search {
  width: 50%; }

.dt-adv-search-link > a {
  font-size: 12px;
  line-height: 30px;
  color: #666; }

.dt-header-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #454545; }
  .dt-header-title .fa {
    font-size: 18px;
    color: #454545;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px; }

.table-progress .progress {
  background: none;
  display: block;
  height: 11px;
  margin: 0; }
.table-progress .progress-bar {
  display: block;
  background-image: none; }

.table-badge {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding: 1px 4px;
  border-radius: 2px; }
  .table-badge-active {
    color: #fff;
    background: #779e71; }
  .table-badge-inactive {
    color: #fff;
    background: #a20026; }

.pagination > li > a,
.pagination > li > span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.jarviswidget {
  margin: 0 0 30px; }
  .jarviswidget > div {
    font-size: 12px;
    border-width: 1px; }
  .jarviswidget > header > h2 {
    font-weight: 600;
    margin-left: 15px; }
  .jarviswidget > header > .widget-icon {
    font-size: 16px; }

.jarviswidget-color-main > header {
  color: #fff;
  border-color: #001e48;
  background: #001e48; }
  .jarviswidget-color-main > header > .widget-icon {
    color: #fefe00; }
  .jarviswidget-color-main > header .button-icon {
    color: #fff; }

.jarviswidget-ctrls .button-icon {
  line-height: 34px;
  min-width: 32px; }
  .jarviswidget-ctrls .button-icon .fa {
    font-size: 18px; }

.widget-header-filter select {
  visibility: hidden; }
.widget-header-filter .select2 {
  margin: 0 0 0 40px; }
.widget-header-filter .select2-selection {
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  border: none;
  background: none;
  padding: 0 5px;
  cursor: pointer; }
  .widget-header-filter .select2-selection:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 6px; }
.widget-header-filter .select2-selection__arrow {
  display: none; }
.widget-header-filter .select2-container--open .select2-selection,
.widget-header-filter .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.widget-header-filter-dropdown .select2-search {
  display: none; }
.widget-header-filter-dropdown .select2-results {
  margin: 0; }
  .widget-header-filter-dropdown .select2-results li {
    padding: 1px 5px 2px;
    cursor: pointer; }
.widget-header-filter-dropdown .select2-results .select2-highlighted, .widget-header-filter-dropdown .select2-results__option--highlighted {
  background: #001e48; }

.select2-container--open .widget-header-filter-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 120px;
  padding: 5px 0;
  margin: 2px 0 0;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.modal-backdrop {
  background-color: #575757; }
  .modal-backdrop.in {
    opacity: .4; }

.modal-simple .modal-dialog {
  width: 820px; }
  @media screen and (max-width: 840px) {
    .modal-simple .modal-dialog {
      width: auto;
      margin: 10px; } }
.modal-simple .modal-body {
  padding: 40px 40px 20px; }

.modal-table .table {
  border: none;
  margin: 0; }

.modal-content {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.modal-header {
  border-bottom: 1px solid #ccc;
  padding: 0; }

.modal-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #666;
  margin: 0 10px; }
  .modal-title .fa {
    margin: 0 10px 0 0; }

.modal-title-sm {
  font-size: 14px;
  font-weight: 400; }
  .modal-title-sm .fa {
    font-size: 18px; }

.modal-header-controls {
  float: right; }

.modal-header-btn {
  font-size: 18px;
  line-height: 32px;
  background: #f9f9f9;
  color: #666;
  border: none;
  border-left: 1px solid #ccc;
  padding: 0;
  margin: 0;
  min-width: 32px;
  height: 32px;
  float: left;
  cursor: pointer;
  -webkit-appearance: none; }
  .modal-header-btn:hover {
    background: #e0e0e0; }

.modal-footer {
  border-top: 1px solid #ccc; }

.modal-extended .modal-dialog {
  width: 1040px; }
  @media screen and (max-width: 1060px) {
    .modal-extended .modal-dialog {
      width: auto;
      margin: 10px; } }
.modal-extended .modal-body {
  padding: 0; }
.modal-extended .modal-footer {
  text-align: left;
  padding: 0;
  position: relative; }
  .modal-extended .modal-footer .resize-handle {
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -25px;
    z-index: 1; }

.modal-layout-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.modal-main {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 20px; }

.modal-sidebar {
  background: #e9e9e9;
  border-left: 1px solid #ccc;
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding: 20px;
  position: relative; }

.modal-sidebar-section + .modal-sidebar-section {
  margin-top: 22px; }

.modal-sidebar-title {
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  margin: 0 0 10px; }

.modal-footer-resizable {
  height: 187px;
  min-height: 187px;
  overflow-y: scroll;
  margin: 41px 0 0;
  position: static; }
  .modal-footer-resizable .dt-toolbar {
    width: auto;
    position: absolute;
    left: 1px;
    right: 2px;
    margin: -41px 0 0; }
  .modal-footer-resizable .table {
    margin: 0; }

.modal-footer-header {
  background: #f9f9f9;
  padding: 2px 10px; }
  .modal-footer-header:before, .modal-footer-header:after {
    content: " ";
    display: table; }
  .modal-footer-header:after {
    clear: both; }

.modal-footer-header-icon {
  font-size: 20px;
  color: #454545;
  display: block;
  margin: 0 10px 0 0;
  float: left; }

.modal-footer-title {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  margin: 3px 0 0;
  float: left; }

.modal-footer .table {
  border: none;
  margin: 0 !important; }
  .modal-footer .table thead tr {
    background: #fff; }
    .modal-footer .table thead tr th {
      border-bottom: none; }

.fc-time {
  padding-bottom: 0; }

.fc-subtitle {
  display: block;
  padding: 3px 2px 0; }

.fc-title {
  line-height: 1.3;
  padding: 3px 2px 6px 4px; }

.fc-desc {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  display: block; }

#dt_publications {
  color: #111; }
  #dt_publications thead > tr {
    background: none; }
    #dt_publications thead > tr > th {
      font-weight: 400;
      color: #999;
      border-bottom: 1px solid #979797;
      padding: 11px 8px 2px; }
  #dt_publications tbody > tr:nth-child(4n+3) {
    background-color: #f9f9f9; }
  #dt_publications tbody > tr > td {
    padding: 13px 10px; }
    #dt_publications tbody > tr > td.hidden-cell {
      padding: 0; }
  #dt_publications.table > tbody > tr > td {
    border: none; }
  #dt_publications .has-collapse {
    cursor: pointer; }
    #dt_publications .has-collapse:hover, #dt_publications .has-collapse.is-active {
      color: #fff;
      background-color: #001e48; }
      #dt_publications .has-collapse:hover .checkbox-holder, #dt_publications .has-collapse.is-active .checkbox-holder {
        border-color: #fff; }
        #dt_publications .has-collapse:hover .checkbox-holder:after, #dt_publications .has-collapse.is-active .checkbox-holder:after {
          color: #fff; }
      #dt_publications .has-collapse:hover .progress, #dt_publications .has-collapse.is-active .progress {
        background: transparent !important;
        -webkit-box-shadow: 0 0 0 1px #fff inset;
        -moz-box-shadow: 0 0 0 1px #fff inset;
        box-shadow: 0 0 0 1px #fff inset; }
        #dt_publications .has-collapse:hover .progress .progress-bar, #dt_publications .has-collapse.is-active .progress .progress-bar {
          background-color: #fff; }
      #dt_publications .has-collapse:hover .table-badge, #dt_publications .has-collapse.is-active .table-badge {
        color: #001e48;
        background-color: #fff; }
  #dt_publications .row-content {
    background: #f0f0f0;
    padding: 20px;
    position: relative; }
    #dt_publications .row-content:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #f0f0f0 transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0;
      -moz-transition: margin 0.1s;
      -o-transition: margin 0.1s;
      -webkit-transition: margin 0.1s;
      transition: margin 0.1s; }
  #dt_publications .collapse.in .row-content:before {
    margin: -7px 0 0; }

.publications-accordion .panel {
  position: relative;
  border: none;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .publications-accordion .panel + .panel {
    margin: 10px 0 0; }
.publications-accordion .panel-heading {
  border: none;
  padding: 0; }
  .publications-accordion .panel-heading:before, .publications-accordion .panel-heading:after {
    content: " ";
    display: table; }
  .publications-accordion .panel-heading:after {
    clear: both; }
.publications-accordion .panel-title {
  float: left;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 13px 11px;
  width: 40%;
  height: 42px;
  cursor: pointer; }
  .publications-accordion .panel-title:before {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px 0 0;
    vertical-align: middle; }
.publications-accordion .panel-body {
  border-top: 1px solid #979797;
  padding: 20px 10px; }

.panel-options {
  float: right;
  width: 60%; }

.panel-status {
  float: left;
  padding: 11px; }
  .panel-status .status-indicator {
    margin: 0 5px 0 0; }

.status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block; }
  .status-indicator.is-approved {
    background: #4ab003;
    background: -ms-radial-gradient(top left, circle, #a2e97e, #4ab003);
    background: -webkit-radial-gradient(top left, circle, #a2e97e, #4ab003);
    background: radial-gradient(top left, circle, #a2e97e, #4ab003);
    /*@include radial-gradient($color-status-approved-main, top left, $color-status-approved-light, $color-status-approved-main);*/ }
  .status-indicator.is-pending {
    background: #a90b09;
    background: -ms-radial-gradient(top left, circle, #e58e8e, #a90b09);
    background: -webkit-radial-gradient(top left, circle, #e58e8e, #a90b09);
    background: radial-gradient(top left, circle, #e58e8e, #a90b09); }

.panel-status-info {
  font-size: 14px; }
  .panel-status-info .btn {
    margin: -4px 0 0 5px; }

.panel-controls {
  float: right; }

.panel-btn {
  display: inline-block;
  text-align: center;
  color: #111;
  background: none;
  border: none;
  border-radius: 0;
  width: 36px;
  height: 42px;
  vertical-align: top; }
  .panel-btn:after {
    content: "";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; }
  .panel-btn-table:after {
    content: "\f0ce"; }
  .panel-btn-copy:after {
    content: "\f0c5"; }
  .panel-btn-message {
    position: relative; }
    .panel-btn-message:after {
      content: "\f0e5"; }
    .panel-btn-message .panel-badge {
      font-size: 8px;
      font-style: normal;
      font-weight: 400;
      line-height: 10px;
      text-align: center;
      color: #fff;
      background: #d60000;
      padding: 0 2px;
      display: block;
      height: 10px;
      min-width: 10px;
      border-radius: 5px;
      position: absolute;
      top: 10px;
      right: 6px;
      z-index: 1; }
    .panel-btn-message.has-badge {
      color: #55e000; }
      .panel-btn-message.has-badge:after {
        content: "\f075"; }
  .panel-btn-delete:after {
    content: "\f014"; }

.panel-handle {
  text-align: center;
  color: #999;
  background: none;
  border: none;
  border-left: 1px solid #979797;
  padding: 0;
  margin: 0 0 0 10px;
  width: 34px;
  cursor: move; }
  .panel-handle:before {
    content: "\f047";
    font: normal normal normal 14px/42px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.panel-products {
  margin: 0 -5px 10px; }
  .panel-products:before, .panel-products:after {
    content: " ";
    display: table; }
  .panel-products:after {
    clear: both; }
  .panel-products-item {
    width: 16.6666%;
    padding: 0 5px 10px;
    float: left; }

#dataTablePulications tbody td > a:not(.btn) {
  color: #111; }
  #dataTablePulications tbody td > a:not(.btn):hover {
    text-decoration: underline; }

.product-thumb, .product-article {
  border: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
  min-width: 141px;
  min-height: 141px; }
  .product-thumb:hover .product-info, .product-article:hover .product-info {
    bottom: 0; }

.ui-sortable-helper .product-thumb {
  pointer-events: none; }

.product-handle {
  text-align: center;
  color: #999;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move; }
  .product-handle:before {
    content: "\f047";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 24px; }

.product-status {
  line-height: 0;
  position: absolute;
  top: 5px;
  right: 5px; }

.product-info {
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  padding: 4px 5px 10px;
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s; }

.product-title {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 0; }

.product-controls {
  margin: 8px 0 0; }

.product-btn {
  padding: 1px 8px; }
  .product-btn + .product-btn {
    margin: 0 0 0 8px; }
  .product-btn .fa {
    font-size: 18px; }

.product-img img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.product-article {
  background: #001e48;
  padding: 0 0 100%;
  border: 0; }

.product-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -45px; }

.product-thumb-simple {
  text-align: center;
  overflow: hidden; }
  .product-thumb-simple .product-img {
    border: 1px solid #dbdbdb; }
  .product-thumb-simple .product-title {
    font-size: 9px;
    margin: 4px 0 0; }

.placement-grid {
  background: #fff;
  list-style: none;
  padding: 5px;
  margin: 0; }
  .placement-grid:before, .placement-grid:after {
    content: " ";
    display: table; }
  .placement-grid:after {
    clear: both; }
  .placement-grid-item {
    padding: 5px;
    float: left;
    position: relative; }
    .placement-grid-item.is-selected .placement-grid-square {
      background: #839dc9; }
    .placement-grid-item.has-product .placement-grid-square {
      background: url(../../img/bg-striped.png) 0 0 repeat; }
    .placement-grid-item.has-product.is-selected .placement-grid-square {
      background: url(../../img/bg-striped-color.png) 0 0 repeat;
      outline: 1px solid #001e48; }
  .placement-grid-col-2 .placement-grid-item {
    width: 50%; }
  .placement-grid-col-3 .placement-grid-item {
    width: 33.33333333%; }
  .placement-grid-col-4 .placement-grid-item {
    width: 25%; }
  .placement-grid-col-5 .placement-grid-item {
    width: 20%; }
  .placement-grid-col-6 .placement-grid-item {
    width: 16.66666666%; }

.placement-grid-square {
  background: #fff;
  outline: 1px solid #b1b1b1;
  padding: 0 0 100%;
  cursor: pointer;
  -webkit-user-select: none;
  /* Prevents image selection on click */
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.placement-grid-content {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: -5px; }

.placement-grid-table {
  display: table;
  width: 100%;
  height: 100%; }

.placement-grid-table-cell {
  text-align: center;
  line-height: 10px;
  padding: 5px; }

.placement-grid-laff {
  font-size: 8px;
  line-height: 1;
  padding: 4px 2px;
  display: inline-block;
  color: #8c8c8c !important;
  font-style: italic;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto; }

.placement-grid-title,
.placement-grid-title-preselected {
  font-size: 8px;
  line-height: 1;
  background: #fff;
  padding: 4px 2px;
  width: 100%;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  hyphens: auto; }
  .placement-grid-title.selected,
  .placement-grid-title-preselected.selected {
    font-weight: bold; }

placement-grid-title-preselected {
  color: #ccc; }

#modal_create .form-col-left {
  width: 200px; }
#modal_create .form-col-right {
  width: 53%; }
  @media screen and (max-width: 840px) {
    #modal_create .form-col-right {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    #modal_create .form-col-right {
      width: 100%; } }

.modal-search {
  color: #fff;
  background: #001e48;
  padding: 20px;
  margin: -20px -20px 20px; }
  .modal-search .form-group {
    margin-bottom: 0; }

.modal-add-product .form-col-left,
.modal-add-article .form-col-left {
  width: 30%; }
.modal-add-product .form-col-right,
.modal-add-article .form-col-right {
  width: 70%; }

.modal-add-product .note-editor {
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .modal-add-product .note-editor .note-toolbar {
    background: #fff;
    border-bottom: 1px solid #bdbdbd;
    padding: 2px; }
    .modal-add-product .note-editor .note-toolbar .btn-group {
      margin: 0; }
    .modal-add-product .note-editor .note-toolbar .note-btn {
      color: #111;
      background: #fff;
      border: none;
      border-radius: 0;
      padding: 3px 6px; }
    .modal-add-product .note-editor .note-toolbar [class*=" note-icon-"]:before,
    .modal-add-product .note-editor .note-toolbar [class^=note-icon-]:before {
      font-family: FontAwesome;
      font-size: 14px; }
    .modal-add-product .note-editor .note-toolbar .note-icon-unorderedlist:before {
      content: "\f03a"; }
  .modal-add-product .note-editor.note-frame {
    border: 1px solid #bdbdbd; }
    .modal-add-product .note-editor.note-frame .note-editing-area .note-editable {
      color: #111;
      background: #fff; }
      .modal-add-product .note-editor.note-frame .note-editing-area .note-editable p {
        margin: 0 0 10px; }
      .modal-add-product .note-editor.note-frame .note-editing-area .note-editable ol,
      .modal-add-product .note-editor.note-frame .note-editing-area .note-editable ul {
        padding: 0 0 0 30px;
        margin: 0 0 10px; }
        .modal-add-product .note-editor.note-frame .note-editing-area .note-editable ol li + li,
        .modal-add-product .note-editor.note-frame .note-editing-area .note-editable ul li + li {
          margin: 10px 0 0; }
.modal-add-product .note-statusbar {
  display: none; }

.add-product-images {
  list-style: none;
  padding: 0;
  margin: 4px -4px; }
  .add-product-images:before, .add-product-images:after {
    content: " ";
    display: table; }
  .add-product-images:after {
    clear: both; }
  .add-product-images-item {
    width: 16.666666%;
    height: 0;
    padding: 0 0 16.666666%;
    float: left;
    position: relative; }
    .add-product-images-item:before {
      content: "";
      border: 1px dotted #bdbdbd;
      display: block;
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: 4px;
      right: 4px; }
    .add-product-images-item:after {
      content: "\f067";
      font: normal normal normal 25px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ccc;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .add-product-images-item:first-child:after {
      display: none; }
    .add-product-images-item.has-content {
      padding: 4px; }
      .add-product-images-item.has-content:before, .add-product-images-item.has-content:after {
        display: none; }

.add-product-images-img {
  border: 1px solid #bdbdbd; }
  .add-product-images-img img {
    max-width: 100%;
    max-height: 89px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.add-product-images-text {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .add-product-images-text:before {
    content: "\f0ed";
    font: normal normal normal 36px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    display: block; }

.icon-chooser label {
  line-height: 24px;
  text-align: center;
  display: block;
  margin: 0; }
.icon-chooser img {
  display: block;
  margin: 0 auto; }
.icon-chooser .checkbox-holder,
.icon-chooser .radio-holder {
  display: inline-block;
  margin: 8px 0; }
.icon-chooser td {
  padding: 0 22px 0 0; }

.icon-creator-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .icon-creator-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
    .icon-creator-list-item:before, .icon-creator-list-item:after {
      content: " ";
      display: table; }
    .icon-creator-list-item:after {
      clear: both; }
    .icon-creator-list-item:nth-child(2) {
      padding-top: 0; }
    .icon-creator-list-item:last-child {
      border: none;
      margin: 0 0 10px 0; }

.icon-creator-input {
  width: 105px;
  margin: 0 10px 0 0;
  float: left; }

.icon-creator-icon {
  text-align: center;
  background: #b1b1b1;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  float: left;
  overflow: hidden; }

.icon-creator-icon-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  white-space: nowrap; }

.icon-creator-update-btn {
  width: 78px;
  margin: 2px 10px 0 0;
  float: left; }

.icon-creator-remove-btn {
  font-size: 18px;
  color: #a20026;
  background: none;
  border-radius: 0;
  padding: 0 12px;
  margin: 1px 0 0;
  float: right; }

.icon-creator-create-btn {
  width: 78px;
  margin: 0 0 0 149px; }

.form-add-product-submit-wrapper {
  padding: 0 0 0 70px; }
  .form-add-product-submit-wrapper .btn + .btn {
    margin: 0 0 0 10px; }

.modal-sidebar-info {
  font-size: 14px;
  color: #454545; }

.modal-sidebar-info-group {
  margin-bottom: 10px; }

.modal-sidebar-info-name {
  font-weight: 700; }

.modal-sidebar-info-products {
  margin-top: 20px; }

.modal-sidebar-info-products-list {
  list-style: none;
  padding: 0;
  margin: 1px -15px -5px; }
  .modal-sidebar-info-products-list-item {
    width: 25%;
    float: left; }
    .modal-sidebar-info-products-list-item .product-thumb-simple {
      margin: 5px; }

.modal-sidebar-placement {
  margin: 0 40px; }

.modal-add-product .modal-sidebar-placement {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 60px; }

.modal-sidebar-placement-title {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  margin: 0 0 10px; }

.add-media-grid {
  list-style: none;
  padding: 0;
  margin: -3px -13px; }
  .add-media-grid:before, .add-media-grid:after {
    content: " ";
    display: table; }
  .add-media-grid:after {
    clear: both; }
  .add-media-grid-item {
    width: 50%;
    height: 0;
    padding: 0 0 50%;
    float: left;
    position: relative; }
    .add-media-grid-item:before {
      content: "";
      border: 1px dotted #bdbdbd;
      display: block;
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 3px;
      right: 3px; }
    .add-media-grid-item:after {
      content: "\f067";
      font: normal normal normal 25px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ccc;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .add-media-grid-item.has-content {
      padding: 3px; }
      .add-media-grid-item.has-content:before, .add-media-grid-item.has-content:after {
        display: none; }

.add-media-grid-img {
  border: 1px solid #dbdbdb; }
  .add-media-grid-img img {
    max-width: 100%; }

.colorpicker.dropdown-menu {
  z-index: 1060; }

#modal_grid_setup .form-col-left {
  width: 150px; }
#modal_grid_setup .form-col-right {
  width: 25%; }

.grid-setup-section {
  padding: 20px 30px 0; }

.grid-setup-section-alt {
  background: #e9e9e9;
  padding: 20px 0; }

.grid-setup-container {
  width: 725px;
  margin: 0 auto; }
  .grid-setup-container:before, .grid-setup-container:after {
    content: " ";
    display: table; }
  .grid-setup-container:after {
    clear: both; }

.grid-setup-product-list {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0;
  width: 42%;
  float: left; }
  .grid-setup-product-list-item {
    color: #454545;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 9px;
    position: relative;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -webkit-user-select: none;
    /* Prevents image selection on click */
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .grid-setup-product-list-item + .grid-setup-product-list-item {
      margin: 10px 0 0; }
    .grid-setup-product-list-item.is-active {
      color: #fff;
      background: #001e48; }
    .grid-setup-product-list-item.is-checked:after {
      content: "\f00c";
      font: normal normal normal 24px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #55e000;
      position: absolute;
      top: 50%;
      right: 9px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.grid-setup-product-img {
  display: table-cell;
  vertical-align: top; }
  .grid-setup-product-img img {
    width: 50px;
    margin: 0 15px 0 0; }

.grid-setup-product-content {
  display: table-cell;
  vertical-align: top; }

.grid-setup-product-title {
  font-size: 12px;
  font-weight: 400;
  margin: -4px 0 0; }

.grid-setup-product-desc {
  font-size: 10px;
  font-weight: 400;
  margin: 5px 0 0; }

.grid-setup-grid {
  float: left;
  width: 58%; }
  .grid-setup-grid .placement-grid {
    border: 1px solid #dbdbdb;
    padding: 25px; }
    .grid-setup-grid .placement-grid-item[data-count-top] {
      position: relative; }
      .grid-setup-grid .placement-grid-item[data-count-top]:before {
        content: attr(data-count-top);
        color: #666;
        position: absolute;
        top: -17px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .grid-setup-grid .placement-grid-item[data-count-left] {
      position: relative; }
      .grid-setup-grid .placement-grid-item[data-count-left]:after {
        content: attr(data-count-left);
        color: #666;
        position: absolute;
        top: 50%;
        left: -10px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

.grid-setup-submit-wrapper {
  text-align: center;
  margin: 10px 0 0; }

#modal_page_setup .modal-main {
  padding: 20px 150px 30px; }
#modal_page_setup .form-col-left {
  width: 150px; }
#modal_page_setup .form-col-right {
  width: 60%; }

.page-setup-grid {
  list-style: none;
  padding: 0;
  margin: 1px 0 0 1px; }
  .page-setup-grid:before, .page-setup-grid:after {
    content: " ";
    display: table; }
  .page-setup-grid:after {
    clear: both; }
  .page-setup-grid-item {
    border: 1px solid #dbdbdb;
    width: 33.333333%;
    height: 0;
    padding: 0 0 33.333333%;
    margin: 0 0 -1px -1px;
    float: left;
    position: relative; }
    .page-setup-grid-item.is-selected:before {
      content: "";
      display: block;
      border: 1px solid #001e48;
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px;
      z-index: 1; }

.page-setup-grid-img img {
  max-width: 100%; }

.page-setup-submit-wrapper {
  text-align: center;
  margin: 30px 0 0; }

.modal-messages .modal-body {
  padding: 30px; }

.messages-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .messages-list-item {
    border-bottom: 1px solid #ececec;
    padding: 0 0 10px;
    margin: 0 0 20px; }

.messages-name {
  font-size: 14px;
  font-weight: 700; }
  .messages-name small {
    font-size: 14px;
    color: #666;
    margin: 0 0 0 20px; }

.messages-content {
  font-size: 14px;
  margin: 10px 0 0; }

.form-messages-submit-wrapper {
  margin: 20px 0 0; }

.publications-sidebar .search-input {
  margin: 20px 0 0; }

#wid-publications-archive > header {
  background: none;
  border: none;
  border-bottom: 1px solid #979797;
  height: 30px;
  padding: 3px 0 0 10px;
  margin: 5px 0 10px; }
  #wid-publications-archive > header > h2 {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 0; }
#wid-publications-archive .button-icon {
  color: #999;
  border: none; }
  #wid-publications-archive .button-icon:hover {
    color: #111;
    background: none; }
  #wid-publications-archive .button-icon .fa {
    font-size: 13px; }
#wid-publications-archive > div {
  border: none;
  padding: 0; }

.sidebar-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .sidebar-list > li {
    font-size: 14px;
    padding: 5px 10px; }
    .sidebar-list > li.is-active {
      font-weight: 600;
      background: #f0f0f0; }
      .sidebar-list > li.is-active > a {
        color: #001e48; }
    .sidebar-list > li > a {
      color: #999; }

.publications-btn-groups .btn-group + .btn-group {
  margin: 0 0 0 60px; }
.publications-btn-groups .dropdown {
  display: inline;
  margin-left: -1px;
  float: left; }

.publications-btn-groups .btn-group {
  min-width: 250px;
}

.product-controls .confirmation-buttons i {
  display: none; }

.draggable {
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 1111; }

.dropped {
  position: static !important; }

.filters-form .form-date.form-inline {
  margin-top: 10px; }
  .filters-form .form-date.form-inline label {
    width: 30px; }
  .filters-form .form-date.form-inline .form-group {
    margin-bottom: 5px; }

.filters-form button[type="submit"] {
  margin-top: 5px; }

#dt_publications th > a {
  color: #222; }
  #dt_publications th > a:hover {
    text-decoration: underline; }

/*# sourceMappingURL=custom.css.map */
