﻿/* 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. */

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

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: 60px; /* Vertically center the text there */
}

.container-fluid {
    width: 90%;
}
/*for tab control
-------------------------------------------------- */
div.login-logout-tab div.card-header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 50%;
}

div.login-logout-tab a.nav-link {
    font-size: 20px;
    color: #495057;
    text-align: center;
}

div.card-content {
    padding: 10px 20px;
}

/*login form*/
div.login-form-icon {
    text-align: center;
}

div.tab-one-space {
    padding-left: 5px;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/*end of tab control
-------------------------------------------------- */

div.left-border {
    border-left: 3px solid red;
}

div.top-border {
    border-top: 3px solid red;
}

div.right-border {
    border-right: 3px solid red;
}

div.bottom-border {
    border-bottom: 3px solid red;
}

/* vs: main page background */
.gbd-backimage {
    background-image: url(/images/main_bg_2.png);
    /* Full height */
    /* Center and scale the image nicely */
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

/* vs: customized color */
.gbd-color {
    color: #2ea3f2;
}

/* thin hr red border */
hr.thinred {
    border: 1px solid red;
    background: red;
}

/* thick hr red boarder */
hr.thickred {
    border: 2px solid red;
    background: red;
}

/* Large rounded green border */
hr.thickgreen {
    border: 10px solid green;
    border-radius: 5px;
}

/* vs: customized card */
div.card-body {
    padding-bottom: 2px;
}

div.card.card-left-border {
    border-left: 5px solid red;
}

div.card.card-top-border {
    border-top: 3px solid red;
}

div.card.card-right-border {
    border-right: 3px solid red;
}

div.card.card-bottom-border {
    border-bottom: 3px solid red;
}

/* vs: Synfusion listbox */

.e-listbox-wrapper .e-selectall-parent {
    font-size: small;
    height: 15px;
    line-height: 15px;
    padding: 0 10px;
    position: relative;
}

.e-listbox-wrapper:not(.e-list-template) .e-list-item {
    font-size: small;
}

/*end of tab control
-------------------------------------------------- */

/* custom checkbox */
/* The container */
/*.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 */
/*.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 */
/*.container:hover input ~ .checkmark {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
/*.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 */
/*.container input:checked ~ .checkmark:after {
    display: block;
}*/

/* Style the checkmark/indicator */
/*.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);
}*/


/*input[type=checkbox] + label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked + label {
    color: #f00;
    font-style: normal;
} */

/* .squaredThree */
.squaredThree {
    position: relative;
    float: left;
}

    .squaredThree label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #D7B1D7;
        border-radius: 4px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    }

        .squaredThree label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after {
            opacity: 0.3;
        }

    .squaredThree input[type=checkbox] {
        visibility: hidden;
    }

        .squaredThree input[type=checkbox]:checked + label:after {
            opacity: 1;
        }
/* end .squaredThree */


/* end of custom checkbox
---------------------------------------------------*/

/* vs: Syncfusion accordian */
/*.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
    background: #0094ff !important;    
    justify-content: center;
}

.e-accordion .e-acrdn-item .e-acrdn-header:hover {
    border: 2px solid gray;
}

.e-accordion .e-acrdn-item.e-select.e-active > .e-acrdn-header .e-acrdn-header-content,
.e-accordion .e-acrdn-item.e-select.e-item-focus > .e-acrdn-header .e-acrdn-header-content {
    color: rebeccapurple !important;
}*/

/* end of accordian
---------------------------------------------------*/

/* scrollable table
---------------------------------------------------*/

.table-wrapper {
    position: relative;
}

.table-scroll {
    height: 500px;
    overflow: auto;
    margin-top: 20px;
}

.table-wrapper table {
    width: 100%;
}

    /*.table-wrapper table * {
    background: yellow;
    color: black;
}*/

    .table-wrapper table thead th .text {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 35%;
        border: 1px solid red;
    }

/*table-wrapper .tr {
    height: 20px;
}*/

/* end of scrollable table
---------------------------------------------------*/
