﻿/* 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. */

.adjustedcontainer {
    max-width: 100000px !important;
    text-align: center;
}

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;
}

/* 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: 45px; /* Vertically center the text there */
}


.textboxclass {
    width: 100px;
    height: 30px;
    overflow-wrap: break-word;
    background: #00FFFF;
}

.textboxclass1 {
    width: 100px;
    height: 30px;
    overflow-wrap: break-word;
    background: #ffff00;
}

.editableClass {
    overflow-wrap: break-word;
    color: #00FFFF;
}

.readonlyClass {
    overflow-wrap: break-word;
    background: #ffff00;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    height: 25px;
    background: #ffffff;
}

.knobs2, .layer2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 26px;
    width: 67px;
}


.toggle2 {
    width: 67px;
    height: 26px;
    overflow: hidden;
    border-radius: 2px;
    top: 100px;
}

.checkbox2 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs2 {
    z-index: 2;
}

.layer2 {
    width: 100%;
    background-color: #ebfced;
    transition: 0.3s ease all;
    z-index: 1;
}

/* Button 13 */
.toggle2 .knobs2:before, .toggle2 .knobs2:after, .toggle2 .knobs2 span {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 7px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.toggle2 .knobs2:before, .toggle2 .knobs2:after {
    color: #4e4e4e;
    z-index: 1;
}

.toggle2 .knobs2:before {
    font-family: Arial, Helvetica, sans-serif;
    content: 'ON';
    left: 6px;
    font-size: 12px;
    top: 1px;
}

.toggle2 .knobs2:after {
    font-family: Arial, Helvetica, sans-serif;
    content: 'OFF';
    right: 13px;
    top: 1px;
    font-size: 12px;
}

.toggle2 .knobs2 span {
    width: 26px;
    left: 37px;
    background-color: #00e016;
    z-index: 2;
}

.toggle2 .checkbox2:checked + .knobs2 span {
    left: 4px;
    background-color: #F44336;
}

.toggle2 .checkbox2:checked ~ .layer2 {
    background-color: #fcebeb;
}

html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.sdrbtn {
    height: 23px;
    vertical-align: bottom;
    border-radius: 50px;
    border: none;
    width: 23px;
    padding-left: 4px;
    background-color: lightgray;
    opacity: 0.7;
}

    .sdrbtn:hover {
        opacity: 1;
    }

.sdr {
    -webkit-appearance: none;
    width: 150px;
    height: 10px;
    border-radius: 5px;
    background-color: lightgray;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: relative;
}

    .sdr:hover {
        opacity: 1;
    }

    .sdr::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: dodgerblue;
        cursor: pointer;
    }

    .sdr::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: dodgerblue;
        cursor: pointer;
    }

.splitbtn {
    background-color: #2196F3;
    color: white;
    font-size: 16px;
    border: none;
    outline: none;
    height: 25px;
    padding-top: 2px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding-top: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover {
    background-color: #0b7dda;
}

.sbtn:hover {
    background-color: cornflowerblue;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: indianred;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 28px;
    width: 48px;
    content: 'YES';
    left: 4px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

input:checked + .slider {
    background-color: limegreen;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.button {
    width: auto;
    height: 25px;
    background: azure;
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    color: dimgray;
    border-style: solid;
    border-width: 0.5px;
    padding-top: 2px;
    padding-bottom: 0px;
    border-color: dimgray;
    font-size: 15px;
    font-weight: normal;
    vertical-align: bottom;
}

a:hover {
    color: dimgray;
    text-decoration: none;
}

.button:hover {
    background: gainsboro;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.k-drawer-container {
    /*height: 100% !important;*/
}

#drawer-content li {
    font-size: 18px;
    height: 23px;
    border: 0;
    /*font-size: 1.2em;
            padding-left: .89em;
            background: 0 0;
            border-radius: 0;
            border-width: 0 0 1px;
            border-color: rgba(33, 37, 41, 0.125);
            border-style: solid;
            line-height: 1.5em;
            padding: 1.09em .84em 1.23em .84em;*/
}

    #drawer-content li:last-child {
        border: 0;
    }

.hidden {
    display: none;
}


#example .demo-section {
    max-width: 640px;
}

.k-toolbar .k-icon {
    font-size: 18px;
}

.bpiWorkbook{
    overflow: auto !important;
    position: relative !important;
}

.bpiWorkbook .k-grid-content{
    overflow-y: auto !important;
    overflow-x: auto !important;
}

.k-tabstrip-content.scroll-locked{
    overflow: hidden !important;
}

.bpi-lock-scroll-btn:hover{
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.bpi-lock-scroll-btn.locked{
    background: rgba(255, 235, 59, 0.90);
    border-color: #ffa000;
}

.bpi-lock-scroll-btn.locked:hover{
    background: rgba(255, 235, 59, 1);
}