/* 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;
}
@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;
}

.btn-label, .btn-label:hover 
{
    font-size: 12px;
    margin-left: 7px;
    color:#000;
    font-weight:700;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.tooltip-inner {
    background-color: #17a2b8;
}
.arrow {
    border: none !important;
    /* border-width: 0 2px 2px 0; */
    /* display: inline-block !important; */
    padding: 0px !important;
    transform: rotate(0eg) !important;
    -webkit-transform: rotate(0deg) !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #17a2b8;
}

.custom-anchor-button, .custom-anchor-button:hover {
    text-decoration: none;
}

.vertical-divider {
    margin-left: 10px;
    margin-right: 10px;
    border-right: 1px solid #e5e5e5;
}
.toolbar-container {
    border: 1px solid rgba(59,65,81,.3);
    border-radius: 5px;
    padding-top: 5px;
    background: rgba(0,0,0,.02);
    margin-left: 0px;
    margin-right: 0px;
}

#web-title {
    font-size:16px;
}

.navbar-brand {
    font-size: 1rem;
}

.list-toolbar {
    margin: 0px;
    padding: 0px;
}

    .list-toolbar li {
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.table td, .table th {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.list-toolbar-button {
    margin-right: 10px !important;
}

.page-sorter,.page-sorter:hover {
    color:#000;
    text-decoration:none;
}

.panel-container {
    border: 1px solid rgba(0,0,0,.125);
    padding-top: 10px;
    background: rgba(0,0,0,.02);
    margin-left: 0px;
    margin-right: 0px;
}

.border-less {
    border: none;
}

@media(max-width:575px) {
    .toolbar-right-panel {     
        width:70%;  
    }
    .toolbar-left-panel {      
        width: 30%;
    }
}

.close-btn_no_opacity {
    background: none; /* Removes default button styling */
    border: none; /* Removes border */
    font-size: 1.5rem; /* Adjusts size of the 'X' */
    font-weight: bold; /* Makes the 'X' bold */
    color: #333; /* Default color of the 'X' */
    cursor: pointer; /* Changes cursor to a pointer on hover */
    padding: 0; /* Removes default padding */
    line-height: 1; /* Adjusts spacing inside the button */
    position: absolute; /* Positions the button relative to its container */
    Top: 10px; /* Adjusts vertical position */
    right: 10px; /* Adjusts horizontal position */
}

    .close-btn_no_opacity:hover {
        color: #ff0000; /* Changes color on hover */
    }

    .close-btn_no_opacity:focus {
        outline: none; /* Removes default focus outline */
    }

 
 /*Slider Layout*/
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color:green;
}

    input:checked + .slider:before {
        transform: translateX(14px);
    }

.badge {
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 700;
}

.badge-green {
    background-color: #28a745;
}

.badge-red {
    background-color: #dc3545;
}

.badge-gray {
    background-color: #6c757d;
}

.badge-dark-red {
    background-color: #8b0000;
}

.badge-blue {
    background-color: #007bff;
}

/*Slider Layout*/
.switch2 {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

    .slider2:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider2 {
    background-color: grey;
}

    input:checked + .slider2:before {
        transform: translateX(14px);
    }
