/* ////////////////////////////////////////// CSS HANABET ////////////////////////////////////////// */
 
/* =================================== CSS Common ===================================*/

body, html {
  background-color: #000000;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 100%;
}

img {
  border: 0;
  border-style: none;
}
/* <Marquee> */

.Message {
  font-family: "Arial" !important;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}

a.Message:link {
  color: #ffffff;
}

a.Message:visited {
  color: #ffffff;
}

a.Message:active {
  color: #ffffff;
}

a.Message:hover {
  color: #ffffff;
}


/* =================================== CSS AfterLogin ===================================*/

a.navbar2 {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff!important;
  padding: 5px;
}

a.navbar2:hover {
  font-family: Arial;
  font-size: 12px;
  color: #ffffff!important;
  padding: 5px;
}

a.navbar3 {
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

.Error {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: red;
}

.btnLogout {
  background: #0474CA;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 18px 25px;
  font-weight: 700;
}

.welcomeLabel {
  font-family: Tahoma,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  text-align: right;
  height: 35px;
}

#accTpLst {
  width: 75px;
  height: 19px;
  box-shadow: none;
}

#langAfter {
  width: 75px;
  height: 19px;
  box-shadow: none;
}

.flex {
  height: 108px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu-logo-block {
  align-items: center;
  text-align: center;
  padding: 10px 0;
  position: relative;
  height: auto;
}

.menu {
  background-image: url(img/bg-menu.jpg);
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #1a62aa;
}

.topnav {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.topnav a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  width: auto;
  height: auto;
  color: #ffffff;
  text-shadow: #000 0 0 3px;
  text-align: center;
  padding: 8px 19px;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.form {
  margin-right: 117px;
}
