﻿/* 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;
    width: 100%;
}

.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;
    height: 100%;
}

body {
    height: 100%;
    margin-bottom: 60px;
    font-weight: 400;
    margin: 0px;
    width: 100%;
    font-family: Noto Sans SC, sans-serif, -apple-system, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

input::placeholder {
    color: #A3A3A3;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #A3A3A3;
}


button.Ok-btn {
    width: 176px;
    height: 56px;
    background: #00359C;
    border-radius: 5px;
    bottom: 40px;
    margin: auto;
    color: white;
    border: none;
    outline: none;
}

    button.Ok-btn:focus {
        outline: none;
    }

    button.Ok-btn:hover {
        background: #104EC5;
    }

    button.Ok-btn:active {
        background: #002979;
    }

button.Ng-btn {
    width: 150px;
    height: 56px;
    background: #6D6D6D;
    border-radius: 5px;
    bottom: 40px;
    margin: auto;
    color: white;
    border: none;
    outline: none;
    font-size: 22px;
}

    button.Ng-btn:focus {
        outline: none;
    }

    button.Ng-btn:hover {
        background: #8E8E8E;
    }

    button.Ng-btn:active {
        background: #4D4D4D;
    }

button.Delete-btn {
    width: 150px;
    height: 56px;
    background: #E74245;
    border-radius: 5px;
    bottom: 40px;
    margin: auto;
    color: white;
    border: none;
    outline: none;
    font-size: 22px;
}

    button.Delete-btn:focus {
        outline: none;
    }

    button.Delete-btn:hover {
        background: #F76275;
    }

    button.Delete-btn:active {
        background: #C72225;
    }



input:focus {
    outline: none;
    box-shadow: 0 0 2px 3px rgba(0, 142, 255, 0.5);
}

select:focus {
    outline: none;
    box-shadow: 0 0 2px 3px rgba(0, 142, 255, 0.5);
}

textarea:focus {
    outline: none;
    box-shadow: 0 0 2px 3px rgba(0, 142, 255, 0.5);
}

div::-webkit-scrollbar {
    width: 8px;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(121, 121, 121, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    div::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(121, 121, 121, 0.4);
    }
