@font-face {
    font-family: 'Philo';
    src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DolceVita';
    src: url('../fonts/Dolce_Vita_Heavy_Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-700';
	src: url('../fonts/Museo700-Regular_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo700-Regular_gdi.woff') format('woff'),
		url('../fonts/Museo700-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Museo700-Regular_gdi.otf') format('opentype'),
		url('../fonts/Museo700-Regular_gdi.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-300';
	src: url('../fonts/Museo-300_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-300_gdi.woff') format('woff'),
		url('../fonts/Museo-300_gdi.ttf') format('truetype'),
		url('../fonts/Museo-300_gdi.otf') format('opentype'),
		url('../fonts/Museo-300_gdi.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-500';
	src: url('../fonts/Museo-500_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-500_gdi.woff') format('woff'),
		url('../fonts/Museo-500_gdi.ttf') format('truetype'),
		url('../fonts/Museo-500_gdi.otf') format('opentype'),
		url('../fonts/Museo-500_gdi.svg') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body{
    height:100%;
    margin:0px;
    overflow: auto;
    font-family: 'Mont';
    color:#333;
}

body{
    background: white;
    overflow: auto;
}

.content{
    padding: 20px 10px;
    max-width:1024px;
    margin: 0 auto;
}

.fx-h{
    display: flex;
    flex-direction: row;
}

.fx-hr{
    display: flex;
    flex-direction: row-reverse;
}

.fx-v{
    display: flex;
    flex-direction: column;
}

#lP{
    width: 330px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

#rP{
    flex: 1;
    border-left: 0.5px solid #cecece;
    display: flex;
    flex-direction: row;
    overflow: auto;
    overflow-x: hidden;
}

.au{
    flex:1;
}

.c100{
    width:100%;
    margin:0px;
}
.c50{
    width:50%;
}
.c25{
    width:25%;
}
.scr100{
    height:100%;
}

.hdNav{
    text-align: center;
    background: #343434;
    color: white;
    margin: 0;
    padding: 7px 0px;
    font-size: medium;
    font-weight: bold;
}

.subNav{
    text-align: center;
    background: #f3f3f3;
    color: black;
    margin: 0;
    padding: 5px 0px;
    font-size: medium;
    box-shadow: 0px 0px 5px #464646;
}

.botNav{
    text-align: center;
    background: #343434;
    color: white;
    margin: 0;
    font-size: small;
    font-weight:bold;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.botNav div{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px 0px;
}

.botNav a{
    color:white;
    width:100%;
    padding: 10px 0px;
}

.botNav .active{
    background: #464646;
    box-shadow: inset 0px 0px 5px black;
}

.content p{
    text-align: justify;
}

.linkB, .blueB, .submitB{
    margin: 20px auto;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #186398;
    border-bottom: 4px solid #186398;
    box-shadow: 0px 3px 5px #606060;
    font-size: large;
    cursor:pointer;
    background: #2f83bf;
    color: white;
    -webkit-appearance: none !important;
    display: inline-block !important;
}

.tabB{
    position: relative;
    -webkit-appearance: none !important;
    display: inline-block !important;
    width: 100%;
    margin: 5px 1px;
}
.tabB input, .tabB div{
    padding: 5px 0px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #186398;
    font-size: medium;
    cursor: pointer;
    background: transparent;
    color: #186398;
    -webkit-appearance: none !important;
    display: inline-block !important;
    width: 100%;
    margin: 5px 1px;
}
.tabB .active, .tabB-sub .active{
    background: white;
    color: #186398;
    box-shadow: 0px 1px 3px #606060;
    border-bottom: 3px solid #186398;
}
.tabB input:hover, .tabB-sub input:hover{
    background: #cae9ff;
    color: #186398;
}
.tabB-sub{
    position: relative;
    -webkit-appearance: none !important;
    display: inline-block !important;
    width: 100%;
    margin: 5px 1px;
}
.tabB-sub input, .tabB-sub div{
    padding: 5px 0px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #186398;
    font-size: medium;
    cursor: pointer;
    background: transparent;
    color: #186398;
    -webkit-appearance: none !important;
    display: inline-block !important;
    width: 100%;
    margin: 5px 1px;
    background: #f5fbff;
    color: #1f679a;
    border-bottom: 2px solid #186398;
}
.tabP {
    padding: 0px 15px 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 1px 8px #0f486e7a;
}
.tabP .titleBar {
    margin: 10px -15px 30px;
    text-transform: uppercase;
}

.linkB:hover, .blueB:hover, .submitB:hover{
    background: #55a6df !important;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.transB{
    margin: 20px auto;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #464646;
    border-bottom: 4px solid #464646;
    box-shadow: 0px 3px 5px #606060;
    font-size: large;
    cursor:pointer;
    color: white;
    -webkit-appearance: none !important;
    display: inline-block !important;
}

.transP{
    border-radius: 7px;
    box-shadow: 0px 0px 5px #7c7c7c;
    border: 1px solid #46464680;
    border-bottom: 3px solid #46464680;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.blue{
    background: #2f83bf;
    color: white;
}
.gray{
    background: #4d4d4d;
    color:white;
}
.white{
    background:white;
    color: #333;
}
.gradient{
    background: linear-gradient(0deg, pink 0%, rgba(33,91,132,1) 100%);
}

h2,h3{
    font-family: 'Museo-500';
}

.icon{
    width: 30px;
    height: 30px;
    margin: 0px 5px;
}

.iconT{
    height: 30px;
    margin: 0px 5px;
    font-size: small;
}

.icon a, .iconT a{
    color:white;
}

.iconT a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #545454;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 3px black;
}

.iconB{
    background-color: #545454;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    box-shadow: 0px 2px 3px black;
}

label{
    display: block;
    margin: 15px 0px 5px;
    font-size: medium;
}

input[type="text"], input[type="password"]{
    display: inline-block;
    width: 100%;
    border: 1px solid #464646;
    border-radius: 5px;
    font-size: medium;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 5px #c9c9c9;
}

select{
    border: 1px solid #464646;
    border-radius: 5px;
    font-size: medium;
    padding: 5px 10px;
    box-shadow: 0px 0px 3px #747474;
    width: 100%;
    margin: 0px 1px;
    cursor:pointer;
}

textarea{
    display: inline-block;
    width: 100%;
    border: 1px solid #464646;
    border-radius: 5px;
    font-size: medium;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 5px #c9c9c9;
}
textarea.ft-s{
    height:50px;
}
textarea.ft-m{
    height:100px;
}
textarea.ft-l{
    height:150px;
}

a{
    text-decoration:none;
}

.fu{
   text-transform:uppercase; 
}
.fl{
   text-transform:lowercase; 
}
.fc{
   text-transform:capitalize; 
}

.tc, .tc p{
    text-align:center;
    justify-content: center;
}
.tl{
    text-align:left;
}
.tr{
    text-align:right;
    justify-content: right;
}
.tj{
    text-align:justify;
}

.ta{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tav{
    display: flex;
    align-items: center;
}

.t-xs{
    font-size:x-small;
}
.t-s{
    font-size:small;
}
.t-m{
    font-size:medium;
}
.t-l{
    font-size:large;
}
.t-xl{
    font-size:x-large;
}
.t-xxl{
    font-size:xx-large;
}

.titleBar{
    font-size: small;
    font-weight: bold;
    color: white;
    background: #2f83bf;
    text-align: left;
    padding: 5px 10px;
}

.listB{
    text-align: left;
    font-size: small;
    padding: 5px 10px;
    border-right: 1px solid #8ba6b9;
    border-left: 1px solid #8ba6b9;
    border-top: 0px;
    border-bottom: 1px solid #8ba6b9;
    background: white;
    cursor: pointer;
}
.listB:hover{
    background: #dcf0ff !important;
}

.l-hd {
    font-weight: bold;
}

.l-sub {
    color: #6a6a6a;
    font-size: x-small;
}

.ar-r, .ar-l, .ar-u, .ar-d{
    border: solid #1a669cb3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 11px;
    height: 11px;
    margin: 0px 5px;
}
.ar-r{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ar-l{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.ar-u{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.ar-d{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.discopy{
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #cc0000;
}

.hr {
    border-bottom: 2px solid #023f6a94;
    margin: 20px 0px;
    display: block;
    width: 100%;
}

.scrollP {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width:100%;
    padding-bottom: 5px;
    background: #f0f9ff;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
::-webkit-scrollbar-thumb {
  background: #2f83bf; 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #78b0d9; 
}

.content a.boxB{
    color: #1c6598;
}

#loginForm1 {
    font-family: 'Mont';
    background: white;
    color: #277cbc;
    width: 500px;
    box-shadow: 0 5px 46px rgb(0 0 0 / 40%);
    font-size: 23px;
    border-radius: 10px;
    text-align:center;
}
#loginForm1 form {
    padding: 30px;
}
#loginForm1 input[type="text"],
#loginForm1 input[type="password"]{
    font-family: 'Museo-500';
    border-radius: 15px;
    border: 2px solid #277cbc;
    display: block;
    width: 100%;
    height: 34px;
    min-height: 41px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 6px 12px;
    outline-width: 0;
    font-size: x-large;
}
#loginForm1 input[type="submit"]{
    width:100%;
}

#loginForm{
    top:0px;
}

#loginForm form {
    padding: 40px;
}

.tfaB {
    border: 1px solid #186398;
    border-bottom: 3px solid #186398;
    padding: 5px 0px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    font-size: medium;
    cursor: pointer;
    -webkit-appearance: none !important;
    display: inline-block !important;
    width: 100%;
    margin: 5px 1px;
    background: #f5fbff;
    color: #1f679a;
    font-weight:bold;
}
input[name="tfaI"]{
    margin-top:20px;
}

#loginForm .inpControl{
    margin: 5px 0px 20px;
    font-family: 'Mont';
}

#loginForm .inpControl:placeholder{
    margin: 5px 0px 20px;
    font-family: 'Mont';
}

button.login {
    font-weight: bold;
    font-family: 'Mont';
}

#loginForm h2 {
    font-size: xx-large;
    margin: 0px;
    font-family: 'Mont';
    text-transform: uppercase;
}

.logtxt {
    color: #d6adbe;
    padding-bottom: 10px;
    font-size: x-small;
    font-family: 'Philo';
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

#loginForm1 h2{
    font-size: xx-large;
    margin: 0px;
    font-family: 'Mont';
    text-transform: uppercase;
}

#loginForm1 h3{
    font-size: large;
}

@media only screen and (max-width: 415px){
    #loginForm1{
        width: 95%;
    }
    #loginForm form {
        padding: 25px 20px;
    }
    #loginForm .inpControl {
        margin: 10px 0px;
        font-size: small;
    }
}