label {
    font-size: 12px;
    height: 12px;
    margin-top: 8px;
}

th {
    text-align: left !important;
}

.hide_element {
    display: none;
}

.mandatory {
    color: red !important;
}

.error {
    color: red !important;
}

.border_error {
    border-color: #ff0000 !important;
}

.border_warning {
    border-color: #ff8d00 !important;
}

.page_select {
    min-width: 100px;
    height: 30px;
}

.pagination {
    margin: 0px;
}

.pagination .selected {
    font-size: larger;
}

.pagination .selectable {
    cursor: pointer;
    background-color: #3e81b7;
    height: 30px;
    display: inline-block;
}

.pagination .selectable .arrow {
    height: 30px;
    vertical-align: middle;
    padding: 3px 8px 3px 8px !important;
    font-size: 24px;
    color: white;
}

.pagination .disabled {
    background-color: #ccc !important;
    border-color: #aaa;
    pointer-events: none;
}

.rounded-corners {
    border-radius: 4px !important;
}

.margin-left10 {
    margin-left: 10px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

/* Fieldbox */

.fieldbox {
    float: right;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px;
    margin-right: 110px;
    width: initial;
}

.fieldbox-container {
    display: inline-block;
    width: 100%;
}

.padding-left {
    margin-left: 4px;
}

.medium-padding-left {
    padding-left: 8px;
}

.large-padding-left {
    margin-left: 32px;
}

img.avatar_large {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

img.avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.align_text {
    margin-right: 5px;
    vertical-align: text-top;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_content {
    text-align: left;
    display: none !important;
    position: absolute;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #aaa;
    white-space: nowrap;
    padding: 0px !important;
    z-index: 100;
}

.dropdown_container {
    max-height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 1px !important;
    display: block !important;
}

.dropdown_content .dropdown_field {
    padding: 4px;
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown_content .dropdown_save {
    padding: 4px;
}

.dropdown_content .dropdown_select_all {
    margin: 1px;
}

.dropdown_content .dropdown_field:hover {
    background-color: #ddd;
    cursor: pointer;
}

.dropdown_content .dropdown_field input:hover {
    cursor: pointer;
}

.dropdown_content .dropdown_field input {
    pointer-events: none;
}

.dropdown:hover .dropdown_content {
    display: block !important;
}

.dropdown_content:hover .dropdown_content {
    display: block !important;
}

.dropdown:hover .dropdown_button {
    background-color: darkgray;
    color: white;
}

input.error {
    border-color: red !important;
}

.input-group :first-child {
    border-radius: 4px 0px 0px 4px;
}

.input-group :last-child{
    border-radius: 0px 4px 4px 0px !important;
}

.height30 {
    height: 30px !important;
}

div.form-control {
    padding: 4px 12px;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.bottom_padding {
    padding-bottom: 20px;
}

.bottom_padding_footer {
    padding-bottom: 50px;
}

.btn-flat.primary {
    color: #fff;
    font-size: 12px;
}

.btn-flat.danger {
     color: #fff;
    font-size: 12px;
}

.panel-body {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
}

.flex {
    display: block;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 8px;
}

@media (min-width: 768px) {
    .flex {
        display: flex;
    }
}

.error_div {
    color: #ff0000 !important
}

.margin_top {
    margin-top: 20px;
}

.margin_top_small {
    margin-top: 4px;
}

.input_small {
    width: 42%;
}

.modal_table {
    max-height: 380px;
    overflow: auto;
}

.padding_top {
    padding-top: 33px;
}

.text_align_left {
    text-align: left;
}

.invoice_selected {
    border-left:4px solid #3276b1;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.none_padding_left {
    padding-left: 0px !important;
}

.click {
    cursor: pointer;
}

.toolbox_title {
    font-weight: bold;
    font-size: large;
}

.bold {
    font-weight: bold;
}

.position_relative {
    position: relative;
}

.overlay-font-size {
    font-size: 10px;
}

.half_width {
    width: 50%;
}

.dialog-small {
    width: auto;
}

.dialog-medium {
    width: auto;
}

.dialog-large {
    width: auto;
}

@media screen and (min-width: 768px) {
    .dialog-medium {
        width: 600px;
    }

    .dialog-large {
        width: 600px;
    }
}

@media screen and (min-width: 992px) {
    .dialog-medium {
        width: 600px;
    }

    .dialog-large {
        width: 900px;
    }
}

.white-space {
    white-space: nowrap;
}

a.disabled {
    pointer-events: none !important;
    color: #aaa !important;
    background-color: #ccc !important;
    border: 1px solid #aaa !important;
}

.prevent_bootstrap_table {
    border-top: none !important;
    padding: 2px !important;
    pointer-events: none;
}

.footer_hide {
    height: 0px !important;
    line-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    border-width: 0px !important;
    font-size: 0px !important;
}

.footer_show {
    height: unset!important;
    line-height: 15px !important;
    padding: 7px 10px !important;
    margin: 4px !important;
    border-width: 1px !important;
    font-size: 12px !important;
}

.button_opacity {
    opacity: 0.65;
}

.listview_image {
    height: 28px !important;
}

.list_body_container > tr {
    height: 40px;
}

.input-group > input {
    padding: 6px 6px;
    min-width: 36px;
}

.table_loading {
    position: absolute;
    left: calc(50% - 15px);
}

img.icon_loading {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.integration_status_PAUSED {
    background-color: rgba(255, 0, 0, 1);
    color: white;
}

.integration_status_NOT_RUNNING {
    background-color: #4387bf;
    color: white;
}

.integration_status_STARTING {
    background-color: rgba(255, 255, 128, 1);
    color: black;
}

.integration_status_STARTING:hover {
    color: black;
}

.integration_status_RUNNING {
    background-color: rgba(128, 255, 0, 1);
    color: black;
}

.integration_status_RUNNING:hover {
    color: black;
}

.integration_status_CAN_START {
    background-color: rgba(255, 255, 128, 1);
    color: black;
}

.integration_status_CAN_START:hover {
    color: black;
}

.line_through {
    text-decoration: line-through;
}

.multiple_feature_container {
    overflow: auto;
    max-height: 500px;
}

.multiple_feature_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

.multiple_feature_box:hover {
    background-color: #f5fafc;
    border-color: #00a5ff;
}

.feature_image_size_div {
    width: 100%;
}

.feature_image_size {
    width: inherit;
    height: inherit;
    border-radius: 0 0 4px 4px;
}
