#c-wrapper {
    background-image: url('../img/kenxus300.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-attachment: fixed;
}
.panel {
    background: rgba(217, 217, 217, 0.5);
}
.breadcrumbs {
    background: rgba(227, 227, 227, 0.5);
}
.image-box {
    background-color: rgba(255, 255, 255, 0.2);
}
table, .vendor-info, .transaction-info, .affiliate-info, .checkboxlist,
input[type=text], input[type=email], input[type=date], input[type=password],
section .content {
    background-color: rgba(255, 255, 255, 0.4) !important;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: rgba(239, 239, 239, 0.4);
}
.top-bar {
    background-image: url('../img/header.png');
    position: fixed;
    width: 100%;
    z-index: 99;
}
#main-container {
    padding-top: 60px;
}
.x {
  color: #FFB809
}
.breadcrumbs {
    line-height: 1em;
}
.clear{
    clear: both;
}
.hidden{
    display: none;
}
.fright{
    float: right;
}
.fleft{
    float: left;
}

input,.button,button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.button-group button, .collapse button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.radio-input label {
    display: inline;
}

.code-table {
  width: 100%;
}
.code-table tr td {
    font-size: 9px;
}

.image-box {
    text-align: center;
    border: #dfdfdf 1px dotted;
    padding: 8px !important;
    margin-top: -1px;
    margin-left: -1px;
    width: 100%;
    position: relative;
    -webkit-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    transition: background-color .6s ease-in-out;
}
.image-box.new {
    background-color: #ffc;
    display: none;
}
.image-box:hover {
    background: #f2f2f2;
}
.image-box .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    background: #a33;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.image-box .image-container {
    float: left;
    width: 300px;
}
.image-box .text-container {
    margin-top: 30px;
    float: left;
    text-align: left;
    padding-left: 30px;
    max-width: 50%;
    z-index: 10;
    position: relative;
}
.image-box .text-container * {
    z-index: inherit;
    position: relative;
}
.image-box .text-container button {
    display: block;
}
.image-box .text-container button.hide {
    display: none;
}
.image-box label {
    font-weight: bold;
    font-size: .9em;
}
.editable-img {
    display: block;
    padding: 4px;
}
.editable-img img {
    margin: 4px 0;
    -webkit-transition: opacity .8s, max-height .8s, height .8s;
    -moz-transition: opacity .8s, max-height .8s, height .8s;
    -o-transition: opacity .8s, max-height .8s, height .8s;
    transition: opacity .8s, max-height .8s, height .8s;
    opacity: 1;
    height: auto;
    max-height: 100%;
}
.editable-img canvas {
    position: absolute;
    z-index: 0;
}
.editable-img img.loading {
    opacity: 0;
    height: 120px;
    max-height: 120px;
}
.image-box input[type=file] {
    font-size: .7em;
}
.image-box input[type=file] {
    width: 120px;
    display: block;
}
.image-box img {
    text-align: center;
}

.image-box small {
    color: #666;
}

.label-panel img {
    display: block;
    margin: 1em auto;
}

.label-panel li.border-top {
    border-top: #bbb 1px dotted;
}

.add {
    text-align: center;
    background: url('../img/plus.png') center center no-repeat;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    color: transparent;
    height: 150px;
    width: 100%;
}

.preview {
    display:block;
    margin: 0 auto;
    border: none;
}

.button-group.index li {
    margin-left: 10px
}

.tableFieldsCentered tr td {
    text-align: center;
}

.tCentered, .center {
    text-align: center;
}
.embedded_code_content textarea {
    float: left;
    resize: none;
    /*border: none;*/
    margin-bottom: 0;
   -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
      -moz-box-sizing: border-box; /* FF1+ */
           box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}
.embedded_code_content object {
    float: left;
    height: 14px;
    margin-top: 5px;
    margin-left: 5px;
    width: 14px;
}

.embedded_code .area {
    display: none;
    margin: 0 auto;
    min-height: 50px;
    width: 100%;
}

.embedded_code_content {
    display: block;
    height: 60px;
    margin: 0 auto;
    vertical-align: middle;
    width: 80%;
}

.embedded_code_content .button {
    display: block;
    margin: auto;
    top: 10px;
    vertical-align: middle;
    width: 200px;
}

.checkboxlist {
    border: 2px solid #CCCCCC;
    height: 100px;
    margin-bottom: 1em;
    overflow-y: scroll;
    padding: 0.3em;
    width: 100%;
}

.checkboxlist label input{
    margin-right: 0.5em;
    vertical-align: top;
}

.tableOption {
    width: 50px;
}
.view {
    background: url('../img/view.png');
    display: block;
    height: 32px;
    width: 32px;
}
.edit {
    background: url('../img/edit.png');
    display: block;
    height: 32px;
    width: 32px;
}

.code {
    font-family: 'Monaco', 'Courier', monospace;
    white-space: nowrap;
    background: #fff;
    color: #444;
    border: #aaa 1px dashed;
    padding: 8px;
}
#preview-video {
    max-width: 100%;
}
#video-container {
    margin-bottom: 8px;
}
#video-container iframe, #video-container #preview-video, .image-box img {
    opacity: 1;
    -webkit-transition: opacity .8s, max-height .8s, height .8s;
    -moz-transition: opacity .8s, max-height .8s, height .8s;
    -o-transition: opacity .8s, max-height .8s, height .8s;
    transition: opacity .8s, max-height .8s, height .8s;
}
#video-container.loading-image iframe, #video-container.loading-image #preview-video, .image-box.loading-image img {
    opacity: 0;
}
.processing-video, .no-video {
    max-width: 100%;
    width: 480px;
    height: 315px;
    background: #f0f0f0;
    border: #ccc 1px dashed;
    text-align: center;
    line-height: 300px;
}
.processing-video {
    background-repeat: no-repeat;
    background-image: url('../img/loading.gif');
    background-position: 50% 58%;
}
.loading-image {
    background-repeat: no-repeat;
    background-image: url('../img/loading.gif');
    background-position: center center;
}
.terms-content {
    max-height: 350px;
    overflow-y: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}
.view-options {
    float: right;
}
.view-options form {
    display: inline;
}
.bold {
    font-weight: bold;
}
.vendor-info, .transaction-info, .affiliate-info {
    width: 100%;
    border: #ccc 1px solid;
    line-height: 1.2em;
    padding: 20px;
}
.dimensions {
    color: #aaa;
    font-size: .9em;
}

.search-form label {
    display: inline-block;
    margin-right: 1em;
}
.search-form span, .search-form input, .search-form select {
    display: inline-block;
}
.search-form span {
    width: 60px;
}
.search-form input, .search-form select {
    width: 130px;
}
.welcome-wrap {
    margin: 6em auto;
}
.welcome {
    text-align: center;
}

html, body {
    height: 100%;
}

#c-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3.5em;
}

footer, #c-wrapper>.push {
    height: 3.5em;
}

footer {
    font-size: .9em;
    border-top: #ddd 1px solid;
    padding-top: 1em;
    color: #999;
}

.image-box.rg4 .editable-img img{
	width: 150px;
}