@font-face {
    font-family: myFont;
    src: url(../fonts/ChakraPetch-Regular.ttf);
}

.obj_hide {
    display: none;
}

body {
    font-family: myFont !important;
    font-size: 13px;
    color: black;
}

.myRow {
    margin-bottom: 10px;
}


.tAlign-center {
    text-align: center !important;
}

.tAlign-left {
    text-align: left !important;
}

.tAlign-right {
    text-align: right !important;
}

.tAlign-middle {
    vertical-align: middle !important;
}

.tAlign-top {
    vertical-align: top !important;
}

.tAlign-bottom {
    vertical-align: bottom !important;
}


.rdoText {
    font-size: 15px;
}

.bannerHeader {
    height: 160px;
}

.requiretext {
    color: red;
    font-weight: bold;
    font-size: 18pt;
    line-height: 14pt;
    margin-left: 2px;
}

.user-block {
    width: 100% !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-main-header {
    margin-left: 0 !important;
}


.my-company-icon-menu {
    height: 40px;
}




.nav-pills .nav-link:not(.active):hover {
    color: white;
    background-color: darkgreen;
}

.nav-sidebar .nav-item>.nav-link {
    color: aquamarine;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: green;
    color: ghostwhite;
}

.col-form-label {
    text-align: right;
}

/* .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
} */

label {
    margin-top: 0.5rem;
    font-weight: 600;
}

th {
    text-align: center;
    font-weight: 700;
}


th.dt-center,
td.dt-center {
    text-align: center;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete>li>div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.btnCommand {
    margin-left: 2px;
    margin-right: 2px;
}