body, html {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-size: 12px;
  font-family: Arial, Verdana;
  color: #000;
  background: #F2F2F2; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -45px;
  /* the bottom margin is the negative value of the footer's height */ }

.cf:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

h5 {
  padding: 0;
  margin: 0 0 15px 10px;
  font-size: 14px;
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

td {
  border: 0;
  padding: 0;
  vertical-align: top; }

a {
  text-decoration: none;
  color: #005c9c; }

a:hover {
  text-decoration: underline; }

p.info {
  font-size: 13px;
  line-height: 19px;
  padding: 25px; }

ul {
  list-style: none; }

.nowrap {
  white-space: nowrap; }

ul, li {
  padding: 0;
  margin: 0; }

form {
  margin: 0;
  padding: 0; }

textarea.editor {
  display: none; }

form fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input.text, textarea, select, input.default-input {
  margin: 2px 0;
  font-family: Arial;
  font-size: 12px;
  padding: 4px 7px;
  color: #000;
  border-top: 1px solid  #bfc0c6;
  border-left: 1px solid  #bfc0c6;
  border-right: 1px solid  #f3f3f6;
  border-bottom: 1px solid  #f3f3f6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

input.input-full, select.select-full {
  width: 100%; }

select {
  padding: 3px 5px; }

input.text, td.input textarea {
  width: 260px; }

input.text.date, input.text.small {
  width: 100px; }

span.notice {
  display: inline-block;
  padding: 8px 0 0 10px;
  font-size: 11px;
  color: #666; }

td.input textarea {
  height: 100px; }

td.input.checkboxes label {
  float: left;
  line-height: 18px;
  margin-bottom: 2px;
  cursor: pointer;
  padding-left: 5px; }

td.input.checkboxes .block {
  float: left;
  margin-right: 15px; }

td.input input, td.input select, td.input textarea {
  float: left;
  margin-left: 0; }

img {
  border: 0; }

p {
  margin: 0;
  padding: 0; }

#main {
  min-width: 990px; }

#wrapper {
  width: 100%;
  border-collapse: collapse; }

#wrapper td {
  padding: 0; }

.wysiwyg {
  height: 400px; }

/* Header */
#header {
  height: 50px;
  color: #fff;
  background: url(../images/bg.gif) repeat-x; }

#header .left {
  padding-top: 5px;
  height: 45px;
  padding-left: 30px;
  background: url("../images/header_left.jpg") left top no-repeat; }

#header .left a {
  float: left;
  width: 113px;
  height: 26px;
  background: url(../images/evocms-logo.png) no-repeat;
  text-indent: -9999px; }

#header td {
  vertical-align: middle; }

#header .right {
  height: 45px;
  text-align: right;
  padding-top: 5px;
  font-family: arial;
  font-size: 11px;
  background: url("../images/header_right.jpg") right top no-repeat;
  padding-right: 30px; }

#header .right a {
  color: #fff;
  text-decoration: underline;
  padding: 0 2px; }

#header .right a:hover {
  text-decoration: none; }

#header .right a.username {
  font-weight: bold;
  text-decoration: none; }

#header a.active {
  color: #ffb90d;
  font-weight: bold; }

#header .spec {
  width: 24px;
  background: url("../images/header_links_spec.gif") center center no-repeat; }

#header .right #languages a {
  text-decoration: none;
  font-size: 12px; }

#editor {
  visibility: hidden; }

/* Menu */
#menu {
  height: 29px;
  background: url(../images/bg.gif) left -55px repeat-x;
  border-bottom: 1px solid #B1B1B1; }

#menu td {
  padding: 0 30px; }

#menu ul {
  height: 29px;
  border-right: 1px solid #B1B1B1;
  float: left; }

#menu ul li {
  float: left;
  position: relative; }

#menu ul li span {
  border-right: 1px solid #B1B1B1;
  float: left;
  height: 29px; }

#menu ul li a {
  line-height: 29px;
  float: left;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  border-left: 1px solid #B1B1B1;
  border-right: 1px solid #FFFFFF;
  text-decoration: none;
  color: #000; }

#menu ul li a:hover {
  color: #08333b; }

#menu ul li.active {
  margin-top: -5px;
  margin-bottom: -1px;
  padding-top: 5px;
  padding-bottom: 1px;
  background: #083B38; }

#menu ul li.active a {
  border-right: 0;
  color: #fff; }

#menu ul li.father a {
  padding: 0 30px 0 17px;
  background: url("../images/menu_bullet.gif") right center no-repeat; }

#menu ul li.father a:hover {
  background: url("../images/menu_bullet_hover.gif") right center no-repeat; }

#menu ul li.father.active a {
  background: url("../images/menu_bullet_active.gif") right center no-repeat; }

#menu ul li.father.active a:hover {
  background: url("../images/menu_bullet_active.gif") right center no-repeat;
  color: #fff; }

#languages {
  float: right; }

.submenu {
  height: 31px;
  padding-top: 8px;
  background: #083B38;
  margin-top: -1px; }

.submenu td {
  padding: 0 30px !important; }

.submenu ul li {
  float: left;
  display: block;
  margin-top: 8px;
  line-height: 24px; }

.submenu ul li b {
  display: block;
  height: 1px;
  background: #083B38;
  border-left: 1px solid #083B38;
  border-right: 1px solid #083B38; }

.submenu ul li.active b {
  background: #F2F2F2; }

.submenu ul li a {
  float: left;
  display: block;
  color: #fff;
  line-height: 23px;
  font-size: 12px;
  padding: 0 20px; }

.submenu ul li.active a {
  background: #F2F2F2;
  color: #08333b;
  font-weight: bold;
  text-decoration: none; }

/* Content */
#content_wrapper {
  padding: 17px 30px 40px 30px; }

#content {
  border-collapse: collapse;
  width: 100%;
  max-width: 1300px;
  min-width: 930px; }
  #content.accounts-table {
    max-width: 1600px; }

#content td.sidebar {
  width: 305px;
  border-right: 15px solid #F2F2F2; }

h1 {
  font-size: 15px;
  color: #333;
  padding: 0 25px;
  line-height: 40px;
  background: url("../images/h1_border.gif") left bottom repeat-x;
  margin: 3px -25px 20px -25px; }

.rounded {
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 0 25px 35px 25px; }

h1.yellow_bg {
  background: url("../images/h1_border_yellow.gif") left bottom repeat-x; }

h1 span.ico_info {
  padding-left: 27px;
  background: url("../images/ico_info.gif") left center no-repeat; }

.h_line_dashed {
  height: 1px;
  background: url("../images/h1_border.gif") left bottom repeat-x; }

h2 {
  font-size: 12px;
  color: #fff;
  padding: 0 17px;
  font-weight: bold;
  background: #646464;
  line-height: 25px; }

h2.button-inside {
  padding-right: 5px;
  line-height: 34px; }

h2.button-inside a.button {
  margin-bottom: 0;
  margin-top: 5px; }

.h2_border, .inner-line {
  border-bottom: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  padding: 1px 0; }

.inner-line .form-footer {
  background: #646464;
  padding: 2px 2px; }

.inner-line .form-footer .page_info {
  float: right;
  line-height: 24px;
  padding-right: 10px;
  font-size: 11px;
  color: #fff; }

table.list {
  border-collapse: collapse;
  width: 100%; }

table.list td {
  border-bottom: 1px solid #BBBBBB;
  vertical-align: middle; }

table.list tr.titles {
  font-weight: bold;
  background: #E5E5E5; }

table.list tr.item {
  background: #FFF; }

table.list tr.item:nth-child(odd) {
  background: #F9F9F9; }

table.list tr.item.red {
  background: #FFD0D0; }

table.list tr.item.yellow {
  background: #FBFFC8; }

table.list tr.checked {
  background: #FFFFCC; }

table.list tr.done td {
  color: #BBBBBB; }

table.list tr.done td a {
  color: #BBBBBB; }

table.list tr td {
  font-size: 12px;
  border-left: 1px solid #F3F3F3;
  padding: 7px 17px; }

table.list tr td.selector {
  border-left: 0;
  width: 1%; }

table.list tr td.list-nr {
  padding: 7px 5px; }

table.list tr td.controls {
  text-align: right;
  min-width: 69px; }

table.list a.control {
  width: 17px;
  height: 17px;
  float: right;
  background: url("../images/controls_icons.gif") no-repeat;
  margin-left: 6px; }

table.list a.control.remove {
  background-position: 0px -17px; }

table.list a.control.remove:hover {
  background-position: -17px -17px; }

table.list a.control.copy {
  background-position: 0px -51px; }

table.list a.control.copy:hover {
  background-position: -17px -51px; }

table.list a.control.email {
  background-position: 0px -170px; }

table.list a.control.email:hover {
  background-position: -17px -170px; }

table.list a.control.save {
  background-position: 0px -119px; }

table.list a.control.save:hover {
  background-position: -17px -119px; }

table.list a.control.download {
  background-position: 0px -102px; }

table.list a.control.download:hover {
  background-position: -17px -102px; }

table.list a.control.edit {
  background-position: 0px 0px; }

table.list a.control.edit:hover {
  background-position: -17px 0px; }

table.list a.control.edit_profile {
  background-position: 0px -51px; }

table.list a.control.edit_profile:hover {
  background-position: -17px -51px; }

table.list a.control.move_up {
  background-position: 0px -85px; }

table.list a.control.move_up:hover {
  background-position: -17px -85px; }

table.list a.control.move_down {
  background-position: 0px -68px; }

table.list a.control.move_down:hover {
  background-position: -17px -68px; }

table.list span.control.move_blank {
  width: 17px;
  height: 17px;
  float: right;
  margin-left: 6px; }

table.list a.control.clone {
  background-position: 0px -102px; }

table.list a.control.clone:hover {
  background-position: -17px -102px; }

table.list a.control.accept {
  background-position: 0px -119px; }

table.list a.control.accept:hover {
  background-position: -17px -119px; }

table.list a.control.add {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/+.gif) center center no-repeat;
  margin-left: 10px; }

table.list .ui-sortable-helper {
  display: table; }

.list_table_footer {
  background: #E5E5E5;
  height: 30px;
  line-height: 30px; }

.list_table_footer .left {
  float: left;
  padding-left: 56px;
  background: url(../images/arrow.gif) 28px center no-repeat; }

.list_table_footer input {
  font-size: 11px;
  color: #333;
  padding: 0 10px;
  cursor: pointer; }

.list_table_footer .left {
  float: left;
  width: 45%; }

.list_table_footer .right {
  float: right;
  width: 45%; }

.table_list_wrapper {
  width: 100%; }

.table_list_wrapper .no-entries {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 20px 0;
  text-align: center;
  font-size: 15px; }

.inner-content {
  padding: 20px 0; }

table.form-table td.label {
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 0 10px;
  line-height: 12px;
  font-size: 12px;
  vertical-align: middle; }

table.form-table td.label.textarea {
  vertical-align: top;
  padding-top: 12px; }

table.form-table td.input {
  vertical-align: middle;
  padding: 4px 0; }

table.form-table td.errorInput input {
  color: red; }
table.form-table td.errorInput .info {
  color: red !important;
  display: block !important;
  margin-top: 2px; }

table.form-table td.input span.info {
  margin-left: 10px;
  color: #666666;
  float: left;
  line-height: 24px; }

span.info2 {
  color: #666666;
  line-height: 24px; }

a.ico_new_window {
  padding-left: 18px;
  background: url("../images/ico_new_window.gif") left center no-repeat; }

/* Pagging */
div.pagging {
  float: right;
  line-height: 30px; }

div.pagging span {
  float: left;
  display: block;
  margin-right: 10px; }

div.pagging a {
  height: 17px;
  line-height: 17px;
  display: block;
  float: left;
  background: url("../images/pagging_bg.png") right top;
  padding: 0 7px 0 0;
  margin-right: 7px;
  text-decoration: none;
  color: #666666;
  cursor: pointer;
  font-size: 10px;
  margin-top: 5px; }

div.pagging a strong {
  float: left;
  padding-left: 7px;
  height: 17px;
  line-height: 17px;
  display: block;
  background: url("../images/pagging_bg.png") 0 -17px no-repeat; }

div.pagging a:hover {
  background: url("../images/pagging_bg.png") right -34px; }

div.pagging a:hover strong {
  background: url("../images/pagging_bg.png") 0 -51px no-repeat; }

div.pagging a.current {
  background: url("../images/pagging_bg.png") right -68px;
  color: #fff; }

div.pagging a.current strong {
  background: url("../images/pagging_bg.png") 0 -85px no-repeat; }

div.pagging a.prev, div.pagging a.next {
  display: block;
  float: left;
  height: 17px;
  width: 28px;
  background-image: url("../images/pagging_bg.png");
  background-repeat: no-repeat;
  padding: 0; }

div.pagging a.prev {
  background-image: url("../images/pagging_bg.png");
  background-position: 0px -102px;
  margin-right: 7px; }

div.pagging a.prev:hover {
  background-image: url("../images/pagging_bg.png");
  background-position: -28px -102px; }

div.pagging a.prev.off {
  background-image: url("../images/pagging_bg.png");
  background-position: -56px -102px; }

div.pagging a.next {
  background-image: url("../images/pagging_bg.png");
  background-position: 0px -119px; }

div.pagging a.next:hover {
  background-image: url("../images/pagging_bg.png");
  background-position: -28px -119px; }

div.pagging a.next.off {
  background-image: url("../images/pagging_bg.png");
  background-position: -56px -119px; }

.search input.keyword {
  padding: 5px 4px;
  width: 242px;
  margin-bottom: 10px; }

/* Footer */
.push {
  height: 45px; }

#footer_wrapper {
  border-top: 2px solid #ffffff; }

#footer {
  text-align: center;
  min-width: 990px;
  font-size: 12px;
  padding-top: 11px;
  border-top: 1px solid #B1B1B1;
  height: 30px;
  background: #ffffff; }

#footer span {
  margin: 0 10px; }

#footer a {
  color: #005c9c;
  text-decoration: underline; }

#footer a:hover {
  text-decoration: none; }

input.submit, input.button {
  color: #333333;
  font-size: 13px;
  font-family: arial; }

input.submit {
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px; }

div.buttons {
  color: #fff;
  padding: 2px 3px;
  background: #646464; }

a.button {
  display: block;
  float: right;
  width: 121px;
  box-sizing: border-box;
  height: 23px;
  line-height: 23px;
  padding-left: 24px;
  font-size: 12px;
  color: #333333;
  margin: 7px 0; }

a.button.add {
  background: url("../images/button_add.png") no-repeat; }

a.button.refresh {
  background: url("../images/button_refresh.png") no-repeat; }

a.button.bg {
  background: url("../images/button_bg.png") no-repeat;
  text-align: center;
  padding-left: 0;
  margin: 7px 2px; }

/* Succes box */
.popup_success {
  text-align: center;
  clear: both;
  padding: 10px 0; }

.success {
  background: #F5FFE7;
  margin: 10px 0; }

.success .success_corners-top {
  height: 4px;
  background: url(../images/success_top_border.gif) left top repeat-x; }

.success .success_corner {
  width: 4px;
  height: 4px;
  display: block;
  float: left;
  background: url(../images/success_corners.gif) no-repeat; }

.success .success_corner.tr {
  float: right;
  background-position: 0 -4px; }

.success .success_corner.bl {
  background-position: 0 -8px; }

.success .success_corner.br {
  float: right;
  background-position: 0 -12px; }

.success .success_corners-bottom {
  height: 4px;
  background: url(../images/success_bottom_border.gif) left bottom repeat-x; }

.success .left-border {
  background: url(../images/success_left_border.gif) left top repeat-y; }

.success .success-content {
  background: url(../images/success_right_border.gif) right top repeat-y;
  padding: 0;
  padding-left: 14px;
  color: #4d7912;
  line-height: 22px;
  font-size: 12px; }

/* Succes box ----------------------------------------------------------- */
/* Error box */
.error {
  background: #FFECE9;
  margin: 10px 0; }

.error .error_corners-top {
  height: 4px;
  background: url(../images/error_top_border.gif) left top repeat-x; }

.error .error_corner {
  width: 4px;
  height: 4px;
  display: block;
  float: left;
  background: url(../images/error_corners.gif) no-repeat; }

.error .error_corner.tr {
  float: right;
  background-position: 0 -4px; }

.error .error_corner.bl {
  background-position: 0 -8px; }

.error .error_corner.br {
  float: right;
  background-position: 0 -12px; }

.error .error_corners-bottom {
  height: 4px;
  background: url(../images/error_bottom_border.gif) left bottom repeat-x; }

.error .left-border {
  background: url(../images/error_left_border.gif) left top repeat-y; }

.error .error-content {
  background: url(../images/error_right_border.gif) right top repeat-y;
  padding: 0 14px;
  color: #aa1400;
  line-height: 22px;
  font-size: 12px; }

.error .error-content li {
  background: url("../images/error_list_bullet.gif") left center no-repeat;
  padding-left: 11px;
  margin-left: 10px; }

/* Error box ----------------------------------------------------------- */
.clear {
  clear: both;
  height: 0%;
  line-height: 0%; }

.list_table_adder {
  background: #ffffe5;
  height: 34px;
  padding: 3px;
  line-height: 30px; }

.newsletter-accept {
  width: 17px;
  height: 17px;
  display: block;
  float: right;
  background: url("../images/controls_icons.gif") no-repeat;
  margin-left: 6px;
  background-position: 0px -119px; }

.newsletter-accept:hover {
  background-position: -17px -119px; }

.newsletter-reject {
  width: 17px;
  height: 17px;
  display: block;
  float: right;
  background: url("../images/controls_icons.gif") no-repeat;
  margin-left: 6px;
  background-position: 0px -17px; }

.newsletter-reject:hover {
  background-position: -17px -17px; }

.select_small {
  font-size: 11px;
  padding: 2px;
  height: 21px; }

.select_drop {
  float: left;
  margin: 5px 3px 0 0; }

.showhide_block.active .perms {
  display: block; }

.showhide_block .perms {
  display: none; }

.showhide_block .perms label {
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
  width: 150px;
  line-height: 25px;
  height: 25px;
  margin-top: 5px; }

.showhide_block .perms input {
  margin-top: 5px; }

.input .gender label {
  float: left;
  width: 50px;
  line-height: 15px;
  cursor: pointer; }

.input .gender input {
  float: left;
  height: 5px;
  margin: 0; }

.spacer {
  border-top: 1px solid #bbb;
  clear: both;
  margin: 30px 0; }

.log-container {
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }

.log-container td {
  padding: 5px 10px; }

.log-container-zebra {
  background-color: #f7f7f7; }

.log-container td.log-td-1 {
  font-weight: bold;
  text-align: right; }

.xls {
  line-height: 16px;
  padding-left: 25px;
  background: transparent url(../images/xls.png) no-repeat 0 50%; }

a.auto-refresh-5 {
  white-space: nowrap;
  width: auto;
  padding-right: 10px;
  cursor: default; }

#autocomplete-container input.text {
  padding: 3px; }

body .ui-autocomplete .ui-menu-item a {
  line-height: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px; }

a.cancel-filter {
  background-image: url(../images/cancel-filter.gif);
  width: 25px;
  padding-left: 0;
  margin-left: 10px; }

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

.sidebar_links_4 li {
  display: block;
  margin: 0;
  padding: 0; }

.sidebar_links_4 a {
  display: block;
  line-height: 30px;
  text-decoration: none;
  padding-left: 25px;
  border-top: 1px solid #cccccc;
  color: #343434;
  font-size: 14px; }

.sidebar_links_4 li:first-child a {
  border-top: 0; }

.sidebar_links_4 .active a,
.sidebar_links_4 a:hover {
  background-color: #666;
  color: #fff; }

.form-tree-line {
  padding: 0px 0 0px 20px;
  line-height: 20px; }

.checkbox-container {
  width: 750px; }

.checkbox-container-2 {
  float: left;
  width: 350px; }

.pdf-or-sel-hidden {
  display: none; }

.content-hidden {
  display: none; }

.checkbox_list {
  height: 200px;
  overflow-y: auto;
  padding: 5px;
  border: 1px solid #dddddd; }

.checkbox_list input {
  margin: 0;
  padding: 0;
  margin-right: 5px; }

.checkbox_list label {
  display: block;
  cursor: pointer;
  margin-bottom: 4px;
  padding: 3px;
  line-height: 14px; }

.checkbox_list label:hover {
  background: #dddddd; }

#content td.sidebar form.search {
  padding: 0 20px;
  margin: 20px 0 -10px 0; }

#content td.sidebar form.search input[type=text] {
  float: left;
  margin: 0 10px 0 0;
  width: 190px; }

.uploadify {
  padding-right: 30px;
  float: left; }

.uploadify.uploading {
  background: url(../images/ajax-loading2.gif) right center no-repeat; }

#uploading {
  float: left;
  margin-left: 5px;
  line-height: 26px; }

.photos h2 {
  margin-bottom: 10px !important; }

.photos p {
  margin-bottom: 10px; }

#thumbnails div.uploaded {
  margin-top: 9px;
  margin-right: -10px; }

.spacer {
  margin-top: 9px; }

#thumbnails div.item {
  width: 128px;
  float: left;
  height: 140px;
  margin: 0 10px 10px 0; }

#thumbnails div.item img {
  float: left; }

#thumbnails div.item strong {
  display: block;
  border: 1px solid #d4d9e1;
  background: #fff;
  margin-bottom: 1px;
  cursor: move; }

#thumbnails div.item strong {
  cursor: default; }

#thumbnails div.item strong span {
  display: block;
  margin: 1px;
  background: #efefef;
  color: #7d7d7d;
  line-height: 16px;
  text-align: center; }

#thumbnails div.item .item-controls {
  clear: both;
  height: 20px;
  position: relative;
  margin-bottom: 3px;
  display: none; }

#thumbnails div.item:hover .item-controls {
  display: block; }

#thumbnails div.item .item-controls a {
  width: 17px;
  height: 17px;
  background: url("../images/admin_gallery_icons.png") 0 0 no-repeat;
  position: absolute;
  bottom: 0; }

#thumbnails div.item .item-controls a.to-left {
  background-position: 0 0;
  width: 26px;
  left: 0;
  height: 17px; }

#thumbnails div.item .item-controls a.hidden {
  display: none; }

#thumbnails div.item .item-controls a.to-right {
  background-position: -77px 0;
  width: 26px;
  height: 17px;
  right: 0; }

#thumbnails div.item .item-controls a.to-left:hover {
  background-position: 0 -17px; }

#thumbnails div.item .item-controls a.to-right:hover {
  background-position: -77px -17px; }

#thumbnails div.item .item-controls a.remove {
  background-position: -60px 0;
  right: 55px; }

#thumbnails div.item .item-controls a.remove:hover {
  background-position: -60px -17px; }

#thumbnails div.item .item-controls a.main {
  background-position: -26px 0;
  left: 35px; }

#thumbnails div.item .item-controls a.main:hover {
  background-position: -26px -17px; }

#thumbnails div.item .item-controls a.i_title {
  background-position: -43px 0;
  right: 56px; }

#thumbnails div.item .item-controls a.i_title:hover {
  background-position: -43px -17px; }

#tree .tree-folder {
  background-image: url(../images/tree/folder.gif);
  background-position: left center; }

#tree .tree-page {
  background-image: url(../images/tree/page.gif);
  background-position: left center; }

#tree .tree-link {
  background-image: url(../images/tree/link.gif);
  background-position: left center; }

#tree .tree-module {
  background-image: url(../images/tree/module.gif);
  background-position: left center; }

#tree .tree-root {
  background-image: url(../images/tree/root.png);
  background-position: left center; }

.jstree-default .jstree-icon:empty {
  width: 19px !important; }

#sortable tr td:last-child {
  cursor: move; }

.jstree-invisible a {
  text-decoration: line-through !important; }

i.fa {
  margin-right: 10px; }

.sidebar form label {
  display: block;
  margin-bottom: 5px; }

.sidebar form input[type=text],
.sidebar form select {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px; }

.uploadify {
  padding-right: 30px;
  float: left; }

.uploadify.uploading {
  background: url(../images/ajax-loading2.gif) right center no-repeat; }

#uploading {
  float: left;
  margin-left: 5px;
  line-height: 26px; }

.photos h2 {
  margin-bottom: 10px !important; }

.photos p {
  margin-bottom: 10px; }

#thumbnails div.uploaded {
  margin-top: 9px;
  margin-right: -10px; }

.spacer {
  margin-top: 9px; }

#thumbnails div.item {
  width: 128px;
  float: left;
  height: 140px;
  margin: 0 10px 10px 0; }

#thumbnails div.item img {
  float: left; }

#thumbnails div.item strong {
  display: block;
  border: 1px solid #d4d9e1;
  background: #fff;
  margin-bottom: 1px;
  cursor: move; }

#thumbnails div.item strong {
  cursor: default; }

#thumbnails div.item strong span {
  display: block;
  margin: 1px;
  background: #efefef;
  color: #7d7d7d;
  line-height: 16px;
  text-align: center; }

#thumbnails div.item .item-controls {
  clear: both;
  height: 20px;
  position: relative;
  margin-bottom: 3px;
  display: none; }

#thumbnails div.item:hover .item-controls {
  display: block; }

#thumbnails div.item .item-controls a {
  width: 17px;
  height: 17px;
  background: url("../images/admin_gallery_icons.png") 0 0 no-repeat;
  position: absolute;
  bottom: 0; }

#thumbnails div.item .item-controls a.to-left {
  background-position: 0 0;
  width: 26px;
  left: 0;
  height: 17px; }

#thumbnails div.item .item-controls a.hidden {
  display: none; }

#thumbnails div.item .item-controls a.to-right {
  background-position: -77px 0;
  width: 26px;
  height: 17px;
  right: 0; }

#thumbnails div.item .item-controls a.to-left:hover {
  background-position: 0 -17px; }

#thumbnails div.item .item-controls a.to-right:hover {
  background-position: -77px -17px; }

#thumbnails div.item .item-controls a.remove {
  background-position: -60px 0;
  right: 35px; }

#thumbnails div.item .item-controls a.remove:hover {
  background-position: -60px -17px; }

#thumbnails div.item .item-controls a.main {
  background-position: -26px 0;
  left: 35px; }

#thumbnails div.item .item-controls a.main:hover {
  background-position: -26px -17px; }

#thumbnails div.item .item-controls a.i_title {
  background-position: -43px 0;
  right: 56px; }

#thumbnails div.item .item-controls a.i_title:hover {
  background-position: -43px -17px; }

#tree .tree-folder {
  background-image: url(../images/tree/folder.gif);
  background-position: left center; }

#tree .tree-page {
  background-image: url(../images/tree/page.gif);
  background-position: left center; }

#tree .tree-link {
  background-image: url(../images/tree/link.gif);
  background-position: left center; }

#tree .tree-module {
  background-image: url(../images/tree/module.gif);
  background-position: left center; }

#tree .tree-root {
  background-image: url(../images/tree/root.png);
  background-position: left center; }

.jstree-default .jstree-icon:empty {
  width: 19px !important; }

#sortable tr td:last-child {
  cursor: move; }

h1 form.filter {
  display: inline-block;
  margin-left: 20px; }

h1 form.filter input[type=text] {
  width: 120px;
  margin-right: 5px; }

h1 form.filter fieldset {
  display: inline-block;
  margin-right: 15px; }

h1 form.filter label {
  font-size: 12px;
  margin-right: 5px; }

h1 form.filter fieldset.date-range input {
  width: 80px; }

#products .tpl {
  display: none; }

#totals {
  line-height: 40px;
  font-size: 14px;
  float: right;
  width: 300px; }

#totals .key, #totals .value {
  float: left;
  box-sizing: border-box;
  padding: 0 10px; }

#totals .key {
  width: 150px; }

#totals .value {
  width: 150px;
  text-align: right; }

#totals .vat > div {
  border-top: 1px solid #7d7d7d; }

#totals .total {
  font-weight: bold;
  font-size: 16px;
  background: #E5E5E5; }

.invoice-status-1 {
  font-weight: bold;
  color: #dd0000; }

.invoice-status-2 {
  font-weight: bold;
  color: #199006; }

.invoice-status-3 {
  font-weight: bold;
  color: #000000; }

#chartdiv {
  padding-top: 40px;
  width: 100%;
  height: 350px; }

h1 .select2-container {
  font-size: 12px; }

table.list tr.tfooter td {
  font-size: 15px;
  font-weight: bold; }

.bt-show {
  margin-left: 0px; }

.custom-ui-theme .item {
  display: block; }
.custom-ui-theme .selection-header {
  width: 100%;
  height: 25px;
  position: relative;
  margin: 5px 0; }
.custom-ui-theme .sortable-input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 2px 10px; }
.custom-ui-theme .sortable-handle {
  height: 25px;
  width: 100%;
  display: block;
  background-color: #646464; }
.custom-ui-theme .sortable-input label {
  cursor: pointer;
  user-select: none;
  color: #fff;
  vertical-align: 2px; }
.custom-ui-theme .sortable-input input {
  cursor: pointer; }
.custom-ui-theme .sortable {
  border-bottom: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  outline: none;
  margin-bottom: 10px; }

.custom-ui-theme.ui-accordion .item .ui-accordion-header {
  padding: 0; }
  .custom-ui-theme.ui-accordion .item .ui-accordion-header .sortable-input {
    left: 3px; }
.custom-ui-theme.ui-accordion .item .ui-state-hover {
  border: 1px solid transparent; }
.custom-ui-theme.ui-accordion .item .ui-state-active {
  border: 1px solid transparent; }
.custom-ui-theme.ui-accordion .ui-widget-content {
  background: #fff;
  padding: 0; }

.client-selection {
  display: none; }

.client-selection.is-active {
  display: table-row; }

.selection-content h3 {
  font-size: 15px;
  color: #333;
  line-height: 40px;
  margin: 0;
  padding: 0 17px; }

.addItem {
  margin-top: 9px; }

.tender-table--dinamic {
  width: 100%; }
  .tender-table--dinamic .titles {
    font-weight: bold;
    background: #E5E5E5; }
    .tender-table--dinamic .titles td {
      font-size: 12px;
      border-left: 1px solid #F3F3F3;
      padding: 7px 17px;
      border-bottom: 1px solid #BBBBBB;
      vertical-align: middle; }
  .tender-table--dinamic .footer {
    background: #E5E5E5;
    height: 40px;
    padding: 10px;
    line-height: 30px; }
    .tender-table--dinamic .footer .select2 {
      margin-left: 10px;
      margin-top: -2px; }
  .tender-table--dinamic .filler {
    text-align: center; }
  .tender-table--dinamic .controls {
    width: 70px; }

.custom-sortable tr {
  background: #FFF; }
  .custom-sortable tr td {
    font-size: 12px;
    border-left: 1px solid #F3F3F3;
    padding: 7px 17px;
    border-bottom: 1px solid #BBBBBB;
    vertical-align: middle; }
  .custom-sortable tr:nth-child(odd) {
    background: #F9F9F9; }
  .custom-sortable tr:last-of-type .move-down {
    display: none; }
  .custom-sortable tr:first-of-type .move-up {
    display: none; }
.custom-sortable .remove {
  width: 17px;
  height: 17px;
  float: right;
  background: url(../images/controls_icons.gif) no-repeat;
  margin-left: 6px;
  background-position: 0px -17px; }
  .custom-sortable .remove:hover {
    background-position: -17px -17px; }

.move--ico {
  float: right;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-color: #000;
  background: url(../images/controls_icons.gif) no-repeat;
  margin-left: 6px;
  border: none; }

.move-up {
  background-position: 0 -85px; }
  .move-up:hover {
    background-position: -17px -85px; }

.move-down {
  background-position: 0 -68px; }
  .move-down:hover {
    background-position: -17px -68px; }

.removeRow--ico {
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-color: #000;
  background: url(../images/controls_icons.gif) no-repeat;
  margin-left: 2px;
  background-position: 0px -17px;
  border: none; }
  .removeRow--ico:hover {
    background-position: -17px -17px; }

.item-draft {
  color: red; }
  .item-draft a {
    color: red; }

.tender-table--contacts .label {
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 0 10px;
  line-height: 12px;
  font-size: 12px;
  vertical-align: middle;
  font-family: Arial, Verdana; }

.logo-preview {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transforM: translate(-50%, -50%); }

.logo-bg {
  position: relative;
  height: 130px; }

.site-textarea p {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 5px; }
.site-textarea h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #1d1d1b;
  background-color: transparent; }
.site-textarea li {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative; }
.site-textarea li:before {
  display: inline-block;
  content: '';
  position: absolute;
  background: #4bbda1;
  width: 9px;
  height: 1px;
  left: 0px;
  top: 10px; }
.site-textarea .h-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

#tenderForm input.text, #tenderForm td.input textarea {
  width: 100%; }
#tenderForm input.text.datepicker, #tenderForm input.text.small {
  width: 100px; }

table.list a.control.edit:last-of-type {
  margin-left: 0; }

input[type="color"] {
  width: 40px;
  padding: 2px 2px; }

.wysiwyg2 {
  height: 150px; }

.titles .sort-report {
  cursor: pointer;
  position: relative; }
  .titles .sort-report input {
    display: none; }
  .titles .sort-report:after {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    margin-left: 5px;
    vertical-align: -1px; }
.titles .sort-asc:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000000 transparent; }
.titles .sort-desc:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000000 transparent transparent transparent; }

#content.content-wide {
  max-width: 1400px; }

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