﻿body {
    padding-top: 60px;
}

.loading {
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(128, 128, 128, 0.25);
    background-image:url('../Resources/Spin-1s-80px.gif');
    background-repeat:no-repeat;
    background-position:center;
    z-index:10000000;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 40px;
}

.modal-lg {
    max-width: 90% !important;
}

a {
    color: #c50029;
}

a:hover {
    color: #A30007;
}

.modal-xxl {
    width: 80%;
}

.k-textbox > .k-input, .k-textbox > input {
    border-width: 0 !important;
}