html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

body .container {
    width: 98%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width: 767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.nav-tabs {
    margin-bottom: 10px;
}

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

form h4 {
    font-size: 1.4em;
    font-weight: bold;
}

span.asterisk {
    color:red;
}
.tooltip-inner {
    max-width: 360px !important;
}

.form-flash-success {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
}

.form-flash-warning {
    color: #3c763d;
    background-color: #f0ad4e94;
    padding: 15px;
}

.form-flash-error {
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
}

.date-block {
    font-size: 0.8em;
}
.date-block.date-red {
    background: #fbe2e2;
}
.date-block.date-orange {
    background: #fbf2e2;
}
.date-block.date-green {
    background: #e2fbe6;
}

.date-block span {
    display: block;
}

.thumbnail img {
    max-width: 100px;
    max-height: 160px;
}
.collapse .panel-heading
{
    background: #e5f1e5;
}
.sizes {
    font-weight: bold;
}
.hide-column {
    margin-left: 10px;
    color: #fa6e6e;
}
.hide-column:hover {
    text-decoration: none;
    color: red;
}

th.is-active {
    min-width: 120px;
}
th.image {
    min-width: 78px;
}

.page-size {
    width: auto;
    display: inline-block;
}

.groupinfo {
    margin-left: 5px;
    margin-bottom: 3px;
    padding: 3px 7px;
    font-weight: bold;
}

#script-loading {
    display: none;
    z-index:1000;
}

#script-loading-text {
    display: none;
    z-index:1000;
}

#script-loading-text .text {
    position: fixed;
    top: 35%;
    z-index: 1000;
    color: white;
    font-size: 40px;
    display: block;
    text-align: center;
    width: 100%;
}

#script-loading img
{
    position: fixed;
    left: 49%;
    top: 49%;
    z-index:1000;
}

#script-loading #aboveSpinner
{
    color: white;
    font-size: 30px;
    position: fixed;
    left: 40%;
    top: 35%;
    z-index:1000;
}

.grey-background
{
    z-index:1000;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.placeholder-names-list {
    margin-bottom: 20px;
}

.preview-box {
    line-height: 30px;
    min-height: 30px;
    padding: 2px 15px;
    background-color: #f1f1f1;
    word-wrap: break-word;
}

.date-block span .inline {
    display: inline;
}

.translation-check-block {
    display: flex;
}

.form-group[class*=field-articlestranslations-translated-] {
    margin-top: 30px;
    margin-left: 20px;
    width: 330px;
}

[class*=field-articlestranslations-translated-] .checkbox {
    margin-top: initial;
    margin-bottom: initial;
}
[class*=field-articlestranslations-translated-] label {
    font-weight: bold;
}

.form-group.field[class*=field-articlestranslations-editor_name] {
    width: 150px;
}

[class*=field-articlestranslations-translated-] .checkbox .checker_translated {
    transform: scale(2);
    margin-right: 10px;
    position: inherit;
}

[class*=field-articlestranslations-translation_date] {
    margin-top: 25px;
}

[class*=field-articlestranslations-translation_date] input {
    background-color: #f1f1f1;
    border: none;
    padding: 5px;
    width: 145px;
}

.translate_option, .dropdown_hidden_attributes {
    display: inline-block;
    width: 190px;
}
.js-bulk-modification {
    display: inline-block;
    width: auto;
     margin: 5px;
}

.dropdown_hidden_attributes {
    display: inline-block;
    width: 200px;
}

.list-group-item {
    border: none;
}
th.checkboxes {
    position: relative;
}
th.checkboxes .all-articles {
    position: absolute;
    margin-top: 30px;
    background: white;
    margin-left: -46px;
    padding: 6px;
    box-shadow: 5px 4px 7px #d0d0d0;
    border-radius: 4px;
    border: 1px solid #dad9d9;
    width: 170px;
    white-space: initial;
    display: none;
}
input.select-on-check-all:checked + .all-articles{
    display: block;
}
.all-articles .label-select-all
{
    display: inline;
}



@media screen and (min-width: 768px)
{
    .navbar-right {
        width: 95%;
    }

    li.li-logout {
        float: right;
    }
}

@media screen and (min-width: 1824px)
{
    .navbar-right {
        width: 80%;
    }
}
.js-choose-categories {
    display: inline-block;
    width: 190px;
}
.export-content{
    margin-top: 40px;
}

.glyphicon.link {
    color: #337ab7;
    text-decoration: none;
}
.glyphicon.link:hover {
    color: #23527c;
    cursor: pointer;
}

.col-lg-1-custom{
    float: left;
    width: 11%;
}
.block-info
{
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.block-info--img{
    width: 50px;
    margin: 20px;
}

.block-info--text
{
    padding: 5px;
    background-color: rgb(220,220,220);
    border: 1px solid black;
}

.block-info--text .input-group-addon {
    width: 40px;
    display: inline-block;
    margin: 2px 0;
    border-radius: 4px !important;
    border: 1px solid #ccc;
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

.disabled:hover {
    cursor: not-allowed !important;
}

.model-price{
    display: flex;
}

.model-price .form-group {
    display: flex;
    align-items: flex-end;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.hidden-block{
    display: none !important;
}

.label-block {
    padding-bottom: 10px;
    display: block;
}

.customergroup-is_price_set {
    width: 65px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.color-green {
    color: rgb(0, 128, 0);
}

.p-0 {
    padding: 0 !important;
}

.field-articles-is_overwrite_shopware_stock,
.field-article-groups-is_overwrite_shopware_stock {
    height: 2px;
}
.field-articles-shopware_stock,
.field-article-groups-shopware_stock {
    height: 25px;
}

.warning-message{
    color: #a94442;
}

.select2-search__field{
    width: 200px !important;
}

.ui-datepicker.ui-widget-content{
    z-index: 3 !important;
}
