.openerp .oe_kanban_record .oe_loempia_image {
    display: inline-block;
    vertical-align: top;
}

.openerp .oe_apps_section {
    background-color: #F7F7F7;
    color: #474747;
    padding: 14px 0 0 16px;
}

.openerp .oe_apps_screenshots {
    clear: both;
    position: relative;
    width: auto;
    min-height: 320px;
    max-height: 520px;
    padding-bottom: 16px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-user-select: none;
}

.openerp .oe_form .oe_apps_screenshots .oe_kanban_view .oe_kanban_column,
.openerp .oe_form .oe_apps_screenshots .oe_kanban_view .oe_kanban_group_header {
    background-color: #F7F7F7;
}

.openerp .oe_form .oe_form_embedded_html.oe_apps_description {
    width: 100%;
    margin: 0;
    padding: 0;
}

.openerp .oe_apps_screenshots .oe_apps_screenshot_box {
    float: left;
    width: auto;
    padding: 0;
    margin: 0 13px 0 4px;
}

.openerp .oe_apps_screenshots .oe_apps_screenshot_box img {
    max-width: 657px;
    max-height: 500px;
    margin: 0 3px;
    border: 2px solid white;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.openerp .oe_apps_screenshots .oe_kanban_view.oe_kanban_ungrouped .oe_kanban_column .oe_kanban_record {
    padding: 0;
}

.openerp .oe_apps_update_header {
    background-color: darkgrey;
    text-align: right;
    padding: 0.2em 2em;
}

.openerp .oe_apps_update {
    border-bottom: 1px solid grey;
    min-height: 96px;
    height: 96px;
}
.openerp .oe_apps_update img {
    float: left;
}
.openerp .oe_apps_update button {
    float: right;
    margin: 1em;
}

.openerp .oe_apps_noupdate p {
    text-align: center;
    font-size: 2em;
}

.openerp .oe_apps_module_name {
    font-size: 1.5em;
}

.openerp .oe_form p.oe_message {
  background-color: #5382b9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#729fcf), to(#3465a4));
  background-image: -webkit-linear-gradient(top, #729fcf, #3465a4);
  background-image: -moz-linear-gradient(top, #729fcf, #3465a4);
  background-image: -ms-linear-gradient(top, #729fcf, #3465a4);
  background-image: -o-linear-gradient(top, #729fcf, #3465a4);
  background-image: linear-gradient(to bottom, #729fcf, #3465a4);
}
.openerp .oe_form p.oe_message span {
  color: white;
  text-shadow: 0 1px 1px #729fcf, 0 -1px 1px #3465a4;
  padding: 7px;
  display: inline-block;
  padding-left: 24px;
}


.openerp .oe_form p.oe_message.oe_error {
  background-color: #c74a44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc5f59), to(#b33630));
  background-image: -webkit-linear-gradient(top, #dc5f59, #b33630);
  background-image: -moz-linear-gradient(top, #dc5f59, #b33630);
  background-image: -ms-linear-gradient(top, #dc5f59, #b33630);
  background-image: -o-linear-gradient(top, #dc5f59, #b33630);
  background-image: linear-gradient(to bottom, #dc5f59, #b33630);
}
.openerp .oe_form p.oe_message.oe_error span {
  color: white;
  text-shadow: 0 1px 1px #dc5f59, 0 -1px 1px #b33630;
}

.openerp .oe_form p.oe_message.oe_black {
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#000000));
  background-image: -webkit-linear-gradient(top, #9a9a9a, #000000);
  background-image: -moz-linear-gradient(top, #9a9a9a, #000000);
  background-image: -ms-linear-gradient(top, #9a9a9a, #000000);
  background-image: -o-linear-gradient(top, #9a9a9a, #000000);
  background-image: linear-gradient(to bottom, #9a9a9a, #000000);
}
.openerp .oe_form p.oe_message.oe_black span {
  color: white;
  text-shadow: 0 1px 1px #9a9a9a, 0 -1px 1px #000000;
}
