body {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    background-color: #FAFAFA;
}

h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
}

.login-panel {
    margin: 90px 0;
}

.table-wrapper {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    margin-bottom: 30px;
    box-shadow: 4px 4px 8px 0 #e3e3e3;
}

.btn-toolbar {
    margin: 25px 0;
}

.paginator {
    border-bottom: 1px solid #F6F6F6;
}

.table + .paginator {
    border-top: 1px solid #F6F6F6;
    border-bottom: none;
}


ul.no-margin, ol.no-margin {
    margin: 0;
}

ul.no-margin > li, ol.no-margin > li {
    padding-left: 0;
}

/* File Manager Styles */
div#filemanager {
    padding: 10px;
}

.thumb {
    width: 168px;
}

.nowrap {
    white-space: nowrap;
}
.error {
    color: #d9230f;
}

.no-margin {
    margin: 0;
}

.dl-horizontal p:last-child {
    margin-bottom: 0;
}

.dl-horizonal-spacing > dd {
    margin-bottom: 15px;
}

a.banner-name {
    font-size: 16px;
    font-weight: bold;
}

.banner-preview.btn-xs {
    /*margin-bottom: 5px;*/
}

.banner-links {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.banner-links:nth-of-type(9n) {
    margin-right: 0px;
}

.pipe-seperated > a:first-child {
    border: 0 none;
}

.pipe-seperated > a {
    border-left: 1px solid #337ab7;
    padding: 3px 0 3px 3px;
}

.tabbed-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-color: -moz-use-text-color #dddddd #dddddd;
    border-image: none;
    border-right: 1px solid #dddddd;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin-bottom: 30px;
    padding: 30px;
}

.productcodename {
    display: inline-block;
    width: 30%;
}

.locale-link {
    display: inline-block;
    margin-right: 3px;
    width: 40px;
}
.swatch {
    width: 20px;
    height: 20px;
}

a.red {
    color: red;
}


/*
 * Banner list
 */
.accordion-switcher {
    font-size: 20px;
    padding: 10px;
}

.sortfield:focus, .sortfield:hover {
    text-decoration: none; 
}


/*
 * Banner edit
 */
.banner-edit #eselect-all-products {

}
.banner-edit .date-wrapper input {
    width: 80%;
    float: right;
}
.banner-edit .date-wrapper::before {
    display: inline-block;
    margin-top: 0.6em;
    font-weight: bold;
}
.banner-edit .date-wrapper.date-from::before {
    content: 'From';
}
.banner-edit .date-wrapper.date-to::before {
    content: 'To';
}

/*
 * Report / stats
 */
.table-overflow {
    padding-bottom: 20px;
    overflow: scroll;
    position: relative;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.ms-container input {
    margin-bottom: 5px !important;
}