/* ////////////////////////////////////////// CSS LIGAEPL ////////////////////////////////////////// */


/* =================================== 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-color: #E3E3E3;
    padding: 15px 15px;
    border: 0;
    border-radius: 5px;
    text-shadow: 0 1px white;
    background-image: -webkit-linear-gradient(top, #F5F5F5, #D3D3D3);
    box-shadow: 0px 5px 0px #828282, 0px 8px 5px rgb(0 0 0 / 30%);
    height: 72px;
    color: #000;
    font-size: 21px;
    font-weight: 600;
    font-family: 'liga epl', arial;
    width: 100%;
    position: relative;
}

.welcomeLabel {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    height: 30px;
}

#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.html);
    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;
}

.navbar {
    margin-top: -60px
}

.navbar-dark .navbar-nav .nav-link {
    padding: 10px 2px!important;
}

.navbar-dark .navbar-nav .nav-linkaf {
    padding: 10px 9px !important;
    font-weight: 600;
    font-family: 'Bai Jamjuree', arial;
    color: rgb(255 255 255);
    position: relative;
    display: block;
}

.navbar-dark .navbar-nav .nav-linkaf:hover {
    text-shadow: 0px 1px 11px #53ffd6;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-linkaf:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-linkaf {
    padding: 10px 11px !important;
}