﻿
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

.textbox {
    OVERFLOW: auto;
    WORD-WRAP: break-word;
    BORDER: #d4dff4 1pt solid;
    WHITE-SPACE: nowrap;
    TEXT-OVERFLOW: ellipsis;
    COLOR: windowtext;
    TEXT-ALIGN: left;
    DISPLAY: inline-block;
    PADDING: 1px;
    BACKGROUND-COLOR: #fdfdfd;
    font-family: 'Questrial', sans-serif;
}

    .textbox.round {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .textbox.inset {
        border: 1px solid #d4dff4;
        margin: 1px 0 0 0;
        padding: 1px 1px 1px 3px;
        height: 20px;
        background-color: #fdfdfd;
        /*box-shadow: inset 1px 1px 2px #666666;*/
    }

    .textbox.ErrorControl {
        background-color: #FBE3E4 !important;
    }

.dropshadow {
    /*-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);*/
    OVERFLOW: auto;
}
.textboxBig {
    OVERFLOW: auto;
    WORD-WRAP: normal;
    font-family: 'Questrial', sans-serif;
    TEXT-OVERFLOW: ellipsis;
    BORDER-BOTTOM: #d4dff4 1pt solid;
    COLOR: windowtext;
    PADDING-BOTTOM: 1px;
    TEXT-ALIGN: left;
    PADDING: 1px;
    BACKGROUND-COLOR: #fdfdfd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d4dff4;
    margin: 1px 0 0 0;
}

select {
    padding: 0.25em;
    /*text-indent: 2px;*/
    line-height: 24px;
    margin: 0;
    border: solid 1px #d4dff4;
    border-radius: 4px;
    BACKGROUND-COLOR: #fdfdfd;
    font-family: 'Questrial', sans-serif;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Questrial', sans-serif;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, F.btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #fff;
    background-color: #428DCA;
    border-color: #24567e;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #456F95;
        border-color: #456F95;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active  {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #14a7f6;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #066ea6;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active,  .btn-primary.disabled.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #4CCC55;
    border-color: #35b73d;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #35b73d;
        border-color: #183c18;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success:disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active {
        background-color: #d4f2d6;
        border-color: #4cae4c;
        color: #808080;
        cursor: not-allowed;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #88c8c3;
    border-color: #72bbb5;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #49978e;
        border-color: #37716a;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info:disabled, button-info[disabled], .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active {
        background-color: #B7E3F0;
        border-color: #46b8da;
        color: #808080;
        cursor: not-allowed;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #eea236;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning:disabled, .btn-warning.disabled:hover,  .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #FF0000;
    border-color: #d40004;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #B70000;
        border-color: #d40004;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger:disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active {
        background-color: #d9534f;
        border-color: #d43f3a;
        cursor: not-allowed;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.disabled {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link.disabled:hover, .btn-link.disabled:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 0 2px;
    font-size: 8px;
    line-height: 1;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

.roundedcorners {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



    /*Toggle Slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    border-color: #72bbb5;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switchReg {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    border-color: #72bbb5;
}

    .switchReg input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-color: #72bbb5;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -moz-transition: .4s;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        border-color: #72bbb5;
    }

.sliderReg {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 15px;
    border-color: #72bbb5;
}

    .sliderReg:before {
        z-index: 1;
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        border-radius: 50%;
        border-color: #6645ef;
    }


input:checked + .slider {
    background-color: #8dc8e1;
    border-color: #6645ef;
}

input:focus + .slider {
    box-shadow: 0 0 1px #8dc8e1;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    -moz-transform: translateX(18px);
    -o-transform: translateX(18px);
    transform: translateX(18px);
}

input:checked + .sliderReg {
    background-color: #8dc8e1;
}

input:focus + .sliderReg {
    box-shadow: 0 0 1px #8dc8e1;
}

input:checked + .sliderReg:before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

/* Rounded sliders */
.slider.rnd {
    border-radius: 20px;
    border-color: #72bbb5;
}

    .slider.rnd:before {
        border-radius: 50%;
        border-color: #6645ef;
    }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #72bbb5;
    color: white;
    text-align: center;
}

.sidenav {
    /*height: 100%;*/
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    border: solid 1px #c0c0c0;
    background: #f0f0f0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 5px;

}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #FF0000;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #B70000;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
}
:root {
    --gv-border-radius: 10px;
}
.rcgv {
    border-radius: var(--gv-border-radius);
    border-width: 0 !important;
}

    .rcgv th:first-child {
        border-top-left-radius: var(--gv-border-radius);
    }

    .rcgv th:last-child {
        border-top-right-radius: var(--gv-border-radius);
    }

    .rcgv tr:last-child td:first-child {
        border-bottom-left-radius: var(--gv-border-radius);
    }

    .rcgv tr:last-child td:last-child {
        border-bottom-right-radius: var(--gv-border-radius);
    }