﻿/* 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 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 */
/*}*/

/* Branding
-------------------------------------------------- */
/*.logo {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 25px 0 25px;
    padding: 0;
    border: 0;
}*/


.PadMarginTop {
    margin-top: 60px;
    padding: 60px;
}

/** SPINNER CREATION **/
.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/** MODAL STYLING **/

.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}


/*.loader-txt {
    p

{
    font-size: 13px;
    color: #666;
    small

{
    font-size: 11.5px;
    color: #999;
}

}
}*/




/* 2019-10-30
-------------------------------------------------
    Styles for _Layout & _LoginPartial
*/

/* Top Menu */
#navigationBar {
    height: 55px;
}

#menu {
    float: left;
    margin-left: 20px;
}

#topRightMenu {
    margin-top: 10px;
    margin-right: 20px;
}

#topRightMenu, #logoutForm {
    float: right;
}

.k-animation-container {
    overflow: hidden;
}

.k-menu-group {
    overflow: hidden;
}


main {
    /*margin-top: 20px;*/
    clear: both;
}

html {
    font: 13px sans-serif;
}

span.site-themeChooser {
    margin-right: 10px;
    float: left;
}

#manage {
    margin-right: 10px;
}

#main-content {
    transition: margin-left .5s;
    padding: 5px;
    overflow: hidden;
}