﻿html, body {
    height: 100%;
}

body {
    background-attachment: fixed;
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.no-margin {
    margin: 0;
}

.btn-primary {
    margin-bottom: 2px;    
}

.navbar-static-top {
    padding-top: 10px;
}

/* Own */
    .navbar--full {
    width: 100%;
}

.pre--render {
    min-height: 30px
}

.hidden {
    display: none;
}

.logo {
    padding: 12px 0 0 5px;
}

.logo-header {
    min-height: 65px
}

.logo-text {
    color: #222222;
    margin-top: 25px;
}

.continentcheckbox {
    margin-top: 7px;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.nopadding-left {
    padding-left: 0;
}

.toppadding {
    padding-top: 10px;
}

.bottonpadding {
    padding-bottom: 10px;
}

.container-border {
    border: silver 1px solid;
    padding: 0.5em 2.5em 0.5em 2.5em;
    margin: 2em 0 1em 0;
}

#busyIndicator {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: azure;
    filter: alpha(opacity=60);
    -ms-opacity: 0.6;
    -moz-opacity: 0.8;
    opacity: 0.6;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}

/* override */
.logo-text {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 1.5rem !important;
    text-decoration: none !important;
    font-weight: bolder;
}

.nav-link {
	color: rgba(0, 0, 0, 0.5) !important;
}

/* newItem area start */
.newItemLayerFrame {
    background-color: lightgray;
    border-color: #3c6b9a;
    border-width: 2px;
    border-style: solid;
    float: left;
    width: 100%;
    vertical-align: text-bottom;
}

.newItemTitleLayer {
    background-color: #3c6b9a;
    color: white;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

.newItemTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-left: 5px;
}

.newItemTextLayer {
    padding-left: 5px;
}

.newItemText {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 97%;
}

/* newItem area end */
