﻿/* 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;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: @screen-xs) {
    body {
        font-size: 10px;
    }
}

.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 {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}




/* Overwrite Tabs.css
-----------------------------------------------------------*/


.model-title-custom {
    font-size: 1.2rem;
}


.has-error .help-block {
    color: #d9534f;
    font-size: .9rem;
}

#userbox {
    position: absolute;
    right: 40px;
    top: -75px;
    color: black;
}

.appLogoContainer {
    height: 95px;
}

.menuTitle {
    font-size: x-small;
}

.menuSubtitle {
    color: #545461;
    font-size: 1.1em;
    font-weight:bold;
    font-family:Calibri;
}

.topcorner {
    float: right;
    display: inline-block;
}

#colLeft {
    display: inline;
    float: left;
}

#colCenter {
    float: left;
    display: inline;
    overflow: none;
    white-space: nowrap;
}

#colRight {
    display: inline;
    float: right;
}

.navbar-laravel {
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.navbar-brand, .nav-link, .my-form, .login-form {
    font-family: Raleway, sans-serif;
}

.my-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .my-form .row {
        margin-left: 0;
        margin-right: 0;
    }

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row {
    margin-left: 0;
    margin-right: 0;
}

.modalLoad > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.center-all {
    padding-left: 50%;
    margin: -8px;
    width: 16px;
    height: 16px;
}