﻿body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: lightcyan;
}

.AJViewBody {
    min-width: 700px;
    margin-right: 100px;
    margin-left: 100px;
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: white;
}

.AJHeader {
    position: fixed;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 80px;
    width: 100%;
    /*margin-top:-15px;*/
    /*top: 0px;
    z-index: 1030;*/
    background-color: darkblue;
}

.AJHeaderNavbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 25px;
    line-height: 20px;
    color: white;
    text-decoration: none;
}

    .AJHeaderNavbar-brand:hover,
    .AJNavbar-brand:focus {
        color: lightgray;
    }

.AJHeaderMenu ul {
    list-style: none;
}

.AJHeaderMenu li {
    text-decoration: none;
    width: 70px;
    float: left;
}

.AJHeaderMenu a {
    text-decoration: none;
    color: white;
}

    .AJHeaderMenu a:hover,
    .AJMenu a:focus {
        color: lightgray;
    }

.AJFooter {
    color: darkblue;
    margin: 0px;
    padding: 1px 0;
    border: 1px solid green;
    background-color: white;
}


.AJTitle {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 25.5px;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
    background-color: transparent;
}

.AJText {
    float: none;
    text-align: justify;
    font-family: Arial;
    font-size: 16px;
    /*font-weight: 200;*/
    line-height: normal;
    color: inherit;
}

.AJIndexText {
    font-family: Verdana;
    font-size: 17px;
    margin-left: 10px;
    text-align: justify
}

.AJtext-danger {
    color: red
}

a.AJtext-danger:hover,
a.AJtext-danger:focus {
    color: #843534;
}

.AJCallBackText {
    width: 250px;
}

.AJMultiText {
    width: 250px;
    height: 100px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
