﻿/* 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. */


.cs-button-main-hover {
    background-color: white;
    border: 3px solid;
    border-color: #618CC3;
    border-radius: 5px;
    color: #618CC3;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 30px auto;
    width: 100px auto;
    padding: 5px;
    display: table-cell;
    line-height: normal;
}

    .cs-button-main-hover:hover {
        background-color: #618CC3;
        color: white;
        text-decoration: none;
    }

.cs-button-back-hover {
    background-color: white;
    border: 3px solid;
    border-color: #878787;
    border-radius: 5px;
    color: #878787;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 30px auto;
    width: 100px auto;
    padding: 5px;
    display: table-cell;
    line-height: normal;
}

    .cs-button-back-hover:hover {
        background-color: #878787;
        color: white;
        text-decoration: none;
    }

.cs-button-save-hover {
    background-color: white;
    border: 3px solid;
    border-color: #88C037;
    border-radius: 5px;
    color: #878787;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 30px auto;
    width: 100px auto;
    padding: 5px;
    display: table-cell;
    line-height: normal;
}

    .cs-button-save-hover:hover {
        background-color: #88C037;
        color: white;
        text-decoration: none;
    }

.cs-button-create-issue-hover {
    background-color: white;
    border: 3px solid;
    border-color: #cf041f;
    border-radius: 5px;
    color: #cf041f;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 30px auto;
    width: 100px auto;
    padding: 5px;
    display: table-cell;
    line-height: normal;
}

    .cs-button-create-issue-hover:hover {
        background-color: #cf041f;
        color: white;
        text-decoration: none;
    }


.cs-button-delete-hover {
    background-color: white;
    border: 3px solid;
    border-color: #ec1c24;
    border-radius: 5px;
    color: #ec1c24;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    height: 30px auto;
    width: 100px auto;
    padding: 5px;
    display: table-cell;
    line-height: normal;
}

.cs-button-delete-hover:hover {
    background-color: #ec1c24;
    color: white;
    text-decoration: none;
}

.cs-table-main-outline {
    width: auto;
    height: auto;
    
    border-collapse: collapse;
    border: 10px solid #878787;
    border-top-right-radius: 12.5px;
    border-top-left-radius: 12.5px;
    padding: 1px;
    margin-bottom: 100px;
    vertical-align: middle;
}

table.cs-table-main-inner {
    width: auto;
    height: auto;
    
    border-collapse: separate;
    border: 1px black;
    border-radius: 1px;
    padding-bottom: 0;
    border-spacing: 0px;
    vertical-align: middle;

}

    table.cs-table-main-inner thead {
        text-align: center;
        vertical-align: middle;
        color: black;
    }

    table.cs-table-main-inner th {
        text-align: center;
        vertical-align: middle;
        color: white;
        border-color: #f5f5f5;
        border-right: 1px solid white;
        border-width: 1px;
        background-color: #618CC3;
        padding: 5px;
        font-size: 14.5px;
    }

    table.cs-table-main-inner tr:hover {
        background-color: #f2f0f0;
    }

    table.cs-table-main-inner td {
        text-align: center;
        vertical-align: middle;
        width: auto;
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
        height:auto;
    }

table.cs-table-main-dropdown {
    width: auto;
    height: auto;
    min-height: 400px;
    border-collapse: separate;
    border: 0px black;
    border-radius: 0px;
    border-spacing: 0px;
    padding: 0px;
}

    table.cs-table-main-dropdown td {
        vertical-align: middle;
        width: auto;
        color: black;
        font-size: 13px;
        border: 0px black;
        text-align: left;
        line-height: normal;
        height: auto;
        padding: 5px;
        margin: 1px;
    }

.fixed-header tbody {
    display: block;
    height: 200px;
    width: 100%;
}

.cs-container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
    overflow-y:auto;
    
}

.fixed-header thead tr {
    display: block;
}

.cs-input-text {
    border: 1px solid #618CC3;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

.cs-input-dropdown {
    border: 1px solid #618CC3;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

    .cs-input-dropdown:hover {
        border: 1px solid #618CC3;
    }

input#session-date {
    position: relative;
    overflow: hidden;
}

    input#session-date::-webkit-calendar-picker-indicator {
        display: block;
        top: 0;
        left: 0;
        background: #0000;
        position: absolute;
        transform: scale(12)
    }   

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-top: 60px;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.rb_bttn {
    background-color: aqua;
}

.cs-accordion {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 0px;
    width: 90%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .cs-accordion > .card {
        overflow: hidden;
    }



.cs-accordion-toggle {
    display: block;
}

.cs-card-header {
    margin-bottom: 0;
    background-color: white;
    display: block;
    border: 1px solid #618CC3;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

    .active, .cs-card-header:hover {
        background-color: #D9D9D9;
    }

.cs-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.cs-card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.cs-card {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: 1px solid #878787;
    border-radius: 5px;
    width:100%;
}

td {
    height: auto;
    padding: 5px;
    margin: 1px;
}

.no_checkbox > i.jstree-checkbox {
    display: none;
}
