﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    /*min-height: 100%;*/
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    padding: 0;
}

body {
    /* Margin bottom by footer height */
    /* margin-bottom: 60px;*/
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.container {
    margin: 0;
    padding: 0;
}

/*side-nav-bar*/
.sidebar {
    margin-left: -11px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 310px;
    height: 100vh;
    background: #fff;
    border: 1px solid double;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    /*    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.nav {
    display: block !important;
    padding-left: 50px !important;
}

ul li .material-icons, ul li a {
    display: inline-block;
}

.nav-item {
    margin-top: 20px;
}

.icon {
    display: inline;
    position: absolute;
    left: 48px;
    color: gray;
}

.close-icon {
    position: absolute;
    margin-left: 50px;
    cursor: pointer;
}

.link {
    display: inline;
}

.card {
    border: none !important;
    /*  border-radius:50px;*/
}

.nav-link {
    color: black;
}

.simple-text {
    text-transform: uppercase;
    text-decoration: none;
}

.logo {
    text-align: center;
    margin-top: 18px;
}

.removePointer {
    pointer-events :none;
}

/*datatable-customisation*/
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: white;
    padding: 4px;
    margin-top: 25px !important;
    width: 148px !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .dataTables_wrapper .dataTables_filter input {
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 2px !important;
        background-color: white;
        margin-left: 3px;
    }

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: white;
    padding: 2px !important;
    margin-top: 25px !important;
    width: 148px !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-right: 30px !important;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    /*  display: none;*/
}

/*table.dataTable thead th {*/
/*    border-bottom: none;*/
/*}

table.dataTable tfoot th {
    border-top: none;
    border-bottom: none;
}
table.dataTable thead td {
    border-top: none;
    border-bottom: none;
}*/
/*table.dataTable tfoot td {
    border-top: none;
    border-bottom: none;
}*/

.dataTables_wrapper .dataTables_processing {
    position: absolute !important;
    top: 30% !important;
    background: #FFFFCC;
    border: 1px solid black;
    border-radius: 3px;
    font-weight: bold;
}


table.dataTable.no-footer {
    border-top: none;
    border-bottom: none;
}

input::placeholder {
    color: black;
    font-size: 14px;
    line-height:normal;
    font-style: normal;
}

.row_selected {
    background-color: #ff9e43 !important;
    color: white;
}

.btn-orange {
    background-color: #ff9e43 !important;
}

.form-control {
    width: 60% !important;
    /*    width: none !important;*/
    padding: 1px !important;
}

label {
    display: inline-block;
    font-size: 14px !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 14px !important;
    padding: 0.2rem 0.5rem !important;
}

tr {
    cursor: pointer;
}

/*table {
    padding: 0.3rem 0.5rem !important;
}*/

/*loader css*/
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 16px solid gray; /* grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 11;
    display: none;
}

/*Transfer button*/
.btn-transfer {
    color: #fff;
    background-color: #ff9e43;
    border-color: #1861ac;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 14px;
    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 12px;
    border: 1px solid transparent;
}

/*table > :not(caption) > * > * {
    padding: 0.2rem 0.5rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
*/
.btn-transfer:focus 
{
      border: 2px solid black;
      outline-style: solid;
      outline-color: red;
 }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn {
    padding: 0 !important;
}

.action {
    cursor: pointer;
    /*pointer-events: none;*/
}

.order- {
    display: inline-block;
    width: 49%;
}

.add-scroll {
    overflow-y: scroll;
    max-height: 400px;
}
