@font-face {
	font-family:'Museo3';
	src: url('../fonts/Museo300.otf') format('opentype');
}

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body{
    height:100%;
    margin:0px;
    overflow: auto;
    font-family: Arial,Verdana,Tahoma,'Museo3';
    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%;
}

.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;
  text-decoration: 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;
}

h1{
    font-size:large;
    margin:5px;
}

h2{
    font-size:medium;
    margin:5px;
}

.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: 8px;
    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;
}

.snote{
    font-weight: bold;
    font-size: small;
    background: #d9d9d9;
    width: auto;
    display: inline-block;
    padding: 2px 10px 4px;
    border-radius: 20px;
    color: white;
}

.snote img{
    width: 20px;
    margin-bottom: -5px;
    margin-left: -8px;
    margin-right: 5px;
    background: #8a8a8a;
    border-radius: 50px;
}

form.login input{
    margin:5px 0px;
}

.blue, a.blue{
    background: #2f83bf;
    background-color: #2f83bf;
    color: white;
}
.gray, a.gray{
    background: #4d4d4d;
    background-color: #4d4d4d;
    color:white;
}
.white, a.white{
    background:white;
    background-color:white;
    color: #333;
}
.red, a.red{
    background:#ab3333;
    background-color:#ab3333;
    color:white;
}

.success{
    margin-top: 20px;
    border-radius: 20px;
    background: #4bbd4b;
    color: white;
    display: inline-block;
    padding: 5px 10px;
}