/* tables */
table {
  margin-bottom: 0;
}
th {
  font-weight: 600 !important;
  font-size: 14px;
  color: #33475b;
  vertical-align: middle;
}
tr {
  transition: all 0.15s ease-out;
}
td {
  font-weight: 400;
  vertical-align: middle;
}
a {
  background-color: transparent;
}
/* /tables */

.required {
  display: inline-block;
  font-size: 0.8rem;
}
.required:before {
  color: #ff3824;
  content: '* ';
}
.button.ios-small .vertical_line {
  position: absolute;
  top: 0px;
  left: 42px;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}
.vertical-line {
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 4px;
  display: inline;
}
.pdf-icon
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/images/icon_pdf_64.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.button.ios-small .pdf-icon {
  margin: -3px 2px;
}
.rotate-90 {
    transform: rotateZ(90deg);
}
.inline-block {
    display: inline-block;
}
.width-auto {
    width: auto;
}
.hidden-display {
    display: none;
}
.hidden-opacity {
    opacity: 0;
}
.hidden-visibility {
    visibility: hidden;
}
.has-tip {
    border-bottom: 0;
    font-weight: inherit;
    cursor: pointer;
}
.reveal {
    border-radius: 4px;
}
.reveal-overlay {
    overflow-y: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.picker--opened .picker__holder {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.picker__box {
    box-shadow: none !important;
}
.hr {
    margin: 24px 0;
    height: 1px;
    background-color: rgba(0,0,0,0.2);
/*  box-sizing: content-box; */
/*  overflow: visible; */
/*  height: 0; */
}
pre {
  font-family: monospace, monospace;
  font-size: 1rem;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);    /* prevent tap highlight color / shadow */
  -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;

    width: 100%;
    height: 100%;
}
body {
    font-family: 'Avenir Next', 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
/*    font-family: "SF Pro Display","SF Pro Text","Helvetica Neue","Helvetica","Arial",sans-serif; */
/*    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Arial", sans-serif;*/

    width: 100%;
    height: 100%;
    min-height: 100%;

    text-rendering: optimizeLegibility;
    text-shadow: 0 0 1px transparent;

    background-color: #eee;
    background-image: url('/images/DocTimeLog_bkg.png');
}
:focus {
    outline: none;
}
.button.round {
    border-radius: 1000px;
}
.button.ios-small {
    text-transform: uppercase;
    background-color: #fff;
    color: #0086cb;
    font-size: 14px;
    font-weight: 700;
    line-height: 9px;
    padding: 9px 12px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.15s ease-out;
    position: relative;
}
.button.ios-small:hover,
.button.ios-small.hovered {
    background-color: #0086cb;
    color: #fff;
    /*background-color: rgba(0, 134, 203, 0.7);*/
}
.button.ios-small-2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 0.1rem;
    transition: all 0.15s ease-out;
}
.button {
    margin: 0 !important;
}
.nowrap {
    white-space: nowrap;
}
button,
.button,
.no-select
{
    -webkit-text-size-adjust: none;              /* prevent webkit from resizing text to fit */
    -webkit-touch-callout: none;                 /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;                   /* prevent copy paste, to allow, change 'none' to 'text' */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.hover-underline:hover {
    text-decoration: underline;
}

div a:hover {
    text-decoration: underline;
}
.grid-container a:hover {
    text-decoration: none;
}
.grid-container a:hover,
.grid-container a:active {
  color: inherit;
}
.grid-container a:visited {
  color: #1779ba;
}

/* UI start */
.ui-dtl-card-2 {
  background-color: #FFF;
  padding: 1rem;
  box-shadow: 0 1px 5px 0 rgba(45, 62, 80, 0.3);
  border-radius: 4px;
  position: relative;
}
.ui-dtl-button.type-3 {
    color: #0086cb;
    float: left;
    width: 100px;
    margin-right: 10px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #0086cb;
    font-weight: bold;
    background: #fff;
}
.ui-dtl-button.type-3:hover {
    color: #fff;
    background: #0086cb;
}

.ui-dtl-button.type-1 {
    background-color: #0086cb;
    color: #fff;
}
.ui-dtl-button.type-1:hover {
    background-color: rgba(0, 134, 203, 0.7);
    color: #fff;
}
.ui-dtl-button.type-1:active {
    background-color: rgba(0, 134, 203, 0.5);
    color: #fff;
}


.ui-dtl-button.type-2 {
    background-color: #fff;
    color: #0086cb;
    border: 1px solid #0086cb;
    padding: 0.3rem 1rem;
}
.ui-dtl-button.type-2:hover {
    background-color: rgba(0, 134, 203, 0.7);
    color: #fff;
}
.ui-dtl-button.type-2:active {
    background-color: rgba(0, 134, 203, 0.5);
    color: #fff;
}
.ui-dtl-button.type-2.selected {
  background-color: rgba(0, 134, 203, 0.7);
  color: #fff;
}
.ui-dtl-button.type-4 {
    background-color: #1A56DB;
    color: #fff;
    border-radius: 8px;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-top: 5px;
}
.ui-dtl-button.type-5 {
    background-color: #fff;
    color: #1A56DB;
    border: 1px solid #1A56DB;
    border-radius: 8px;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-top: 5px;
}
/* for session keepalive */
#modal-session-keepalive div.session-keepalive-img { text-align:center;padding:0.5em 0 1em; }
#modal-session-keepalive div.session-keepalive-hdr { color:#576b81; font-size:1.5em; padding-bottom:1em; }
#modal-session-keepalive div.session-keepalive-hdr #session-keepalive-countdown { font-weight:bold; }
#modal-session-keepalive div.session-keepalive-hdr #session-keepalive-countdown.less10 { color:#A91212; }
#modal-session-keepalive div.session-keepalive-bdy { color:#576b81; font-size:1em; padding-bottom:1.75em; }

.ui-dtl-button.type-session-grn {
    background-color: #24a03d;
    color: #fff;
    border: 1px solid #1f2426;
    border-bottom: 2px solid #1f2426;
    font-weight:bold;
    margin:0.33em;
    margin-bottom:0.5em;
    width:180px;
}

.ui-dtl-button.type-session-gry {
    background-color: #fcfcfc;
    color: #339ce6;
    border: 1px solid #bbcad6;
    border-bottom: 2px solid #bbcad6;
    font-weight:bold;
    margin:0.33em;
    margin-bottom:0.5em;
    width:180px;
}

.ui-dtl-button.type-drop-red {
    background-color: #894848;
    color: #fff;
    border: 1px solid #24a03d;
    border-bottom: 2px solid #1f2426;
    font-weight:bold;
    margin:0.33em;
    margin-bottom:0.5em;
    min-width:180px;
}

div.notice-basic {
  /* background-color:#fff; */
    text-align:center;
    font-size:1.15em;
    color: rgba(255, 10, 10, 1.4);
    border: 1px solid rgba(255, 10, 10, 0.4);
}


/* / for session keepalive */

.ui-dtl-button {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.8rem 1.5rem;

    border-radius: 4px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-shadow: 0 0 1px transparent; /* trigger alternate anti-aliasing */
    font-weight: 500; /* 400 is nice too */
    text-align: center;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;

    -webkit-text-size-adjust: none;              /* prevent webkit from resizing text to fit */
    -webkit-touch-callout: none;                 /* prevent callout to copy image, etc when tap to hold */
    -webkit-user-select: none;                   /* prevent copy paste, to allow, change 'none' to 'text' */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (min-width: 480px) {
    .ui-dtl-button {
        transition: all 0.15s ease-out; /* transition is too slow for mobile */
    }
}
.ui-dtl-button.disabled,
.button.ios-small.disabled {
    background-color: #eaf0f6 !important;
    border-color: #eaf0f6 !important;
    box-shadow: none !important;
    color: #b0c1d4 !important;
    cursor: not-allowed;
}
.ui-dtl-top-bar {
    transition: all 1s ease-out;
    z-index: 10000; /* jqueryUI fix */
}
.ui-dtl-top-bar,
.ui-dtl-bottom-bar {
    width: 100%;
    z-index: 10;
    height: 2rem;
    text-align: center;
}
.ui-dtl-top-bar .text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dtl-bottom-bar .text {
    font-size: 0.9rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dtl-bottom-bar {
  background-color: #203856;
    z-index: 10;
}

.ui-dtl-bottom-bar a {
    color: #fff;
}
.ui-dtl-bottom-bar a:hover,
.ui-dtl-bottom-bar a:active,
.ui-dtl-bottom-bar a:visited {
    color: #fff;
    text-decoration: underline;
}

.ui-dtl-footer {
    height: 66px;
}
.ui-dtl-login-footer {
    height: 2rem;
}
.ui-dtl-section-content {
    margin: 0 auto;
    max-width: 600px;
    padding: 1rem;
}
/* UI end */

/* cursors */
.pointer {
    cursor: pointer;
}
.transition {
  transition: all 0.15s ease-out;
}
/* input */
textarea {
    height: auto;
    min-height: 5rem;
}
textarea, select, input {
    text-overflow: ellipsis;
}
textarea, select, [type='text'], [type='password'] {
    border-radius: 4px;
    border: 1px solid #ceced2;
    font-size: 1rem;
    transition: all 0.15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 2.5rem;
    line-height: 1.3rem;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  box-shadow: none;
}

textarea:focus, select:focus, [type='text']:focus, [type='password']:focus {
    border-color: rgba(0, 122, 255, 0.5);
    box-shadow: 0 0 4px 1px rgba(0,122,255, 0.3), 0 0 0 1px background-color: rgba(0, 134, 203, 0.7);
    outline: 0;
}
/* front page */
.login-middle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    color: #111928;
    background-color: #F3F4F6;
    background-size: cover;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 150%;    
}
#form_input_login {
    margin-bottom: 1rem;
}
/* SF
h1 {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;
}
h2 {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -0.005em;
}
h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.009rem;
}
h4 {
    font-size: 19px;
    line-height: 1.21053;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.012em;
}
h5 {
    font-size: 17px;
    transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
*/
.h0, .h1, .h2, .h3, .h4, .h5, .h6, .h7, h0, h1, h2, h3, h4, h5, h6, h7 {
  font-family: 'Avenir Next', 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}


h0 {
    font-weight: 700;
    font-size: 55px;
    line-height: normal;
}
h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
}
h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
}
h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
}
h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}
h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
}
h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}
h7 {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

label {
    font-size: 17px;
}
.bold-600 {
  font-weight: 600;
}
.margin-1 {
    margin: 1rem;
}
.margin-top-1 {
    margin-top: 1rem !important;
}
.margin-top-2 {
    margin-top: 2rem !important;
}
.margin-bottom-1 {
    margin-bottom: 1rem !important;
}
.margin-bottom-2 {
    margin-bottom: 2rem !important;
}
.margin-top-bottom-1 {
    margin: 1rem 0 !important;
}
.margin-left-1 {
    margin-left: 1rem !important;
}
.margin-right-1 {
    margin-right: 1rem !important;
}
.margin-left-right-1 {
    margin: 0 1rem !important;
}
.relative {
    position: relative;
}
.padding-1 {
    padding: 1rem;
}
.padding-top-1 {
    padding-top: 1rem;
}
.padding-left-1 {
    padding-left: 1rem;
}
.padding-right-1 {
    padding-right: 1rem;
}
.padding-left-right-1 {
    padding: 0 1rem;
}
.padding-left-right-2 {
    padding: 0 2rem;
}
.padding-bottom-1 {
    padding-bottom: 1rem;
}
.padding-top-bottom-1 {
    padding: 1rem 0;
}
.ui-dtl-section-content > h3 {
    padding-bottom: 1rem;
}
.box-type-1 {
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    padding: 2rem;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

form {
    text-align: left;
}

.login-middle label {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
    color: #111928;
    display: inline-block;
}
.login-middle .heading {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: #111928;
}
.forgot {
    font-size: 0.9rem;
    padding: 0.9rem 0 0;
    font-weight: 500;
    color: #1A56DB;
    text-align: center;
}
.forgot a {
    color: #1A56DB;
}
/* header */
#img-logo-main {
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
}
.ui-dtl-top-logo {
    padding: 16px;
}
#img-logo-main.default {
  background-image: url('/images/DocTime_800_144_3-01.png');
}
.ui-dtl-top-logo.default {
    background-color: #fff;
}
.ui-dtl-top-bar.default {
  background-color: #0086cb;
}
#img-logo-main .text {
    font-family: 'Inter';
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* footer */
#img-logo-footer {
  height: 50px;
  background-image: url('/images/doctime-logo-footer.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
}
@media only screen and (max-width: 480px) {
    #img-logo-main {
        background-position: center;
    }
    #header-title {
        height: 140px;
        padding-top: 70px;
    }
}
/* log_hours */
.ui-datepicker-trigger
{
    position: relative;
    top: 0.1em;
    left: -1.3em;
    cursor: pointer;
}
#frm_duty_hours,
#frm_duty_minutes {
    width: 58px;
}
.input-addon-right-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -1px;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid #ceced2;
    font-size: 1rem;
    transition: all 0.15s ease-out;
    height: 2.5rem;
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    background-color: #eaf0f6;
    color: #7c98b6;
}
.input-addon-right-child:hover,
.input-addon-right-child:active {
    background-color: #e2ebf3;
    border-color: #7c98b6;
    color: #506e91;
    position: relative;
    z-index: 3;
}
.input-addon-right-parent {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    position: relative;
    z-index: 3;
}
.button.right-cut {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-right: -4px !important;
}
.button.left-cut {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-left: 0;
}
.button.left-cut:hover,
.button.right-cut:hover {
    z-index: +1;
}
#frm_duty_date {
    cursor: default;
    background-color: #f5f8fa;
}
.tab-bar-ios { /* iOS tranparent blur */
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: rgba(238, 238, 238, 0.8) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#button-more {
    position: relative;
    z-index: 10; /* more button always on top */
}
/*
.iphoneX {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}
.iphoneX_rl {
  padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
}
.iphoneX_footer {
  padding: 0 0 constant(safe-area-inset-bottom) 0;
}

padding-left: -webkit-calc(22px + constant(safe-area-inset-left));
padding-left: calc(22px + constant(safe-area-inset-left));
padding-right: -webkit-calc(22px + constant(safe-area-inset-right));
padding-right: calc(22px + constant(safe-area-inset-right));
*/


/* tab-bar */
.tab-bar svg {
  font-size: 25px;
  margin-top: 11px;
}
.tab-bar ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    max-width: 480px;
  height: 100%;
}
#tab-bar-2 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    will-change: transform, opacity;
    transition: all 0.5s ease-out;
    z-index: 3;
}
.tab-bar-2-active {
    opacity: 1 !important;
    transform: translateY(-65px);
}

.tab-bar li {
  width: 100%;
  height: 100%;
    cursor: pointer;
    display: block;
    text-align: center;
    will-change: opacity;
    transition: all 0.1s ease-out;
  position: relative;
}
.tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
    border-top: 1px solid rgba(206, 206, 210, 0.8);
    height: 66px;
    color: #000;
    background-color: #fff;
    margin: 0;
    transition: all 0.2s ease-out;
    z-index: 2;
}
.tab-bar span {
    font-family: "SF Pro Display", "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin: 5px 0 0 0;
    line-height: 1;
  display: block;
}
.header_info-1 {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 1rem;
}
.header_info-2 {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 1rem;
}
.ui-dtl-top-bar-content {
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
}
.ui-dtl-top-bar-content svg {
    font-size: 22px;
}
.ui-dtl-button-small {
    cursor: pointer;
    color: #fff;
    transition: all 0.15s ease-out;
    width: 30px;
    margin: auto;
  line-height: 1;
}
.ui-dtl-top-bar .fas {
    font-size: 17px;
    line-height: 1.6rem;
}
.ui-dtl-button-small .fas:hover,
.ui-dtl-button-small .fas:active {
    color: #ccc;
}

/* message count icon badge */
.ui-dtl-messages-badge {
    position: absolute;
    top: 2px;
    right: 15px;
/*  border-radius: 50%;*/
    border-radius: 500px;
    color: #fff;
    background-color: #ff3824;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-shadow: 0 0 1px transparent;
    line-height: 19px !important;
    min-height: 21px;
    min-width: 21px;
    padding: 1px 4px;
/*  border: 1px solid #fff;*/
/*  box-shadow: 0 0 0 1px #fff;*/
    display: inline-block !important;
    pointer-events: none;
    text-align: center;
    vertical-align: baseline;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
    .ui-dtl-messages-badge {
        right: 23px;
    }
}
.ui-dtl-messages-badge.animate {
  transition: all 0.8s ease-in-out;
  will-change: transform;
}
.tab-bar .fa-envelope {
    position: relative;
}

.ui-dtl-messages-badge.closed {
    opacity: 0;
    transform: scale(0);
}
.text-transform-capitalize {
  text-transform: capitalize;
}
.margin-center {
  margin: 0 auto;
}
.full-height {
  height: 100%;
}
.transform-uppercase {
  text-transform: uppercase;
}
.debug {
  border-radius: .1875rem;
  background-color: #eaf0f6;
  padding: .125rem .25rem;
  color: #33475b;
  font-family: Source Code Pro,Consolas,Monaco,Courier New,monospace;
  font-weight: 500;
  font-size: 11px;
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.fixed {
  table-layout: fixed;
}
.cursor-pointer {
  cursor: pointer;
}
.border-right-none {
    border-right: 0;
}
.border-radius-left {
    border-radius: 4px 0 0 4px;
}
.border-radius-right {
    border-radius: 0 4px 4px 0;
}

.note_message {
  font-size: 12px;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 1006;
}

#frm_duty_expense {
    width: 100px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20version%3D%271.1%27%20height%3D%2724px%27%20width%3D%2724px%27%3E%3Ctext%20x%3D%272%27%20y%3D%2716%27%20fill%3D%27grey%27%20font-size%3D%2716%27%20font-family%3D%27arial%27%3E%24%3C%2Ftext%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 3px 8px;
    padding-left:17px;
}