﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.LoadingBackground
{
    position: fixed; 
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    height:100%;
    width:100%;
    background-color:lightgray;
    opacity:0.5;
    z-index:9999;
}

.LoadingBlock{
    text-align: center; 
    vertical-align:middle;
    position: fixed; 
    top: 50%; 
    left: 50%;
    width:200px;
    height:200px;
    margin-left:-100px;
    margin-top:-100px;
    /*border: 1px solid #c80000;*/
    background-color:transparent;
    border-radius:10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.LinkOnBlue{
    color:white;
    text-decoration:none;
}

.LinkOnBlue:hover
{
    color:white;
    text-decoration:underline;
}

.LineMenu
{
    /*display:none;*/
    /*position:sticky;*/  
    /*position:absolute;
    z-index:9999; 
    border: 1px solid #c80000;
    background-color:white;
    border-radius:10px;
    font-size:12px;
    margin-left:-50px;
    margin-top: 10px;
    text-align:left;
    padding:10px;*/
}

.LineButton{}


