
#fp {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}

#fp .elementsHeading {
  font-size: 22px;
  color: #555555;

}

#fp .elementsHelp {
  padding: 10px 75px 10px 0;
  color: #898989;
  font-size: 12px;
  line-height: 18px;
}

#fp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#elements li {
  display: block;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  margin-top: 7px;
  position: relative;
  width: 260px;
  color: #555555;
}

ul#elements li .heading {
  padding-left: 48px;
  line-height: 36px;
  font-size: 18px;
  cursor: default;
}

ul#elements li:hover {
  border-color: #999;
}

ul#elements .ui-sortable-placeholder {
  display: none;
}

ul#layout {
  background: #f6f6f6;
  border: 1px solid #bfbfbf;
  padding: 5px 13px 12px 13px;
}

ul#layout li {
  display: block;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  margin-top: 7px;
  position: relative;
  font-size: 11px;
  color: #a7a7a7;
  font-style: italic;
}

ul#layout li.empty {

}

ul#layout li.empty .trash, ul#layout li.empty .edit {
  display: none;
}

ul#layout li.empty .loader {
  display: block;
}


#fp li .icon {
  width: 34px;
  height: 30px;
  position: absolute;
  background: url('../img/frontpage.png') no-repeat;
  top: 3px;
  left: 4px;
}

#fp li .icon.icon-headline { background-position: -34px -0px}
#fp li .icon.icon-article { background-position: -68px -0px}
#fp li .icon.icon-shortcuts { background-position: -102px -0px}
#fp li .icon.icon-banners { background-position: -136px -0px}
#fp li .icon.icon-divider { background-position: -170px -0px}
#fp li .icon.icon-custom { background-position: -204px -0px}

#fp #layout .icon {
  left: 36px;
}

#fp .fp-element-slider .title {
  color: #11226d;
  top: 8px;
  width: 270px;
}

#fp .fp-element-shortcuts .title {
  color: #569157;
  width: 270px;
}


#fp .fp-element-banners .title {
  color: #376d91;
  width: 270px;
}

#layout .title {
  position: absolute;
  left: 80px;
  top: 2px;
  font-weight: 500;
}

#layout .description {
  position: absolute;
  left: 80px;
  top: 18px;
  height: 15px;
  overflow: hidden;
  width: 270px;
  line-height: 15px;
}

#layout .fp-element-article .description {
  position: absolute;
  left: 80px;
  top: 3px;
  height: 32px;
  overflow: hidden;
  width: 270px;
  line-height: 15px;
}

#layout li.fp-element-headline .description, #layout li.fp-element-custom .description {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  top: 10px;
  height: 16px;
  color: #636363;
}

#layout .drag-handle {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  text-align: center;
  cursor: n-resize;
  line-height: 36px;
}

#layout .trash {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
}

#layout .edit {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 36px;
  top: 0px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
}

#layout .drag-handle .vIco, #layout .trash .vIco, #layout .edit .vIco {
  top: 6px;
  position: relative;
}

#layout .loader {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
  background: url(../img/loader.gif);
}



/* Visto Dialog Window - vdw */

.vdw {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9000;
  top: 0;
  left: 0;
}

.vdw-win {
  width: 870px;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  padding: 30px 0 0 30px;
}

.vdw-controls {
  padding-top: 10px;
}

.vdw-body {
  overflow-y: auto;
}

.vdw-body .vistoCheckbox {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 8px;
}

.vdw-btn {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.vdw-btn:hover, .vdw-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 30px;
}


.shortcut-type-list {
  margin: 0;
}

.shortcut-type-list li {
  display: inline-block;
  width: 100px;
  height: 51px;
  background: url('../img/shortcut_types.png');

  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  -moz-opacity: 0.5;

  margin-right: 5px;
  cursor: pointer;
}

.shortcut-type-list li:hover, .shortcut-type-list li.active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -moz-opacity: 1;
}

.shortcut-type-list li.shortcut-type-1 {
  background-position: -100px -0px;
}
.shortcut-type-list li.shortcut-type-2 {
  background-position: -200px -0px;
}
.shortcut-type-list li.shortcut-type-3 {
  background-position: -300px -0px;
}
.shortcut-type-list li.shortcut-type-4 {
  background-position: -400px -0px;
}
.shortcut-types.shortcut-types-0 .btnShortcutsAddIcon {
  display: none;
}
.shortcut-types.shortcut-types-0 i {
  display: none;
}


/* Visto Icon Manager */

.vIconManager {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9100;
  top: 0;
  left: 0;
}

.vIconManager > .window {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #5f5f5f;
  border-radius: 2px;
  padding: 30px 0 0 30px;
}

.vIconManagerList {
  max-height: 500px;
  margin: 0;
  list-style: none;
  padding-right: 20px;
  overflow: auto;
}

.vIconManagerList li {
  cursor: pointer;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 4px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #777777;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}

.vIconManagerList li:hover {
  background: #eee;
  border-color: #aaa;
  color: #555;
}

.vIconManagerList li.active, .vIconManagerList li.active:hover {
  border-color: #468847;
  color: #468847;
  background: #d3ffd0;
}

.shortcutsPreviewIcon {
  font-size: 20px;
  position: relative;
  top: 4px;
  left: 8px;
  color: #555;
}


ul#align {
  list-style: none;
  margin: 0;
}

ul#align li {
  display: inline-block;
  margin-right: -4px;
  border-radius: 0px;
}

ul#align li.first {
  border-radius: 4px 0px 0px 4px;
}
ul#align li.last {
  border-radius: 0px 4px 4px 0px;
}

ul#align li.selected
{
  background: #bdbdbd;
}


/* banners */
.vdw-body .banner-row .span6 {
  position: relative;
  height: 150px;
}

.vdw-body .banner-row .b-title {
  right: 0px;
  top: 0px;
  position: absolute;
}

.vdw-body .banner-row .b-desc {
  right: 0px;
  top: 40px;
  position: absolute;
}

.vdw-body .banner-row .b-link {
  right: 0px;
  top: 80px;
  position: absolute;
  padding-right: 110px;
  width: 250px;
}


.vdw-body .banner-row .b-l-title {
  left: 80px;
  top: 0px;
  position: absolute;
}

.vdw-body .banner-row .b-l-desc {
  left: 80px;
  top: 40px;
  position: absolute;
}

.vdw-body .banner-row .b-l-link {
  left: 80px;
  top: 80px;
  position: absolute;
}

.vdw-body .banner-row .vistoCheckbox {
  position: absolute;
  left: 467px;
  top: 82px;
}

.vdw-body .banner-row .b-l-linkNew {
  position: absolute;
  right: 5px;
  top: 80px;
  text-transform: none;
}

.vdw-body .indexImgPreview {
  position: absolute;
  left: 115px;
}