html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  font-size: 13px;
  position: relative;
  font-family: OpenSans;
  color: #3d4249;
}
body.has_bg {
  font-family: OpenSans;
  background: url(../../images/backend/bg.jpg) no-repeat center center;
  background-size: cover;
}
strong {
  font-family: OpenSansSemiBold;
}
a {
  color: #2b80f4;
}
a:hover {
  color: #2b80f4;
}
a:active {
  outline: none;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
body > pre.debug,
body > div.trace {
  padding-left: 260px;
}
#reconnect_container #div_overlay {
  background-color: #ebf0fa;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#reconnect_container #login_top {
  display: inline;
  height: 500px;
  left: 50%;
  margin-left: -250px;
  margin-top: -250px;
  position: fixed;
  top: 50%;
  width: 400px;
  z-index: 11;
}
.ajax_overlay {
  background: #fff url('../../images/frontend/ajax_load.gif') no-repeat 50% 50%;
  background-color: #fff;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  position: absolute;
}
#login_logo {
  background: url(../../images/backend/engine_logo2.png) no-repeat 0 0;
  width: 84px;
  height: 37px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#project_switcher {
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
  float: left;
}
#project_switcher li {
  float: left;
  margin-left: 20px;
}
#project_switcher li a.active {
  font-weight: bold;
}
#login {
  width: 300px;
  min-height: 300px;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -160px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 0px 10px 0 rgba(7,31,56,0.3);
  -moz-box-shadow: 2px 0px 10px 0 rgba(7,31,56,0.3);
  box-shadow: 2px 0px 10px 0 rgba(7,31,56,0.3);
}
#login a {
  margin-top: 10px;
  display: inline-block;
  font-size: 11px;
}
#login .project_logo {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #e1eaf4;
  text-align: center;
}
#container {
  min-height: 100%;
}
#header {
  border-bottom: 1px solid #cdd5e1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(14,55,111,0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(14,55,111,0.3);
  box-shadow: 0 1px 3px 0 rgba(14,55,111,0.3);
  background: #fff;
  height: 50px;
  position: relative;
  z-index: 1;
  padding: 5px 30px;
}
#header .logo {
  float: left;
}
#header .login_info {
  float: right;
  line-height: 40px;
}
#header .login_info .link {
  text-decoration: underline;
}
#header .login_info .link:hover {
  text-decoration: none;
}
#header .login_info .logout {
  border: 1px solid #c8d5e6;
  float: right;
  background: #fafcfe url(../../images/backend/logout.png) no-repeat center center;
  width: 60px;
  height: 30px;
  margin: 5px 0 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sidebar-bg {
  background: none repeat scroll 0 0 #edf1f7;
  border-right: 1px solid #cdd5e1;
  bottom: 0;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  width: 245px;
  z-index: -1;
}
#sidebar {
  width: 245px;
  left: 0;
  position: absolute;
  top: 50px;
  background: #edf1f7;
  padding: 30px 0px;
  color: #566678;
  border-right: 1px solid #cdd5e1;
}
#sidebar h2 {
  font-family: OpenSansLight;
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 10px 10px;
}
#sidebar .menu-block {
  border-bottom: 1px solid #cdd5e1;
  padding: 0px 20px;
  margin-bottom: 30px;
}
#sidebar .menu-block.last {
  border-bottom: none;
}
#sidebar ul {
  margin-bottom: 20px;
}
#sidebar ul li {
  list-style: none;
  margin: 2px 0;
}
#sidebar ul li a {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: inherit;
  display: block;
  padding: 5px 5px 5px 10px;
}
#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li a.active {
  text-decoration: none;
  background: #94aac2;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#sidebar ul li a:hover span,
#sidebar ul li a:active span,
#sidebar ul li a.active span {
  color: #fff ! important;
}
#sidebar ul li a span.ico {
  color: #7e95ae;
  font-size: 14px;
  position: absolute;
  left: 9px;
  top: 7px;
}
#sidebar ul li a span.title {
  display: block;
  padding-left: 20px;
  line-height: 130%;
}
#content {
  min-width: 800px;
  margin-left: 245px;
  padding: 0 30px 40px;
}
#content h3 {
  font-family: OpenSansSemiBold;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
#content .page_title {
  font-size: 38px;
  line-height: 38px;
  font-family: OpenSansLight;
  color: #2b80f4;
  background: url(../../images/backend/engine_logo.png) no-repeat right center;
  margin-bottom: 20px;
}
#content .page_title h2 {
  padding: 15px 0 15px;
}
#content .page_title h2 .help {
  font-size: 10px;
  font-weight: normal;
  background-color: #2b80f4;
}
#content .line {
  border-bottom: 1px solid #e1eaf4;
  margin-left: -30px;
  margin-right: -30px;
}
#content .nav_back {
  margin-bottom: 20px;
}
#content .module_header {
  line-height: 40px;
  color: #9eaabb;
  font-size: 12px;
}
#content .module_header a {
  color: inherit;
}
#content #filter {
  float: right;
  margin-bottom: 20px;
  position: relative;
}
#content #filter.expanded {
  border: 1px solid #cdd5e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(14,55,111,0.2);
  -moz-box-shadow: 3px 3px 10px 0 rgba(14,55,111,0.2);
  box-shadow: 3px 3px 10px 0 rgba(14,55,111,0.2);
  padding: 15px;
  float: none;
}
#content #filter.expanded .detailed_filter {
  display: block;
}
#content #filter.expanded .search_filter .expand {
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-box-shadow: inset 0px 0px 5px 0 rgba(14,55,111,0.2);
  -moz-box-shadow: inset 0px 0px 5px 0 rgba(14,55,111,0.2);
  box-shadow: inset 0px 0px 5px 0 rgba(14,55,111,0.2);
}
#content #filter.expanded .search_filter .input-group {
  display: none;
}
#content #filter.expanded .row {
  padding: 0 15px;
  margin-bottom: 15px;
}
#content #filter .detailed_filter {
  display: none;
}
#content #filter .detailed_filter .btn-primary {
  margin-right: 15px;
}
#content #filter .detailed_filter .checkbox_item {
  line-height: 12px;
  margin-top: 10px;
  display: block;
}
#content #filter .detailed_filter .checkbox_item input {
  min-height: initial;
  float: left;
  margin-right: 10px;
}
#content #filter .search_filter .btn-default {
  color: #c8d5e6;
}
#content #filter .search_filter .expand {
  float: left;
  margin-left: 10px;
}
#content #filter .search_filter .input-group {
  float: left;
  width: 200px;
}
#content #filter .form-inline .form-group {
  margin-right: 15px;
}
#content #filter input.datepicker {
  width: 100px;
}
#content #entity_form {
  border: 1px solid #cdd5e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 0px;
}
#content #entity_form.form-horizontal .module_part {
  margin: 0 -15px;
  padding-top: 15px;
  border-top: 1px solid #cdd5e1;
}
#content #entity_form.form-horizontal .module_part:first-of-type {
  border: none;
}
#content #entity_form.form-horizontal #categories label {
  margin-left: 10px;
  font-size: 13px;
}
#content #entity_form.form-horizontal #categories div.subcats {
  margin-left: 20px;
}
#content #entity_form.form-horizontal .radio {
  min-height: 20px;
}
#content #entity_form.form-horizontal .checkbox {
  min-height: 20px;
}
#content #entity_form.form-horizontal .checkbox.inline {
  display: inline-block;
  padding-right: 10px;
}
#content #entity_form.form-horizontal .form-group label.no-top-padding {
  padding-top: 0px;
}
#content #entity_form.form-horizontal .form-group.wysiwyg {
  padding: 0 15px;
}
#content #entity_form.form-horizontal .form-group.wysiwyg label {
  padding-bottom: 10px;
  margin-left: -10px;
}
#content #entity_form.form-horizontal .form-group input.number {
  width: 100px;
}
#content #entity_form.form-horizontal .form-group input.colorpick {
  width: 100px;
}
#content #entity_form.form-horizontal .col-xs-5 {
  width: 400px;
}
#content #entity_form.form-horizontal .manual_params_row .col input {
  float: left;
}
#content #entity_form.form-horizontal .manual_params_row .col input.checkbox {
  width: 5%;
  margin: 7px 7px 0 0;
}
#content #entity_form.form-horizontal .manual_params_row .col input.form-control {
  width: 90%;
  float: right;
}
#content .buttons {
  margin-bottom: 20px;
}
#content .buttons .multiple_select_actions {
  display: inline-block;
}
#content .buttons .btn {
  font-size: 13px;
  margin-right: 10px;
}
#content table.table {
  border-collapse: separate;
  border: 1px solid #ddd;
  margin-top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content table.table th {
  font-family: OpenSansBold;
}
#content table.table th a {
  color: #3d4249;
}
#content table.table th a.sort1 i {
  vertical-align: bottom;
}
#content table.table th a.sort2 i {
  vertical-align: top;
}
#content table.table td {
  vertical-align: middle;
}
#content table.table td.multiple_select_collumn {
  width: 15px;
}
#content table.table td.dnd_col {
  width: 10px;
  background: url(../../images/backend/dnd_icon.png) no-repeat center center;
  cursor: move;
}
#content table.table td.photo {
  text-align: center;
  width: 100px;
}
#content table.table td.bold {
  font-family: OpenSansBold;
}
#content table.table .links {
  text-align: right;
}
#content table.table .links a {
  border: 1px solid #c8d5e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 7px;
  text-decoration: none;
  display: inline-block;
}
#content table.table .links a span {
  color: #c8d5e6;
}
#content table.table .action_activate {
  color: #94aac2;
}
#content table.table .action_activate.inactive {
  color: #e1ebf5;
}
#content .pagination {
  margin-top: 0px;
}
.btn {
  font-family: OpenSansSemiBold;
  outline: none;
}
.btn.btn-primary {
  background: #2b80f4;
  color: #fff;
}
.btn.btn-default {
  background: #fafcfe;
}
.btn span.glyphicon,
.btn i.fa {
  color: inherit;
}
textarea.wider {
  width: 400px;
}
textarea.higher {
  height: 120px;
}
table.elements_list {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #DBE2F1;
  background: #F5F7FC;
}
table.elements_list th {
  font-family: OpenSansBold;
  padding: 10px 12px;
  background: #EBF0FA;
  borde-bottomr: 1px solid #FFFFFF;
}
table.elements_list td {
  padding: 8px 12px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #DBE2F1;
}
#page_tree {
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#page_tree .tree_level {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}
#page_tree .tree_level.table {
  border: none;
}
#page_tree .tree_level.table td {
  padding: 0;
}
#page_tree .tree_level.table .dnd_col {
  width: 10px;
  height: 18px;
  background: url(../../images/backend/dnd_icon.png) no-repeat;
  cursor: move;
  background-position: 5px 8px;
  display: inline-block;
}
#page_tree .tree_level .dnd_row.ondrag {
  background-color: #85bff8;
}
#page_tree .tree_level .tree_item {
  line-height: 21px;
  padding-left: 30px;
  background: url(../../images/tree/4.gif) no-repeat left top;
}
#page_tree .tree_level li {
  margin: 0px;
  padding: 0px;
  background: url(../../images/tree/2.gif) repeat-y left top;
  position: relative;
}
#page_tree .tree_level li.last {
  background: none;
}
#page_tree .tree_level .file {
  background: url(../../images/tree/file.gif) no-repeat left 2px;
}
#page_tree .tree_level .folder {
  background: url(../../images/tree/folder.gif) no-repeat left 2px;
}
#page_tree .tree_level .file_disabled {
  background: url(../../images/tree/file_disabled.gif) no-repeat left 2px;
}
#page_tree .tree_level .folder_disabled {
  background: url(../../images/tree/folder_disabled.gif) no-repeat left 2px;
}
#page_tree .tree_level .file_hidden {
  background: url(../../images/tree/file_hidden.gif) no-repeat left 2px;
}
#page_tree .tree_level .folder_hidden {
  background: url(../../images/tree/folder_hidden.gif) no-repeat left 2px;
}
#page_tree .tree_level .title {
  padding-left: 0px;
}
#page_tree .tree_level .title.optimum {
  font-weight: bold;
  border-left: none;
  padding: 9px 0;
}
#page_tree .tree_level .title.first_level {
  padding: 13px 0;
}
#page_tree .tree_level .title.first_level .title_wrapper {
  font-family: 'OpenSansLight';
  font-size: 24px;
}
#page_tree .tree_level .title.first_level .title_wrapper a:hover {
  text-decoration: none;
}
#page_tree .tree_level .title.first_level .dnd_col {
  background-position: 5px 0;
}
#page_tree .tree_level .title.first_level .multiple_select_checkbox {
  position: relative;
  top: -2px;
  margin: 0 4px;
}
#page_tree .tree_level .title.first_level.disabled,
#page_tree .tree_level .title.first_level.not_visible {
  color: #9eaabb;
}
#page_tree .tree_level .title.second_level {
  font-weight: bold;
  border-left: none;
  padding: 7px 0;
}
#page_tree .tree_level .title.second_level .title_wrapper {
  font-family: 'OpenSansLight';
  font-size: 13px;
}
#page_tree .tree_level .title.second_level .title_wrapper a:hover {
  text-decoration: none;
}
#page_tree .tree_level .title.second_level .multiple_select_checkbox {
  position: relative;
  top: 2px;
  margin: 0 4px;
}
#page_tree .tree_level .title.infinity_level {
  border-left: none;
  padding: 7px 0;
}
#page_tree .tree_level .title.infinity_level .title_wrapper {
  font-family: 'OpenSansLight';
  font-size: 13px;
}
#page_tree .tree_level .title.infinity_level.has_child {
  border-left: none;
}
#page_tree .tree_level .title.infinity_level .multiple_select_checkbox {
  position: relative;
  top: 2px;
  margin: 0 4px;
}
#page_tree .tree_level .dots {
  background: url(../../images/tree/5.gif) repeat-x left top;
}
#page_tree .tree_level .controls {
  float: right;
  padding: 0px 6px;
}
#page_tree .tree_level .controls.first_level {
  position: relative;
  top: 22px;
}
#page_tree .tree_level .controls.infinity_level {
  position: relative;
  top: 10px;
}
#page_tree .tree_level .controls .link {
  border: 1px solid #c8d5e6;
  color: #c8d5e6;
  padding: 3px 7px;
  border-radius: 3px;
}
#page_tree .tree_level .controls .link.disabled {
  border: 1px solid #E7ECF3;
  color: #E7ECF3;
  padding: 3px 7px;
  border-radius: 3px;
}
#entity_form {
  margin: 20px 0;
}
.new_element {
  width: 100%;
}
.new_element label,
.new_element .label {
  color: #3d4249;
  font-size: 12px;
  font-weight: normal;
}
.new_element td.label {
  text-align: right;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}
.new_element tr,
.new_element td {
  vertical-align: middle;
  padding: 5px 0;
}
a.action_activate.inactive {
  color: #E1EBF5;
}
ul#added_items {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
ul#added_items li {
  line-height: 16px;
}
ul#added_items li a {
  display: inline-block;
  margin-left: 5px;
  color: #d00;
  padding: 0 4px;
  font-weight: bold;
}
ul.current_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.current_list li {
  border: 1px solid #ccc;
  margin: 0.5em 0;
  position: relative;
  height: 80px;
  background: #fff;
}
ul.current_list span.handle {
  background: url(../../images/backend/icons/drag_handle.png) no-repeat 50% 50%;
  position: absolute;
  left: 10px;
  top: 34px;
  display: inline-block;
  width: 16px;
  height: 17px;
  text-indent: -99px;
  overflow: hidden;
  cursor: move;
}
ul.current_list li.photo span.thumb {
  display: inline-block;
  margin-left: 35px;
  margin-top: 10px;
}
ul.current_list li.file span.thumb {
  display: inline-block;
  margin-left: 35px;
  margin-top: 27px;
  width: 200px;
}
ul.current_list li.file span.thumb span.file_name {
  display: block;
}
ul.current_list li.file span.thumb span.size {
  font-size: 10px;
  display: inline-block;
  margin-right: 6px;
}
ul.current_list li.file span.thumb .download {
  font-size: 10px;
  display: inline-block;
}
ul.current_list span.name {
  display: block;
  position: absolute;
  width: 200px;
  left: 250px;
  top: 16px;
}
ul.current_list span.name input {
  width: 200px;
}
ul.current_list span.name label {
  display: block;
  line-height: 20px;
}
ul.current_list a.remove {
  display: inline-block;
  background: url(../../images/backend/icons/delete.gif);
  width: 16px;
  height: 16px;
  text-indent: -99px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 34px;
}
ul.filelist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.filelist li {
  border: 1px solid #ccc;
  margin: 0.5em 0;
  position: relative;
  height: 80px;
  background: #fafafa;
}
ul.filelist span.handle {
  background: url(../../images/backend/icons/drag_handle.png) no-repeat 50% 50%;
  position: absolute;
  left: 10px;
  top: 34px;
  display: inline-block;
  width: 16px;
  height: 17px;
  text-indent: -99px;
  overflow: hidden;
  cursor: move;
}
ul.filelist span.thumb {
  display: inline-block;
  margin-left: 35px;
  margin-top: 27px;
  width: 200px;
}
ul.filelist span.thumb span.file_name {
  display: block;
}
ul.filelist span.thumb span.size {
  font-size: 10px;
  display: inline-block;
  margin-right: 6px;
}
ul.filelist span.thumb span.percent {
  font-size: 10px;
}
ul.filelist span.name {
  display: block;
  position: absolute;
  width: 200px;
  left: 250px;
  top: 10px;
}
ul.filelist span.name input {
  width: 200px;
}
ul.filelist span.name label {
  display: block;
  line-height: 20px;
}
ul.filelist a.remove {
  display: inline-block;
  background: url(../../images/backend/icons/delete.gif);
  width: 16px;
  height: 16px;
  text-indent: -99px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 39px;
}
.categories_holder,
.filters_holder {
  height: 150px;
  overflow-y: scroll;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #A0A0A0;
  background-color: #FFF;
  padding: 5px;
}
.filters_holder span.value {
  display: block;
  font-weight: bold;
  padding-top: 2px;
}
.categories_holder {
  height: 300px;
}
div.mapped_products h2 {
  padding: 12px 0;
  margin: 0;
}
div.mapped_products ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
div.mapped_products ul li {
  cursor: move;
  line-height: 16px;
}
div.mapped_products ul li a {
  display: inline-block;
  margin-left: 5px;
  color: #d00;
  padding: 0 4px;
  font-weight: bold;
}
ul.modules_groups_list input.checkbox {
  vertical-align: middle;
  display: inline-block;
}
ul.modules_groups_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.modules_groups_list li.modules_group {
  margin: 0;
  padding: 0;
  margin-top: 2px;
  font-weight: bold;
}
ul.modules_list {
  list-style-type: none;
  margin: 5px 0 5px 10px;
  padding: 0;
  font-weight: normal;
}
ul.modules_list li.module {
  margin: 0;
  padding: 0;
}
ul.detailed_module_rights {
  list-style-type: none;
  margin: 0 0 6px 20px;
  padding: 0;
  display: none;
}
ul.detailed_module_rights li {
  display: inline;
  font-size: 10px;
}
a.expand_detailed_rights {
  font-family: monospace;
}
#page_tree .table tr.odd {
  background-color: #f5faff;
}
#translations_list td {
  word-break: break-all;
}
table.loadtime_info {
  border-collapse: collapse;
  margin: 1em;
}
table.loadtime_info td,
table.loadtime_info th {
  text-align: left;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #ccc;
}
table.loadtime_info th {
  background: #eee;
}
table.loadtime_info tr.timeclass100 {
  background: #ffc;
}
table.loadtime_info tr.timeclass200 {
  background: #ffff7a;
}
table.loadtime_info tr.timeclass500 {
  background: #ffc145;
}
table.loadtime_info tr.timeclass1000 {
  background: #ff6c6c;
}
