﻿
/* Custom CSS */

.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.redirect {
    cursor: pointer;
}

.btn {
    min-width: 100px;
}

    .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 0px;
    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: 107px;
    }

.center-box {
    max-width: 460px;
    margin: 0 auto;
}

.btn_grd {
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    min-width: 70px;
}

    .btn_grd.green {
        background-color: #1ab394;
        border-color: #1ab394;
        color: #FFFFFF;
    }

    .btn_grd.red {
        background-color: #ed5565;
        border-color: #ed5565;
        color: #FFFFFF;
    }

.btn_grd_icon {
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    margin: 0px 4px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    min-width: 24px;
    background-position: center;
    display: block;
}

    .btn_grd_icon.new {
        background-image: url('../image/ic_new.png');
    }

    .btn_grd_icon.view {
        background-image: url('../image/ic_view.png');
    }

    .btn_grd_icon.edit {
        background-image: url('../image/ic_edit.png');
        background-size: 19px;
    }

    .btn_grd_icon.delete {
        background-image: url('../image/ic_delete.png');
        background-size: 26px;
    }

    .btn_grd_icon.save {
        background-image: url('../image/ic_save.png');
    }

    .btn_grd_icon.update {
        background-image: url('../image/ic_update.png');
    }

    .btn_grd_icon.approve {
        background-image: url('../image/ic_approve.png');
        background-size: 26px;
    }

    .btn_grd_icon.reject {
        background-image: url('../image/ic_reject.png');
    }

    .btn_grd_icon.details {
        background-image: url('../image/ic_details.png');
    }

    .btn_grd_icon.print {
        background-image: url('../image/ic_print.png');
    }

    .btn_grd_icon.search {
        background-image: url('../image/ic_search.png');
    }

    .btn_grd_icon.email {
        background-image: url('../image/ic_send.png');
    }

    .btn_grd_icon.download {
        background-image: url('../image/ic_download.png');
    }

    .btn_grd_icon.payment {
        background-image: url('../image/ic_payment.png');
    }

    .btn_grd_icon.reset {
        background-image: url('../image/ic_reset.png');
    }

    .btn_grd_icon.fetch {
        background-image: url('../image/ic_fetch.png');
    }

.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;
}

    .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.search {
        background-image: url('../image/ic_search.png');
        border: 1px solid #c3c3c3;
        background-size: 25px;
    }

    .btn.btn-icon.download {
        background-image: url('../image/ic_download.png');
    }

    .btn.btn-icon.approve {
        background-image: url('../image/ic_approve.png');
    }
    .btn.btn-icon.reject {
        background-image: url('../image/ic_reject.png');
    }

.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.full {
        min-width: 100%;
        min-height: 100%;
    }

    .pnl_popup .pnl_Popup_Header {
        /*border-bottom: 1px solid #565656;*/
    }

    .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;
    }

.modalBackground {
    background-color: #000000d1;
}

.amt_fld {
    text-align: right;
}

.img-opacity {
    opacity: 0.1;
}

.img-opacity-5 {
    opacity: 0.5;
}

/*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: 33px;
        line-height: 33px;
        padding-left: 12px;
    }

.multi-line {
    white-space: pre-line;
}

.balance {
    font-size: 20px;
    font-weight: bold;
    color: #f31212;
}


/*Gridview Start*/
.grd {
    /*table-layout: fixed;*/
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
}

    .grd th {
        padding: 5px 5px;
        background-color: #dadada;
    }

    .grd td {
        padding: 5px 5px;
        vertical-align: top;
    }

    .grd tr:not(:first-child):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 .grd_pager a, .grd .grd_pager span {
        display: block;
        min-height: 20px;
        min-width: 20px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

    .grd .grd_pager a {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }

    .grd .grd_pager span {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }

    .grd th.ellipsis-container, .grd td.ellipsis-container {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        min-width: 100px;
    }

        .grd td.ellipsis-container > * {
            display: block;
            width: 100%;
            min-width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
/*Gridview End*/


.tx-red {
    color: red;
}

.tx-green {
    color: green;
}

.tx-black {
    color: black;
}

.swal2-container {
    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;
}*/
.flex {
    display: flex;
    flex-direction: row;
}

    .flex.flex-center {
        justify-content: center;
    }

    .flex.flex-right {
        justify-content: end;
    }

    .flex.flex-v-center {
        align-items: center;
    }


.chk-toggle {
    display: none;
}

.btn.toggle .toggle-off {
    color: #333;
}

.panel .ibox-title {
    background-color: unset;
    border-color: transparent;
    padding: 0;
    min-height: 0;
}

    .panel .ibox-title h5 {
        font-size: 13px;
        font-weight: normal;
    }

.scroll {
    overflow: auto;
}

.navbar-minimalize.btn {
    min-width: initial;
}

.navbar-default .menu i.fa {
    min-width: 16px;
}

@media (max-width: 768px) {
    body.mini-navbar #page-wrapper {
        margin: 0 0 0 220px;
    }

    body.mini-navbar .navbar-static-side {
        width: 220px;
    }

    body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
        display: initial;
    }

    .mini-navbar li.active .nav-second-level {
        left: 25px;
    }

    .mini-navbar .nav .nav-second-level {
        left: 25px;
        top: 50px;
    }
}

.grd th[align="center"] {
    text-align: center;
}

.m-t-40 {
    margin-top: 40px;
}

#btn_GoToTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 5px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 30px;
    border-radius: 50%;
    background-image: url(../image/ic_gotop.png);
    background-size: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    /*background-origin: content-box;*/
    background-position: center;
}
.wd-min-100 {
    min-width: 100px;
}
.cursor-help {
    cursor: help;
}
.sml-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}