table {
    text-align: left;
}

img {
    border: none;
}

table {
    empty-cells: show;
}

html, body {
    height: 100%;
} /* now mozilla is happy! */

form {
    padding: 0px;
    margin: 0px;
}

textarea, select {
    width: auto !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
}

.width-scroll {
    max-width: 1100px;
    overflow-x:scroll;
    display:block;
}

.background-white {
    background-color: white !important;
}

.background-grey {
    background-color: #dbdbdb;
}

.arassist {
    margin-top: 10px;
}

#datePickerPanel.datePanel.modal.fade.in {
    margin: auto;
}

@media print{
    .container{
        width: 95%;
        height: auto;
        margin: 50px auto;
    }
}

.jqplot-target {
    margin-left: 3%;
}

.twelve-month-sales-chart {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#fileDragField {
    height: 150px;
    text-align: center;
    padding-top: 6%;
    margin-top: 10px;
    border: 1px dashed #FF4081;
}

#fileUploadCsvLocations {
    font-size: 5em;
}

.hover-import-div {
    background: #FF4081;
    opacity: 0.5;
}

.hover-disabled-import-div {
    background: grey;
    opacity: 0.5;
}

#location-import-progress-bar {
    margin-top: 10px;
    width: 100%;
    background-color: #dbdbdb;
}
#locimpbar {
    width: 1%;
    height: 20px;
    background-color: #FF4081;
}
.finished-info-div{
    width: 100%;
    margin: 0 auto;
}

.disabled-div-button {
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .main-header .navbar-custom-menu {
        float: left!important;
    }
}


#decreaseDocumentType {
    margin-top: 10px;
    margin-bottom: 10px;
}

#decreaseDocumentType th {
    background-color: #e0e0e0;
}

#decreaseDocumentType th, #decreaseDocumentType td {
    padding: 4px;
    border: solid 1px #6c6c6c;
}

.centered {
    text-align: center!important;
}