﻿/* 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;
}

/* 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: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.bg-img2 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .bg-img ~ .cls-content .panel {
        background-color: #fff;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
    }


.has-error .form-control,
.has-warning .form-control,
.has-success .form-control {
    box-shadow: none !important;
}

.has-feedback i.form-control-feedback {
    top: 2.3em;
}

.input-group-addon {
    font-size: 13px;
    border: 1px solid #e1e5ea;
    background-color: transparent;
    border-radius: 3px;
    min-width: 45px;
}

.input-group .btn:not(.btn-lg):not(.btn-sm):not(.btn-xs) {
    max-height: 33px;
}

.form-horizontal .form-group {
    margin-left: 10px;
    margin-right: 10px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 30px;
}

.has-warning .form-control {
    border-color: #f7d797;
}

    .has-warning .form-control:focus {
        border-color: #e39d12;
    }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #eda921;
    font-weight: 600;
}

.has-error .form-control {
    border-color: #f5b9bf;
}

    .has-error .form-control:focus {
        border-color: #c71b2d;
    }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #dd1e32;
    font-weight: 600;
}

.has-success .form-control {
    border-color: #bcdeac;
}

    .has-success .form-control:focus {
        border-color: #5a9b3d;
    }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #71ba51;
    font-weight: 600;
}

.cls-content {
    padding: 50px 15px 15px;
    padding-top: 10vh;
    position: relative;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.user-panel {
    display: block;
}

.user-panel-responsive {
    display: none;
}

@media screen and (max-width: 575px) {
    .user-panel {
        display: none;
    }

    .user-panel-responsive {
        display: block;
    }
}


fieldset {
    border: 1px solid #ced4da !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: small;
}

div.dataTables_wrapper div.dataTables_paginate {
    font-size: small;
}
