.page_title_base {
    font-size: 12px;
    color: #626262;
}

.page_title {
    font-size: 12px;
    font-weight: bold;
    color: #cd5948;
}

.title-section {
    margin-top: -40px;
    width: 400px;
}

.hero-ban {
    position: relative;
    background: #DD4F40;
    height: 200px;
    text-align: center;
}

.hero-ban img, .heroImg img {
    max-height: 100%;
}

.account_page {
    display: flex;
    color: #626262;
    font-size: 14px;
}

.account-page-container {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.side-section {
    padding-top: 50px;
}

.sidebar {
    margin-right: 50px;
    width: 155px;
}

.sidebar i {
    color: #626262;
    margin-right: 10px;
}

.block_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 65px;
}

.account_item {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    font-weight: 100;
}

.account_link {
    display: flex;
    color: #626262;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 5px;
}

.account_link svg {
    margin-right: 10px;
}

.isselected {
    text-decoration: none;
    color: #cd5948;
    background: #d1c5c3;
}

.isselected i {
    color: #cd5948;
}

.sidebar_item {
    margin-bottom: 10px;
}

.account_detail {
    background-color: #fff;
    padding: 30px;
    box-shadow: 1px 2px;
    margin-top: 50px;
    width: 80%;
}

.account_detail hr {
    margin-top: 5px;
    border-top: 2px solid #eee;
}

.detail_title {
    color: #626262;
    font-size: 18px;
    font-weight: bold;
}

.short_input_wrapper {
    display: flex;
}

.detail_subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #bcbcbc;
    margin-top: 20px;
}

.input_title {
    color: #bcbcbc;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}

.input_long {
    color: black;
    font-size: 16px !important;
    height: 30px !important;
    width: 75% !important;
    margin-bottom: 10px;
    border: none !important;
    border-top: 2px solid #bcbcbc !important;
    border-bottom: 2px solid #bcbcbc !important;
}

.input_long:focus {
    box-shadow: none !important;
}

.short {
    width: 90% !important;
}

.save_btn {
    width: 100px;
    height: 30px;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #bcbcbc;
    margin-top: 20px;
    border: 2px solid #bcbcbc;
    background: transparent;
}
#label-form h3 {
    background: #575757;
    color: #ffffff;
    padding: 5px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.change-address {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}
.table_filters {
    font-size: 10px;
}
.table_filters .table_functions {
    text-align: right;
}
.table_filters .table_functions .control {
    display: inline-block;
    max-width: 235px;
    margin-left: 10px;
}
.table_filters .table_functions .control label {
    vertical-align: middle;
}
.table_filters .table_functions .control.past_days label {
    width: 78px;
}
.table_filters .table_functions .control.per_page label {
    width: 50px;
}
.table_filters .table_functions .control.page_num label {
    width: 30px;
}
.table_filters .table_functions .control input, select#per-page {
    width: 55px;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    box-sizing: border-box;
}
.table_filters .table_functions .control input#date-from,
.table_filters .table_functions .control input#date-to {
    width: 95px;
}
.table_filters .table_functions .control input[type=number]::-webkit-inner-spin-button,
.table_filters .table_functions .control input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    height:auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
#previous-labels-table,
#additional-addresses-table {
    font-size: 11px;
}
#previous-labels-table thead tr th,
#additional-addresses-table thead tr th {
    font-weight: normal;
    background-color: #cd5948;
    color: white;
}
#previous-labels-table tbody tr:nth-child(even),
#additional-addresses-table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}
#previous-labels-table tbody tr td input[type=checkbox],
#additional-addresses-table tbody tr td input[type=checkbox] {
    margin-top: 0px;
    display: block;
}
.table-bottom-links {
    text-align: right;
}
.table-bottom-links a {
    font-size: 10px;
    padding: 0 3px;
}
.required-row label::after {
    content: '*';
    color: red;
}
.search_filters {
    margin-bottom: 20px;
    text-align: right;
}
.search_filters #search-box {
    width: 200px;
}
.search_filters #search-btn {
    vertical-align: unset;
}
