﻿/* 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. */

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    background-color: #666;
    opacity: 0.5;
}

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 */
}

.list-main {
    background-color: #f8f9fa;
    border: 1px solid lightgray;
    padding-top: 10px;
}

.list-row {
}

.list-wrapper {
    background-color: #fff;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
}

.list-panel-heading-purple {
    border-bottom: 20px solid transparent !important;
    border-right: 20px solid purple !important;
    float: right !important;
    margin-top:-75px;
    margin-right:-12px;
}

.list-panel-heading-white {
    height: 0;
    width: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    margin: 1px;
    float: right;
}

.list-panel-heading-white-hover {
    height: 0;
    width: 0;
    border-bottom: 20px solid lightblue;
    border-left: 20px solid lightblue;
    margin: 1px;
    float: right;
}

/*.k-grid th, .k-grid.td {
    border:none;
}
*/
.k-grid tbody .applicant-list{
    color: #0366d6;
    margin-bottom: 20px !important;
    height:90px;
}

/*.k-grid tbody tr th, .k-header, .k-grid {
    border: none;
}
*/
    .k-grid tbody tr td {
        text-align:center;
        border:none;
        /*border-bottom: 10px solid #f6f6f6;*/
        margin-bottom:20px !important;
    }
    /*.k-grid tbody tr td:first-child {
        border-left: 10px solid orange;
    }
*/

.k-state-selected, .k-grid tbody tr:hover {
    background-color: lightblue !important;
}
/*.k-pager-first, .k-pager-nav, .k-pager-last, .k-pager-numbers-wrap*/
.k-pager-first, .k-pager-last, .k-pager-numbers-wrap {
    display: none;
}
.k-grid-pager{
    font-size:10px;
    height:40px;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected>td{
    background-color: transparent !important;
    text-align:center;
    /*align-content:*/
}

.empty-tr, .k-grid .empty-tr:hover, .k-grid tbody .domains:hover, .k-grid tbody .domains {
    background: none !important;
}


/*.k-grid tbody tr:hover {
    background-color: #ededed
}*/

.list-panel-heading {
    height: 20px;
    width: 40%;
    background-color: darkblue;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    font-size: 12px;
}

.left-border-green {
    border-left: 5px solid green !important;
}

.left-border-orange {
    border-left: 5px solid orange !important;
}

.left-border-red {
    border-left: 5px solid red !important;
}

.left-border-gray {
    border-left: 5px solid black !important;
}

.bg-purple, .bg-purple:hover, .bg-purple:visited, .bg-purple:focus, .bg-purple:active {
    background-color: #72246C;
}

.color-purple {
    color: #72246C;
}

.overlay {
    position: absolute;
    z-index: 99;
    height: 620px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.cpa-btn-fixed {
    width: 200px;
}

.cpa-disable {
    pointer-events: none;
    opacity: 0.5;
}

.cpa-enable-links{
    pointer-events:visible;
}
a, a:hover {
    text-decoration: none;
}

.list-main a, .list-main a:hover {
    text-decoration: none;
    /*color: black;*/
}

.list-hover {
    background-color: lightblue;
}

.card-header i {
    font-size: 35px;
}

.cpa-cursor-pointer{
    cursor: pointer;
}

.btn-primary:disabled {
    color: white;
    background-color: #72246C;
}