.page-content {
    margin-left: 0;
}

.homepage>.page-content {
    padding: 0px 0px 0px 0px !important;
    min-height: 1380px;
    clear: both;
}

.color-local-note {
    color: #444444 !important;
}

body {
    overflow-x: hidden !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

label,
h1,
h2,
h3 {
    color: black !important;
    font-family: Arial !important;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    font-family: Arial !important;
}

.ui-view-wrapper {
    height: 100% !important;
}

.languageFlag {
    height: 20px;
    width: 30px;
}

.header-bar {
    background-color: #2a3b4c;
}

#menu-language {
    margin-top: 0px !important;
}

.dropdown-menu a {
    color: #777777;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-menu.pull-right {
    margin-top: 8px !important;
    width: 200px;
    padding: 0;
}

.dropdown-menu a:hover {
    color: #777777;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.input-search:hover {
    background-color: transparent !important;
}

.form-control:hover {
    background-color: transparent !important;
}

.input-icon input {
    color: black;
}

.dw-loading>.dw-loading-body {
    top: 50%;
    left: 50%;
    position: fixed;
}

.dw-loading>.dw-loading-body>.dw-loading-text {
    top: 50px;
    font-size: 30px;
}

span.btn.btn-default.form-control.ui-select-toggle {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

@media(max-width: 767px) {
    div.navbar-header {
        width: 100% !important;
    }
    div.page-title-breadcrumb {
        margin-top: 50px !important;
    }
    ul.dropdown-menu.pull-right {
        left: 0 !important;
        right: auto !important;
    }
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    min-height: 34px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.widget-header-resize {
    min-height: 50px;
    padding: 12px !important;
}

a.shield {
    display: inline;
    font-size: 20px !important;
    color: #428bca !important;
    cursor: pointer;
}

a.shield:hover,
a.shield:focus {
    color: #337ab7 !important;
}

a.minus {
    display: inline;
    font-size: 20px !important;
    color: #f0532e !important;
    cursor: pointer;
}

a.minus:hover,
a.minus:focus {
    color: darkred !important;
}

span.z-index-0,
input.z-index-0 {
    z-index: 0 !important;
}

tbody>tr:hover {
    background-color: #f4f4f4 !important;
}

.title-import {
    padding: 8px 15px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #4b5d67;
    font-size: 18px;
    line-height: 18px;
    background-color: #fff;
    text-transform: uppercase;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
    margin-top: 0 !important;
}

.ui-select-allow-clear span {
    width: calc(100% - 11px) !important;
    text-overflow: ellipsis;
}

.search-exchange {
    margin-right: 15px;
}

@media screen and (min-width: 1300px) {
    .table {
        width: calc(100% - 1px) !important;
    }
}

.customer-portlet-scroll {
    overflow: auto;
    max-height: 350px
}

.customer-portlet-scroll .error-content {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
    color: #df5138!important
}

.border-bottom-serial {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}