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

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}



.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 {
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 50px; /* Vertically center the text there */
    padding: 5px;
    text-align: center;
    background-color: #00593b
}

    .footer a {
        color: whitesmoke;
    }


dl {
    margin-bottom: 5px;
    padding-left: 10px;
    color: white;
}

dt {
    /* font-weight:500;*/
    text-align: unset;
    /* width: 100px;*/
    color: whitesmoke;
}

.bg-lf {
    background-color: #00593b;
}

.bg-slf {
    background-color: #00593b;
}

.bg-wlf {
    background: #f4f8f8f0;
}

.lfcolor {
    color: #00583c !important;
}


.lf-img-backgrond {
    background-image: url(../img/background.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}



/*ceckbox*/
.radio, .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}


    /*--start checkboxes*/
    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
    }

    .radio .cr {
        border-radius: 50%;
    }

        .checkbox .cr .cr-icon,
        .radio .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 20%;
        }

        .radio .cr .cr-icon {
            margin-left: 0.04em;
        }

    .checkbox label input[type="checkbox"],
    .radio label input[type="radio"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon,
        .radio label input[type="radio"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
        .radio label input[type="radio"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr,
        .radio label input[type="radio"]:disabled + .cr {
            opacity: .5;
        }

.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

    .label-cbx input:checked + .checkbox {
        border-color: #0772a7;
    }

        .label-cbx input:checked + .checkbox svg path {
            fill: #0772a7;
        }

        .label-cbx input:checked + .checkbox svg polyline {
            stroke-dashoffset: 0;
        }

    .label-cbx:hover .checkbox svg path {
        stroke-dashoffset: 0;
    }

    .label-cbx .checkbox {
        position: relative;
        top: 2px;
        float: left;
        margin-right: 8px;
        width: 20px;
        height: 20px;
        border: 2px solid #C8CCD4;
        border-radius: 3px;
    }

        .label-cbx .checkbox svg {
            position: absolute;
            top: -2px;
            left: -2px;
        }

            .label-cbx .checkbox svg path {
                fill: none;
                stroke: #0772a7;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 71px;
                stroke-dashoffset: 71px;
                transition: all 0.6s ease;
            }

            .label-cbx .checkbox svg polyline {
                fill: none;
                stroke: #FFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 18px;
                stroke-dashoffset: 18px;
                transition: all 0.3s ease;
            }

    .label-cbx > span {
        pointer-events: none;
        vertical-align: middle;
        position: absolute;
        padding-top: 4px;
    }

.cntr {
    top: 45%;
    left: 0;
    width: 100%;
}

td > div.cntr {
    padding-left: 10px;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.mcol {
    margin-bottom: 15px;
}

.selshad {
    box-shadow: 0px 0px 12px 2px #2f329a;
}

.a-type-cursor {
    cursor: pointer;
}


.table-danger .label-cbx .checkbox {
    border: 2px solid #a93d3d;
}



.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #008866;
    border-color: #008866;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #004f3b;
        border-color: #004030;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #004f3b;
        border-color: #004030;
        box-shadow: 0 0 0 0.2rem rgba(38, 255, 128, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #76bfad;
        border-color: #008866;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #004f3b;
        border-color: #004030;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 255, 128, 0.5);
        }

/*btn-ligth*/
.btn-light {
    color: #212529;
    background-color: #E1E1E1;
    border-color: #E1E1E1;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #E1E1E1;
        border-color: #E1E1E1;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }
/*fin btn*/

.lf-green-bg {
    background-color: #005837;
}

    .lf-green-bg p {
        color: white;
    }

.lf-login-panel {
    background: #ffffff;
    color: #005837;
}

    .lf-login-panel label {
        color: #005837;
    }

.lf-vm {
    color: #33BA75
}

.lf-vs {
    color: #008866;
}

.form-control {
    border-radius: 0;
}

.form-group input[type=text] {
    border-left: 2px solid #008866
}



/*Table*/
thead {
    background-color: #1C3258;
    color: white;
}


/*input-group-prepend*/
.input-group-prepend .input-group-text {
    background-color: #1C3258;
    color: white;
}

.alert {
    border-radius: 0;
}


.threeds {
    border-width: 0;
    min-height: 300px;
}

.w450 {
    width: 450px;
}

.lf-alert {
    background-color: #F4F4F4;
    padding: 10px;
}

.img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

.footer-text {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.receipt-container {
    padding: 20px;
    background: rgba(255, 255, 255, 0.67); /* #FFFFFFAA */
}

.receipt-frame {
    width: 100%;
    height: 700px;
}

.btn-min150 {
    min-width: 150px;
}