* {
	margin: 0;
	padding: 0;
}

.center-fit {
	object-fit: contain;
	margin: 20px auto 0 auto;
	display: block;
	position: relative;
}

body {
	padding-top: 0;
	padding-bottom: 20px;	
	background-color:transparent;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 20px;
	padding-right: 20px;
}




.navbar {
    overflow: hidden;
    /* background-color: #1E5A8C; DARKSTEELBLUE */

    background-image: linear-gradient(to bottom right, rgba(155,6,38,255),rgba(208,60,65,255));
    
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: whitesmoke;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;  
    border: none;
    outline: none;
    color: whitesmoke;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    min-width: 100px;
  }

  .menu-right {
      float: right;
      right: 20px;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: lightsteelblue;
    color: black;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    padding-left: 24px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 100;
  }
  
  .dropdown-content a:hover {
    background-color: lightsteelblue;
  }
  
  /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color:lightsteelblue;
    color: black;
}
 

.subtitle-logo {
	display: inline-block;
	max-height: 45px;
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}

.subtitle {
	vertical-align: middle;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subtitle-group {
	margin-left: auto;
	margin-right: auto;
	/*width: 600px;*/
	height: 50px;
	cursor: pointer;
	position: relative;
	text-align: center;
	cursor:default;
}


.blue-button {
    position: relative;
    background-image: url("../images/buttons/rect_blue.png");
    background-color: transparent;
    background-size: cover;
    vertical-align: middle;
    text-align:center;
    height: 43px;
    width: 88px;
    margin: 0 10px 0 0;
    padding: 0;
    padding-left:3px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 7px;
    padding-right: 7px;
}

    .blue-button:hover {
        background-image: url("../images/buttons/rect_blue_mo.png");
    }

    .blue-button:active {
        background-image: url("../images/buttons/rect_blue_clicked.png");
        padding-bottom: 5px;
        padding-right: 6px;
    }

.small-text {
    white-space: normal;
    font-size: 14px;
}

.center-horizontal {
    display:block;
    margin:0 auto;
    position:relative;
    }



    footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color:rgba(155,6,38,255);
        color: white;
        text-align: center;
        z-index: 101;
    } 
    
    .background-img {
      background-image: url('../images/system/cover.jpg');
      background-repeat: no-repeat;
      background-position:top; 
      position: fixed;
      background-attachment: fixed;
      background-size: cover;
      background-clip: border-box;
      width: 100%;
      height: 100vh;
      bottom: 0;
      z-index: -10;
    }


    .display-none {
      display: none;
      margin: 10px;
      padding: 0;
      
  }

  .message-0 {
    color: red;
    width: 200px;
    height: 60px;
    text-align: center;
    margin: auto;
  }

  .message-1 {
    color: forestgreen;
    width: 200px;
    height: 60px;
    text-align: center;
    margin: auto;
  }

  