@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';
    src: url('../fonts/Museo300-Regular.otf') format('opentype');
}

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body{
    height:100%;
    margin:0px;
    overflow: auto;
    font-family: Arial,Verdana,Tahoma;
    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;
}

.w100{
    width:100%;
    margin:0px;
}
.h100{
    height:100%;
}
.w80{
    width:80%;
}
.w70{
    width:70%;
}
.w60{
    width:60%;
}
.w50{
    width:50%;
}
.h50{
    height:50%;
}
.w40{
    width:40%;
}
.w30{
    width:30%;
}
.w20{
    width:20%;
}
.w25{
    width:25%;
}
.h25{
    height:25%;
}
.w10{
    width:10%;
}

.hdNav{
    text-align: center;
    background: #cbcbcb;
    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;
}

.leftNav{
    overflow:auto;
    width:230px;
    min-height: 100vh;
}

.leftNav h1{
    padding: 20px 0px;
    color: #2f83bf;
}

.leftNav a {
    color: white;
    padding: 15px 0px 15px 15px;
    margin: 0px 0px 0px 10px;
    border:0px;
    border-bottom: 1px solid #8dcaf6;
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    font-size: small;
    font-weight: bold;
}

.leftNav a:hover{
    background: #0461a3;
    
}

.leftNav a.active{
    background: white;
    color: #0461a3;
    border-bottom: 1px solid #0461a3;
    border-left: 5px solid #0461a3;
}

#dashboard h2 {
    margin: 20px 0px;
}

.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;
}

.normB{
    position: relative;
    text-align: center;
    font-size: small;
    cursor: pointer;
    color: white;
    -webkit-appearance: none !important;
    display: inline-block !important;
    padding: 5px 10px;
    background-color: #545454;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 0px 2px 3px black;
}

.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: #eaf6ff;
    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;
  cursor: default;
}

.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;
    font-weight:bold;
}

.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;
    font-weight:bold;
    text-align:left;
    color: #5089b2;
}

.label-s{
    margin: 0px 0px 5px;
    opacity: 0.5;
    font-size: small;
}

input[type="text"], input[type="password"], input[type="email"],
input[type="date"]{
    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;
}

input[type="number"]{
    width:60px;
    text-align:center;
    border: 1px solid #464646;
    border-radius: 5px;
    font-size: medium;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 5px #c9c9c9;
}

input[type="date"]{
    font-size: 16px;
    font-family: arial;
}

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{
    font-family: Arial,Verdana,Tahoma;
    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%;
}

.hr-s{
    margin: 5px 0px;
    border-bottom: 1px solid #91bfdf94;
}

.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;
}

#loginForm form input{
    margin: 10px 0px;
}

#loginForm {
    background: white;
    color: #277cbc;
    margin: 0px auto;
    width: 400px;
    box-shadow: 0 5px 46px rgb(0 0 0 / 40%);
    border-radius: 10px;
    position: relative;
    margin-top: -20px;
}

#loginForm h2 {
    font-size: xx-large;
    margin: 0px;
}

#loginForm h3{
    font-size: x-large;
    margin: 0px;
}

#loginForm form {
    padding: 40px;
}

#loginForm .submitB {
    width: 100%;
}

.blue, a.blue{
    background: #1d326c;
    background-color: #1d326c;
    color: white;
}
.gray, a.gray{
    background: #4d4d4d;
    background-color: #4d4d4d;
    color:white;
}
.black, a.black{
    background: black;
    background-color: black;
    color:white;
}
.white, a.white{
    background:white;
    background-color:white;
    color: #333;
}
.red, a.red{
    background:#ab3333;
    background-color:#ab3333;
    color:white;
}
.green, a.green{
    background:#2fa62f !important;
    background-color:#2fa62f !important;
    color:white;
}

.pad-s{
    padding:10px;
}
.pad-m{
    padding:20px;
}
.pad-l{
    padding:20px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.popcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 30px 30px 50px;
  border: 1px solid #888;
  width: 500px;
}

.off {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.off:hover,
.off:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

table {
    width: 100%;
    font-size: small;
}

th {
    text-align: left;
    background-color: #9fb7c8;
    color: white;
    padding: 5px;
}

td, th {
    padding: 8px;
    word-wrap: break-word;
    word-break: break-all;
}

#editor td, #editor th{
    padding: unset;
    word-wrap: unset;
    word-break: unset;
}

.content tr:hover {background-color: #ecf7ff;}

.content td, th{
    text-align:left;
    border: 1px solid #cde4f4;
}

[contenteditable]{
outline: 0px solid transparent;
}

.bshadow{
    box-shadow: 0px 2px 3px black;
}

.iconT.x {
    width: 100px;
}

.notif{
    background: #c4ccd2;
    color: white;
    padding: 5px 30px;
    border-radius: 5px 50px 5px;
    box-shadow: 0px 0px 3px black;
    margin: 0 auto;
    display: inline-block;
}

.l-img {
    width: 100px;
    height: auto;
    border: 1px solid #2f83bf;
    color: white;
    background: #a5c2d8;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
    border-radius: 8px;
}

.l-img img {
    width: 100%;
}