﻿.text-right {
    text-align: right !important;
}

.collapse {
    display: none;
    overflow: hidden;
}

    .collapse.show {
        display: block;
    }

.w-fixed-md {
    max-width: 760px;
}

.w-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.border {
    border: solid 1px #ccc;
}

.rounded {
    border-radius: 6px;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.shadow {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.layout-container {
    padding: 15px;
    background: #fff;
    min-width: 800px;
    overflow-x: auto;
}

.c1 {
    background: rgba(0, 116, 255, 0.08) !important;
}

.c2 {
    background: rgba(192, 0, 255, 0.05) !important;
}

.c3 {
    background: rgba(1, 187, 97, 0.05) !important;
}

.c4 {
    background: rgba(205, 166, 0, 0.05) !important;
}

.c5 {
    background: rgba(81, 62, 248, 0.05) !important;
}

.c6 {
    background: rgba(255, 166, 0, 0.05) !important;
}

.gd-form-container {
    padding: 30px;
    border: solid 1px #ced4da;
    border-radius: 9px;
    background: #fff;
    margin-bottom: 15px;
}

.w-full {
    width: 100%;
}

.table {
    border-collapse: collapse;
    margin-bottom: 5px;
    vertical-align: top;
    border-color: #d2d2d2;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table > :not(caption) > * > * {
    padding: 3px 6px;
    color: inherit;
    background-color: transparent;
    border-bottom-width: 1px;
}

.gd-block {
    /*   background:rgba(210,211,241,0.85);
    padding: 15px;*/
}

.gd-header {
    font-size: 14px;
    margin-bottom: 5px;
}

.gd-card {
    padding: 15px;
    background: #fff;
    border: solid 1px #ced4da;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.gd-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .gd-table td, .gd-table th {
        padding: 3px;
    }

    .gd-table.gd-table-lg td, .gd-table.gd-table-lg th {
        padding: 7px;
    }

    .gd-table .form-label {
        width: 290px;
        font-weight: bold;
        text-align: right;
    }

    .gd-table.border-bottom td, .gd-table.border-bottom th {
        border-bottom: solid 1px #ced4da;
    }

    .gd-table.border-bottom tr:last-child td {
        border-bottom: 0
    }

.gd-form-check {
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
    margin: 5px 0;
}

    .gd-form-check .gd-form-check-label {
        font-weight: bold;
    }

    .gd-form-check input[type="radio"], .gd-form-check input[type="checkbox"] {
        margin: 0;
        margin-top: 1px
    }

.text-light {
    color: #928a8a;
}

.help-text {
    font-size: 12px;
}

[role="button"] {
    cursor: pointer;
}

.venue-current {
    border: solid 2px #c8e1fb;
    background: #f7fbff;
}

.btn-check-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: solid 1px #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

    .btn-check:checked + .btn-check-label {
        color: #fff;
        background-color: #666;
        border-color: transparent;
    }

    .btn-check + .btn-check-label:hover {
        border-color: #bbb;
    }




/*Table*/

.row-active {
    background-color: #e9f2fb !important;
}

.pager td {
    border: 0;
}
