/*
lightblue #01FFD8
purple  #E700FF;
*/
body {
  background-color:white;
  font-family: 'Roboto', sans-serif !important;
  font-size:16px;
  color:#E7E2DF;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.fixedfooter {
  box-sizing: border-box;
  border-top:1px solid black;
  background-color: #747D84;
  position:fixed;
  right: 0;
  left: 0;
  bottom:0;
  height:50px;
}

.footerlink {
    color:black;
    text-decoration: none;
}

.footerlink:hover {
    color:#CDCDC5 !important;
    font-weight:bold;
}

.footerlink:visited {
    color:black;
    text-decoration: none;
}

.footerimglink {
    height: 30px;
    margin-top: 10px;
}

.footerimglink:hover {
    height: 40px;
    margin-top: 5px;
}


.fixedheader {
  position:fixed !important;
  right: 0 !important;
  left: 0 !important;
  top:0 !important;
  height:50px !important;
  box-sizing: border-box;
  border-bottom: 1px solid black;
  background-color: #747D84;
}

.headerlogo {
  position: absolute;
  left: 15px;
  top: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
    border-style: none;
}
.headerlogolink{
    text-decoration:none;
    border-style: none;
}
.headerlogolink:visited{
    text-decoration:none;
}
.headerlogolink:focus {
    outline: none;
}

.headerlogotext{
    color:yellow;
    font-size:35px;
    border-style: none;
}
.headerlogin{
    height: 50px;
    float: right;
    margin-right: 10px;
}

.headerbutton {
    height:50px;
    line-height:50px;
    padding-left:5px;
    padding-right:5px;
    font-size:16px;
    color:#303030;
    float:right;
    width: 60px;
}

.headerpic {
    height:30px;
    margin-top:10px;
}

.headerpic:hover {
    height:40px;
    margin-top:5px;
}

.headerbutton:hover {
    color:#CDCDC5 !important;
    font-weight:bold;
}

.headerbutton a:hover {
    color:#CDCDC5 !important;
    font-weight:bold;
}
.headerbutton a {
    color:#303030;
    text-decoration:none;
}
.headerbutton a:visited {
    color:#303030;
    text-decoration:none;
}

.menu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 200px;
    bottom: 50px;
    overflow-y: auto;
    background-color: white;
    list-style-type: none;
}

.leftmenu {
    list-style-type: none;
    margin-left: -25px;
    color: #303030;
}

.leftmenu li {
    cursor:pointer;
    margin-top: 10px;
    font-size: 16px;
}

.leftmenu li:hover {
    color: #CDCDC5 !important;
    font-weight:bold !important;
}

.menuadiv {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.menua {
    text-decoration:none;
    color: #303030;
}
.menua:visited {
    text-decoration:none;
    color: #303030;
}
.menua:hover {
    color: #CDCDC5 !important;
    font-weight:bold !important;
}
.clickable{
    cursor:pointer;
    color:#303030;
}
.clickable:hover{
    color:#CDCDC5;
}
.content {
    position: fixed;
    top: 50px;
    left: 200px;
    right: 0;
    bottom: 50px;
    overflow-y: auto;
    background-color: white;
}

.fullcontent {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow-y: auto;
    background-color: lightyellow;
}

.contentheader {
    top: 10px;
    position: absolute;
    height: 40px;
    left: 10px;
    right: 10px;
    border: 1px solid #e7e7e7;
    line-height: 38px;
    font-weight: bold;
    text-align: left;
    padding-left:10px;
    color: #d9d9d9;
    font-size: 25px;
}
.contentbody {
    right: 10px;
    text-align: left;
    padding-left: 10px;
    overflow-y: auto;
    top: 60px;
    left: 10px;
    position: absolute;
    border: 1px solid #e7e7e7;
    bottom: 10px;
}

.greenletters {
    color:#CDCDC5 !important;
    text-decoration: none;
}
.redletters {
    color: #6DB6A2 !important;
    text-decoration: none;
}
.whiteletters {
    color:white !important;
    text-decoration: none;
}
.bld {
    font-weight:bold;
}

#spinnerdiv {
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color: black;
    opacity: 0.7;
    z-index: 999999999999999;
}
.spinner {
    z-index: 999999999999999999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.alert{
    width: 100%;
    text-align: center;
}