﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    /*line-height: 1.5;*/
    color: #212529;
    text-align: left;
}

*, *::before, *::after {
    box-sizing: border-box;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

label {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    *font-size:0.8rem;
    width:80px;

}

.row {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
}

.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
input[type=text], input[type=password], select {
    padding: 2px 5px;
    /*display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height:inherit;
}
input {
    width: auto;
}
    input[type="submit"] {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.1rem;
    }
    img {
        display: block;
        max-width: 325px;
        height: 100%;
        object-fit: contain;
    }

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    text-align: right;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.8rem !important;
}
.py-md-4 {
    padding-top: 1.5rem !important;
}

.col-12, .col,
.col-auto, .col-md-6, .col-md-12, .col-md,
.col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/*.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-4 {
    position: relative;
    flex: 0 0 33%;
    max-width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}*/

.pr-4 {
    padding-right: 15px !important;
    display: inline;
}
.pr-5 {
    padding-right: 3rem !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.d-none {
    display: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: inherit;
    /*line-height: 1.5;*/
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }
.text-danger {
    color: #dc3545 !important;
}

.leftElement {
    float: left;
    overflow: hidden;
}
@media (min-width: 576px) {
    .content-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .content-wrapper {
        max-width: 720px;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }


}

@media (min-width: 992px) {
    .content-wrapper {
        max-width: 960px;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

}

@media (min-width: 1200px) {
    .content-wrapper {
        max-width: 1140px;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

}
