﻿@media screen and (max-width: 1920px) and (max-height: 1080px)
{
    .doctempimg
    {
        zoom: 1.0;
    }
}

@media screen and (max-width: 1366px) and (max-height: 768px)
{
    .doctempimg
    {
        zoom: 0.6;
    }
}

@media screen and (max-width: 1280px) and (max-height: 1024px)
{
    .doctempimg
    {
        zoom: 0.6;
    }
}

@media screen and (max-width: 1280px) and (max-height: 800px)
{
    .doctempimg
    {
        zoom: 0.6;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px)
{
    .doctempimg
    {
        zoom: 0.4;
    }
}

.resizable
{
    border: 1px solid #00ff90;
}

.draggable
{
    border: 1px solid #cccccc;
    margin: 2px;
    text-align: center;
}

.draggable-static
{
    border: 1px solid #cccccc;
    margin: 2px;
    text-align: center;
}


.draggable-grab
{
    cursor: move;
    cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
    cursor: -moz-grab; /* Firefox 1.5-26 */
    cursor: grab; /* W3C standards syntax, should come least */
}

.draggable-grabbing
{
    cursor: url(images/grabbing.cur);
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.generated-input-selected
{
    border: 1px solid red;
}

.hover
{
    border: 2px solid red;
}

.login-card
{
    background: white;
    border: 1px solid #ebebeb !important;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px, rgba(0,0,0,0.09804) 0px 1px 2px 0px;
    border-radius: 1px !important;
}

.center-align
{
    text-align: center;
}

.max-width
{
    width: 100%;
}

.uppercase-text
{
    text-transform: uppercase;
}

.small-margin
{
    margin-top: 35px;
}

.fivepc-top-margin
{
    margin-top: 5%;
}

.login-padding
{
    padding-left: 25%;
    padding-right: 25%;
}

.horizontal-align
{
    width: 100%;
    padding-top: 5%;
    display: block;
    margin: auto;
}

.forgotten-password
{
    color: #4a89dc;
    font-weight: 400;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: block;
}

    .forgotten-password:hover
    {
        cursor: pointer;
    }

.fivepc-margin
{
    margin-left: 5%;
    margin-right: 5%;
}

.side-nav-align
{
    position: fixed;
    top: 62px;
}

.main-panel-pos
{
    float: right;
    margin-top: 60px;
}

.dot
{
    height: 19px;
    width: 19px;
    border-radius: 50%;
    display: inline-block;
    padding-top: 4px;
    line-height: 1.25;
    font-size: 10px;
}

    .dot.green
    {
        background-color: #2ecc71;
    }

    .dot.amber
    {
        background-color: #f39c12;
    }

    .dot.red
    {
        background-color: #e74c3c;
    }

.inline-block
{
    display: inline-block !important;
}

.total-count
{
    position: relative;
    left: 40%;
}

.add-lead:hover
{
    cursor: pointer;
}

.filter-leads:hover
{
    cursor: pointer;
}

.hidden
{
    display: none !important;
}

.r-margin
{
    margin-right: 10px;
}

.l-margin
{
    margin-left: 10px;
}

.t-margin
{
    margin-top: 10px;
}

.t-med-margin
{
    margin-top: 20px;
}

.mandatory
{
    color: #e74c3c;
}

.right-float
{
    float: right;
}

.card-border
{
    border-style: solid !important;
    border-width: 1px !important;
}

    .card-border.red
    {
        border-color: #e74c3c;
    }

    .card-border.amber
    {
        border-color: #f39c12 !important;
    }

    .card-border.green
    {
        border-color: #2ecc71;
    }

    .card-border.blue
    {
        border-color: #00b4ff;
    }

.red
{
    color: #e74c3c;
}

.amber
{
    color: #f39c12;
}

.green
{
    color: #2ecc71;
}

.blue
{
    color: #00b4ff;
}

.text-white
{
    color: white;
}

.no-anchor-traits
{
    text-decoration: none !important;
    text-decoration: none;
    color: white;
}

    .no-anchor-traits:hover
    {
        color: white;
        text-decoration: none;
    }

    .no-anchor-traits.dark
    {
        color: black !important;
    }

        .no-anchor-traits.dark:hover
        {
            color: black !important;
        }

.active
{
    color: #308ee0;
}

    .active:hover
    {
        color: #308ee0;
    }

.side-menu
{
    position: fixed;
    background-color: white;
    border-left: 1px grey solid;
    border-right: 1px grey solid;
    min-height: calc(100vh - 63px);
    transition: all 0.1s linear;
}

    .side-menu.closed
    {
        width: 35px;
    }

side-menu.closed:hover
{
    cursor: pointer;
}

.side-menu.open
{
    width: 610px;
    z-index: 3;
}

.side-menu-icon
{
    position: fixed;
    top: 50%;
    left: 264px;
}

.side-menu-exit-icon
{
    float: right;
    margin-top: 10px;
}

    .side-menu-exit-icon:hover
    {
        cursor: pointer;
    }

.content-wrapper.side-menu-active
{
    position: fixed;
    width: 67% !important;
    left: 33% !important;
}

.filter-border
{
    border-bottom: 1px black solid;
}

.record-border
{
    border-bottom: 1px gray solid;
}

.side-menu-overflow
{
    overflow: auto;
    max-height: calc(100vh - 495px);
}

.block
{
    display: block;
}

.full-width
{
    width: 100%;
}

.min-height-70p
{
    min-height: 70%;
}

.customer-card:hover
{
    cursor: pointer;
}

.filter-menu
{
    position: fixed;
    background-color: white;
    border-left: 1px grey solid;
    border-right: 1px grey solid;
    min-height: calc(100vh - 63px);
    width: 400px;
    z-index: 3;
    right: 0;
}

.filter-menu-exit-icon
{
    float: right;
    margin-top: 10px;
}

    .filter-menu-exit-icon:hover
    {
        cursor: pointer;
    }

.filter-list > li
{
    list-style-type: none;
}

.config-card:hover
{
    cursor: pointer;
}

#AjaxLoader
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000000;
    background-color: transparent;
}

    #AjaxLoader div
    {
        padding: 20px;
        width: 150px;
        height: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -50px 0 0 -75px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 14px;
    }

#spnLoadingText
{
    font-size: 16px !important;
    clear: both;
    display: block;
    margin-top: 16px;
    text-transform: lowercase;
}

.PanelBodyLoader
{
    width: 100%;
    height: 100%;
    background-color: transparent;
}

    .PanelBodyLoader div
    {
        padding-top: 5px;
        padding-right: 5px;
        width: 70px;
        height: 70px;
        position: absolute;
        left: 58%;
        top: 58%;
        margin: -50px 0 0 -75px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        background-color: rgb(38, 63, 110);
        border-radius: 14px;
        z-index: 10000000000000;
    }

.white
{
    border-color: white;
}

.calendar-pos
{
    margin-top: 8px;
    margin-left: 8px;
}

.btn-file
{
    border-radius: 12px;
    padding: 10px 26px;
    line-height: 1;
    font-weight: bold;
    height: 36px;
}

.img-placeholder
{
    min-height: 150px;
    border-style: dashed;
    border-width: 1px;
    border-color: #b3b3b3;
}

.has-feedback.has-error input[type=password], .has-feedback.has-error input[type=text], .has-feedback.has-error input[type=tel], .has-feedback.has-error input[type=email], .has-feedback.has-error textarea, .has-feedback.has-error select, .has-feedback.has-error span.form-control
{
    border: #ff7272 1px solid;
    background: #fff2f2;
}

.content-wrapper.no-search
{
    width: 100% !important;
    left: 0 !important;
}

.empty-results
{
    width: 100%;
    padding: 20px;
}

.no-r-margin
{
    margin-right: 0px !important;
}

.b-med-padding
{
    padding-bottom: 10px;
}

.sm-bottom
{
    bottom: 20px;
}

.dark-overlay
{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100% !important;
    z-index: 1000;
    position: fixed;
}

.no-bottom-padding
{
    padding-bottom: 0px !important;
}

.config-card
{
    z-index: 2000;
}

.document-panel
{
    min-height: calc(100vh - 274px);
    width: 100%;
}

.b-margin
{
    margin-bottom: 10px;
}

.border-left
{
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.text-alert
{
    color: #2b4678;
}

/*div label input
{
  margin-right: 100px;
}*/

.chk-button
{
    margin-right: 8px;
    background-color: #e5e5e5;
    border-radius: 4px;
    border: 1px solid transparent;
    overflow: auto;
    float: left;
}

    .chk-button label
    {
        float: left;
        margin-bottom: 0px !important;
    }

        .chk-button label span
        {
            text-align: center;
            display: block;
            padding: 10px;
            padding-left: 12px;
            padding-right: 12px;
        }

        .chk-button label input
        {
            position: absolute;
            visibility: hidden;
        }

    .chk-button input:checked + span
    {
        background-color: #308ee0;
        color: #fff;
    }

.chk-button-sm
{
    margin-bottom: 10px;
}

    .chk-button-sm label span
    {
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }

.no-padding dt, .no-padding dd, .no-padding
{
    padding: 0px;
}

.hand-hover
{
    cursor: pointer;
}

.small-table-height
{
    min-height: 250px;
    max-height: 250px;
    overflow: auto;
}

.squaredThree
{
    width: 30px;
    position: relative;
}

    .squaredThree label
    {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(top, #243c69 0%, #243c69 100%);
        background: linear-gradient(to bottom, #243c69 0%, #243c69 100%);
        border-radius: 0px;
    }

        .squaredThree label:after
        {
            content: '';
            width: 15px;
            height: 8px;
            position: absolute;
            top: 5px;
            left: 3px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0.2;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after
        {
        }

    .squaredThree input[type=checkbox]
    {
        visibility: hidden;
    }

        .squaredThree input[type=checkbox]:checked + label:after
        {
            opacity: 1;
        }

/*.navbar-z
{
  z-index: 3000;
}

.modal-backdrop.show
{
  z-index: 3001;
}

.modal.show
{
  z-index: 3002;
}*/

.fieldOptionCheckLabel
{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: block; */
    width: 98%;
    font-size: 12px;
    line-height: 21px;
    /* margin-top: -1px; */
    text-align: left;
}

.ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maxWidth-90
{
    max-width: 70%;
}

.maxWidth-70
{
    max-width: 70%;
}

.cursor-move
{
    cursor: move;
}

.draggable-option
{
    height: 30px;
    border: 1px solid rgb(204, 204, 204);
    margin: 5px;
    position: relative;
}

.no-highlight
{
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.divStrike
{
}

    .divStrike:after
    {
        position: absolute;
        left: 0;
        top: 45%;
        height: 3px;
        background: #000;
        content: "";
        width: 100%;
        display: block;
    }

.dragOptionStrike
{
    width: 12%;
    position: absolute;
    left: 10px;
    top: 45%;
    height: 2px;
    background: #000;
    content: "";
    /* width: 100%; */
    display: block;
    padding: 0px;
    font-size: 12px;
    line-height: 2px;
}

.progress-height-sm
{
    height: 3px;
}

.progress-height-sm
{
    border-radius: 0px;
}

.quick-status-jump
{
    display: inline;
    float: right;
    margin-right: 10px;
}

    .quick-status-jump a.btn
    {
        padding: 3px 18px;
    }

.quick-status-jump-collapse-holder
{
    display: inline;
    float: right;
}

a[aria-expanded=true] .fa-chevron-right
{
    display: none;
}

a[aria-expanded=false] .fa-chevron-down
{
    display: none;
}

.dwp-download-area
{
    position: absolute;
    z-index: 1000;
    bottom: 10px;
    right: 20px;
}


@keyframes lds-spinner
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

@-webkit-keyframes lds-spinner
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

.lds-spinner
{
    position: relative;
}

    .lds-spinner div
    {
        left: 94px;
        top: 48px;
        position: absolute;
        -webkit-animation: lds-spinner linear 1s infinite;
        animation: lds-spinner linear 1s infinite;
        background: #1d3f72;
        width: 12px;
        height: 24px;
        border-radius: 40%;
        -webkit-transform-origin: 6px 52px;
        transform-origin: 6px 52px;
    }

        .lds-spinner div:nth-child(1)
        {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-animation-delay: -0.916666666666667s;
            animation-delay: -0.916666666666667s;
        }

        .lds-spinner div:nth-child(2)
        {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
            -webkit-animation-delay: -0.833333333333333s;
            animation-delay: -0.833333333333333s;
        }

        .lds-spinner div:nth-child(3)
        {
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
            -webkit-animation-delay: -0.75s;
            animation-delay: -0.75s;
        }

        .lds-spinner div:nth-child(4)
        {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-animation-delay: -0.666666666666667s;
            animation-delay: -0.666666666666667s;
        }

        .lds-spinner div:nth-child(5)
        {
            -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
            -webkit-animation-delay: -0.583333333333333s;
            animation-delay: -0.583333333333333s;
        }

        .lds-spinner div:nth-child(6)
        {
            -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(7)
        {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-animation-delay: -0.416666666666667s;
            animation-delay: -0.416666666666667s;
        }

        .lds-spinner div:nth-child(8)
        {
            -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
            -webkit-animation-delay: -0.333333333333333s;
            animation-delay: -0.333333333333333s;
        }

        .lds-spinner div:nth-child(9)
        {
            -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
            -webkit-animation-delay: -0.25s;
            animation-delay: -0.25s;
        }

        .lds-spinner div:nth-child(10)
        {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            -webkit-animation-delay: -0.166666666666667s;
            animation-delay: -0.166666666666667s;
        }

        .lds-spinner div:nth-child(11)
        {
            -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
            -webkit-animation-delay: -0.083333333333333s;
            animation-delay: -0.083333333333333s;
        }

        .lds-spinner div:nth-child(12)
        {
            -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

.lds-spinner
{
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.card-body-sm
{
    padding: 0.88rem 1.81rem;
}

.search-filter-btn
{
    padding-left: 10px;
    padding-right: 10px;
}

    .search-filter-btn a
    {
        color: #c3c3c3;
    }

        .search-filter-btn a:hover
        {
            color: #6f6f6f;
        }

.workflow-twisty legend
{
    font-size: 14px !important;
    width: auto !important;
    font-weight: bold !important;
}

.table th, .table td
{
    padding: 10px 24px;
    vertical-align: top;
    border-top: 1px solid #f2f2f2;
}

.table-sm th, .table-sm td
{
    padding: 0.3rem;
}

.navbar-nav h4
{
    font-size: 1.02rem;
}

.input-group-text
{
    padding: 0.56rem 0.8rem;
}

.card .card-body
{
    padding: 1.1rem 1.1rem;
}

.content-wrapper.no-search .container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
}

.input-group-append .btn
{
    padding-left: 12px;
    padding-right: 12px;
}

.card-header-error-state
{
    background-color: rgb(255, 196, 196);
}

.error-container small.help-block
{
    display: block;
    margin-bottom: 0px;
    color: black;
}

.error-container p
{
    margin-bottom: 4px;
}

.card-header
{
    padding: 0.35rem 1.05rem;
}

.pagination
{
    margin-bottom: 0px;
}

.l-padding-5
{
    padding-left: 5px;
}

.documentCard:hover
{
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .documentCard:hover > .deleteDocCard
    {
        opacity: 1;
    }

.deleteDocCard
{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ffffff;
    background: red;
    border-radius: 10px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.dragOptionCircle
{
    width: 12%;
    position: absolute;
    left: 10px;
    top: 5px;
    height: 20px;
    font-size: 12px;
    line-height: -1px;
    border-radius: 50%;
    border: 1px black solid;
}

.force-active
{
    background-color: #308ee0 !important;
    color: #fff !important;
    border-color: #308ee0 !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active
{
    background: #6693bc !important;
    font-weight: bold !important;
    color: #ffffff !important;
}
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
	border: 1px solid #000;
	background: #000;
}*/

.navbar.default-layout .navbar-brand-wrapper
{
    width: 200px;
	background: white;
}

.navbar.default-layout .navbar-menu-wrapper
{
    width: calc(100% - 200px);
}

.sidebar .nav .nav-item .nav-link
{
    padding: 15px 20px;
    height: 48px;
}

.sidebar .nav.sub-menu .nav-item .nav-link
{
    padding: 0.75rem 5px;
    font-size: 10px;
}

.main-panel
{
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 200px);
}

.sidebar
{
    width: 200px;
}

    .sidebar .nav.sub-menu
    {
        margin-bottom: 0;
        padding: 0 0 0 20px;
    }

.side-menu-icon
{
    left: 210px;
}

.modal-body
{
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
    font-size: 12px;
}

.divCircle
{
    position: absolute;
    background: #a9aaab00;
    border-radius: 50%;
    border: 1px black solid;
    height: 100%;
    width: 100%;
}

span.pop.wrong
{
    display: inline-block;
}

.measureAvailableMove
{
    position: absolute;
    top: -73px;
    right: 20px;
}

.td-ellipsis
{
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-date-overlay
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: white;
    padding-left: 5px;
}

.bad-performance
{
    background: #ffd3d3;
    color: red;
    font-weight: bold;
}

.good-performance
{
    background: #bef9c6;
    color: #06520d;
    font-weight: bold;
}

.img-date-overlay
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: white;
    padding-left: 5px;
}

.priority-customer
{
    background: #772727;
    padding: 10px;
    border-radius: 12px;
    color: white;
}

#page-nav h4
{
    margin-bottom: 0px;
}

.signature-collection-box
{
    border: 1px solid #e6e6e6;
    margin: 10px;
}

.progressbar
{
    counter-reset: step;
    padding: 0px;
    width: 100%;
    z-index: 0;
}

    .progressbar li
    {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li:before
        {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 30px;
            height: 30px;
            content: "\f059";
            line-height: 27px;
            border: 2px solid #dedede;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li.lead:before
        {
            content: "\f007";
        }

        .progressbar li.quote:before
        {
            content: "\f53a";
        }

        .progressbar li.sale:before
        {
            content: "\f154";
        }

        .progressbar li.rep:before
        {
            content: "\f0c0";
        }

        .progressbar li.demo:before
        {
            content: "\f085";
        }

        .progressbar li.visit:before
        {
            content: "\f276";
        }

        .progressbar li.delivered:before
        {
            content: "\f674";
        }

        .progressbar li:after
        {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #dedede;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after
        {
            content: none;
        }

        .progressbar li.active
        {
            color: #435ba8;
        }

            .progressbar li.active:before
            {
                border-color: #435ba8;
            }

            .progressbar li.active + li:after
            {
                background-color: #435ba8;
            }

.modal-content
{
    background-color: #ffffff;
}

.tab-pane.active
{
    color: black;
}

.progressbar li.lead:before
{
    content: "\f007";
}

.progressbar li.quote:before
{
    content: "\f53a";
}

.progressbar li.sale:before
{
    content: "\f154";
}

.progressbar li.rep:before
{
    content: "\f0c0";
}

.progressbar li.demo:before
{
    content: "\f085";
}

.progressbar li.visit:before
{
    content: "\f276";
}

.progressbar li.delivered:before
{
    content: "\f674";
}

.progressbar li.supplier-approved:before
{
    content: "\f118";
}

.progressbar li.measure-created:before
{
    content: "\f07c";
}

.progressbar li.measure-uploaded:before
{
    content: "\f574";
}

.progressbar li.measure-received:before
{
    content: "\f543";
}

.progressbar li.measure-returned:before
{
    content: "\f56d";
}

.progressbar li.measure-approved:before
{
    content: "\f164";
}

.progressbar li.supplied-submitted:before
{
    content: "\f04e";
}

.progressbar li.supplied-submitted:before
{
    content: "\f04e";
}

.progressbar li.supplied-rejected:before
{
    content: "\f165";
}

.has-error .list-group-item
{
    border: #ff7272 1px solid;
    background: #fff2f2;
}

.popover
{
    font-family: "Poppins", sans-serif !important;
}

.ko-error
{
    color: red;
}

.dean input[type=text], .dean select
{
    background: red;
}

.auto-complete-wrapper .ui-autocomplete
{
    max-width: 85%;
}

.search-panel .chk-button-sm
{
    margin-bottom: 3px;
    margin-right: 2px;
}

    .search-panel .chk-button-sm label span
    {
        font-size: 10px;
    }

.table-font-xs td
{
    font-size: 10px;
}

.table-font-xs input
{
    font-size: 10px;
    /*padding: 4px;*/
}

.table-font-xs select
{
    padding: 0px;
    font-size: 10px;
    height: calc(2.25rem - 2px) !important;
}

.chk-button input.complete-service-measure:checked + span
{
    background-color: #e38233;
}
