#upload-attachments {
    margin: 10px 0 0;
}

#edit-upload-wrapper {
    background: transparent;
    padding-left: 30px;
}

#upload-attachments {
    background: transparent;
    border-collapse: separate !important;
    border-spacing: 0 6px;
    border: none;
}

#upload-attachments tr,
#upload-attachments th,
#upload-attachments td {
    background: transparent;
    border: none;
}

#attach-wrapper tbody {
    border: none;
}

#attach-wrapper .list {
    white-space: nowrap;
}

#attach-wrapper .file a {
    cursor: pointer;
    font-size: 85%;
    margin-left: 1em;
}

#attach-wrapper .file a:hover {
    background-color: #DDD;
}

#attach-wrapper .file a.itu-remove:hover {
    color: red;
}

#attach-wrapper .itu-insert .details,
#attach-wrapper .list .details,
#attach-wrapper .file .details {
    color: #777;
    display: block;
    font-size: 85%;
}

#attach-wrapper .file input {
    margin-top: -2px;
}

#attach-wrapper .file {
    width: 100%;
    padding-left: 1em;
}

#attach-wrapper td.itu-insert a {
    cursor: pointer;
    font-size: 85%;
    margin-right: 0.5em;
}

#attach-wrapper td.itu-insert a:hover {
    background-color: #DDD;
}

#attach-wrapper td.itu-insert a.itu-insert:hover {
    color: green;
}

#attach-wrapper td.itu-insert select {
    font-size: 85%;
}

a.itu-insert-file {
    background: #F0F0F0;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: -2px 2px 2px 0 #C8C8C8;
    -moz-box-shadow: -2px 2px 2px 0 #C8C8C8;
    box-shadow: -2px 2px 2px 0 #C8C8C8;
    display: inline-block;
    padding: 2px 6px 2px 24px !important;
    margin: 0 3px !important;
    min-width: 80px;
    height: 18px;
    min-height: 18px;
    width: auto;
    font-weight: bold;
    text-decoration: none !important;
}

a.itu-insert-file:hover,
a.itu-insert-file:active {
    background-color: #DDD;
    text-decoration: none !important;
}

.itu-insert-file.mime-ai {
    background-position: 4px -32px !important;
}

.itu-insert-file.mime-odt,
.itu-insert-file.mime-doc,
.itu-insert-file.mime-docx {
    background-position: 4px -64px !important;
}

.itu-insert-file.mime-eps {
    background-position: 4px -96px !important;
}

.itu-insert-file.mime-gif {
    background-position: 4px -192px !important;
}

.itu-insert-file.mime-gz {
    background-position: 4px -128px !important;
}

.itu-insert-file.mime-id,
.itu-insert-file.mime-indd {
    background-position: 4px -160px !important;
}

.itu-insert-file.mime-jpg,
.itu-insert-file.mime-jpeg {
    background-position: 4px -192px !important;
}

.itu-insert-file.mime-pdf {
    background-position: 4px -224px !important;
}

.itu-insert-file.mime-png {
    background-position: 4px -256px !important;
}

.itu-insert-file.mime-odp,
.itu-insert-file.mime-pps,
.itu-insert-file.mime-ppt,
.itu-insert-file.mime-pptx {
    background-position: 4px -288px !important;
}

.itu-insert-file.mime-ps {
    background-position: 4px -320px !important;
}

.itu-insert-file.mime-psd {
    background-position: 4px -352px !important;
}

.itu-insert-file.mime-mp4,
.itu-insert-file.mime-avi,
.itu-insert-file.mime-mov {
    background-position: 4px -384px !important;
}

.itu-insert-file.mime-rar {
    background-position: 4px -416px !important;
}

.itu-insert-file.mime-svg {
    background-position: 4px -448px !important;
}

.itu-insert-file.mime-swf {
    background-position: 4px -480px !important;
}

.itu-insert-file.mime-tar {
    background-position: 4px -512px !important;
}

.itu-insert-file.mime-ods,
.itu-insert-file.mime-xls,
.itu-insert-file.mime-xlsx {
    background-position: 4px -544px !important;
}

.itu-insert-file.mime-zip {
    background-position: 4px -576px !important;
}

#attach-wrapper .mime {
    background: transparent;
    font-size: 14px;
    padding: 0;
    width: 32px;
    min-width: 32px;
}

#attach-wrapper .mime-ai .mime {
    background-position: center -64px;
}

#attach-wrapper .mime-odt .mime,
#attach-wrapper .mime-doc .mime,
#attach-wrapper .mime-docx .mime {
    background-position: center -128px;
}

#attach-wrapper .mime-eps .mime {
    background-position: center -192px;
}

#attach-wrapper .mime-gif .mime {
    background-position: center -384px;
}

#attach-wrapper .mime-gz .mime {
    background-position: center -256px;
}

#attach-wrapper .mime-id .mime,
#attach-wrapper .mime-indd .mime {
    background-position: center -320px;
}

#attach-wrapper .mime-jpg .mime,
#attach-wrapper .mime-jpeg .mime {
    background-position: center -384px;
}

#attach-wrapper .mime-pdf .mime {
    background-position: center -448px;
}

#attach-wrapper .mime-png .mime {
    background-position: center -512px;
}

#attach-wrapper .mime-odp .mime,
#attach-wrapper .mime-pps .mime,
#attach-wrapper .mime-ppt .mime,
#attach-wrapper .mime-pptx .mime {
    background-position: center -576px;
}

#attach-wrapper .mime-ps .mime {
    background-position: center -640px;
}

#attach-wrapper .mime-psd .mime {
    background-position: center -704px;
}

#attach-wrapper .mime-mp4 .mime,
#attach-wrapper .mime-avi .mime,
#attach-wrapper .mime-mov .mime {
    background-position: center -768px;
}

#attach-wrapper .mime-rar .mime {
    background-position: center -832px;
}

#attach-wrapper .mime-svg .mime {
    background-position: center -896px;
}

#attach-wrapper .mime-swf .mime {
    background-position: center -960px;
}

#attach-wrapper .mime-tar .mime {
    background-position: center -1024px;
}

#attach-wrapper .mime-ods .mime,
#attach-wrapper .mime-xls .mime,
#attach-wrapper .mime-xlsx .mime {
    background-position: center -1088px;
}

#attach-wrapper .mime-zip .mime {
    background-position: center -1152px;
}

table.itu-attachment-list tr,
table.itu-attachment-list th,
table.itu-attachment-list td {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 0;
    height: 0;
}

.itu-attachments {
    width: auto;
    padding: 0;
}

table.itu-attachment-list {
    margin: 0;
    border: none;
    border-collapse: collapse !important;
    width: 100% !important;
    *border: 1px solid #DDD !important;
}

table.itu-attachment-list.withoutstats thead {
    display: none;
}

table.itu-attachment-list.withstats thead {
    display: table-header-group;
    text-wrap: none;
    white-space: nowrap;
    background: none;
    border: none;
}

table.itu-attachment-list.withstats thead .preview,
table.itu-attachment-list.withstats thead .file {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

table.itu-attachment-list thead .download_count,
table.itu-attachment-list thead .download_last,
table.itu-attachment-list thead .download_stats {
    text-align: left;
}

table.itu-attachment-list thead th {
    border: none;
}

table.itu-attachment-list tbody {
    border: 1px solid #DDD !important;
    background: none;
}

table.itu-attachment-list tr {
    height: auto;
    background: none !important;
}

table.itu-attachment-list tbody td {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.itu-attachment-list tbody tr:hover {
    background: #DDD !important;
}

table.itu-attachment-list .file {
    width: 80%;
    *width: auto;
}

table.itu-attachment-list .download_count {
    padding-right: 1em;
    padding-left: 1em;
    text-align: right;
    width: auto;
}

table.itu-attachment-list .download_last {
    padding-right: 1em;
    width: auto;
    text-wrap: none;
    white-space: nowrap;
}

table.itu-attachment-list .size {
    padding-right: 1em;
    width: auto;
    text-align: right;
    text-wrap: none;
    white-space: nowrap;
}

table.itu-attachment-list .mime {
    background: transparent;
    padding: 0 7px;
    margin: 0;
    width: 16px;
    min-width: 16px;
    height: 22px;
    min-height: 22px;
}

.itu-attachment-list .mime-ai {
    background-position: center -32px !important;
}

.itu-attachment-list .mime-odt,
.itu-attachment-list .mime-doc,
.itu-attachment-list .mime-docx {
    background-position: center -64px !important;
}

.itu-attachment-list .mime-eps {
    background-position: center -96px !important;
}

.itu-attachment-list .mime-gif {
    background-position: center -192px !important;
}

.itu-attachment-list .mime-gz {
    background-position: center -128px !important;
}

.itu-attachment-list .mime-id,
.itu-attachment-list .mime-indd {
    background-position: center -160px !important;
}

.itu-attachment-list .mime-jpg,
.itu-attachment-list .mime-jpeg {
    background-position: center -192px !important;
}

.itu-attachment-list .mime-pdf {
    background-position: center -224px !important;
}

.itu-attachment-list .mime-png {
    background-position: center -256px !important;
}

.itu-attachment-list .mime-odp,
.itu-attachment-list .mime-pps,
.itu-attachment-list .mime-ppt,
.itu-attachment-list .mime-pptx {
    background-position: center -288px !important;
}

.itu-attachment-list .mime-ps {
    background-position: center -320px !important;
}

.itu-attachment-list .mime-psd {
    background-position: center -352px !important;
}

.itu-attachment-list .mime-mp4,
.itu-attachment-list .mime-avi,
.itu-attachment-list .mime-mov {
    background-position: center -384px !important;
}

.itu-attachment-list .mime-rar {
    background-position: center -416px !important;
}

.itu-attachment-list .mime-svg {
    background-position: center -448px !important;
}

.itu-attachment-list .mime-swf {
    background-position: center -480px !important;
}

.itu-attachment-list .mime-tar {
    background-position: center -512px !important;
}

.itu-attachment-list .mime-ods,
.itu-attachment-list .mime-xls,
.itu-attachment-list .mime-xlsx {
    background-position: center -544px !important;
}

.itu-attachment-list .mime-zip {
    background-position: center -576px !important;
}

.itu-attachment-images * {
    margin: 0;
    padding: 0;
}

.itu-attachment-images {
    border: 1px solid #DDD;
    margin: 1em 0;
    padding: 5px 0 5px 5px;
    overflow-x: auto;
}

.forum-post-wrapper .itu-attachment-images {
    margin-right: 1em;
}

.forum-post-wrapper .itu-attachments {
    padding-right: 1em;
}

.itu-attachment-images .item-list {
    margin: 0 !important;
    padding: 0 !important;
}

.itu-attachment-images ul {
    white-space: nowrap;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.itu-attachment-images ul li {
    display: inline;
    list-style: none;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.itu-attachment-images ul li.last {
    padding-right: 5px !important;
}

.itu-attachment-thumb {
    padding: 0;
    margin: 0;
    display: inline;
    text-align: center;
    vertical-align: baseline;
}

.itu-attachment-thumb a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: block;
    height: auto;
    vertical-align: baseline;
}

.itu-attachment-thumb a img {
    padding: 0;
    margin: 0;
    border: 2px solid #DDD;
    vertical-align: middle;
}

.itu-attachment-thumb a:hover img {
    border: 2px solid #000;
}

.itu-attachment-images .itu-attachment-thumb a {
    display: inline;
}

.ahah-progress {
    width: 100% !important;
}

.ahah-progress-bar {
    width: 100% !important;
    margin: 0 !important;
}

.jcarousellite {
    position: relative;
    padding-left: 33px;
    padding-right: 33px;
}

.jcarousellite .item-list {
    display: block;
}

.itu-attachment-jcarousellite-prev,
.itu-attachment-jcarousellite-next {
    display: block;
    position: absolute;
    top: 0px;
    width: 31px;
    height: 100%;
    text-decoration: none !important;
}

.itu-attachment-jcarousellite-prev {
    /* background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/itweak_upload/images/imageNavLeft.gif) no-repeat 2px 50%;*/
    left: 0;
}

.itu-attachment-jcarousellite-next {
    /*  background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/itweak_upload/images/imageNavRight.gif) no-repeat 2px 50%;*/
    right: 0;
}

.itu-attachment-jcarousellite-prev:hover {
    background-position: -52px 50%;
    background-color: #DDD;
}

.itu-attachment-jcarousellite-next:hover {
    background-position: -52px 50%;
    background-color: #DDD;
}

.itu-attachment-jcarousellite-prev:active {
    background-position: -106px 50%;
}

.itu-attachment-jcarousellite-next:active {
    background-position: -106px 50%;
}

.jcarousellite ul div {
    margin: 0 4px 0 0;
}

.itu-attachment-forbidden {
    border: 1px solid #DDD;
    background: none;
    padding: 0 5px;
    margin: 0 0 1em;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

#node-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#node-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}

td.revision-current {
    background: #ffc;
}

.node-form .form-text {
    display: block;
    width: 95%;
}

.node-form .container-inline .form-text {
    display: inline;
    width: auto;
}

.node-form .standard {
    clear: both;
}

.node-form textarea {
    display: block;
    width: 95%;
}

.node-form .attachments fieldset {
    float: none;
    display: block;
}

.terms-inline {
    display: inline;
}

fieldset {
    margin-bottom: 1em;
    padding: .5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    height: 1px;
    border: 1px solid gray;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-block {
    display: inline-block;
}


/*_\*/

* html .clear-block {
    height: 1%;
}

.clear-block {
    display: block;
}


/* End hide from IE-mac */

body.drag {
    cursor: move;
}

th.active img {
    display: inline;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

td.active {
    background-color: #ddd;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

tbody {
    border-top: 1px solid #ccc;
}

tbody th {
    border-bottom: 1px solid #ccc;
}

thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.breadcrumb {
    padding-bottom: .5em
}

div.indentation {
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    float: left;
}

div.tree-child {
    /*  background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/tree.png) no-repeat 11px center;*/
}

div.tree-child-last {
    /*  background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/tree-bottom.png) no-repeat 11px center;*/
}

div.tree-child-horizontal {
    /*   background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/tree.png) no-repeat -11px center;*/
}

.error {
    color: #e55;
}

div.error {
    border: 1px solid #d77;
}

div.error,
tr.error {
    background: #fcc;
    color: #200;
    padding: 2px;
}

.warning {
    color: #e09010;
}

div.warning {
    border: 1px solid #f0c020;
}

div.warning,
tr.warning {
    background: #ffd;
    color: #220;
    padding: 2px;
}

.ok {
    color: #008000;
}

div.ok {
    border: 1px solid #00aa00;
}

div.ok,
tr.ok {
    background: #dfd;
    color: #020;
    padding: 2px;
}

.item-list .icon {
    color: #555;
    float: right;
    padding-left: 0.25em;
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
    list-style: disc;
}

ol.task-list li.active {
    font-weight: bold;
}

.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

tr.merge-down,
tr.merge-down td,
tr.merge-down th {
    border-bottom-width: 0 !important;
}

tr.merge-up,
tr.merge-up td,
tr.merge-up th {
    border-top-width: 0 !important;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.form-item .description {
    font-size: 0.85em;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-item label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes,
.form-radios {
    margin: 1em 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.marker,
.form-required {
    color: #f00;
}

.more-link {
    text-align: right;
}

.more-help-link {
    font-size: 0.85em;
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

.tips {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}

dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
    font-family: inherit;
    font-size: inherit;
    width: 14em;
}

dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
    width: 10em;
}

dl.multiselect dt,
dl.multiselect dd {
    float: left;
    line-height: 1.75em;
    padding: 0;
    margin: 0 1em 0 0;
}

dl.multiselect .form-item {
    height: 1.75em;
    margin: 0;
}

.container-inline div,
.container-inline label {
    display: inline;
}

ul.primary {
    border-collapse: collapse;
    padding: 0 0 0 1em;
    white-space: nowrap;
    list-style: none;
    margin: 5px;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #bbb;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid solid none solid;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: #fff 1px solid;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}

#autocomplete {
    position: absolute;
    border: 1px solid;
    overflow: hidden;
    z-index: 100;
}

#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#autocomplete li {
    background: #fff;
    color: #000;
    white-space: pre;
    cursor: default;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js input.form-autocomplete {
    /*  background-image: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/throbber.gif);*/
    background-repeat: no-repeat;
    background-position: 100% 2px;
}

html.js input.throbbing {
    background-position: 100% -18px;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 0;
    height: 1em;
}

html.js fieldset.collapsed * {
    display: none;
}

html.js fieldset.collapsed legend {
    display: block;
}

html.js fieldset.collapsible legend a {
    padding-left: 15px;
    /*  background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/menu-expanded.png) 5px 75% no-repeat;*/
}

html.js fieldset.collapsed legend a {
    /*  background-image: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/menu-collapsed.png);*/
    background-position: 5px 50%;
}

* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
    display: inline;
}

html.js fieldset.collapsible {
    position: relative;
}

html.js fieldset.collapsible legend a {
    display: block;
}

html.js fieldset.collapsible .fieldset-wrapper {
    overflow: auto;
}

.resizable-textarea {
    width: 95%;
}

.resizable-textarea .grippie {
    height: 9px;
    overflow: hidden;
    /*  background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/grippie.png) no-repeat center 2px;*/
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
}

html.js .resizable-textarea textarea {
    margin-bottom: 0;
    width: 100%;
    display: block;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin: -0.4em 0 -0.4em -0.5em;
    padding: 0.42em 1.5em 0.42em 0.5em;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    margin-top: 4px;
    height: 13px;
    width: 13px;
    /*    background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/draggable.png) no-repeat 0 0;*/
}

a.tabledrag-handle-hover .handle {
    background-position: 0 -20px;
}

.joined+.grippie {
    height: 5px;
    background-position: center 1px;
    margin-bottom: -2px;
}

.teaser-checkbox {
    padding-top: 1px;
}

div.teaser-button-wrapper {
    float: right;
    padding-right: 5%;
    margin: 0;
}

.teaser-checkbox div.form-item {
    float: right;
    margin: 0 5% 0 0;
    padding: 0;
}

textarea.teaser {
    display: none;
}

html.js .no-js {
    display: none;
}

.progress {
    font-weight: bold;
}

.progress .bar {
    /*   background: #fff url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/progress.gif);*/
    border: 1px solid #00375a;
    height: 1.5em;
    margin: 0 0.2em;
}

.progress .filled {
    background: #0072b9;
    height: 1em;
    border-bottom: 0.5em solid #004a73;
    width: 0%;
}

.progress .percentage {
    float: right;
}

.progress-disabled {
    float: left;
}

.ahah-progress {
    float: left;
}

.ahah-progress .throbber {
    width: 15px;
    height: 15px;
    margin: 2px;
    /*  background: transparent url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/throbber.gif) no-repeat 0px -18px;*/
    float: left;
}

tr .ahah-progress .throbber {
    margin: 0 2px;
}

.ahah-progress-bar {
    width: 16em;
}

#first-time strong {
    display: block;
    padding: 1.5em 0 .5em;
}

tr.selected td {
    background: #ffc;
}

table.sticky-header {
    margin-top: 0;
    background: #fff;
}

#clean-url.install {
    display: none;
}

html.js .js-hide {
    display: none;
}

#system-modules div.incompatible {
    font-weight: bold;
}

#system-themes-form div.incompatible {
    font-weight: bold;
}

span.password-strength {
    visibility: hidden;
}

input.password-field {
    margin-right: 10px;
}

div.password-description {
    padding: 0 2px;
    margin: 4px 0 0 0;
    font-size: 0.85em;
    max-width: 500px;
}

div.password-description ul {
    margin-bottom: 0;
}

.password-parent {
    margin: 0 0 0 0;
}

input.password-confirm {
    margin-right: 10px;
}

.confirm-parent {
    margin: 5px 0 0 0;
}

span.password-confirm {
    visibility: hidden;
}

span.password-confirm span {
    font-weight: normal;
}

ul.menu {
    list-style: none;
    border: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

li.expanded {
    list-style-type: circle;
    /*  list-style-image: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/menu-expanded.png);*/
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li.collapsed {
    list-style-type: disc;
    /* list-style-image: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/menu-collapsed.png);*/
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li.leaf {
    list-style-type: square;
    /*  list-style-image: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/misc/menu-leaf.png);*/
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: inline;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#access-rules .access-type,
#access-rules .rule-type {
    margin-right: 1em;
    float: left;
}

#access-rules .access-type .form-item,
#access-rules .rule-type .form-item {
    margin-top: 0;
}

#access-rules .mask {
    clear: both;
}

#user-login-form {
    text-align: center;
}

#user-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#user-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}

#user-admin-settings fieldset .description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

.profile .picture {
    float: right;
    margin: 0 1em 1em 0;
}

.profile h3 {
    border-bottom: 1px solid #ccc;
}

.profile dl {
    margin: 0 0 1.5em 0;
}

.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

.profile dd {
    margin: 0 0 1em 0;
}

.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
    font-weight: bold;
}

.field .field-label-inline,
.field .field-label-inline-first {
    display: inline;
}

.field .field-label-inline {
    visibility: hidden;
}

.node-form .content-multiple-table td.content-multiple-drag {
    width: 30px;
    padding-right: 0;
}

.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}

.node-form .content-add-more .form-submit {
    margin: 0;
}

.node-form .number {
    display: inline;
    width: auto;
}

.node-form .text {
    width: auto;
}

.form-item #autocomplete .reference-autocomplete {
    white-space: normal;
}

.form-item #autocomplete .reference-autocomplete label {
    display: inline;
    font-weight: normal;
}

#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
    margin: 4px 4px 0 0;
}

#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
    font-weight: bold;
}

table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
    float: left;
}

table#content-field-overview tr.content-add-new .tabledrag-changed {
    display: none;
}

table#content-field-overview tr.content-add-new .description {
    margin-bottom: 0;
}

table#content-field-overview .content-new {
    font-weight: bold;
    padding-bottom: .5em;
}

.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6 {
    margin: 1em 0 .5em 0;
}

.advanced-help-topic dd {
    margin-bottom: .5em;
}

.advanced-help-topic span.code {
    background-color: #EDF1F3;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
    font-size: 0.9em;
    padding: 1px;
}

.advanced-help-topic .content-border {
    border: 1px solid #AAA
}

.rteindent1 {
    margin-left: 40px;
}

.rteindent2 {
    margin-left: 80px;
}

.rteindent3 {
    margin-left: 120px;
}

.rteindent4 {
    margin-left: 160px;
}

.rteleft {
    text-align: left;
}

.rteright {
    text-align: right;
}

.rtecenter {
    text-align: center;
}

.rtejustify {
    text-align: justify;
}

.ibimage_left {
    float: left;
}

.ibimage_right {
    float: right;
}

table.cke_editor fieldset {
    padding: 0 !important;
}

.cke_editor {
    display: table !important;
}

.cke_editor,
#ie#bug {
    display: inline-table !important;
}

.cke_panel_listItem {
    background-image: none;
    padding-left: 0;
}

tbody {
    border: 0;
}

form#ckeditor-admin-profile-form textarea#edit-toolbar,
form#ckeditor-admin-global-profile-form textarea#edit-toolbar {
    display: none;
}

form#ckeditor-admin-profile-form #edit-toolbar+.grippie,
form#ckeditor-admin-global-profile-form #edit-toolbar+.grippie {
    display: none;
}

div.sortableList {
    cursor: n-resize;
}

div.widthMarker {
    height: 20px;
    border-top: 1px dashed #CCC;
    margin: 10px 0px 0px 1px;
    padding-left: 1px;
    text-align: center;
}

div.sortableList.group {
    margin: 20px 0px 0px 0px;
}

div.sortableList div.sortableListDiv {
    height: 30px;
    margin-bottom: 3px;
    width: 900px;
}

div.sortableList div.sortableListDiv span.sortableListSpan {
    background-color: #F0F0EE;
    height: 30px;
    border-right: 1px dashed #CCC;
    display: block;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul {
    background: none;
    width: 900px;
    white-space: nowrap;
    border: 1px solid #CCC;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    height: 30px;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul li {
    background: none;
    list-style: none;
    cursor: move;
    height: 18px;
    min-width: 18px;
    padding: 2px;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul li.group {
    min-width: 5px;
    padding-left: 2px;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul li img {
    border: 0;
    padding: 0;
    margin: 0
}

li.sortableItem {
    position: relative;
    float: left;
    margin: 3px 1px 1px 0px;
    border: 1px solid #CCC;
    background-color: #F0F0EE;
    z-index: 99;
}

fieldset#edit-appearance div#groupLayout,
div#allButtons {
    border: 0;
    padding: 0 0 0 0;
    margin: 1em 0;
    overflow: auto;
}

.cke_browser_ie .cke_panel_block {
    overflow: hidden !important;
}

.filefield-icon {
    margin: 0 2px 0 0;
}

.filefield-element {
    margin: 1em 0;
    white-space: normal;
}

.filefield-element .widget-preview {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #CCC;
    max-width: 30%;
}

.filefield-element .widget-edit {
    float: left;
    max-width: 70%;
}

.filefield-element .filefield-preview {
    width: 16em;
    overflow: hidden;
}

.filefield-element .widget-edit .form-item {
    margin: 0 0 1em 0;
}

.filefield-element input.form-submit,
.filefield-element input.form-file {
    margin: 0;
}

.filefield-element input.progress-disabled {
    float: none;
    display: inline;
}

.filefield-element div.ahah-progress,
.filefield-element div.throbber {
    display: inline;
    float: none;
    padding: 1px 13px 2px 3px;
}

.filefield-element div.ahah-progress-bar {
    display: none;
    margin-top: 4px;
    width: 28em;
    padding: 0;
}

.filefield-element div.ahah-progress-bar div.bar {
    margin: 0;
}

a.itweak_buttonwrap,
a.itweak_buttonwrap:hover,
a.itweak_buttonwrap:visited {
    text-decoration: none !important;
}

.mollom-captcha-container span,
#edit-mollom-captcha {
    display: block;
}

.dblog-event pre,
#simpletest-result-form table td pre {
    white-space: pre-wrap;
}

img.mollom-fba {
    display: block;
    width: 1px;
    height: 1px;
}

.form-item-mollom-captcha label[for="edit-mollom-captcha"] {
    float: none;
}

.mollom_captcha_flash_player:focus {
    border: yellow 2px solid;
}

.mollom-captcha-container {
    display: inline-block;
    position: relative;
}

.mollom-captcha-container .mollom-refresh-captcha {
    position: absolute;
}

.mollom-captcha-container .mollom-captcha-content {
    padding-left: 20px;
}

.block-nice_menus {
    line-height: normal;
    z-index: 10;
}

ul.nice-menu,
ul.nice-menu ul {
    z-index: 5;
    position: relative;
}

ul.nice-menu li {
    position: relative;
}

ul.nice-menu a {
    display: block;
}

ul.nice-menu ul,
#header-region ul.nice-menu ul {
    position: absolute;
    visibility: hidden;
}

ul.nice-menu li.over ul {
    visibility: visible;
}

ul.nice-menu ul li {
    display: block;
}

ul.nice-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
    visibility: visible;
}

ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
    visibility: hidden;
}

ul.nice-menu li.menuparent ul,
#header-region ul.nice-menu li.menuparent ul {
    overflow: visible !important;
}

ul.nice-menu li.menuparent ul iframe,
#header-region ul.nice-menu li.menuparent ul iframe {
    display: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 20px;
    height: 20px;
}

ul.nice-menu,
ul.nice-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
}

ul.nice-menu li {
    border: 1px solid #ccc;
    border-top: 0;
    float: left;
    background-color: #eee;
}

ul.nice-menu a {
    padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul {
    top: 1.8em;
    left: -1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-right: 0;
}

ul.nice-menu ul li {
    width: 12.5em;
}

ul.nice-menu-right,
ul.nice-menu-left,
ul.nice-menu-right li,
ul.nice-menu-left li {
    width: 12.5em;
}

ul.nice-menu-right ul {
    width: 12.5em;
    left: 12.5em;
    top: -1px;
}

ul.nice-menu-right ul ul {
    width: 12.5em;
    left: 12.5em;
    top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
    /*   background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;*/
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
    /*  background: #ccc url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;*/
}

ul.nice-menu-left li ul {
    width: 12.5em;
    left: -12.65em;
    top: -1px;
}

ul.nice-menu-left li ul li ul {
    width: 12.5em;
    left: -12.65em;
    top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
    /*  background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-left.png) left center no-repeat;*/
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
    /*  background: #ccc url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-left.png) left center no-repeat;*/
}

ul.nice-menu-left a,
ul.nice-menu-left ul a {
    padding-left: 14px;
}

ul.nice-menu-down {
    float: left;
    border: 0;
}

ul.nice-menu-down li {
    border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
    border-top: 0;
}

ul.nice-menu-down ul {
    left: 0;
}

ul.nice-menu-down ul li {
    clear: both;
}

ul.nice-menu-down li ul li ul {
    left: 12.5em;
    top: -1px;
}

ul.nice-menu-down .menuparent a {
    padding-right: 15px;
}

ul.nice-menu-down li.menuparent {
    /*  background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;*/
}

ul.nice-menu-down li.menuparent:hover {
    /*   background: #ccc url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;*/
}

ul.nice-menu-down li li.menuparent {
    /*   background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;*/
}

ul.nice-menu-down li li.menuparent:hover {
    /*   background: #ccc url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;*/
}

ul.nice-menu li {
    margin: 0;
    padding-left: 0;
    background-image: none;
}

#header-region ul.nice-menu li {
    margin: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background: #eee;
}

#header-region ul.nice-menu ul {
    top: 1.8em;
    left: -1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-right: 0;
}

#header-region ul.nice-menu ul {
    top: 1.7em;
}

#header-region ul.nice-menu-down li ul li ul {
    left: 12.5em;
    top: -1px;
}

#header-region ul.nice-menu-down li.menuparent {
    /*   background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;*/
}

#header-region ul.nice-menu-down li.menuparent:hover {
    /*  background: #ccc url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;*/
}

#header-region ul.nice-menu-down li li.menuparent {
    /*   background: #eee url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;*/
}

#header-region ul.nice-menu-down li li.menuparent:hover {
    /*   background: #ccc url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;*/
}

div.fieldgroup {
    margin: .5em 0 1em 0;
}

div.fieldgroup .content {
    padding-left: 1em;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

html.js a.views-throbbing,
html.js span.views-throbbing {
    /*    background: url(/web/20160414040655im_/http://www.adaxa.com/jigsaw/sites/all/modules/views/images/status-active.gif) no-repeat right center;*/
    padding-right: 18px;
}

div.view div.views-admin-links {
    font-size: xx-small;
    margin-right: 1em;
    margin-top: 1em;
}

.block div.view div.views-admin-links {
    margin-top: 0;
}

div.view div.views-admin-links ul {
    margin: 0;
    padding: 0;
}

div.view div.views-admin-links li {
    margin: 0;
    padding: 0 0 2px 0;
    z-index: 201;
}

div.view div.views-admin-links li a {
    padding: 0;
    margin: 0;
    color: #ccc;
}

div.view div.views-admin-links li a:before {
    content: "[";
}

div.view div.views-admin-links li a:after {
    content: "]";
}

div.view div.views-admin-links-hover a,
div.view div.views-admin-links:hover a {
    color: #000;
}

div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
    background: transparent;
}

div.view div.views-hide {
    display: none;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide {
    display: block;
    position: absolute;
    z-index: 200;
}

div.view:hover div.views-hide {
    margin-top: -1.5em;
}

.views-view-grid tbody {
    border-top: none;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

img {
    border: none;
}

a {
    text-decoration: none;
    font-size: 12px;
    color: #397879;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ol {
    margin: 0;
    padding: 0;
}

.clr {
    clear: both;
}

#wrap {
    width: 1003px;
    margin: 0 auto;
}

#wrap #wrapbg-top {
    background: url(http://www.idempiereperu.org/pavm/egssmart/wrapper-bg-top.png) no-repeat;
    width: 998px;
    height: 32px;
}

#wrap #wrapbg-middle-a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/wrapper-bg-middle-a.jpg) no-repeat top left;
    width: 948px;
    min-height: 489px;
    height: auto !important;
    padding: 0 25px 10px;
    overflow: hidden;
}

#wrap #wrapbg-middle-b {
    background: url(http://www.idempiereperu.org/pavm/egssmart/wrapper-bg-middle-b.jpg) repeat-y bottom;
    width: 998px;
}

#wrap #wrapbg-bottom {
    background: url(http://www.idempiereperu.org/pavm/egssmart/wrapper-bg-bottom.png) no-repeat;
    width: 998px;
    height: 36px;
}

#top-block #top-left-block {
    float: left;
    padding: 10px 0 0 0;
    position: relative;
}

#top-block #top-right-block {
    float: right;
    padding: 25px 0 0 0;
    position: relative;
}

#top-right-block #button_client-login,
#top-right-block #button_not-registered {
    float: left;
    height: 37px;
}

#top-right-block #button_client-login {
    background: url(http://www.idempiereperu.org/pavm/egssmart/button_separator.jpg) no-repeat right 11px;
    width: 100px;
    margin: 0 13px 0 0;
    display: inline;
}

#top-right-block #button_client-login a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/button_client-login.jpg) no-repeat left;
    display: block;
    width: 100px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden;
}

#top-right-block #button_not-registered a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/button_not-registered.jpg) no-repeat;
    display: block;
    width: 89px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden;
}

#top-right-block #search-block {
    float: left;
    height: 28px;
    margin: 4px 0 0 25px;
    display: inline;
    width: 240px;
}

#search-block .form-text {
    background: url(http://www.idempiereperu.org/pavm/egssmart/textbox_search.jpg) no-repeat right;
    border: none;
    width: 183px;
    height: 26px;
    display: block;
    float: left;
    padding: 0 5px 0 15px;
    font-family: Tahoma;
    color: #636363;
    font-size: 12px;
}

#search-block .form-submit {
    background: url(http://www.idempiereperu.org/pavm/egssmart/button_search.jpg) no-repeat;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 28px;
    display: block;
    float: left;
}

#nav {
    width: 931px;
    margin: 0 0 5px 5px;
}

#nav #nav_bg-left {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_bg-left.jpg) no-repeat scroll 0 0 transparent;
    width: 15px;
    height: 41px;
    float: left;
}

#nav #nav_bg-middle {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_bg-middle.jpg) repeat-x scroll 0 0 transparent;
    height: 41px;
    width: 905px;
    float: left;
}

#nav #nav_bg-right {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_bg-right.jpg) no-repeat scroll 0 0 transparent;
    width: 11px;
    height: 41px;
    float: left;
}

body.no-banner #nav #nav_bg-middle {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_bg-middle.jpg) repeat-x scroll 0 0 transparent;
    height: 41px;
    width: 905px;
    float: left;
}

body.no-banner #nav #nav_bg-right {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_bg-right.jpg) no-repeat scroll 0 0 transparent;
    width: 11px;
    height: 41px;
    float: left;
}

#nav_bg-middle ul {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

#nav_bg-middle ul li {
    float: left;
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_separator.jpg) no-repeat scroll 0 0 transparent;
}

#nav_bg-middle ul li a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 28px;
    padding: 0 15p;
}

#nav_bg-middle ul li a:hover,
#nav_bg-middle ul li a.active {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_hover.jpg) repeat-x;
}

* html #nav_bg-middle ul li a {
    float: left;
}

#nav_bg-middle ul li a:hover {
    text-decoration: none;
}

#nav_bg-middle ul li a {
    line-height: 46px;
}

#nav_bg-middle ul li a {
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 41px;
    line-height: 3em;
    padding: 0 17px 0 15px;
    text-align: center;
    text-transform: uppercase;
}

#nav_bg-middle ul li a:hover,
#nav_bg-middle ul li.sfHover a.home {
    background: url(http://www.idempiereperu.org/pavm/egssmart/nav_hoverbg.jpg) repeat-x scroll 0 0 transparent;
    text-decoration: none;
}

#banner-block-div {
    margin: 0 0 0 5px;
    position: relative;
}

#banner-block-div img {
    width: 930px;
}

#banner-block-div a#readmore {
    bottom: 19px;
    display: block;
    height: 40px;
    position: absolute;
    right: 39px;
    text-decoration: none;
    width: 166px;
}

#banner-block-testimonial {
    width: 935px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#img_banner {
    background: url(http://www.idempiereperu.org/pavm/egssmart/banner-testimonial.png) no-repeat;
    width: 935px;
    height: 215px;
}

#banner-block-testimonial #banner_bg-a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/banner-bg-a.jpg) top no-repeat;
    float: left;
    width: 484px;
    height: 182px;
    padding: 50px 0 0 41px;
}

#banner-block-testimonial #banner_bg-b {
    background: url(http://www.idempiereperu.org/pavm/egssmart/banner-bg-b.jpg) top no-repeat;
    float: left;
    width: 410px;
    height: 229px;
}

* html #banner-block-testimonial #banner_bg-a {
    margin-top: -10px;
    position: relative;
}

* html #banner-block-testimonial #banner_bg-b {
    margin-top: -10px;
    position: relative;
}

#main-content #content-left {
    width: 647px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y right;
    padding-left: 5px;
    margin-top: 10px;
    float: left;
    position: relative;
}

body.section-webform #main-content #content-left {
    margin-top: -10px;
}

body.page-resources #main-content h2 a {
    color: #BF0202;
}

body.section-resources #main-content h2 {
    color: #BF0202;
}

body#page-front #content-left .blocks-container {}

#content-left .blocks-container {
    width: 620px;
    padding-bottom: 15px;
}

#content-left .blocks-container_other {
    width: 620px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-bottom.jpg) repeat-x bottom;
    padding-bottom: 15px;
}

.blocks-container .block_curent-news {
    float: left;
    width: 255px;
    padding-right: 44px;
}

.blocks-container .block_how-to {
    width: 295px;
    float: left;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y left;
    display: inline;
    padding-left: 20px;
    padding-bottom: 5px;
}

body#page-front #content-left h3 {
    color: #3D3D3D;
}

#content-left h3 {
    color: #bf0202;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb a.active_current_crumb {
    text-decoration: none;
}

.blocks-container .link a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #397879;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat right 4px;
    padding: 0 10px 0 0;
}

.blocks-container .link a:hover {
    text-decoration: none;
}

body.page-resources #main-content .blocks-container_other h2 a {
    color: #397879;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.blocks-container_other h2 a {
    font-size: 11px;
    color: #397879;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left 4px;
    padding-left: 10px;
}

.block_how-to ul,
.block_how-to ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.block_how-to ul li {
    margin-bottom: 4px;
}

.block_how-to ul li a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left;
    padding-left: 12px;
    font-size: 12px;
    color: #387778;
}

.block_how-to ul li a:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_red.jpg) no-repeat left;
    color: #bf0202;
    text-decoration: none;
}

.block_case-studies {
    margin-top: 10px;
}

.block_case-studies .carousel-wrapper {
    background: url(http://www.idempiereperu.org/pavm/egssmart/carousel-bg.jpg) no-repeat;
    width: 646px;
    height: 125px;
    margin-left: -18px;
    overflow: hidden;
    position: relative;
    padding: 18px 0 15px 0;
}

* html .block_case-studies .carousel-wrapper {
    position: fixed;
}

.carousel-wrapper .left-button {
    width: 18px;
    float: left;
    padding: 35px 0 0 0;
}

.carousel-wrapper .left-button span,
.carousel-wrapper .right-button span {
    display: block;
    width: 18px;
    height: 55px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.carousel-wrapper .carousel-content {
    width: 600px;
    float: left;
    overflow: hidden;
    padding-left: 8px;
}

.carousel-content ul {
    list-style: none;
}

.carousel-content ul li {
    float: left;
    width: 145px;
    text-align: center;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y right;
    padding-bottom: 5px;
    height: 120px;
}

.carousel-content ul li.last {
    background: none;
}

.carousel-content ul li .carousel-item {
    width: 108px;
    margin: 0 auto;
}

.carousel-content ul li a {
    font-size: 11px;
    color: #5e5d5d;
}

.carousel-wrapper .right-button {
    width: 17px;
    float: left;
    padding: 35px 0 0 0;
}

.carousel-pagination p {
    margin-left: 10px;
}

.carousel-pagination p a {
    margin-right: 5px;
    cursor: pointer;
}

.carousel-pagination p a.active {
    color: black;
}

#content-right {
    width: 280px;
    float: right;
    margin: 10px 0 0;
}

#content-right .block {
    margin-bottom: 10px;
}

#box-benefits {
    margin: 0 0 10px;
}

#box-benefits .bg-top {
    background: url(http://www.idempiereperu.org/pavm/egssmart/box_benefits-bgtop.jpg) no-repeat;
    width: 250px;
    height: 47px;
    overflow: hidden;
    padding: 0 0 0 21px;
}

#box-benefits .bg-middle {
    background: url(http://www.idempiereperu.org/pavm/egssmart/box_benefits-bgmiddle.png) no-repeat;
    width: 234px;
    height: 222px;
    overflow: hidden;
    padding: 16px 16px 0 21px;
}

#box-benefits h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: 10px 0 0 0;
}

#box-benefits ul.bnfts,
#box-benefits ul.bnfts li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

#box-benefits ul.bnfts li {
    color: #3f4040;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(http://www.idempiereperu.org/pavm/egssmart/bullet_green-check-crcl.gif) no-repeat 0 0;
    padding: 0 0 3px 30px;
    margin: 0 -15px 16px;
}

#right-buttons,
.visual-button {
    margin: 0 0 10px 0;
}

#right-buttons .link a,
.visual-button .link a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg_right-buttons-small.jpg) no-repeat 0 0;
    color: white;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 52px;
    line-height: 0.9em;
    letter-spacing: -1.3px;
    margin: 0 0 10px 0;
    padding: 10px 0 0 30px;
    width: 237px;
}

#right-buttons .link a span,
.visual-button .link a span {
    display: block;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.5px;
    padding-top: 3px;
}

#right-buttons .link a:hover,
.visual-button .link a:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg_right-buttons-small.jpg) no-repeat 0 100%;
    color: #fff;
    text-decoration: none;
}

.visual-button {
    margin-left: 36%;
    width: inherit;
}

.breadcrumb {
    width: 918px;
    height: 29px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-bottom.jpg) repeat-x bottom;
    margin-bottom: 19px;
    padding: 5px 0 0 13px;
}

* html .breadcrumb {
    margin-top: -20px;
}

.breadcrumb ul,
.breadcrumb ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.breadcrumb {
    float: left;
    margin-right: 13px;
    display: inline;
}

.breadcrumb a {
    background: url("http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif") no-repeat scroll right 4px transparent;
    color: #5E5D5D;
    font-size: 11px;
    margin-right: 7px;
    padding: 0 11px 0 0;
    text-decoration: underline;
}

.breadcrumb a:hover,
.breadcrumb a.active {
    text-decoration: none;
}

body #main-content h1.default_content {
    width: 920px;
    margin: 0;
    padding: 0 0 15px;
    color: #326f70;
    font-size: 25px;
    font-style: italic;
}

body.page-testimonial #content-right {
    margin-top: -60px;
}

body.page-case-studies #main-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
}

body.page-inner #content-left p {
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    margin: 5px 0 15px 0;
}

body.page-case-studies .blocks-container .block_content-left {
    float: left;
    width: 255px;
    display: inline;
    padding-right: 44px;
}

body.page-case-studies #content-left .blocks-container .block_content-left ul {
    margin: 0 0 15px 0;
}

body.page-case-studies #content-left .blocks-container .block_content-left ul,
body.page-case-studies #content-left .blocks-container .block_content-left ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

body.page-case-studies #content-left .blocks-container .block_content-left ul li {
    margin-bottom: 6px;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left 5px;
    padding-left: 10px;
}

#content-left .blocks-container .block_content-left a {
    font-size: 12px;
    color: #387778;
}

body.page-case-studies .blocks-container .block_content-right {
    width: 295px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y left;
    float: left;
    padding-left: 20px;
}

.block_content-right ul li a:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_red.jpg) no-repeat left;
    color: #bf0202;
    text-decoration: none;
}

.blocks-container .block_content-left h4 {
    color: #397879;
    font-size: 12px;
    margin-bottom: 15px;
}

.blocks-container .block_content-right h4 {
    color: #636363;
    font-size: 12px;
    margin-bottom: 15px;
}

body.page-case-studies #content-left .blocks-container .block_content-right ul {
    margin: 0 0 15px 0;
}

body.page-case-studies #content-left .blocks-container .block_content-right ul,
body.page-case-studies #content-left .blocks-container .block_content-right li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

body.page-case-studies #content-left .blocks-container .block_content-right ul li {
    margin-bottom: 6px;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_red.gif) no-repeat left 5px;
    padding-left: 10px;
}

body.page-inner #content-right {
    width: 280px;
    float: right;
    margin-top: -33px;
}

body.page-meet-the-team #content-right {
    width: 280px;
    float: right;
    margin-top: -58px;
}

body.page-meet-the-team #content-right {
    padding-top: 0px;
}

body.section-resources #content-right {
    width: 280px;
    float: right;
    margin-top: -58px;
}

body.page-content-page h1 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-pages-title.png) no-repeat;
    width: 486px;
    height: 47px;
    text-indent: -9999px;
    overflow: hidden;
}

body.page-content-page h4.sub-heading {
    font-size: 12px;
    color: #636363;
    font-weight: normal;
}

body.page-content-page #content-left .image-wrapper {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 7px 7px 5px 7px;
    float: left;
    margin-right: 15px;
    display: inline;
}

#content-left .node {
    margin-top: 14px;
}

body.page-content-page #main-content #content-left {
    padding-right: 17px;
    width: 620px;
}

body.page-content-page #content-left p a {
    font-size: 12px;
    color: #bf0202;
    text-decoration: underline;
}

body.page-content-page #content-left p a:hover {
    text-decoration: none;
}

body.page-inner #content-left .light-blue-box {
    background: #eff4f4;
    border: 1px solid #e2eaea;
    padding: 10px 24px 10px 15px;
    color: #326f70;
    font-size: 13px;
    font-style: italic;
}

body.page-content-page #content-left .node h4 {
    color: #326f70;
    font-size: 12px;
    margin: 15px 0 15px 0;
}

body.page-content-page #content-left ul {
    margin: 0 0 15px 0;
}

body.page-content-page #content-left ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

body.page-content-page #content-left ul li {
    margin-bottom: 6px;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left 5px;
    padding-left: 10px;
}

body.page-contact-page h1 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact-us-title.png) no-repeat;
    width: 180px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
}

body.page-contact-page #main-content #content-left {
    margin-top: 0;
}

#content-left #form-wrapper {
    width: 586px;
    margin-top: 25px;
}

#form-wrapper .form-item {
    margin-bottom: 10px;
}

#form-wrapper .form-item .label,
#form-wrapper .captcha-item .label {
    float: left;
    padding: 5px 0 0 0;
    color: #397879;
    font-weight: bold;
    font-size: 12px;
    width: 75px;
    text-align: right;
}

#form-wrapper .form-item .textbox-wrapper,
#form-wrapper .captcha-item .textbox-wrapper {
    float: right;
    width: 493px;
}

#form-wrapper .form-item .form-text {
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact_textbox-bg.jpg) no-repeat right;
    width: 480px;
    height: 21px;
    border: none;
    padding: 5px 0 0 17px;
    color: #636363;
    font-size: 12px;
    font-family: Tahoma;
}

#form-wrapper .form-item .form-textarea {
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact_textarea.jpg) no-repeat right bottom;
    width: 480px;
    height: 181px;
    padding: 5px 0 0 17px;
    color: #636363;
    font-size: 12px;
    font-family: Tahoma;
    border: none;
}

* html #form-wrapper .form-item .form-textarea {
    overflow: auto;
}

*:first-child+html #form-wrapper .form-item .form-textarea {
    overflow: auto;
}

#form-wrapper .form-item .form-submit {
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact_submit-button.jpg) no-repeat;
    cursor: pointer;
    width: 134px;
    height: 31px;
    border: none;
    text-indent: -99999px;
    overflow: hidden;
    float: right;
    color: #636363;
    font-family: tahoma;
    font-size: 12px;
}

#form-wrapper .captcha-item .captcha-img-wrapper {
    float: left;
    width: 120px;
}

#form-wrapper .captcha-item .form-text {
    float: right;
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact_captcha-textbox-bg.jpg) no-repeat right;
    width: 351px;
    height: 32px;
    border: none;
    padding: 13px 0 0 17px;
    color: #636363;
    font-family: tahoma;
    font-size: 12px;
}

#form-wrapper .form-item .submit-wrapper {
    width: 368px;
    float: right;
}

#form-wrapper .form-item label {
    float: left;
    width: 122px;
    color: #636363;
    font-size: 12px;
}

body.page-inner #content-right {
    width: 280px;
    float: right;
    margin-top: -33px;
}

body.page-inner #content-right p {
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    margin-top: 15px;
}

#bottom-block {
    width: 1003px;
    margin: 0 auto;
}

#bottom-block .bg-left {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bottom_bg-left.jpg) no-repeat;
    float: left;
    height: 198px;
    width: 32px;
}

#bottom-block .bg-middle {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bottom_bg-middle.jpg) repeat-x;
    float: left;
    height: 194px;
    padding: 4px 0 0 10px;
    width: 929px;
}

#bottom-block .bg-right {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bottom_bg-right.jpg) no-repeat;
    float: left;
    height: 198px;
    width: 32px;
}

#bottom-block h2 {
    color: #2a2a2a;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 -10px 10px;
}

#bottom-block .block-views,
#bottom-block .block-blog {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bottom-block-separator.jpg) no-repeat 100% -1px;
    display: inline;
    float: left;
    height: 169px;
    padding: 17px 15px 0 0;
    margin: 0 28px 0 0;
    width: 267px;
}

#block-block-15 {
    width: 309px;
    display: inline;
    float: left;
    padding-top: 15px;
}

#block-block-15 h2 {
    margin-bottom: 0px;
    text-align: left;
}

.twtr-hd,
.twtr-ft {
    display: none;
}

.twtr-widget,
.twtr-tweet {
    border: none!important;
}

#bottom-block .block-b {
    background: none;
    display: inline;
    float: left;
    height: 169px;
    padding: 17px 0 0 0;
    margin: 0 28px 0 0;
    width: 367px;
}

#bottom-block .block-b ul.left {
    float: left;
    width: 148px;
    padding: 0 0 0 0 !important;
}

#bottom-block .block-b ul.right {
    float: right;
    width: 217px;
    padding: 0 0 0 0 !important;
}

#bottom-block ul.content,
#bottom-block ul.content li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding: 0 0 0 0 !important;
}

#bottom-block ul.content li {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bullet_arrow-grey.gif) no-repeat 0 3px;
    color: #2a2a2a;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px !important;
}

#bottom-block ul.content li a {
    color: #2a2a2a;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
}

#bottom-block ul.content li a:hover {
    color: #b80303;
    text-decoration: none;
}

#bottom-block .view-content a {
    color: #2a2a2a;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
}

#bottom-block .view-content a:hover {
    color: #b80303;
    text-decoration: none;
}

#bottom-block .link a.more {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bullet_arrow-green.gif) no-repeat 0 3px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    float: right;
    padding: 0 0 0 10px;
}

#bottom-block .link a.more:hover {
    text-decoration: none;
}

#bottom-block .view-content .views-row {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bullet_arrow-grey.gif) no-repeat 0 3px;
    color: #2a2a2a;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 -10px 5px;
    padding: 0 0 0 10px;
}

#bottom-block .content ul li {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bullet_arrow-grey.gif) no-repeat 0 3px;
    color: #2a2a2a;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 -10px 5px;
    padding: 0 0 0 10px !important;
    list-style: none outside none;
}

#bottom-block .content ul li a {
    color: #2A2A2A;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
}

#bottom-block #block-blog-0 ul {
    padding: 0 0 0 0 !important;
}

#footer {
    width: 924px;
    margin: 0 auto 15px auto;
}

#footer #footer-text {
    float: left;
    color: #326f70;
    font-size: 11px;
    padding-top: 5px;
}

#footer #footer-links {
    float: right;
}

#footer-links ul,
#footer-links ul li {
    list-style: none;
}

#footer-links ul li {
    float: left;
    margin-left: 20px;
}

#footer-links ul li a {
    color: #326f70;
    font-size: 11px;
    text-decoration: underline;
}

#footer-links ul li a:hover {
    text-decoration: none;
}

.blocks-container #current_new {
    float: left;
    padding-right: 44px;
    width: 255px;
}

.blocks-container #current_new .view-currentnew .views-row {
    color: #387778;
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 15px;
}

.blocks-container #current_new .view-currentnew .views-field-created-1 {
    color: #767676;
    font-size: 10px;
}

.blocks-container #how_to {
    width: 295px;
    float: left;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y left;
    display: inline;
    padding-left: 20px;
    padding-bottom: 5px;
}

#content-left .blocks-container {
    width: 620px;
    padding-bottom: 15px;
}

#content-left .blocks-container h2,
#content-left .blocks-container_other h2,
#content-left #case_study_home h2 {
    color: #BF0202;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
}

.blocks-container .more-link {
    text-align: left;
}

.blocks-container .more-link a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #397879;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat right 4px;
    padding: 0 10px 0 0;
}

.blocks-container .more-link a:hover {
    text-decoration: none;
}

#how_to ul {
    padding-left: 0px;
}

#how_to ul,
#how_to ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
}

#how_to ul li {
    margin-bottom: 4px;
}

#how_to ul li a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left;
    padding-left: 12px;
    font-size: 12px;
    color: #387778;
}

#how_to li a:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_red.jpg) no-repeat left;
    color: #bf0202;
    text-decoration: none;
}

#case_study_home {
    margin-top: 10px;
}

.block_case-studies {
    margin-top: 10px;
}

.block_case-studies .carousel-wrapper {
    background: url(http://www.idempiereperu.org/pavm/egssmart/carousel-bg.jpg) no-repeat;
    width: 646px;
    height: 125px;
    margin-left: -18px;
    overflow: hidden;
    position: relative;
    padding: 18px 0 15px 0;
}

* html .block_case-studies .carousel-wrapper {
    position: fixed;
}

.carousel-wrapper .left-button {
    width: 18px;
    float: left;
    padding: 35px 0 0 0;
}

.carousel-wrapper span.carousel-previous {
    display: block;
    width: 18px;
    height: 55px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-top: 35px;
}

.carousel-wrapper span.carousel-next {
    display: block;
    width: 17px;
    height: 55px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-top: 35px;
}

.carousel-wrapper .carousel-wrap {
    width: 570px;
    float: left;
    overflow: hidden;
    padding-left: 8px;
    margin-right: 30px;
    display: inline;
}

.carousel-wrap ul {
    list-style: none;
}

.carousel-wrap ul li {
    float: left;
    width: 145px;
    text-align: center;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y right;
    padding-bottom: 5px;
    height: 120px;
}

.carousel-wrap ul li.last {
    background: none;
}

.carousel-wrap ul li .carousel-item {
    width: 108px;
    margin: 0 auto;
}

.carousel-wrap ul li a {
    font-size: 11px;
    color: #5e5d5d;
}

.carousel-wrapper .right-button {
    width: 17px;
    float: left;
    padding: 35px 0 0 0;
}

.carousel-item img {
    height: 57px;
    width: auto;
}

#link_video {
    padding: 10px 20px;
    background: #f9fdfe;
    width: 580px;
    border: 1px solid #dee8e9;
}

#link_video a {
    font-size: 12px;
    color: #397879;
    font-weight: bold;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left 4px;
    padding-left: 10px;
}

#there_link_one {
    float: left;
    width: 200px;
}

#there_link_two {
    float: left;
    width: 200px;
}

#intro_left {
    float: left;
    width: 260px;
}

#intro_resource {
    margin-top: 10px;
}

#intro_resource p {
    padding-right: 30px;
}

#intro_resource p a {
    color: #BF0202;
}

.section-resources .blocks-container a {
    color: #BF0202;
}

.block_content-resource h4 {
    color: #397879;
    font-size: 12px;
    margin-bottom: 15px;
}

.block_content-resource ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 6px;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left 5px;
    padding-left: 10px;
}

.code_resource {
    width: 600px;
    height: 150px;
    overflow: scroll;
    background: #e7e7e7;
    padding-left: 20px;
    border: 1px solid #cecece;
}

#link_photo_video {
    height: 30px;
    width: 244px;
    background: #e3e3e3;
    margin-top: -3px;
}

.number_photo {
    float: left;
    margin-left: 3px;
    margin-top: 3px;
}

.number_photo a {
    color: #BF0202;
}

.number_video {
    float: right;
    margin-right: 3px;
    margin-top: 3px;
}

.resource_pagination {
    margin-top: 10px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/pagination_resource.png);
    height: 33px;
    width: 618px;
    padding-top: 10px;
}

.item-list .pager li .pager-current {
    background-image: url(http://www.idempiereperu.org/pavm/egssmart/page_current.png);
    display: inline;
    list-style-type: none;
    padding: 0.5em
}

.pager-current {
    color: #fff;
    background: url(http://www.idempiereperu.org/pavm/egssmart/page_current.png) no-repeat center;
    height: 19px;
    width: 19px;
}

.wrap_captcha {}

#banner-block #banner-compare {
    background: url(http://www.idempiereperu.org/pavm/egssmart/banner_compare.jpg) no-repeat;
    width: 940px;
    height: 151px;
    margin: 0 auto 5px auto;
}

#main-content p {
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0;
}

.compare-box-wrap {
    margin: 10px 0 20px 0;
}

.compare-box-wrap .box-01 {
    background: #eaeae8;
    border: 1px solid #cdcece;
    height: 42px;
    width: 933px;
}

.compare-box-wrap .box-01 .box-first {
    border: none;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
}

.compare-box-wrap .box-first {
    border-right: 1px solid #cecece;
    color: #5e5d5d;
    width: 167px;
    height: 31px;
    float: left;
    padding: 11px 0 0 13px;
    font-size: 11px;
}

.compare-box-wrap .box-01 .box {
    border-right: 1px solid #eaeae8;
    color: #5e5d5d;
    font-size: 11px;
    font-weight: bold;
}

.compare-box-wrap .box {
    border-right: 1px solid #cecece;
    width: 74px;
    height: 42px;
    float: left;
    text-align: center;
}

.compare-box-wrap .box-last {
    border-right: none;
    width: 77px;
    height: 42px;
    float: left;
}

.compare-box-wrap .box-last img {
    display: block;
    width: 55px;
    height: 14px;
    margin: 0 auto;
}

.compare-box-wrap .box-02 .box-last {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg_box-last-green.jpg) repeat-x;
}

.compare-box-wrap .box-02 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg_box-02.jpg) repeat-x;
    border-left: 1px solid #cdcece;
    border-right: 1px solid #cdcece;
    border-bottom: 1px solid #cdcece;
    border-top: none;
    height: 42px;
    width: 933px;
}

.compare-box-wrap div.cross {
    background: url(http://www.idempiereperu.org/pavm/egssmart/icon_cross-red.jpg) no-repeat;
    width: 15px;
    height: 16px;
    margin: 13px auto 0 auto;
    text-indent: -999em;
    overflow: hidden;
}

.compare-box-wrap div.check {
    background: url(http://www.idempiereperu.org/pavm/egssmart/icon_check-green.jpg) no-repeat;
    width: 18px;
    height: 14px;
    margin: 14px auto 0 auto;
    text-indent: -999em;
    overflow: hidden;
}

.compare-box-wrap div.check-02 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/icon_check-white.png) no-repeat;
    width: 20px;
    height: 16px;
    margin: 14px auto 0 auto;
    text-indent: -999em;
    overflow: hidden;
}

#flash-area {
    margin-left: -5px;
}

.page-content ul {
    margin-left: 34px;
    line-height: 1.5em;
}

.page-content ul li {
    font-size: 12px;
    text-indent: -14px;
}

.page-content .link-list {
    margin-left: 0px;
    line-height: 1.5em;
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

.page-content p {
    margin-top: 7px;
    color: #000 !important;
    font-size: 13px !important;
    line-height: 1.5em;
}

.enquire-now-button {
    text-align: center;
}

.enquire-now-button a {
    background: url(http://www.idempiereperu.org/pavm/egssmart/enquire-now-button.gif) no-repeat 0px 0px;
    padding: 10.5px 63px;
}

.enquire-now-button a:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/enquire-now-button.gif) no-repeat 0px -35px;
    padding: 10.5px 63px;
}

.page-content h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #326f70;
    font-size: 18px !important;
    font-weight: normal;
    margin: 5px 0;
}

.block-b p {
    font-size: 12px;
}

#main-content li {
    font-size: 12px;
    line-height: 18px;
}

body.section-casestudies .block_content-left ul,
body.section-casestudies .block_content-right ul {
    list-style-position: outside;
    margin: 0 0 0 15px;
}

.view-case-studies .views-field-field-case-img-fid {
    display: block;
}

.view-case-studies .views-field-title {
    display: block;
    margin-bottom: 10px;
    margin-left: 136px;
    margin-top: -133px;
}

.view-case-studies .views-field-title a {
    color: #326F70;
    font-style: normal;
    font-size: 18px;
}

.view-case-studies .views-field-field-teaser-value {
    display: block;
    margin-left: 138px;
}

.view-case-studies .views-row {
    margin-bottom: 80px;
}

.section-go-live #banner-block-testimonial,
#page-evolution #banner-block-testimonial,
#page-software-implementation #banner-block-testimonial,
#page-design #banner-block-testimonial,
#page-configuration-and-development #banner-block-testimonial,
#page-learning-and-adoption #banner-block-testimonial {
    width: 945px;
}

#block-block-6 .canvas {
    background: url(http://www.idempiereperu.org/pavm/egssmart/background.jpg) no-repeat;
    height: 560px;
    width: 640px;
    position: relative;
}

#block-block-6 .canvas .puzzle-piece {
    display: block;
    position: absolute;
}

#block-block-6 .canvas .puzzle-1 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece1.png) no-repeat 0 0;
    width: 203px;
    height: 132px;
    top: 9px;
    left: 8px;
}

#block-block-6 .canvas .puzzle-2 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece2.png) no-repeat 0 0;
    width: 234px;
    height: 155px;
    top: 9px;
    left: 210px;
}

#block-block-6 .canvas .puzzle-3 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece3.png) no-repeat 0 0;
    width: 216px;
    height: 160px;
    top: 9px;
    left: 417px;
}

#block-block-6 .canvas .puzzle-4 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece4.png) no-repeat 0 0;
    width: 307px;
    height: 293px;
    top: 117px;
    left: 8px;
}

#block-block-6 .canvas .puzzle-5 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece5.png) no-repeat 0 0;
    width: 166px;
    height: 250px;
    top: 140px;
    left: 292px;
}

#block-block-6 .canvas .puzzle-6 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece6.png) no-repeat 0 0;
    width: 195px;
    height: 174px;
    top: 95px;
    left: 438px;
}

#block-block-6 .canvas .puzzle-7 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece7.png) no-repeat 0 0;
    width: 176px;
    height: 186px;
    top: 255px;
    left: 458px;
}

#block-block-6 .canvas .puzzle-8 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece8.png) no-repeat 0 0;
    width: 197px;
    height: 136px;
    top: 418px;
    left: 436px;
}

#block-block-6 .canvas .puzzle-9 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece9.png) no-repeat 0 0;
    width: 452px;
    height: 99px;
    top: 458px;
    left: 8px;
}

#block-block-6 .canvas .puzzle-10 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece10.png) no-repeat 0 0;
    width: 305px;
    height: 120px;
    top: 361px;
    left: 9px;
}

#block-block-6 .canvas .puzzle-11 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/piece11.png) no-repeat 0 0;
    width: 187px;
    height: 120px;
    top: 361px;
    left: 292px;
}

#block-block-6 .canvas a:hover {
    background-position: 0 100%;
}

h2.step-6-sag {
    color: #326F70;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

#top-right-text {
    margin-right: 15px;
    width: 340px;
}

#top-right-text .au-phone-number {
    background: url(http://www.idempiereperu.org/pavm/egssmart/phone_icon.jpg) no-repeat 0 10px;
    color: #262626;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 2em;
    text-align: right;
    width: 170px;
}

#top-right-text .nz-phone-number {
    background: url(http://www.idempiereperu.org/pavm/egssmart/separator_vertical.jpg) repeat-y 0 0;
    color: #262626;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 2em;
    text-align: right;
    width: 160px;
}

#steps-wrap {
    margin-bottom: 15px;
}

#steps-wrap .phase-1,
#steps-wrap .phase-2,
#steps-wrap .phase-3,
#steps-wrap .phase-4,
#steps-wrap .phase-5,
#steps-wrap .phase-6,
#steps-wrap .phase-1-h,
#steps-wrap .phase-2-h,
#steps-wrap .phase-3-h,
#steps-wrap .phase-4-h,
#steps-wrap .phase-5-h,
#steps-wrap .phase-6-h {
    float: left;
    height: 186px;
    width: 157px;
}

#steps-wrap .phase-1 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-01.jpg) no-repeat 0 0;
}

#steps-wrap .phase-2 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-02.jpg) no-repeat 0 0;
}

#steps-wrap .phase-3 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-03.jpg) no-repeat 0 0;
}

#steps-wrap .phase-4 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-04.jpg) no-repeat 0 0;
}

#steps-wrap .phase-5 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-05.jpg) no-repeat 0 0;
}

#steps-wrap .phase-6 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-06.jpg) no-repeat 0 0;
}

#steps-wrap .phase-1-h,
#steps-wrap .phase-1:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-01.jpg) no-repeat left bottom;
}

#steps-wrap .phase-2-h,
#steps-wrap .phase-2:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-02.jpg) no-repeat left bottom;
}

#steps-wrap .phase-3-h,
#steps-wrap .phase-3:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-03.jpg) no-repeat left bottom;
}

#steps-wrap .phase-4-h,
#steps-wrap .phase-4:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-04.jpg) no-repeat left bottom;
}

#steps-wrap .phase-5-h,
#steps-wrap .phase-5:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-05.jpg) no-repeat left bottom;
}

#steps-wrap .phase-6-h,
#steps-wrap .phase-6:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-06.jpg) no-repeat left bottom;
}

#steps-wrap h3 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    height: 29px;
    margin: 13px 0 22px 20px;
    width: 72px;
}

#steps-wrap .content {
    margin: 0 0 0 20px;
    width: 121px;
}

#steps-wrap h4 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}

#steps-wrap ul,
#steps-wrap ul li {
    color: #fff;
    font-family: Tahoma;
    font-size: 10px;
    list-style: disc;
}

#steps-wrap ul {
    padding-left: 13px;
}

#steps-wrap li {
    line-height: normal;
}

#steps-wrap ul li {
    margin-bottom: 3px;
}

#phase-wrap {
    margin-top: 15px;
}

#phase-wrap .bg-top {
    background: url(http://www.idempiereperu.org/pavm/egssmart/phase-bg-top.jpg) no-repeat;
    height: 16px;
    overflow: hidden;
    width: 933px;
}

#phase-wrap .bg-middle {
    background: url(http://www.idempiereperu.org/pavm/egssmart/phase-bg-middle.jpg) repeat-y;
    overflow: hidden;
    padding: 0 40px 0 20px;
    width: 873px;
}

#phase-wrap .bg-bottom {
    background: url(http://www.idempiereperu.org/pavm/egssmart/phase-bg-bottom.jpg) no-repeat;
    height: 46px;
    overflow: hidden;
    position: relative;
    width: 933px;
}

#phase-wrap .phase-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-title.jpg) no-repeat;
    height: 31px;
    margin-bottom: 10px;
    width: 624px;
}

#phase-wrap #d.phase-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-title-d.jpg) no-repeat;
}

#phase-wrap #l.phase-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-title-l%26a.jpg) no-repeat;
}

#phase-wrap #c.phase-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-title-c%26d.jpg) no-repeat;
}

#phase-wrap #g.phase-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-title-g.jpg) no-repeat;
}

#phase-wrap #evo.phase-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-phase-title-evo.jpg) no-repeat;
}

.phase-title span.phase-number {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6em;
    margin: 0 33px 0 25px;
}

.phase-title span.phase-name {
    color: #f8fdfd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6em;
}

#phase-wrap h3 {
    color: #326f70;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

#phase-wrap .phase-content {
    margin-left: 5px;
}

#phase-wrap p {
    margin-bottom: 15px;
}

.phase-content ul,
.phase-content ul li {
    color: #636363;
    font-size: 12px;
    list-style: disc;
    line-height: 1.5em;
}

.phase-content ul {
    margin-bottom: 15px;
    padding-left: 45px;
}

.phase-content ul li {
    margin-bottom: 10px;
}

#phase-wrap .button-next-phase {
    background: url(http://www.idempiereperu.org/pavm/egssmart/button_next-phase.jpg) no-repeat;
    height: 46px;
    position: absolute;
    right: 29px;
    padding: 0 10px;
}

#phase-wrap .button-next-phase a {
    background: #2e6e70 url(http://www.idempiereperu.org/pavm/egssmart/arrow-next-phase.jpg) no-repeat 97% 18px;
    color: #f8fdfd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    display: block;
    height: 38px;
    line-height: 1.5em;
    padding-left: 17px;
    padding-top: 8px;
    text-decoration: none;
    padding-right: 30px;
}

#phase-wrap .button-next-phase .rcrn {
    background: url(http://www.idempiereperu.org/pavm/egssmart/button_next-phase-rcrn.jpg) no-repeat top right;
    width: 18px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
}

#page-front #wrap #wrapbg-middle-a {
    padding-bottom: 0;
}

#page-front #wrap #wrapbg-bottom {
    background: url("http://www.idempiereperu.org/pavm/egssmart/wrapper-bg-bottom.png") no-repeat scroll 0 -4px transparent;
    height: 30px;
}

#page-front #content-right .block {
    margin-bottom: 0;
}

#edit-search-theme-form-1-wrapper label {
    display: none;
}

#search-block input.form-submit {
    letter-spacing: 100px;
    text-indent: -9999px;
}

.breadcrumb {
    width: 918px;
    height: 29px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-bottom.jpg) repeat-x bottom;
    margin-bottom: 19px;
    padding: 5px 0 0 13px;
    font-size: 11px;
}

* html .breadcrumb {
    margin-top: -20px;
}

.breadcrumb ul,
.breadcrumb ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

.breadcrumb {
    float: left;
    margin-right: 13px;
    display: inline;
}

.breadcrumb a:hover,
.breadcrumb a.active {
    text-decoration: none;
}

body.section-casestudies #main-content h1 {
    background: url(http://www.idempiereperu.org/pavm/egssmart/title_case-studies.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 209px;
    height: 46px;
    margin: 0;
    padding: 0;
}

body.section-casestudies #main-content h2 {
    margin-top: 0;
}

body.page-node #content-left p {
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    margin: 5px 0 15px 0;
}

body.section-casestudies .blocks-container .block_content-left {
    float: left;
    width: 355px;
    display: inline;
    padding-right: 44px;
}

body.section-casestudies #content-left .blocks-container .block_content-left ul {
    margin: 0 0 15px 0;
}

body.section-casestudies #content-left .blocks-container .block_content-left ul,
body.section-casestudies #content-left .blocks-container .block_content-left ul li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

body.section-casestudies #content-left .blocks-container .block_content-left ul li {
    margin-bottom: 6px;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_green.gif) no-repeat left 5px;
    padding-left: 10px;
}

#content-left .blocks-container .block_content-left a {
    font-size: 12px;
    color: #387778;
}

body.section-casestudies .blocks-container .block_content-right {
    width: 395px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/content-border-right.jpg) repeat-y left;
    float: left;
    padding-left: 20px;
}

.block_content-right ul li a:hover {
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_red.jpg) no-repeat left;
    color: #bf0202;
    text-decoration: none;
}

.blocks-container .block_content-left h4 {
    color: #397879;
    font-size: 12px;
    margin-bottom: 15px;
}

.blocks-container .block_content-right h4 {
    color: #636363;
    font-size: 12px;
    margin-bottom: 15px;
}

body.section-casestudies #content-left .blocks-container .block_content-right ul {
    margin: 0 0 15px 0;
}

body.section-casestudies #content-left .blocks-container .block_content-right ul,
body.section-casestudies #content-left .blocks-container .block_content-right li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

body.section-casestudies #content-left .blocks-container .block_content-right ul li {
    margin-bottom: 6px;
    font-size: 12px;
    color: #636363;
    line-height: 18px;
    background: url(http://www.idempiereperu.org/pavm/egssmart/arrow_red.gif) no-repeat left 5px;
    padding-left: 10px;
}

body.page-node #content-right {
    width: 280px;
    float: right;
}

#main-content h2 a {
    color: #3D3D3D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
}

#webform-client-form-1 #edit-submitted-name,
#webform-client-form-1 #edit-submitted-phone,
#webform-client-form-1 #edit-submitted-email,
#webform-client-form-1 #edit-submitted-subject,
#webform-client-form-1 #edit-submitted-company-name,
#webform-client-form-1 #edit-submitted-job-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact_textbox-bg.jpg) no-repeat;
    width: 483px;
    height: 21px!important;
    height: 26px;
    border: 0;
    padding: 2px 10px 3px 10px!important;
    line-height: 18px!important;
    line-height: 26px;
    font-size: 12px;
    font-family: tahoma;
    color: #636363;
}

#webform-client-form-1 #edit-submitted-message,
#webform-client-form-1 #edit-submitted-enquiry {
    background: url(http://www.idempiereperu.org/pavm/egssmart/contact_textarea.jpg) no-repeat scroll left bottom;
    width: 493px;
    height: 181px;
    border: 0;
    padding: 5px 10px 0 10px;
    color: #636363;
}

#webform-client-form-1 .grippie {
    display: none;
}

#webform-client-form-1 .form-item label,
#webform-client-form-1 .contact-more-lbl {
    width: 110px;
    float: left;
    text-align: right;
    padding: 0 5px;
    color: #397879;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
}

#webform-client-form-1 .contact-more {
    margin: 10px 0;
}

#webform-client-form-1 .contact-more label {
    width: 240px;
    padding-right: 15px;
    height: 26px;
    line-height: 20px;
}

#webform-client-form-1 .contact-more label.option {
    width: auto !important;
    font-weight: normal;
    padding-left: 0;
}

#webform-client-form-1 .contact-more label.budget {
    line-height: 14px;
}

#webform-client-form-1 .contact-more .form-item,
#webform-client-form-1 #webform-component-country .form-item {
    margin: 0 !important;
}

#webform-client-form-1 #webform-component-timeframe,
#webform-client-form-1 #webform-component-staff {
    float: left;
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-slt.png) no-repeat;
    width: 349px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 5px 5px;
}

#webform-client-form-1 #webform-component-country {
    float: left;
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-country.png) no-repeat;
    width: 493px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 5px 5px;
}

#webform-client-form-1 #edit-submitted-country {
    border: 0;
    width: 513px;
    line-height: 26px;
    font-size: 12px;
    font-family: tahoma;
    color: #636363;
    background: transparent;
}

#webform-client-form-1 #edit-submitted-hear {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-txt.png) no-repeat;
    width: 353px;
    height: 26px;
    line-height: 26px;
    border: 0;
    padding: 0px 10px 0 10px;
    font-size: 12px;
    font-family: tahoma;
    color: #636363;
}

#webform-client-form-1 .contact-more select {
    border: 0;
    width: 368px;
    line-height: 26px;
    font-size: 12px;
    font-family: tahoma;
    color: #636363;
    background: transparent;
}

#webform-client-form-1 #edit-submit {
    background: url(http://www.idempiereperu.org/pavm/egssmart/btn-submit.png) no-repeat;
    width: 134px;
    height: 31px;
    border: 0px;
    font-size: 0;
    color: #E20E0D;
    margin: 30px 33px 0 0;
    float: right;
    cursor: pointer;
}

#webform-client-form-1 .captcha {
    margin-top: 20px;
}

#webform-client-form-1 #edit-captcha-response-wrapper {
    float: right;
}

#webform-client-form-1 #edit-captcha-response {
    background: url(http://www.idempiereperu.org/pavm/egssmart/bg-txt-captcha.png) no-repeat;
    width: 247px;
    border: 0;
    padding: 0px 10px 0 10px;
    line-height: 26px;
    height: 26px;
    font-size: 12px;
    font-family: tahoma;
    color: #636363;
    margin-right: 15px;
}

#webform-client-form-1 .captcha img {
    float: left;
    margin-top: -10px;
}

#webform-client-form-1 .module-lbl {
    display: block;
    width: 500px !important;
    float: none !important;
    text-align: left !important;
    margin: 20px 0 10px 0;
}

#webform-client-form-1 .div-column1 {
    width: 210px;
    float: left;
    margin-left: 110px;
}

#webform-client-form-1 .div-column2 {
    width: 260px;
    float: left;
}

#webform-client-form-1 .div-column1 label,
#webform-client-form-1 .div-column2 label {
    float: none !important;
    font-weight: normal !important;
}

#webform-component-send_me_a_copy {
    position: relative;
    top: 35px;
}

#webform-component-send_me_a_copy .form-item label {
    color: #fff;
}

#webform-component-send_me_a_copy .form-item .form-checkboxes label {
    color: #636363;
}

#webform-component-send_me_a_copy .form-item .form-checkboxes label {
    width: 230px;
    position: relative;
}

.wrap_captcha {}

#webform-client-form-1 .wrap_captcha .wrap_captcha_left {
    float: left;
    width: 62px;
    color: #397879;
    font-weight: bold;
    padding-left: 20px;
    margin-top: -15px;
}

#webform-client-form-1 .wrap_captcha .captcha {
    width: 500px;
    float: left;
    margin-top: -30px;
}

#webform-client-form-1 #edit-submit {
    position: relative;
}

#webform-client-form-1 .captcha .description {
    display: none;
}

body#page-webform-contact-us #node-1 span.submitted {
    display: none;
}

.section-news .news-teaser-sag,
.section-news .news-detail-sag {
    padding: 10px;
}

.section-howto .news-teaser-sag .links,
.section-news .news-teaser-sag .links {
    float: right;
}

.fleft {
    float: left;
}

.fright {
    float: right;
    width: 75%;
}

.node-blog {
    padding-right: 30px;
    margin-bottom: 30px;
}

.node-blog .posted-by-blog {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.node-blog .posted-by-blog .a_date-blog {
    background: url(http://www.idempiereperu.org/pavm/egssmart/blog-date-bg.png) no-repeat top left;
    width: 66px;
    height: 71px;
    float: left;
    padding-right: 15px;
}

.node-blog .posted-by-blog .a_date-blog p.day,
body.page-node #content-left .node-blog .posted-by-blog .a_date-blog p.day {
    color: #FFFFFF;
    font-size: 11pt;
    padding: 3px 0 0 15px;
}

.node-blog .posted-by-blog .a_date-blog p.date,
body.page-node #content-left .node-blog .posted-by-blog .a_date-blog p.date {
    color: #FFFFFF;
    font-size: 15pt;
    padding: 5px 0 5px 20px;
}

.node-blog .posted-by-blog .a_date-blog p.year-month,
body.page-node #content-left .node-blog .posted-by-blog .a_date-blog p.year-month {
    color: #fde71e;
    padding: 0 0 0 7px;
}

.node-blog .posted-by-blog .title {
    float: left;
}

.node-blog .posted-by-blog h3 a {
    color: #326F70;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.node-blog .posted-by-blog h3 a:hover {
    text-decoration: underline;
}

.node-blog .a_content-blog {
    padding-left: 5px;
}

.node-blog .a_content-blog .fright {
    text-align: right;
}

.node-blog a {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}

.node-blog .a_content-blog .comment-bg {
    background: url(http://www.idempiereperu.org/pavm/egssmart/comment-count-bg.png) no-repeat;
    display: block;
    font-weight: normal;
    height: 30px;
    padding-left: 12px;
    text-decoration: none;
    word-spacing: 16px;
}

.node-blog .a_content-blog .links {
    padding: 15px 0;
}

body.page-node #content-left .node-blog p {
    margin: 0;
}

body.section-blog #content-right .block-blog .item-list ul,
body.section-blog #content-right .block-views .item-list ul.views-summary {
    padding-left: 0;
}

body.section-blog #content-right .block-blog .item-list ul li,
body.section-blog #content-right .block-views .item-list ul.views-summary li {
    list-style: none;
    margin: 0;
}

body.section-blog #content-right .block-blog .item-list ul li a {
    font-size: 10pt;
    color: #bf0202;
}

body.section-blog #content-right .block-views .item-list ul.views-summary li a,
body.section-blog #content-right .block a.feed-icon {
    color: #636363;
    text-decoration: none;
}

table.itu-attachment-list .size {
    padding: 0 1em;
}

table.itu-attachment-list .mime-pdf {
    background: url(http://www.idempiereperu.org/pavm/egssmart/icons/PDF.png) no-repeat center !important;
    height: 26px;
    margin: 0;
    min-height: 26px;
    min-width: 24px;
    padding: 0 7px;
    width: 24px;
}

table.itu-attachment-list .mime-xls {
    background: url(http://www.idempiereperu.org/pavm/egssmart/icons/XLSX.png) no-repeat center !important;
    height: 26px;
    margin: 0;
    min-height: 26px;
    min-width: 24px;
    padding: 0 7px;
    width: 24px;
}

.section-howto .news-detail-sag .without-image .field-field-image,
.section-howto .news-teaser-sag .without-image .field-field-image {
    display: none;
}

.section-howto #main-content #content-left {
    padding-right: 20px;
    width: 617px;
}

.section-howto #main-content .news-teaser-sag h2.howto-title {
    background: url(http://www.idempiereperu.org/pavm/egssmart/question-mark.png) no-repeat;
    margin-bottom: 0;
    padding: 10px 0 20px 50px;
}

#page-page-privacy-statement p,
#page-page-privacy-statement h3,
#page-page-terms-use p,
#page-page-terms-use h3 {
    margin: 10px 0;
}

ol,
ul {
    font-size: 12px;
    list-style-position: inside;
}

.section-casestudies strong {
    display: block;
    margin: 0 0 10px 0;
}

.section-meet-the-team #main-content h2 {
    font-size: 18px !important;
    font-weight: normal;
    font-style: normal;
}

#block-block-15 {
    text-align: center;
}

#bottom-block p {
    margin: 0;
}

#edit-submitted-send-me-a-copy-Send-me-a-copy-wrapper label.option {
    text-align: left !important;
}

.section-casestudies #main-content p {
    margin: 5px 0;
}

body.section-casestudies .blocks-container h3 {
    color: #326F70;
    font-size: 18px;
    font-weight: normal;
}