Your IP : 216.73.216.95


Current Path : /var/test/www/alh/admin/view/journal2/css/
Upload File :
Current File : /var/test/www/alh/admin/view/journal2/css/main.css

/*
  Journal - The Ultimate OpenCart Theme
  Version 2.0
  Copyright (c) 2013 Digital Atelier
  http://journal.digital-atelier.com/

  ADMIN STYLES
*/
/******************************
 RESET
*******************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Helvetica, Arial, sans-serif;
  outline: none; }

nav * {
  box-sizing: border-box; }

:before {
  font-family: "journal-icons";
  position: relative;
  top: 3px;
  padding-right: 10px;
  font-size: 18px;
  color: #e4e4e4; }

.icon-browser > span:hover :before {
  transition: color .2s;
  color: white; }
.icon-browser :before {
  color: #1d1d1b;
  font-size: 28px;
  text-align: center;
  top: 0;
  padding-right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.icon-browser .selected:before {
  color: white; }

.hide-menu {
  display: none !important; }

.div3 img {
  vertical-align: baseline !important; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: auto;
  padding: 3px 4px;
  font-size: 13px;
  border-radius: 1px !important;
  border: none; }

label {
  font-size: 13px; }

select {
  height: 20px;
  width: auto;
  max-width: 120px; }

.journal-color-picker {
  border: none !important;
  max-width: 55px;
  line-height: 3;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }

input.journal-number-field, .journal-number-field input {
  max-width: 42px;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
  border: 1px solid #d3d3d3 !important; }

.journal-name-field {
  text-align: left;
  position: relative;
  padding-left: 7px !important;
  margin-bottom: 0 !important; }

.journal-input {
  margin-bottom: 0 !important;
  width: 200px;
  border: 1px solid #d3d3d3 !important; }

input:focus::-webkit-input-placeholder {
  color: white !important;
  font-size: 10px !important; }

input:focus:-moz-placeholder {
  color: white !important; }

input:focus::-moz-placeholder {
  color: white !important; }

input:focus:-ms-input-placeholder {
  color: white !important; }

/******************************
 STYLES
*******************************/
small {
  display: block;
  opacity: .7; }

body {
  background-color: #f4f4f4;
  min-width: 1024px;
  background-attachment: fixed;
  overflow-x: hidden; }

body > #container {
  overflow: hidden;
  min-height: 0; }

#content {
  background: transparent;
  padding: 0;
  position: relative;
  min-width: 1024px; }

#header {
  min-width: 1024px;
  position: relative;
  z-index: 1000; }

#footer {
  height: 65px;
  margin-top: 0;
  min-width: 1024px;
  position: relative;
  z-index: 100;
  padding-top: 45px; }

.btn {
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #444;
  line-height: 17px;
  height: 18px;
  display: inline-block;
  padding: 7px 15px;
  padding-top: 8px;
  background: #F3F3F3;
  border: solid 1px #D9D9D9;
  border-radius: 2px;
  transition: border-color .2s; }

.btn.delete {
  padding: 5px 11px;
  text-transform: lowercase; }

.btn:hover {
  background: #F4F4F4;
  border-color: #C0C0C0;
  color: #333;
  transition: all 0.2s; }

.btn:active {
  border-color: #48a0d0;
  color: #48a0d0;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8); }

.btn.blue {
  border: none;
  text-shadow: none;
  color: white;
  background: #48a0d0; }

.btn.blue:hover {
  background: #3686b1; }

.btn.green {
  border: none;
  text-shadow: none;
  color: white;
  background: #27ae60; }

.btn.green.loading {
  color: transparent; }

.btn.green:hover {
  background: #19974e; }

.btn.red {
  text-shadow: none;
  border: none;
  color: white;
  background: #e11a32; }

.btn.red:hover {
  background: #d22539; }

/******************************
 NAV MENU
*******************************/
nav {
  position: relative;
  left: 0;
  width: 220px;
  background-color: #48a0d0;
  float: left;
  z-index: 999; }

#nav {
  display: block;
  width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 99; }

.first-li {
  border-top: none; }

#nav > li > a {
  display: block;
  min-height: 39px;
  line-height: 35px;
  font-size: 13px;
  color: #f4f4f4;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #686868;
  background-color: #4a4c58;
  transition: all 0.2s; }
  #nav > li > a span {
    float: right;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    padding-left: 2px;
    top: -1px; }

#nav > li:last-child a {
  border-bottom: 1px solid #383838; }

#nav > li > a.open span {
  top: 0; }

#nav > li > a.open,
#nav li ul li a:hover {
  color: #e9e9e9;
  border-bottom-color: #384f76;
  border-top: 1px solid transparent;
  background-color: #48a0d0; }

#nav > li:hover > a {
  color: #e9e9e9;
  border-bottom-color: #384f76;
  border-top: 1px solid transparent;
  background-color: transparent; }

#nav li {
  position: relative; }
  #nav li ul {
    left: 100%;
    top: 0;
    width: 200px;
    display: none;
    position: absolute;
    background: #4a4c58;
    margin-left: 10px;
    z-index: 99;
    border-left: 0; }
    #nav li ul[data-icon]:before {
      color: #4a4c58;
      font-size: 30px;
      position: absolute;
      left: -16px;
      top: 5px; }

#nav li ul li:first-child > a {
  border-top: 0; }

#nav li a[data-icon]:before,
#nav li ul li a[data-icon]:before {
  content: '\e620';
  color: #f4f4f4;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 3px;
  opacity: .5; }

#nav li ul li a[data-icon]:before {
  right: 5px;
  top: 14px; }

#nav li:hover > a[data-icon]:before {
  opacity: 1; }

#nav li ul li a {
  display: block;
  background: none;
  padding: 11px 10px 12px 15px;
  font-size: 13px;
  text-decoration: none;
  color: #e3e7f1;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #686868; }

#nav li ul li [data-icon]:before {
  font-size: 20px;
  top: 8px;
  padding-right: 5px; }

#nav li ul li:last-child a {
  border-bottom: none; }

#nav ul ul {
  margin: 0px;
  border-left: 10px solid #f4f4f4; }

.selected {
  background-color: #374864 !important; }

.divider, .bar-expand {
  color: #8B9BA7 !important;
  background-color: #333745 !important;
  height: 25px !important;
  text-align: center;
  font-size: 13px;
  line-height: 23px !important; }

.bar-expand {
  text-align: left;
  border: none !important; }
  .bar-expand a {
    color: inherit;
    text-decoration: none;
    font-size: 12px; }
  .bar-expand a:hover {
    color: #48a0d0; }

/******************************
 BODY
*******************************/
body {
  overflow-y: scroll; }

.journal-body {
  margin-left: 220px; }

.dummy-inner, .dummy-bg {
  width: 155px;
  height: 333333px;
  background-color: #374864;
  position: absolute;
  border-right: 10px solid #f4f4f4;
  z-index: 9; }

.dummy-bg {
  top: 75px;
  width: 220px;
  background-color: #4a4c58; }

a.set-menu {
  text-decoration: none;
  color: #1d1d1b; }

.logo {
  font-family: "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 33px;
  position: relative;
  text-align: center;
  line-height: 63px;
  height: 75px;
  background-color: white;
  width: 220px;
  box-shadow: none !important;
  z-index: 999; }
  .logo:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #1d1d1b;
    width: 118px;
    height: 1px;
    top: 56px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .1; }
  .logo:before {
    opacity: .1;
    content: "";
    position: absolute;
    border-bottom: 1px solid #1d1d1b;
    width: 108px;
    height: 1px;
    top: 54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .logo small {
    z-index: 11;
    opacity: 1;
    color: #48a0d0;
    font-size: 13px;
    text-transform: none;
    background-color: white;
    position: absolute;
    display: inline-block;
    height: 15px;
    padding: 0 5px 0 5px;
    line-height: 100%;
    top: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.1s; }
    .logo small:before {
      content: "\e14f";
      color: transparent;
      position: absolute;
      font-size: 15px;
      top: 0;
      left: 17px;
      transition: all 0.1s; }
  .logo:hover small {
    color: transparent; }
    .logo:hover small:before {
      color: #48a0d0; }

#nav:after {
  content: "";
  width: 10px;
  height: 2000%;
  top: -75px;
  left: 220px;
  background-color: white;
  display: block;
  position: absolute; }

.module-header {
  position: relative;
  background-color: #f4f4f4;
  width: 100%;
  z-index: 9;
  height: 75px;
  margin-left: 10px; }
  .module-header [data-icon]:before {
    font-size: 35px;
    color: #ea2e49;
    top: 18px;
    left: 15px;
    position: absolute; }
  .module-header .btn {
    margin: 20px 10px 0 0; }

.dummy-module-header {
  width: 100%;
  height: 75px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  z-index: -1; }

.module-name {
  position: relative;
  float: left;
  font-family: "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 15px;
  padding-top: 18px;
  line-height: 1.3;
  margin-right: 20px; }
  .module-name span {
    font-size: 14px;
    text-transform: none;
    display: block;
    color: #48a0d0; }

.module-buttons {
  right: 15px;
  height: 100%;
  position: absolute;
  display: inline-block; }
  .module-buttons span {
    width: 1px;
    height: 100%;
    display: inline-block;
    float: left;
    margin-left: 18px;
    margin-right: 8px;
    border-right: 1px solid #aaa; }

.fixed {
  position: fixed;
  min-width: 1024px;
  top: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); }
  .fixed .module-buttons {
    padding-right: 220px;
    right: 15px; }

.sticky {
  height: 75px;
  position: relative; }

.active-skin {
  position: absolute;
  top: 28px;
  left: 400px; }
  .active-skin span {
    display: inline-block;
    margin-right: 10px;
    top: 1px;
    position: relative;
    font-weight: bold; }
  .active-skin a {
    display: block;
    text-align: center; }

@media only screen and (max-width: 1100px) {
  .module-buttons span {
    margin-left: 8px;
    margin-right: 0;
    transition: all 0.2s; } }
@media only screen and (max-width: 1050px) {
  .active-skin span {
    display: none;
    transition: all 0.2s; } }
.module-body {
  padding-left: 10px; }

.module-place-title, .module-place-row {
  background-color: #e4e4e4;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%; }
  .module-place-title li, .module-place-row li {
    border-right: 1px solid #454F5F;
    height: 25px;
    text-align: center;
    color: #e4e4e4;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden; }
  .module-place-title li:last-child, .module-place-row li:last-child {
    border-right: none; }

.module-place-title > li {
  background-color: #333745; }

.module-place-row li {
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 7px 0; }
  .module-place-row li .btn {
    margin: 0;
    float: none; }

.module-place-row:last-child li {
  border-bottom: none; }

.journal-select {
  max-width: 125px; }

input.journal-sort, .journal-sort input {
  max-width: 25px;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important; }

.module-create-options {
  width: 100%; }
  .module-create-options li {
    position: relative;
    text-align: left;
    display: table; }
  .module-create-options li:first-child span {
    border-top: none; }

.module-footer {
  background-color: #4a4c58; }
  .module-footer li {
    border: none;
    padding: 11px 0; }

.module-create-title {
  font-size: 12px;
  background-color: #e4e4e4;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  max-width: 200px;
  min-width: 150px;
  text-align: right;
  color: #1d1d1b;
  padding: 15px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #d5d5d5; }

.module-create-option {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  max-width: 200px;
  color: #1d1d1b;
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid white; }
  .module-create-option > div {
    display: inline-block; }

.module-create-image {
  padding-top: 12px;
  background-color: #48a0d0; }

.mini-header {
  height: 25px;
  background-color: #333745; }

.module-create-option2 {
  width: 100%;
  color: #1d1d1b;
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid white; }

.btn-wrap {
  padding: 10px 15px;
  border-top: 1px solid white; }

/******************************
 TABS
*******************************/
.idTabs {
  position: relative;
  z-index: 1; }

.inner-options {
  margin-left: 165px; }

.inner-nav {
  display: block;
  background-color: #374864;
  width: 165px;
  height: 100%;
  float: left; }
  .inner-nav a {
    display: block;
    padding: 9px 0 14px 7px;
    font-size: 13px;
    text-decoration: none;
    color: #e3e7f1;
    border-right: 10px solid #48a0d0;
    transition: background-color 0.2s; }
  .inner-nav a:hover {
    background-color: #51617a; }
  .inner-nav li [data-icon]:before {
    padding-right: 8px; }
  .inner-nav li:first-child a {
    border-top: none; }
  .inner-nav .selected {
    background-color: #51617a !important; }

.module-place-row li .img-select .btn {
  display: inline-block;
  padding: 0 7px;
  margin: 0 auto;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal; }

.img-preview {
  width: auto;
  max-height: 150px;
  margin: 0 auto; }

/******************************
 Custom Sections
*******************************/
.remove-section, .add-section {
  float: right;
  position: relative;
  top: 2px;
  right: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat;
  background-position: top; }

.add-section {
  background: url(../images/add.png) no-repeat; }

.remove-section:hover, .add-section:hover {
  background-position: bottom; }

.btn.add-product {
  margin: 0; }

/******************************
 ACCORDION STYLES
*******************************/
.accordion,
.accordion-heading,
.accordion-heading .accordion-toggle,
.accordion-group,
.accordion-body,
.accordion-inner,
.accordion-content {
  background-color: transparent;
  font-weight: normal;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0; }

.accordion-heading a {
  float: none; }

.accordion-bar span {
  font-size: 13px;
  font-weight: normal;
  position: relative;
  opacity: .8;
  top: -1px; }

.accordion-bar, .add-level {
  height: 40px;
  background-color: #48a0d0;
  display: block;
  text-decoration: none;
  color: #1d1d1b;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  color: white; }

.accordion-bar:hover {
  background-color: #328fc2; }

.bar-level-1 {
  background-color: #328fc2;
  border-bottom: 1px solid #2c7daa; }

.bar-level-1:hover {
  background-color: #2d80ae; }

.bar-level-2 {
  background-color: #d65548;
  border-bottom: 1px solid #af3427; }

.bar-level-2:hover {
  background-color: #d14233; }

.add-level {
  background-color: #138e7d;
  border: none; }

.add-level:hover {
  background-color: #107869; }

.add-level-2 {
  color: white;
  background-color: #c0392b;
  border: none; }

.add-level-2:hover {
  background-color: #ab3326; }

a.accordion-remove {
  float: right;
  color: white;
  margin-right: 20px;
  position: relative;
  padding-left: 30px;
  display: block;
  line-height: 39px; }
  a.accordion-remove:before {
    content: "\e601";
    position: absolute;
    left: 9px;
    top: 0px;
    color: white;
    font-size: 17px; }

a.accordion-remove:hover {
  color: #F82E4A; }
  a.accordion-remove:hover:before {
    color: #F82E4A; }

a.add-module:before {
  content: "\e045";
  left: -11px;
  top: -1px; }

a.edit-module {
  margin-left: 20px; }
  a.edit-module:before {
    content: "\e629";
    left: -11px;
    top: -1px; }

a.add-module:hover {
  color: #27ae60; }
  a.add-module:hover:before {
    color: #27ae60; }

a.edit-module:hover {
  color: #27ae60; }
  a.edit-module:hover:before {
    color: #27ae60; }

.module-options {
  float: right;
  margin-right: 20px; }
  .module-options a {
    text-transform: none;
    float: none !important;
    display: inline-block;
    padding: 0 10px;
    margin-right: 0; }

a.accordion-remove [data-icon]:before {
  padding-right: 7px;
  top: 3px; }

.accordion-icon {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  border-right: 1px solid #2c7daa;
  background-color: #328fc2; }

.bar-level-2 .accordion-icon {
  border-right: 1px solid #af3427;
  background-color: #d14233; }

.add-level .accordion-icon {
  font-size: 22px;
  line-height: 1.6;
  border-right: 1px solid #117c6d;
  background-color: #138e7d; }

.add-level-2 .accordion-icon {
  border-right: 1px solid #af3427;
  background-color: #c0392b; }

.transition-gallery:hover {
  color: #48a0d0; }

.bar-level-0 {
  background-color: #51617a;
  border-top: 1px solid #657999;
  border-bottom: 1px solid #3d495b; }
  .bar-level-0 .accordion-icon {
    background-color: #51617a;
    border-right: #323c4c !important; }

.bar-level-0:hover {
  background-color: #47556b; }

.accordion-group:first-child .bar-level-0 {
  border-top: none; }

.add-level-0, .add-level-0 .accordion-icon {
  background-color: #47556b !important;
  border: none;
  border-top: 1px solid #657999; }

.add-level-0:hover {
  background-color: #3d495b !important; }

.add-level, .bar-level-0, .bar-level-1, .bar-level-2 {
  padding-left: 15px; }

/******************************
 TOGGLE SWITCHES
*******************************/
.switch-toggle label {
  display: block;
  padding: 0 15px;
  white-space: nowrap; }

.switch-2 {
  color: white !important; }

.module-place-row .switch-2 {
  margin: 0 auto; }

.switch-toggle * {
  outline: 0 !important;
  text-transform: none; }

.switch-candy input:first-child + label,
.switch-candy.switch-2 label {
  border: none; }

.switch-candy {
  background-color: #777 !important; }

.switch-candy a {
  background-color: #48a0d0 !important;
  color: white !important; }

.switch-candy.switch-2 label {
  transition: all 0.2s; }

.switch-toggle.switch-3 {
  min-width: 300px; }

.switch-toggle.switch-4 {
  min-width: 400px; }

.switch-toggle.switch-5 {
  min-width: 500px; }

.switch-toggle.switch-6 {
  min-width: 600px; }

.switch-toggle.switch-6 label,
.switch-toggle.switch-6 a {
  width: 16.6666667%; }

/******************************
 SELECT 2
*******************************/
body .select2-container {
  width: auto !important;
  min-width: 100px; }

.module-place-row .select2-container {
  width: auto !important;
  min-width: 125px; }
  .module-place-row .select2-container .select2-choice > .select2-chosen {
    margin-right: 26px; }

.select2-container .select2-choice {
  border-radius: 0 !important; }

.module-place-row .select2-container .select2-choice {
  padding: 0 !important; }

.select2-container .select2-choice .select2-arrow {
  width: 25px !important;
  border-radius: 0 !important; }
  .select2-container .select2-choice .select2-arrow b {
    position: relative;
    left: 4px; }

.select2-drop {
  border-radius: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  border: none !important; }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: none !important; }

.select2-results {
  max-height: 350px !important; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 5px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-container-active .select2-choice, .select2-container-active .select2-choices {
  box-shadow: none !important;
  border: 1px solid #bebebe !important; }

.select2-search input {
  height: 26px !important; }

.select2-drop {
  margin-top: 0 !important; }

.select2-search input {
  margin-top: 4px;
  border: 1px solid #d3d3d3 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  background: url(../lib/select2/select2.png) no-repeat 100% -22px; }

.module-create-option .select2-container {
  margin-right: 5px;
  min-width: 170px; }

.simple-list > li {
  padding-bottom: 10px; }

.simple-list img, .select2-result-label img {
  margin-right: 7px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 33px; }

.img-select a {
  display: block;
  float: left !important;
  position: relative; }
.img-select a:first-of-type {
  text-align: center;
  line-height: 99px;
  border: 1px solid #bebebe;
  min-width: 100px; }

.select2-no-results {
  font-size: 11px;
  color: #888;
  font-style: italic; }

form.ng-invalid .ng-invalid {
  border: 2px solid #ea2e49; }

/******************************
 ICONS
*******************************/
.icon-select i {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 4px; }
.icon-select :before {
  -webkit-font-smoothing: antialiased;
  color: #1d1d1b;
  font-size: 23px;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1); }

.icon-select span, .icon-select label, .icon-popup span, .icon-popup label {
  -webkit-font-smoothing: auto; }

.ui-dialog {
  z-index: 999999 !important; }

.multi-lang > span {
  display: block;
  margin-top: 7px;
  position: relative;
  max-width: 215px; }
  .multi-lang > span img {
    position: absolute;
    top: 9px;
    right: -17px; }
.multi-lang > span:first-of-type {
  margin-top: 0; }

textarea {
  width: 260px;
  height: 100px;
  padding: 5px;
  padding-left: 8px;
  resize: none;
  border: 1px solid #d3d3d3 !important; }

.multi-lang > span textarea + img {
  right: -83px;
  top: 0; }

.ckeditor {
  margin: -10px -15px;
  width: 105%;
  display: block !important; }
  .ckeditor .accordion-bar {
    height: 35px;
    line-height: 35px;
    background-color: #51617A;
    border-bottom: 1px solid #242C3A;
    border-top: 1px solid #687B99;
    border-left: 1px solid #eee; }
    .ckeditor .accordion-bar img {
      padding: 0 4px 2px 0px; }
    .ckeditor .accordion-bar .accordion-bar:hover {
      background-color: #42526B; }
  .ckeditor .accordion-group:first-of-type .accordion-bar {
    border-top: 0; }
  .ckeditor .accordion-group:last-of-type .accordion-bar {
    border-bottom: 0; }

.footer-copyright .multi-lang span {
  max-width: 100%;
  padding: 10px;
  margin-top: 0px;
  background-color: #51617A;
  border-bottom: 1px solid #242C3A;
  border-top: 1px solid #687B99; }
  .footer-copyright .multi-lang span input[type="text"] {
    width: 500px;
    padding-left: 30px; }
  .footer-copyright .multi-lang span img {
    top: 18px;
    left: 18px; }

.dummy-1, .dummy-2, .dummy-3 {
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 100%;
  background-color: #f4f4f4; }

.dummy-2 {
  margin-left: 41px; }

.dummy-3 {
  margin-left: 82px; }

.journal-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 998;
  background-color: #e1e5e9;
  top: 75px;
  left: 230px; }
  .journal-loading .spinner {
    left: 25px !important;
    top: 25px !important; }
  .journal-loading > span {
    position: absolute;
    left: 45px;
    top: 16px;
    font-size: 14px; }

.store-picker {
  position: absolute;
  top: 22px;
  margin-left: -200px;
  left: 50%;
  font-weight: bold; }
  .store-picker > div {
    margin-left: 5px;
    top: -1px; }
  .store-picker > span {
    font-weight: bold;
    border-radius: 3px;
    line-height: 30px; }
    .store-picker > span > div {
      margin-left: 7px;
      position: relative;
      top: -2px; }
  .store-picker a.btn {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px; }
  .store-picker .select2-container {
    width: 110px !important; }
    .store-picker .select2-container .select2-choice > .select2-chosen {
      text-align: center; }
  .store-picker.s-p {
    margin-left: -145px; }

.fixed .store-picker {
  margin-left: -290px; }
  .fixed .store-picker.s-p {
    margin-left: -255px; }

a.btn.med {
  padding: 6px 12px 5px 12px;
  font-size: 13px;
  font-weight: normal; }

.skin-manager {
  overflow: auto;
  padding-bottom: 0 !important; }
  .skin-manager > div.popup-option {
    margin: 0;
    padding: 0; }
    .skin-manager > div.popup-option > ul li {
      position: relative;
      line-height: 45px;
      padding-left: 10px;
      border-bottom: 1px solid #e4e4e4; }
      .skin-manager > div.popup-option > ul li:last-of-type {
        border-bottom: none; }
      .skin-manager > div.popup-option > ul li > div {
        margin-left: 10px;
        top: -1px; }
      .skin-manager > div.popup-option > ul li > a {
        position: absolute;
        right: 11px;
        top: 11px;
        padding: 3px 8px 2px 8px; }
    .skin-manager > div.popup-option > span, .skin-manager > div.popup-option > span:first-child {
      font-weight: bold;
      padding: 10px;
      width: 100% !important;
      display: block;
      background-color: #f4f4f4; }

.modal-body.border-editor > div > span:first-child {
  width: auto !important; }

.border-editor p {
  margin: 0 !important; }
.border-editor > div {
  margin-top: 0 !important;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0; }
  .border-editor > div > div {
    display: inline-block;
    text-align: center;
    margin-right: 10px; }
    .border-editor > div > div.b-name {
      float: left;
      width: 110px;
      padding-top: 10px;
      padding-left: 10px;
      font-size: 13px; }
    .border-editor > div > div > span {
      font-size: 11px; }
.border-editor .border-width {
  padding-top: 5px; }
  .border-editor .border-width .b-name {
    padding-top: 17px; }
.border-editor .border-radius {
  position: relative;
  padding-top: 4px;
  min-height: 45px; }
  .border-editor .border-radius .b-name {
    padding-top: 19px;
    width: 110px;
    text-align: center; }
  .border-editor .border-radius .b-radius {
    top: 15px;
    position: absolute;
    left: 380px; }

body .modal-body.font-editor .select2-container {
  width: 220px !important; }

a.edit-tab.accordion-remove {
  float: none; }

.edit-tab .module-options {
  margin-right: 22px; }

.clearfix {
  clear: both; }

/******************************
 MODAL
*******************************/
.modal {
  border-radius: 6px;
  overflow: hidden;
  position: fixed; }

.modal-body {
  padding: 0;
  max-height: 500px; }

.modal-header {
  background-color: #48a0d0; }
  .modal-header h3, .modal-header h1 {
    font-family: "Oswald", Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 19px;
    -webkit-font-smoothing: antialiased; }

.slider {
  width: 250px;
  top: 11px;
  margin-left: 5px !important; }

.j-opt-slider {
  display: inline-block; }

.slider-value {
  position: relative;
  float: right;
  background-color: #48a0d0;
  color: white;
  right: -48px;
  top: -10px;
  text-align: center;
  min-width: 28px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 2px 6px; }
  .slider-value:before {
    content: "\e61f";
    position: absolute;
    font-size: 14px;
    left: -9px;
    top: 2px;
    color: #48a0d0; }

.slider > .dragger {
  background: #48a0d0;
  border: 1px solid #3495ca; }

.slider > .dragger:hover,
.slider > .dragger.dragging {
  transition: background-color 0.2s;
  background: #27ae60;
  border: 1px solid #229955; }

.journal-tip {
  position: absolute;
  text-decoration: none;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: white;
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -13px; }
  .journal-tip:before {
    content: "\e62a";
    color: #48a0d0;
    left: 2px;
    top: -1px;
    font-size: 23px;
    position: relative;
    transition: color .2s; }
  .journal-tip:hover:before {
    color: #27ae60; }

.sp-palette {
  max-width: 100px !important; }

#nav li > a {
  padding-left: 40px; }
#nav li .set-menu {
  background: url(../css/icons/set.png) 11px 9px no-repeat #4a4c58; }
#nav li .menu-menu {
  background: url(../css/icons/menu.png) 11px 11px no-repeat #4a4c58; }
#nav li .foot-menu {
  background: url(../css/icons/foot.png) 11px 11px no-repeat #4a4c58; }
#nav li .slide-menu {
  background: url(../css/icons/slider.png) 7px 12px no-repeat #4a4c58; }
#nav li .b-menu {
  background: url(../css/icons/sb.png) 12px 11px no-repeat #4a4c58; }
#nav li .car-menu {
  background: url(../css/icons/carousel.png) 7px 12px no-repeat #4a4c58; }
#nav li .cs-menu {
  background: url(../css/icons/cs.png) 12px 11px no-repeat #4a4c58; }
#nav li .cms-menu {
  background: url(../css/icons/cms.png) 11px 9px no-repeat #4a4c58; }
#nav li .sf-menu {
  background: url(../css/icons/sf.png) 12px 11px no-repeat #4a4c58; }
#nav li .sc-menu {
  background: url(../css/icons/sc.png) 12px 11px no-repeat #4a4c58; }
#nav li .tr-menu {
  background: url(../css/icons/tr.png) 13px 11px no-repeat #4a4c58; }
#nav li .hr-menu {
  background: url(../css/icons/h1.png) 13px 11px no-repeat #4a4c58; }
#nav li .pg-menu {
  background: url(../css/icons/pg.png) 11px 10px no-repeat #4a4c58; }
#nav li .sb-menu {
  background: url(../css/icons/sbl.png) 11px 11px no-repeat #4a4c58; }
#nav li .fs-menu {
  background: url(../css/icons/fs.png) 12px 10px no-repeat #4a4c58; }
#nav li .pt-menu {
  background: url(../css/icons/pt.png) 13px 11px no-repeat #4a4c58; }
#nav li .multimod {
  background: url(../css/icons/multi.png) 12px 10px no-repeat #4a4c58; }
#nav li .newslet {
  background: url(../css/icons/mail.png) 13px 11px no-repeat #4a4c58; }
#nav li .sp-menu {
  background: url(../css/icons/sp.png) 12px 10px no-repeat #4a4c58; }

.bar-expand > span {
  position: relative;
  display: inline-block;
  top: 1px;
  padding: 0 1px; }

label.close-others {
  display: inline-block;
  margin-left: 5px;
  margin-top: 1px;
  position: absolute; }
  label.close-others input {
    position: relative;
    top: -2px;
    background-color: #51617a;
    padding: 3px; }
  label.close-others.hint--top:before {
    padding: 0;
    left: -2px;
    border-top-color: #48a0d0;
    top: 2px; }
  label.close-others.hint--top:after {
    background-color: #48a0d0;
    padding: 6px 8px;
    margin-left: -45px;
    bottom: 16px; }

.accordion-bar .hint:before, .accordion-bar [data-hint]:before {
  border: 8px solid transparent; }
.accordion-bar .hint:after, .accordion-bar [data-hint]:after {
  text-shadow: none; }

.bar-expand a {
  line-height: 100%; }
  .bar-expand a.hint--top:before {
    padding: 0;
    left: -8px;
    border-top-color: #48a0d0;
    top: -2px; }
  .bar-expand a.hint--top:after {
    background-color: #48a0d0;
    padding: 6px 8px;
    margin-left: -42px; }

.bar-expand a + a.hint--top:before {
  left: 0px; }
.bar-expand a + a.hint--top:after {
  margin-left: -41px; }

.gecko .bar-expand a.hint--top:before {
  left: -8px; }

.gecko .bar-expand a + a.hint--top:before {
  left: -0px; }

.expand-icon {
  background-color: #51617a;
  text-align: center;
  border-radius: 1px;
  margin-right: 2px;
  margin-left: -8px; }
  .expand-icon:before {
    line-height: 100%;
    margin: 0;
    position: relative;
    top: 1px;
    padding: 0 4px;
    font-style: normal;
    content: "\e62e";
    font-size: 12px;
    color: white; }
  .expand-icon:hover {
    background-color: #48a0d0; }

.collapse-icon {
  background-color: #51617a;
  text-align: center;
  border-radius: 1px;
  margin-right: 1px; }
  .collapse-icon:before {
    position: relative;
    top: 1px;
    margin: 0;
    padding: 0 4px;
    line-height: 100%;
    font-style: normal;
    content: "\e62d";
    font-size: 12px;
    color: white; }
  .collapse-icon:hover {
    background-color: #48a0d0; }

.hint:after, [data-hint]:after {
  text-shadow: none !important; }

.bar-expand a.hint-fix:after {
  margin-left: -20px; }

.bar-pt, .bar-pt:hover {
  background-color: #51617a;
  cursor: default; }

.p-tabs .bar-level-0 {
  cursor: default; }

.no-placements .add-module {
  color: #27ae60;
  font-weight: normal; }
  .no-placements .add-module:before {
    color: #27ae60; }

.font-editor .font-type-span {
  margin-left: 0;
  line-height: 30px; }
.font-editor .switch-toggle.switch-3 {
  margin-left: 3px;
  min-width: 220px !important; }
.font-editor .select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 0;
  line-height: 1.3; }
.font-editor .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 3px; }
.font-editor .select2-container-multi .select2-search-choice-close {
  left: 4px;
  top: 2px; }
.font-editor .font-preview span {
  min-height: 84px; }

.hint:after, [data-hint]:after {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px; }

.items-editor {
  overflow: visible; }
  .items-editor > div:first-child {
    border-top: 0; }
  .items-editor .row-info {
    background-color: white;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    color: #1d1d1b;
    border-radius: 50%;
    text-align: center;
    left: 85px;
    top: 14px;
    cursor: default;
    font-family: Georgia;
    font-style: italic;
    transition: all .3s; }
    .items-editor .row-info:hover {
      background-color: #27ae60;
      color: white; }
  .items-editor .hint--top:after {
    margin-left: -237px;
    background-color: #27ae60;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal; }
  .items-editor .hint--top:before {
    content: "\e61d";
    border: 0;
    color: #27ae60;
    left: -3px;
    top: -4px;
    font-style: normal; }
  .items-editor > div i {
    position: relative;
    display: block;
    float: right;
    width: 115px;
    text-align: left;
    font-size: 12px;
    line-height: 42px;
    font-style: normal;
    font-weight: bold;
    color: #1d1d1b; }
    .items-editor > div i b {
      font-size: 9px;
      position: relative;
      top: -1px;
      font-weight: normal; }
  .items-editor .slider {
    margin-left: 15px !important; }
  .items-editor .slider-value {
    right: -35px; }
  .items-editor h3 {
    color: white;
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 16px;
    background-color: #374864; }

.fullscreen-slider .module-create-option .select2-container {
  min-width: 225px; }

.site-width .slider {
  width: 450px; }

.custom-code textarea {
  width: 600px;
  height: 300px; }

.filter-multi span + span {
  margin-left: 10px; }
.filter-multi span + input {
  position: absolute;
  margin-top: 1px;
  margin-left: 10px; }

.j-demos:before, .j-docs:before, .j-sup:before {
  content: "\e660";
  float: left;
  position: relative;
  font-size: 17px;
  color: #374864;
  top: 1px;
  padding: 0 8px 0 0; }

.j-docs:before {
  content: "\e62a";
  top: 0; }

.j-sup:before {
  content: "\e614";
  font-size: 16px;
  top: 1px; }

.admin-home {
  background-color: #e1e5e9;
  min-height: 675px; }
  .admin-home ul {
    padding: 5px; }
    .admin-home ul li a {
      display: block;
      background-color: #f4f4f4;
      color: #1d1d1b;
      float: left;
      margin: 5px;
      border-radius: 3px;
      transition: all .2s;
      padding: 8px 11px;
      text-decoration: none; }
      .admin-home ul li a:hover {
        background-color: #48a0d0;
        color: white; }
      .admin-home ul li a:active {
        box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8); }

.journal-tip {
  display: none; }

li .journal-number-field + .switch-2 {
  position: absolute;
  top: 9px;
  margin-left: 12px; }

.progress {
  position: relative;
  background: none;
  padding: 5px;
  width: 300px;
  display: inline-block;
  margin-bottom: 0; }
  .progress .progress-bar {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #48a0d0;
    z-index: -1; }

body .skin-manager .select2-container {
  min-width: 115px; }

.revo-text > span > span {
  max-width: 615px; }
.revo-text .journal-input {
  width: 600px; }

.extra-long .multi-lang > span {
  max-width: 500px; }
  .extra-long .multi-lang > span input {
    width: 97% !important; }