body {
    /*    background-color: #E9ECEF;*/
}

.close {
    line-height: 1.2rem;
}

.table p {
    margin-bottom: 0px;
}

p {
    word-break: break-word;
}

#wrapper #content-wrapper {
    background-color: #E9ECEF;
}

.bg-gradient-primary {
    background-color: #00a3ea;
    /*  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);*/
    background-image: linear-gradient(to bottom, #3a7bd5 0%, #00a3ea 100%);
    background-size: cover;
}

.login-bg {
    background: url(../images/login-bg.svg) no-repeat 50% 15%;
}

.wd-60 {
    width: 60px;
}
.wd-70 {
    width: 70px;
}
.wd-80 {
    width: 80px;
}
.card-body .title,
.card-body .count {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 110%;
}

.sidebar-brand-text {
    text-align: left;
    font-size: .8rem;
}

.sidebar-brand-icon img {
    width: 35px;
}

.text-90 {
    font-size: 90% !important;
}

table {
    font-size: 100%;
}

p.risk-title {
    margin-bottom: 0px;
}

.text-grey,
p.risk-desc {
    color: #9B9B9B;
}

.table {
    color: #212529;
}

table thead th {
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #00a3ea;
    border-color: #00a3ea;
}

.status-open,
.status-closed,
.status-inprogress {
    width: 100%;
    border: none;
}

.status-inprogress {
    background-color: rgba(245, 166, 35, 0.3);
}

.status-closed {
    background-color: rgba(65, 117, 5, 0.3);
}

.status-open {
    background-color: rgba(0, 163, 234, 0.3);
}

p.status-text {
    padding: 5px 0px;
    text-align: center;
    margin-bottom: 0px;
}

.closed {
    color: #417505;
}

p.closed-case {
    text-decoration: line-through;
}

.inprogress,
.text-warning {
    color: #F5A623 !important;
}

.text-primary {
    color: #00a3ea !important;
}

.open {
    color: #00a3ea;
}

.dropdown-item {
    padding: 0.55rem 1.5rem;
}

.message,
.risk-alert {
    font-size: 16px;
}


/*form*/

select.form-control {
    /*    border-radius: 15px;*/
    color: #cccccc;
    /*    font-size: 13px;*/
}

.select-box {
    height: 35px;
    background-color: #ffffff;
    border: #DFE2E6 solid 1px;
}

.form-group label,
.form-inline label {
    color: #868ba1;
    word-break: break-word;
}

.form-control {
    border: #DFE2E6 solid 1px;
    font-size: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #9B9B9B;
}


/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: #9B9B9B;
}


/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: #9B9B9B;
}


/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: #9B9B9B;
}


/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: #9B9B9B;
}


/*end form*/


/*table*/


/*
.table td {
    border-top: none!important;
}
*/

table {
    font-size: 11px !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: #dee2e6 solid 1px !important;
}

table.dataTable.no-footer {
    border-bottom: #dee2e6 solid 1px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    /*padding: .75rem !important;*/
}

.table-bordered td,
.table-bordered th {
    border: none;
}

.dt-buttons {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 30px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background-color: #e9ecef !important;
    color: #adb5bd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-top: 0.54rem;
    padding-bottom: 0.54rem;
    background-color: #e9ecef;
    border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    background: #00a3ea !important;
    border: none !important;
    color: #ffffff !important;
}

.dt-buttons {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.dt-buttons button {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 0 !important;
    margin: 0px !important;
    border: none !important;
    background: #eaeaea !important;
    color: #666666 !important;
    padding: 10px 15px !important;
}

.dt-buttons button:hover {
    background: #cccccc !important;
}

.dt-buttons button:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.dt-buttons button:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}


/*end table*/


/*Risk setting table*/


/*
risksetting .table tr {
    cursor: pointer;
}
*/

.risksetting .accordion-toggle {
    background-color: #f1f1f1;
}

.risksetting p {
    margin-bottom: 1rem;
}

.hiddenRow {
    padding: 0 4px !important;
    background-color: #ffffff;
    font-size: 13px;
}

.risksetting .accordian-body {
    cursor: auto;
}

.risksetting thead tr th:first-child,
.risksetting tbody tr td:first-child {
    width: 4em;
    min-width: 4em;
    max-width: 4em;
    word-break: break-all;
}

.numinput {
    width: 70px !important;
}

.f-w-5, .font-weight-500 {
    font-weight: 500;
}

.rule-title {
    cursor: pointer;
}

/*
input:focus, select:focus, .select-box:focus, textarea:focus { 
    box-shadow: none!important;
}
*/
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

/*
.risksetting input,
.risksetting .form-control {
    background: none!important;
    border: none;
    border-bottom: #cccccc solid 2px;
    border-radius: 0px!important;
}
*/
.risksetting .table th,
.risksetting .table td {
    padding: 1rem.75rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00a3ea;
}

.cpointer {
    cursor: pointer;
}

td.hiddenRow {
    border-top: 0px;
}

/*end risk setting table*/
.fileupload .custom-file {
    border: #DFE2E6 solid 1px;
    padding: 4px 0px 3px 3px;
    border-radius: 5px;
}

.fileupload .custom-file input[type=file] {
    /*  display:none;*/
}

.lbl-fileupload {
    z-index: 1;
    background: #eaeaea;
    position: absolute;
    padding: 5px 8px;
    top: 33px;
    left: 14px;
    border-radius: 3px;
}

@-moz-document url-prefix() {
    .lbl-fileupload {
        padding: 5px 10px;
    }
}

/*vertical line*/
.wrapper {
    position: relative;
    height: 75%;
    margin: 10px;
}

.line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.word {
    color: #ccc;
    letter-spacing: 1px;
    padding: 3px;
    background: #fff;
}

/*end vertical line*/
/*side bar menu hover style*/
.br-menu-sub .collapse-inner {
    padding-left: 21px !important;
}

.br-menu-sub .collapse-inner .collapse-item {
    /*
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
*/
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.nav-item .collapse-inner .collapse-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -.5px;
    width: 5px;
    height: 1px;
    background-color: #ffffff;
    opacity: .5;
    transition: all 0.2s ease-in-out;
}

.nav-item .collapse-inner .collapse-item:hover::before,
.nav-item .collapse-inner .collapse-item:focus::before {
    width: 18px;
    left: -13px;
    opacity: 1;
    background-color: #ffffff;
}

.nav-active::before {
    width: 18px !important;
    left: -13px !important;
    opacity: 1 !important;
    background-color: #ffffff;
}

.nav-active {
    color: #ffffff !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
    background: none;
}

/*side bar menu hover style*/
.media-body h6 {
    font-size: 110%;
}

.text-70 {
    font-size: 70%;
}

.text-80 {
    font-size: 80%;
}

.color-b30 {
    color: #f1f1f1;
}

.list-unstyled li:nth-child(odd) {
    background-color: #f8f9fc !important
}

.fraud-control .table-bordered td,
.fraud-control .table-bordered th {
    border: 1px solid #e3e6f0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: #DFE2E6 solid 1px !important;
    border-radius: 5px !important;
    height: 33px !important;
}

.col-form-label {
    word-break: break-word;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e!important;
}
.grey-bg-light { 
    background-color:#f0f4f7;
}
.border-bottom {
    border-bottom: #eaeaea solid 1px;
}
.tableborder .table-bordered tr td, .tableborder .table-bordered thead tr th {
    border:1px solid #dee2e6!important;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500!important;
    text-transform: uppercase;
    color: #212529!important; /*#5a5c69*/
}
.text-black { color: #000000!important;}
@media (max-width: 767.98px) {
    #wrapper .navhide-xs {
        width: 0px;
        overflow: hidden;
    }

    .sidebar-toggled .navhide-xs {
        width: 14rem !important;
        overflow: visible !important;
    }
}
