﻿.ui-dialog-content {
    overflow: hidden !important;
}

.ui-state-default, .ui-state-hover, .ui-state-focus {
    background: #ffffff !important;
}

.ui-widget-header {
    border: none !important;
    background: #eeeeee !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 1px 0 0 0;
    border-top-color: #dddddd !important;
}

li.content-merged {
    width: 320px;
}

.multi-line {
    height: 100px !important;
}

.highlighted {
    color: #6347b2;
}

.inline-block {
    display: inline-block;
}

.margin-top {
    margin-top: 5px;
}

.List {
    padding-bottom: 20px;
}

.tips-footer {
    width: 96%;
    padding: 5px;
    border: 1px dashed #CCCCCC;
    color: #999999;
}

    .tips-footer a {
        color: #669900;
    }

.tips-field {
    padding: 3px;
    margin: 3px 0px 0px 0px;
}

.grid-image {
    max-width: 65px;
    max-height: 50px;
    cursor: pointer;
    border: 1px dotted #999 !important;
    padding: 2px;
    border-radius: 4px;
}

img.grid-image-lg {
    max-width: 200px;
    max-height: 150px;
    cursor: pointer;
    border: 1px dotted #999 !important;
    padding: 2px;
    border-radius: 4px;
}

.button-track-tag {
    display: block;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-weight: bold;
    white-space: nowrap;
}

.button-track-time {
    text-decoration: none;
    font-size: 10px;
    cursor: zoom-in;
}

.GridView a.button-track-tag:hover {
    border-color: #666;
}

.GridViewHeader, .GridViewEmptyDataRow {
    background-color: #111111 !important;
    /*background-image: none !important;*/
}

/*.GridViewRow .GridViewHeader,
.GridViewAlternatingRow .GridViewHeader {
    background-color: #AAAAAA !important;
}*/

#TrackTagMenu {
    background-color: #eee;
    width: 650px;
    position: absolute;
    display: none;
    border-style: solid;
    border-width: 3px;
    border-color: #eee;
    box-shadow: 0 0 8px #000;
}

    #TrackTagMenu table {
        width: 100%;
    }

    #TrackTagMenu a.button-track-tag {
    }

        #TrackTagMenu a.button-track-tag:hover {
            text-decoration: underline;
        }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.att-card {
    min-height: 160px;
    margin-right: 20px;
    width: 250px;
}

    .att-card .Title {
        font-size: 12px;
        color: #873230;
    }

    .att-card .List {
        font-size: 11px;
        margin-top: 5px;
    }

.att-type {
    display: inline-block;
    font-size: 10px !important;
    margin-left: 3px;
    padding: 1px 3px;
    color: #fff;
    cursor: default;
    background-color: #999999;
    border-radius: 4px;
}

.att-warning {
    margin-top: 5px;
    float: right;
    color: #3376b9;
    clear: both;
    text-align: right;
}

.att-time {
    text-decoration: underline;
    cursor: pointer;
}

.att-preview-button {
    float: right;
}

.att-preview {
    font-weight: normal;
    color: #999;
    display: none;
}

.grid-flag-green {
    width: 30px;
    height: 15px;
    display: inline-block;
    float: left;
    background-color: green;
}

.grid-toolbar {
    padding: 0px 0px 5px 0px;
    clear: both;
}

.word-break {
    word-break: break-all;
}

.mt-1 {
    margin-top: 4px;
}

.mt-2 {
    margin-top: 8px;
}

.mt-3 {
    margin-top: 16px;
}

.mr-1 {
    margin-right: 4px;
}

.mr-2 {
    margin-right: 8px;
}

.mr-3 {
    margin-right: 16px;
}

.mb-1 {
    margin-bottom: 4px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 16px;
}

.ml-1 {
    margin-left: 4px;
}

.ml-2 {
    margin-left: 8px;
}

.ml-3 {
    margin-left: 16px;
}

.pt-1 {
    padding-top: 4px;
}

.pt-2 {
    padding-top: 8px;
}

.pt-3 {
    padding-top: 16px;
}

.pr-1 {
    padding-right: 4px;
}

.pr-2 {
    padding-right: 8px;
}

.pr-3 {
    padding-right: 16px;
}

.pb-1 {
    padding-bottom: 4px;
}

.pb-2 {
    padding-bottom: 8px;
}

.pb-3 {
    padding-bottom: 16px;
}

.pl-1 {
    padding-left: 4px;
}

.pl-2 {
    padding-left: 8px;
}

.pl-3 {
    padding-left: 16px;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 8px;
}

.p-3 {
    padding: 16px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.25rem 1.25rem;
    text-decoration: none;
    font-size: 1.25rem !important;
    border-radius: 16px;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #ffffff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #ffffff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
        }

.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

    .btn-secondary:hover {
        color: #ffffff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #ffffff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: none, 0 0 0 0 rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #ffffff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #ffffff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
        }

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}

    .btn-success:hover {
        color: #ffffff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        color: #ffffff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: none, 0 0 0 0 rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #ffffff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #ffffff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}

    .btn-info:hover {
        color: #ffffff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        color: #ffffff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: none, 0 0 0 0 rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #ffffff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #ffffff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #1F2D3D;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

    .btn-warning:hover {
        color: #1F2D3D;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #1F2D3D;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: none, 0 0 0 0 rgba(221, 171, 15, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #1F2D3D;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #1F2D3D;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(221, 171, 15, 0.5);
        }

.btn-danger {
    color: #ffffff;
    background-color: #6347b2;
    border-color: #6347b2;
    box-shadow: none;
}

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #ffffff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #ffffff;
        background-color: #6347b2;
        border-color: #6347b2;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #1F2D3D;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: none;
}

    .btn-light:hover {
        color: #1F2D3D;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        color: #1F2D3D;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: none, 0 0 0 0 rgba(215, 218, 222, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #1F2D3D;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #1F2D3D;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
        }

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: none;
}

    .btn-dark:hover {
        color: #ffffff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #ffffff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: none, 0 0 0 0 rgba(82, 88, 93, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #ffffff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #ffffff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #ffffff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #ffffff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #ffffff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #ffffff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #ffffff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #1F2D3D;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #1F2D3D;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #6347b2;
    border-color: #6347b2;
}

    .btn-outline-danger:hover {
        color: #ffffff;
        background-color: #6347b2;
        border-color: #6347b2;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #6347b2;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #ffffff;
        background-color: #6347b2;
        border-color: #6347b2;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #1F2D3D;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #1F2D3D;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #ffffff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #ffffff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: none;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.text-sm .content-header h1 {
    font-size: 1.25rem !important;
    color: #1785c4 !important;
    font-weight: 400 !important;
}

.Page {
    margin-top: 14px;
}

.Content, .ContentLong {
    height: auto;
    min-height: 35px;
}

select {
    padding: 2px 6px;
}

.ContentLong .form-group {
    width: 93.8%;
}

.table .form-control {
    width: 90%;
}

.bootstrap-datetimepicker-widget li {
    float: initial !important;
}

.async-delivery-state {
    white-space: nowrap;
    cursor: help;
}

.display-partno i {
    color: #999999;
    font-size: 85%;
}

.checkbox input {
    margin-right: 5px;
}

.checkbox label {
    font-weight: 400 !important;
}

.data-secondary {
    display: inline-block;
    font-size: 10px !important;
    margin-left: 3px;
    padding: 1px 3px;
    color: #fff;
    cursor: default;
    background-color: #999999;
    border-radius: 4px;
}

.data-warning {
    display: inline-block;
    font-size: 10px !important;
    margin-right: 3px;
    padding: 1px 3px;
    color: #000;
    cursor: default;
    background-color: #fee262;
    border-radius: 4px;
}

.data-danger {
    display: inline-block;
    font-size: 10px !important;
    margin-right: 3px;
    padding: 1px 3px;
    color: #fff;
    cursor: default;
    background-color: #6347b2;
    border-radius: 4px;
}

.inline-badge {
    display: inline-block;
    background-color: #dddddd;
    margin-right: 1px;
    padding: 1px 4px;
    border-radius: 4px;
    font-size: 13px;
}

    .inline-badge.success {
        background-color: #a8ff00;
    }

    .inline-badge.warning {
        background-color: #fee262;
    }

input[type=text], input[type=password], textarea, input[type=file] {
    border-radius: 16px !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

select {
    border-radius: 16px !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ui-dialog-titlebar-close::before,
.ui-dialog-titlebar-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 16px;
    background: #666666;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform .2s;
}

.ui-dialog-titlebar-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-autocomplete {
    background-color: #fcedd5;
}

    .ui-autocomplete li {
        float: none !important;
    }

.ui-state-highlight {
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
    color: #777620 !important;
}

.ui-state-active {
    border: 1px solid #003eff !important;
    background: #007fff !important;
    color: #ffffff !important;
}