﻿
body {
    overflow: visible !important;
    font-size: 14px;
}

#page-wrapper {
    margin: 0;
}

.all_rights_reserved {
    font-size: 85%;
    color: #676a6c;
}

    .all_rights_reserved:hover {
        color: #337ab7;
    }

.lbl_Version {
    font-size: 85%;
    color: #969696;
}

.clr {
    clear: both;
}

.pnl_page_header {
    font-size: 16px;
    font-weight: bold;
    min-height: 43px;
    line-height: 43px;
}

.pnl_header_btn {
    margin-bottom: 10px;
}

.lbl_Page_Header_Master {
    /*width: auto !important;*/
    display: flex;
    align-items: center !important;
    font-weight: 600;
    /*font-size: 17px;*/
    color: #202020;
}

    .lbl_Page_Header_Master.redirect {
        cursor: pointer;
    }

.btn {
    min-width: 100px;
    min-height: 34px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: transparent;
        border-color: transparent;
    }

    .btn.btn-sml {
        min-width: 50px;
    }

    .btn.btn-grd {
        min-width: 40px;
        height: 24px;
        padding-top: 2px;
        margin-bottom: 0px !important;
        margin-top: -7px;
    }

.container-body {
    /*padding: 20px 10px;*/
    background-color: #ffffff;
    min-height: 300px;
}

    .container-body.pnl_grd {
        overflow: auto;
    }

.pnl_save_btn {
    margin-top: 10px;
}

textarea {
    resize: vertical;
    min-height: 39px;
}

    textarea.address {
        min-height: 102px;
    }

.center-box {
    max-width: 460px;
    margin: 0 auto;
}

.btn_grd_icon {
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    min-height: 22px;
    margin: 0px 4px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    min-width: 24px;
    background-position: center;
}

    .btn_grd_icon.sml {
        height: 14px;
        width: 14px;
        min-width: 14px;
        background-size: 14px !important;
    }

    .btn_grd_icon.new {
        background-image: url('../image/ic_new.png') !important;
    }

    .btn_grd_icon.view {
        background-image: url('../image/ic_view.png') !important;
    }

    .btn_grd_icon.edit {
        background-image: url('../image/ic_edit.png') !important;
        background-size: 19px;
    }

    .btn_grd_icon.delete {
        background-image: url('../image/ic_delete.png') !important;
        background-size: 26px;
    }

    .btn_grd_icon.remove {
        background-image: url('../image/ic_close.png') !important;
        background-size: 26px;
    }

    .btn_grd_icon.save {
        background-image: url('../image/ic_save.png') !important;
    }

    .btn_grd_icon.update {
        background-image: url('../image/ic_update.png') !important;
    }

    .btn_grd_icon.approve {
        background-image: url('../image/ic_approve.png') !important;
    }

    .btn_grd_icon.reject {
        background-image: url('../image/ic_reject.png') !important;
    }

    .btn_grd_icon.details {
        background-image: url('../image/ic_details.png') !important;
    }

    .btn_grd_icon.print {
        background-image: url('../image/ic_print.png') !important;
    }

    .btn_grd_icon.search {
        background-image: url('../image/ic_search.png') !important;
    }

    .btn_grd_icon.send {
        background-image: url('../image/ic_send.png') !important;
    }

.swal2-popup #swal2-content {
    text-align: left !important;
}

.btn.btn-icon {
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 34px;
    height: 34px;
    background-position: center;
    background-color: transparent;
    /*width: 100%;*/
}

    .btn.btn-icon.wd-100p {
        width: 100%;
    }

    .btn.btn-icon.delete {
        background-image: url('../image/ic_delete.png');
    }

    .btn.btn-icon.close {
        background-image: url('../image/ic_close.png');
    }

    .btn.btn-icon.add {
        background-image: url('../image/ic_new.png');
    }

    .btn.btn-icon.search {
        background-image: url('../image/ic_search.png');
        border: 1px solid #c3c3c3;
        background-size: 25px;
    }

    .btn.btn-icon.view {
        background-image: url('../image/ic_view.png');
    }

/*Start Popup*/
.pnl_popup .btn.btn-icon.close {
    opacity: 1;
}

.pnl_popup {
    min-width: 300px;
    min-height: 200px;
    border: 1px solid #565656;
    background-color: #ffffff;
    border-radius: 5px;
}

    .pnl_popup .pnl_Popup_Header {
        width: calc(100% - 40px);
        float: left;
        line-height: 30px;
        padding-left: 10px;
        font-weight: 400;
    }

    .pnl_popup .lbl_Popup_Header {
        line-height: 30px;
        margin-bottom: 0px;
        padding-left: 5px;
        background-color: #888888;
    }

    .pnl_popup .btn_popup_close {
        background-image: url(../image/ic_close.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        width: 30px;
        height: 30px;
        float: right;
        outline: none;
        border: none;
    }

    .pnl_popup .pnl_Popup_Body {
        padding: 10px;
        min-height: 120px;
        overflow: auto;
    }
    .pnl_popup .pnl_Popup_Body.mht-400 {
        max-height: 400px;
    }

    .pnl_popup .pnl_Popup_Body .lbl_Popup_Msg {
        font-size: 18px;
    }

.modalBackground {
    background-color: #000000d1;
}


.amt_fld {
    text-align: right;
}

.img-opacity {
    opacity: 0.2;
}
/*End Popup*/

/*Searchable DDL*/
.ms-parent.form-control {
    padding: 0;
    border: none;
}

    .ms-parent.form-control .ms-choice {
        border-radius: 0;
        height: 33px;
        line-height: 33px;
    }

.select2-container.form-control {
    padding: 0;
    border: none;
}

    .select2-container.form-control .select2-choice {
        border-radius: 0;
        height: 34px;
        line-height: 34px;
        padding-left: 12px;
    }

.select2-container .select2-choice .select2-arrow {
    border-radius: 0 !important;
}

    .select2-container .select2-choice .select2-arrow b {
        background-position: 0px 5px !important;
    }

.multi-line {
    white-space: pre-line;
}

.balance {
    font-size: 20px;
    font-weight: bold;
    color: #f31212;
}


/*Gridview Start*/
.grd {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
}

    .grd th {
        font-weight: normal;
    }

    .grd:not(.no-padding) th {
        padding: 5px 5px;
        background-color: #dadada;
        border-width: 1px;
    }

    .grd td {
        vertical-align: top;
        border-width: 1px;
    }

    .grd:not(.no-padding) td {
        padding: 5px 5px;
    }

    .grd:not(.no-border) tr:not(:first-child):hover, .grd.no-header tr:hover {
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 19%, rgba(231,230,230,1) 100%, rgba(255,255,255,1) 100%);
    }

    .grd.no-border {
        border: transparent;
        margin-bottom: 0px;
    }

.pnl_popup .grd {
    margin-bottom: 0px;
}

.grd .tx-grd-sml {
    font-size:10px;
}
/*Gridview End*/
.text-bold {
    font-weight: bold;
}

.tx-red {
    color: red;
}

.tx-green {
    color: green;
}

.tx-black {
    color: black;
}

.swal2-container {
    z-index: 10005 !important;
}

fieldset {
    border: 1px solid #c3c3c3;
    padding: 5px;
}

legend {
    width: auto;
    margin-bottom: auto;
    border-bottom: none;
    font-size: 13px;
    font-weight: 500;
    /*color: #676a6c;*/
    float: unset;
}

.ms-parent .ms-drop span {
    margin-left: 5px;
}

.bold {
    font-weight: bold;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    border-color: #c3c3c3;
    font-size: 14px;
}

.site-menubar-body {
    height: -webkit-calc(100% - 38px);
    height: calc(100% - 38px);
}

.m-r-sm {
    margin-right: 10px;
}

.panel {
    border: 1px solid transparent;
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 5px 10px;
}

.panel-body {
    padding: 20px 0px 10px 0px;
}

.panel-heading + .panel-body {
    padding-top: 20px;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

    .middle-box h1 {
        font-size: 170px;
    }

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #0d6efd;
}

.text-green {
    color: #198754;
}

.text-red {
    color: #dc3545;
}

.form-group {
    margin-bottom: 8px;
}

.no-padding {
    padding: 0 !important;
}

.img_gender {
    height: 27px;
    width: 27px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .img_gender.Male {
        background-image: url(../image/ic_male.png);
    }

    .img_gender.Female {
        background-image: url(../image/ic_female.png);
    }

    .img_gender.Other {
        background-image: url(../image/ic_transgender.png);
    }

.m-r-10 {
    margin-right: 10px;
}

.ln-ht-27 {
    line-height: 27px;
}

.pd-2 {
    padding: 2px !important;
}

.pd-5 {
    padding: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-5 {
    margin-left: 5px;
}

.site-menubar-unfold .site-menu-category {
    color: #d9d9d9;
    font-weight: 500;
}

.pnl_Popup_Import .btn-uploads {
    color: #3e8ef7;
    width: 100%;
    border-color: #3e8ef7;
}

    .pnl_Popup_Import .btn-uploads:hover, .pnl_Popup_Import .btn-uploads:active {
        color: #fff;
        background-color: #3e8ef7;
    }

.pnl_Popup_Import .lbl_Msg_Popup {
    color: #f31212;
}

.pnl_Notice_Master {
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    color: #f00;
    overflow: hidden;
    line-height: normal;
}

    .pnl_Notice_Master ~ .page-content {
        padding-top: 10px!important;
    }
.page-content:has(.pnl_Notice_Master) {
    padding-top: 10px !important;
}

.lbl_UserName_Master {
    color: #3e8ef7;
    font-weight: 500;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: unset;
}

.navbar .navbar-content .navbar-nav .nav-item {
    white-space: nowrap;
    min-width: unset !important;
}

tbody, td, tfoot, th, thead, tr {
    /*border-width: 1px;*/
}

label {
    font-weight: 300;
}

select {
    background-image: url(../image/ddl_arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 16px 12px;
    padding: 0 25px 0 5px !important;
}

.badge.border {
    background-color: transparent;
}

.footer a {
    color: unset;
}

.lnk_logout {
    font-size: 13px;
}

    .lnk_logout:hover {
        text-decoration: none;
    }

.panel-default > .panel-heading .badge {
    background-color: unset;
}
.lh-10 {
    line-height: 10px;
}

.rb_Gender {
    margin-right: 20px;
}

.rb_Gender input[type="radio"] {
    margin-right: 5px;
}
.select2-drop {
    z-index: 10005!important;
}

.ace-list {
    margin: 0px;
    /*margin-left: 9px;*/
    padding: 2px;
    /*height: 155px;
    overflow: auto;*/
    background-color: #fff;
    border: solid 1px #999;
   /* min-width: 390px;*/
}

.ace-list-item {
    border: none;
    line-height: 32px;
    font: 14px;
}

.ace-list-item-highlighted {
    background-color: #e8e8e8;
    line-height: 32px;
    font: 14px;
}
/*.ace-list-item:first-child {
    background-color: #e8e8e8;
}*/