body {
    min-width: 350px;
}

@media (max-width: 1200px) {
    .subnavbar .mainnav > li {
        min-width: 0;
    }
}

.logo img {
    height: 80px;
}

h5 {
    font-weight: bold;
}

.salelifter-logo {
    height: 40px;
}

@media (max-width: 979px) {
    body {
        padding-top: 0px;
        padding-bottom: 0px;

    }
}

@media (min-width: 980px) {
    body {
        padding-top: 130px;
        padding-bottom: 70px;
    }
}

.loader-gfx {
    margin-right: 20px;
}

.navigation {
    min-width: 10px;
    height: 60px;
}

a:hover, a:active, a:focus {
    outline: 0;
}

#credit-box {
    font-size: 20px;
}

#lang-box a {
    padding: 0 30px;
    overflow: hidden;
    text-indent: -1000px;
    background-position: center;
    background-repeat: no-repeat;
    height: 50%;
}

#lang-box .en {
    border-bottom: 1px solid #534C4C;
    background-image: url('/gfx/United-Kingdom.png');
}

#lang-box .en.selected {

    background: #303030 url('/gfx/United-Kingdom.png') no-repeat center;

}

#lang-box .pl {
    border-top: 1px solid #2B2B2B;
    background-image: url('/gfx/Poland.png');
}

#lang-box .pl.selected {

    background: #303030 url('/gfx/Poland.png') no-repeat center;
}

/**************************************************
* raports
**************************************************/
.table-info {
    width: 270px;
}

.actions-container a {
    margin: 5px;
}

.raport-chart {
    display: block;
    margin: 0 auto;

}

.chart-legend {
    margin-top: 20px;
    margin-left: 15px;
    position: absolute;

}

.chart-legend .records-count {

    position: absolute;

}

.chart-legend .row {
    margin-bottom: 5px;
}

.raport-legend {
    padding: 30px !important;
}

.chart-legend i,
.raport-legend i {
    margin-right: 5px;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.chart-legend i.icon-20, .raport-legend i.icon-20 {
    background: #FF0000;
}

.chart-legend i.icon-50, .raport-legend i.icon-50 {
    background: #FFD712;
}

.chart-legend i.icon-100, .raport-legend i.icon-100 {
    background: #AAE500;
}

/**************************************************
* import
**************************************************/
.field-label {
    width: 100%;
}

.table {
    background-color: #fff;
}

#error, #error2, #abort, #warnsize {
    display: none;
}

.file-wrapper {
    height: 200px;
}

#upload_form #file {
    z-index: 10;
    position: relative;
    height: 200px;
    opacity: 0;
}

.selected-file {
    font-size: 15px;
}

.dragndrop-msg {
    line-height: 173px;
    border: 1px dashed #ccc;
    background: #F3F3F3;
    height: 200px;
    color: #B8B8B8;
    cursor: default;
    text-align: center;
    position: relative;
    font-size: 42px;
    top: -200px;
}

@media (max-width: 979px) {
    .dragndrop-msg {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .dragndrop-msg {
        line-height: 50px;
        padding-top: 20px;
        font-size: 25px;
    }
}

/**************************************************
* credits
**************************************************/
#form_info_control_group, #form_hlr_control_group {
    display: none;
}

table.prices {
    text-align: center;
}

table.prices th {
    text-align: center;
}

table.prices .dark {
    color: #fff;
    background-color: #0E8685;
}

table.prices .light {
    color: #fff;
    background-color: #55BDBC;
}

.asterisk {
    font-size: 11px;
}

/**************************************************
* api
**************************************************/
.form-get-url {
    font-size: 18px;
}

.form-get-url span.ui-popover:hover {
    background-color: #E6E6E6;
}

.subject-group {
    width: 309px;
    margin-right: 32px;
}

.api-key {
    text-align: center;
    font-size: 18px;
}

.api-help-domain, .api-help-key, .api-help-format, .api-help-subject, .api-help-value {
    padding: 3px 1px 3px 1px;
}

.api-help-domain {
    background-color: #0090FF;
    color: #FFFFFF;
}

.api-help-key {
    background-color: #FF4764;
    color: #FFFFFF;
}

.api-help-format {
    background-color: #00838F;
    color: #FFFFFF;
}

.api-help-subject {
    background-color: #0BC50B;
    color: #FFFFFF;
}

.api-help-value {
    background-color: #9B9B9B;
    color: #FFFFFF;
}

.api-help-slash {
    padding: 3px 1px;
    background-color: #fff;
    color: #000;
}

/**************************************************
* import ex 3.0
**************************************************/
#drop {
    height: 100px;
    display: block;
    border: 2px solid #428BCA;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    border-radius: 5px;
}

#drop input {
    display: none;
}

.uploaded-files {
    padding: 0;
}

.uploaded-files li {
    display: block;
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    padding: 15px;
    list-style: none;
    margin: 5px;
}

.uploaded-files li .file div.progress-wrapper {
    width: 60px;
    float: left;
}

.uploaded-files li .file i {
    margin-left: 10px;
}

.uploaded-files li.working .file p {
    display: block;
    float: right;
    width: 180px;
}

.uploaded-files li.working .file span {
    height: 16px;
    background-position: 0 -12px;
}

.uploaded-files li .file span {
    width: 15px;
    float: left;
    height: 12px;
    background: url('../gfx/icons.png') no-repeat;
    position: relative;
    top: 4px;
    left: 17px;
    cursor: pointer;
    display: block;
    margin-right: 45px;
}

.import-preview {
    margin-top: 20px;
}

.import-preview.mode-row-map {
    margin-left: 125px;
    overflow: auto;
    margin-bottom: 50px;
    direction: rtl;
}

.import-preview.mode-row {
    overflow: auto;
}

.import-preview table {
    direction: ltr;
}

.mode-row-map table td:first-child {
    position: absolute;
    left: 0;
    top: auto;
    margin-top: -3px;
    border: none;

}

.scroller-wrapper.mode-row {
    width: 85%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 20px;
    margin-left: 125px;
}

.scroller-wrapper.mode-row .scroll {

    height: 20px;
    display: block;
}


/**************************************************
* bootstrap extends
**************************************************/
.navbar-inverse .navbar-nav > .current > a, .navbar-inverse .navbar-nav > .current > a:hover, .navbar-inverse .navbar-nav > .current > a:focus {
    color: #fff;
    background-color: #080808;
}


.list-group a.disabled:hover {
    background-color: #fff;
}

.list-group a.disabled {
    cursor: default !important;
}

.invalid-feedback .d-block {
    display: block;
}
