@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import "menu.css";
/*@import "GridColumn.css";*/
/*@import url('c:\teamdev\yellowpage.blazor\quickgrid\src\microsoft.aspnetcore.components.quickgrid\themes\default.css');*/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



a, .btn-link {
    color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}



.content {
    padding-top: 1.1rem;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




/*--- all ---*/

@font-face {
    font-family: BT-Regular;
    src: url(font/BTFont_Rg.ttf);
}

@font-face {
    font-family: BT-Bold;
    src: url(font/BTFont_Bd.ttf);
}

@font-face {
    font-family: BT-Light;
    src: url(font/BTFont_Lt.ttf);
}

* {
    font-size: 14px;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: BT-Regular;
    color: #333;
    line-height: 1.5;
}

.main-container {
    min-height: 100%;
    position: relative;
    padding-bottom: 20px;
}

.ipt_content {
    padding: 10px 25px 70px 20px;
    min-height: calc(100vh - 200px);
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

hr {
    color: #EFEEED;
    height: 1px;
}

a, a:hover {
    color: #333;
}

h1 {
    font-family: BT-Light;
    font-size: 48px;
    font-weight: 300;
    line-height: 51px;
    margin-bottom: 10px;
    margin-top: 30px;
}

h2 {
    font-family: BT-Light;
    font-size: 36px;
    margin-bottom: 30px;
}

h3 {
    font-family: BT-Light;
    font-size: 22px;
    margin-bottom: 30px;
}

h4 {
    font-family: BT-Regular;
    font-size: 20px;
    margin-bottom: 0px;
}

.hwaccel {
    -webkit-transform: translateZ(0);
}

img {
    border: 0px;
}

.form-control {
    display: inline-block;
    height: auto;
}

.Popup-Width {
    width: 500px !important;
    /*width: 350px !important;*/
}

.InputControl-Width {
    width: 800px !important;
}

.form-label {
    display: inline-block;
    height: auto;
    padding: .375rem .75rem;
}

.btn-danger {
    padding: 10px 20px !important;
    font-size: 16px !important;
    line-height: 17px !important;
    text-align: center !important;
}

.btn-primary {
    border: 1px solid #6400aa !important;
    padding: 10px 20px !important;
    color: #6400aa !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 17px !important;
    text-align: center !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #6400aa !important;
    }

        .btn-primary:hover > .ui-icon {
            background-image: url(themes/base/images/ui-icons_ffffff_256x240.png);
        }

.btn-secondary {
    border: 1px solid #fff !important;
    background-color: #6400aa;
    color: #fff !important;
}

    .btn-secondary:hover {
        border: 1px solid #fff !important;
        background-color: #fff !important;
        color: #6400aa !important;
    }

.btn.btn-primary[disabled] {
    background-color: #cccccc;
}

.badge {
    font-size: 100%;
}

input[type='radio'] {
    margin-right: 5px !important;
}

.tooltip-inner {
    white-space: pre-wrap;
    max-width: 500px;
    text-align: left;
    background-color: #430D7C;
    border: 1px solid #fff;
}


.checkbox label {
    position: relative;
    top: -2px;
    left: 5px;
}

input[type='checkbox']:after {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    top: -2px;
    left: -1px;
    position: relative;
    /*background-color: #3B8054;*/
    content: '';
    display: inline-block;
    visibility: visible;
    /*border: 3px solid #3B8054;*/
    transition: 0.5s ease;
    cursor: pointer;
}

input[type='checkbox']:checked:after {
    /*background-color: #9DFF00;*/
}

.card {
    margin-bottom: 20px;
}

tr.about {
    vertical-align: top;
}

.frame {
    height: auto; /* equals max image height */
    width: auto;
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */
    margin: 0;
    padding: 0;
}

.progress {
    margin-top: 5px;
    height: 0.8rem;
}

.progress-bar {
    background-color: #6400aa;
}

.searchBox button, input, optgroup, select, textarea {
    color: #333;
    font: inherit;
    font-family: BT-Regular;
}

    select option {
        font: inherit;
        font-family: BT-Regular;
        font-family: 'BT Font';
    }

option {
    font-family: BT-Regular;
}



/* master page */

.header-link2-small {
    color: #FFFFFF;
    margin-left: 10px;
}

.header-link-small {
    padding: 30px 15px 30px 0px;
    color: #FFFFFF;
}

    .header-link-small:hover {
        color: #fff;
        text-decoration: underline;
    }

.header-container2 {
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #6400AA;
    color: #fff;
    min-height: 87px;
}

.headerRight {
    margin: 10px 15px;
    color: #fff;
}

.header_breadcrumb, .header_breadcrumb a, .header_breadcrumb a:hover {
    background: url(../img/breadcrumb.png) no-repeat center #00051a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:5px;
    color: #fff;
    font-size: 16px;
}

.environment {
    margin-top: 25px;
    color: yellow;
    white-space: nowrap;
}

.titlepage {
    font-size: 16px;
}

#mainTable {
    background-color: #FFFFFF;
}

.copyright {
    color: #767E73;
    padding: 0px 10px 0px 10px;
}

.username {
    color: #6400aa;
    font-weight: bold;
    padding-right: 15px;
}

a.header:link, a.header:visited {
    text-decoration: none;
    color: #6400aa;
    font-weight: bold;
}

a.header:hover, a.header {
    color: #6400aa;
}

.ipt_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #6400aa;
    /*position: relative;*/
    margin-top: 5em;
    width: 100%;
    color: #fff;
    padding-top: 20px;
}

/* Login Page */


.loginContent {
    padding-top: 80px;
}

.loginLeft {
    margin-right: 90px;
}

.loginRight {
    margin: 63px 0 80px;
    float: left;
}

.loginAccount {
    font-size: 20px;
    font-size: 12px;
    color: #6400aa;
    text-transform: uppercase !important;
}


.divLogin {
    width: 500px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.textInput {
    background-color: #FFFFFF;
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.textLogin {
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.boxLogin {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    background-color: #eeeeee;
    padding: 10px 10px 10px 10px;
}

fieldset {
    margin-left: 10px;
    background-color: white;
    border: solid 1px #6400aa;
}

.FIELDSETGrey {
    margin-left: 10px;
    background-color: white;
    border: solid 1px #6400aa;
}

legend {
    letter-spacing: 0px;
    background-color: #6400aa;
    color: white;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border: 1px solid #6400aa;
}

.LEGENDGrey {
    letter-spacing: 0px;
    background-color: #6400aa;
    color: white;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border: 1px solid #6400aa;
}

/* Header */

td.header1 {
    background-image: url(../img/fd_header1.gif);
    background-position: top right;
    background-repeat: repeat;
}

td.header2 {
    background-image: url(../img/fd_header2.gif);
    background-position: top left;
    background-repeat: repeat;
}

a.header:hover, a.header {
    color: #6400aa;
}

img.puce {
    vertical-align: baseline;
    margin-right: 5px;
}

.username {
    color: #6400aa;
    font-weight: bold;
    padding-right: 5px;
}

.pSearch {
    margin-top: 10px;
}

/* Content page */

.spacerR {
    margin-right: 15px;
}

.spacerL {
    margin-left: 15px !important;
}


.imgList {
    margin: 0px 1px 3px 0px;
}

.pagerActive {
    color: yellow;
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
}

.pagerInactive {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
}

.pagerMenu {
    background-color: #6400aa;
    color: #6400aa;
    border: 1px solid #000000;
}

a.table:link, a.table:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
}

a.table:hover, a.table:active {
    color: yellow;
}

div.content {
    padding: 0px 10px 10px 10px;
}

td.tableTextForm {
    color: black;
    font-weight: normal;
    padding: 10px;
    vertical-align: top;
}

td.tableHead {
    text-align: left;
    color: white;
    background-color: #6400aa;
    font-weight: bold;
    padding: 5px;
}

.tableLineFirst {
    font-weight: normal;
}

tr.tableLineFirst td, tr.tableLineLast td {
    padding: 10px;
}

.tableLineFirst:hover, .tableLineFirst:hover a {
    background-color: #ececec;
}

.tableLineLast {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: normal;
}

    .tableLineLast:hover, .tableLineLast:hover a {
        background-color: #ececec;
    }

td.tableLineMessage {
    text-align: left;
    background-color: #d52685;
    font-weight: normal;
    padding: 5px;
}

td.tableBottom {
    text-align: left;
    color: #6400aa;
    background-color: #6400aa;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
}

.tableFilter td {
    text-align: left;
    color: #fff;
    background-color: #6400aa;
    padding: 5px 0px 0px 10px;
}

.tableFilter {
    border-top: 1px solid #fff;
    border-spacing: 0;
}

td.tablePage {
    text-align: right;
    color: #6400aa;
    background-color: #6400aa;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
}

tr.tableHead td {
    color: white;
    background-color: #6400aa;
    padding: 10px;
}

tr.tableHead th {
    color: white;
    background-color: #6400aa;
    font-weight: bold;
    padding: 10px;
}

tr.tableLineMessage td {
    background-color: #d52685;
    font-weight: normal;
    padding: 5px;
}


td.tableLineMessagePuce {
    text-align: right;
    background-color: #d52685;
    padding: 5px;
}

td.tableInOutHeader {
    text-align: center;
    color: #FFFFFF;
    background-color: #6400aa;
    font-weight: bold;
    padding: 5px;
}

td.tableInOutMain {
    border-left: 1px solid #6400aa;
    border-right: 1px solid #6400aa;
    border-bottom: 1px solid #6400aa;
}

tr.borderBottom td {
    border-bottom: 1px solid black;
}

td.borderLeft {
    border-left: 1px solid black;
}

.thinBorder {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

img.puceTable {
    vertical-align: top;
    margin-right: 7px;
}

input {
    color: black;
}

table.tabstrip {
    margin: 0px 10px 20px 10px;
    border: 1px solid #6400aa;
    border-left: 1px solid #6400aa;
    background-image: url(../img/fd_menu.gif);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 960px;
}

a.tabstip:link, a.tabstip:visited {
    text-decoration: none;
    color: #6400aa;
    padding-right: 25px;
    padding-left: 15px;
    background: transparent url(../img/puce_tabstrip.gif) center left no-repeat;
    font-weight: bold;
}

a.tabstip:hover, a.tabstip:active {
    color: #6400aa;
}

.errorMessage {
    color: Red;
}

.warningMessage {
    color: Red;
    font-weight: bold;
}

.buttonAddRemove {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.ainsert:link, a.ainsert:hover, a.ainsert:active, a.ainsert:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.divinsert {
    background-color: #6400aa;
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    border-radius: 5px 5px 0px 0px;
}

a.tableCaseCat:link, a.tableCaseCat:hover, a.tableCaseCat:active, a.tableCaseCat:visited {
    color: #D84A00;
    font-weight: bold;
    text-decoration: none;
    font-size: larger;
}

a.tableCaseSubCat:link, a.tableCaseSubCat:hover, a.tableCaseSubCat:active, a.tableCaseSubCat:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.bInlineEdition {
    height: 13px;
}

.divJiraReference {
    width: 380px;
    height: 214px;
    overflow: auto;
}

tr.JiraReferenceTitle td {
    background-color: #d52685;
    font-weight: normal;
    padding: 5px;
    font-weight: bold;
    color: #000000;
}

.divExport {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #AAAAAA;
    padding: 10px 10px 10px 10px;
    height: 250px;
}

/* Footer */

a.footer:link, a.footer:visited {
    text-decoration: none;
    color: #767E73;
}

a.footer:hover, a.footer:active {
    color: #6400aa;
}

.terms {
    text-align: right;
    padding-right: 20px;
}

.copyright {
    color: #767E73;
    padding: 0px 10px 0px 10px;
}

/* Tabulation */
#tabLinkSelected {
    text-decoration: none;
    color: #6400aa;
}

#tabLink {
    text-decoration: none;
    color: #000000;
}

/* Menu */

.menuBckg {
    background-color: #D7D6D6;
    height: 40px;
}

.menuIPT {
    background-color: white;
    text-decoration: none;
    color: #000000;
    background-color: #D7D6D6;
    cursor: default;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    text-align: left;
}

.menuitem02 {
    padding-left: 10px;
    padding-top: 5px;
}

.menuitem03 {
    color: #FFFFFF;
}

/* Popup Message */

.PopupBckg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9996;
}

.PopupBox {
    z-index: 9998;
    width: 900px;
}

#errorMessagefixedtop {
    z-index: 9998;
    width: 480px;
    margin: auto;
    border: none;
}

#errorMessage {
    background-image: url('../img/popup_bckg.png');
    width: 500px;
    height: 250px;
    position: fixed;
    margin: auto;
    top: 300px;
    color: #000000;
    text-align: center;
    z-index: 9998;
}

.errorMessageTitle {
    border-bottom: 0px;
    font-weight: bold;
    height: 22px;
    text-align: left;
    padding: 15px 20px 0px 20px;
}

.errorMessageContent {
    border: 0px solid #AAAAAA;
    padding: 15px 25px 0px 15px;
    width: 450px;
}

.errorMessageButton {
    padding: 0px;
    width: 100px;
}

.errorMessageTitleIcon {
    padding: 2px 5px 0px 0px;
}

.errorMessageTitleText {
    margin: 2px 0px 0px 0px;
    cursor: move;
}

.errorMessageTitleClose {
    margin: 1px 2px 0px 0px;
}

.errorMessageContentIcon {
    margin: 10px 0px 0px 10px;
}

.divContent1 {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    height: 130px;
}

.divContent2 {
    display: table;
    height: 130px;
    #position: relative;
    overflow: hidden;
}

.divContent3 {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

.divContent4 {
    #position: relative;
    #top: -50%;
}

/* Box */

.BoxTitleBackground {
    background-color: #6400aa;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}

.BoxBorder {
    border-color: #000000;
    border-width: 1px;
}

.redText {
    color: #FF0000;
}

/* Main menu */

a.menu:link, a.menu:visited {
    text-decoration: none;
    color: #6400aa;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}

a.menu:hover, a.menu:active {
    color: #6400aa;
}

a.subMenu:link, a.subMenu:visited {
    text-decoration: none;
    color: white;
    background-color: #6400aa;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
}

a.subMenu:hover, a.subMenu:active {
    color: #6400aa;
}

td.bgMenu {
    background-position: top right;
    background-repeat: repeat;
}

td.bgMenuActive {
    background-image: url(../img/fd_menu_active.gif);
    background-position: top right;
    background-repeat: repeat;
}


/*--- log view ---*/

.logDetail {
    width: 100%;
}

    .logDetail td {
        border-top: 0px solid #dee2e6;
        padding: 20px 10px 20px 10px;
        vertical-align: top;
    }

    .logDetail tr:nth-of-type(2n+1) {
        background-color: rgba(0, 0, 0, 0.05);
    }


div#tooltip {
    position: fixed;
    visibility: hidden;
    z-index: 100;
    background-color: #fffacd;
    border: 1px solid black;
    padding: 0.1em;
}

.btnSearch {
    border: none;
    cursor: pointer;
}

.UCList {
    width: 100%;
}

.sort-th {
    cursor: pointer;
}


.btn-page {
    color: yellow;
}

    .btn-page:hover {
        color: yellow;
    }


.btn-color {
    color: white;
}


.table-row-select:hover, .quickgrid tbody tr:hover {
    background: #ececec !important;
}

thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    /*outline: 1px solid gray;*/
    z-index: 1;
}

.quickgrid thead tr {
    background-color: #6400aa;
    color: white;
}

.quickgrid thead th:active {
    outline: none !important;
}
/*For virtualized grids, it's essential that all rows have the same known height*/
tr {
    height: 30px;
    border: none !important;
    /*border-bottom: 0.5px solid silver;*/
}

.header {
    background-color: #6400AA !important;
    box-shadow: none !important;
}

.progressbarWrapper {
    height: 30px;
    width: 500px;
    max-width: 80%;
    display: block;
    margin: auto;
    margin-top: 20vh;
    position: relative;
    background: #555;
    padding: 3px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

#myBar {
    display: block;
    height: 100%;
    width: 0px;
    color: #fff !important;
    background-color: #4CAF50 !important;
    background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69% );
    position: relative;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    color: white;
    transition: all 700ms ease;
}

#table-wrapper {
    position: relative;
}

#table-scroll {
    height: 200px;
    overflow: auto;
    /*margin-top: 20px;*/
}

#table-wrapper table {
    width: 100%;
}

    #table-wrapper table * {
        /*background: yellow;*/
        color: black;
    }

    #table-wrapper table thead th .text {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 35%;
        border: 1px solid red;
    }

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.25);
    z-index: 9999;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #eee;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.grey-line-top {
    border-top: 1px solid #dee2e6;
    padding: 0;
    width: 100%;
}

.grey-line-bottom {
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    width: 100%;
}

.btn-cancel {
    padding: 10px 20px !important;
    color: #6400aa !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 17px !important;
    text-align: center !important;
}

.btn-primary {
    border: 1px solid #6400aa !important;
    padding: 10px 20px !important;
    color: #6400aa !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 17px !important;
    text-align: center !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #6400aa !important;
    }

        .btn-primary:hover > .ui-icon {
            background-image: url('../img/ui-icons_ffffff_256x240.png');
        }

}

.bg-primary {
    background-color: #6400aa !important;
}

div.bg-primary,
.bg-primary {
    background-color: #6400aa !important;
}

.grey-line-top {
    border-top: 1px solid #dee2e6;
    padding: 0;
    width: 100%;
}

.grey-line-bottom {
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    width: 100%;
}

.btn-cancel {
    padding: 10px 20px !important;
    color: #6400aa !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 17px !important;
    text-align: center !important;
}

    .btn-cancel:hover {
        text-decoration: underline;
    }

.btn-primary {
    border: 1px solid #6400aa !important;
    padding: 10px 20px !important;
    color: #6400aa !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 17px !important;
    text-align: center !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #6400aa !important;
    }

.blazored-modal {
    padding: 0 !important;
}

.bm-title {
    margin: 10px 0 0 15px !important;
    color: #6400aa !important;
    font-weight: bold !important;
}

.bm-close {
    /*padding: 10px 20px 0 0 !important;*/
    padding: 0px 0px 0px 0px !important;
    margin: 0rem 0rem 0rem 0rem !important;
    background: url('../img/close.png') no-repeat center center !important;
    background-size: 16px 16px !important;
    color: transparent !important; /* hides the � */
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}

.bm-header {
    padding: 0 0 1rem 0 !important;
}

.size-medium {
    max-width: 50% !important;
}

.tableCaseCat {
    color: #ff6600;
    text-decoration: none;
}

.tableCaseSubCat {
    color: #333;
    text-decoration: none;
}

.custom-hover-link {
    text-decoration: none;
    transition: color 0.2s ease;
}

    .custom-hover-link:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.row {
    margin-right: 25px !important;
}
.Search-Name{
    width:85% !important;
}
.Search-Type{
    width:25% !important;
}


/*AddApplication*/
.form-control.Popup-Width {
    width: 100% !important;
    max-width: 500px;
    min-width: 200px;
}

.col-md-12 {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    table-layout: auto;
}

    table td:first-child {
        width: 100px;
        min-width: 80px;
        white-space: nowrap;
    }

    table td:last-child {
        width: auto;
    }

@media (max-width: 768px) {
    .form-control.Popup-Width {
        width: 100% !important;
        max-width: none;
    }

    table td:first-child {
        width: 80px;
        min-width: 60px;
    }
}

@media (max-width: 480px) {
    table {
        font-size: 12px;
    }

    .btn {
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
}

.List-Checkbox {
    padding-left: 15px !important;
}

button.Btnserch:hover {
    color: yellow !important;
}

button.Btnserch:hover i {
    color: yellow !important;
}

.paginator {
    height: 40px;
    min-height: 40px;
}
