﻿/*.main-header {login-box box box-success
    background-color: rgba(1, 53, 90, 0.78) !important;
}*/
/* Specify styling for tooltip contents */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg-1, .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-10,
.col-lg-11, .col-lg-12:hover {
    /*box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;*/
}

/*.md-button{min-height:16px;min-width:68px;line-height:26px;
           border:0;padding:0 6px;margin:6px 8px;background:center;text-transform:none;
           color:black;font-weight:500;font-size:14px;
           }*/

/* Make it a marquee */
.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

span {
    outline : none;
}

/*
   ------------------------------------------ BOB Client------------------------------------------------
    ------------------------------------------Orange Color-----------------------------------------------

*/
body {
    background-image: url("../Images/BOB_Login_bg.png") !important;
    background-repeat:no-repeat; background-size:cover; 
    /*background-repeat:no-repeat;
    background-position:center;*/
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: #F78A67;
    color: rgb(250,250,250);
}

.md-button.md-default-theme.md-fab[disabled], .md-button.md-fab[disabled], .md-button.md-default-theme.md-raised[disabled], .md-button.md-raised[disabled]
{
     color: black !important;
    background-color: #E5DBB8 !important;
}

md-toast.md-default-theme .md-toast-content .md-button.md-highlight, md-toast .md-toast-content .md-button.md-highlight {
    color: #FFFFFF;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon{
    background-color: #F78A67;
   
}

a.ex2:hover, a.ex2:active {
    font-size: 150%;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
     /*color: black;*/ 
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #E5DBB8;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #E5DBB8 !important;
}
/*For CFDS tab on hover color change*/
.md-button.md-default-theme.md-primary.md-raised:hover, .md-button.md-primary.md-raised:hover, .md-button.md-default-theme.md-primary.md-fab:hover, .md-button.md-primary.md-fab {
    color: black;
    background-color: #E5DBB8;
  
}

/*Login form color*/
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: left !important;
    padding: 0 20px 20px 20px;
    background-color: #E5DBB8 !important;
}
/*Login form color*/
.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
    background-color: #E5DBB8!important;
}
/*Login form color*/
/*.box {
    position: relative;
    border-radius: 3px;
   background-color: #F78A67 !important;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   }*/
    

 

/*Border Style for Login Form*/
/*.box.box-success {
    border-bottom-color: #3c8dbc;
    background-color: orange;*/

/*For CFDS tab on active color change*/
.md-button.md-default-theme.md-primary.md-raised:active, .md-button.md-primary.md-raised:active, .md-button.md-default-theme.md-primary.md-fab:active, .md-button.md-primary.md-fab {
    color: white;
    background-color: #00B050;
  
}
/*On hover UI menu list*/
.sidebar-menu .treeview-menu > li:hover > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 15px;    
    color: firebrick !important;
}

.content {
    padding: 0px 4px;
}
.box.box-success {
    border-top-color: #F78A67 !important;
    /*border-bottom-color: #F78A67 !important;*/
}
.container {

    max-width: 100% !important;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: black !important;
    background: #E5DBB8;
    border-left-color: #E5DBB8;
    font-size:larger;
    
}

.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
    background-color: #E5DBB8;
        font-weight: bold;
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    padding-left:10px;
}
md-input-container .md-errors-spacer {
    min-height: 0px; 
}
.panel-body {
     padding: 0px 10px; 
}
.Txnbtns {
    margin-left: 8px;
}

.panel-heading {
    padding: 6px 10px;
}
.popover {
  z-index: 9999;

}
md-input-container {
    margin: 18px 0px 2px 0; 
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore) {
    right: 76px;
    left: auto;
    width: calc(100% - 75px);
}
.md-button.md-icon-button {
    margin: 0px;   
}
md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
     overflow: visible; 
     font-weight: bold !important;
     font-size: 12px;

}
.md-switch_cls {
    margin: 0px;
}
.Txnbtns a {
    color: white !important;
    background-color: #F78A67;
    box-shadow: 0 6px 12px rgba(0,0,0,.475) !important;
    border-radius: 30px !important;
    font-size: 13px;
    padding: 3px 8px;
    margin: 2px;
}

    .Txnbtns a span:hover {
        color: black !important;
    }

    .Txnbtns a span {
        color: white !important;
    }

.tooltip.customClass .tooltip-inner {
    color: #fff;
    background-color: #F78A67;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* Hide arrow */
.tooltip.customClass .tooltip-arrow {
    display: none;
}

.close {
    color: #fff !important;
    font-size: 26px !important;
    opacity: 5;
}
.breadcrumb {
    padding:0px !important;
}

.panel-titleForSolution{

    color: #ecf1f1;
     margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.nav-tabs > li {
    background-color: #F78A67 !important;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: black !important;
    }

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #F78A67 !important;
}

.dropdown-menu {
    border-color: black;
    background-color: rgba(247, 138, 103, 1);
   
}

.small-lable {
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: black;
}

.input-group-btn > a {
    color: black !important;
    padding-top: 15px;
    padding-left: 5px;
}

.box {
    margin-bottom: 6px !important;
}

.btn-sm-3Dot {
    height: 25px;
    padding: 3px 12px !important;
    margin-top: 20px;
}

.box-header {
    padding: 5px !important;
}

.content {
    padding: 6px;
    background-image: url("../Images/BOBBack.png") !important;
   
}

.content-header {
    position: relative;
    padding: 0 !important;
    border-bottom: 1px solid grey;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100% !important;
}

.input-sm {
    height: 25px;
    padding: 5px 10px;
    /* font-size: 12px; */
    line-height: 1.5;
    border-radius: 3px;
}

label {
    margin-bottom: 1px !important;
    font-size: 11px;
}

.main-footer {
    padding: 5px !important;
}

.btn-hover:hover {
    background-color: #F78A67 !important;
    color: white !important;
}

.skin-blue .main-header li.user-header {
    background-color: #F78A67 !important;
}

.skin-blue .main-header .navbar {
    background-color: #F78A67 !important;
}

.skin-blue .main-header .logo {
    background-color: #F78A67 !important;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

    .skin-blue .main-header .logo:hover {
        background-color: #357ca5;
    }

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #F78A67!important;
}

.main-header .logo .logo-lg {
    display: block;
    /*background-image: url(../Images/obc-logo-bg.png) !important;*/
    background-image: url('../Images/bob2.png')!important;
    /*background-image: url('../Images/boblogo_mobile_01052023.png')!important;*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    background-color:white;
}

.main-header .logo .logo-mini {
    /*background-image: url(../Images/obc-logo-sm.png) !important;*/
    background-image: url('../Images/bob_B_logo1.png')!important;
    /*background-image: url('../Images/boblogo_mobile_01052023.png') !important;*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    background-color:white;
}

a{
    color: #ffffff !important;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    margin-top: 2px;
    margin-bottom: 10px;
}

.ui-grid-header-cell {
    background-color: #F78A67;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.ui-grid-canvas {
    font-size: 12px;
}

.ui-grid-row {
    height: 25px;
}

.adisabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #E5DBB8  !important;
}

.adisabledmenu {
    pointer-events: none;
    cursor: not-allowed;
}
/*Admin Css End */
.navbar-inverse {
    background-color: rgba(1, 53, 90, 0.78) !important;
}

.navbar-inverse-Custom {
    /*margin-top: 5px;*/
    background-image: url("../Images/IIFLLogo.png") !important;
    /*background-size:     cover;*/
    background-size: contain;
    background-repeat: no-repeat;
}

body {
    /*background-image: url("../Images/IIFL_bg.png") !important;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background-repeat:no-repeat;
    background-position:center;*/
}

.Custom-Modal-Header {
    background-color: #F78A67 !important;
    color: white !important;
}

.modal-header.ng-scope {
    max-height: 400px;
    overflow: auto;
    background-color: #F78A67 !important;
}

.table-responsive {
    max-height: 400px;
    overflow: auto;
    background-color: #cfdaca !important;
}

.help-block{
    color:#fffef6;
}
.Custom-modal-content {
    /*background-color: #C2CDD7;*/
     background-image: linear-gradient(to bottom,rgb(253, 253, 253) 0,#f78a67 100% ) !important;
    /*display:inline-table;*/
}

.panel-primary > .panel-heading {
    /*background-image: linear-gradient(to bottom,#01355A 0,#01355A 100% ) !important;*/
     background-image: linear-gradient(to bottom,#F78A67 0,#027f44 100% ) !important;
}

.btn-primary-Custom {
    color: #ffffff !important;
    background-image: linear-gradient(to bottom,#F78A67 0,#F78A67 100% ) !important;
    /*border-color: #0175CB !important;*/
}
.panel-headingForSolutionPara{
    background-image: linear-gradient(to bottom,#F78A67 0,#027f44 100% ) !important;
     padding: 6px 10px;
}

.panel-primary {
    border-color: #02923f;
    margin-top: 14px;
}

/*.btn-primary-Custom:hover {
    color: #ffffff !important;
    /*background-color: #F78A67 !important;*/
/*background-image:linear-gradient(to bottom,#F78A67 0,#FF8761 100% ) !important;
    background-image: linear-gradient(to bottom,#015796 0,#015796 100% ) !important;
    border-color: #0175CB !important;
}*/

.btn-primary-Custom_line {
    color: #ffffff !important;
    background-image: linear-gradient(to bottom,#F78A67 0,#F78A67 100% ) !important;
    border-color: #0175CB !important;
}

    .btn-primary-Custom_line:hover {
        color: #ffffff !important;
        /*background-image: linear-gradient(to bottom,#01355A 0,#01355A 100% ) !important;*/
        background-image: linear-gradient(to bottom,#007464 0,#007464 100% ) !important;
        border-color: #0175CB !important;
    }

.btn-primary-Custom:hover {
    /*color: #ffffff !important;*/
    /*background-color: #F78A67 !important;*/
    /*background-image:linear-gradient(to bottom,#F78A67 0,#FF8761 100% ) !important;*/
    /*background-image: linear-gradient(to bottom,#015796 0,#015796 100% ) !important;*/
    background-image: linear-gradient(to bottom,#E5DBB8 0,#E5DBB8 100% ) !important;
    border-color: #E5DBB8 !important;
}
md-menu-bar.md-default-theme md-menu.md-open > button, md-menu-bar md-menu.md-open > button, md-menu-bar.md-default-theme md-menu > button:focus, md-menu-bar md-menu > button:focus {
    outline: none;
    background: #E5DBB8;
}
.form-group-footer {
    background-color: white;
    border: 1px solid rgba(1, 61, 90, 0.13);
}


.container-custom-header {
    background-color: rgb(56, 97, 126);
    border: 1px solid #FFFFFF;
    padding: 2px 0px !important;
    margin-top: 5px;
    color: white;
}

.custom-bottom {
    background-color: rgb(56, 97, 126) !important;
    color: white;
}

.innerMenuPanel {
    background-color: rgb(2, 46, 79) !important;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #C2CDD7 !important;
}

.hovereffect {
    background-color: #C2CDD7 !important;
}

.dash-bg {
    /*background-image: url("../Images/shreeyantra.png") !important;*/
    background-color: none !important;
    background-repeat: repeat;
    background-position: initial;
}

.hvr-underline-from-center:before {
    background-color: #C2CDD7 !important;
}



.login-bg {
    /*background-color: rgba(247, 143, 59, 0.76) !important*/
}

.login-header {
    color: #F9F5F5 !important;
    background-color: #01355A !important;
    border-color: #F4F7F7 !important;
}


.input-group-addon {
    /*background-color: rgba(1, 8, 90, 0.42) !important;*/ /*#FD7F57 !important;*/
}

.shortcut-Menu {
    background-color: rgb(1, 53, 90);
}

.navbar-fixed-bottom {
    background-color: #375C75 !important;
    color: white;
}

.footer-marquee {
    background-color: rgb(55, 92, 117);
    color: white;
}

.login-info {
    color: white;
}

    .login-info a {
        color: antiquewhite;
    }

.modal-title {
   color: black !important;
}

.custDet thead tr {
    background-image: linear-gradient(to bottom,rgb(247, 138, 103) 0,rgb(247, 138, 103) 100% ) !important;
    color: white;
    border-top: none !important;
    margin-bottom: 0px !important;
    cursor: pointer;
}


.custDet tbody :hover {
    background-image: linear-gradient(to bottom,#F78A67 0,#F78A67 100% ) !important;
    color: #fff;
}

.dashboard-button {
    padding-top: 60px;
    /*padding-left: 7px;*/
    font-size: 38px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.Control-Validation-Fail {
    border-color: red;
}

.required:after {
    color: red;
    content: " *";
}

.aenabled {
    cursor: pointer;
}

ul.ng-isolate-scope {
    top: 85% !important;
    left: 10px !important;
    background-color: #A6BCCA !important;
    transition: all 0.2s ease;
    overflow: auto;
    max-height: 200px;
    width: 259px !important;
}

    ul.ng-isolate-scope li:hover {
        background-color: #4E8E2E !important;
    }

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px !important;
    font-size: 12px !important;
}

.TypeHead {
    font-size: 12px !important;
}

.MarqueeMsg {
    font-size: 12px !important;
    font-family: 'Times New Roman', Times, serif;
}

.radio, .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-group-item {
    padding: 1px 5px;
}

.list-group {
    padding-left: 0;
    margin: 0;
}

.box-body {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.txt-border{
    border-color:red;
}
.AlertMessage {
    /*background-color:#007464;*/
    background-color:#dee5e8;
    color:red;
    font-size:14px;
    
    /*border-radius: 25px;*/
    
}
.AlertNewMessage{
    color:red;
   font-size:medium;
    font-style:italic;
    

}

.header {
    height: 35px;
    width: 100%;
    /*background-color: #ADD8E6;*/
    background-color: #F78A67;
    margin-top: 0%;
    box-sizing: border-box;
}

.footer {
    height: 35px;
    width: 100%;
    /*background-color: #ADD8E6;*/
    background-color: #F78A67;
    border-color: #F78A67;
    /*bottom: 0;*/
    margin-bottom: 0px;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: #F78A67; 
}
.btn-danger {
    background-color: #F78A67;
    /*border-color: #d73925;*/
}


/*Changed by martand after click on input box*/
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
    border-color: #F78A67;
    color:#087598;
    font-size:larger;
}
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
     border-bottom-color: #F78A67; 
    /*color: #F78A67*/
}
md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: #E5DBB8;
}
md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: #F78A67;
}
md-switch.md-default-theme.md-checked .md-ink-ripple, md-switch.md-checked .md-ink-ripple {
    color: #F78A67;
}

md-input-container:not(.md-input-invalid).md-input-focused label {
    color: #F78A67;
    font-size : 16px;
}

md-input-container:not(.md-input-invalid).md-input-has-value label {
    font-size : 15px;

}

.md-datepicker-calendar-pane{
z-index: 1200}

.md-select-menu-container {
  z-index: 1200;
}

.md-checkbox .md-label {
font-size: 10px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    position: absolute;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    height: 225.5px;
    max-height: 225.5px;
    z-index: 9999 !important;
}

.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
    color: white;
    background-color: #F78A67;
}

.md-padding {
    padding: 0px;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #F78A67;
    background: #F78A67;
}

md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: white;
    background-color:#F78A67;
}


md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: black;
}

md-input-container.md-default-theme label/*, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder*/ {
    color: black;
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    transform: translate3d(0,6px,0) scale(0.8);
}
md-input-container:not(.md-input-invalid).md-input-has-value label{
    color:black;
}

.md-datepicker-input-container {
    border-bottom-color: white;
}
.md-tab {
     line-height: 20px; 
    
}
md-input-container .md-input{
    color: black;
    font-weight: bold !important;
    margin-left:6px;
}

/**/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {   
    padding-left: 0px;
}

/*autocomplete*/
md-autocomplete {  
    min-width: 0px;
}

body {
    font-size: 12px;   
    color: #333 !important;
}

/*md-Select label color*/
md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
    color: #F78A67;
        margin-left: 7px;
}

/*Font Color changes by martand*/
md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder {
    color: #F78A67 !important;
}
/*Added by martand*/
md-checkbox .md-label {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-left: 30px;
    color: #F78A67; 
    margin-right: 0;
    
}

/*md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    border-color:blue;
    font-size:20px;
}*/

/*.md-input ng-valid-maxlength ng-dirty ng-valid-parse ng-touched ng-invalid ng-invalid-required{
     border-color:blue;
    font-size:20px;
}*/


.smallbutton{
    color: white;
    height:30px;
    /*width:80px;*/
    background-color: #F78A67;
    border-radius:8px;
    font-size:12px; 
    height:25px;
}
.smallbutton:hover{
    color: black;
    height:30px;
    /*width:80px;*/
    background-color: #E5DBB8;
     border-radius:8px; 

}

.skin-blue .treeview-menu > li > a {
    /* color: #8aa4af; */
    color: black !important;
}


md-switch {
    margin: 16px 0;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    line-height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: inherit;
    margin-right: 16px;
    color:#F78A67;
}

.group-header.ng-scope {
    max-height: 400px;
    overflow: auto;
    /* background-color: rgba(255,255,255,0.87) !important; */
}
.group-title {
    color: rgb(221,44,0);
}
.AccountAllocation-Defendant {
    background-color: #F78A67;
    border-top: 0px solid #d2d6de;
    height: 30px;
}

.AccountAllocation-Defendant-Table {
    margin-right: 0px;
    margin-top: 5px;
    width: 300px;
    height: 30px;
    border: 1px solid black;
    color: white;
    background-color: #F78A67;
}

.AccountAllocation-TR {
    /*border-top: 0px solid #d2d6de;
    height: 30px;*/
    width: 100%;
    color: white;
    background-color: #F78A67;
}