﻿


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 90%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.imgbar {
    width: 20px; /* Set the width of the icon */
    height: 20px; /* Set the height of the icon */
    vertical-align: middle; /* Align the icon vertically with the adjacent text */
    margin-right: 8px; /* Add some space to the right of the icon */
}

.filter-table {
    width: 100%;
    padding: 5px 0;
}

.filter-box {
    background-color: #e0e0e0;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}

@media (max-width: 600px) {
    .filter-box {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

.red {
    color: red;
}

.btnm {
    background-color: #027fbd;
    color: white;
    margin-left: 58px;
}

    .btnm:hover {
        background-color: #027fbd;
        color: white;
        margin-left: 58px;
    }

.ui-iggrid th.ui-state-default, .ui-iggrid th.ui-state-hover, .ui-iggrid th.ui-state-active, .ui-iggrid th.ui-state-default a, .ui-iggrid th.ui-state-hover a, .ui-iggrid th.ui-state-active a {
    font-weight: normal;
    text-align: center !important;
}


.ui-iggrid table th, .ui-iggrid table td {
    overflow: hidden;
    text-overflow: ellipsis; /* Ensure ellipsis is used */
    vertical-align: middle;
   
}


.ui-iggrid th, .ui-iggrid th.ui-state-default, .ui-iggrid th.ui-state-hover, .ui-iggrid th.ui-state-active {
    text-align: left;
}

.ui-iggrid .ui-iggrid-tablebody td {
    border: 1px solid #cccccc !important;
    font-size: 13px;
}

.ui-iggrid .ui-iggrid-tablebody > tr > td:first-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:first-child, .ui-iggrid thead .ui-iggrid-editingcell:first-child, .ui-iggrid .ui-iggrid-addrow + .ui-iggrid-activerow td:first-child, .ui-iggrid th.ui-iggrid-rowselector-class:first-child {
    border-left: 2px solid #cccccc !important;
}

.ui-iggrid th, .ui-iggrid th.ui-state-default {
    border-right: 1px solid #4e6a71;
    font-size: 11px !important;
}

.ui-iggrid .ui-iggrid-tablebody > tr > td:last-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:last-child, .ui-iggrid thead .ui-iggrid-editingcell:last-child {
    border-right: 2px solid #cccccc !important;
}

.ui-iggrid-colheaderasc .ui-iggrid-headertext, .ui-iggrid-colheaderdesc .ui-iggrid-headertext, .ui-iggrid-headercell-featureenabled .ui-iggrid-headertext {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    word-wrap: normal !important;
   
}

/*.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}*/

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.ui-dialog-buttonset .ui-corner-all {
    padding: 5px 16px;
}

.ui-dialog-buttonset .btnw {
    background: #e52c10;
    color: white;
}

.ui-dialog .ui-dialog-titlebar {
    background: #5b8eb0;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border-radius: 50%;
}

A {
    color: #007ACC;
    text-decoration: none;
}

    A:hover {
        text-decoration: underline;
    }

.header {
    background-color: #0078d7;
    color: #fff;
    height: 40px;
    font-size: 16px;
}

    .header .logo {
        height: 28px;
        margin: 5px 5px 0 20px;
    }

.justify-conten-center {
    text-align: center;
}

.header .product-name {
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
}




.justify-conten-right {
    text-align: right;
}

.content {
    margin-left: 8%;
    margin-right: 5%;
}

.justify-conten-left {
    text-align: left;
}

.error-summary {
    margin-bottom: 40px;
}

.errorwq {
    margin: 0px;
}

.error-code {
    display: inline-block;
    vertical-align: top;
    color: #777;
    font-size: 200px;
    line-height: 130px;
    margin-top: 60px;
    margin-right: 40px;
}




.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.4em 1em;
    background: 0 0;
    overflow: auto;
}

.error-details {
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
    max-width: 500px;
}

    .error-details > h1 {
        font-size: 28px;
        margin: 0;
        text-transform: uppercase;
        font-weight: normal;
    }

    .error-details > h3 {
        text-transform: uppercase;
        font-size: 16px;
    }

#btnSearch {
    background-color: #04caff;
}

#btnClear {
    background-color: #04caff;
}

#acMainGrid_container {
    clear: both;
}
/* make row selector column show a three-dot icon */
#acMainGrid .ui-iggrid-rowselector-class::before {
    content: "\22EE"; /* Unicode for ⋮ */
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.clsearch {
    float: right;
    margin-top: -2px;
    margin-right: 8px;
    padding: 0px;
}

.error-details .action {
    font-size: 16px;
}

.error-details .action-text {
    vertical-align: middle;
}

.error-details > .helpful-links > a {
    margin-right: 10px;
}


.ui-state-default .ui-widget-header.ui-icon, .ui-widget-header .ui-icon {
    color: #000000 !important;
}

.more-info > pre {
    margin: 20px 0;
    white-space: pre-wrap;
}

.tips, .additionalDetails {
    margin: 40px 0;
}

@media (max-device-width: 480px) {
    .ui-iggrid-rowselector-class {
        display: none !important;
    }

    .clsearch {
        float: none;
        margin-top: 44px;
    }

    #treeGrid1_container {
        height: 200px !important;
    }

    .treegrid {
        width: 100% !important;
        float: none !important;
    }


    .PayloadContainer h2 {
        font-size: 17px;
    }

    .dicfrm {
        margin-left: 40px !important;
        margin-top: 0px !important;
        background: #1c5f6e !important;
        color: white !important;
        padding-top: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        border-radius: 15px !important;
        font-size: 22px !important;
        padding-bottom: 10px !important;
        margin-bottom: 19px !important;
    }

    .navbar-toggler {
        padding: 4px !important;
    }





    .PayloadContainern {
        width: 100% !important;
        float: none !important;
    }
}

.app-div {
    text-align: center
}

.tips > ul {
    list-style-type: square;
}

    .tips > ul > li {
        margin-bottom: 10px;
    }

.additionalDetails > h3 {
    font-size: 16px;
    font-weight: normal;
}

.additionalDetails .title {
    font-weight: bold;
    color: #444;
}

.additionalDetails .info {
    color: #777;
}

.additionalDetails > div {
    margin-top: 5px;
    margin-left: 20px;
}


.clsmargn {
    margin-left: 15px;
    margin-right: 15px;
}

















.wj-flexchart {
    background-color: white;
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    height: 400px;
    margin-bottom: 13px;
    padding: 8px;
    padding-left: 0px;
}

.search-container {
    margin: 5px 0;
}

    .search-container input[type="button"] {
        width: 100px;
    }






.brcln {
    left: 25% !important;
}


.dafn {
    width: 20%;
    margin-left: 5px;
}

.addfrm {
    display: block;
    color: #262626;
}

.dicfrm {
    margin-left: 401px;
    margin-top: -65px;
    padding: 15px;
    background: #1c5f6e;
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 19px;
}

.errweb {
    margin-top: 87px;
    height: 187px;
    font-size: 17px;
    font-weight: bold;
    color: #b35858;
}









#dialogcFilter {
    display: none;
}

.textqw {
    font-size: 17px;
    background: #027fbd;
    color: white;
    line-height: 1.5;
    border-radius: 0.25rem;
    padding: 5px 13px !important;
    width: 105px;
    margin-bottom: 4px;
    float: right;
}







.clsbt .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.textqx {
    margin-top: 0px;
    padding: 5px;
}


.teqx {
    margin-bottom: 15px;
    width: 215px;
}



.textqw ul {
    left: -55px;
}


.tewq {
    float: right;
    margin-right: 4px;
}

.texwq {
    margin-left: 6px
}
