﻿/* 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. */

html, a, input, html, h1, h2, h3, h4, h5, p, span, strong, b, th, td, table {
    font-family: 'Segoe UI', sans-serif !important;
}


body {
    background: #fafafa;
}

h4 {
    font-size: 1.25em;
}

p .card-text {
    font-size: 1em;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

select.btn-light {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
/* Sticky footer styles
-------------------------------------------------- */
@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
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.dt-buttons {
    display: inline-block;
}

.cursor-pointer {
    cursor: pointer;
}

.login-center {
    width: 100%;
    height: 100vh;
}

    .login-center .login-center-content {
        position: relative;
        top: 50%;
        left: 50%;
        float: left;
        padding: 20px;
        transform: translate(-50%, -50%);
    }

.text-layout-center {
    width: 100%;
    height: 50px;
}

    .text-layout-center .text-layout-center-content {
        position: relative;
        top: 50%;
        left: 50%;
        float: left;
        padding: 10px;
        transform: translate(-50%, -50%);
    }

input.input-validation-error {
    border-color: red;
}
/*Checkbox*/

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stage-container {
    display: block;
}

.card {
    z-index: 1040 !important;
}

.text-muted {
    color: #B3B3B3 !important;
}

.card-title {
    color: #808080;
}

h1, h2, td {
    color: #808080
}

#toolbar {
    margin: 0;
}

.height-500 {
    min-height: 500px;
    display: block;
}

@media (min-width: 992px) {
    .container-scroll {
        overflow-x: auto;
    }

        .container-scroll > .row {
            width: 133.33333333%; /* = 100% * 4/3 */
        }
}

#box::-webkit-scrollbar {
    width: 0 !important
}

body::-webkit-scrollbar {
    width: 0 !important
}

#box {
    
    overflow-x: auto;
    
    vertical-align: text-top;
    /* margin: 0; */
    
    padding: 0;
    width: 100%;
    clear: both;
    border-spacing: 5px;
}

.intro-section {
    display: table-cell;
}

.dropdown-toggle::after {
    display: none;
}
.caret {
color:black;
}

.bg-grey{
    background-color:#eaeaea;
}